1 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
3 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
4 (gst_text_overlay_video_event):
5 Some more logging. Only accept newsegment events in TIME format and
6 send a WARNING message if they are not in TIME format.
8 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
10 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
11 * gst/subparse/gstsubparse.h:
12 No need to allocate GstSegment structure dynamically, just put it
13 into the instance structure; ignore newsegment events in BYTE
14 format and in particular don't let it overwrite our saved TIME
15 segment from the last seek.
17 2007-03-09 Michael Smith <msmith@fluendo.com>
19 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
20 Replace AC3 typefinder with one that isn't terrible, and actually
23 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
25 * gst/audioconvert/gstaudioconvert.c:
26 (gst_audio_convert_transform):
27 fix error category and translatable string
30 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
32 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
33 * pkgconfig/gstreamer-plugins-base.pc.in:
34 Fix up utils => pbutils here too.
36 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
38 * gst/subparse/gstsubparse.c: (handle_buffer):
39 Break out of loop in chain function as soon as possible if we get
42 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
44 * tests/check/elements/alsa.c: (GST_START_TEST):
45 Unref the mixer if the state change fails too (if the
46 alsa devices are inaccessible, for example)
48 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
50 * tests/check/Makefile.am:
51 Don't test libvisual elements in the states check, because libvisual
52 seems to leak internally.
54 Re-enable the alsa and states tests now that there's new suppressions
57 * tests/check/elements/alsa.c: (GST_START_TEST):
58 Don't leak the alsamixer we instantiated.
60 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
62 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
63 (gst_ximagesink_change_state), (gst_ximagesink_reset),
64 (gst_ximagesink_finalize):
65 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
66 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
67 Move some cleanup stuff from the state change handler into a _reset()
68 function that can be called from _finalize(). This ensures that things
69 get freed even if (for some reason) the NULL->READY state transition
70 fails in the parent class.
71 Even if a parent state change fails, process our downward state change
72 logic instead of bailing out early.
73 Free the correct xcontext pointer in ximagesink's xcontext_clear.
75 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
77 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
80 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
81 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
82 Use pango_font_description_set_family_static instead of
83 pango_font_description_set_family to save a string copy (it was
84 leaking due to the strdup anyway)
86 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
87 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
88 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
89 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
92 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
94 * gst-libs/gst/interfaces/mixertrack.c:
95 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
96 (gst_mixer_track_set_property):
97 API: add "untranslated-label" property which should be set by
98 implementations at construct time (#414645).
100 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
101 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
102 Set "untranslated-label" when constructing mixer track objects.
104 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
105 Unit test to check the above.
107 2007-03-07 Wim Taymans <wim@fluendo.com>
109 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
110 Fix confusing debug message.
112 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
114 * gst-plugins-base.doap:
115 update doap file with new version
117 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
122 === release 0.10.12 ===
124 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
127 releasing 0.10.12, "Zombie Horde"
129 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
132 Bump version to 0.10.11.4 pre-release
134 2007-03-06 Wim Taymans <wim@fluendo.com>
136 * gst-libs/gst/audio/gstbaseaudiosink.c:
137 (gst_base_audio_sink_async_play):
138 Fix regression that made GStreamer skip the first samples of audio.
141 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
144 Bump version to 0.10.11.3 pre-release
146 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
149 Update paths for the rename from utils to pbutils to fix the build.
151 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
153 * gst-libs/gst/pbutils/Makefile.am:
154 Change directory to install headers in from gst/utils to gst/pbutils
157 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
160 * docs/libs/gst-plugins-base-libs-docs.sgml:
161 * docs/libs/gst-plugins-base-libs-sections.txt:
162 * gst-libs/gst/Makefile.am:
163 * gst-libs/gst/interfaces/mixer.c:
164 * gst-libs/gst/pbutils/Makefile.am:
165 * gst-libs/gst/pbutils/descriptions.c:
166 (gst_pb_utils_get_source_description),
167 (gst_pb_utils_get_sink_description),
168 (gst_pb_utils_get_decoder_description),
169 (gst_pb_utils_get_encoder_description),
170 (gst_pb_utils_get_element_description),
171 (gst_pb_utils_add_codec_description_to_tag_list),
172 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
173 * gst-libs/gst/pbutils/descriptions.h:
174 * gst-libs/gst/pbutils/install-plugins.c:
175 * gst-libs/gst/pbutils/install-plugins.h:
176 * gst-libs/gst/pbutils/missing-plugins.c:
177 (gst_missing_uri_source_message_new),
178 (gst_missing_uri_sink_message_new),
179 (gst_missing_element_message_new),
180 (gst_missing_decoder_message_new),
181 (gst_missing_encoder_message_new),
182 (gst_missing_plugin_message_get_description):
183 * gst-libs/gst/pbutils/missing-plugins.h:
184 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
185 * gst-libs/gst/pbutils/pbutils.h:
186 * gst-libs/gst/utils/Makefile.am:
187 * gst-libs/gst/utils/base-utils.c:
188 * gst-libs/gst/utils/base-utils.h:
189 * gst-libs/gst/utils/descriptions.c:
190 * gst-libs/gst/utils/descriptions.h:
191 * gst-libs/gst/utils/install-plugins.c:
192 * gst-libs/gst/utils/install-plugins.h:
193 * gst-libs/gst/utils/missing-plugins.c:
194 * gst-libs/gst/utils/missing-plugins.h:
195 * gst-plugins-base.spec.in:
196 * gst/playback/Makefile.am:
197 * gst/playback/gstdecodebin.c:
198 * gst/playback/gstdecodebin2.c:
199 * gst/playback/gstplaybasebin.c: (setup_subtitle),
200 (gen_source_element):
201 * gst/playback/gstplaybin.c: (plugin_init):
202 * tests/check/Makefile.am:
203 * tests/check/libs/pbutils.c: (GST_START_TEST),
204 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
205 * tests/check/libs/utils.c:
206 rename utils to pbutils
208 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
210 * docs/plugins/Makefile.am:
211 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
212 * docs/plugins/gst-plugins-base-plugins-sections.txt:
213 * docs/plugins/inspect/plugin-decodebin2.xml:
214 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
215 Add documentation for decodebin2 that indicates that the API
218 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
221 Update to 0.10.11.2 (0.10.12 pre-release)
223 2007-03-01 Wim Taymans <wim@fluendo.com>
225 * gst-libs/gst/audio/gstbaseaudiosink.c:
226 (gst_base_audio_sink_async_play):
227 base time is irrelevant here.
229 2007-03-01 Wim Taymans <wim@fluendo.com>
231 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
232 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
235 * gst-libs/gst/audio/gstbaseaudiosink.c:
236 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
237 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
238 Improve latency and clock slaving calculations.
239 Improve slave clock calibration.
241 * gst-libs/gst/audio/gstringbuffer.c:
242 (gst_ring_buffer_commit_full):
243 When we are asked to render N sample to 0 bytes, return N.
245 2007-03-01 Wim Taymans <wim@fluendo.com>
247 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
248 (gst_alsasink_write), (gst_alsasink_reset):
249 * ext/alsa/gstalsasink.h:
250 Remove unused dispose function.
251 Rename lock to not interfere with alsasrc lock.
253 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
254 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
255 (gst_alsasrc_read), (gst_alsasrc_reset):
256 * ext/alsa/gstalsasrc.h:
257 Implement finalize function.
258 Use lock to protect alsa access.
262 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
265 Convert to new AG_GST style.
267 2007-02-28 Wim Taymans <wim@fluendo.com>
269 Patch by: Ed Catmur <ed at catmur dot co dot uk>
271 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
272 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
273 Fix race condition when rapidly switching visualisations in playbin.
276 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
278 * tests/check/Makefile.am:
279 Include local stuff before system installed things in LDFLAGS and
282 2007-02-28 Wim Taymans <wim@fluendo.com>
284 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
287 2007-02-28 Wim Taymans <wim@fluendo.com>
289 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
290 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
291 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
292 Fix duration and timestamping, taking latency into account.
293 Implement latency query.
295 2007-02-28 Wim Taymans <wim@fluendo.com>
297 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
298 (gst_audio_clock_new):
301 * gst-libs/gst/audio/gstbaseaudiosink.c:
302 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
303 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
304 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
305 (gst_base_audio_src_create):
306 Improve latency query code.
307 Use proper clock names.
309 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
311 * tests/check/generic/states.c: (GST_START_TEST):
312 Copy the states.c test from core again
313 * tests/check/Makefile.am:
314 ignore cdio and cdparanoiasrc
316 2007-02-28 Stefan Kost <ensonic@users.sf.net>
318 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
319 (double_hq), (audio_convert_get_func_index), (check_default),
320 (audio_convert_prepare_context), (audio_convert_convert):
321 Also make valgrind happy and avoid copying data in some cases.
323 2007-02-28 Stefan Kost <ensonic@users.sf.net>
325 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
326 (double_hq), (audio_convert_get_func_index),
327 (audio_convert_prepare_context), (audio_convert_convert):
328 * gst/audioconvert/gstaudioconvert.c:
329 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
330 (gst_audio_convert_transform_caps):
331 * tests/check/elements/audioconvert.c: (GST_START_TEST),
332 (audioconvert_suite):
333 Don't run inplace if that overwrites source data as we go. Add more
334 tests. Fixes #339837 even more.
336 2007-02-27 Julien MOUTTE <julien@moutte.net>
338 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
339 (msg_segment_done): Fix various seeking bugs (Slider was not
340 updating when doing a non flushing seek, Reverse playback
341 on segment seek was wrong).
343 2007-02-26 Wim Taymans <wim@fluendo.com>
345 * tests/examples/seek/seek.c: (stop_seek):
346 When we stop scrubbing, don't leave the pipeline PLAYING when we
347 requested a PAUSED state.
349 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
351 Patch by: René Stadler <mail at renestadler de>
353 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
354 Parse date strings in vorbis comments that have an invalid (zero)
355 month or day (#410396).
357 * tests/check/libs/tag.c: (GST_START_TEST):
358 Test case for the above.
360 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
362 Patch by: Loïc Minier <lool+gnome at via ecp fr>
365 * ext/alsa/Makefile.am:
366 * gst/audiotestsrc/Makefile.am:
367 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
369 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
371 * gst/playback/gstplaybin.c:
372 Improve docs: point out that the application needs to assist playbin
375 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
377 * gst-libs/gst/utils/install-plugins.c:
378 * gst-libs/gst/utils/missing-plugins.c:
379 * tests/check/libs/utils.c: (missing_msg_check_getters):
380 Change GStreamer marker prefix in detail string from 'gstreamer.net'
381 to just 'gstreamer'. Document the caps string component of the
382 decoder/encoder detail a bit better, since not everyone will be
383 familiar with the GStreamer media type/caps system (but they better
384 enjoy nested itemized lists).
386 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
388 * gst-libs/gst/netbuffer/gstnetbuffer.c:
389 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
390 Fix copying of GstNetBuffer (would crash before, or at least lead to
391 invalid memory access, #410772), for now by copying the GstBuffer copy
392 code from the core over here so we can copy the GstBuffer fields on a
393 provided buffer instance (of type GstNetBuffer in this case). Would be
394 better to fix this with some support by the core though (and in the long
395 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
397 * tests/check/Makefile.am:
398 Enable unit test for GstNetBuffer.
400 2007-02-22 Andy Wingo <wingo@pobox.com>
402 * gst-libs/gst/audio/gstbaseaudiosink.c
403 (gst_base_audio_sink_init): Disable pull-mode activation until we
404 figure out how to make audio sinks go to PLAYING.
406 2007-02-22 Stefan Kost <ensonic@users.sf.net>
408 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
409 (double_hq), (audio_convert_get_func_index),
410 (audio_convert_prepare_context), (audio_convert_convert):
411 * gst/audioconvert/audioconvert.h:
412 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
413 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
414 * gst/audioconvert/gstchannelmix.h:
415 * tests/check/elements/audioconvert.c: (GST_START_TEST):
416 Add float as an intermediate format, as well as float mixing. Enable
417 test that was failing before. Fixes #339837
419 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
421 * tests/examples/seek/seek.c: (do_seek):
422 Undo the previous commit: -1 as a stop time implies that the stop
423 time is the end of file, clearing any previously configured segment.
425 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
427 * tests/examples/seek/seek.c: (do_seek):
428 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
430 2007-02-21 Stefan Kost <ensonic@users.sf.net>
432 * gst/volume/gstvolume.c: (volume_process_int16),
433 (volume_process_int16_clamp), (volume_set_caps):
434 Unbreak volume, value remains gint.
436 2007-02-21 Stefan Kost <ensonic@users.sf.net>
438 * gst/volume/gstvolume.c: (volume_choose_func),
439 (volume_update_real_volume), (gst_volume_set_volume),
440 (gst_volume_init), (volume_process_double), (volume_process_float),
441 (volume_process_int16), (volume_process_int16_clamp),
442 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
443 * gst/volume/gstvolume.h:
444 Extend float audio support (double) and some int->uint cleanups.
446 2007-02-20 Edward Hervey <edward@fluendo.com>
448 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
449 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
450 (sort_end_pads), (gst_decode_group_expose),
451 (gst_decode_group_hide):
452 Don't free groups from the streaming threads. Just put them aside and
453 free them in dispose.
455 2007-02-20 Edward Hervey <edward@fluendo.com>
457 * gst/playback/gstdecodebin2.c: (connect_element),
458 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
459 (sort_end_pads), (gst_decode_group_expose):
460 Handle dynamic pads within groups.
461 Sort pads before exposing them in order to make playbin happy.
462 There still is a race with the multiqueue filling up. This should be
466 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
468 * gst-libs/gst/utils/base-utils.c:
469 * gst-libs/gst/utils/descriptions.c:
470 * gst-libs/gst/utils/install-plugins.c:
471 * gst-libs/gst/utils/missing-plugins.c:
472 Some more docs (and descriptions for two subtitle formats).
474 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
476 * gst-libs/gst/audio/audio.c:
479 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
481 Patch by: Yves Lefebvre <ivanohe abacom com>
483 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
484 Don't leak caps. Fixes #408278.
486 2007-02-15 Stefan Kost <ensonic@users.sf.net>
488 * ext/cdparanoia/gstcdparanoiasrc.h:
489 * ext/ogg/gstoggdemux.h:
490 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
491 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
492 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
493 * gst-libs/gst/audio/audio.h:
494 * gst-libs/gst/audio/gstaudiofilter.h:
495 * gst-libs/gst/interfaces/videoorientation.h:
496 * gst/adder/gstadder.h:
497 More docs coverage and some ChangeLog surgery (add missing names)
499 2007-02-15 Wim Taymans <wim@fluendo.com>
501 * sys/ximage/ximagesink.c:
502 (gst_ximagesink_calculate_pixel_aspect_ratio):
503 * sys/xvimage/xvimagesink.c:
504 (gst_xvimagesink_calculate_pixel_aspect_ratio):
505 Small constifications.
507 2007-02-15 Wim Taymans <wim@fluendo.com>
509 * gst-libs/gst/audio/gstbaseaudiosink.c:
510 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
511 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
512 (gst_base_audio_sink_async_play),
513 (gst_base_audio_sink_change_state):
514 Answer latency query.
515 Use configured latency when syncing.
518 * gst-libs/gst/audio/gstbaseaudiosrc.c:
519 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
520 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
521 Fix possible memleak.
522 Implement latency query.
525 2007-02-15 Wim Taymans <wim@fluendo.com>
527 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
528 Ignore errors in reset, these are not fatal. They also grab the element
529 lock which is already taking when this function is called. Fixes
532 2007-02-13 Stefan Kost <ensonic@users.sf.net>
535 Remove 'tests/examples/xerror/Makefile' from output files again.
537 2007-02-13 Stefan Kost <ensonic@users.sf.net>
540 * docs/plugins/Makefile.am:
541 Also crossref against gst-plugins-base-libs.
543 2007-02-12 Stefan Kost <ensonic@users.sf.net>
546 * docs/libs/Makefile.am:
547 * docs/plugins/Makefile.am:
548 Add crossreferences to glib/gobject/gstream docs.
550 * gst-libs/gst/audio/audio.h:
553 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
554 Add own debug category.
556 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
558 Patch by: René Stadler <mail at renestadler de>
560 * gst-libs/gst/tag/gstvorbistag.c:
561 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
564 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
566 * gst/playback/gstplaybasebin.c: (setup_source):
567 When we have external subtitles and wait for the subtitle decodebin
568 to get up and running, we set up a (sync) bus handler for the
569 subtitle decodebin, so we can stop waiting when it posts an error
570 message. However, we should do that before we set the subtitle
571 decodebin's state to playing, otherwise things are racy and we might
572 miss error messages posted before we had a chance to set up the bus.
573 This should finally fix totem hanging on .txt pseudo-subtitle files.
575 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
577 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
578 Use gst_gdouble_to_guint64 for conversions.
579 * win32/common/config.h.in:
580 Add a define for GST_INSTALL_PLUGINS_HELPER
581 * win32/common/libgstaudio.def:
582 * win32/common/libgstcdda.def:
583 * win32/common/libgstnetbuffer.def:
584 * win32/common/libgstrtp.def:
585 * win32/common/libgutils.def:
586 Add new exported functions.
587 * win32/vs6/gst_plugins_base.dsw:
588 * win32/vs6/libgstdecodebin.dsp:
589 * win32/vs6/libgstnetbuffer.dsp:
590 * win32/vs6/libgstplaybin.dsp:
591 * win32/vs6/libgstrtp.dsp:
592 * win32/vs6/libgstvorbis.dsp:
593 * win32/vs6/libgstcdda.dsp:
594 * win32/vs6/libgstgdp.dsp:
595 * win32/vs6/libgstutils.dsp:
596 Update and add new project files.
598 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
600 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
601 (subrip_remove_unhandled_tags), (parse_subrip):
602 For SubRip (.srt) subtitles, ignore all markup tags we don't
603 handle (like font tags, for example).
605 * tests/check/elements/subparse.c:
608 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
610 * gst/playback/gstdecodebin.c: (add_fakesink),
611 (gst_decode_bin_change_state):
612 * gst/playback/gstdecodebin2.c: (add_fakesink),
613 (gst_decode_bin_change_state):
614 Don't error out if there is no fakesink in the NULL to READY state
615 change, since when decodebin is re-used, we're only adding the
616 fakesink element in READY to PAUSED.
618 * tests/check/elements/decodebin.c:
619 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
621 Minimal unit test to make sure we can use the same decodebin
622 instance twice (at least with audiotestsrc input).
624 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
626 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
627 Try to get devic-name from device string first, and from handle only
628 as fallback (seems to yield better results and is more robust
629 against buggy probing code on the application side).
631 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
633 Based on patch by: Julien Puydt <julien.puydt at laposte net>
635 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
636 (gst_alsa_find_device_name):
637 * ext/alsa/gstalsa.h:
638 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
639 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
640 Improve device-name detection a bit, especially in the case where
641 the device is not actually open (#405020, #405024). Move common code
642 into gstalsa.c instead of duplicating it.
644 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
646 * gst/audioconvert/gstaudioconvert.c:
647 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
649 2007-02-06 Julien MOUTTE <julien@moutte.net>
651 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
652 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
653 (gst_xvimagesink_interface_supported),
654 (gst_xvimagesink_probe_get_properties),
655 (gst_xvimagesink_probe_probe_property),
656 (gst_xvimagesink_probe_needs_probe),
657 (gst_xvimagesink_probe_get_values),
658 (gst_xvimagesink_property_probe_interface_init),
659 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
660 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
661 (gst_xvimagesink_get_type):
662 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
663 for XVAdaptors so that one can choose the adaptor to use with
664 gstreamer-properties.
666 2007-02-06 Stefan Kost <ensonic@users.sf.net>
668 * gst/audioconvert/gstaudioconvert.c:
669 Also mention that a conversion from double to float is suboptimal still.
671 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
673 * gst-libs/gst/audio/gstaudiofilter.c:
674 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
675 Clear our formats structure and free the caps contained in it when
678 2007-02-05 Andy Wingo <wingo@pobox.com>
680 * gst-libs/gst/audio/gstbaseaudiosink.c
681 (gst_base_audio_sink_callback): Update basesink->offset so that we
682 pull monotonically increasing offsets instead of, um, seeking back
683 to 0 each time. Fixes alsasrc ! alsasink!
685 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
687 * gst/videoscale/gstvideoscale.c:
688 A width and height of 1 makes us crash, so increase minimum size to
689 2x2 pixels until someone feels like fixing this (#404512).
691 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
693 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
694 Add small test to make sure request pads are cleaned up properly
695 even if oggmux never changes state out of NULL.
697 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
699 * tests/check/libs/utils.c: (GST_START_TEST):
700 Fix unit test. Turns out things work much better when you
701 NULL-terminate string arrays. Should make p5 build bot happy again.
703 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
705 * gst-libs/gst/audio/Makefile.am:
706 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
707 (gst_audio_filter_template_base_init),
708 (gst_audio_filter_template_class_init),
709 (gst_audio_filter_template_init),
710 (gst_audio_filter_template_set_property),
711 (gst_audio_filter_template_get_property),
712 (gst_audio_filter_template_setup),
713 (gst_audio_filter_template_filter),
714 (gst_audio_filter_template_filter_inplace), (plugin_init):
715 Oops, forgot to commit fixed-up example.
717 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
719 * docs/libs/gst-plugins-base-libs-sections.txt:
720 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
721 (gst_audio_filter_class_init), (gst_audio_filter_init),
722 (gst_audio_filter_set_caps),
723 (gst_audio_filter_class_add_pad_templates):
724 * gst-libs/gst/audio/gstaudiofilter.h:
725 Port GstAudioFilter to 0.10. This change technically breaks
726 API and ABI (and thus also every library developer's heart),
727 but seems justifiable on the grounds that the base class was
728 completely unusable before (ie. would crash immediately when
729 actually used). Fixes #403963 (and eventually also #403572).
730 Also document all of this a bit.
732 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
734 * gst-libs/gst/utils/install-plugins.c:
735 (gst_install_plugins_spawn_child):
736 * tests/check/libs/utils.c:
737 (test_base_utils_install_plugins_do_callout):
738 Lowering log level to see why things fail on the p5 build bot;
739 fix some typos in unit test messages.
741 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
743 * tests/check/libs/utils.c:
744 (test_base_utils_install_plugins_do_callout):
745 Don't hard-code temp directory for test helper; use GLib functions
746 to write out file and do error checking etc.
748 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
750 * gst-libs/gst/utils/Makefile.am:
751 * gst-libs/gst/utils/base-utils.h:
752 * gst-libs/gst/utils/install-plugins.c:
753 (gst_install_plugins_context_set_xid),
754 (gst_install_plugins_context_new),
755 (gst_install_plugins_context_free),
756 (gst_install_plugins_get_helper),
757 (gst_install_plugins_spawn_child),
758 (gst_install_plugins_return_from_status),
759 (gst_install_plugins_installer_exited),
760 (gst_install_plugins_async), (gst_install_plugins_sync),
761 (gst_install_plugins_return_get_name),
762 (gst_install_plugins_installation_in_progress):
763 * gst-libs/gst/utils/install-plugins.h:
764 API: add API for applications to initiate installation of missing
765 plugins, ie. gst_install_plugins_async() primarily.
766 Based on libgimme-codec by Ryan Lortie.
769 Add --with-install-plugins-helper configure option so distros can specify
770 the path of the helper script or program to call when plugin installation
771 is requested (distros: please do any argument munging in this helper
772 script instead of patching GStreamer to pass arguments differently
773 to another program directly).
775 * docs/libs/gst-plugins-base-libs-docs.sgml:
776 * docs/libs/gst-plugins-base-libs-sections.txt:
777 Build and document new API.
779 * tests/check/libs/utils.c: (result_cb),
780 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
781 (libgstbaseutils_suite):
782 Some simple checks for the new API.
784 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
786 * tests/check/elements/audioconvert.c: (test_float_conversion):
787 Add small test for 32bit float <=> 64bit float conversion (works
788 only one way so far, 32=>64 produces structured noise).
790 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
792 * gst/audioconvert/gstaudioconvert.c:
793 (set_structure_widths_32_and_64), (make_lossless_changes):
794 We don't support floats with a width of 40, 48 or 56 bits.
796 2007-02-02 Stefan Kost <ensonic@users.sf.net>
798 * gst/audioconvert/audioconvert.c: (float), (double),
799 (audio_convert_get_func_index):
800 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
801 (make_lossless_changes):
802 Support for 64-bit float audio in audioconvert (#339837)
804 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
806 Patch by: Holger Wansing <linux wansing-online de>
810 Add German translation (#352069).
812 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
814 reviewed by: Wim Taymans <wim@fluendo.com>
816 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
817 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
818 Use newly added GstCollectPads API to free the allocated resources in
819 the GstOggPad structures (#402393).
821 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
823 * gst/playback/gstplaybin.c: (gen_vis_element):
824 Add audioresample+audioconvert in front of the visualisation
825 element, so that elements like libvisual 0.4 that don't support all
826 samplerates can work.
830 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
832 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
833 (gst_play_base_bin_get_streaminfo_value_array):
834 Take some locks and make a copy of the streaminfo value array we
835 maintain while holding the lock, so that the application can
836 retrieve the stream-info as a value array in a thread-safe way.
838 2007-01-30 Wim Taymans <wim@fluendo.com>
840 * gst/audioconvert/gstaudioconvert.c:
841 Don't fail on 0 sized buffers. Fixes #396835.
843 2007-01-29 David Schleef <ds@schleef.org>
845 * gst/typefind/gsttypefindfunctions.c:
846 Detect BBCD as video/x-dirac, so we can play raw dirac
849 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
851 * ext/theora/theoraenc.c: (theora_enc_chain):
852 Check return value of theora_encode_header(), or we might try to
853 allocate a random number of bytes. theora_encode_header() can fail
854 if libtheora has been compiled with encoding support disabled.
857 2007-01-29 Wim Taymans <wim@fluendo.com>
859 * tests/check/gst/.cvsignore:
862 2007-01-29 Wim Taymans <wim@fluendo.com>
864 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
865 Fix strides in libvisual. Gst uses X strides.
866 Inspired by: <ed at catmur dot co dot uk> and
867 <tim at centricular dot net>
870 2007-01-27 Wim Taymans <wim@fluendo.com>
872 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
873 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
874 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
875 (gst_ogg_demux_perform_seek),
876 (gst_ogg_demux_bisect_forward_serialno),
877 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
878 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
879 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
880 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
881 * ext/ogg/gstoggdemux.h:
882 Properly propagate streaming errors when we are scanning the file for
883 chains so that we don't crash when shut down. Might fix some crashers
884 when quickly switching oggs in RB such as #332503 and #378436.
886 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
888 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
889 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
892 2007-01-25 Wim Taymans <wim@fluendo.com>
894 * gst/playback/gstplaybasebin.c: (remove_source):
895 Don't try to disconnect a signal from a finalized object.
897 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
899 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
900 Cast lock macro parameters to make sure we're actually accessing the
901 lock member at the right class level. Free list itself in _dispose()
902 as well and NULL it in case dispose gets called multiple times.
904 2007-01-25 Edward Hervey <edward@fluendo.com>
906 * gst/playback/gstdecodebin2.c:
907 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
908 Free GstDecodeGroups no longer used.
909 (gst_decode_group_expose):
910 Don't unlock too many times !
911 (deactivate_free_recursive):
912 Free iterator once we're done with it.
913 Fix for recursively deactivating elements (stop at ghostpads).
915 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
917 * gst/playback/gstplaybin.c: (handoff):
918 Fix up caps on the frame buffer before we save it and potentially
919 make it accessible to other threads via g_object_get; also use
920 gst_buffer_replace() instead of gst_mini_object_replace().
922 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
924 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
925 Make getting the current frame thread-safe.
927 2007-01-25 Edward Hervey <edward@fluendo.com>
929 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
930 (gst_decode_group_new), (gst_decode_group_free):
931 Set queues to bigger sizes to cope with HD contents.
932 Fix some mutex freeing and add comment about MT safe methods.
934 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
936 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
937 (gst_text_overlay_text_event):
938 Don't unnecessarily ref (and then leak) upstream events if the text
939 pad is not linked. Fixes #399948.
941 * tests/check/gst-plugins-base.supp:
942 Add suppression for pango on edgy/x86 for textoverlay test.
944 2007-01-24 Wim Taymans <wim@fluendo.com>
946 * gst-libs/gst/rtp/gstrtpbuffer.h:
947 Add some more fixed payloads.
949 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
951 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
952 Error out properly if we get an error from libogg while reading the
953 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
955 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
957 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
960 * tests/check/elements/playbin.c:
961 (test_sink_usage_video_only_stream),
962 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
963 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
964 (test_missing_suburisource_handler),
965 (test_missing_primary_decoder), (playbin_suite):
966 Run all tests once with decodebin and once with decodebin2.
967 One test does not pass yet with decodebin2.
969 2007-01-23 Edward Hervey <edward@fluendo.com>
971 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
972 Fix the cases where oggmux doesn't properly figure out that all
973 sinkpads have gone EOS, and therefore doesn't push out the remaining
974 buffers and the final EOS event.
977 2007-01-23 Julien MOUTTE <julien@moutte.net>
979 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
980 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
981 Don't lock on navigation event push, just on keysym to string.
984 2007-01-22 Edward Hervey <edward@fluendo.com>
986 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
987 (get_current_group), (group_demuxer_event_probe),
988 (gst_decode_group_expose), (deactivate_free_recursive),
989 (gst_decode_group_free):
991 Don't forget to emit 'no-more-pads' once a group is exposed.
992 Cleanup elements from a DecodeGroup once we remove it.
993 Protect call to gst_decode_group_expose() with the decodebin lock.
995 2007-01-22 Julien MOUTTE <julien@moutte.net>
997 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
998 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
999 Looking at Xorg code i can't figure out if that XKeysymToString
1000 function is thread sensible or not. Lock it just in case as
1001 recommended by Radek Doulik <rodo at ximian dot com>.
1003 2007-01-22 Julien MOUTTE <julien@moutte.net>
1005 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1006 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1007 Lock that X Call as well. Fixes #397673.
1009 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1011 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1012 Don't go into an endless loop if the file starts with 00 00 01 2X,
1013 like quicktime redirect files might. Fixes #396042.
1015 * tests/check/Makefile.am:
1016 * tests/check/gst/.cvsignore:
1017 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1018 (typefindfunctions_suite):
1019 Add unit test for the above.
1021 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1023 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1024 On second thought, use "depth" field rather than "bpp" field.
1026 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1028 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1029 Camtasia caps apparently need a bpp field (#398875).
1031 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1033 * gst/playback/gstplaybasebin.c: (setup_subtitle),
1034 (gen_source_element), (gst_play_base_bin_change_state):
1035 Attempt at a better error message in case we don't have the required
1036 URI handler installed; post missing-plugin message also when we're
1037 missing an URI handler for the subtitle URI; clean up properly also
1038 when an error occurs and we never made it to PAUSED state.
1040 * tests/check/elements/playbin.c: (GST_START_TEST),
1042 Check that we're also getting a missing-plugin messsage for a
1043 missing subtitle URI handler (and clean up properly).
1045 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1047 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1048 Plug a few reference leaks.
1050 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1052 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1053 Lower probability a bit if the marker isn't right at the start,
1054 to decrease the chance of false positives.
1056 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1058 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1059 Small mpeg2 system stream typefinding improvement: make typefinder
1060 probe a bit into the stream instead of just looking for a marker
1061 at the beginning. Fixes #397810.
1063 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
1065 * gst/audioconvert/gstchannelmix.c:
1066 Remove compatibility cruft for prehistoric GLib versions.
1068 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
1070 * gst/playback/Makefile.am:
1071 * gst/playback/gstdecodebin.c: (close_pad_link):
1072 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1073 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1074 (gst_play_base_bin_handle_message_func), (unknown_type):
1075 Let decodebin be the element to post missing-plugin messages for
1076 missing decoders (rather than playbin); make playbin implement
1077 GstBin::handle_message so we can suppress missing-plugin messages
1078 for types we're not handling on purpose (don't want to bring up an
1079 installer in those cases).
1081 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
1083 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1084 * gst-libs/gst/tag/gstvorbistag.c:
1085 (gst_tag_list_to_vorbiscomment_buffer):
1086 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1087 Fix potentially unaligned access (#397207).
1089 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1091 * tests/examples/seek/seek.c: (set_scale), (update_scale),
1092 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1093 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1095 Allow to toggle looping while it plays. Fix callback prototype. Clean
1096 up code a bit more. Add copyright header.
1098 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1100 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1101 Red and blue mask was swapped (spotted by Dan Williams).
1103 2007-01-15 Stefan Kost <ensonic@users.sf.net>
1105 * gst-libs/gst/tag/gstid3tag.c:
1106 * gst-libs/gst/tag/gstvorbistag.c:
1107 Use new beats-per-minute tag from core.
1109 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
1112 Add new files with translatable strings, so they actually make it
1113 into the template file one day.
1115 2007-01-12 Andy Wingo <wingo@pobox.com>
1117 * gst-libs/gst/audio/gstbaseaudiosink.c
1118 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1119 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1120 stuff, as the base class handles this now. Actually tell the ring
1122 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1123 How did this work before? Maybe I'm not as awesome a programmer as
1126 * gst-libs/gst/audio/gstbaseaudiosrc.c
1127 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1130 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1132 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1133 Remove more fields so that the application can better blacklist
1134 formats that have been tried before.
1136 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1138 * gst-libs/gst/audio/mixerutils.h:
1139 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1140 used when compiling with c++ compilers as well.
1142 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1144 * gst/typefind/gsttypefindfunctions.c:
1147 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
1149 * gst/playback/gstplaybin.c: (post_missing_element_message),
1150 (gen_video_element), (gen_text_element), (gen_audio_element),
1152 Post missing-plugin messages also when we error out because
1153 converters, textoverlay or auto*sinks are missing (#161922).
1155 2007-01-10 Wim Taymans <wim@fluendo.com>
1157 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1158 (is_demuxer_element), (new_caps):
1159 * gst/playback/gstplaybasebin.c: (source_new_pad):
1160 Fix the case where we try to ref a NULL element when we delay a link
1161 because of unfixed caps.
1162 Set the state of autoplugged decodebins to PAUSED.
1163 RTSP now works in playbin, we can remove it from the blacklist.
1165 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1167 * gst/playback/Makefile.am:
1168 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1169 (unknown_type), (setup_subtitle), (gen_source_element):
1170 * gst/playback/gstplaybin.c: (plugin_init):
1171 Post missing-plugin messages on the bus for missing sources and
1172 missing decoders/demuxers/depayloaders; fix error code used when
1173 we're missing an URI handler source; for media types that we are not
1174 handling on purpose at the moment, don't print "don't know how to
1175 handle xyz" messages to the terminal or post missing-plugin
1176 messages on the bus.
1178 * tests/check/elements/playbin.c: (create_playbin),
1179 (GST_START_TEST), (gst_codec_src_uri_get_type),
1180 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1181 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1182 (gst_codec_src_init_type), (gst_codec_src_base_init),
1183 (gst_codec_src_create), (gst_codec_src_class_init),
1184 (gst_codec_src_init), (plugin_init), (playbin_suite):
1185 Add some tests for the missing-plugin stuff.
1187 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1190 * gst-libs/gst/Makefile.am:
1191 * gst-libs/gst/utils/Makefile.am:
1192 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1193 * gst-libs/gst/utils/base-utils.h:
1194 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1195 (find_format_info), (caps_are_rtp_caps),
1196 (gst_base_utils_get_source_description),
1197 (gst_base_utils_get_sink_description),
1198 (gst_base_utils_get_decoder_description),
1199 (gst_base_utils_get_encoder_description),
1200 (gst_base_utils_get_element_description),
1201 (gst_base_utils_add_codec_description_to_tag_list),
1202 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1203 * gst-libs/gst/utils/descriptions.h:
1204 * gst-libs/gst/utils/missing-plugins.c:
1205 (missing_structure_get_type), (copy_and_clean_caps),
1206 (gst_missing_uri_source_message_new),
1207 (gst_missing_uri_sink_message_new),
1208 (gst_missing_element_message_new),
1209 (gst_missing_decoder_message_new),
1210 (gst_missing_encoder_message_new),
1211 (missing_structure_get_string_detail),
1212 (missing_structure_get_caps_detail),
1213 (gst_missing_plugin_message_get_installer_detail),
1214 (gst_missing_plugin_message_get_description),
1215 (gst_is_missing_plugin_message):
1216 * gst-libs/gst/utils/missing-plugins.h:
1217 API: add new libgstbaseutils library with functions
1218 - to create and parse missing-plugins messages
1219 - that provide (translated) descriptions for caps/decoders/sources/etc.
1222 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1223 * pkgconfig/gstreamer-plugins-base.pc.in:
1226 * docs/libs/gst-plugins-base-libs-docs.sgml:
1227 * docs/libs/gst-plugins-base-libs-sections.txt:
1228 Generate docs for new lib and API.
1230 * tests/check/Makefile.am:
1231 * tests/check/libs/.cvsignore:
1232 * tests/check/libs/utils.c: (missing_msg_check_getters),
1233 (GST_START_TEST), (libgstbaseutils_suite):
1234 Add some basic unit tests.
1236 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1238 * ext/ogg/Makefile.am:
1239 Dist gstoggdemux.h to fix 'make distcheck'.
1241 * sys/v4l/Makefile.am:
1242 Fix 'make distcheck' even more.
1244 2007-01-09 Wim Taymans <wim@fluendo.com>
1246 * docs/plugins/Makefile.am:
1247 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1248 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1249 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1250 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1251 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1252 (gst_ogg_demux_perform_seek):
1253 * ext/ogg/gstoggdemux.h:
1255 Add some more comments.
1258 2007-01-09 Wim Taymans <wim@fluendo.com>
1260 * ext/theora/theoradec.c:
1261 * ext/vorbis/vorbisdec.c:
1262 * gst-libs/gst/audio/gstringbuffer.c:
1263 (gst_ring_buffer_commit_full):
1264 * gst-libs/gst/audio/gstringbuffer.h:
1265 * gst-libs/gst/rtp/gstrtpbuffer.c:
1266 * gst-libs/gst/tag/gstvorbistag.c:
1267 Small documentation updates/fixes
1269 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1272 Require core CVS HEAD for Andy's basesrc/sink API additions.
1274 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1276 Patch by: Günter Thelen <daedalus dot inc at gmx net>
1278 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1280 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1281 on flac.sf.net (there appear to be other versions of the first
1282 ogg page in the wild) (#391365).
1284 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1287 Check if localtime_r() is available.
1289 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1290 If localtime_r() is not available, fall back to localtime(). Should
1291 fix build on MingW (#393310).
1293 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1295 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1296 * gst/subparse/gstsubparse.h:
1297 Remove spurious 1000 subtrahend when calculating the timestamp from
1298 the frame number and the frame rate . Also, use the frames/second
1299 value specified in the first line of the file, if one is specified
1300 there. Should fix #357503.
1302 * tests/check/elements/subparse.c: (do_test),
1303 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1305 Add some basic unit tests for the microdvd subtitle format.
1307 2007-01-07 Julien MOUTTE <julien@moutte.net>
1309 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1310 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1311 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1312 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1313 (gst_xvimagesink_set_xwindow_id),
1314 (gst_xvimagesink_set_event_handling),
1315 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1316 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1317 Patch by : Young-Ho Cha <ganadist at chollian dot net>
1319 Add an adaptor property to select a specific XV adaptor.
1320 * sys/xvimage/xvimagesink.h:
1322 2007-01-07 Julien MOUTTE <julien@moutte.net>
1324 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1325 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1326 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1327 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1328 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1329 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1330 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1331 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1332 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1333 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1334 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1335 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1336 Use flow_lock much more to protect every access to xwindow.
1337 Try to catch erros while creating images in case some drivers are
1338 just generating an XError when the requested image is too big.
1339 Should fix : #354698, #384008, #384060.
1340 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1341 Implement some stress testing of setting window xid.
1343 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
1345 * win32/common/libgsaudio.def:
1346 Add new exported function.
1347 * win32/common/libgstogg.dsp:
1348 Add gstoggaviparse.c to the build.
1349 * win32/common/libgstvideoscale.dsp:
1350 Add vs_4tap.c to the build.
1351 * win32/common/libgstvorbis.dsp:
1352 Add vorbistag.c to the build.
1354 2007-01-06 Andy Wingo <wingo@pobox.com>
1356 * gst-libs/gst/audio/gstbaseaudiosink.c
1357 (gst_base_audio_sink_class_init)
1358 (gst_base_audio_sink_init):
1359 (gst_base_audio_sink_activate_pull): Add an activate_pull function
1360 to baseaudiosink, and tell basesink that we can work in pull mode.
1361 This way the ring buffer thread drives the pipeline directly, if
1362 pull mode is possible. There is some lingering nastiness regarding
1364 (gst_base_audio_sink_callback): Implement the callback to pull
1365 data. This interface is a bit light, though -- it should get a
1366 GstFlowReturn return value at least.
1368 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1370 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1371 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1372 * gst/playback/gstdecodebin2.c:
1373 (gst_decode_group_check_if_blocked):
1374 Printf format and missing argument fixes.
1376 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
1378 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1379 (gst_ogm_parse_change_state):
1380 Activate pads before adding them to the element.
1382 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1384 * tests/examples/seek/scrubby.c: (main):
1385 * tests/examples/seek/seek.c: (main):
1386 Call g_thread_init() first thing in main() (see #391278).
1388 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1390 * tests/check/Makefile.am:
1391 * tests/check/libs/.cvsignore:
1392 * tests/check/libs/netbuffer.c: (GST_START_TEST),
1394 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1395 for the time being, since it's broken, see #393099.
1397 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1399 * tests/check/Makefile.am:
1400 Update to use GST_PLUGINS_BASE_CFLAGS as well.
1402 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1405 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1406 so that GST_BASE_CFLAGS can go inbetween them, making sure
1407 we use uninstalled gst-libs headers
1408 * docs/libs/Makefile.am:
1409 * ext/alsa/Makefile.am:
1410 * ext/cdparanoia/Makefile.am:
1411 * ext/gnomevfs/Makefile.am:
1412 * ext/libvisual/Makefile.am:
1413 * ext/ogg/Makefile.am:
1414 * ext/theora/Makefile.am:
1415 * ext/vorbis/Makefile.am:
1416 * gst-libs/gst/audio/Makefile.am:
1417 * gst-libs/gst/cdda/Makefile.am:
1418 * gst-libs/gst/interfaces/Makefile.am:
1419 * gst-libs/gst/riff/Makefile.am:
1420 * gst-libs/gst/rtp/Makefile.am:
1421 * gst-libs/gst/tag/Makefile.am:
1422 * gst/adder/Makefile.am:
1423 * gst/audioconvert/Makefile.am:
1424 * gst/audiorate/Makefile.am:
1425 * gst/audioresample/Makefile.am:
1426 * gst/playback/Makefile.am:
1427 * gst/tcp/Makefile.am:
1428 * gst/videoscale/Makefile.am:
1429 * gst/volume/Makefile.am:
1430 * sys/ximage/Makefile.am:
1431 * sys/xvimage/Makefile.am:
1432 * tests/icles/Makefile.am:
1435 2007-01-04 Julien MOUTTE <julien@moutte.net>
1437 * gst-libs/gst/interfaces/xoverlay.c:
1438 (gst_x_overlay_handle_events):
1439 * gst-libs/gst/interfaces/xoverlay.h:
1440 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1441 (gst_ximagesink_set_xwindow_id),
1442 (gst_ximagesink_set_event_handling),
1443 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1444 (gst_ximagesink_get_property), (gst_ximagesink_init),
1445 (gst_ximagesink_class_init):
1446 * sys/ximage/ximagesink.h:
1447 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1448 (gst_xvimagesink_set_xwindow_id),
1449 (gst_xvimagesink_set_event_handling),
1450 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1451 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1452 (gst_xvimagesink_class_init):
1453 * sys/xvimage/xvimagesink.h:
1454 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1455 Add a method to the XOverlay interface to allow disabling of
1456 event handling in x[v]imagesink elements. This will let X events
1457 propagate to parent windows which can be usefull in some cases.
1458 Be carefull that the application is then responsible of pushing
1459 navigation events and expose events to the video sink.
1462 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
1464 * gst-libs/gst/tag/gstvorbistag.c:
1465 * tests/check/libs/tag.c: (GST_START_TEST):
1466 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1469 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
1473 * docs/design/Makefile.am:
1476 2006-12-27 Julien MOUTTE <julien@moutte.net>
1478 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1479 typo. Fixes: #390063.
1481 2006-12-27 Julien MOUTTE <julien@moutte.net>
1483 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1484 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1486 * win32/common/config.h: Updated.
1488 2006-12-22 Stefan Kost <ensonic@users.sf.net>
1490 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1491 (setup_gdpdepay_streamheader):
1492 * tests/check/elements/gdppay.c: (cleanup_gdppay),
1493 (setup_gdppay_streamheader):
1494 Fix the dp tests, but activating the pads for the streamheader tests
1495 too and cleaning up conditionaly
1497 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
1499 * gst/ffmpegcolorspace/avcodec.h:
1500 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1501 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1502 (gst_ffmpegcsp_avpicture_fill):
1503 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1504 (img_get_alpha_info):
1505 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1506 other end of the word. Fixes: #387073.
1508 Add some inconsequential branch hints in a couple of places.
1510 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
1512 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1513 (gst_ffmpeg_caps_to_smpfmt):
1514 The "signed" field in raw audio caps is of boolean type, trying to
1515 extract the value with _get_int() will fail (fix to keep in sync with
1516 the copy in gst-ffmpeg)
1518 2006-12-21 Stefan Kost <ensonic@users.sf.net>
1520 * tests/check/elements/audioresample.c: (cleanup_audioresample):
1521 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1522 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1524 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1525 * tests/check/elements/subparse.c: (teardown_subparse):
1526 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1527 * tests/check/elements/videorate.c: (cleanup_videorate):
1528 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1529 * tests/check/elements/volume.c: (cleanup_volume):
1530 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1531 (cleanup_vorbisdec):
1532 * tests/check/elements/vorbistag.c: (setup_vorbistag),
1533 (cleanup_vorbistag):
1534 consistent pad (de)activation
1536 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1538 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1539 Forgot to register the extensions.
1541 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1543 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1545 Add typefinder for VIVO files (my christmas present to the 90s).
1547 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1549 * gst/playback/gstdecodebin.c: (type_found):
1550 Special-case the text/plain media type: we only want to recognise it
1551 as a 'raw' decoded media type if it comes from a demuxer or subtitle
1552 parser, but not if the entire stream is of text/plain type. If the
1553 entire stream is text/plain, we should just error out.
1555 This fixes playback of audio files with lyrics in totem. Totem can't
1556 distinguish between text files and subtitle files and passes any
1557 .txt file with the same basename as the main file to playbin as
1558 suburi, and playbin will then throw a 'subtitle found, but no video
1559 stream' error, which isn't entirely helpful. See #380342.
1561 Also, with this change we'll show a slightly more correct error
1562 message in case totem passes a playlist file to us (although a
1563 custom error message wording instead of the default text would
1564 probably not be a bad idea either).
1566 Same problem also needs to be fixed for playbin+decodebin2.
1568 * tests/check/Makefile.am:
1569 * tests/check/elements/decodebin.c: (src_handoff_cb),
1570 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1572 Add simple unit test for decodebin for the above.
1574 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1576 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1577 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1578 Refuse to change state to READY when we failed to create any of the
1579 required elements in our instance init function.
1581 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
1583 * docs/libs/gst-plugins-base-libs-sections.txt:
1584 Small docs fixes/updates.
1586 * gst-libs/gst/video/gstvideosink.h:
1587 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1588 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1589 removed from the base sink API between 0.9.6 and 0.9.7).
1590 API: add GST_VIDEO_SINK_CAST and use it for the height/width
1591 accessor macros, so we don't do a runtime GObject type check every
1594 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
1597 * gst-plugins-base.doap:
1598 * gst-plugins-base.spec.in:
1601 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
1603 Patch by: Jens Granseuer <jensgr at gmx net>
1605 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1606 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1607 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1608 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1609 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1610 Declare variables at the beginning of a block. Fixes #383195.
1612 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
1615 Bump version nano - back to CVS.
1618 === release 0.10.11 ===
1620 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
1623 releasing 0.10.11, "Dumb things"
1625 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
1627 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1628 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1629 Handle the case where an element has multiple pads with
1630 unfixed caps as well as still possibly producing more dynamic
1631 pads by storing each case as a distinct entry in the dynamic list.
1634 2006-12-04 Wim Taymans <wim@fluendo.com>
1636 * gst/playback/gstdecodebin.c: (close_pad_link):
1637 Fix #382223, add more dynamic caps handling.
1639 2006-12-04 Wim Taymans <wim@fluendo.com>
1641 reviewed by: <delete if not using a buddy>
1643 * gst-libs/gst/audio/gstringbuffer.h:
1644 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1645 (gst_netaddress_set_ip4_interface),
1646 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1647 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1648 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1649 (gst_netaddress_get_ttl):
1650 * gst-libs/gst/netbuffer/gstnetbuffer.h:
1651 * gst/playback/gstdecodebin.c: (close_pad_link):
1652 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1653 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1654 * win32/common/config.h:
1656 2006-12-01 Michael Smith <msmith@fluendo.com>
1658 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1659 Delete bad debug code.
1662 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
1664 * gst/videoscale/vs_4tap.c:
1666 * win32/common/config.h:
1667 * win32/vs8/libgstvideoscale.vcproj:
1668 Fix compilation on win32 under VS8
1669 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1670 Partially fixes #381175
1672 2006-11-30 Michael Smith <msmith@fluendo.com>
1674 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1676 It would be very bad if, after a discont buffer, we thought every
1677 single following buffer was also discont. So, add to the test to
1678 ensure that this isn't the case.
1680 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1681 ... it was the case. So fix it.
1683 2006-11-28 Wim Taymans <wim@fluendo.com>
1685 * gst/playback/gstplaybasebin.c: (check_queue_event):
1688 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1689 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1690 padtemplate caps. Refixes #357577.
1692 2006-11-28 Wim Taymans <wim@fluendo.com>
1694 * gst/playback/gstplaybasebin.c: (check_queue_event),
1695 (queue_threshold_reached), (queue_out_of_data),
1696 (gen_preroll_element):
1697 Add event probe to see when EOS is in a queue and we can disable the
1698 underrun signals. Fixes #357577.
1700 2006-11-28 Edward Hervey <edward@fluendo.com>
1702 * gst/playback/Makefile.am:
1703 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1704 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1705 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1706 (gst_decode_bin_init), (gst_decode_bin_dispose),
1707 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1708 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1709 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1710 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1711 (connect_element), (expose_pad), (type_found),
1712 (pad_added_group_cb), (pad_removed_group_cb),
1713 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1714 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1715 (are_raw_caps), (multi_queue_overrun_cb),
1716 (multi_queue_underrun_cb), (gst_decode_group_new),
1717 (get_current_group), (group_demuxer_event_probe),
1718 (gst_decode_group_control_demuxer_pad),
1719 (gst_decode_group_control_source_pad),
1720 (gst_decode_group_check_if_blocked),
1721 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1722 (gst_decode_group_hide), (gst_decode_group_free),
1723 (gst_decode_group_set_complete), (source_pad_blocked_cb),
1724 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1725 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1727 New decodebin2 element.
1729 * gst/playback/gstplay-marshal.list:
1730 Added marshallers for new signals in decodebin2
1731 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1732 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1735 2006-11-28 Wim Taymans <wim@fluendo.com>
1737 * gst/playback/gstplaybasebin.c: (setup_source),
1738 (gst_play_base_bin_change_state):
1739 Disable rtsp:// uris for the release, it's not good enough yet.
1742 2006-11-26 Wim Taymans <wim@fluendo.com>
1744 * ext/theora/theoradec.c: (gst_theora_dec_reset),
1745 (theora_dec_push_forward), (theora_dec_push_reverse),
1746 (theora_handle_data_packet), (theora_dec_decode_buffer),
1747 (theora_dec_flush_decode), (theora_dec_chain_reverse),
1748 (theora_dec_chain_forward), (theora_dec_chain):
1749 Implement reverse playback.
1751 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1752 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1753 (vorbis_dec_chain_forward):
1754 Clear buffers used for reverse playback in _reset.
1755 No need to set the eos flag, we clip samples using the segment.
1757 2006-11-24 Wim Taymans <wim@fluendo.com>
1759 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1760 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1761 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1762 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1764 Handle continued pages in reverse mode.
1766 2006-11-24 Wim Taymans <wim@fluendo.com>
1768 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1769 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1770 (vorbis_dec_flush_decode):
1772 Don't try to add invalid timestamps.
1773 Clipping will unref the buffer.
1775 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1777 * gst/adder/gstadder.h:
1778 * gst/audiotestsrc/gstaudiotestsrc.h:
1779 remove obsolete _factory_init protos
1781 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1783 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1784 Fix spacing in debug message.
1786 2006-11-23 Wim Taymans <wim@fluendo.com>
1788 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1789 (gst_ogg_demux_chain):
1790 Don't just ignore return values from _pad_push().
1791 Small debug improvements.
1793 2006-11-23 Michael Smith <msmith@fluendo.com>
1795 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1796 If our incoming buffer is marked as DISCONT, then increment the page
1797 number (so that the discontinuity is marked in the final ogg
1798 bitstream) and flush the previous page.
1800 2006-11-22 Michael Smith <msmith@fluendo.com>
1802 * ext/theora/gsttheoraenc.h:
1803 * ext/theora/theoraenc.c: (gst_theora_enc_init),
1804 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1805 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1806 (theora_enc_chain), (theora_enc_change_state):
1807 Mark discontinuities of > 3/4 of a frame, reinit encoder.
1809 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1810 (GST_START_TEST), (theoraenc_suite):
1811 Enable discontinuity test, fix it.
1813 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1815 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1816 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1817 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1818 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1819 (gst_text_overlay_change_state):
1820 * ext/pango/gsttextoverlay.h:
1821 Some textoverlay fixes: for one, in the video chain function,
1822 actually wait for a text buffer to come in if there is none at the
1823 moment and there should be one; also, deal more gracefully with
1824 incoming buffers that do not have a timestamp or duration; discard
1825 text buffer when not needed any longer. Fixes #341681.
1827 * tests/check/Makefile.am:
1828 * tests/check/elements/.cvsignore:
1829 * tests/check/elements/textoverlay.c:
1830 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1831 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1832 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1833 (test_video_waits_for_text_send_text_newsegment_thread),
1834 (test_video_waits_for_text_shutdown_element),
1835 (test_render_continuity_push_video_buffers_thread),
1836 (textoverlay_suite):
1837 Add some unit tests for textoverlay.
1839 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1841 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1842 Avoid integer underflow when the found probability for mp3 is
1843 smaller than the 'penalty' we subtract if there's not a clean
1844 mp3 header sync at offset 0.
1846 2006-11-21 Stefan Kost <ensonic@users.sf.net>
1848 * docs/libs/gst-plugins-base-libs-sections.txt:
1849 Add some new symbols to the docs
1851 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1853 * tests/check/Makefile.am:
1854 * tests/check/elements/ffmpegcolorspace.c:
1855 (ffmpegcolorspace_suite):
1856 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1857 (for now not for valgrinding though, since it takes too long).
1859 2006-11-20 Wim Taymans <wim@fluendo.com>
1861 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1862 (gst_ffmpeg_pixfmt_to_caps):
1863 Fix RGBA32 caps. Fixes #357038.
1865 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1867 * gst-libs/gst/interfaces/mixertrack.h:
1868 Add FIXME so we can add some padding here in 0.11
1870 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
1872 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1873 Fix GstBaseRTPAudioPayload structure so the whole GObject
1874 inheritance business actually works (parent class instance structure
1875 must always come first in the derived class instance structure).
1877 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
1879 * gst/videotestsrc/Makefile.am:
1880 * tests/check/Makefile.am:
1881 Make sure our checks and the videotestsrc plugin link against the
1882 local uninstalled gst libs and not any installed gst libs that
1883 might happen to exist as well.
1885 * tests/check/elements/adder.c: (message_received),
1886 (test_event_message_received), (test_play_twice_message_received):
1887 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1888 Fix compiler warnings when compiling against core with disabled
1891 2006-11-16 Michael Smith <msmith@fluendo.com>
1893 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1894 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1895 Fix audiorate, so that it accurately sets offsets and timestamps.
1896 Doesn't change the fundamental algorithmic decisions; so should be
1899 * tests/check/Makefile.am:
1900 Enable audiorate test now that it passes.
1902 2006-11-09 Stefan Kost <ensonic@users.sf.net>
1904 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1905 clear xv when going to NULL, remove // commented non-existant proto
1907 * tests/examples/seek/seek.c: (main):
1908 add missing tooltip description for scrub and play_scrub
1910 2006-11-14 David Schleef <ds@schleef.org>
1913 Bump liboil requirement to 0.3.8.
1914 * gst-libs/gst/riff/riff-media.c:
1916 * gst/videoscale/vs_image.h:
1917 * gst/videoscale/vs_scanline.h:
1918 Use liboil's stdint.h.
1919 * gst/videotestsrc/videotestsrc.c:
1920 Remove liboil related ifdef's, since they aren't needed now, and
1921 won't work with future versions.
1923 2006-11-14 David Schleef <ds@schleef.org>
1925 * gst/videoscale/Makefile.am:
1926 * gst/videoscale/gstvideoscale.c:
1927 * gst/videoscale/gstvideoscale.h:
1928 * gst/videoscale/vs_4tap.c:
1929 * gst/videoscale/vs_4tap.h:
1930 * gst/videoscale/vs_image.c:
1931 * gst/videoscale/vs_image.h:
1932 * gst/videoscale/vs_scanline.c:
1933 * gst/videoscale/vs_scanline.h:
1934 Add a 4-tap image scaler. Theoretically looks much prettier.
1935 The tap calculation could use some improvement.
1937 2006-11-14 Wim Taymans <wim@fluendo.com>
1939 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1941 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1942 (gst_riff_parse_strf_iavs):
1943 * gst/subparse/gstsubparse.c: (convert_encoding):
1944 * gst/tcp/gstmultifdsink.c:
1945 (gst_multi_fd_sink_handle_client_write):
1946 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1947 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1948 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1949 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1950 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1951 (gst_ximagesink_ximage_new):
1952 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1953 Various gsize and gssize printf fixes. Fixes #372507.
1955 2006-11-13 Wim Taymans <wim@fluendo.com>
1957 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1958 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1959 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1960 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1961 (vorbis_dec_chain_forward), (vorbis_dec_chain):
1962 * ext/vorbis/vorbisdec.h:
1963 First stab at vorbis reverse playback.
1965 2006-11-13 Wim Taymans <wim@fluendo.com>
1967 * gst-libs/gst/audio/gstbaseaudiosink.c:
1968 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1969 * gst-libs/gst/audio/gstbaseaudiosink.h:
1970 Make the clock sync code more accurate wrt resampling and playback
1973 * gst-libs/gst/audio/gstringbuffer.c:
1974 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1975 * gst-libs/gst/audio/gstringbuffer.h:
1976 Use better algorithm to interpolate sample rates.
1978 2006-11-13 Michael Smith <msmith@fluendo.com>
1980 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1981 Improve a debug line slightly.
1983 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1984 Call gst_riff_init() in plugin_init, to avoid getting errors from
1985 the debug system (unrelated changes to another plugin made this turn
1988 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
1990 Patch by: Sergey Scobich <sergery.scobich at gmail com>
1992 * win32/common/libgsttag.def:
1993 Add missing symbol (#366492).
1995 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
1997 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1998 Don't unref a NULL pad.
2000 2006-11-09 Wim Taymans <wim@fluendo.com>
2002 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2003 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2004 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2005 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2006 (gst_ogg_demux_loop):
2007 Implement first stab at reverse playback.
2009 2006-11-07 Stefan Kost <ensonic@users.sf.net>
2011 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2012 (gst_riff_create_video_template_caps):
2013 add h263/h264 variants to the caps, Fixes #363118
2015 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
2017 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2018 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2019 Use g_strerror instead of strerror so we get UTF-8.
2021 2006-11-03 David Schleef <ds@schleef.org>
2023 * ext/ogg/gstoggdemux.c:
2024 * ext/ogg/gstoggmux.c:
2025 Add/remove KW-DIRAC header here, since it is ogg-specific.
2027 2006-11-03 Michael Smith <msmith@fluendo.com>
2029 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2030 Recognise more mpeg4 elementary video streams.
2032 2006-11-02 Edward Hervey <edward@fluendo.com>
2034 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2035 Lower the probability of mp3 typefinding functions if we don't find a
2036 valid mp3 header at the start of the file.
2039 2006-11-02 Wim Taymans <wim@fluendo.com>
2041 * ext/theora/gsttheoradec.h:
2042 * ext/theora/theoradec.c: (gst_theora_dec_init),
2043 (theora_dec_sink_event), (theora_dec_chain_forward),
2044 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2046 Document and partially implement an algorithm for doing reverse playback
2049 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
2051 Patch by: Sergey Scobich <sergey.scobich at gmail com>
2053 * win32/common/config.h:
2054 * win32/common/interfaces-enumtypes.c:
2055 * win32/common/libgsttag.def:
2056 * win32/vs8/gst-plugins-base.sln:
2057 * win32/vs8/libgstaudioresample.vcproj:
2058 * win32/vs8/libgstinterfaces.vcproj:
2059 * win32/vs8/libgstogg.vcproj:
2060 * win32/vs8/libgstriff.vcproj:
2061 * win32/vs8/libgsttag.vcproj:
2062 * win32/vs8/libgsttheora.vcproj:
2063 * win32/vs8/libgstvideoscale.vcproj:
2064 * win32/vs8/libgstvorbis.vcproj:
2065 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2066 to libgsttag.def; add missing dependencies for some vs8 projects;
2067 re-arrange placement of .def files in vs8 projects (#366334).
2069 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
2072 Remove unused variable.
2074 * ext/ogg/gstoggdemux.c:
2075 Fix Wim's surname in plugin description.
2077 2006-10-31 Wim Taymans <wim@fluendo.com>
2079 * gst-plugins-base.spec.in:
2080 spec new .h file. Fixes #368310.
2082 2006-10-31 Michael Smith <msmith@fluendo.com>
2084 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2085 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2086 (gst_multi_fd_sink_get_stats),
2087 (gst_multi_fd_sink_remove_client_link),
2088 (gst_multi_fd_sink_queue_buffer),
2089 (gst_multi_fd_sink_handle_clients):
2090 * gst/tcp/gstmultifdsink.h:
2091 Make using the remove or clear signals threadsafe.
2092 Make calling get-stats with an invalid fd not segfault.
2095 2006-10-31 Wim Taymans <wim@fluendo.com>
2097 * gst-libs/gst/rtp/Makefile.am:
2098 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2099 (gst_base_rtp_audio_payload_init):
2100 Fix and activate base audio payloader.
2102 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2104 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2106 Add typefinder for QuickTime Image Files (see #366156).
2108 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2110 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2111 Another typo fix (#366212).
2113 2006-10-27 Wim Taymans <wim@fluendo.com>
2115 * gst/volume/gstvolume.c: (volume_transform_ip):
2116 Use stream time to synchronize volume property instead of rather random
2117 timestamps. This is needed when gnonlin does its time shifting.
2119 2006-10-27 Wim Taymans <wim@fluendo.com>
2121 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2123 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2124 Remove the pad from the element in release_pad. Fixes #364812.
2126 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
2128 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2129 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2130 Explicitly create our custom buffer classes at a thread-safe
2131 location as well, since g_type_class_ref() doesn't seem to be
2132 entirely thread-safe either (#365501; also see #349410).
2134 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
2136 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2137 (gst_riff_parse_info):
2138 If strings in INFO chunk are not UTF-8, do something similar to
2139 what we do for ID3v1 tags: check a number of environment variables
2140 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2141 character sets to try, otherwise try the current locale and/or fall
2142 back on ISO-8859-1. Fixes #360552.
2144 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2146 * gst/videotestsrc/gstvideotestsrc.c:
2147 (gst_video_test_src_pattern_get_type),
2148 (gst_video_test_src_set_pattern):
2149 * gst/videotestsrc/gstvideotestsrc.h:
2150 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2151 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2152 (gst_video_test_src_checkers8):
2153 * gst/videotestsrc/videotestsrc.h:
2154 Add a bunch of exciting new checkers patterns.
2156 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2158 * gst/subparse/Makefile.am:
2159 * gst/subparse/gstsubparse.c:
2160 (gst_sub_parse_data_format_autodetect),
2161 (gst_sub_parse_format_autodetect), (handle_buffer),
2162 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2163 * gst/subparse/gstsubparse.h:
2164 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2166 * gst/subparse/tmplayerparse.h:
2167 Add support for TMPlayer-type subtitles (#362845).
2169 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2170 (GST_START_TEST), (subparse_suite):
2171 Add some basic unit tests for the above.
2173 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2175 * tests/check/elements/audiorate.c: (test_injector_base_init),
2176 (test_injector_class_init), (test_injector_chain),
2177 (test_injector_init), (probe_cb), (do_perfect_stream_test),
2178 (GST_START_TEST), (audiorate_suite):
2179 More tests for audiorate: inject buffers to check behaviour when
2182 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
2184 * tests/check/Makefile.am:
2185 * tests/check/elements/.cvsignore:
2186 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2187 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2188 Add some basic unit tests for audiorate. Disabled at the moment
2189 since it doesn't pass yet (see bug #363119).
2191 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
2193 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2194 (parse_subrip), (handle_buffer):
2195 Add missing closing tags for markup and fix broken markup,
2196 otherwise pango won't render anything (fixes #357531). Also,
2197 make sure the text we send out is always NUL-terminated
2198 (better safe than sorry etc.).
2200 * tests/check/elements/subparse.c: (test_srt_do_test),
2202 Some more tests for .srt incl. tests for the above stuff.
2204 2006-10-20 Julien MOUTTE <julien@moutte.net>
2206 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2207 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2208 Patch by: Stefan Kost <ensonic@users.sf.net>
2209 Try to redraw borders only when needed. Apparently this consumes
2210 resources on small devices... :-O (#363607)
2212 2006-10-20 Michael Smith <msmith@fluendo.com>
2214 * gst/tcp/gstmultifdsink.c:
2215 (gst_multi_fd_sink_client_queue_buffer):
2216 If caps change, then update the client's idea of the caps so that we
2217 don't end up re-sending streamheaders for every single buffer after
2220 2006-10-20 Michael Smith <msmith@fluendo.com>
2222 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2223 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2224 Set caps on pushed buffers; fix up refcounting of caps objects.
2226 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2228 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2230 Typefind mmsh header data packet to application/x-mmsh (#362625).
2232 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2234 * tests/check/Makefile.am:
2235 * tests/check/elements/.cvsignore:
2236 * tests/check/elements/subparse.c: (buffer_from_static_string),
2237 (setup_subparse), (teardown_subparse), (test_srt_do_test),
2238 (GST_START_TEST), (subparse_suite):
2239 Add very simple unit test for subparse.
2241 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2243 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2245 Strip trailing newlines from subtitle text output.
2247 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2249 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2250 (gst_sub_parse_change_state):
2251 Fix memleak; clear subparse->textbuf n state change function.
2253 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2255 * gst/subparse/gstsubparse.c:
2256 (gst_sub_parse_data_format_autodetect):
2257 Don't require subrip (.srt) files to start with a chunk number of 1.
2259 2006-10-18 Wim Taymans <wim@fluendo.com>
2261 * gst-libs/gst/audio/gstbaseaudiosink.c:
2262 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2263 * gst-libs/gst/audio/gstbaseaudiosink.h:
2264 Extract rate from the NEWSEGMENT event.
2265 Use commit_full to also take rate adjustment into account when writing
2266 samples to the ringbuffer.
2268 * gst-libs/gst/audio/gstringbuffer.c:
2269 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2270 (gst_ring_buffer_read):
2271 * gst-libs/gst/audio/gstringbuffer.h:
2272 Added _commit_full() to also take rate into account.
2273 Use simple interpolation algorithm to resample audio.
2274 API: gst_ring_buffer_commit_full()
2276 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2277 * tests/examples/seek/seek.c: (segment_done):
2278 Don't try to seek with 0.0 rate, just pause instead.
2279 Remove bogus debug line.
2281 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2283 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2285 Catch async errors when starting up the subtitle bin, so we can
2286 stop waiting and continue with the main film instead of hanging
2287 forever. Fixes #339366.
2289 * tests/check/elements/playbin.c: (playbin_suite):
2290 Enable unit test for the above.
2292 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2294 * tests/check/Makefile.am:
2295 * tests/check/elements/.cvsignore:
2296 * tests/check/elements/playbin.c: (GST_START_TEST),
2297 (gst_red_video_src_uri_get_type),
2298 (gst_red_video_src_uri_get_protocols),
2299 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2300 (gst_red_video_src_uri_handler_init),
2301 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2302 (gst_red_video_src_create), (gst_red_video_src_class_init),
2303 (gst_red_video_src_init), (plugin_init), (playbin_suite):
2304 Some small and basic unit tests for playbin; not very useful yet,
2305 but at least a start.
2307 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2309 * gst/playback/gstplaybin.c: (setup_sinks):
2310 The old pad activation spiel.
2312 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2314 * gst/playback/gstplaybasebin.c: (setup_source):
2315 Don't hang forever if the subbin already fails to start up in
2316 the state change to PAUSED (#339366).
2318 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
2320 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2321 (gst_tuner_set_channel), (gst_tuner_get_channel),
2322 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2323 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2324 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2325 (gst_tuner_find_channel_by_name):
2326 Fix some function guards, add some more function guards.
2328 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
2330 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2331 (remove_element_chain):
2332 Don't return a pad from get_our_ghost_pad unless it is actually the
2334 Change a cast in remove_element_chain slightly.
2336 2006-10-13 Julien MOUTTE <julien@moutte.net>
2338 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2339 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2340 Segment seeking needs to use the rate and set stop to -1.
2342 2006-10-13 Wim Taymans <wim@fluendo.com>
2344 * gst-libs/gst/audio/gstbaseaudiosink.c:
2345 (gst_base_audio_sink_setcaps):
2346 Don't crash when ringbuffer is not yet created.
2347 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2350 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2351 * gst/playback/gststreamselector.c:
2352 (gst_stream_selector_request_new_pad):
2353 Activate pads befre adding them to running elements.
2355 2006-10-13 Julien MOUTTE <julien@moutte.net>
2357 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2358 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2359 updater when we start grabing the slider. Don't wait for the
2360 pipeline to be PAUSED.
2362 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
2364 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2365 (gst_mixer_set_volume), (gst_mixer_get_volume),
2366 (gst_mixer_set_mute), (gst_mixer_set_option),
2367 (gst_mixer_get_option), (gst_mixer_mute_toggled),
2368 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2369 (gst_mixer_option_changed):
2370 Guard mixer interface functions against bogus arguments.
2372 2006-10-12 Julien MOUTTE <julien@moutte.net>
2374 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2375 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2376 (msg_state_changed), (main): Use state-changed messages to trigger
2377 start/stop of scale update timer. Indeed the scale slider was
2378 jumping here and there because the update timer was activated
2379 before seek completed. This fixes instant applying of rate changes
2380 by pressing the spinbutton like a crazy man !
2382 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
2384 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
2386 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2387 (gst_basertppayload_finalize):
2388 Fix two small memory leaks (#361456).
2390 2006-10-10 Julien MOUTTE <julien@moutte.net>
2392 * tests/examples/seek/seek.c: (do_seek),
2393 (rate_spinbutton_changed_cb): When changing spinbutton we try
2394 to change the rate on the fly.
2396 2006-10-10 Wim Taymans <wim@fluendo.com>
2398 * gst-libs/gst/riff/riff-ids.h:
2399 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2400 (gst_riff_create_audio_template_caps):
2403 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2405 Patch by: Josep Torre Valles <josep@fluendo.com>
2407 * ext/gnomevfs/gstgnomevfssink.c:
2408 * ext/gnomevfs/gstgnomevfssrc.c:
2409 Fix URI interface implementation return type.
2410 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2411 Fix what looks like a copy/paste issue when assigning values.
2412 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2413 (gst_audio_filter_template_get_type):
2414 Cast to prevent Forte warnings.
2415 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2416 Fix URI interface implementation return type.
2417 gst_pad_query_position requires a signed integer pointer as
2418 3rd parameter, GstClockTime is unsigned.
2419 * gst/audioconvert/audioconvert.c:
2420 Fix integer overflow when treated as signed.
2421 * gst/audioresample/resample.c: (resample_add_input_data):
2422 Cast to prevent warnings on Forte.
2423 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2424 Fix integer overflow when treated as signed.
2425 * gst/ffmpegcolorspace/imgconvert_template.h:
2426 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2427 * gst/playback/gstdecodebin.c: (queue_filled_cb),
2428 (cleanup_decodebin):
2429 Who initialises a guint to -1!
2430 Cast function pointers to prevent warnings on Forte.
2431 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2432 (queue_threshold_reached):
2433 Cast function pointers correctly to prevent warnings on Forte.
2434 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2435 Cast function pointers correctly to prevent warnings on Forte.
2436 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2437 Obvious change to unsigned, 0xEF > max signed char.
2438 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2439 GstClockTime is unsigned, initialise correctly.
2440 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2441 Cast so pointer arithemetic doesn't cause warnings on Forte.
2442 * gst/videorate/gstvideorate.c:
2443 Use correct return value.
2444 * tests/examples/seek/scrubby.c:
2445 GstClockTime is unsigned, initialise correctly.
2447 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
2449 Patch by: Ferenc Gerlits <fgerlits at gmail com>
2451 * gst/typefind/gsttypefindfunctions.c:
2452 Recognise XML files and XML-like files shorter than 256 bytes as
2453 well (fixes #359237).
2455 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
2457 Patch by: Renato Filho <renato.filho@indt.org.br>
2459 * gst/typefind/gsttypefindfunctions.c:
2460 Added typefind functions to video/x-nuv media.
2462 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
2464 * gst-libs/gst/interfaces/xoverlay.c:
2465 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2466 Some more guards against invalid input.
2468 2006-10-07 Julien MOUTTE <julien@moutte.net>
2470 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
2472 * tests/examples/seek/seek.c: (do_seek),
2473 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2474 seek example to experiment with rates != 1.0 (reverse playback !)
2476 2006-10-06 Stefan Kost <ensonic@users.sf.net>
2478 * gst-libs/gst/interfaces/xoverlay.c:
2479 Unref message in doc-example (spotted by Robert McQueen)
2481 2006-10-06 Wim Taymans <wim@fluendo.com>
2483 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2484 (mpeg1_parse_header), (mpeg1_sys_type_find):
2487 2006-10-06 Wim Taymans <wim@fluendo.com>
2489 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2491 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2492 Activate dynamic pads before adding them to the element.
2494 2006-10-06 Michael Smith <msmith@fluendo.com>
2496 * gst-libs/gst/floatcast/floatcast.h:
2497 Fix obviously-bogus macros; use the correct types.
2499 2006-10-06 Wim Taymans <wim@fluendo.com>
2501 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2502 (gst_base_rtp_depayload_change_state):
2503 Also call parent state change function to activate pads.
2505 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2506 (mpeg1_parse_header), (mpeg1_sys_type_find):
2507 Add some more debug info in mpeg typefinding.
2509 2006-10-06 Michael Smith <msmith@fluendo.com>
2511 * ext/theora/theoradec.c: (theora_dec_chain):
2512 Zero byte theora packets are valid and well-defined; don't warn on
2515 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
2517 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2518 (gst_multi_fd_sink_get_stats), (find_limits),
2519 (gst_multi_fd_sink_queue_buffer):
2520 API: add dropped_buffers to the get-stats GValueArray
2522 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
2524 * ext/alsa/gstalsadeviceprobe.c:
2525 (gst_alsa_device_property_probe_get_values):
2526 * ext/alsa/gstalsasink.c: (set_hwparams):
2527 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2528 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2529 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2530 (gst_ogg_mux_process_best_pad):
2531 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2532 (gst_ogg_parse_chain):
2533 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2534 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2535 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2536 (gst_vorbis_enc_buffer_check_discontinuous):
2537 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2538 * gst-libs/gst/audio/gstbaseaudiosink.c:
2539 (gst_base_audio_sink_render):
2540 * gst-libs/gst/cdda/gstcddabasesrc.c:
2541 (gst_cdda_base_src_handle_track_seek):
2542 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2543 (gst_base_rtp_depayload_push_full):
2544 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2545 * gst/audioresample/resample.c: (resample_input_pushthrough):
2546 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2547 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2548 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2549 (wavpack_type_find):
2550 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2551 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2552 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2553 * tests/check/elements/volume.c: (GST_START_TEST):
2554 Printf format fixes.
2556 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
2558 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2559 Fix a simple mistake (see the docs)
2562 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2564 * docs/plugins/Makefile.am:
2565 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2566 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2567 * docs/plugins/gst-plugins-base-plugins.args:
2568 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2569 * docs/plugins/inspect/plugin-adder.xml:
2570 * docs/plugins/inspect/plugin-alsa.xml:
2571 * docs/plugins/inspect/plugin-audioconvert.xml:
2572 * docs/plugins/inspect/plugin-audiorate.xml:
2573 * docs/plugins/inspect/plugin-audioresample.xml:
2574 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2575 * docs/plugins/inspect/plugin-cdparanoia.xml:
2576 * docs/plugins/inspect/plugin-decodebin.xml:
2577 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2578 * docs/plugins/inspect/plugin-gdp.xml:
2579 * docs/plugins/inspect/plugin-gnomevfs.xml:
2580 * docs/plugins/inspect/plugin-libvisual.xml:
2581 * docs/plugins/inspect/plugin-ogg.xml:
2582 * docs/plugins/inspect/plugin-pango.xml:
2583 * docs/plugins/inspect/plugin-playbin.xml:
2584 * docs/plugins/inspect/plugin-subparse.xml:
2585 * docs/plugins/inspect/plugin-tcp.xml:
2586 * docs/plugins/inspect/plugin-theora.xml:
2587 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2588 * docs/plugins/inspect/plugin-video4linux.xml:
2589 * docs/plugins/inspect/plugin-videorate.xml:
2590 * docs/plugins/inspect/plugin-videoscale.xml:
2591 * docs/plugins/inspect/plugin-videotestsrc.xml:
2592 * docs/plugins/inspect/plugin-volume.xml:
2593 * docs/plugins/inspect/plugin-vorbis.xml:
2594 * docs/plugins/inspect/plugin-ximagesink.xml:
2595 * docs/plugins/inspect/plugin-xvimagesink.xml:
2596 Add vorbistag element to docs; update version numbers to 0.10.10.1.
2598 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2600 Patch by: James "Doc" Livingston <doclivingston at gmail com>
2602 * ext/vorbis/Makefile.am:
2603 * ext/vorbis/vorbis.c: (plugin_init):
2604 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2605 (vorbis_parse_parse_packet), (vorbis_parse_chain):
2606 * ext/vorbis/vorbisparse.h:
2607 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2608 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2609 (gst_vorbis_tag_parse_packet):
2610 * ext/vorbis/vorbistag.h:
2611 Add new vorbistag element which derives from vorbisparse
2612 and is essentially the same as well, only that it implements
2613 the GstTagSetter interface and can modify the stream's
2614 vorbiscomment on the fly (#335635).
2616 * tests/check/Makefile.am:
2617 * tests/check/elements/.cvsignore:
2618 * tests/check/elements/vorbistag.c: (setup_vorbistag),
2619 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2620 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2621 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2622 Add unit test for new vorbistag element.
2624 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2626 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2627 (vorbis_parse_push_headers), (vorbis_parse_chain):
2628 Set BOS flag in packet structure to fix 'jump depends
2629 on unitialized value' errors in valgrind; various minor
2632 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
2634 * gst/playback/gstdecodebin.c: (close_pad_link):
2635 Fix typo in a debug statement.
2637 * gst/playback/gstplaybasebin.c: (probe_triggered),
2638 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2639 (gen_source_element), (source_new_pad), (analyse_source),
2641 When handling no_more_pads in new_decoded_pad, make sure to treat
2642 subtitle pads correctly. Fixes playback with subtitle files.
2644 Move a recurring message to LOG level.
2646 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2647 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2648 which ends up as -1 when cast to an int. Make the logic handle the
2649 max value as an unsigned mask and only change the colorkey when it's
2650 a value we recognise.
2652 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2654 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2655 Removed empty * between paragraphs
2657 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2659 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2660 * gst-libs/gst/rtp/README:
2661 Moved some documentation into .c file
2663 2006-09-29 Wim Taymans <wim@fluendo.com>
2665 * gst/playback/gstdecodebin.c: (no_more_pads):
2668 2006-09-29 Wim Taymans <wim@fluendo.com>
2670 * gst/playback/gstdecodebin.c: (new_caps):
2673 * gst/playback/gstplaybin.c:
2676 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2678 * tests/check/Makefile.am:
2679 Re-enable cddabasesrc test to see if it works again
2682 2006-09-29 Wim Taymans <wim@fluendo.com>
2684 * gst/playback/gstplaybasebin.c: (setup_subtitle),
2685 (gen_source_element):
2686 Handle invalid URIs a bit more gracefully.
2688 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2690 * tests/check/pipelines/oggmux.c:
2691 Remove obsolete comment.
2693 2006-09-29 Michael Smith <msmith@fluendo.com>
2695 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2696 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2697 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2698 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2699 (gst_ogg_mux_collected):
2700 Commit patch from James "Doc" Livingston, adds proper EOS handling
2701 in oggmux. GStreamer can, for the first time ever, create a valid
2704 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2706 Reenable tests now that they pass.
2708 2006-09-29 Wim Taymans <wim@fluendo.com>
2710 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2711 Stop reading commands when EOF (we read 0) as well.
2713 2006-09-28 Wim Taymans <wim@fluendo.com>
2715 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2716 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2717 (find_dynamic), (unlinked), (close_link):
2718 Implement delayed caps linking needed for element with a lot of
2719 different caps on the src pads that get fixed at runtime.
2720 Improve management of dynamic elements.
2722 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2723 (group_destroy), (group_commit), (check_queue), (queue_overrun),
2724 (gen_preroll_element), (remove_groups), (unknown_type),
2725 (add_element_stream), (no_more_pads_full), (no_more_pads),
2726 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2727 (new_decoded_pad), (setup_subtitle), (array_has_value),
2728 (gen_source_element), (source_new_pad), (has_all_raw_caps),
2729 (analyse_source), (remove_decoders), (make_decoder),
2730 (remove_source), (setup_source), (finish_source), (prepare_output),
2731 (gst_play_base_bin_change_state):
2732 * gst/playback/gstplaybasebin.h:
2733 Use more _CAST instead of full type checking casts.
2734 Small cleanups, plug some leaks.
2735 Handle dynamic sources.
2736 Add some helper functions to create lists of strings used for
2737 blacklisting and other stuff.
2738 Refactor some code dealing with analysing the source.
2739 Re-enable sources without pads (like cd:// or other selfcontained
2742 2006-09-28 Wim Taymans <wim@fluendo.com>
2744 * gst-libs/gst/audio/gstbaseaudiosink.c:
2745 (gst_base_audio_sink_render):
2746 When we have a timestamp, we can still perform clipping.
2747 When we have no clock, we must play the sample ASAP.
2749 2006-09-28 Wim Taymans <wim@fluendo.com>
2751 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2752 Set caps on outgoing buffers.
2754 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2755 (gst_video_rate_event), (gst_video_rate_chain):
2756 * gst/videorate/gstvideorate.h:
2757 Fix videorate some more. Fixes #357977
2759 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2761 * tests/check/elements/adder.c: (adder_suite):
2762 Don't set timeout to 6 seconds when we're running
2763 in valgrind ... (and how is 6 seconds longer than
2764 the default anyway?)
2766 2006-09-28 Wim Taymans <wim@fluendo.com>
2768 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2769 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2770 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2771 Keep sink and src segment to keep track of time and support more
2773 Fix bogus next_offset and run_time calculation, don't understand how
2774 this could have worked before. Fixes #357976.
2775 Remove some unneeded vars.
2777 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2779 * gst/playback/gstplaybin.c: (remove_sinks):
2780 Only remove visualisation from visbin if there is a visbin (or:
2781 don't throw warnings when closing totem without playing a file).
2783 2006-09-27 Wim Taymans <wim@fluendo.com>
2785 * gst-libs/gst/audio/gstbaseaudiosink.c:
2786 (gst_base_audio_sink_render):
2787 Add some more info in a WARNING.
2789 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2790 (gst_base_audio_src_create):
2791 Handle PAUSE in create function, use new -core addition to
2792 wait for playing. Fixes pausing and resuming capture from an
2795 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2796 (gst_ring_buffer_read):
2798 Caller supports interrupted reads now.
2800 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2802 * tests/check/Makefile.am:
2803 Another attempt to make the gen64 buildbot happy.
2805 2006-09-27 Stefan Kost <ensonic@users.sf.net>
2807 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2809 * ext/libvisual/visual.c: (gst_visual_clear_actors),
2810 (gst_visual_chain), (gst_visual_change_state):
2811 Libvisual plugin was not passing audio data to libvisual 0.4.0
2812 correctly. Fixes #357800
2814 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2816 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2817 Add timeout to _get_state() so we see which pipeline it is
2818 that causes trouble on the gen64 build bot.
2820 2006-09-27 Wim Taymans <wim@fluendo.com>
2822 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2823 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2824 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2825 (gst_base_rtp_depayload_set_gst_timestamp):
2826 the source pad always uses fixed caps.
2828 2006-09-27 Wim Taymans <wim@fluendo.com>
2830 * docs/libs/gst-plugins-base-libs-docs.sgml:
2831 * docs/libs/gst-plugins-base-libs-sections.txt:
2832 * gst-libs/gst/audio/gstaudioclock.c:
2833 * gst-libs/gst/audio/gstaudioclock.h:
2834 * gst-libs/gst/audio/gstaudiosink.c:
2835 * gst-libs/gst/audio/gstaudiosink.h:
2836 * gst-libs/gst/audio/gstaudiosrc.c:
2837 * gst-libs/gst/audio/gstbaseaudiosink.c:
2838 (gst_base_audio_sink_render):
2839 * gst-libs/gst/audio/gstbaseaudiosink.h:
2840 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2841 * gst-libs/gst/audio/gstbaseaudiosrc.h:
2842 * gst-libs/gst/audio/gstringbuffer.h:
2843 Added docs for the audio libs.
2845 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2847 * tests/check/Makefile.am:
2848 Temporarily disable test that fails on the bots for unknown reasons.
2850 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2852 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2853 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2854 Moved AudioCodecType into priv
2855 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2857 2006-09-25 Wim Taymans <wim@fluendo.com>
2859 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2860 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2861 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2863 Cleanups and small leak fixes.
2864 Added Depayloaders to valid list of autopluggable elements.
2866 2006-09-25 Wim Taymans <wim@fluendo.com>
2868 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2869 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2870 (gen_video_element), (gen_text_element), (gen_audio_element),
2871 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2872 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2873 Detect NO_PREROLL state change returns and disable clock distribution to
2874 the sinks so that sync is disabled.
2875 Avoid some type checking and do simple casts instead.
2876 Small cleanups, fix some FIXMEs.
2877 Be more robust when linking user specified elements, catch an report
2878 errors. Fixes #357404.
2879 Fix some leaks in the error paths.
2881 2006-09-25 Stefan Kost <ensonic@users.sf.net>
2884 ChangeLog surgery for missing bug-number
2886 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2888 Patch by: Peter Kjellerstedt <pkj at axis com>
2890 * gst/playback/test.c:
2891 Fix compilation with uClibc and -Werror (#357591).
2893 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2895 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2896 Parse dates that are followed by a time as well (#357532).
2898 * tests/check/libs/tag.c: (test_vorbis_tags):
2899 Add unit test for this.
2901 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2903 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2904 (gst_audio_convert_transform_caps):
2905 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2906 * gst/videotestsrc/videotestsrc.h:
2907 A few array const-ifications.
2909 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2911 * tests/check/Makefile.am:
2912 See if this makes the build bots happy.
2914 * tests/check/libs/cddabasesrc.c:
2917 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2919 Patch by: Young-Ho Cha <ganadist at chollian dot net>
2921 * gst/subparse/samiparse.c: (handle_start_font),
2922 (fix_invalid_entities):
2923 More case-insensitivity for certain tags; recognise entities with
2924 decimal codes as special entities as well (#357330).
2926 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2928 * gst-libs/gst/Makefile.am:
2929 Need to build tag directory before cdda.
2931 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2933 * docs/libs/gst-plugins-base-libs-sections.txt:
2934 * gst-libs/gst/cdda/Makefile.am:
2935 * gst-libs/gst/cdda/gstcddabasesrc.c:
2936 (gst_cdda_base_src_base_init):
2937 * gst-libs/gst/cdda/gstcddabasesrc.h:
2938 * gst-libs/gst/tag/tag.h:
2939 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2940 (gst_tag_register_musicbrainz_tags):
2941 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2942 depend on libgsttag. This is required so we can extract/read tags like
2943 DISCID without depending on libgstcddabasesrc (which used to register
2946 * gst-libs/gst/tag/gstvorbistag.c:
2947 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2948 tags (also see #347848).
2950 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2951 Log vorbis comments we are actually writing. Const-ify array.
2953 2006-09-23 Wim Taymans <wim@fluendo.com>
2955 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2956 Improve buffering a bit by avoiding a deadlock because we cannot assume
2957 the underrun is always called.
2959 2006-09-23 Wim Taymans <wim@fluendo.com>
2961 Patch by: Young-Ho Cha <ganadist at chollian dot net>
2963 * gst-libs/gst/riff/riff-ids.h:
2964 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2965 (gst_riff_create_audio_template_caps):
2966 Added MPEG-4 AAC and id and caps. Fixes #357289
2967 Added WMA9 Lossless id.
2969 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
2971 * ext/gnomevfs/gstgnomevfssrc.c:
2972 Fix misleading docs addition.
2974 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2975 Get rid of compiler warning the right way.
2977 2006-09-22 Wim Taymans <wim@fluendo.com>
2979 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2980 (gst_base_rtp_depayload_finalize),
2981 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2982 (gst_base_rtp_depayload_push_full),
2983 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2984 (gst_base_rtp_depayload_process),
2985 (gst_base_rtp_depayload_set_gst_timestamp),
2986 (gst_base_rtp_depayload_queue_release):
2987 * gst-libs/gst/rtp/gstbasertpdepayload.h:
2990 Refactored the process method and added methods to push from the process
2992 Use _scale functions.
2993 API: gst_base_rtp_depayload_push_ts
2994 API: gst_base_rtp_depayload_push
2996 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2997 timestamps are uint.
2999 2006-09-22 Stefan Kost <ensonic@users.sf.net>
3001 * gst-libs/gst/interfaces/xoverlay.c:
3002 Remove unused statement from doc example.
3004 2006-09-21 Stefan Kost <ensonic@users.sf.net>
3006 * gst-libs/gst/interfaces/videoorientation.c:
3007 (gst_video_orientation_iface_init),
3008 (gst_video_orientation_get_hflip),
3009 (gst_video_orientation_get_vflip),
3010 (gst_video_orientation_get_hcenter),
3011 (gst_video_orientation_get_vcenter),
3012 (gst_video_orientation_set_hflip),
3013 (gst_video_orientation_set_vflip),
3014 (gst_video_orientation_set_hcenter),
3015 (gst_video_orientation_set_vcenter):
3016 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3019 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
3021 * tests/check/Makefile.am:
3022 * tests/check/elements/.cvsignore:
3023 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3024 (create_rgb_conversions), (rgb_conversion_free),
3025 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3026 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3027 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3028 but disable for now since it doesn't pass (something wrong with
3031 2006-09-21 Wim Taymans <wim@fluendo.com>
3033 * gst/playback/gstplaybasebin.c: (group_commit),
3034 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3035 (queue_out_of_data), (gen_preroll_element),
3036 (preroll_remove_overrun), (probe_triggered):
3037 Refactor handling of overrun detection.
3038 Separate handling of group completion and deadlock detection when doing
3039 network buffering. This should fix some deadlocks that were not detected
3040 because the group was completed.
3041 Add more comments, improve debugging.
3043 2006-09-21 Wim Taymans <wim@fluendo.com>
3045 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3046 * tests/check/libs/audio.c:
3047 Some more compilation fixes.
3049 2006-09-21 Wim Taymans <wim@fluendo.com>
3051 * gst-libs/gst/audio/gstringbuffer.c:
3052 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3053 (gst_ring_buffer_read):
3054 Early morning compilation fix.
3056 2006-09-20 Wim Taymans <wim@fluendo.com>
3058 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3059 * tests/check/elements/multifdsink.c: (GST_START_TEST):
3060 * tests/check/elements/videorate.c: (GST_START_TEST):
3061 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3062 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3065 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3067 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3068 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3069 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3070 Handcrafted merge to help CVS understanding what I changed and what
3073 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3075 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3076 (gst_xvimagesink_get_times):
3077 change colorkey behaviour back according to #354773 comment 6/7
3079 2006-09-19 Michael Smith <msmith@fluendo.com>
3081 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3082 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3083 (gst_multi_fd_sink_recover_client),
3084 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3085 (gst_multi_fd_sink_get_property):
3086 * gst/tcp/gstmultifdsink.h:
3087 Implement stubbed out properties unit-type, units-soft-max,
3088 units-max, to allow specifying maximum sizes in units other than
3092 2006-09-19 Wim Taymans <wim@fluendo.com>
3094 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3095 (gst_riff_create_audio_template_caps):
3096 Reorder the audio formats a bit for clarity.
3097 Detect and create caps for MSGSM and MSN (WAV49).
3100 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3101 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3102 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3103 Small cleanups, move error handling out of normal flow for clarity.
3105 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3107 * docs/libs/gst-plugins-base-libs-docs.sgml:
3108 * docs/libs/gst-plugins-base-libs.types:
3109 * gst-libs/gst/interfaces/Makefile.am:
3110 * gst-libs/gst/interfaces/videoorientation.c:
3111 (gst_video_orientation_get_type),
3112 (gst_video_orientation_iface_init),
3113 (gst_video_orientation_get_hflip),
3114 (gst_video_orientation_get_vflip),
3115 (gst_video_orientation_get_hcenter),
3116 (gst_video_orientation_get_vcenter),
3117 (gst_video_orientation_set_hflip),
3118 (gst_video_orientation_set_vflip),
3119 (gst_video_orientation_set_hcenter),
3120 (gst_video_orientation_set_vcenter):
3121 * gst-libs/gst/interfaces/videoorientation.h:
3122 API: Add new interface to control video orientation (fixes #354908)
3124 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3126 * gst/videotestsrc/gstvideotestsrc.c:
3127 Use G_UNLIKELY in _create and log one more detail.
3129 (gst_video_test_src_get_times), (gst_video_test_src_create):
3130 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3131 Use gst_util_uint64_scale_int in _get_times().
3133 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3135 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3136 Give better warning message (add object and detail).
3138 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3140 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3141 (gst_xvimagesink_get_times):
3142 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3143 #354773), use gst_util_uint64_scale_int in _get_times()
3145 2006-09-18 Michael Smith <msmith@fluendo.com>
3147 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3148 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3149 always true, leading to dropping all timestamps.
3151 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3153 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3154 (gst_visual_chain), (gst_visual_change_state):
3155 update to work also with libvisual 0.4 API, fix double unref (#355914)
3157 * tools/gst-launch-ext.1.in:
3158 * tools/gst-visualise.1.in:
3159 remove references to old man-pages
3161 * tests/examples/seek/seek.c: (main):
3162 add real meadi-buttons, add tool-tips for the seek-options, arrange
3163 seek options in a table
3165 2006-09-18 Michael Smith <msmith@fluendo.com>
3167 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3168 (gst_ogg_mux_push_buffer):
3169 Don't generate out-of-order timestamps from oggmux, instead clamp
3170 output timestamps to be >= the previously output ts.
3173 2006-09-18 Michael Smith <msmith@fluendo.com>
3175 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3176 (gst_multi_fd_sink_class_init):
3177 Updates, fixes, and typo corrections for multifdsink. No functional
3180 2006-09-17 Michael Smith <msmith@fluendo.com>
3182 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3183 Don't crash on truncated files - check that we got an 8 byte buffer
3184 before trying to memcmp it.
3186 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3188 * gst/playback/gstplaybasebin.c: (get_active_source):
3189 Make stream-switching appear instant to the application
3190 (ie. make sure that a g_object_get on 'current-foo' returns
3191 the stream previously set with g_object_set(). Totem needs
3192 this to update stream-related meta-info (like audio-codec)
3193 correctly when switching streams.
3195 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3197 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3198 (gst_alsa_mixer_ensure_track_list):
3199 Try harder to guess which mixer track is the master mixer
3200 track (instead of just taking the first one that has a pvolume).
3203 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3205 reviewed by: <delete if not using a buddy>
3207 * gst-libs/gst/audio/audio.h:
3208 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3210 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3212 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3213 (gst_audio_convert_transform_caps):
3214 Get structure-name just once.
3216 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3218 * tests/check/elements/audioresample.c: (GST_START_TEST):
3219 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3220 * tests/check/elements/volume.c: (GST_START_TEST):
3221 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3222 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3223 (test_pipeline), (GST_START_TEST):
3224 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3225 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3226 Fix big batch of compiler warnings.
3228 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3230 * ext/gnomevfs/gstgnomevfssrc.c:
3231 Add docs about icydemux usage in connection with gnomevfssrc
3233 * ext/libvisual/visual.c:
3234 * ext/ogg/gstoggaviparse.c:
3235 * ext/ogg/gstoggdemux.c:
3236 * ext/ogg/gstoggmux.c:
3237 * ext/ogg/gstoggparse.c:
3238 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3239 * gst-libs/gst/audio/gstaudiosink.c:
3240 * gst-libs/gst/audio/gstaudiosrc.c:
3241 * gst/audiorate/gstaudiorate.c:
3242 More G_OBJECT macro fixing.
3244 * gst/audiotestsrc/gstaudiotestsrc.h:
3245 Fix wrong info in header due to copy & paste
3247 2006-09-15 Wim Taymans <wim@fluendo.com>
3249 * gst-libs/gst/audio/gstbaseaudiosink.c:
3250 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3251 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3252 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3253 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3254 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3255 Do the delay calculation in the source/sink base classes as this is
3256 specific for the capture/playback mode.
3257 Try to fixate a bit better, like round depth up to a multiple of 8
3259 Handle underruns correctly by marking DISCONT on buffers and adjusting
3260 timestamps to handle the gap.
3261 Set offset/offset_end correctly on buffers.
3263 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3264 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3265 (gst_ring_buffer_read):
3266 Remove resync and underrun recovery from the ringbuffer.
3267 Fix ringbuffer read code on under/overrun.
3269 2006-09-15 Wim Taymans <wim@fluendo.com>
3271 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3272 (gst_play_base_bin_init), (fill_buffer), (check_queue),
3273 (queue_threshold_reached), (gst_play_base_bin_set_property),
3274 (gst_play_base_bin_get_property):
3275 * gst/playback/gstplaybasebin.h:
3276 Don't use a 0 low watermark when buffering, it is catching starvation
3277 way too late. Instead, use a 3 second queue with 30 and 95
3278 percent low/high watermarks.
3279 Added queue-min-threshold property to configure low watermark.
3280 Use new _buffering message API.
3281 Make queue_threshold variable big enough to store a uint64 time value.
3282 API: playbin::queue-min-threshold property.
3284 2006-09-15 Wim Taymans <wim@fluendo.com>
3287 We require 0.10.10.1 now because of _wait_preroll().
3289 * gst-libs/gst/audio/gstbaseaudiosink.c:
3290 (gst_base_audio_sink_render):
3291 Use gst_base_sink_wait_preroll().
3293 2006-09-15 Wim Taymans <wim@fluendo.com>
3295 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3296 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3297 Use DEBUG_OBJECT more.
3299 === release 0.10.10 ===
3301 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3303 patch by: Michael Smith <msmith at fluendo dot com>
3305 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3306 (gst_multi_fd_sink_client_queue_buffer),
3307 (gst_multi_fd_sink_new_client):
3308 * tests/check/elements/multifdsink.c: (GST_START_TEST),
3309 (multifdsink_suite):
3310 Fix implementation of sync-method 'next-keyframe'
3313 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3315 patch by: Wim Taymans <wim at fluendo dot com>
3317 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3318 This patch removes the RANDOM flag that was incorrectly introduced with
3319 revision 1.91. Fixes #354590
3321 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
3323 * tests/check/Makefile.am:
3324 Random variation in Makefile line to see if it makes the
3325 gen64-base-full bot any happier.
3327 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3329 * tests/check/pipelines/oggmux.c: (oggmux_suite):
3330 Disable test that fails at the moment (killed after timeout).
3332 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3334 Patch by: James Livingston <doclivingston at gmail.com>
3336 * tests/check/Makefile.am:
3337 * tests/check/pipelines/.cvsignore:
3338 * tests/check/pipelines/oggmux.c: (get_page_codec),
3339 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3340 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3341 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3342 (test_theora_vorbis), (oggmux_suite):
3343 Add simple unit test for oggmux from #337026 with checking for the
3344 EOS flags disabled for the time being.
3346 2006-09-04 Wim Taymans <wim@fluendo.com>
3348 patch by: Alessandro Dessina <alessandro nnva org>
3350 * ext/ogg/gstoggmux.c:
3351 Add cmml caps to oggmux. Fixes #353912
3353 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3355 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3356 Returning a return value often helps. In this case, we
3357 don't need the return value anyway, so just get rid of it.
3358 Should make build bots much happier.
3360 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3362 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3363 (paint_get_structure), (gst_video_test_src_get_size),
3364 (gst_video_test_src_smpte), (gst_video_test_src_snow),
3365 (gst_video_test_src_unicolor), (paint_setup_AYUV),
3366 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3367 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3368 * gst/videotestsrc/videotestsrc.h:
3369 Add support for AYUV and the various RGBA formats. Initialise
3370 fields of paintinfo structs allocated on the stack.
3372 * tests/check/elements/videotestsrc.c: (right_shift_colour),
3373 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3374 (check_rgb_buf), (videotestsrc_suite):
3375 Add unit tests for videotestsrc's RGB output.
3377 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3379 * gst/videotestsrc/gstvideotestsrc.c:
3380 (gst_video_test_src_pattern_get_type),
3381 (gst_video_test_src_set_pattern):
3382 * gst/videotestsrc/gstvideotestsrc.h:
3383 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3384 (gst_video_test_src_black), (gst_video_test_src_white),
3385 (gst_video_test_src_red), (gst_video_test_src_green),
3386 (gst_video_test_src_blue):
3387 * gst/videotestsrc/videotestsrc.h:
3388 Add more uni-colour patterns ("white", "red", "green", and "blue").
3390 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3392 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3393 Fix stride for YVYU, should be word-aligned (#353658).
3395 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
3397 * gst/adder/gstadder.c: (gst_adder_src_event):
3400 2006-08-31 Edward Hervey <edward@fluendo.com>
3402 * gst/adder/gstadder.c: (forward_event_func),
3403 (gst_adder_src_event), (gst_adder_collected),
3404 (gst_adder_change_state):
3405 * gst/adder/gstadder.h:
3406 Remember the start position asked in the incoming seeks, so we can
3407 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3408 of assuming it will always be 0).
3410 2006-08-31 Edward Hervey <edward@fluendo.com>
3412 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3413 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3414 (gst_ogg_demux_loop):
3415 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3417 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
3419 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3420 (gst_ffmpegcsp_get_unit_size):
3421 Return FALSE instead of returning a random false unit
3422 size when the format isn't known/supported (even if
3423 this shouldn't happen under normal circumstances).
3425 2006-08-29 Wim Taymans <wim@fluendo.com>
3427 Patch by: Tim-Philipp Müller <tim at centricular dot net>
3429 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3430 (gst_gnome_vfs_src_start):
3431 Try harder to get the size from a uri by using _info_uri() when
3432 _info_from_handle() does not give us enough info.
3433 Also follow symlinks when getting the size.
3434 Partially Fixes #332864.
3436 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3438 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
3440 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3441 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3442 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3443 (gst_alsa_mixer_set_record):
3444 * ext/alsa/gstalsamixertrack.c:
3445 (gst_alsa_mixer_track_update_alsa_capabilities),
3446 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3447 (gst_alsa_mixer_track_update):
3448 * ext/alsa/gstalsamixertrack.h:
3449 Improve and fix mixer track handling, in particular better handling
3450 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3451 separate track objects for tracks that have both capture and playback
3452 volume (and label them differently as well so they're not mistakenly
3453 assumed to be duplicates); classify mixer tracks that only affect
3454 the audible volume of something (rather than the capture volume)
3455 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3456 for capture tracks to correspond to alsa-pswitch alsa-cswitch
3457 (following the meaning documented in the mixer interface header
3458 file); add support for alsa's exclusive cswitch groups; update/sync
3459 state/flags better if mixer settings are changed by another
3460 application. Fixes #336075.
3462 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3464 * gst/playback/gstplaybin.c:
3465 Improve docs: add section about BUFFERING messages sent by playbin.
3467 2006-08-29 Michael Smith <msmith@fluendo.com>
3469 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3470 (gst_vorbis_enc_buffer_check_discontinuous),
3471 (gst_vorbis_enc_chain):
3472 Ignore explicit DISCONT marked on buffers (which is often spurious,
3473 particularly when using multiple segments), in favour of solely
3474 using the timestamps/durations.
3476 2006-08-29 Edward Hervey <edward@fluendo.com>
3478 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3479 Don't rely on incoming buffers offset anymore, since it is completely
3480 broken when using multiple segments.
3481 Instead convert the incoming buffers timestamp to running time, and
3482 then convert that value to the offsets.
3483 Also inform GstSegment of the last outputted stop position, which is
3484 needed if we received several segments with an unknown stop value.
3486 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
3488 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3489 fix buffer unreffing on a header push failure
3491 2006-08-28 Wim Taymans <wim@fluendo.com>
3493 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3494 (gst_audio_rate_chain):
3495 Make the metadata of the buffer writable before changing its
3498 2006-08-28 Wim Taymans <wim@fluendo.com>
3500 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3501 (gst_audio_rate_setcaps), (gst_audio_rate_init),
3502 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3503 (gst_audio_rate_chain), (gst_audio_rate_change_state):
3504 Fix audiorate some more.
3505 Reset and resync counters on flush and READY.
3506 Handle the DISCONT flag correctly.
3507 Use GstSegment to track position.
3508 Fail when not negotiated.
3511 2006-08-25 Michael Smith <msmith@fluendo.com>
3513 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3515 Remove accidently included debug line.
3517 2006-08-25 Wim Taymans <wim@fluendo.com>
3519 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3521 If a buffer is received with no caps, make the buffer metadata
3522 writable and set the caps, making sure that we don't screw up the
3525 2006-08-25 Michael Smith <msmith@fluendo.com>
3527 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3528 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3529 Fix memory leaks and misleading debug messages, add a couple of
3532 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3533 (gst_multi_fd_sink_render):
3534 Do not use gst_buffer_make_writable() in a basesink render method,
3535 as it may incorrectly unref the buffer. Instead, use convoluted
3536 dance to avoid copying the buffer except when we need to.
3538 2006-08-25 Michael Smith <msmith@fluendo.com>
3540 * ext/vorbis/vorbisenc.c:
3541 (gst_vorbis_enc_buffer_check_discontinuous):
3542 Allow very small discontinuities in the timestamps. These we can't
3543 do anything useful with anyway (because vorbis's timestamps have
3544 only sample granularity), and are commonly produced by elements with
3545 minor bugs. Allow up to 1/2 a sample out.
3548 2006-08-24 Wim Taymans <wim@fluendo.com>
3550 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3551 (play_scrub_toggle_cb), (main):
3552 Add a checkbox to enable play scrubbing. Makes it possible to disable
3555 2006-08-23 Stefan Kost <ensonic@users.sf.net>
3557 * tests/check/elements/.cvsignore:
3560 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3562 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3563 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3564 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3565 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3566 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3567 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3568 (gst_ogm_text_parse_strip_trailing_zeroes),
3569 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3570 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3571 Refactor ogm parse, do better input checking, misc. clean-ups.
3572 Cache incoming events and push them once the source pad has
3573 been created. Don't pass unterminated strings to sscanf().
3574 Strip trailing zeroes from subtitle text output, since they
3575 are not valid UTF-8. Don't push vorbiscomment packets on
3576 the subtitle text pad. Output perfect streams if possible.
3578 2006-08-23 Wim Taymans <wim@fluendo.com>
3580 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3581 Waits for tasks to settle down so that we clean up correctly for
3584 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3586 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3587 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3588 actually return return value in taglists_are_equal.
3590 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3592 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3593 Fix crash due to broken bitstream parsing on x86-64: can't make
3594 any assumptions about sizeof(struct) due to alignment/packing
3595 differences on different architectures. Fixes #351790.
3597 2006-08-22 Wim Taymans <wim@fluendo.com>
3599 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3600 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3601 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3602 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3603 (gst_riff_parse_info):
3604 Protect public functions against bad input.
3608 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3610 * gst-libs/gst/riff/riff-ids.h:
3611 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3612 Add voxware audio IDs (even if we can't play it) (#351795).
3614 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3616 * gst-libs/gst/riff/riff-media.c:
3617 (gst_riff_create_video_template_caps),
3618 (gst_riff_create_audio_template_caps),
3619 (gst_riff_create_iavs_template_caps):
3620 Const-ify some arrays and use G_N_ELEMENTS instead
3621 of wasting oodles of RAM on terminator bits.
3623 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3625 * gst-libs/gst/tag/gstvorbistag.c:
3626 (gst_tag_list_to_vorbiscomment_buffer):
3627 * tests/check/libs/tag.c: (GST_START_TEST):
3628 And the same for _to_vorbiscomment_buffer(): allow
3629 id_data_len == 0 for speex.
3631 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
3634 * docs/plugins/Makefile.am:
3635 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3636 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3637 * docs/plugins/inspect/plugin-gdp.xml:
3638 * gst/gdp/Makefile.am:
3639 * tests/check/Makefile.am:
3640 Move GDP plugin to -base from -bad. Closes #347783.
3642 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3644 * gst-libs/gst/tag/gstvorbistag.c:
3645 (gst_tag_list_from_vorbiscomment_buffer):
3646 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3647 Also add some checks to make sure we don't memcmp() beyond the end of
3648 vorbiscomment buffer if the ID to check for is larger than the buffer.
3650 * tests/check/libs/tag.c: (GST_START_TEST):
3651 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3653 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3655 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3656 (gst_vorbis_enc_set_metadata):
3657 Use vorbis comment utility functions from libgsttag
3658 instead of re-inventing the wheel (partially fixes #347091).
3660 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
3662 * tests/check/elements/audioconvert.c: (GST_START_TEST):
3663 Fix leaks. Wait for state transitions that might happen ASYNC, as well
3666 2006-08-21 Wim Taymans <wim@fluendo.com>
3668 * docs/libs/Makefile.am:
3669 * docs/libs/gst-plugins-base-libs-sections.txt:
3670 * docs/libs/gst-plugins-base-libs.types:
3671 Don't try to GObject scan the netbuffer as it's not a GObject.
3674 * gst-libs/gst/netbuffer/gstnetbuffer.c:
3675 * gst-libs/gst/netbuffer/gstnetbuffer.h:
3676 Document GstNetBuffer.
3678 2006-08-21 Stefan Kost <ensonic@users.sf.net>
3680 * tests/check/elements/audioconvert.c: (GST_START_TEST),
3681 (audioconvert_suite):
3682 Add testcase for caps-size-explosion
3684 2006-08-20 Stefan Kost <ensonic@users.sf.net>
3686 * gst/audioconvert/gstaudioconvert.c:
3687 (gst_audio_convert_get_unit_size), (set_structure_widths):
3688 Lower debug, use g_assert in _get_unit_size
3690 * gst/audioresample/gstaudioresample.c:
3691 (audioresample_get_unit_size):
3692 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3693 (gst_ffmpegcsp_get_unit_size):
3694 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3695 use g_assert in _get_unit_size
3697 2006-08-18 Wim Taymans <wim@fluendo.com>
3699 * docs/libs/gst-plugins-base-libs-sections.txt:
3700 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3701 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3702 (gst_rtp_buffer_get_payload_buffer):
3703 * gst-libs/gst/rtp/gstrtpbuffer.h:
3704 Document GstRTPBuffer.
3705 Added function to efficiently strip payload headers.
3706 API: gst_rtp_buffer_get_payload_subbuffer()
3708 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3710 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3711 (gst_tag_to_vorbis_comments):
3712 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3713 tags and deserialise them properly as well (#347091).
3714 Add some more gtk-doc blurbs and also some g_return_if_fail().
3716 * tests/check/libs/tag.c: (GST_START_TEST),
3717 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3720 2006-08-17 Wim Taymans <wim@fluendo.com>
3722 * ext/ogg/Makefile.am:
3723 * ext/ogg/gstogg.c: (plugin_init):
3724 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3725 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3726 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3727 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3728 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3729 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3730 Added ogg-in-avi parser element. Fixes #140139.
3732 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3733 Fixed a bug in oggdemux debug code.
3735 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3736 (gst_riff_create_audio_template_caps):
3737 Recognise Ogg in the AVI extensible wave format.
3739 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3741 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3742 Make buffer durations add up (duration should be next_ts-ts for
3743 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3746 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3747 (test_buffer_timestamps), (cddabasesrc_suite):
3748 Add unit test for the above.
3750 * tests/check/Makefile.am:
3751 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3752 to see what happens.
3754 2006-08-16 Wim Taymans <wim@fluendo.com>
3756 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3757 (gst_alsasink_open):
3758 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3760 Avoid setting and using a NULL device name.
3761 Print more info when we fail to open a device.
3763 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
3765 * docs/libs/gst-plugins-base-libs-sections.txt:
3766 * gst-libs/gst/tag/tag.h:
3767 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3768 API: add gst_tag_parse_extended_comment() (#351426).
3770 * tests/check/Makefile.am:
3771 * tests/check/libs/.cvsignore:
3772 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3773 Add unit test for gst_tag_parse_extended_comment().
3775 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3777 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3778 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3781 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3783 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3784 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3785 * docs/plugins/gst-plugins-base-plugins.args:
3786 * gst/playback/gstplaybin.c:
3789 * docs/plugins/inspect/plugin-adder.xml:
3790 * docs/plugins/inspect/plugin-alsa.xml:
3791 * docs/plugins/inspect/plugin-audioconvert.xml:
3792 * docs/plugins/inspect/plugin-audiorate.xml:
3793 * docs/plugins/inspect/plugin-audioresample.xml:
3794 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3795 * docs/plugins/inspect/plugin-cdparanoia.xml:
3796 * docs/plugins/inspect/plugin-decodebin.xml:
3797 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3798 * docs/plugins/inspect/plugin-gnomevfs.xml:
3799 * docs/plugins/inspect/plugin-ogg.xml:
3800 * docs/plugins/inspect/plugin-pango.xml:
3801 * docs/plugins/inspect/plugin-playbin.xml:
3802 * docs/plugins/inspect/plugin-subparse.xml:
3803 * docs/plugins/inspect/plugin-tcp.xml:
3804 * docs/plugins/inspect/plugin-theora.xml:
3805 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3806 * docs/plugins/inspect/plugin-video4linux.xml:
3807 * docs/plugins/inspect/plugin-videorate.xml:
3808 * docs/plugins/inspect/plugin-videoscale.xml:
3809 * docs/plugins/inspect/plugin-videotestsrc.xml:
3810 * docs/plugins/inspect/plugin-volume.xml:
3811 * docs/plugins/inspect/plugin-vorbis.xml:
3812 * docs/plugins/inspect/plugin-ximagesink.xml:
3813 * docs/plugins/inspect/plugin-xvimagesink.xml:
3814 Update to CVS version.
3816 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3818 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3819 (gst_play_bin_set_property), (gst_play_bin_get_property),
3820 (value_list_append_structure_list),
3821 (gst_play_bin_handle_redirect_message),
3822 (gst_play_bin_handle_message):
3823 API: GstPlayBin::connection-speed
3824 Add "connection-speed" property; re-order redirect messages with
3825 multiple redirect locations depending on the minimum bitrate if
3826 that information is available and a connection speed is set
3829 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3831 * gst/playback/gstplaybin.c:
3832 Update max volume to the same value that the volume element uses.
3834 2006-08-14 Wim Taymans <wim@fluendo.com>
3836 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3839 2006-08-14 Wim Taymans <wim@fluendo.com>
3841 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3842 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3843 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3844 Add some more debug info.
3845 Don't crash when a seek failed.
3846 Actually return the result of the seek instead of TRUE.
3847 Ignore multiple BOS pages with the same serial so that we don't create
3848 the same stream multiple times.
3849 Post an error when we fail to do the initial seek.
3851 2006-08-13 Wim Taymans <wim@fluendo.com>
3853 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3854 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3857 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3858 (gst_alsa_mixer_new):
3859 Remove hack that always set the device to hw:0*.
3860 Properly find the card name for whatever device was configured.
3861 Do some better debugging.
3864 * ext/alsa/gstalsamixerelement.c:
3865 (gst_alsa_mixer_element_set_property),
3866 (gst_alsa_mixer_element_change_state):
3868 Handle setting of a NULL device name better.
3870 2006-08-11 Wim Taymans <wim@fluendo.com>
3872 * gst/adder/gstadder.c:
3873 Don't clip float values. Fixes #350900.
3875 2006-08-11 Andy Wingo <wingo@pobox.com>
3877 * gst/tcp/gsttcp.c: Really fix the build?
3879 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3882 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3884 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3885 Float caps shouldn't have a "signed" field.
3887 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3889 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3890 Implement SEEKING query in its most basic form, so that we can
3891 at least check if we're seekable or not (#350655).
3893 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
3895 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3896 The checks here are not even close to anything that would
3897 justify MAXIMUM probability, lowering to POSSIBLE until someone
3898 fixes the checks (case at hand: quicktime redirection files
3899 might start with 00 00 01 XX and pass the checks here just
3902 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
3904 Patch by: Sjoerd Simons <sjoerd at luon net>
3906 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3907 Better detection for multipart/x-mixed-replace: accept leading
3908 whitespaces before the boundary marker as well (as our very own
3909 multipartmux used to produce) (#349068).
3911 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
3913 Patch by: Young-Ho Cha <ganadist at chollian net>
3915 * gst-libs/gst/riff/riff-ids.h:
3916 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3917 (gst_riff_create_audio_template_caps):
3918 Detect DTS audio streams (#350157).
3920 2006-08-05 Andy Wingo <wingo@pobox.com>
3922 * ext/theora/gsttheoraparse.h:
3923 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3924 (theora_parse_dispose, theora_parse_set_property)
3925 (theora_parse_get_property, theora_parse_munge_granulepos)
3926 (theora_parse_push_buffer, theora_parse_change_state):
3927 API: GstTheoraParse::synchronization-points
3928 Add a property 'synchronization-points' to fix badly synchronized oggs.
3930 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3932 * tests/check/Makefile.am:
3933 * tests/check/libs/.cvsignore:
3934 * tests/check/libs/audio.c: (structure_contains_channel_positions),
3935 (fixed_caps_have_channel_positions), (GST_START_TEST),
3936 (audio_suite), (main):
3937 Add a few tests for the channel position stuff in libgstaudio.
3939 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3941 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3942 (gst_alsa_detect_channels):
3943 * ext/alsa/gstalsasink.c:
3944 Add support for cards that (only) do more than 8 channels,
3945 like the Delta 44 (#345188).
3947 * gst-libs/gst/audio/multichannel.c:
3948 (gst_audio_check_channel_positions):
3949 * gst-libs/gst/audio/multichannel.h:
3950 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3951 unspecified channel position and cannot be combined with any
3952 of the other audio channel positions; adjust position layout
3953 checks accordingly (#345188).
3955 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3957 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3958 Recognise ancient RealAudio files (see #349779).
3960 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3962 Patch by: Jens Granseuer <jensgr at gmx net>
3964 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3965 Add typefinder for Interplay's MVE format (#348973).
3967 2006-08-02 Wim Taymans <wim@fluendo.com>
3969 Patch by: Marcel Moreaux <marcelm at luon dot net>
3971 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3972 (gst_base_rtp_depayload_add_to_queue):
3973 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3974 Handle RTP sequence number rollover.
3975 Disable jitterbuffer by default.
3977 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
3979 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3980 (audioresample_set_caps):
3981 Don't leak references to the incoming caps. Clean them up when
3984 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3985 (gst_video_scale_finalize):
3986 Don't leak our temporary pixel buffer.
3988 * tests/check/Makefile.am:
3989 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3990 (GST_START_TEST), (simple_launch_lines_suite):
3992 Fix leaks and re-enable the test for valgrind checking.
3994 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
3996 Patch by: Sjoerd Simons <sjoerd at luon net>
3998 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4000 Add typefind function for multipart/x-mixed-replace (#348916).
4002 2006-07-28 Wim Taymans <wim@fluendo.com>
4004 * gst/adder/gstadder.c: (gst_adder_setcaps),
4005 (gst_adder_query_duration):
4006 Fix leak in duration query.
4007 Reflow some docs and notes.
4009 2006-07-28 Michael Smith <msmith@fluendo.com>
4011 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4013 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4016 2006-07-28 Michael Smith <msmith@fluendo.com>
4018 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4019 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4020 (gst_vorbis_enc_push_buffer),
4021 (gst_vorbis_enc_buffer_check_discontinuous),
4022 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4023 * ext/vorbis/vorbisenc.h:
4024 Handle discontinuities in the input vorbis stream correctly,
4025 so that the output is properly timestamped (and has good granulepos
4026 values). Needs some oggmux fixes too.
4028 2006-07-27 Wim Taymans <wim@fluendo.com>
4030 patch by: Kai Vehmanen <kv2004 eca cx>
4032 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4033 (gst_base_rtp_depayload_chain),
4034 (gst_base_rtp_depayload_handle_sink_event),
4035 (gst_base_rtp_depayload_change_state):
4036 Don't send multiple newsegments with different formats.
4039 2006-07-26 Wim Taymans <wim@fluendo.com>
4041 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4042 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4043 Make seeking in ogg more accurate again by doing the more correct
4044 granuletime to stream time conversion.
4046 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
4048 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4049 (gst_multi_fd_sink_new_client):
4050 debug a little more understandably
4051 do not use goto as a substitute for break, especially if
4052 break is also being used
4054 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
4056 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4057 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4058 Remove GLib-2.6 compatibility cruft.
4060 2006-07-24 Wim Taymans <wim@fluendo.com>
4062 * gst-libs/gst/audio/gstbaseaudiosink.c:
4063 (gst_base_audio_sink_render):
4064 Don't try to align a sample to an unknown value.
4066 2006-07-24 Wim Taymans <wim@fluendo.com>
4068 * gst-libs/gst/audio/gstbaseaudiosink.c:
4069 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4070 When the audio clock is slaved to another clock, never try to align
4071 samples but trust the rate interpolation algorithm.
4073 2006-07-24 Wim Taymans <wim@fluendo.com>
4075 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4076 Don't try to calculate silence samples, base class does this much
4079 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4080 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4081 (gst_ring_buffer_acquire):
4082 Calculate silence samples correctly.
4084 * gst-libs/gst/audio/gstringbuffer.h:
4087 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
4089 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4090 Limit search for the first markup tag to the first few kB of
4091 the file. If we don't find one there, it's highly unlikely that
4092 this is an XML(-ish) file.
4094 2006-07-21 Andy Wingo <wingo@pobox.com>
4096 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4097 test to the one in vorbisenc. Also commented out.
4099 * tests/check/pipelines/vorbisenc.c:
4100 (test_discontinuity): New test, commented out until Mike lands
4101 some elite vorbisenc patches.
4103 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4104 Bufferstraw was actually factored out of these tests. Now we share
4107 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4108 for bufferstraw addition to gstcheck.
4110 2006-07-21 Wim Taymans <wim@fluendo.com>
4112 * ext/theora/theoradec.c: (clip_buffer):
4115 2006-07-21 Wim Taymans <wim@fluendo.com>
4117 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4118 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4119 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4121 Avoid type casting when we can.
4123 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4126 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
4128 * ext/alsa/gstalsamixerelement.c:
4129 (gst_alsa_mixer_element_change_state):
4130 Make state change fail if the specified device can't be opened
4133 2006-07-20 Wim Taymans <wim@fluendo.com>
4135 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4136 (cb_newpad), (main):
4137 Example of a small audio/video player using decodebin.
4139 2006-07-20 Stefan Kost <ensonic@users.sf.net>
4141 * gst-libs/gst/riff/riff-ids.h:
4144 2006-07-19 Wim Taymans <wim@fluendo.com>
4146 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4147 (gst_base_rtp_depayload_chain),
4148 (gst_base_rtp_depayload_change_state):
4149 Don't assert when not negotiated but post a meaningfull
4150 error message. Fixes #347918.
4152 * gst-libs/gst/rtp/gstbasertppayload.c:
4153 Add comment about better default MTU size.
4155 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4156 Small cleanups, start docs.
4158 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4160 Patch by: Martin Szulecki
4162 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4163 If "device-name" is requested and the device is not
4164 open, try to temporarily open it to obtain this
4165 information (#342494).
4167 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4169 * gst-libs/gst/tag/gstid3tag.c:
4170 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4172 * gst-libs/gst/tag/gsttageditingprivate.h:
4173 * gst-libs/gst/tag/gstvorbistag.c:
4174 Some more random const-ifications.
4176 2006-07-18 Stefan Kost <ensonic@users.sf.net>
4178 * gst-libs/gst/riff/riff-ids.h:
4179 * gst-libs/gst/riff/riff-media.c:
4180 (gst_riff_create_video_template_caps):
4181 Add more FOURCCs (sort list to make stuff easier to find),
4182 add comment what those 16 bytes in struct _gst_riff_strh according to
4185 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4187 * gst-libs/gst/audio/multichannel.c:
4188 (gst_audio_check_channel_positions),
4189 (gst_audio_fixate_channel_positions):
4190 Const-ify two arrays.
4192 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4194 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4195 Fix typo, so that alsasink also advertises 8 channels
4196 if that's supported (tags: can, worms, open, alsa, ph34r).
4198 2006-07-17 Wim Taymans <wim@fluendo.com>
4200 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4201 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4202 *sigh*, when is the compiler going to warn when the comments
4203 are out-of-sync with the code.. Refix case of busted theora
4204 headers with 0 granule pos.
4206 2006-07-14 Wim Taymans <wim@fluendo.com>
4208 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4209 (gst_base_rtp_depayload_wait),
4210 (gst_base_rtp_depayload_change_state),
4211 (gst_base_rtp_depayload_set_property),
4212 (gst_base_rtp_depayload_get_property):
4213 Fix 99% cpu load by waiting for absolute times on the
4214 clock. Fixes #347300.
4216 2006-07-14 Andy Wingo <wingo@pobox.com>
4218 * ext/theora/gsttheoraparse.h:
4219 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4220 (theora_parse_push_headers, theora_parse_clear_queue)
4221 (theora_parse_drain_queue_prematurely, )
4222 (theora_parse_sink_event, theora_parse_change_state): Queue events
4223 until we initialized our state, like in vorbisparse.
4225 * ext/vorbis/vorbisparse.h:
4226 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4227 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4228 (vorbis_parse_drain_queue_prematurely, )
4229 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4230 until we have initialized our state. Fixes seeking after an
4233 2006-07-14 Andy Wingo <wingo@pobox.com>
4235 Patch by: Iain Holmes <iaingnome@gmail.com>
4237 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4239 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
4242 Bump nano back to CVS
4244 === release 0.10.9 ===
4246 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4249 releasing 0.10.9, "I walk the line"
4251 2006-07-14 Michael Smith <msmith@fluendo.com>
4253 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4254 Move a g_cond_signal to earlier to avoid sometimes deadlocking
4255 (commonly happens when running this test under valgrind) when trying
4256 to remove the buffer probe.
4258 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4260 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4261 Fix missing g_unlock from the previous commit
4263 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4265 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4266 (gst_ximagesink_change_state):
4267 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4268 (gst_xvimagesink_change_state):
4269 Implement a locking order to ensure we always take the object lock
4270 before the x_lock and never vice-versa.
4272 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4274 * gst/playback/gstdecodebin.c: (find_compatibles):
4275 Fix a caps leak when linking (#347304)
4277 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4278 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4279 (gst_ximagesink_change_state):
4280 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4281 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4282 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4283 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4284 Don't leak shared memory resources. Use the object lock to protect
4285 against the xcontext disappearing while returning a buffer from the
4288 2006-07-12 Edward Hervey <edward@fluendo.com>
4290 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4291 (vorbis_handle_comment_packet):
4292 gst_tag_list_merge() returns a new object. Take that into account when
4293 using it. This avoids memleak.
4294 Revert previous commit which is not needed.
4296 2006-07-12 Edward Hervey <edward@fluendo.com>
4298 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4299 Reset the decoder in finalize so that all fields get cleared.
4301 2006-07-12 Wim Taymans <wim@fluendo.com>
4303 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4304 (gst_base_audio_src_set_clock),
4305 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4306 Don't try to post an error message when setting the clock fails
4307 as this can happen when adding an element to a bin which will then
4308 deadlock. Fixes #347296.
4310 2006-07-12 Edward Hervey <edward@fluendo.com>
4312 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4313 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4314 (vorbis_handle_type_packet):
4315 Post tag messages on the bus even if we're not initialized.
4316 If we're not initialized, we still postpone the event pushing of tags.
4318 2006-07-12 Wim Taymans <wim@fluendo.com>
4320 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4321 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4322 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4323 Revert last two changes that broke the freeze.
4325 2006-07-12 Wim Taymans <wim@fluendo.com>
4327 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4328 basesink calculates silence sample correctly for us.
4330 2006-07-12 Wim Taymans <wim@fluendo.com>
4332 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4333 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4334 Calculate correct silence samples so we don't fill our ringbuffer
4337 2006-07-12 Edward Hervey <edward@fluendo.com>
4339 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4340 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4341 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4342 * ext/vorbis/vorbisdec.h:
4343 Delay sending events (newsegment, tags) until the decoder is properly
4347 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
4349 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4350 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4351 Patch from #347221 adding a test for audioconvert
4354 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
4356 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4357 (gst_ssa_parse_parse_line):
4358 Don't include the terminating NUL in the buffer size,
4359 it's only there for extra paranoia (would add random
4360 '*' characters at the end of each subtitle since the
4361 terminator itself is not valid UTF-8 technically).
4362 Also fix indenting after boilerplate macro.
4364 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
4366 * gst/playback/gstdecodebin.c: (close_pad_link):
4367 Also emit 'unknown-type' signal (which should really be
4368 called unhandled-type) if we found potential decoders/demuxers
4369 in the registry but none of them worked in the end (as in the
4370 case where the plugins don't exist any longer but are still
4371 listed in the registry). Fixes #329798.
4373 2006-07-08 Andy Wingo <wingo@pobox.com>
4375 * theoraparse.c (theora_parse_push_buffer)
4376 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4377 Add some more debugging. Fix granulepos reconstruction in the face
4380 2006-07-06 Wim Taymans <wim@fluendo.com>
4382 * gst-libs/gst/audio/gstbaseaudiosink.c:
4383 (gst_base_audio_sink_class_init),
4384 (gst_base_audio_sink_provide_clock):
4385 Use gobject_class instead of G_OBJECT_CLASS (klass)
4387 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4388 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4389 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4390 (gst_base_audio_src_get_time),
4391 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4392 (gst_base_audio_src_create_ringbuffer):
4393 Fix latency and buffer-time constants and properties ala basesink.
4394 Implement pull based scheduling. Fixes #346527.
4395 Set default blocksize in GstBaseSrc to 0, we default to pushing out
4397 Refuse slaving to another clock instead of silently not working.
4398 Only provide a clock when we are actually able to do so.
4399 Various small cleanups and compiler hints.
4401 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4403 Patch by: Lutz Mueller <lutz at topfrose de>
4405 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4407 Add typefinding for text/html (#346581).
4409 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4411 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4412 (xml_check_first_element), (xml_type_find), (smil_type_find):
4413 Fix SMIL typefinding, make xml_check_first_element() more
4416 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4418 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4419 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4420 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4421 * gst/playback/gstplaybasebin.h:
4422 Protect list of elements with a subtitle-encoding property and
4423 the subtitle encoding member itself with a lock of their own
4424 instead of using the object lock. This prevents a dead-lock in
4425 the element-remove callback in some circumstances when shutting
4428 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
4430 * win32/common/libgsttag.def:
4431 Export some new functions.
4432 * win32/vs6/libgstogg.dsp:
4433 Add a link to libgsttag-0.10.lib.
4435 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
4437 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4438 Some const-ification.
4440 2006-07-04 Wim Taymans <wim@fluendo.com>
4442 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4443 Improve checking if we are dealing with a stream. Added some
4444 more uris that need buffering.
4446 2006-07-03 Edward Hervey <edward@fluendo.com>
4448 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4449 Remove unused variable.
4451 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4456 add GCOV_LIBS to GST_LIBS
4458 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
4460 Patch by: Michael Sheldon <webmaster at mikeasoft com>
4462 * ext/alsa/gstalsasrc.c:
4463 Add 32 bps to template caps and increase channels range
4464 from [1,2] to [1,MAX]. See #346326.
4466 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
4468 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4469 Recognise 'WMVA' video codec fourcc (#345879).
4471 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4473 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4474 Fixed nasty memory leak
4476 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4478 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4479 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4482 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
4484 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4485 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4486 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4487 Protect remove_fakesink using a mutex, so that we don't try and
4488 remove the fakesink simultaneously from multiple threads.
4490 When going from READY to PAUSED, restore the fakesink, so that
4491 it is there when decodebin gets reused.
4493 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
4495 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4496 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4497 * gst-libs/gst/rtp/gstbasertppayload.c:
4498 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4499 * gst/tcp/gstmultifdsink.c:
4500 * gst/tcp/gsttcpclientsink.c:
4501 * gst/tcp/gsttcpclientsrc.c:
4502 * gst/tcp/gsttcpserversink.c:
4503 * gst/tcp/gsttcpserversrc.c:
4504 * gst/videorate/gstvideorate.c:
4505 * gst/videotestsrc/gstvideotestsrc.c:
4506 * sys/v4l/gstv4ljpegsrc.c:
4507 * sys/v4l/gstv4lmjpegsink.c:
4508 * sys/v4l/gstv4lsrc.c:
4509 * tests/examples/seek/scrubby.c:
4510 * tests/examples/seek/seek.c:
4511 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4513 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4515 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4516 Second field in GEnumValue shouldn't be a description,
4517 but a stringified version of the enum value.
4519 2006-06-22 Wim Taymans <wim@fluendo.com>
4521 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4522 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4523 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4524 Avoid type checking in buffer casts.
4525 Avoid caps copy in buffer_alloc when we can.
4526 Use pad_peer_accept.
4528 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4530 * gst-libs/gst/tag/tag.h:
4531 Oops, make that 'Since: 0.10.9'.
4533 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4535 * docs/libs/gst-plugins-base-libs-sections.txt:
4536 * gst-libs/gst/tag/tag.h:
4537 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4538 (gst_tag_image_type_get_type):
4539 API: add GstTagImageType enum to describe images contained
4540 in image tags (#345641).
4542 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4544 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4545 Fix warnings with gst-inspect: "buffers-min" property
4546 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4547 typo in property description.
4549 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4551 Patch by: Cody Russell <bratsche at gnome org>
4553 * gst/audioresample/gstaudioresample.c:
4554 (gst_audioresample_class_init):
4555 * gst/playback/gststreamselector.c:
4556 (gst_stream_selector_class_init):
4557 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4558 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4559 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4560 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4561 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4562 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4563 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4564 * gst/videotestsrc/gstvideotestsrc.c:
4565 (gst_video_test_src_class_init):
4566 * gst/volume/gstvolume.c: (gst_volume_class_init):
4567 Avoid unnecessary class cast check in class_init
4568 functions (#337747).
4570 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
4572 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4573 (gst_text_overlay_video_chain):
4574 g_markup_escape_text() REALLY doesn't like non-UTF8 input
4575 and doesn't validate its input either (and neither did
4576 textoverlay it seems). Let's do that then and fix #345206.
4578 2006-06-19 Wim Taymans <wim@fluendo.com>
4580 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4581 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4582 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4583 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4584 (find_syncframe), (find_limits), (assign_value),
4585 (count_burst_unit), (gst_multi_fd_sink_new_client),
4586 (gst_multi_fd_sink_handle_client_write),
4587 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4588 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4589 (gst_multi_fd_sink_change_state):
4590 * gst/tcp/gstmultifdsink.h:
4591 Added shiny new burst-on-connect methods.
4592 Add properties to control the minimal amount of data queued.
4594 API: bytes-min property
4595 API: time-min property
4596 API: buffers-min property
4597 API: burst-unit property
4598 API: burst-value property
4599 API: add-full signal
4601 * gst/tcp/gsttcp-marshal.list:
4602 Added new marshaller code for the new signal.
4604 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4605 (multifdsink_suite):
4606 Added testcases for new burst methods.
4608 2006-06-19 Edward Hervey <edward@fluendo.com>
4610 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4611 Implement clipping for accurate seeking.
4614 2006-06-19 Wim Taymans <wim@fluendo.com>
4616 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4618 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4619 (gst_video_scale_transform):
4620 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4622 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
4625 Fix --disable-external (can't set conditionals conditionally,
4628 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4630 * tests/check/elements/audioresample.c: (test_reuse),
4631 (audioresample_suite):
4632 Add test case for bug #342789 fixed below.
4634 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4636 * gst/audioresample/gstaudioresample.c:
4637 (gst_audioresample_class_init), (gst_audioresample_init),
4638 (audioresample_start), (audioresample_stop),
4639 (gst_audioresample_set_property), (gst_audioresample_get_property):
4640 Implement GstBaseTransform::start and ::stop so that audioresample
4641 can clear its internal state properly and be reused instead of
4642 causing non-negotiated errors with playbin under some circumstances
4645 * tests/check/elements/audioresample.c: (setup_audioresample),
4646 (cleanup_audioresample):
4647 Need to set element state here so that ::start and ::stop are
4650 2006-06-16 Wim Taymans <wim@fluendo.com>
4652 Patch by: Young-Ho Cha <ganadist at chollian dot net>
4654 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4655 Parse extra data better, apparently it's right behind
4656 the normal strf header size. Fixes #343500.
4658 2006-06-16 Wim Taymans <wim@fluendo.com>
4660 * ext/alsa/gstalsasink.c: (set_hwparams):
4661 If we fail to set the buffer_time and period_time alsa
4662 parameters, post a warning and leave alsa select a
4663 default instead of failing. Fixes #342085
4665 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4667 * docs/libs/gst-plugins-base-libs-sections.txt:
4668 * gst-libs/gst/cdda/gstcddabasesrc.h:
4669 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4670 out in the header file and shouldn't be listed in the docs.
4672 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4673 Must dereference pointer to fourcc in the debug statement.
4675 2006-06-16 Stefan Kost <ensonic@users.sf.net>
4677 * docs/libs/Makefile.am:
4678 * docs/libs/gst-plugins-base-libs-docs.sgml:
4679 * docs/libs/gst-plugins-base-libs-sections.txt:
4680 * docs/libs/gst-plugins-base-libs.types:
4681 add remaining symbols into correct setions
4683 * gst-libs/gst/audio/gstringbuffer.c:
4686 * gst-libs/gst/audio/gstringbuffer.h:
4687 comment out not yet implemented function
4690 * gst-libs/gst/floatcast/floatcast.h:
4691 * gst-libs/gst/netbuffer/gstnetbuffer.c:
4692 add short descriptions
4695 * gst-libs/gst/interfaces/propertyprobe.c:
4696 fix return value docs
4698 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4699 simplify debug logging
4701 * gst-libs/gst/riff/riff-read.h:
4702 sync function prototype and docs
4704 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4705 remove left over symbol
4707 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4712 Use GST_PLUGIN_DOCS macro in configure.ac, add
4713 --enable-plugin-docs default to autogen.sh and use
4714 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4716 2006-06-15 Wim Taymans <wim@fluendo.com>
4718 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4719 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4720 (gst_ogg_demux_loop):
4721 Combine GstFlowReturn from the source pads to give a
4722 meaningfull result to the upstream peer or to stop the
4723 processing task in case of errors.
4725 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4727 * gst/playback/gststreaminfo.c: (cb_probe):
4728 Try GST_TAG_CODEC as fallback when extracting the
4729 codec name; more debug info.
4731 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4733 * ext/ogg/Makefile.am:
4734 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4735 Extract language tags from ogm subtitle streams, so that
4736 the subtitle menu choices are labelled correctly in
4737 Totem (fixes #344708).
4739 2006-06-14 Wim Taymans <wim@fluendo.com>
4741 Patch by: Alessandro Decina <alessandro at nnva dot org>
4743 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4744 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4745 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4746 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4747 Fix various leaks. Fixes #343699.
4748 Add x-smoke mime type.
4750 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4752 * gst-libs/gst/riff/riff-ids.h:
4753 Add IDs for 'bext' chunks (see #343837).
4755 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
4757 Patch by: Young-Ho Cha <ganadist at chollian net>
4759 * gst/subparse/samiparse.c: (sami_context_pop_state),
4760 (handle_start_font), (end_sami_element):
4761 Honour font face tags in SAMI subtitles (#344503).
4763 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4766 add missing files containing translatable strings
4768 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4770 * docs/libs/tmpl/.cvsignore:
4771 we don't want those *.sgml files in CVS either
4773 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4775 * docs/libs/.cvsignore:
4776 * tests/check/elements/.cvsignore:
4777 * tests/check/libs/.cvsignore:
4780 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4782 * docs/libs/Makefile.am:
4783 also commiting the changed Makefile.am (added more libs to the
4786 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4788 * docs/libs/gst-plugins-base-libs-docs.sgml:
4789 * docs/libs/gst-plugins-base-libs-sections.txt:
4790 * docs/libs/gst-plugins-base-libs.types:
4791 first batch of reordering things, add index & hierarchy
4793 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
4796 use GST_PKG_CHECK_MODULES, cleans up output
4798 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4800 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4801 Add support for burn:// URIs (#343385); const-ify things a bit,
4802 use G_N_ELEMENTS instead of hard-coded array size.
4804 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4806 Patch by: Young-Ho Cha <ganadist at chollian net>
4808 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4809 Fix up broken entities before passing them to libxml *sigh*.
4812 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4817 === release 0.10.8 ===
4819 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4822 releasing 0.10.8, "Moar gij ziet mij nie"
4824 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4841 * win32/common/config.h:
4844 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4846 * docs/libs/tmpl/gstaudio.sgml:
4847 * docs/libs/tmpl/gstcolorbalance.sgml:
4848 * docs/libs/tmpl/gstmixer.sgml:
4849 * docs/libs/tmpl/gstringbuffer.sgml:
4850 * docs/libs/tmpl/gsttuner.sgml:
4851 * docs/libs/tmpl/gstxoverlay.sgml:
4852 * gst-libs/gst/audio/audio.c:
4853 * gst-libs/gst/audio/gstringbuffer.c:
4854 * gst-libs/gst/interfaces/colorbalance.c:
4855 * gst-libs/gst/interfaces/mixer.c:
4856 * gst-libs/gst/interfaces/tuner.c:
4857 * gst-libs/gst/interfaces/xoverlay.c:
4858 move last template doc snippets to source code and delete them
4860 2006-06-06 Michael Smith <msmith@fluendo.com>
4862 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4863 (theora_parse_drain_queue):
4864 Mark DELTA_UNIT on non-keyframes.
4866 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
4868 * gst-libs/gst/audio/gstbaseaudiosink.c:
4869 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4870 * gst-libs/gst/audio/gstbaseaudiosink.h:
4871 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4872 (gst_ring_buffer_samples_done):
4873 * gst-libs/gst/audio/gstringbuffer.h:
4874 Document better the fact that latency_time and buffer_time are values
4875 stored in microseconds, and not the usual GStreamer nanoseconds.
4876 Change the variables (compatibly) that store them from GstClockTime
4877 to guint64 to make it more clear that they're not storing clock times.
4878 Also, remove the bogus property description that says the user can
4879 specify -1 to get the default value, since that's never been the case.
4881 When computing the default segment size for the ring buffer, make it
4882 an integer number of samples.
4884 When the sub-class indicates a delay greater than the number of
4885 samples we've written return 0 from the audio sink get_time method.
4887 2006-06-02 Michael Smith <msmith@fluendo.com>
4889 * tests/check/elements/audioconvert.c: (set_channel_positions),
4890 (get_float_mc_caps), (get_int_mc_caps):
4891 * tests/check/elements/audioresample.c:
4892 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4893 * tests/check/elements/videorate.c:
4894 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4895 * tests/check/elements/volume.c:
4896 * tests/check/elements/vorbisdec.c:
4897 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4898 Don't busy-wait in tests; this was causing test timeouts very
4899 frequently when running under valgrind.
4901 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
4904 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4905 (gst_multi_fd_sink_remove_client_link),
4906 (gst_multi_fd_sink_client_queue_caps),
4907 (gst_multi_fd_sink_client_queue_buffer),
4908 (gst_multi_fd_sink_handle_client_write),
4909 (gst_multi_fd_sink_render):
4910 * gst/tcp/gstmultifdsink.h:
4911 make multifdsink properly deal with streamheader:
4912 - streamheader is taken from caps
4913 - buffers marked with IN_CAPS are not sent
4914 - streamheaders are sent, on connection, from the caps of the
4915 buffer where the client gets positioned to
4916 - further streamheader changes are done every time the client
4917 will receive a buffer with different caps
4918 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4919 (gst_multifdsink_create_streamheader):
4922 2006-06-02 Michael Smith <msmith@fluendo.com>
4924 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4925 Reinstate limit on channel count. Vorbis does not define the meaning
4926 of > 6 channels, so they're just independent channels. Gstreamer
4927 currently has no mechanism to represent N independent channels.
4929 2006-06-02 Michael Smith <msmith@fluendo.com>
4931 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4932 Don't arbitrarily restrict channel counts and rate in vorbis.
4933 In terms of effects likely on real-world files, this fixes 96kHz
4936 2006-06-02 Michael Smith <msmith@fluendo.com>
4938 * gst/audioconvert/audioconvert.c: (float):
4939 More correct float->int conversion.
4941 2006-06-02 Michael Smith <msmith@fluendo.com>
4943 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4944 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4945 value. Fixes g-critical on trying to play back ogg containing
4948 2006-06-02 Wim Taymans <wim@fluendo.com>
4950 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4952 * gst/playback/gstplaybasebin.h:
4953 Make the subtitle detection work from any thread so we don't
4954 deadlock. Fixes #343397.
4956 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
4958 * gst/volume/Makefile.am:
4959 Seriously, it's not *that* hard to get compilation right. Even
4960 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4962 2006-06-01 Stefan Kost <ensonic@users.sf.net>
4964 * gst/volume/gstvolume.c: (volume_choose_func),
4965 (volume_update_real_volume), (gst_volume_class_init),
4966 (gst_volume_init), (volume_process_float), (volume_process_int16),
4967 (volume_process_int16_clamp), (volume_set_caps),
4968 (volume_transform_ip), (plugin_init):
4969 * gst/volume/gstvolume.h:
4970 rewrite the passthrough check, split _int16 and _int16_clamp, fix
4971 another property desc., remove unused param from process function
4973 * tests/check/elements/volume.c: (volume_suite):
4974 reactivate the passthrough test
4976 2006-06-01 Stefan Kost <ensonic@users.sf.net>
4978 * ext/alsa/gstalsamixerelement.h:
4979 * ext/alsa/gstalsamixeroptions.h:
4980 * ext/alsa/gstalsamixertrack.h:
4981 * ext/gnomevfs/gstgnomevfssink.h:
4982 * ext/gnomevfs/gstgnomevfssrc.h:
4983 * ext/theora/gsttheoradec.h:
4984 * ext/theora/gsttheoraenc.h:
4985 * ext/theora/gsttheoraparse.h:
4986 * ext/vorbis/vorbisparse.h:
4987 * gst-libs/gst/audio/gstaudioclock.h:
4988 * gst-libs/gst/audio/gstaudiofilter.h:
4989 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4990 * gst/audioconvert/gstaudioconvert.h:
4991 * gst/audioresample/gstaudioresample.h:
4992 * gst/audiotestsrc/gstaudiotestsrc.h:
4993 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4994 * gst/playback/gststreamselector.h:
4995 * gst/tcp/gstmultifdsink.h:
4996 * gst/tcp/gsttcpclientsink.h:
4997 * gst/tcp/gsttcpclientsrc.h:
4998 * gst/tcp/gsttcpserversink.h:
4999 * gst/tcp/gsttcpserversrc.h:
5000 * gst/videorate/gstvideorate.h:
5001 * gst/videoscale/gstvideoscale.h:
5002 * gst/videotestsrc/gstvideotestsrc.h:
5003 * gst/volume/gstvolume.h:
5004 * sys/v4l/gstv4ljpegsrc.h:
5005 * sys/v4l/gstv4lmjpegsink.h:
5006 * sys/v4l/gstv4lmjpegsrc.h:
5007 * sys/v4l/gstv4lsrc.h:
5008 * sys/ximage/ximagesink.h:
5009 * sys/xvimage/xvimagesink.h:
5010 * tests/old/testsuite/alsa/sinesrc.h:
5011 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5013 2006-05-31 Wim Taymans <wim@fluendo.com>
5015 * ext/libvisual/visual.c: (gst_visual_reset),
5016 (gst_visual_sink_setcaps), (gst_visual_sink_event),
5017 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5019 Use running time before doing QoS.
5022 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
5024 * docs/libs/Makefile.am:
5025 set a magic variable to indicate we know the docs are incomplete
5027 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
5029 * win32/common/libgstvideo.def:
5030 export gst_video_calculate_display_ratio
5031 * win32/vs6/libgstvideoscale.dsp:
5032 add link to libgstvideo-0.10.lib
5034 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
5036 * gst/playback/gstplaybasebin.c: (gen_source_element):
5037 Throw a more comprehensible error for rtsp:// URIs (rather
5038 than erroring out with a negotiation error later on) until
5039 we fix playbin to handle rtspsrc etc.
5041 2006-05-30 Wim Taymans <wim@fluendo.com>
5043 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5044 (gst_text_overlay_text_event):
5047 2006-05-30 Wim Taymans <wim@fluendo.com>
5049 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5050 (gst_adder_request_new_pad), (gst_adder_release_pad):
5051 * gst/adder/gstadder.h:
5052 Implement release_request_pad.
5053 Make padcounter atomic.
5055 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5056 Added check for release_pad in adder.
5058 2006-05-30 Wim Taymans <wim@fluendo.com>
5060 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5063 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
5065 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5066 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5067 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5068 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5069 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5070 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5071 (gst_ogg_demux_bisect_forward_serialno),
5072 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5073 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5075 clean up printf formats for granulepos and serialno
5077 2006-05-30 Michael Smith <msmith@fluendo.com>
5079 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5080 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5081 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5082 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5083 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5084 * ext/vorbis/vorbisenc.h:
5085 Multi-channel caps negotiation, so we can do proper multichannel
5086 vorbis encoding, negotiated through audioconvert.
5088 2006-05-30 Wim Taymans <wim@fluendo.com>
5090 * tests/check/elements/adder.c: (test_event_message_received),
5091 (test_play_twice_message_received), (GST_START_TEST),
5093 Added check to show that #339935 is fixed with ongoing
5094 adder and collectpads fixes.
5096 2006-05-29 Wim Taymans <wim@fluendo.com>
5098 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5099 Don't leak pad name.
5101 2006-05-29 Wim Taymans <wim@fluendo.com>
5103 * gst/adder/gstadder.c: (gst_adder_query_duration),
5104 (forward_event_func), (forward_event), (gst_adder_src_event):
5106 Make query/seeking code threadsafe.
5108 * tests/check/Makefile.am:
5109 * tests/check/elements/adder.c: (test_event_message_received),
5110 (GST_START_TEST), (test_play_twice_message_received):
5111 Fix adder test case.
5113 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
5115 Patch by: Young-Ho Cha <ganadist at chollian net>
5117 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5118 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5119 (set_encoding_element), (decodebin_element_added_cb),
5120 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5121 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5122 * gst/playback/gstplaybasebin.h:
5123 Add 'subtitle-encoding' property to playbin, so applications can
5124 force a subtitle encoding for non-UTF8 subtitles (#342268).
5126 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5127 (gst_sub_parse_set_property):
5128 Rename recently-added 'encoding' property to 'subtitle-encoding'
5129 (so it can be proxied by playbin/decodebin in a generic way
5130 with less danger of false positives).
5132 2006-05-29 Michael Smith <msmith@fluendo.com>
5134 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5135 (append_with_other_format), (set_structure_widths),
5136 (gst_audio_convert_transform_caps):
5137 Patch from #341562: give more specific audio caps in get_caps, so
5138 that basetransform can make better decisions on what caps to
5141 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5143 * tests/check/elements/volume.c:
5144 make it compile again
5146 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5148 * tests/check/elements/volume.c: (volume_suite):
5149 disable test until #343196 gets resolved
5151 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5153 * gst/adder/gstadder.c: (gst_adder_get_type):
5154 Make it easier to copy&paste
5156 * gst/volume/Makefile.am:
5157 * gst/volume/gstvolume.c: (volume_update_real_volume),
5158 (gst_volume_set_volume), (gst_volume_set_mute),
5159 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5160 (volume_transform_ip), (volume_update_mute),
5161 (volume_update_volume):
5162 * gst/volume/gstvolume.h:
5163 Add own debug category, move duplicate code to helper function, fix
5164 property texts, add more comments and prepare ffor liboil-goodness
5166 * tests/check/Makefile.am:
5167 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5168 add test for mute and passtrough case, be a bit more verbose to track
5171 * tests/check/generic/states.c: (GST_START_TEST):
5172 catch elements that fail to instantiate
5174 2006-05-28 Edward Hervey <edward@fluendo.com>
5176 * tests/check/pipelines/simple-launch-lines.c:
5177 * tests/check/pipelines/theoraenc.c:
5178 * tests/check/pipelines/vorbisenc.c:
5179 Comment out tests using parse_launch() if core was built without
5180 parsing capabilities.
5182 2006-05-27 Edward Hervey <edward@fluendo.com>
5184 * tests/check/Makefile.am:
5185 Extra bonus points for whoever explains to ensonic that you are meant
5186 to test unit tests thoroughly before commiting them, especially if
5187 you know it's going to break.
5188 De-activated element/adder tests.
5190 2006-05-27 Edward Hervey <edward@fluendo.com>
5192 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5193 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5194 Marking caps conversion issues as GST_WARNING is way too verbose,
5195 Moving them to GST_LOG.
5197 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
5200 Replace current README (containing the release notes from
5201 some 0.9.x version) with a proper README taken from the core.
5203 2006-05-26 Wim Taymans <wim@fluendo.com>
5205 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5206 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5207 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5208 (vorbis_dec_change_state):
5211 Clip output samples to segment boundaries.
5213 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5215 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5216 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5217 Improve the errors produced on bad output, including some human
5218 readable description strings.
5219 Handle the (theoretical for ximagesink) case where the XServer
5220 has a different idea about the size required for a particular
5221 frame and gives us too small a memory allocation.
5223 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5225 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5226 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5227 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5228 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5229 Improve the errors produced on bad output, including some human
5230 readable description strings.
5231 Handle RGB Xv formats properly by transforming them into our
5232 big-endian caps description.
5233 Use gst_caps_truncate to ensure that we never try and choose a
5234 non-fixed caps in buffer_alloc.
5235 Handle the case where the XServer has a different idea about the size
5236 required for a particular frame and gives us too small a memory
5238 Use -1 to indicate 'no image format', because 0 is a valid XServer
5239 image format number.
5240 Put RGB Xv formats at the end of the caps, so that we always prefer
5242 Iterate the available Xv Encodings to determine the maximum width and
5243 height, and then return that in our caps.
5244 (Closes #315312, #337544)
5246 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
5248 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5249 When there is only one unfinished pad and it receives an event that
5250 doesn't match our requirements, we need to set alldone=FALSE so that
5251 the fakesink is not removed yet.
5253 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
5255 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5256 Use gst_type_find_helper_for_buffer() to find the type
5257 of stream from the first packet.
5260 Bump requirements to core CVS (needed for vorbis
5261 typefinding to work).
5263 2006-05-24 Edward Hervey <edward@fluendo.com>
5265 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5266 Added the 'prfl' atom type which MQV (no, it's not a typo) files
5267 contain. Else they play perfectly fine with qtdemux.
5269 2006-05-23 Stefan Kost <ensonic@users.sf.net>
5271 * ext/theora/theoradec.c:
5272 * ext/theora/theoraenc.c:
5273 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5274 * gst/audiorate/gstaudiorate.c:
5275 make more debug catagories static
5277 * tests/check/Makefile.am:
5278 * tests/check/elements/adder.c: (message_received),
5279 (test_event_message_received), (GST_START_TEST),
5280 (test_play_twice_message_received), (adder_suite):
5281 added test case for using element twice, extra bonus points for anyone
5282 who can make these test run reliably
5284 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
5286 * ext/theora/theoradec.c: (theora_dec_chain):
5287 Make work with time-stamped input buffers that do not
5288 have a granulepos in BUFFER_OFFSET_END (like theora
5289 buffers coming from matroskademux). Fixes #342448.
5291 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
5293 Patch by: Peter Kjellerstedt <pkj at axis com>
5295 * gst/tcp/Makefile.am:
5296 fdstresstest doesn't need Gtk+, fix compilation if
5297 gtk is not available (#342566).
5299 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5301 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5303 Removed redundant floor()
5305 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5307 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5308 On second thought, just skip JUNK chunks automatically, so
5309 the caller doesn't have to handle this. Fixes #342345.
5310 Also, return GST_FLOW_UNEXPECTED if we get a short read,
5313 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5315 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5316 Don't bail out on JUNK chunks with a size of 0 (would try to
5317 pull_range 0 bytes before, which sources don't like too much).
5320 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5322 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5323 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5324 Use the gstutil scaling function to preserve 64 bits while calculating
5325 output width and height from the display-aspect-ratio. (A continuation
5328 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5330 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5331 (gst_xvimagesink_buffer_alloc):
5332 * sys/xvimage/xvimagesink.h:
5333 When performing buffer allocations, remember the caps and image format
5334 we return so that if the same caps are asked for next time we can
5335 return them immediately without doing any caps intersections.
5337 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5339 * gst-libs/gst/rtp/README:
5340 Some new documentation
5341 * gst-libs/gst/rtp/gstrtpbuffer.h:
5342 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
5343 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5344 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5345 New RTP audio base payloader class. Supports frame or sample based
5346 codecs. Not enabled in Makefile.am until approved.
5348 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5350 * tests/check/elements/alsa.c: (test_device_property_probe):
5351 Fix test case: don't try to free NULL GValueArray when there
5354 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5356 * tests/check/Makefile.am:
5357 * tests/check/elements/alsa.c: (test_device_property_probe),
5358 (alsa_suite), (main):
5359 Add simple test that runs a device property probe on alsasrc,
5360 alsasink and alsamixer. Disable valgrind check for now (too
5361 many leaks in libasound, and valgrind ignored my suppressions
5364 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5366 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5367 (gst_alsa_device_property_probe_probe_property),
5368 (gst_alsa_device_property_probe_needs_probe),
5369 (gst_alsa_device_property_probe_get_values),
5370 (gst_alsa_type_add_device_property_probe_interface):
5371 * ext/alsa/gstalsadeviceprobe.h:
5372 * ext/alsa/gstalsamixerelement.c:
5373 (gst_alsa_mixer_element_init_interfaces):
5374 * ext/alsa/gstalsamixerelement.h:
5375 Clean up and simplify alsa device probing. Make it actually work
5376 for multiple classes. Don't cache results any longer.
5378 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5379 (gst_alsasink_init):
5380 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5381 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5382 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5383 Make alsasink and alsasrc implement the GstPropertyProbe interface
5384 for device probing (#342181).
5385 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
5387 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5389 * gst/subparse/samiparse.c: (handle_start_font):
5390 Don't ignore return value of strtol (++compiler_happiness).
5392 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
5394 Patch by: Young-Ho Cha <ganadist chollian net>
5396 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5397 (gst_sub_parse_class_init), (gst_sub_parse_init),
5398 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5400 * gst/subparse/gstsubparse.h:
5401 Add 'encoding' property (#341681).
5403 * gst/subparse/samiparse.c: (characters_sami):
5404 Output is pango markup, so we need to escape text
5405 between tags (#342143).
5407 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5409 * gst-libs/gst/audio/multichannel.c:
5410 (gst_audio_check_channel_positions):
5411 It's okay to have caps with channels=1 and a channel position
5412 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5413 (deinterleavers might want to keep the position in the caps,
5414 so that they can be re-interleaved again properly later).
5415 Leave check for unexpected 2-channel layouts intact for now.
5417 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5419 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5420 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5421 basesrc can do its job correctly.
5423 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5425 * ext/alsa/Makefile.am:
5426 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5427 (gst_alsa_detect_formats), (get_channel_free_structure),
5428 (caps_add_channel_configuration), (gst_alsa_detect_channels),
5429 (gst_alsa_probe_supported_formats):
5430 * ext/alsa/gstalsa.h:
5431 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5432 Refactor and improve caps probing code: probe signedness
5433 when we probe the supported formats/widths; set endianness
5434 to the one we actually probed for (ie. cpu endianness).
5436 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5437 (gst_alsasrc_close):
5438 * ext/alsa/gstalsasrc.h:
5439 Implement caps probing for alsasrc.
5441 2006-05-15 Wim Taymans <wim@fluendo.com>
5443 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5444 (theora_dec_src_query), (theora_dec_src_event),
5445 (theora_dec_sink_event), (theora_handle_comment_packet),
5446 (theora_handle_data_packet), (theora_dec_change_state):
5447 Cleanups, add some G_LIKELY.
5448 Use segment helpers instead of our own wrong code.
5449 Clear queued buffers on seek and READY.
5451 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5452 (vorbis_dec_convert), (vorbis_dec_src_query),
5453 (vorbis_dec_src_event), (vorbis_dec_sink_event),
5454 (vorbis_handle_comment_packet), (vorbis_dec_push),
5455 (vorbis_handle_data_packet), (vorbis_dec_chain),
5456 (vorbis_dec_change_state):
5457 * ext/vorbis/vorbisdec.h:
5458 Remove old useless packetno variable.
5459 Do position query properly.
5461 Do cleanup of queued buffers in new helper function
5464 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5466 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5467 Query supported sample rates. Fixes #341732.
5469 2006-05-15 Julien MOUTTE <julien@moutte.net>
5471 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5472 (gst_decode_bin_change_state): Make decodebin reusable
5473 when going from PAUSE_TO_READY and then back to PAUSED.
5476 2006-05-15 Wim Taymans <wim@fluendo.com>
5478 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5479 (vorbis_dec_convert), (vorbis_dec_src_query),
5480 (vorbis_dec_sink_query), (vorbis_dec_src_event),
5481 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5482 (vorbis_dec_clean_queued), (vorbis_dec_push),
5483 (vorbis_handle_data_packet), (vorbis_dec_change_state):
5484 Cleanups. Use refcounting and DEBUG_OBJECT.
5485 Reset segment on flush, use code methods instead of our
5487 Fix potential memleak.
5489 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5491 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5492 (gst_alsasink_init):
5493 * ext/alsa/gstalsasink.h:
5494 Don't leak allocated snd_output_t structure if there's
5495 more than one alsasink instance at a time (#341873).
5496 Also fix GObject macros in header file.
5498 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5500 * gst/subparse/gstsubparse.c:
5501 (gst_sub_parse_data_format_autodetect):
5502 Don't use libxml functions in the typefinding code.
5504 2006-05-15 Wim Taymans <wim@fluendo.com>
5506 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5507 Fix seeking performance in the case where a non-header
5508 packet has a 0 granulepos (busted theora case).
5510 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5511 the first place, you limelight stealer you)
5513 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5515 * gst/subparse/gstsubparse.c:
5516 (gst_sub_parse_data_format_autodetect):
5517 Improve SAMI typefinding: handle case where there are
5518 whitespaces or newlines in front of the first <SAMI>
5521 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5524 Build video4linux plugin even if there's no XVIDEO, just
5525 without implementing the GstXOverlay interface (#334002).
5527 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5530 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5532 Add tentative support for libvisual-0.4 (#336881).
5534 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5536 Patch by: Young-Ho Cha <ganadist at chollian net>
5538 * gst/subparse/samiparse.c: (handle_start_font):
5539 Need to map "silver" colour explicitly (#169936).
5541 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5543 Patch by: Young-Ho Cha <ganadist at chollian net>
5545 * gst/subparse/Makefile.am:
5546 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5547 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5548 (gst_sub_parse_format_autodetect), (feed_textbuf),
5549 (gst_subparse_type_find), (plugin_init):
5550 * gst/subparse/gstsubparse.h:
5551 * gst/subparse/samiparse.c:
5552 * gst/subparse/samiparse.h:
5553 Add support for SAMI subtitles (#169936).
5555 2006-05-14 Michael Smith <msmith@fluendo.com>
5557 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5558 Fix #341696: crash when mixing L+R+C to mono or stereo.
5559 * tests/check/Makefile.am:
5560 * tests/check/elements/audioconvert.c: (set_channel_positions),
5561 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5562 (audioconvert_suite):
5563 Add test for the above, including some generic framework bits for
5564 testing multichannel things.
5566 === release 0.10.7 ===
5568 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
5571 releasing 0.10.7, "Leave the gun"
5573 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
5575 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5576 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5579 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
5581 * docs/libs/gst-plugins-base-libs-docs.sgml:
5582 * docs/libs/gst-plugins-base-libs-sections.txt:
5583 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5584 * gst-libs/gst/video/video.h:
5585 * gst/videoscale/Makefile.am:
5586 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5587 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5588 * tests/check/Makefile.am:
5589 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5591 Fix integer overflow problem with pixel-aspect-ratio calculations
5592 in videoscale and xvimagesink (#341542)
5594 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
5596 * gst-libs/gst/tag/gstid3tag.c:
5597 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5599 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
5602 update win32 files listing
5604 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5606 patch by: Sjoerd Simons (sjoerd@luon.net)
5608 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5609 (group_create), (group_destroy), (add_stream),
5610 (gst_play_base_bin_get_property),
5611 (gst_play_base_bin_get_streaminfo_value_array):
5612 * gst/playback/gstplaybasebin.h:
5613 API: GstPlayBaseBin::stream-info-value-array property
5614 use a more bindings-friendly way of exposing streaminfo
5615 using a GValueArray. Tested in ipython.
5618 2006-05-11 Wim Taymans <wim@fluendo.com>
5620 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5621 (queue_underrun_cb), (queue_filled_cb):
5622 Also catch queue underruns but don't do anything yet.
5623 Refactor and comment queue enlarging code a bit.
5625 * gst/playback/gstplaybasebin.c: (queue_overrun),
5626 (queue_threshold_reached), (queue_out_of_data),
5627 (gen_preroll_element):
5628 If a queue over/underruns check that we don't create nasty
5629 deadlocks when the min-threshold is not reached but the
5630 max-bytes is. In those cases disable max-bytes when we
5631 know that the queue is fed timed data.
5634 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5636 * gst/playback/gstplaybin.c: (gen_audio_element):
5637 Make playbin automatically plug an 'audioresample'
5638 element before the audio sink as well. This solves
5639 problems with sinks that only accept a very specific
5640 sample rate, like esdsink (e.g. #340379).
5642 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5644 * gst/playback/gstplaybasebin.c: (gen_source_element):
5645 Make http sources send special headers so that we receive
5646 icecast metadata if the http stream is an icecast stream
5647 (otherwise the server will just ignore them). This also
5648 means that from now on users will need the 'icydemux'
5649 element from gst-plugins-good installed if they want to
5650 listen to icecast radio streams. (#341432, #333657).
5652 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5654 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5655 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5656 remove stupid example from docs - it should come with a simple
5659 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5660 (fail_if_can_read), (GST_START_TEST),
5661 (gst_multifdsink_create_streamheader), (multifdsink_suite):
5662 add a test for changing streamheader which exposes a bug in
5665 2006-05-11 Michael Smith <msmith@fluendo.com>
5667 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5668 (gst_gnome_vfs_src_received_headers_callback):
5669 * ext/gnomevfs/gstgnomevfssrc.h:
5670 Don't set icy-caps unless we have a sane interval value. Move
5671 interval to a local variable; we never use it outside this function.
5673 2006-05-11 Wim Taymans <wim@fluendo.com>
5675 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5676 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5677 Register special buffer types along with the objects so
5678 that they are not registered at runtime from N different
5679 streaming threads since they are not threadsafe.
5681 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5683 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5684 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5685 add two more tests, one doing streamheader
5687 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5689 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5690 clean up the bufqueue when shutting down
5691 * tests/check/Makefile.am:
5692 * tests/check/elements/multifdsink.c: (setup_multifdsink),
5693 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5695 add a test for the leak that was just fixed
5697 2006-05-10 Wim Taymans <wim@fluendo.com>
5699 * gst/adder/gstadder.c: (gst_adder_setcaps),
5700 (gst_adder_query_duration), (gst_adder_query), (forward_event),
5701 (gst_adder_src_event), (gst_adder_sink_event),
5702 (gst_adder_class_init), (gst_adder_finalize),
5703 (gst_adder_request_new_pad), (gst_adder_collected):
5704 * gst/adder/gstadder.h:
5705 Updated some docs. Added comments and FIXMEs all over the place.
5706 Improve debugging info.
5707 Fix leak on finalize by not calling the parent.
5708 Implement duration query.
5709 Make event forwarding threadsafe.
5710 Correctly send NEWSEGMENT at start and after flush.
5711 Handle EOS correctly.
5712 Post error when not negotiated.
5714 * tests/check/elements/adder.c: (GST_START_TEST):
5715 Added FIXME in the test.
5717 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5719 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5720 (gst_text_overlay_halign_get_type),
5721 (gst_text_overlay_wrap_mode_get_type):
5722 * ext/theora/theoradec.c: (theora_handle_type_packet),
5723 (theora_handle_data_packet):
5724 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5725 (theora_enc_sink_setcaps), (theora_enc_chain):
5726 * gst-libs/gst/cdda/gstcddabasesrc.c:
5727 (gst_cdda_base_src_mode_get_type):
5728 * gst/audiotestsrc/gstaudiotestsrc.c:
5729 (gst_audiostestsrc_wave_get_type):
5730 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5731 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5732 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5733 (gst_sync_method_get_type), (gst_unit_type_get_type),
5734 (gst_client_status_get_type):
5735 * gst/videoscale/gstvideoscale.c:
5736 (gst_video_scale_method_get_type):
5737 * gst/videotestsrc/gstvideotestsrc.c:
5738 (gst_video_test_src_pattern_get_type):
5739 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5740 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5741 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5742 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5743 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5744 (paint_setup_RGB565), (paint_setup_xRGB1555):
5745 Const-ify GEnumValue and GFlagsValue arrays. Use
5746 GST_ROUND_UP_* macros instead of home-made ones.
5748 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5751 Require core CVS for the new newsegment stuff.
5753 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5755 Patch by: Sjoerd Simons <sjoerd at luon net>
5757 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5758 Register nick for enum value (#341160).
5760 2006-05-09 Stefan Kost <ensonic@users.sf.net>
5762 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5764 backout typefind patch #340375
5766 * tests/check/elements/adder.c: (message_received),
5767 (GST_START_TEST), (adder_suite):
5768 redo, signal-handling of test
5770 2006-05-09 Wim Taymans <wim@fluendo.com>
5772 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5773 (gst_adder_collected):
5774 * gst/adder/gstadder.h:
5775 Remove bogus segment merging and forwarding, we don't
5776 care about timestamps anyway and we just produce a
5778 Also create a nice NEWSEGMENT event when we start.
5779 Use _scale_int some more.
5781 2006-05-09 Edward Hervey <edward@fluendo.com>
5783 * tests/icles/stress-xoverlay.c:
5784 Fix if core was built without parsing support.
5786 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5788 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5789 Add SEDG (Samsung MPEG-4) fourcc.
5791 2006-05-09 Edward Hervey <edward@fluendo.com>
5793 * tests/icles/stress-xoverlay.c:
5794 * tests/examples/volume/volume.c:
5795 Fix if core was built without parsing support.
5797 * tests/examples/seek/seek.c:
5798 Disable the parse_launch example if core was built without parsing
5801 2006-05-08 Edward Hervey <edward@fluendo.com>
5803 * autogen.sh: (CONFIGURE_DEF_OPT):
5804 libtoolize on Darwin/MacOSX is called glibtoolize
5806 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5808 * tests/check/Makefile.am:
5809 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5810 Disable the adder test, until the build-slaves posses the kindness to
5811 either like it or to give valid reason for not doing so
5813 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5815 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5817 Shuffle NULL state change around and raise timeout more
5819 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5821 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5822 (mp4_type_find), (plugin_init):
5823 Add typefind to distinguish between "audio/x-m4a" and new type
5824 "video/mp4". Fixes #340375
5826 * tests/check/elements/adder.c: (adder_suite):
5827 Raise timeout to make buildbot happy
5829 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5831 * gst/adder/gstadder.c: (gst_adder_sink_event),
5832 (gst_adder_request_new_pad), (gst_adder_change_state):
5833 * gst/adder/gstadder.h:
5834 * tests/check/Makefile.am:
5835 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5836 (adder_suite), (main):
5837 Add sink-event handling to adder. It tries to merge incomming
5838 newsegment-events. Added test to check if segment_done is comming
5839 through. Fixes #340060
5841 2006-05-05 Andy Wingo <wingo@pobox.com>
5843 * ext/theora/theoraparse.c (gst_theora_parse_init)
5844 (theora_parse_src_convert, theora_parse_src_query):
5845 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5846 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5847 query functions on the source pads of the theora and vorbis parse
5848 elements. Fixes position querying when doing a remux.
5850 2006-05-05 Michael Smith <msmith@fluendo.com>
5852 * ext/theora/theoraparse.c: (parse_granulepos),
5853 (theora_parse_drain_queue_prematurely),
5854 (theora_parse_queue_buffer), (theora_parse_sink_event):
5856 Fix invalid granulepos outputs when starting with a non-keyframe.
5858 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
5860 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5861 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5862 Rearrange MPEG system stream detection, fixing some memleaks in the
5864 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5865 they clean up their data correctly.
5866 Remove unused ogganx caps and move the 'is_annodex' check to inside
5867 the 'is_ogg' if statement.
5869 2006-05-05 Wim Taymans <wim@fluendo.com>
5871 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5872 Properly remove ghostpads. Fixes #340392
5874 2006-05-04 David Schleef <ds@schleef.org>
5876 * gst/typefind/gsttypefindfunctions.c:
5878 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
5880 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5881 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5883 When typefinding an MP3 in push-based mode, don't penalise the
5884 probability down to 74% when we found 5 valid frames just because we
5885 can't peek the end of the file.
5887 Make the probability for detecting MPEG Transport Streams based on the
5888 number of sequential headers we successfully detected.
5890 2006-05-03 Wim Taymans <wim@fluendo.com>
5892 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5893 (vorbis_dec_push), (vorbis_dec_chain):
5894 Still produce an error when we receive an empty packet.
5896 2006-05-03 Wim Taymans <wim@fluendo.com>
5898 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5899 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5900 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5901 Mark buffers with DISCONT after seek and after activating new
5904 * ext/theora/gsttheoradec.h:
5905 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5906 (theora_get_query_types), (theora_dec_sink_event),
5907 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5908 (theora_dec_change_state):
5910 Detect and mark DISCONT buffers.
5912 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5913 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5914 (vorbis_dec_change_state):
5915 * ext/vorbis/vorbisdec.h:
5917 Detect and mark DISCONT buffers.
5918 Don't crash on 0 sized buffers.
5920 2006-05-03 Wim Taymans <wim@fluendo.com>
5922 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5923 (volume_transform_ip):
5924 Increase "volume" property to 10.0. Fixes #340369.
5925 Set the process function to NULL when capsnego fails so that
5926 we properly error out.
5928 2006-05-02 Stefan Kost <ensonic@users.sf.net>
5930 * gst/playback/gstplaybin.c: (add_sink):
5931 * gst/playback/test.c: (main):
5932 * gst/playback/test5.c: (dump_element_stats):
5933 * gst/playback/test6.c: (main):
5934 free caps using gst_caps_unref, don't leak caps-strings
5936 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
5938 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5940 Refine musepack typefinding a bit. Return MAXIMUM
5941 probability when we detect stream version 7 to make
5942 sure the mpeg audio typefinder doesn't trump us.
5944 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
5946 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5947 Protect against unexpected NULL strf_data buffer.
5949 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5951 * tests/check/elements/audioconvert.c: (verify_convert),
5953 interpret the out[] buffer in the order the bytes are actually
5954 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5955 Other tests should use BYTE_ORDER since the array is filled in
5958 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5960 * tests/check/elements/audioconvert.c: (verify_convert),
5962 when a test fails, give an indication of which it is
5964 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5966 * gst-libs/gst/cdda/gstcddabasesrc.c:
5967 compile fix; strtol() needs <stdlib.h>
5969 2006-04-28 Stefan Kost <ensonic@users.sf.net>
5971 * ext/alsa/gstalsamixerelement.c:
5972 * ext/alsa/gstalsasrc.c:
5973 * ext/cdparanoia/gstcdparanoiasrc.c:
5974 * ext/gnomevfs/gstgnomevfssink.c:
5975 * ext/gnomevfs/gstgnomevfssrc.c:
5976 * ext/ogg/gstoggdemux.c:
5977 * ext/ogg/gstoggmux.c:
5978 * ext/ogg/gstoggparse.c:
5979 * ext/ogg/gstogmparse.c:
5980 * ext/pango/gstclockoverlay.c:
5981 * ext/pango/gsttextoverlay.c:
5982 * ext/pango/gsttextrender.c:
5983 * ext/pango/gsttimeoverlay.c:
5984 * ext/theora/theoradec.c:
5985 * ext/theora/theoraenc.c:
5986 * ext/vorbis/vorbisdec.c:
5987 * ext/vorbis/vorbisenc.c:
5988 * gst-libs/gst/audio/gstaudiofilter.c:
5989 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5990 * gst/audioconvert/gstaudioconvert.c:
5991 * gst/audiorate/gstaudiorate.c:
5992 * gst/audioresample/gstaudioresample.c:
5993 * gst/audiotestsrc/gstaudiotestsrc.c:
5994 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5995 * gst/playback/gstdecodebin.c:
5996 * gst/playback/gstplaybin.c:
5997 * gst/playback/gststreamselector.c:
5998 * gst/subparse/gstsubparse.c:
5999 * gst/tcp/gstmultifdsink.c:
6000 * gst/tcp/gsttcpclientsink.c:
6001 * gst/tcp/gsttcpclientsrc.c:
6002 * gst/tcp/gsttcpserversink.c:
6003 * gst/tcp/gsttcpserversrc.c:
6004 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6005 * gst/videorate/gstvideorate.c:
6006 * gst/videoscale/gstvideoscale.c:
6007 * gst/videotestsrc/gstvideotestsrc.c:
6008 * gst/volume/gstvolume.c:
6009 * sys/v4l/gstv4ljpegsrc.c:
6010 * sys/v4l/gstv4lmjpegsink.c:
6011 * sys/v4l/gstv4lmjpegsrc.c:
6012 * sys/v4l/gstv4lsrc.c:
6013 * sys/ximage/ximagesink.c:
6014 * sys/xvimage/xvimagesink.c:
6015 * tests/check/libs/cddabasesrc.c:
6016 make GstElementDetails const
6018 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6020 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6022 send events from src-pad to all sink-pads fixes #338657
6024 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6026 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6027 (alsasink_parse_spec):
6028 query width capabilities from alsa, fixes #338919
6030 2006-04-28 Wim Taymans <wim@fluendo.com>
6032 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6033 (gst_multi_fd_sink_remove_client_link):
6034 * gst/tcp/gstmultifdsink.h:
6035 Fix race condition in multifdsink that can lead to spurious
6036 duplicate clients. this patch adds a new signal that is fired when
6037 multifdsink has removed all references to the fd.
6039 Updated documentation.
6040 API: client-fd-removed signal added
6042 2006-04-28 Michael Smith <msmith@fluendo.com>
6044 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6045 When asking g_value_array_new to prealloc elements, we may as well
6046 ask for the right number of elements.
6048 2006-04-28 Wim Taymans <wim@fluendo.com>
6050 * gst-libs/gst/audio/gstbaseaudiosink.c:
6051 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6052 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6053 patch to make timestamp checking more tollerant to rounding
6054 errors given that real discontinuities are to be marked on
6055 buffers. Fixes some asf files and #338778.
6056 Also avoid some crashers when we receive an event in the
6059 2006-04-28 Michael Smith <msmith@fluendo.com>
6061 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6062 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6063 (gst_gnome_vfs_src_get_property),
6064 (gst_gnome_vfs_src_send_additional_headers_callback),
6065 (gst_gnome_vfs_src_received_headers_callback),
6066 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6067 (gst_gnome_vfs_src_stop):
6068 * ext/gnomevfs/gstgnomevfssrc.h:
6069 Remove ICY handling (mostly) from gnomevfssrc, in favour of
6070 proper shared support within icydemux.
6072 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6074 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6075 (gst_video_rate_swap_prev), (gst_video_rate_chain):
6077 fix a leak when no caps negotiated
6078 fix counting of input frames
6079 * tests/check/elements/.cvsignore:
6080 * tests/check/elements/videorate.c: (assert_videorate_stats),
6081 (GST_START_TEST), (videorate_suite):
6084 2006-04-28 Wim Taymans <wim@fluendo.com>
6086 * gst-libs/gst/audio/gstringbuffer.c:
6087 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6088 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6089 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6090 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6091 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6092 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6093 (gst_ring_buffer_commit), (gst_ring_buffer_read),
6094 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6095 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6096 Check arguments passed to public functions instead of
6099 2006-04-28 Wim Taymans <wim@fluendo.com>
6101 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6102 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6103 GstBaseAudioSrc must be live or it does not work.
6105 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6106 Don't set live to TRUE as this is the default in the parentclass.
6108 2006-04-28 Wim Taymans <wim@fluendo.com>
6110 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6111 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6112 Videoscale doesn't pass on pixel-aspect ratio. Handle all
6113 fixation cases better. Fixes #338991
6115 2006-04-28 Wim Taymans <wim@fluendo.com>
6117 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6118 Handle 0/1 framerate correctly Fixes #331901.
6120 2006-04-28 Wim Taymans <wim@fluendo.com>
6122 * tests/check/elements/audioconvert.c: (get_float_caps),
6123 (GST_START_TEST), (audioconvert_suite):
6124 Added check for correct clipping when doing float samples
6127 2006-04-28 Wim Taymans <wim@fluendo.com>
6129 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6130 (gst_video_rate_chain):
6131 Print more debugging info.
6133 2006-04-28 Wim Taymans <wim@fluendo.com>
6135 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6136 (resample_set_state_from_caps):
6137 Add support for other formats audioresample can handle such as
6138 32 bits in and float and 64 bits float. Fixes #301759
6140 2006-04-28 Wim Taymans <wim@fluendo.com>
6142 * gst/audioconvert/audioconvert.c: (float):
6143 correctly clip float samples > 1.0. Fixes #338718
6145 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6147 Patch by: Young-Ho Cha <ganadist at chollian net>
6149 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6150 (gst_text_overlay_render_text):
6151 Don't strip newlines from the text. Also, center lines
6152 within multi-line paragraphs (#339405).
6154 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6156 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6157 Fix wavpack typefinding to work in more cases (don't peek
6158 for chunks of multiple hundred kBs at once, but process
6159 things step-by-step in smaller units). Fixes #339786.
6161 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6166 === release 0.10.6 ===
6168 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6171 releasing 0.10.6, "Chao"
6173 2006-04-26 David Schleef <ds@schleef.org>
6175 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6178 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6181 * win32/common/config.h:
6184 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6186 patch by: Wim Taymans
6188 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6189 (gst_ogg_demux_perform_seek):
6190 make sure correct newsegments are sent, so that the decoder
6191 and the demuxer agree on timestamps. Fixes playback of a lot
6192 of Ogg files that do not start from 0. Fixes #339833.
6194 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6196 Patch by: Edward Hervey <edward@fluendo.com>
6198 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6199 * tests/check/Makefile.am:
6200 * tests/check/elements/videorate.c: (assert_videorate_stats),
6201 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6202 (videorate_suite), (main):
6203 Fix an infinite loop if frames are passed in with wrongly ordered
6204 timestamps. Fixes #339013.
6206 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6208 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6210 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6211 fix typefinding on some ISO files. Fixes #339212.
6213 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6215 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6217 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6218 add another H264 fourcc. Fixes #339047.
6220 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6222 Patch by: Jan Schmidt
6224 * gst/playback/gststreamselector.c:
6225 (gst_stream_selector_bufferalloc):
6226 Restore old StreamSelector behaviour.
6229 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
6232 * win32/common/config.h:
6235 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6237 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6239 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6240 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6241 Fix some memory leaks: on finalize, free buffers left in the queue
6242 before destroying the queue; in _push(), unref rtp_buf even if
6243 the process vfunc returned a NULL buffer as output buffer (#337548);
6244 demote some recuring debug messages to LOG level.
6246 2006-04-11 Wim Taymans <wim@fluendo.com>
6248 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6249 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6250 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6251 (gst_ogg_demux_loop):
6253 Respect segment stop when emiting EOS or SEGMENT_DONE.
6256 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6258 * gst/playback/gststreamselector.c:
6259 (gst_stream_selector_get_property):
6260 Don't leak pad name.
6262 2006-04-10 Michael Smith <msmith@fluendo.com>
6264 * tests/check/Makefile.am:
6265 * tests/check/gst-plugins-base.supp:
6266 Suppress an old libtheora bug (fixed in more recent versions), so
6267 that FC4 buildslaves can pass.
6269 2006-04-10 Wim Taymans <wim@fluendo.com>
6271 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6272 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6273 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6274 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6275 (gst_ogg_demux_loop):
6277 Remember what error we got when finding chains, if we
6278 were shutdown, that would not be an error.
6280 2006-04-10 Wim Taymans <wim@fluendo.com>
6282 * gst-libs/gst/audio/gstbaseaudiosink.c:
6283 (gst_base_audio_sink_event):
6284 Starting the ringbuffer when we did not acquire it can cause
6285 a deadlock, is pointless and causes nasty things for
6287 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6289 2006-04-10 Wim Taymans <wim@fluendo.com>
6291 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6292 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6293 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6294 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6295 (gst_ogg_demux_deactivate_current_chain),
6296 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6297 (gst_ogg_demux_bisect_forward_serialno),
6298 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6299 Add some more debugging.
6301 2006-04-10 Wim Taymans <wim@fluendo.com>
6303 * ext/theora/theoradec.c: (theora_dec_src_event),
6304 (theora_handle_data_packet):
6305 Some more debug info.
6307 * tests/examples/seek/seek.c: (start_seek), (main):
6308 Print element messages too.
6310 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
6312 * gst/audioresample/debug.h:
6313 replace debug macros with variable number of parameters
6314 by a simple alias to gstreamer standard debug macros
6315 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6316 supported by MSVC 6.0 and 7.1)
6317 * gst/audioresample/resample.h:
6318 define M_PI and rint for WIN32
6319 * win32/common/libgstaudio.def:
6320 * win32/common/libgstriff.def:
6321 * win32/common/libgsttag.def:
6322 * win32/common/libgstvideo.def:
6323 add new exported functions
6325 update project files
6327 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6329 * ext/alsa/gstalsamixeroptions.c:
6330 (gst_alsa_mixer_options_class_init):
6331 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6332 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6333 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6334 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6335 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6336 * gst-libs/gst/audio/gstaudiofilter.c:
6337 (gst_audio_filter_class_init):
6338 * gst-libs/gst/audio/gstaudiosink.c:
6339 (gst_audioringbuffer_class_init):
6340 * gst-libs/gst/audio/gstaudiosrc.c:
6341 (gst_audioringbuffer_class_init):
6342 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6343 * gst-libs/gst/interfaces/colorbalancechannel.c:
6344 (gst_color_balance_channel_class_init):
6345 * gst-libs/gst/interfaces/mixeroptions.c:
6346 (gst_mixer_options_class_init):
6347 * gst-libs/gst/interfaces/mixertrack.c:
6348 (gst_mixer_track_class_init):
6349 * gst-libs/gst/interfaces/tunerchannel.c:
6350 (gst_tuner_channel_class_init):
6351 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6352 * gst-libs/gst/netbuffer/gstnetbuffer.c:
6353 (gst_netbuffer_class_init):
6354 * gst-libs/gst/rtp/gstbasertppayload.c:
6355 (gst_basertppayload_class_init):
6356 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6357 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6358 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6359 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6360 * gst/playback/gststreamselector.c:
6361 (gst_stream_selector_class_init):
6362 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6363 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6364 * sys/v4l/gstv4lcolorbalance.c:
6365 (gst_v4l_color_balance_channel_class_init):
6366 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6367 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6368 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6369 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6370 (gst_v4l_tuner_norm_class_init):
6371 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6372 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6373 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6374 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6376 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6378 * ext/pango/gsttextrender.h:
6379 * gst-libs/gst/audio/gstaudiosink.h:
6380 * gst-libs/gst/audio/gstaudiosrc.h:
6381 * gst-libs/gst/audio/gstbaseaudiosink.h:
6382 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6383 * gst-libs/gst/audio/gstringbuffer.h:
6384 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6385 * gst-libs/gst/rtp/gstbasertppayload.h:
6386 * gst-libs/gst/video/gstvideofilter.h:
6387 * gst-libs/gst/video/gstvideosink.h:
6388 * gst/playback/gstplaybasebin.h:
6389 * gst/tcp/gstmultifdsink.h:
6390 * sys/v4l/gstv4lelement.h:
6391 Fix broken GObject macros
6393 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6395 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6396 More debug to trace why my USB headset is not working with gst
6398 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6400 * gst/playback/gstplaybasebin.c: (group_destroy):
6401 Clean up our group elements properly in the case where it never
6402 got committed - it still got added unconditionally to the bin.
6404 2006-04-07 Wim Taymans <wim@fluendo.com>
6406 * ext/theora/theoradec.c: (theora_dec_sink_event),
6407 (theora_handle_data_packet), (theora_dec_chain):
6408 Unref unhandled events.
6409 Protect against empty buffers.
6410 Perform QoS on running time.
6412 2006-04-07 Michael Smith <msmith@fluendo.com>
6414 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6415 (gst_vorbis_enc_chain):
6416 Remove leaks from vorbisenc.
6417 Mostly minor changes, the only significant one is that now the
6418 buffers we set as 'streamheader' on the caps are copies of the
6419 original buffers, to avoid circular refcounting problems.
6421 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6423 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6424 Don't remove our mute-probe if someone else already did so.
6425 Don't set a 2nd one if there is already one pending on the pad.
6427 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6429 When a seek fails, ensure that playbin is still set back to playing.
6431 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6432 (mpeg_ts_type_find), (plugin_init):
6433 Add a typefind function for mpeg-ts streams. (Closes: #336617)
6435 2006-04-06 Andy Wingo <wingo@pobox.com>
6437 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
6438 (gst_video_rate_init): Caps-related parameters should not be reset
6439 by a flush -- move their inits to the instance init function.
6440 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6441 is not OK, just return the result.
6443 * gst/audiotestsrc/gstaudiotestsrc.c
6444 (gst_audio_test_src_class_init)
6445 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6446 broken by Stefan's commit on 24 March.
6448 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6449 buffers being pushed out. Fixes oggmux ! multifdsink.
6451 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
6453 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6454 (gst_vorbis_dec_init), (vorbis_dec_finalize):
6455 * ext/vorbis/vorbisdec.h:
6456 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6457 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6458 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6459 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6460 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6461 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6462 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6463 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6464 (gst_vorbis_enc_buffer_from_packet),
6465 (gst_vorbis_enc_buffer_from_header_packet),
6466 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6467 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6468 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6469 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6470 (gst_vorbis_enc_change_state):
6471 * ext/vorbis/vorbisenc.h:
6472 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6473 vorbisenc adhere to the official nomenclature; use boilerplate
6476 2006-04-04 Andy Wingo <wingo@pobox.com>
6478 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6479 Whoops, fix bug introduced. Bad hacker!
6481 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6482 Properly handle the case where you get EOS before any buffers are
6483 received. Use gst_buffer_make_metadata_writable where appropriate.
6485 * ext/theora/theoradec.c (theora_handle_data_packet): This value
6486 is often negative -- make it signed so as not to wrap around.
6487 Fixes segfaults introduced on 9 March.
6489 2006-04-03 Wim Taymans <wim@fluendo.com>
6491 * ext/theora/gsttheoradec.h:
6492 * ext/theora/theoradec.c: (theora_dec_src_event):
6493 Don't try to store a gdouble in a gboolean.
6496 2006-04-03 Michael Smith <msmith@fluendo.com>
6498 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6500 Make it suck slightly less by writing out the final page.
6501 Still can't encode a vorbis-in-ogg file correctly, though.
6503 2006-04-03 Andy Wingo <wingo@pobox.com>
6505 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6508 * ext/theora/theora.c (plugin_init): Register theoraparse.
6510 * ext/theora/gsttheoraparse.h:
6511 * ext/theora/theoraparse.c: New files implementing a theora
6512 parser. Now we can properly remux ogg/theora+vorbis, yay.
6514 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6516 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6518 * gst/audiotestsrc/gstaudiotestsrc.c:
6519 Fixed the sample pipeline (see #323798)
6521 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6524 * win32/common/config.h:
6525 * win32/common/config.h.in:
6526 use AS_VERSION and AS_NANO
6529 2006-03-31 Andy Wingo <wingo@pobox.com>
6531 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6532 uninitialized variable return that would happen.
6534 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6535 uninitialized variable return that would never happen.
6537 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6538 (vorbis_parse_sink_event): Add an event function to flush our
6539 state on a seek, and to drain buffers on a premature EOS.
6540 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6541 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
6542 (vorbis_parse_chain, vorbis_parse_queue_buffer)
6543 (vorbis_parse_drain_queue): Queue up buffers until we can set
6544 their timestamps and granulepos values.
6546 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6547 and keep track of data needed for deriving granulepos and
6548 timestamps for buffers.
6550 2006-03-29 Wim Taymans <wim@fluendo.com>
6552 Patch by: j^ <j at bootlab dot org>
6554 * ext/alsa/gstalsamixerelement.c:
6555 (gst_alsa_mixer_element_class_init):
6556 * ext/alsa/gstalsasink.c:
6557 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6558 * ext/ogg/gstoggdemux.c:
6559 * ext/ogg/gstoggmux.c:
6560 * ext/ogg/gstoggparse.c:
6561 * ext/pango/gstclockoverlay.c:
6562 * ext/pango/gsttextoverlay.c:
6563 * ext/pango/gsttextrender.c:
6564 * ext/pango/gsttimeoverlay.c:
6565 * ext/theora/theoradec.c:
6566 * ext/theora/theoraenc.c:
6567 * ext/vorbis/vorbisdec.c:
6568 * ext/vorbis/vorbisenc.c:
6569 * gst/audioconvert/gstaudioconvert.c:
6570 * gst/subparse/gstsubparse.c:
6571 * gst/tcp/gstmultifdsink.c:
6572 * gst/tcp/gsttcpclientsink.c:
6573 * gst/tcp/gsttcpclientsrc.c:
6574 * gst/tcp/gsttcpserversink.c:
6575 * gst/tcp/gsttcpserversrc.c:
6576 better/unified long descriptions
6579 2006-03-29 Wim Taymans <wim@fluendo.com>
6581 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6583 Don't let double and triple clicks mess up our state.
6585 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6587 * gst/playback/gstplaybin.c: (gen_video_element),
6588 (gen_text_element), (gen_audio_element), (gen_vis_element):
6589 Error out gracefully when we can't create any of the usual
6590 conversion elements for some reason. Also, don't try to
6591 create an audioscale (sic) element that's not used anyway.
6593 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6595 * gst/playback/gstplaybasebin.c: (setup_source):
6596 Don't post RESOURCE_NOT_FOUND error when we can't find a source
6597 element for a particular protocol, that's confusing for users.
6598 Instead, post a RESOURCE_FAILED error, so that our own error
6599 message is actually shown in totem etc. (#336303).
6601 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6603 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6605 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6606 (gst_gnome_vfs_src_get_icy_metadata):
6607 Fix some minor memory leaks (#336194).
6609 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6611 * ext/gnomevfs/gstgnomevfs.c:
6612 (gst_gnome_vfs_location_to_uri_string):
6613 * ext/gnomevfs/gstgnomevfs.h:
6614 * ext/gnomevfs/gstgnomevfssink.c:
6615 (gst_gnome_vfs_sink_set_property):
6616 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6617 Make gnomevfssink accept filenames as well as URIs for the
6618 "location" property, just like gnomevfssrc does (and
6619 filesrc/filesink do) (#336190).
6621 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6623 * tests/check/generic/clock-selection.c: (GST_START_TEST):
6624 set to NULL before unreffing, fixes a valgrind leak.
6625 Why was this not triggering the error that an object needs to
6626 be NULL before unreffing ?
6627 * win32/common/config.h:
6630 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
6632 * gst/subparse/gstsubparse.c: (convert_encoding),
6633 (gst_sub_parse_change_state):
6634 * gst/subparse/gstsubparse.h:
6635 Text subtitle files may or may not be UTF-8. If it's not, we
6636 don't really want to see '?' characters in place of non-ASCII
6637 characters like accented characters. So let's assume the input
6638 is UTF-8 until we come across text that is clearly not. If it's
6639 not UTF-8, we don't really know what it is, so try the following:
6640 (a) see whether the GST_SUBTITLE_ENCODING environment variable
6641 is set; if not, check (b) if the current locale encoding is
6642 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6643 the current locale encoding is UTF-8 and the environment variable
6644 was not set to any particular encoding. Not perfect, but better
6645 than nothing (and better than before, I think) (fixes #172848).
6647 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6650 update core requirement to 0.10.4.1 because of async_playback
6651 vmethod on GstBaseSink
6653 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6655 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6656 * gst/adder/gstadder.c: (gst_adder_init):
6657 use DEBUG_FUNCPTR for collectpads
6659 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6661 * docs/plugins/Makefile.am:
6662 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6663 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6664 * ext/cdparanoia/gstcdparanoiasrc.c:
6665 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6666 (gst_gnome_vfs_sink_class_init):
6667 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6668 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6669 * ext/ogg/gstoggmux.c:
6670 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6671 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6672 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6673 * ext/pango/gsttextoverlay.c:
6674 * ext/pango/gsttextrender.c:
6675 * ext/theora/theoradec.c:
6676 * ext/theora/theoraenc.c:
6677 * ext/vorbis/vorbisdec.c:
6678 * ext/vorbis/vorbisenc.c:
6679 * gst-libs/gst/audio/gstaudiofilter.c:
6680 (gst_audio_filter_base_init):
6681 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6682 (gst_audio_filter_template_base_init):
6683 * gst/adder/gstadder.c: (gst_adder_get_type):
6684 * gst/adder/gstadder.h:
6685 * gst/audioconvert/gstaudioconvert.c:
6686 * gst/audiotestsrc/gstaudiotestsrc.c:
6687 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6688 (gst_audio_test_src_create):
6689 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6690 * gst/playback/gstdecodebin.c:
6691 * gst/playback/gstplaybin.c:
6692 * gst/playback/gststreamselector.c:
6693 (gst_stream_selector_base_init):
6694 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6695 * gst/volume/gstvolume.c:
6696 * sys/v4l/gstv4lmjpegsink.c:
6697 * sys/v4l/gstv4lmjpegsrc.c:
6698 * tests/check/libs/cddabasesrc.c:
6699 * tests/old/examples/gob/gst-identity2.gob:
6700 Add docs for adder, use GST_ELEMENT_DETAILS macro,
6701 define GstElementDetails at the top
6703 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
6705 * win32/common/libgstinterfaces.def:
6706 Add a lot of export functions for gst-python
6707 * win32/vs6/libgstinterfaces.dsp:
6708 Add a missing include folder in the project configuration
6710 2006-03-23 Wim Taymans <wim@fluendo.com>
6712 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6713 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6714 (gst_base_audio_src_change_state):
6715 Fix audio sources, forgot to make the ringbuffer
6718 2006-03-23 Wim Taymans <wim@fluendo.com>
6720 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6721 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6722 (gst_base_audio_src_change_state):
6723 unparent instead of unref the ringbuffer.
6725 2006-03-23 Wim Taymans <wim@fluendo.com>
6727 * gst-libs/gst/audio/gstbaseaudiosink.c:
6728 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6729 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6730 Implement new async_play vmethod to start slaving and allow
6731 playback start in case of async PLAY state changes.
6733 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6734 Enable QoS with new method in base class.
6736 2006-03-23 Wim Taymans <wim@fluendo.com>
6738 Patch by: Julien MOUTTE <julien at moutte dot net>
6740 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6741 (gst_video_test_src_do_seek), (gst_video_test_src_create):
6742 Partially handle 0 framerate, only EOS after the first frame
6745 2006-03-23 Wim Taymans <wim@fluendo.com>
6747 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6749 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6750 (gst_riff_create_video_template_caps):
6751 * gst/ffmpegcolorspace/avcodec.h:
6752 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6753 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6754 (gst_ffmpegcsp_avpicture_fill):
6755 * gst/ffmpegcolorspace/imgconvert.c:
6756 Patch for support of YVU9 AVI files (#334822)
6758 2006-03-22 Edward Hervey <edward@fluendo.com>
6760 * docs/design/design-decodebin.txt:
6761 Added design document for new decodebin
6762 (Target Caps): text/x-pango-markup is also a default target caps.
6764 2006-03-22 Wim Taymans <wim@fluendo.com>
6766 * gst-libs/gst/audio/gstbaseaudiosink.c:
6767 (gst_base_audio_sink_dispose):
6768 Since we _parent the ringbuffer, we also need to
6769 _unparent instead of a plain _unref.
6771 2006-03-22 Wim Taymans <wim@fluendo.com>
6773 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6774 (stop_seek), (scrub_toggle_cb), (main):
6777 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
6779 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6780 (gst_ogg_parse_chain):
6781 Fix very inefficient usage of linked lists (#335365).
6783 2006-03-21 Edward Hervey <edward@fluendo.com>
6785 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6786 * gst/playback/gstplaybin.c: (handoff):
6787 * gst/playback/gststreamselector.c:
6788 (gst_stream_selector_set_property):
6789 gcc 4.1 unreferenced pointer fixes.
6790 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6791 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6792 gst_buffer_ref() now takes a GstBuffer*.
6794 2006-03-20 Julien MOUTTE <julien@moutte.net>
6796 * sys/xvimage/xvimagesink.c:
6797 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6800 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
6802 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6803 (id3v1_type_find), (apetag_type_find), (plugin_init):
6804 Can't do tag preferences via probability, as tags would then
6805 lose against types that are recognised with MAXIMUM probability
6806 (like .wav); so let all tag typefinders return MAXIMUM themselves
6807 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6808 that we can prefer APE to ID3v1 (fixes #335028).
6810 2006-03-17 Wim Taymans <wim@fluendo.com>
6812 * gst-libs/gst/audio/gstbaseaudiosink.c:
6813 (gst_base_audio_sink_change_state):
6814 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6815 (gst_ring_buffer_may_start):
6816 * gst-libs/gst/audio/gstringbuffer.h:
6817 Only start playback if we are playing.
6820 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
6822 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6823 * win32/common/config.h:
6824 Revert accidental commits to these files.
6826 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6828 Patch by: Michal Benes <michal dot benes at xeris dot cz>
6830 * tests/Makefile.am:
6831 Don't try to build tests in tests/icles if we
6832 don't have X (#323852)
6834 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6836 * gst-libs/gst/tag/gstid3tag.c:
6837 Add TXXX frame identifiers for replaygain stuff as used
6838 by some taggers (see #323721).
6840 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
6842 * gst/playback/gststreamselector.c:
6843 (gst_stream_selector_set_property),
6844 (gst_stream_selector_bufferalloc):
6845 Preserve the existing buggy streamselector behaviour by performing
6846 a fallback buffer allocation when downstream isn't linked yet.
6847 This should really be fixed in playbin by blocking pads until it's
6849 Also, use gst_pad_alloc_buffer instead of
6850 gst_pad_alloc_buffer_and_set.
6852 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6854 * gst-libs/gst/tag/gstid3tag.c:
6855 Don't crash on unknown ID3v2 TXXX frames.
6857 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
6859 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6860 Chain up to the parent finalize method.
6861 Add 32-bit sample size to the template caps.
6863 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6864 (gst_riff_create_video_template_caps):
6865 Add the fourcc that the VMWare codec uses.
6867 * gst/playback/gststreamselector.c:
6868 (gst_stream_selector_set_property),
6869 (gst_stream_selector_bufferalloc),
6870 (gst_stream_selector_request_new_pad):
6871 For the active pad, forward buffer-alloc requests, otherwise
6872 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6873 having to memcpy every frame when used by playbin.
6875 * gst/tcp/gstmultifdsink.c:
6876 (gst_multi_fd_sink_handle_client_write):
6877 Get negotiated caps from the sink pad, rather than the sink
6880 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6882 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6884 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6885 Don't forget to set src->callbacks_pushed to FALSE again when
6886 popping them, otherwise re-activation in a different mode won't
6889 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6891 Patch by: Sebastien Moutte <sebastien moutte net>
6893 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6894 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6895 (gst_ffmpeg_smpfmt_to_caps):
6896 Replace __VA_ARGS__ caps creation macros with varargs functions.
6897 Makes things compile on MSVC (#320765), looks nicer, and we can
6898 tell the compiler to check for the NULL terminator.
6900 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6902 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6904 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6905 Make sure the buffer we copy into is really always big
6906 enough, this time for real (#333488).
6908 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6910 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6911 Add support for 24bpp DIB (#305279).
6913 2006-03-14 Wim Taymans <wim@fluendo.com>
6915 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6916 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6917 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6918 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6919 (gst_video_scale_init), (gst_video_scale_src_event):
6920 Re-enable QoS after the release.
6921 Rework videoscale to use the base class src_event handler.
6923 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6928 === release 0.10.5 ===
6930 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
6933 releasing 0.10.5, "Net"
6935 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
6937 * docs/plugins/Makefile.am:
6938 Part of previous cdparanoiasrc docs fixes, forgot to commit.
6940 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
6942 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6943 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6944 * docs/plugins/gst-plugins-base-plugins.hierarchy:
6945 Add cdparanoiasrc to docs.
6947 * gst-libs/gst/cdda/gstcddabasesrc.c:
6948 More GstCddaBaseSrc docs.
6950 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
6952 * docs/libs/gst-plugins-base-libs-sections.txt:
6953 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6954 * gst-libs/gst/tag/tag.h:
6955 API: libgsttag: new method gst_tag_from_id3_user_tag().
6957 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
6959 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6960 NULL-terminate array of mpeg4 video file extensions.
6961 Fixes crash on PPC (#334226).
6963 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
6965 * ext/gnomevfs/gstgnomevfssrc.c:
6966 (gst_gnome_vfs_src_check_get_range):
6967 gnome_vfs_uri_is_local() alone is not a good indicator
6968 whether we can operate in pull-mode with a specific URI,
6969 as it returns FALSE for file:// URIs that point to an
6970 NFS-mounted path. Be more conservative here: whitelist
6971 local files, blacklist http URIs and use the old
6972 mechanism for anything else (fixes #334216).
6974 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
6979 === release 0.10.4 ===
6981 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
6984 releasing 0.10.4, "Power"
6986 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
6988 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6989 Disable max-lateness by setting it to -1 for now, so that
6990 we can bed QoS stuff in thoroughly between now and the next
6993 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
6995 Patch by: Fabrizio Gennari
6997 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6998 Make sure we don't read beyond the palette buffer in case of
6999 broken or manipulated files (#333488)
7001 2006-03-10 Edward Hervey <edward@fluendo.com>
7003 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7004 Fix for variable not initialized.
7006 2006-03-09 Wim Taymans <wim@fluendo.com>
7008 * ext/libvisual/visual.c: (gst_visual_get_type),
7009 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7013 * ext/theora/gsttheoradec.h:
7014 * ext/theora/theoradec.c: (gst_theora_dec_init),
7015 (gst_theora_dec_reset), (_theora_granule_time),
7016 (theora_dec_src_convert), (theora_dec_sink_convert),
7017 (theora_dec_src_query), (theora_dec_src_event),
7018 (theora_dec_sink_event), (theora_handle_comment_packet),
7019 (theora_handle_header_packet), (theora_dec_push),
7020 (theora_handle_data_packet), (theora_dec_chain),
7021 (theora_dec_change_state):
7024 2006-03-09 Wim Taymans <wim@fluendo.com>
7026 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7027 (audiocast_register_listener), (gst_gnome_vfs_src_start):
7030 2006-03-09 Wim Taymans <wim@fluendo.com>
7032 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7033 Don't try to activate NULL chains.
7035 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7037 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7038 Fix invalid memory access to region before peek'd data (#332964).
7040 2006-03-09 Wim Taymans <wim@fluendo.com>
7042 Patch by: Christophe Fergeau
7044 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7045 * ext/pango/gsttextrender.c: (gst_text_render_init):
7046 * gst/adder/gstadder.c: (gst_adder_init):
7047 Don't leak padtemplates, closes #333510.
7049 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7051 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7052 Fix invalid memory access: make sure string passed to
7053 regexec() is NUL-termianted.
7055 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7057 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7059 Refactor mpeg/audio typefinding to make it more maintainable
7060 and easier to fine-tune. Make probing into middle of the file
7061 work properly (fixes #333900, also see #152688).
7063 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7065 * gst/typefind/gsttypefindfunctions.c:
7066 (utf8_type_find_have_valid_utf8_at_offset):
7067 Remove part from previous commit that was bogus:
7068 g_utf8_validate() does in fact not accept embedded
7069 zeroes, so we don't need to check for those (thanks
7070 to Mike for the hint).
7072 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7074 * gst/typefind/gsttypefindfunctions.c:
7075 (utf8_type_find_count_embedded_zeroes),
7076 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7077 Make plain/text typefinder more conservative: firstly, check
7078 for embedded zeroes, which are perfectly valid UTF-8 characters,
7079 but also a fairly good sign that something is not a plain text
7080 file; secondly, probe into the middle of the file if possible.
7081 If we can't probe into the middle, limit the probability value
7082 to be returned to TYPE_FIND_POSSIBLE (see #333900).
7084 2006-03-08 Michael Smith <msmith@fluendo.com>
7086 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7087 Make typefind function name for mpeg4 video unique.
7089 2006-03-08 Wim Taymans <wim@fluendo.com>
7091 * ext/libvisual/visual.c: (gst_visual_init),
7092 (gst_visual_clear_actors), (gst_visual_dispose),
7093 (gst_visual_reset), (gst_visual_src_setcaps),
7094 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7095 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7096 (gst_visual_chain), (gst_visual_change_state):
7097 Cleanups, post nice errors.
7098 Handle sink and src events.
7099 Implement simple QoS.
7101 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7102 Use new basesink methods to configure max-lateness.
7105 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7106 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7107 Debug statement cleanups.
7109 * gst/volume/gstvolume.c: (gst_volume_class_init):
7112 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7114 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7115 (gst_text_overlay_init), (gst_text_overlay_set_property),
7116 (gst_text_overlay_get_property):
7117 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7118 as string type properties, but mark them deprecated. Add
7119 'halignment' and 'valignment' properties that use enums
7122 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7124 Patch by: Fabrizio Gennari
7126 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7127 Allow palettes with less than 256 colours in AVI files
7130 2006-03-07 Julien MOUTTE <julien@moutte.net>
7132 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7133 (gst_text_overlay_video_event): Fix wrong EOS handling on text
7134 pad. We were releasing the queued text buffer when we should keep
7135 it until video pad gets EOS or discard the text buffer because it's
7136 too old. That was eating the last subtitle buffer. Add some more
7139 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7141 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7142 (gst_text_overlay_video_chain):
7143 Fix invalid memory access (we can't access a buffer after it's been
7144 pushed downstream without taking a reference); fix memory leak (if
7145 there's no text to render, bail out before allocating stuff).
7147 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7149 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7150 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7151 * ext/pango/gsttextoverlay.h:
7152 If input is plain text, escape it before passing it to
7153 pango_layout_set_markup().
7155 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7157 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7158 Don't ignore flow return from gst_pad_push().
7160 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7162 Patch by: Fabrizio Gennari
7164 * ext/libvisual/visual.c: (gst_visual_getcaps),
7165 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7166 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7167 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7168 (gst_vorbisenc_convert_sink):
7169 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7170 (gst_audio_duration_from_pad_buffer):
7171 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7172 (gst_audio_filter_chain):
7173 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7174 (gst_base_rtp_depayload_setcaps):
7175 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7176 (gst_video_get_size):
7177 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7178 Don't leak references returned by gst_pad_get_parent()
7181 2006-03-06 Stefan Kost <ensonic@users.sf.net>
7183 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7184 change location param details
7185 * gst/volume/gstvolume.c: (plugin_init):
7186 correct plugin description
7188 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7190 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7191 (gst_gnome_vfs_src_check_get_range):
7192 Override GstBaseSrc::check_get_range() in order to avoid opening
7193 the resource just to check whether we can operate in pull-mode or
7194 not - we can predict that pretty well from the URI alone. Should
7195 fix problems with last.fm (#331690). (Requires latest core CVS).
7197 2006-03-06 Wim Taymans <wim@fluendo.com>
7199 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7200 (gst_video_sink_class_init):
7201 Throw away frames that are later than 20 ms.
7203 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7205 Patch by: Fabrizio Gennari
7207 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7208 Set depth on WMA caps (#333545)
7210 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
7212 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7213 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7214 put Theora BOS pages before others. This hardcodes
7215 the Ogg/Theora I profile, but hey.
7217 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
7220 updated with some examples
7221 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7222 (granulepos_add), (theora_buffer_from_packet):
7223 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7224 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7225 (gst_vorbisenc_chain):
7226 implement strategy from ext/ogg/README
7227 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7228 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7229 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7230 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7231 Fix muxer so that oggz-validate is happy with all streams;
7232 except for no eos mark, and the BOS page ordering
7233 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7234 (check_buffer_granulepos):
7235 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7236 update tests to check for OFFSET being set as requested
7237 fixed type of granulepos, it's not a ClockTime
7239 2006-03-05 Julien MOUTTE <julien@moutte.net>
7241 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7242 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7243 Check that the xvimage we are creating has a correct size
7244 before returning it. (#314897)
7246 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7248 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7249 Give id3 and ape tag typefinders a rank slightly higher
7250 than PRIMARY to ensure they're always run before any of
7251 the other typefinders (in particular wav and mp3) (#324186).
7253 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7255 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7256 Add support for '3IVD' fourcc (#333403).
7258 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
7261 Bump requirements to GStreamer CVS for the new error enum.
7263 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7264 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7265 space left on the device (fixes #333352).
7267 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
7270 add a project file for libgstvolume
7271 update the workspace
7273 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
7275 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7276 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7278 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7279 Set IN_CAPS on header buffers
7281 2006-03-02 Wim Taymans <wim@fluendo.com>
7283 * docs/plugins/Makefile.am:
7284 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7285 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7286 Add audioresample to docs.
7288 * gst/audioconvert/gstaudioconvert.c:
7291 * gst/audioresample/gstaudioresample.c:
7292 (gst_audioresample_base_init), (gst_audioresample_class_init),
7293 (gst_audioresample_init), (gst_audioresample_dispose),
7294 (audioresample_get_unit_size), (audioresample_transform_caps),
7295 (resample_set_state_from_caps), (audioresample_transform_size),
7296 (audioresample_set_caps), (audioresample_event),
7297 (audioresample_do_output), (audioresample_transform),
7298 (audioresample_pushthrough), (gst_audioresample_set_property),
7299 (gst_audioresample_get_property), (plugin_init):
7300 * gst/audioresample/gstaudioresample.h:
7302 Small code cleanups.
7304 2006-03-02 Wim Taymans <wim@fluendo.com>
7306 * docs/plugins/Makefile.am:
7307 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7308 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7309 Added videoscale to docs.
7311 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7312 (gst_video_rate_swap_prev), (gst_video_rate_event),
7313 (gst_video_rate_chain):
7316 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7317 (gst_video_scale_init), (gst_video_scale_prepare_size),
7318 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7319 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7320 * gst/videoscale/gstvideoscale.h:
7321 Added docs, examples.
7323 Post errors instead of g_warning.
7325 2006-03-02 Wim Taymans <wim@fluendo.com>
7327 * docs/libs/gst-plugins-base-libs-docs.sgml:
7328 * docs/libs/gst-plugins-base-libs-sections.txt:
7329 * docs/libs/gst-plugins-base-libs.types:
7330 * docs/plugins/Makefile.am:
7331 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7332 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7333 Added some more docs to libs and plugins.
7335 * gst-libs/gst/audio/gstringbuffer.c:
7336 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7337 * gst-libs/gst/audio/gstringbuffer.h:
7338 Document ringbuffer some more.
7340 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7341 (gst_video_rate_setcaps), (gst_video_rate_reset),
7342 (gst_video_rate_init), (gst_video_rate_flush_prev),
7343 (gst_video_rate_swap_prev), (gst_video_rate_event),
7344 (gst_video_rate_chain), (gst_video_rate_change_state):
7345 * gst/videorate/gstvideorate.h:
7346 Fix videorate to use segments.
7347 Make it work with 0/1 framerates (closes #331903)
7348 Handle EOS correctly.
7351 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7353 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7354 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7355 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7356 In state change function, first chain up to parent class,
7357 then handle downwards state change stuff. Remove some
7358 commented out cruft from 0.8 code.
7360 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7362 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7363 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7364 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7365 (gst_ogm_parse_chain):
7366 Don't remove/re-add source pad if the new caps are the same as
7367 the old caps anyway (#333042). When removing source pad, don't
7368 unref it afterwards - we didn't ref it when adding. Sprinkle some
7369 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7370 after using gst_pad_get_parent(). Return downstream flow return
7371 value in chain function.
7373 2006-03-02 Wim Taymans <wim@fluendo.com>
7375 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7376 * docs/plugins/gst-plugins-base-plugins.args:
7377 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7378 * docs/plugins/gst-plugins-base-plugins.interfaces:
7379 * docs/plugins/gst-plugins-base-plugins.signals:
7380 Fix hierarchy, added some more elements to the docs.
7382 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7383 (gst_ffmpegcsp_get_type):
7384 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7385 Fix docs for ffmpegcolorspace.
7387 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
7389 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7390 (apetag_type_find), (ape_type_find), (plugin_init):
7391 Some typefinding fine-tuning:
7392 - rank ID3/APE tags in order of preference via probabilities, so that
7393 ID3v2 > APEv2 > APEv1 > ID3v1.
7394 - three or four bytes don't really justify MAXIMUM probability,
7395 change those to 'very likely' (musepack and monkeysaudio).
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/alsa/gstalsamixer.c:
7403 * ext/alsa/gstalsamixer.h:
7404 * ext/alsa/gstalsamixerelement.c:
7405 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7406 * ext/alsa/gstalsamixerelement.h:
7407 * ext/alsa/gstalsasink.c:
7408 * ext/alsa/gstalsasink.h:
7409 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7411 * ext/alsa/gstalsasrc.h:
7413 Small code cleanups.
7415 2006-03-01 Wim Taymans <wim@fluendo.com>
7417 * ext/theora/Makefile.am:
7418 Dist new header too,
7420 2006-03-01 Wim Taymans <wim@fluendo.com>
7422 * docs/plugins/Makefile.am:
7423 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7424 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7425 * ext/gnomevfs/gstgnomevfssink.h:
7426 * ext/gnomevfs/gstgnomevfssrc.h:
7427 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7428 * ext/vorbis/vorbisdec.h:
7429 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7430 * ext/vorbis/vorbisenc.h:
7431 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7432 (vorbis_parse_chain), (vorbis_parse_change_state):
7433 * ext/vorbis/vorbisparse.h:
7434 * gst/audioconvert/gstaudioconvert.h:
7435 * gst/tcp/gsttcpserversink.h:
7436 * gst/videotestsrc/gstvideotestsrc.c:
7437 * gst/videotestsrc/gstvideotestsrc.h:
7438 * gst/volume/gstvolume.c:
7439 * gst/volume/gstvolume.h:
7441 Added docs for vorbisdec and vorbisparse.
7444 2006-03-01 Wim Taymans <wim@fluendo.com>
7446 * docs/plugins/Makefile.am:
7447 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7448 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7449 * ext/pango/gstclockoverlay.h:
7450 * ext/pango/gsttextoverlay.h:
7451 * ext/pango/gsttextrender.h:
7452 * ext/pango/gsttimeoverlay.h:
7453 * ext/theora/gsttheoradec.h:
7454 * ext/theora/gsttheoraenc.h:
7455 * ext/theora/theoradec.c:
7456 * ext/theora/theoraenc.c:
7457 * gst/audioconvert/gstaudioconvert.h:
7458 * gst/audiotestsrc/gstaudiotestsrc.h:
7459 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7460 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7461 * gst/tcp/gstmultifdsink.h:
7462 Updated/added documentation.
7464 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7465 (gst_text_overlay_halign_get_type),
7466 (gst_text_overlay_wrap_mode_get_type),
7467 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7468 (gst_text_overlay_init), (gst_text_overlay_set_property),
7469 (gst_text_overlay_get_property):
7470 Fix up properties to be enums instead of string to make bindings,
7471 introspection and automatic GUI creation possible.
7472 Add getters for the properties.
7474 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
7476 * gst/audiotestsrc/gstaudiotestsrc.c:
7477 added defines of M_PI and M_PI_2
7478 * gst/ffmpegcolorspace/avcodec.h:
7479 removed #include "stdint.h" for win32 as _stdint.h is
7480 autogenerated to win32/common
7481 * win32/common/libgstaudio.def:
7482 * win32/common/libgsttag.def:
7485 some project files bugs corrected
7487 project files are reset to the default vs7 configuration
7488 (they link to msvcr71.dll using default optimizations)
7490 2006-02-28 Wim Taymans <wim@fluendo.com>
7492 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7495 2006-02-28 Edward Hervey <edward@fluendo.com>
7497 * ext/alsa/gstalsasrc.c:
7498 Set proper class on the ElementDetails:
7499 Source/Audio instead of Src/Audio/
7501 2006-02-28 Edward Hervey <edward@fluendo.com>
7503 * gst/videoscale/vs_scanline.c:
7504 (vs_scanline_resample_nearest_RGBA):
7505 Revert optimization in videoscale. It should go in liboil and have
7506 an appropriate liboil function.
7508 2006-02-28 Wim Taymans <wim@fluendo.com>
7510 * gst-libs/gst/audio/gstbaseaudiosink.c:
7511 (gst_base_audio_sink_provide_clock):
7512 Don't try to provide a clock in the NULL state.
7514 2006-02-28 Wim Taymans <wim@fluendo.com>
7516 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7517 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7518 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7519 (gst_ogg_demux_deactivate_current_chain),
7520 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7521 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7522 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7523 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7524 Use GstSegment infrastructure to remove duplicated code
7525 and handle more seek cases correctly.
7527 2006-02-28 Wim Taymans <wim@fluendo.com>
7529 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7530 (gst_ffmpegcsp_transform):
7531 Don't ignore return code from ffmpeg convert function.
7533 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7534 Split out some long statements to ease debugging.
7536 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
7538 * ext/libvisual/visual.c: (gst_visual_init),
7539 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7540 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7541 being able to renegotiate the size. Instead, use the negotiation
7542 algorithm from the goom plugin to pick an initial output caps.
7544 Also, allow theoretical libvisual plugins that might support non-GL
7545 output even if they also do GL.
7547 2006-02-26 Julien MOUTTE <julien@moutte.net>
7549 * ext/libvisual/visual.c: (gst_visual_init),
7550 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7551 (plugin_init): Load only non GL plugins. Fix some memleaks and
7552 possible negotiation issues.
7554 2006-02-25 Julien MOUTTE <julien@moutte.net>
7556 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7558 2006-02-24 Michael Smith <msmith@fluendo.com>
7560 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7561 (cmml_type_find), (plugin_init):
7562 Fix CMML type find function to not require a specific minor version
7565 Add an MPEG4 video elementary stream typefind function.
7567 2006-02-04 Michael Smith <msmith@fluendo.com>
7569 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7570 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7571 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7572 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7573 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7574 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7575 Annodex support in ogg demuxer. Doesn't do very much without the
7576 other annodex patches (to come).
7578 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7580 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7582 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7583 Pick up palette for MS video v1 (#327028)
7585 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7587 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7588 (gst_ffmpegcsp_caps_remove_format_info),
7589 (gst_ffmpegcsp_get_unit_size):
7590 The 'palette_data' field from incoming RGB caps shouldn't be
7591 proxied on outgoing YUV caps; also, restrict unit size
7592 adjustment in case of paletted data only to the unit that
7593 actually has a palette. Fixes #330711.
7595 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7597 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7598 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7599 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7600 (gst_ffmpegcsp_get_unit_size):
7601 Plug some memory leaks.
7603 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7605 * sys/ximage/Makefile.am:
7606 * sys/xvimage/Makefile.am:
7607 Add some _CFLAGS and _LIBS that seem to be missing
7608 and/or required for Cygwin (see #317048).
7610 2006-02-22 Wim Taymans <wim@fluendo.com>
7612 * ext/alsa/gstalsasrc.c:
7613 Fix description as pointed out by caugier.
7615 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
7617 Reviewed by : Edward Hervey <edward@fluendo.com>
7619 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7621 Better 3gp typefinding (#331526).
7623 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7625 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7626 Don't send EOS event here, the base class will send one for us.
7628 * gst/playback/gstplaybasebin.c: (prepare_output):
7629 Subpictures without video stream aren't allowed either.
7631 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7632 Fix debug statement copy'n'paste-o.
7634 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7636 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7637 Fix issues with mixer keeping state when muting/unmuting
7638 and when changing the volume whilst muted (see #331763
7641 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7643 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7644 (parse_subrip), (gst_sub_parse_format_autodetect):
7645 Set right caps given that we send escaped text. Also,
7646 honour <i></i>, <b></b> and <u></u> markers that can be found
7647 in .srt files (fixes #310202).
7649 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7651 * gst-libs/gst/audio/mixerutils.c:
7652 (element_factory_rank_compare_func):
7653 Make order in which elements are tried more determinable.
7655 2006-02-20 Julien MOUTTE <julien@moutte.net>
7657 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7658 (remove_element_chain), (cleanup_decodebin),
7659 (gst_decode_bin_change_state): Make decodebin reusable by
7660 fixing remove_element_chain first and then introduce a
7661 cleaner in state change to ->NULL. (Closes #331678)
7663 2006-02-19 Wim Taymans <wim@fluendo.com>
7665 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7666 use 0666 mask when creating files so umask gets applied
7667 correctly. Fixes #331295.
7669 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7671 * gst/subparse/Makefile.am:
7672 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7673 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7674 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7675 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7676 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7677 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7678 * gst/subparse/gstssaparse.h:
7679 * gst/subparse/gstsubparse.c: (plugin_init):
7680 Add very basic parser for SSA subtitle streams (as often
7681 found in matroska files).
7683 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7685 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7686 That should be text/x-pango-markup, not text/x-pango-layout.
7688 2006-02-19 Julien MOUTTE <julien@moutte.net>
7690 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7693 2006-02-19 Julien MOUTTE <julien@moutte.net>
7695 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7696 (gst_text_overlay_finalize), (gst_text_overlay_init),
7697 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7698 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7699 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7700 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7701 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7702 Fix state change deadlock.
7704 2006-02-19 Julien MOUTTE <julien@moutte.net>
7706 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7707 (gst_text_overlay_finalize), (gst_text_overlay_init),
7708 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7709 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7710 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7711 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7712 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7713 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7714 and subtitles files.
7716 2006-02-19 Julien MOUTTE <julien@moutte.net>
7718 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7719 should be considered as raw.
7721 2006-02-19 Julien MOUTTE <julien@moutte.net>
7723 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7725 * gst/playback/gststreaminfo.h: Introduce language informations.
7727 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
7729 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7730 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7731 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7732 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7733 Set shared memory segments to be deleted as soon as we have attached,
7734 that way they get cleaned up automatically if we crash.
7736 2006-02-18 Julien MOUTTE <julien@moutte.net>
7738 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
7739 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7740 functions are called with lock held.
7742 2006-02-18 Julien MOUTTE <julien@moutte.net>
7744 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7745 (gst_text_overlay_finalize), (gst_text_overlay_init),
7746 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7747 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7748 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7749 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7750 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7751 (gst_text_overlay_change_state): Refactoring of textoverlay
7752 without collectpads. This now supports sparse subtitles coming
7753 from a demuxer instead of a sub file. Seeking is still broken
7754 though. Need to discuss with wtay some more on how to handle
7756 * ext/pango/gsttextoverlay.h:
7757 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7758 subtitles coming from the demuxer.
7760 2006-02-17 Wim Taymans <wim@fluendo.com>
7762 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7763 (gst_vorbisenc_convert_sink):
7764 Use some more scaling functions.
7766 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
7768 * ext/cdparanoia/gstcdparanoiasrc.c:
7769 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7770 (gst_cd_paranoia_paranoia_callback),
7771 (gst_cd_paranoia_src_signal_is_being_watched),
7772 (gst_cd_paranoia_src_read_sector):
7773 * ext/cdparanoia/gstcdparanoiasrc.h:
7774 Add back 'transport-error' and 'uncorrected-error' signals and
7775 make them actually be fired when bad stuff happens (#319340).
7777 2006-02-17 Wim Taymans <wim@fluendo.com>
7779 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7780 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7781 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7782 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7783 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7784 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7785 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7786 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7787 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7788 (gst_ring_buffer_clear):
7790 Added some G_LIKELY.
7792 2006-02-17 Wim Taymans <wim@fluendo.com>
7794 * gst-libs/gst/audio/TODO:
7797 * gst-libs/gst/audio/gstbaseaudiosink.c:
7798 (gst_base_audio_sink_get_offset):
7799 When trying to play samples ASAP and we don't have a
7800 previous sample, try to play at position 0 instead of
7801 an invalid position.
7803 2006-02-17 Wim Taymans <wim@fluendo.com>
7805 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7806 (gst_alsasink_reset):
7807 Also release lock when we get an error in _reset();
7808 fix an error message.
7810 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7812 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7813 (gst_alsasink_init), (get_channel_free_structure),
7814 (caps_add_channel_configuration), (gst_alsasink_getcaps),
7815 (gst_alsasink_close):
7816 * ext/alsa/gstalsasink.h:
7817 Add support for more than 2 channels (#326720).
7819 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7821 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7822 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7823 with 4 or 6 channels, assume a default channel layout to make things
7824 work (not sure there's anything else we can do in those cases).
7826 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7828 * gst-libs/gst/audio/multichannel.c:
7831 * gst-libs/gst/riff/Makefile.am:
7832 * gst-libs/gst/riff/riff-ids.h:
7833 * gst-libs/gst/riff/riff-media.c:
7834 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7835 Add support for WAVEFORMATEX, eg. PCM audio with more than two
7836 channels and a channel layout map.
7838 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
7840 Reviewed by Edward Hervey <edward@fluendo.com>
7842 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
7843 C-level optimization of the RGBA nearest neighbour function.
7844 Eventually this might end up in liboil with vectorized versions.
7846 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7848 * gst-libs/gst/audio/multichannel.c:
7849 (gst_audio_get_channel_positions):
7850 When we have more than 2 channels, but no channel layout is
7851 specified in the caps, return some default channel layout
7852 to the caller and warn about about a possibly buggy element
7853 (could be buggy filtercaps as well of course) (#317038).
7855 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7857 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7858 Add gst-libs/gst/cdda to list of lib search paths.
7860 2006-02-15 Andy Wingo <wingo@pobox.com>
7862 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7863 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7864 to the Lord Jesus that I do not have to touch the ogg muxer ever
7867 2006-02-15 Edward Hervey <edward@fluendo.com>
7869 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7870 quicktime movie files can also contain 'uuid' atoms.
7872 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
7874 * gst/audioconvert/plugin.c: (plugin_init):
7875 Register the GstAudioChannelPosition enum type with the type
7876 system in the plugin_init function, so that it is known before
7877 any element actually makes use of multi-channel stuff. This is
7878 required for example if one wants to be able to deserialise/use
7879 a caps string with channel positions before any pipeline has
7880 been setup and started, like with gst-launch.
7882 2006-02-14 Wim Taymans <wim@fluendo.com>
7884 * gst-libs/gst/audio/gstringbuffer.c:
7885 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7886 (gst_ring_buffer_samples_done), (wait_segment),
7887 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7888 Add some compiler G_(UN_)LIKELY help.
7889 SIGNAL the ringbuffer waiters when going to PAUSED as well to
7890 make sure they can exit their functions. Should fix #330748
7892 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
7897 * win32/common/_stdint.h:
7898 Windows does not have long long; copy the generated _stdint.h
7899 * win32/common/interfaces-enumtypes.c:
7900 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7901 (gst_mixer_track_flags_get_type),
7902 (gst_tuner_channel_flags_get_type):
7903 * win32/common/multichannel-enumtypes.c:
7904 (gst_audio_channel_position_get_type):
7907 2006-02-13 Wim Taymans <wim@fluendo.com>
7909 * gst-libs/gst/audio/gstbaseaudiosink.c:
7910 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7911 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7912 Always sync on first sample we receive when starting.
7914 2006-02-13 Wim Taymans <wim@fluendo.com>
7916 * gst/playback/gstplaybin.c: (gen_vis_element):
7917 Update vis bin docs.
7918 Move queue after tee so we don't queue video buffers but
7919 audio samples instead. Fixes problems where the video queue
7920 is filled and the audio queue empty.
7922 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
7924 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7925 No need to push an EOS event here, GstBaseSrc will do that for us
7926 when we return FLOW_UNEXPECTED.
7928 2006-02-12 Wim Taymans <wim@fluendo.com>
7930 * gst-libs/gst/audio/gstbaseaudiosink.c:
7931 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7932 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7933 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7934 Use scale functions when possible.
7936 Free clockid when after waiting for EOS.
7937 Use G_(UN_)LIKLY when it makes sense.
7938 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7940 2006-02-12 Edward Hervey <edward@fluendo.com>
7942 * gst/playback/gstplaybasebin.c: (prepare_output):
7943 Remove stray semi-colon (fixes #330888).
7945 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
7947 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7948 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7949 Fix up the XShm call testing so that we catch errors, and don't
7950 cause new ones by attempting to detach from a segment we failed
7951 to attach to. Fixes #312439.
7953 2006-02-10 Edward Hervey <edward@fluendo.com>
7955 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7956 Added flv file typefind (video/x-flv).
7958 2006-02-10 Edward Hervey <edward@fluendo.com>
7960 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7961 (gst_riff_create_video_template_caps):
7962 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7963 Also added the caps to the default set of riff video caps.
7965 2006-02-09 Andy Wingo <wingo@pobox.com>
7967 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7968 time and the end time of the last packet in the page.
7969 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7970 on the pages in our queue, set the duration as well. Reflow a
7972 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7973 Fixes bad muxing order.
7975 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
7977 * gst-libs/gst/rtp/gstbasertppayload.c:
7978 (gst_basertppayload_setcaps), (gst_basertppayload_push):
7979 update seqnum before setting it on the packet; this makes sure
7980 that the timestamp and seqnum properties match after pushing
7983 2006-02-09 Andy Wingo <wingo@pobox.com>
7985 * gst-libs/gst/audio/gstringbuffer.c
7986 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7987 overflow after 13.5 hours of recording. Kapow!
7989 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7990 the buffer size -- we don't care about underrun/overrun reporting
7991 right now, just need to return a useful value.
7993 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
7998 === release 0.10.3 ===
8000 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8003 releasing 0.10.3, "Under Pressure"
8005 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8008 Drat. Bump libtool version number for new API.
8009 Prelease 0.10.2.3 (of 0.10.3)
8011 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8014 * win32/common/config.h:
8015 0.10.2.2 prerelease (of 0.10.3).
8017 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8019 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8020 Revert Andy's newsegment change pending a more correct
8023 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
8025 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8026 (qt_type_find), (plugin_init):
8027 detect more files as 3gp
8028 group and reorder the iso file formats
8030 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8032 * ext/vorbis/vorbis.c: (plugin_init):
8033 Register musicbrainz tags, so apps don't have to.
8035 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8037 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8038 (gst_tag_to_vorbis_tag):
8039 Make sure we called gst_tag_register_musicbrainz_tags()
8040 before possibly mapping a vorbiscomment string from/to a
8043 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8045 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8046 In case we can't find the required number of consecutive
8047 mpeg audio frames to positively identify an MPEG audio
8048 stream, check if there's at least a valid mpeg audio
8049 frame right at offset 0 and if so suggest mpeg/audio
8050 caps with a very low probability (#153004).
8052 2006-02-07 Andy Wingo <wingo@pobox.com>
8054 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8055 a TIME segment if we get timestamped buffers. Requires recent
8056 fixes in core to work properly.
8058 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8060 * gst/playback/gstplaybasebin.c: (prepare_output):
8061 Don't print the URI as part of the error message, it
8062 makes error dialogs look rather ugly, especially if
8063 the URI is very long or has characters in it that
8066 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8068 * gst/playback/gstplaybasebin.c: (prepare_output):
8069 Error out if we have only text or subtitles, but nothing
8070 else. Also error out if we have subtitles but no video
8073 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8075 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8076 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8077 Post an error message on the bus when we encounter an
8078 error, which will hopefully be more meaningful than the
8079 'Internal Flow Error' message users get to see if we
8080 just return GST_FLOW_ERROR.
8082 2006-02-07 Andy Wingo <wingo@pobox.com>
8084 * configure.ac (GST_MAJORMINOR): Update core version req to
8085 0.10.2.2, for the collectpads API addition (#330244).
8087 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
8089 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8090 Return FALSE from plugin_init() when GnomeVFS can't
8091 be initialised for some reason (#328423).
8093 2006-02-06 Julien MOUTTE <julien@moutte.net>
8095 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
8096 Stick to seeking theory until i find the bug.
8097 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8099 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8101 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8102 (theora_enc_finalize), (theora_enc_sink_setcaps),
8103 (theora_set_header_on_caps), (theora_enc_chain),
8104 (theora_enc_change_state):
8105 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8106 Make theoraenc and the tests leak free. Like, really.
8108 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8110 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8111 (theora_enc_finalize), (theora_enc_sink_setcaps):
8112 Add a finalize method to ensure we clean up state even if
8113 someone omitted the state change back to NULL.
8115 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8116 (gst_vorbisenc_chain):
8117 Free some more leaked bits.
8119 * tests/check/pipelines/theoraenc.c: (start_pipeline),
8121 Wait for state changes to happen if they're ASYNC.
8123 This ought to teach those fancy pants buildbots a lesson.
8125 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8127 * gst-libs/gst/tag/gstid3tag.c:
8128 Add mapping for ID3 International Standard Recording Code
8131 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8133 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8134 Don't leak tag names.
8136 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8138 * docs/libs/gst-plugins-base-libs-docs.sgml:
8139 * docs/libs/gst-plugins-base-libs-sections.txt:
8140 * gst-libs/gst/tag/gstid3tag.c:
8141 * gst-libs/gst/tag/gstvorbistag.c:
8142 * gst-libs/gst/tag/tags.c:
8143 Split libgsttag docs into multiple sections.
8145 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8147 * docs/libs/Makefile.am:
8148 * docs/libs/gst-plugins-base-libs-docs.sgml:
8149 * docs/libs/gst-plugins-base-libs-sections.txt:
8150 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8151 * gst-libs/gst/tag/gstvorbistag.c:
8152 * gst-libs/gst/tag/tag.h:
8153 * gst-libs/gst/tag/tags.c:
8154 Add libgsttag to the docs.
8156 2006-02-05 Julien MOUTTE <julien@moutte.net>
8158 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8159 (gst_text_overlay_init), (gst_text_overlay_src_event),
8160 (gst_text_overlay_collected): Fix clockoverlay.
8162 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8164 * docs/libs/compiling.sgml:
8165 Fix typo: it's pkg-config, not pkg-gconfig
8167 * docs/libs/gst-plugins-base-libs-docs.sgml:
8168 * docs/libs/gst-plugins-base-libs-sections.txt:
8169 * docs/libs/tmpl/gstgconf.sgml:
8170 There is no libgstgconf in 0.10, remove it
8173 2006-02-05 Julien MOUTTE <julien@moutte.net>
8175 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8176 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8177 (gst_text_overlay_src_event), (gst_text_overlay_collected):
8178 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8179 (gst_sub_parse_class_init), (gst_sub_parse_init),
8180 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8181 (parse_mpsub), (parser_state_init), (handle_buffer),
8182 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8183 * gst/subparse/gstsubparse.h: Introduce seeking code.
8185 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8187 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8188 Add comment about LANGUAGE tag inconsistency (we want
8189 ISO-639-1, but extract three-letter identifiers?)
8192 Add two translatable files.
8194 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8196 * gst-libs/gst/tag/Makefile.am:
8197 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8198 * gst-libs/gst/tag/tag.h:
8199 * gst-libs/gst/tag/tags.c:
8200 (gst_tag_register_musicbrainz_tags_internal),
8201 (gst_tag_register_musicbrainz_tags):
8202 Forward-port some tags stuff from the 0.8 branch. This is
8203 mostly the addition of musicbrainz tags and their mapping
8204 to vorbistags, and a vorbistag mapping of the language tag.
8206 2006-02-05 Julien MOUTTE <julien@moutte.net>
8208 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8211 2006-02-04 David Schleef <ds@schleef.org>
8213 * ext/ogg/gstoggmux.c:
8214 * gst/typefind/gsttypefindfunctions.c:
8215 Add Dirac typefinding and add dirac format to oggmux.
8217 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
8219 * gst/playback/gstdecodebin.c: (try_to_link_1):
8220 Don't put essential function call into
8221 g_return_*() macro, otherwise it'll all be
8222 replaced by NOOPs when compiling with
8223 G_DISABLE_CHECKS defined.
8225 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
8227 * ext/ogg/gstoggdemux.c:
8228 * ext/ogg/gstoggparse.c:
8229 * gst/tcp/gsttcpserversink.c:
8230 * sys/v4l/v4lsrc_calls.c:
8231 * sys/v4l/v4lsrc_calls.h:
8232 Just make it compile with --disable-gst-debug.
8234 2006-02-03 Wim Taymans <wim@fluendo.com>
8236 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8237 (gst_alsasink_class_init), (gst_alsasink_init),
8238 (gst_alsasink_write), (gst_alsasink_reset):
8239 * ext/alsa/gstalsasink.h:
8240 Add lock to protect alsa calls.
8241 Implement reset to flush samples ASAP, does not work
8244 2006-02-02 Wim Taymans <wim@fluendo.com>
8246 * gst-libs/gst/audio/gstbaseaudiosink.c:
8247 (gst_base_audio_sink_provide_clock):
8248 Ugh.. getting late I guess...
8250 2006-02-02 Wim Taymans <wim@fluendo.com>
8252 * gst-libs/gst/audio/gstbaseaudiosink.c:
8253 (gst_base_audio_sink_provide_clock),
8254 (gst_base_audio_sink_set_property),
8255 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8256 Don't try to provide a clock when we are not negotiated since
8257 we might not be able to make it run.
8259 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
8261 * gst/playback/gstdecodebin.c: (try_to_link_1):
8262 Unlinking two source pads is ... hard.
8264 2006-02-02 Wim Taymans <wim@fluendo.com>
8266 * gst-libs/gst/audio/TODO:
8269 * gst-libs/gst/audio/gstbaseaudiosink.c:
8270 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8271 On EOS, wait till the last sample is played before posting EOS.
8273 2006-02-01 Philippe Kalaf <burger at speedy dot org>
8275 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8276 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8277 setting queue_delay to zero. Also avoid thread being started if
8278 queue_delay is zero.
8280 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8282 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8283 Make test work again by connecting fakesinks to each decoded pad,
8284 which makes the pipeline wait until each fakesink has a buffer
8285 queued before going to PAUSED state. At that point we know the
8286 decodebin pads are negotiated.
8288 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8290 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8291 (gst_cdda_base_src_handle_event):
8292 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8293 Pass unhandled queries to the parent class's query function.
8295 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8297 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8298 (gst_ogg_pad_src_query):
8299 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8300 * ext/theora/theoradec.c: (theora_dec_src_query),
8301 (theora_dec_sink_query):
8302 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8303 (vorbis_dec_sink_query):
8304 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8305 (gst_vorbisenc_sink_query):
8306 * gst/adder/gstadder.c: (gst_adder_query):
8307 Pass unhandled queries upstream instead of just
8308 dropping them (#326447). Also, fix supported
8309 query types list for some elements.
8311 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8313 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8314 (paris_type_find), (ilbc_type_find), (plugin_init):
8315 Fix typefinding for audio/x-au, audio/x-paris and
8316 audio/iLBC-sh. We cannot use the START_WITH macros
8317 here, because there can only be one typefind factory
8318 with the same name (caps), so the second one would
8319 replace the first one and the first one would never
8320 be called when doing typefinding (see #161712).
8323 2006-01-31 Wim Taymans <wim@fluendo.com>
8325 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8326 (vorbis_handle_header_packet), (vorbis_dec_push),
8327 (vorbis_handle_data_packet):
8328 Use scale_int when we can, add some more scaling.
8329 Check packettype before parsing it.
8331 2006-01-31 Wim Taymans <wim@fluendo.com>
8333 * ext/theora/theoradec.c: (_theora_granule_time),
8334 (theora_dec_src_convert), (theora_dec_sink_convert):
8335 Call right _scale functions.
8336 Use parameter instead of some other random value.
8338 2006-01-31 Wim Taymans <wim@fluendo.com>
8340 * ext/theora/theoradec.c: (_theora_granule_frame),
8341 (_theora_granule_time), (_inc_granulepos),
8342 (theora_dec_src_convert), (theora_dec_sink_convert),
8343 (theora_handle_type_packet), (theora_handle_data_packet),
8345 Use higher precision timestamps calculation.
8346 Convert some other conversions to _scale.
8348 2006-01-31 Stefan Kost <ensonic@users.sf.net>
8350 * gst/audiotestsrc/gstaudiotestsrc.c:
8351 (gst_audio_test_src_create_sine_table), (plugin_init):
8352 * gst/volume/gstvolume.c: (plugin_init):
8353 initialize gst_controller before using
8355 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
8357 * tests/check/pipelines/theoraenc.c:
8358 * tests/check/pipelines/vorbisenc.c:
8359 Define constant using G_GINT64_CONSTANT to avoid errors when
8360 passing it around - otherwise it gets truncated to 32 bits.
8362 Fixes failing tests.
8364 2006-01-31 Andy Wingo <wingo@pobox.com>
8366 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8367 caps being set doesn't have a framerate value. Basically a stopgap
8370 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8371 technically correct enough to put into core though.
8372 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8373 DURATION. Fixes theoraenc ! oggmux.
8375 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8376 fraction, not double.
8378 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
8381 add vs7 project files created by Sergey Scobich
8383 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
8386 add vs8 project files created by Sergey Scobich
8388 2006-01-30 Andy Wingo <wingo@pobox.com>
8390 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8391 timestamp + duration, not just timestamp -- ogg pages should be
8392 ordered by stop time. Necessary fix given the change in vorbis
8395 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
8396 (gst_theora_enc_init): Pull the granule shift out of the encoder.
8397 (granulepos_add): New function, handles the messiness of adjusting
8399 (theora_buffer_from_packet):
8401 (theora_enc_sink_event): Use granulepos_add, not +.
8403 * tests/check/pipelines/theoraenc.c
8404 (check_buffer_granulepos_from_starttime): Just check the frame
8405 count, not the actual granulepos -- we can't dictate to the
8406 encoder when it should be placing keyframes.
8408 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
8410 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8411 SERVICE_NOT_AVAILABLE happens for example when you're trying to
8412 play an http:// stream from a server that's not serving
8414 2006-01-30 Andy Wingo <wingo@pobox.com>
8416 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
8417 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8418 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8421 * ext/theora/gsttheoraenc.h:
8422 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8423 although theoraenc was timestamping correctly. Added handling of
8424 streams that start with nonzero timestamps.
8426 * tests/check/Makefile.am:
8427 * tests/check/pipelines/theoraenc.c: New file, basically does same
8430 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8432 2006-01-30 Wim Taymans <wim@fluendo.com>
8434 * gst-libs/gst/audio/gstaudiosink.c:
8435 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8436 (gst_audioringbuffer_pause):
8437 Implement pause that does not wait for completion.
8439 * gst-libs/gst/audio/gstbaseaudiosink.c:
8440 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8441 Don't drop buffers when going to PAUSED but perform preroll on
8442 remaining samples now that core base class supports this.
8444 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8445 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8446 (gst_ring_buffer_commit):
8447 Pause should not signal waiters.
8448 Implement return value of _commit correctly.
8450 2006-01-30 Andy Wingo <wingo@pobox.com>
8452 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8454 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8455 updated to timestamp from the first sample, not the last.
8456 (gst_vorbisenc_buffer_from_header_packet): New function, takes
8457 special care of granulepos and timestamp for header packets.
8458 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8459 when the first buffer has a nonzero timestamp.
8461 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8462 (GstVorbisEnc.subgranule_offset): New members. Take care of the
8463 case when the first audio buffer we get has a nonzero timestamp.
8464 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8465 properly timestamp vorbis buffers with the time of the first
8466 sample, not the last.
8468 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8469 vorbis_granule_time_copy -- now it takes the granule/subgranule
8470 offset into account.
8472 * tests/check/pipelines/vorbisenc.c: New test for correctness of
8473 timestamps, durations, and granulepos on buffers produced by
8476 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
8478 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8479 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8480 Patch from Eric Jonas to support conversions to/from UYVY
8483 2006-01-30 Julien MOUTTE <julien@moutte.net>
8485 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8486 (setup_subtitle), (setup_source), (set_active_source):
8487 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8488 (gen_text_element), (gen_audio_element), (gen_vis_element),
8489 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8491 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
8493 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8494 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8495 use gst_guint64_to_gdouble to be compliant with vs6
8496 * gst/playback/gstdecodebin.c: (try_to_link_1)
8497 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8498 use G_GINT64_CONSTANT for int64 constants
8499 * win32/common/libgstinterfaces.def:
8500 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8502 update and add new project files
8504 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8508 * win32/common/interfaces-enumtypes.c:
8509 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8510 (gst_mixer_track_flags_get_type),
8511 (gst_tuner_channel_flags_get_type):
8512 * win32/common/interfaces-enumtypes.h:
8513 * win32/common/multichannel-enumtypes.c:
8514 (gst_audio_channel_position_get_type):
8515 * win32/common/multichannel-enumtypes.h:
8516 add a win32-update rule like in core, and copy over enumtypes files
8518 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8521 * win32/common/config.h:
8522 * win32/common/config.h.in:
8523 add config files just like in core
8525 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
8527 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8528 Make gcc-4.1 happy (part of #327357).
8530 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8532 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8533 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8534 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8535 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8536 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8537 (gst_alsasrc_unprepare), (gst_alsasrc_read):
8538 Update all error messages. All of them should either use
8539 the default translated message, or actually provide a
8540 translatable string.
8541 Make the string for channel count problems meaningful.
8543 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8545 * sys/v4l/v4l_calls.c: (gst_v4l_open):
8546 check for and throw RESOURCE_BUSY
8548 2006-01-27 David Schleef <ds@schleef.org>
8550 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8551 checked in this change -- it requires liboil features not
8552 in 0.3.6. Revert parts.
8554 2006-01-27 David Schleef <ds@schleef.org>
8557 * configure.ac: update liboil requirement to 0.3.6
8558 * gst/videoscale/Makefile.am:
8559 * gst/videoscale/vs_scanline.c: liboilify
8561 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8563 * ext/libvisual/visual.c: (get_buffer):
8564 When pad_alloc returns a GstFlowReturn other
8565 than GST_FLOW_OK, make sure it is passed upstream.
8567 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8569 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8570 (gst_alsasink_class_init):
8571 Free the device name string.
8573 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8574 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8575 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8576 Don't remove a pad from the collectpads structure until it
8577 is released - it's a request pad, and may receive data again
8578 if the element gets moved back to PLAYING state.
8580 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8581 Ensure we turn on double buffering on the Xv port, and
8582 set the colour key to something dark and mysterious that
8585 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
8587 * ext/alsa/gstalsaplugin.c: (plugin_init):
8588 * ext/cdparanoia/gstcdparanoiasrc.c:
8589 (gst_cd_paranoia_src_base_init), (plugin_init):
8590 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8591 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8592 - a library should not call setlocale. see "Libraries" node in
8594 - make sure all plugins that use translation do bindtextdomain
8595 to point to the localedir
8596 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8597 (setup_sinks), (plugin_init):
8598 all this, and check for NULL when creating sinks
8600 2006-01-27 Julien MOUTTE <julien@moutte.net>
8602 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8603 (plugin_init): Make typefinding of subtitles work again.
8605 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
8607 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8608 (mp3_type_frame_length_from_header), (mp3_type_find),
8609 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8611 Backport a bunch of typefinding fixes from the 0.8 branch.
8612 Also, improve wavpack typefinding: if we can't peek the
8613 entire wavpack block, try to parse the bits we can get and
8614 see if we find what we're looking for in those.
8616 2006-01-26 Julien MOUTTE <julien@moutte.net>
8618 * sys/ximage/ximagesink.c:
8619 (gst_ximagesink_calculate_pixel_aspect_ratio):
8620 * sys/xvimage/xvimagesink.c:
8621 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8622 more cases of pixel aspect ratio.
8624 2006-01-26 Edward Hervey <edward@fluendo.com>
8626 * gst/playback/gstdecodebin.c: (pad_probe):
8627 Also consider the flush-start and tag events as unblockers
8630 2006-01-26 Julien MOUTTE <julien@moutte.net>
8632 * gst/playback/gstplaybin.c: (gst_play_bin_init),
8633 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8634 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
8635 On the fly visualisation switch, works disabling, enabling as
8636 well but it won't be able to enable vis in a playbin that was
8637 created with no visualisation.
8639 2006-01-25 Wim Taymans <wim@fluendo.com>
8641 * gst-libs/gst/audio/gstbaseaudiosink.c:
8642 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8643 Undo previous commit that returned WRONG_STATE sooner, it breaks
8646 2006-01-25 Wim Taymans <wim@fluendo.com>
8648 * gst-libs/gst/audio/gstbaseaudiosink.c:
8649 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8650 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8652 Post error when caps cannot be parsed.
8653 Resync on discontinuity in the stream.
8654 Clip samples to segment boundaries.
8655 return WRONG_STATE sooner when we are flushing.
8657 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8658 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8659 Make audiosrc operate in TIME.
8660 Set TIMESTAMP and DURATION on buffers.
8662 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
8664 * tests/examples/seek/seek.c: (main):
8665 Output tag messages as well.
8667 2006-01-23 Edward Hervey <edward@fluendo.com>
8669 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8670 (free_pad_probes), (remove_fakesink), (pad_probe),
8671 (close_pad_link), (gst_decode_bin_change_state):
8672 Replace GstPadBlockCallback with pad probes that detect
8673 first buffer AND eos before removing fakesink.
8674 Fixes hang with demuxers doing EOS while pre-rolling.
8677 2006-01-23 Andy Wingo <wingo@pobox.com>
8679 * ext/alsa/gstalsasink.c:
8680 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8681 (gst_base_rtp_depayload_setcaps),
8682 (gst_base_rtp_depayload_add_to_queue),
8683 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8685 Patch by: Jens Granseuer <jensgr at gmx dot net>
8687 2006-01-22 Julien MOUTTE <julien@moutte.net>
8689 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8690 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8691 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
8692 frames. We might get a frame destroyed after changing state to
8693 NULL, adding a safety check on xcontext.
8695 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
8697 * gst-libs/gst/interfaces/xoverlay.c:
8698 Fix prepare-xwindow-id code example in the docs - we need to
8699 ignore all messages that aren't element messages as well.
8701 2006-01-21 Julien MOUTTE <julien@moutte.net>
8703 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8704 I think one day i'll completely undestand how caps negotiation
8705 is supposed to work. This refactoring handles buffer_alloc
8706 called with caps we can't handle. We definitely don't want a
8707 set_caps with those caps, so we define and allocate a buffer
8708 we would like to receive.
8710 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
8712 * gst/playback/gstplaybasebin.c: (setup_source):
8713 Free iterator when done.
8715 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
8717 * gst-libs/gst/audio/gstbaseaudiosink.c:
8718 (gst_base_audio_sink_render):
8719 Fix playback of non-synchronised streams by assuming a rate
8720 of 1.0 instead of a random one.
8722 Makes this work again:
8724 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8725 endianness=(int)4321, signed=(boolean)true, width=(int)16,
8726 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8727 audioresample ! alsasink
8729 === release 0.10.2 ===
8731 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8734 releasing 0.10.2, "Then the devil is six"
8736 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
8738 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8739 * gst/playback/gststreamselector.c:
8740 (gst_stream_selector_set_property):
8741 Comment out broken code that connects to the state-changed signal.
8742 At this point, changing current stream selection is broken, but
8743 stuff like gst-launch playbin current-audio=1 works and filters
8744 to the chosen stream.
8746 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8748 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8749 Fix #327216 (null dereference in vorbisdec)
8751 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
8753 * ext/theora/theoradec.c: (theora_handle_comment_packet):
8754 Post taglist actually on bus instead of just freeing it
8755 (fixes #327114 and totem bug #327080).
8757 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8758 Use gst_element_found_tags_for_pad(), so that the tags
8759 are sent downstream as an event as well.
8761 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
8763 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8764 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8765 (gst_ximagesink_buffer_alloc):
8766 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8767 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8768 (gst_xvimagesink_buffer_alloc):
8769 move all regularly occurring messages to GST_LOG level
8770 add some more object logs
8772 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
8774 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8775 fix a silly segfault
8777 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
8779 * docs/libs/gst-plugins-base-libs-docs.sgml:
8780 * docs/libs/gst-plugins-base-libs-sections.txt:
8781 * gst-libs/gst/audio/mixerutils.c:
8782 * gst-libs/gst/audio/mixerutils.h:
8783 Add docs for mixerutils stuff.
8785 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
8787 * gst/playback/gstplaybasebin.c: (setup_source):
8788 Fix playback for sources that emit raw audio or
8789 raw video streams (e.g.: cd audio sources) (#325984).
8791 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
8793 * gst-libs/gst/audio/mixerutils.c:
8794 (gst_audio_mixer_filter_do_filter):
8795 actually save the element we create
8797 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
8799 * gst-libs/gst/cdda/gstcddabasesrc.c:
8800 (gst_cdda_base_src_handle_track_seek):
8801 No need to post a tag message on the bus when seeking
8802 within the same track, only post it when the current
8805 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8807 * gst/playback/gstplaybasebin.c: (group_destroy),
8808 (probe_triggered), (new_decoded_pad), (mute_group_type),
8809 (set_active_source):
8810 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8811 * gst/playback/gststreamselector.c:
8812 (gst_stream_selector_base_init),
8813 (gst_stream_selector_set_property),
8814 (gst_stream_selector_request_new_pad):
8815 Reenable stream selection. These mechanisms need a complete overhaul
8816 in the face of 0.8->0.10 changes though.
8818 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8820 * ext/ogg/gstoggdemux.c:
8821 Change the pad template to src_%d to match the pads that
8822 are created from it. decodebin needs this information in order
8823 to decide that oggdemux is capable of producing multiple pads
8824 (and hence needs queues inserted).
8826 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8827 (gst_ogg_mux_collected):
8828 Make debug output more useful by using GST_PTR_FORMAT.
8830 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8832 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
8834 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8835 Set depth and width for alaw/mulaw (fixes #326601).
8837 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
8839 * tests/icles/Makefile.am:
8840 don't build the tests if we don't have the libs
8842 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8844 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8845 (gst_cd_paranoia_paranoia_callback):
8846 Don't try to free NULL pointers.
8848 2006-01-10 Edward Hervey <edward@fluendo.com>
8850 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8851 (gst_audio_rate_change_state), (plugin_init):
8852 Add debugging category.
8854 Add case for incoming buffers without valid offset/offset_end.
8856 2006-01-10 Michael Smith <msmith@fluendo.com>
8858 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8859 Don't leak GCond in audio sources.
8861 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
8863 * gst/playback/gstplaybin.c: (gen_audio_element):
8864 Don't leak an autoaudiosink/alsasink when we generate
8865 a new audio element. (old code, I guess)
8867 2006-01-10 Michael Smith <msmith@fluendo.com>
8869 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8870 Support float audio in audiorate.
8871 Use width rather than depth for selecting sample width.
8873 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8875 * gst/videotestsrc/videotestsrc.h:
8876 Use GLib types here (that way we don't have to include the
8877 generated _stdint.h header, which makes life easier for win32
8878 folks that don't use autotools for the build) (#325990, patch
8879 by: Sergey Scobich).
8881 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8883 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8884 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8885 (gst_ring_buffer_pause), (wait_segment):
8886 * gst-libs/gst/audio/gstringbuffer.h:
8887 Name (private) union, makes Forte compiler happy (this time
8888 for real) (#324900).
8890 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
8892 * gst-libs/gst/audio/Makefile.am:
8893 Link against libgstinterfaces, needed for mixer
8894 and property probe stuff.
8896 2006-01-09 Edward Hervey <edward@fluendo.com>
8898 * gst-libs/gst/Makefile.am:
8900 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
8902 * gst-libs/gst/audio/Makefile.am:
8903 * gst-libs/gst/audio/mixerutils.c:
8904 (gst_audio_mixer_filter_do_filter),
8905 (gst_audio_mixer_filter_check_element),
8906 (gst_audio_mixer_filter_probe_feature),
8907 (element_factory_rank_compare_func),
8908 (gst_audio_default_registry_mixer_filter):
8909 * gst-libs/gst/audio/mixerutils.h:
8910 Add gst_audio_default_registry_mixer_filter() utility
8913 2006-01-03 Michael Smith <msmith@fluendo.com>
8915 * gst/audioresample/resample.h:
8916 As before, but for o_buf
8918 2006-01-03 Michael Smith <msmith@fluendo.com>
8920 * gst/audioresample/resample.h:
8921 Declare struct _ResampleState.buffer as unsigned char *, not void *,
8922 since we do arithmetic on it.
8924 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
8926 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8927 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8928 (gst_ring_buffer_pause), (wait_segment):
8929 * gst-libs/gst/audio/gstringbuffer.h:
8930 Sun's Forte compiler doesn't seem to like anonymous structs,
8931 so use same setup as in GstBaseSrc (fixes #324900).
8933 2005-12-30 Stefan Kost <ensonic@users.sf.net>
8936 * gst/volume/Makefile.am:
8937 * gst/volume/demo.c:
8938 move old example to tests/examples/volume/volune.c
8939 * tests/examples/Makefile.am:
8940 * tests/examples/seek/seek.c: (main):
8941 change window-close event from "delete-event" to "destroy"
8942 * tests/examples/volume/Makefile.am:
8943 * tests/examples/volume/volume.c: (value_changed_callback),
8944 (setup_gui), (message_received), (eos_message_received), (main):
8945 fix event handling and bus usage
8947 2005-12-29 Stefan Kost <ensonic@users.sf.net>
8949 * gst/audiotestsrc/gstaudiotestsrc.c:
8950 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8951 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8952 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8953 (gst_audio_test_src_create_square),
8954 (gst_audio_test_src_create_saw),
8955 (gst_audio_test_src_create_triangle),
8956 (gst_audio_test_src_create_silence),
8957 (gst_audio_test_src_create_white_noise),
8958 (gst_audio_test_src_create_pink_noise),
8959 (gst_audio_test_src_init_sine_table),
8960 (gst_audio_test_src_create_sine_table),
8961 (gst_audio_test_src_change_wave),
8962 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8963 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8964 * gst/audiotestsrc/gstaudiotestsrc.h:
8965 update to basesrc changes, implement segmented seeking and eos
8966 handling, add a 'sine-tab' waveform for performance critical playback
8968 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8971 ... and this time the other modified file that I missed last time.
8973 2005-12-29 Michael Smith <msmith@fluendo.com>
8975 * gst/playback/gstdecodebin.c: (new_pad):
8976 Fix non-C89 variable declaration not at the start of a block. Should
8977 help some compilers.
8979 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8981 * tests/check/Makefile.am:
8982 And now fix 'make distcheck' (builddir != srcdir)
8984 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8987 * ext/cdparanoia/Makefile.am:
8988 * ext/cdparanoia/gstcdparanoia.c:
8989 * ext/cdparanoia/gstcdparanoia.h:
8990 * ext/cdparanoia/gstcdparanoiasrc.c:
8991 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8992 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8993 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8994 (gst_cd_paranoia_paranoia_callback),
8995 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8996 (gst_cd_paranoia_src_set_property),
8997 (gst_cd_paranoia_src_get_property), (plugin_init):
8998 * ext/cdparanoia/gstcdparanoiasrc.h:
8999 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9000 plugin again (there are still fixes required to playbin to make
9001 cdda:// uris work there).
9003 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9005 * tests/check/Makefile.am:
9006 Fix test case compilation.
9008 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9010 * gst-libs/gst/cdda/gstcddabasesrc.c:
9011 (gst_cdda_base_src_update_duration),
9012 (gst_cdda_base_src_calculate_cddb_id):
9013 An integer is not a string. Fix access to uninitialised variable.
9015 * tests/check/Makefile.am:
9016 Add cddabasesrc unit test; also actually enable the vorbis test.
9018 * tests/check/generic/states.c:
9019 Blacklist new cd audio elements as well.
9021 * tests/check/libs/cddabasesrc.c:
9022 Unit test for GstCddaBaseSrc (discid calculation mostly).
9024 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9026 * docs/libs/Makefile.am:
9027 * docs/libs/gst-plugins-base-libs-docs.sgml:
9028 * docs/libs/gst-plugins-base-libs-sections.txt:
9029 * docs/libs/gst-plugins-base-libs.types:
9030 Add docs for libgstcdda/GstCddaBaseSrc.
9032 * gst-libs/gst/interfaces/mixertrack.h:
9033 Do one struct member per line with a semicolon at the end, that way
9034 even gtk-doc might parse it without complaining.
9036 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9039 * gst-libs/gst/Makefile.am:
9040 * gst-libs/gst/cdda/Makefile.am:
9041 * gst-libs/gst/cdda/base64.c:
9042 * gst-libs/gst/cdda/base64.h:
9043 * gst-libs/gst/cdda/gstcddabasesrc.c:
9044 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9045 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9046 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9047 (gst_cdda_base_src_get_property),
9048 (gst_cdda_base_src_get_track_from_sector),
9049 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9050 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9051 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9052 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9053 (gst_cdda_base_src_uri_get_protocols),
9054 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9055 (gst_cdda_base_src_uri_handler_init),
9056 (gst_cdda_base_src_setup_interfaces),
9057 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9058 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9059 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9060 (gst_cdda_base_src_add_tags),
9061 (gst_cdda_base_src_add_index_associations),
9062 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9063 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9064 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9065 (gst_cdda_base_src_create):
9066 * gst-libs/gst/cdda/gstcddabasesrc.h:
9067 * gst-libs/gst/cdda/sha1.c:
9068 * gst-libs/gst/cdda/sha1.h:
9069 Add new libgstcdda with GstCddaBaseSrc class.
9071 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9073 * ext/gnomevfs/gstgnomevfssink.h:
9074 Use GstBaseSinkClass as parent_class member for class struct, not
9077 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9079 Patch by: Michael Benes
9081 * gst/videotestsrc/gstvideotestsrc.c:
9082 (gst_video_test_src_class_init), (gst_video_test_src_start):
9083 Add start method to reset running time and number of frames sent
9084 when starting up (fixes #324696)
9086 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9088 * docs/plugins/Makefile.am:
9089 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9090 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9091 * docs/plugins/gst-plugins-base-plugins.args:
9092 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9093 * docs/plugins/gst-plugins-base-plugins.signals:
9094 Add docs stuff for gnomevfssrc and gnomevfssink.
9096 * ext/gnomevfs/gstgnomevfssrc.c:
9097 Fix example pipeline in gtk-doc blurb.
9099 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9101 * ext/gnomevfs/Makefile.am:
9102 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9103 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9104 (gst_gnome_vfs_handle_get_type), (plugin_init):
9105 * ext/gnomevfs/gstgnomevfs.h:
9106 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9107 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9108 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9109 (gst_gnome_vfs_sink_set_property),
9110 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9111 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9112 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9113 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9114 (gst_gnome_vfs_sink_uri_get_type),
9115 (gst_gnome_vfs_sink_uri_get_protocols),
9116 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9117 (gst_gnome_vfs_sink_uri_handler_init):
9118 * ext/gnomevfs/gstgnomevfssink.h:
9119 Port gnomevfssink; add gtk-doc blurb.
9121 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9122 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9123 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9124 (gst_gnome_vfs_src_uri_get_type),
9125 (gst_gnome_vfs_src_uri_get_protocols),
9126 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9127 (gst_gnome_vfs_src_uri_handler_init),
9128 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9129 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9130 (gst_gnome_vfs_src_send_additional_headers_callback),
9131 (gst_gnome_vfs_src_received_headers_callback),
9132 (gst_gnome_vfs_src_push_callbacks),
9133 (gst_gnome_vfs_src_pop_callbacks),
9134 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9135 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9136 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9137 * ext/gnomevfs/gstgnomevfssrc.h:
9138 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9139 file; add gtk-doc blurb with example pipelines.
9141 === release 0.10.1 ===
9143 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
9146 releasing 0.10.1, "Dobro Dedek"
9148 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
9150 * gst/typefind/gsttypefindfunctions.c:
9151 iLBC30 and iLBC20 added to typefind.
9153 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
9155 * gst-libs/gst/audio/gstbaseaudiosink.c:
9156 (gst_base_audio_sink_class_init):
9157 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9158 (gst_base_audio_src_class_init):
9159 update strings, values are in microseconds
9160 change the default sink buffer time to something that is smaller
9161 (to help software volume mixing have a slightly lower delay) but
9162 still be acceptable on Wim's laptop
9164 2005-12-20 Edward Hervey <edward@fluendo.com>
9166 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9167 Made a quack, forgot to add DUCK to the riff video template.
9169 2005-12-19 Edward Hervey <edward@fluendo.com>
9171 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9172 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9173 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9174 (gst_ogm_parse_chain):
9175 Make sure pads are initialized correctly.
9176 * gst-libs/gst/riff/riff-ids.h:
9177 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9178 (gst_riff_create_video_template_caps):
9179 Add a whole bunch of FOURCC <=> MimeType.
9180 Extend the riff video pad template to support the newly added fourcc.
9182 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
9184 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9185 (gst_ogg_demux_activate_chain):
9186 Extra debug output when activating/deactivating chains.
9188 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9189 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9191 Remove a queue from our list when it becomes unlinked.
9192 Don't add queues to elements in class 'Demux' if they
9193 can only produce one pad
9195 2005-12-18 Julien MOUTTE <julien@moutte.net>
9197 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9198 (gst_video_sink_get_type): Add a debug category.
9200 2005-12-17 Philippe Khalaf <burger@speedy.org>
9202 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9203 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9204 Handle downstream newsegment by sending our own newsegment before the
9205 next buffer to be released. (#323900)
9207 2005-12-17 Philippe Khalaf <burger@speedy.org>
9209 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9210 (gst_base_rtp_depayload_set_gst_timestamp):
9211 add queue delay to new segment as well (as opposed to just the first
9212 buffer). (bug #322347)
9214 2005-12-16 Stefan Kost <ensonic@users.sf.net>
9216 * ext/libvisual/visual.c: (make_valid_name):
9217 change some char* into char[]
9218 * gst/audiotestsrc/gstaudiotestsrc.c:
9219 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9220 (gst_audio_test_src_create):
9221 * gst/audiotestsrc/gstaudiotestsrc.h:
9222 prepare to handle EOS and SEGMENT_DONE
9224 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9226 * tests/check/generic/states.c: (GST_START_TEST):
9227 Blacklist cdparanoia element in state test.
9229 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9231 Patch by: Benjamin Pineau
9234 * gst/tcp/gsttcpclientsink.c:
9235 * gst/tcp/gsttcpserversink.c:
9236 * gst/tcp/gsttcpserversrc.c:
9237 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9239 2005-12-15 Michael Smith <msmith@fluendo.com>
9241 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9242 (gst_video_rate_chain):
9243 Fix timestamping for videorate when the first buffer it sees has a
9244 non-zero timestamp. Fix some misleading debug output.
9246 2005-12-15 Michael Smith <msmith@fluendo.com>
9248 * gst/audioresample/gstaudioresample.c:
9249 Don't leak all input buffers to audioresample.
9251 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9253 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9254 Don't operate on empty text buffers. Strip newlines and
9255 tabs only from the end of the text, but leave them intact
9256 in the middle. Fix typo in gtk-doc description.
9258 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9260 * gst/playback/gstplaybasebin.c:
9261 * gst/playback/gstplaybin.c: (handoff):
9262 Make sure the video frame buffer we return to apps via the
9263 "frame" property always has caps set on it. Modify
9264 _gst_gvalue_set_object() macro to handle NULL objects
9267 2005-12-14 Stefan Kost <ensonic@users.sf.net>
9269 * gst/audiotestsrc/gstaudiotestsrc.c:
9270 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9271 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9272 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9273 (gst_audio_test_src_create):
9274 * gst/audiotestsrc/gstaudiotestsrc.h:
9275 Adjust to some recent api changes and add wtays new cool seeking
9278 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
9280 * ext/alsa/Makefile.am:
9281 * ext/alsa/gstalsadeviceprobe.c:
9282 * ext/alsa/gstalsadeviceprobe.h:
9283 Helper functions to add device probing via the GstPropertyProbe
9284 interface to a class.
9286 * ext/alsa/gstalsamixer.h:
9287 Comment out GST_ALSA_MIXER, it returns a struct that's not
9290 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9291 Add some debug info.
9293 * ext/alsa/gstalsamixerelement.c:
9294 (gst_alsa_mixer_element_interface_supported),
9295 (gst_implements_interface_init),
9296 (gst_alsa_mixer_element_init_interfaces),
9297 (gst_alsa_mixer_element_class_init),
9298 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9299 (gst_alsa_mixer_element_set_property),
9300 (gst_alsa_mixer_element_get_property),
9301 (gst_alsa_mixer_element_change_state):
9302 * ext/alsa/gstalsamixerelement.h:
9303 Add 'device' and 'device-name' properties. Add GstPropertyProbe
9304 for device handling (gnome-volume-control will need that).
9306 2005-12-12 Christian Schaller <uraeus@gnome.org>
9308 * ext/Makefile.am: fix cdparanoia entry
9309 * gst-plugins-base.spec.in: add cdparanoia
9311 2005-12-12 Michael Smith <msmith@fluendo.com>
9313 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9314 Use the correct function to free list of typefind factories.
9316 2005-12-12 Wim Taymans <wim@fluendo.com>
9318 * gst/videotestsrc/gstvideotestsrc.c:
9319 (gst_video_test_src_class_init), (gst_video_test_src_init),
9320 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9321 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9322 (gst_video_test_src_create):
9323 * gst/videotestsrc/gstvideotestsrc.h:
9324 Implement seeking in videotestsrc.
9327 2005-12-12 Wim Taymans <wim@fluendo.com>
9329 * ext/cdparanoia/Makefile.am:
9330 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9331 (gst_paranoia_endian_get_type), (_do_init),
9332 (cdparanoia_class_init), (cdparanoia_init),
9333 (cdparanoia_set_property), (cdparanoia_get_property),
9334 (cdparanoia_do_seek), (cdparanoia_is_seekable),
9335 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9336 (cdparanoia_convert), (cdparanoia_get_query_types),
9337 (cdparanoia_query), (cdparanoia_set_index),
9338 (cdparanoia_uri_set_uri):
9339 * ext/cdparanoia/gstcdparanoia.h:
9340 Partially ported cdparanoia now that basesrc can support a
9343 2005-12-12 Wim Taymans <wim@fluendo.com>
9345 * tests/examples/seek/scrubby.c: (main):
9346 Set higher priority for bus events so they don't get reordered with
9349 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9350 (flush_toggle_cb), (main):
9351 Added checkbox to disable flushing seeks.
9352 Disable scrubbing when doing non flushing seeks.
9354 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
9356 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9357 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9358 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9359 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9360 Implement some sort of event handling that doesn't rely on
9361 g_return_if_fail; make sure we always push the last chunk of an
9362 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9363 state change function; remove some old cruft. Seeking is still
9364 rather unlikely to work though.
9369 2005-12-11 Julien MOUTTE <julien@moutte.net>
9371 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9372 Fixed a leak of the current image reference when cleaning up.
9373 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9375 2005-12-09 Michael Smith <msmith@fluendo.com>
9377 * tools/Makefile.am:
9378 * tools/gst-launch-ext-m.m:
9379 Remove gst-launch-ext. It doesn't work, and is no longer
9380 particularly useful.
9382 2005-12-08 Luca Ognibene <luogni@tin.it>
9384 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9385 don't pass random values to ogmparse convert function.
9386 Make seeking possible in the exile1.ogm file.
9388 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
9390 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9391 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9392 Work around refcount problem with g_value_set_object() that occur
9393 if the core has been compiled against GLib-2.6 (g_value_set_object()
9394 will only g_object_ref() the element, but the caller will
9395 gst_object_unref() it and bad things will happen due to the way
9396 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9397 totem for people on FC4 using Thomas's 0.10 RPMs.
9399 2005-12-07 Edward Hervey <edward@fluendo.com>
9401 Time to welcome ogm to 0.10 :)
9403 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9404 (gst_ogg_pad_typefind):
9405 Oggdemux can now properly typefind elements with dynamic pads.
9406 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9407 Properly set caps on src pad, and set caps on outgoing buffers.
9409 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
9411 * ext/alsa/gstalsamixer.h:
9412 * ext/alsa/gstalsamixerelement.h:
9413 * ext/alsa/gstalsamixeroptions.h:
9414 * ext/alsa/gstalsamixertrack.h:
9415 * ext/alsa/gstalsasink.c:
9416 * ext/alsa/gstalsasink.h:
9417 * ext/alsa/gstalsasrc.c:
9418 * ext/alsa/gstalsasrc.h:
9419 * ext/cdparanoia/gstcdparanoia.h:
9420 * ext/gnomevfs/gstgnomevfsuri.h:
9421 * ext/ogg/gstoggdemux.c:
9422 * ext/ogg/gstoggmux.c:
9423 * ext/pango/gsttextoverlay.h:
9424 * ext/theora/theoradec.c:
9425 * ext/theora/theoraenc.c:
9426 * ext/vorbis/vorbisdec.h:
9427 * ext/vorbis/vorbisenc.c:
9428 * ext/vorbis/vorbisenc.h:
9429 * ext/vorbis/vorbisparse.h:
9430 * gst-libs/gst/audio/gstaudioclock.h:
9431 * gst-libs/gst/audio/gstaudiosink.c:
9432 * gst-libs/gst/audio/gstaudiosink.h:
9433 * gst-libs/gst/audio/gstaudiosrc.c:
9434 * gst-libs/gst/audio/gstaudiosrc.h:
9435 * gst-libs/gst/audio/gstbaseaudiosink.c:
9436 * gst-libs/gst/audio/gstbaseaudiosink.h:
9437 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9438 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9439 * gst-libs/gst/audio/gstringbuffer.h:
9440 * gst-libs/gst/audio/multichannel.h:
9441 * gst-libs/gst/floatcast/floatcast.h:
9442 * gst-libs/gst/interfaces/colorbalance.c:
9443 * gst-libs/gst/interfaces/colorbalance.h:
9444 * gst-libs/gst/interfaces/colorbalancechannel.h:
9445 * gst-libs/gst/interfaces/mixer.h:
9446 * gst-libs/gst/interfaces/mixeroptions.h:
9447 * gst-libs/gst/interfaces/mixertrack.h:
9448 * gst-libs/gst/interfaces/navigation.h:
9449 * gst-libs/gst/interfaces/propertyprobe.h:
9450 * gst-libs/gst/interfaces/tuner.h:
9451 * gst-libs/gst/interfaces/tunerchannel.h:
9452 * gst-libs/gst/interfaces/tunernorm.h:
9453 * gst-libs/gst/interfaces/xoverlay.h:
9454 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9455 * gst-libs/gst/riff/riff-ids.h:
9456 * gst-libs/gst/riff/riff-media.h:
9457 * gst-libs/gst/riff/riff-read.h:
9458 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9459 * gst-libs/gst/rtp/gstbasertppayload.c:
9460 * gst-libs/gst/rtp/gstbasertppayload.h:
9461 * gst-libs/gst/rtp/gstrtpbuffer.c:
9462 * gst-libs/gst/rtp/gstrtpbuffer.h:
9463 * gst-libs/gst/tag/gsttageditingprivate.h:
9464 * gst-libs/gst/tag/gstvorbistag.c:
9465 (gst_tag_list_from_vorbiscomment_buffer):
9466 * gst-libs/gst/tag/tag.h:
9467 * gst-libs/gst/video/video.h:
9468 * gst/adder/gstadder.c:
9469 * gst/adder/gstadder.h:
9470 * gst/audioconvert/audioconvert.c:
9471 * gst/audioconvert/audioconvert.h:
9472 * gst/audioconvert/gstaudioconvert.c:
9473 * gst/audioconvert/gstchannelmix.c:
9474 * gst/audioconvert/gstchannelmix.h:
9475 * gst/audiorate/gstaudiorate.c:
9476 * gst/audioresample/buffer.h:
9477 * gst/audioresample/functable.h:
9478 * gst/audioresample/gstaudioresample.c:
9479 * gst/audioresample/resample.h:
9480 * gst/ffmpegcolorspace/avcodec.h:
9481 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9482 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9483 * gst/ffmpegcolorspace/imgconvert.c:
9484 * gst/ffmpegcolorspace/imgconvert_template.h:
9485 * gst/playback/gstdecodebin.c:
9486 * gst/playback/gstplaybasebin.h:
9487 * gst/playback/gstplaybin.c:
9488 * gst/playback/gststreaminfo.h:
9489 * gst/tcp/gstfdset.c:
9490 * gst/tcp/gstfdset.h:
9491 * gst/tcp/gstmultifdsink.c:
9492 * gst/tcp/gstmultifdsink.h:
9494 * gst/tcp/gsttcpclientsrc.c:
9495 * gst/tcp/gsttcpclientsrc.h:
9496 * gst/tcp/gsttcpplugin.h:
9497 * gst/tcp/gsttcpserversink.c:
9498 * gst/tcp/gsttcpserversrc.c:
9499 * gst/typefind/gsttypefindfunctions.c:
9500 * gst/videorate/gstvideorate.c:
9501 * gst/videotestsrc/gstvideotestsrc.h:
9502 * gst/videotestsrc/videotestsrc.h:
9503 * sys/v4l/gstv4lcolorbalance.h:
9504 * sys/v4l/gstv4ltuner.h:
9505 * sys/v4l/gstv4lxoverlay.h:
9506 * sys/v4l/v4l_calls.h:
9507 * sys/v4l/videodev_mjpeg.h:
9508 * tests/check/elements/audioconvert.c:
9509 * tests/check/elements/audioresample.c:
9510 * tests/check/elements/audiotestsrc.c:
9511 * tests/check/elements/videotestsrc.c:
9512 * tests/check/elements/volume.c:
9513 * tests/examples/seek/scrubby.c:
9514 * tests/examples/seek/seek.c:
9517 === release 0.10.0 ===
9519 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9522 releasing 0.10.0, "Mont-d'or"
9524 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
9526 * tests/examples/seek/Makefile.am:
9527 Build fix for when gtk is not available.
9529 2005-12-05 Andy Wingo <wingo@pobox.com>
9531 * ext/libvisual/visual.c: (get_buffer):
9532 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9533 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9534 * ext/theora/theoradec.c: (theora_handle_data_packet):
9535 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9537 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9538 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9539 Update for alloc_buffer changes.
9541 2005-12-05 Andy Wingo <wingo@pobox.com>
9543 patch by: Kai Vehmanen <kv2004 eca cx>
9545 * gst-libs/gst/rtp/gstbasertpdepayload.c
9546 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9548 2005-12-04 Andy Wingo <wingo@pobox.com>
9550 patch by: Sebastien Cote <sebas642 yahoo ca>
9552 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9555 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
9557 * docs/plugins/Makefile.am:
9558 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9559 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9560 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9561 * ext/pango/gstclockoverlay.c:
9562 * ext/pango/gsttextoverlay.c:
9563 * ext/pango/gsttextrender.c:
9564 * ext/pango/gsttimeoverlay.c:
9565 Add gtk-doc blurbs to pango elements.
9567 2005-12-02 Wim Taymans <wim@fluendo.com>
9569 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9570 * gst/audioresample/buffer.h:
9571 * gst/audioresample/gstaudioresample.c:
9572 * gst/audioresample/gstaudioresample.h:
9573 * gst/audioresample/resample.c: (resample_input_flush),
9574 (resample_input_pushthrough), (resample_input_eos),
9575 (resample_get_output_size_for_input),
9576 (resample_get_input_size_for_output), (resample_get_output_size),
9577 (resample_get_output_data):
9578 * gst/audioresample/resample.h:
9579 * gst/audioresample/resample_ref.c: (resample_scale_ref):
9580 Fix audioresample, seek torture, new segments, reverse negotiation
9583 2005-12-02 Wim Taymans <wim@fluendo.com>
9585 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9588 2005-12-02 Wim Taymans <wim@fluendo.com>
9590 * gst/audioconvert/gstaudioconvert.c:
9591 (gst_audio_convert_transform):
9594 === release 0.9.7 ===
9596 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9599 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9601 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9607 add win32 MANIFEST file
9608 do something to the hungarian translation
9610 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
9613 Add $(PANGO_DIR) to SUBDIRS
9615 * ext/pango/gstclockoverlay.c:
9616 * ext/pango/gsttimeoverlay.c:
9617 Fix and improve element descriptions.
9619 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9621 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9622 * docs/plugins/inspect/plugin-libvisual.xml:
9623 * docs/plugins/inspect/plugin-pango.xml:
9624 add pango plugin to docs
9626 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9632 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9635 * tests/Makefile.am:
9636 * tests/icles/.cvsignore:
9637 * tests/icles/Makefile.am:
9638 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9639 (close_display), (resize_window), (move_window), (create_window),
9640 (terminate_playback), (pause_playback), (start_playback), (main):
9641 add stress test for xoverlay from Julien
9643 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9645 * docs/libs/tmpl/gstcolorbalance.sgml:
9646 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9647 * gst-libs/gst/rtp/gstbasertppayload.c:
9648 * gst-libs/gst/rtp/gstrtpbuffer.c:
9649 * gst-libs/gst/rtp/gstrtpbuffer.h:
9650 Do burger's rename for rtp payloaders and depayloaders
9652 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9655 add Visual Studio 6 build files
9657 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9659 * docs/libs/gst-plugins-base-libs-docs.sgml:
9660 * docs/libs/gst-plugins-base-libs-sections.txt:
9661 * docs/libs/tmpl/gstaudio.sgml:
9662 * docs/libs/tmpl/gstringbuffer.sgml:
9663 * gst-libs/gst/interfaces/xoverlay.c:
9664 * gst-libs/gst/video/gstvideofilter.c:
9665 * gst-libs/gst/video/gstvideosink.c:
9666 update documentation
9668 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9670 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9671 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9672 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9673 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9674 (gst_multi_fd_sink_get_stats),
9675 (gst_multi_fd_sink_remove_client_link),
9676 (gst_multi_fd_sink_handle_client_read),
9677 (gst_multi_fd_sink_client_queue_data),
9678 (gst_multi_fd_sink_client_queue_caps),
9679 (gst_multi_fd_sink_client_queue_buffer),
9680 (gst_multi_fd_sink_new_client),
9681 (gst_multi_fd_sink_handle_client_write),
9682 (gst_multi_fd_sink_recover_client),
9683 (gst_multi_fd_sink_queue_buffer),
9684 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9685 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9686 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9687 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9688 * gst/tcp/gstmultifdsink.h:
9689 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9690 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9691 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9692 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9693 (gst_tcp_client_sink_set_property),
9694 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9695 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9696 * gst/tcp/gsttcpclientsink.h:
9697 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9698 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9699 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9700 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9701 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9702 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9703 * gst/tcp/gsttcpclientsrc.h:
9704 * gst/tcp/gsttcpplugin.c: (plugin_init):
9705 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9706 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9707 (gst_tcp_server_sink_finalize),
9708 (gst_tcp_server_sink_handle_server_read),
9709 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9710 (gst_tcp_server_sink_set_property),
9711 (gst_tcp_server_sink_get_property),
9712 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9713 * gst/tcp/gsttcpserversink.h:
9714 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9715 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9716 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9717 (gst_tcp_server_src_set_property),
9718 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9719 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9720 * gst/tcp/gsttcpserversrc.h:
9723 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9725 * docs/plugins/Makefile.am:
9726 * docs/plugins/gst-plugins-base-plugins.args:
9727 * docs/plugins/inspect/plugin-libvisual.xml:
9728 * gst/audioconvert/plugin.h:
9729 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9730 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9731 (gst_audio_rate_setcaps), (gst_audio_rate_init),
9732 (gst_audio_rate_chain), (gst_audio_rate_set_property),
9733 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9735 * gst/audiotestsrc/gstaudiotestsrc.c:
9736 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9737 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9738 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9739 (gst_audio_test_src_get_query_types),
9740 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9741 (gst_audio_test_src_create_square),
9742 (gst_audio_test_src_create_saw),
9743 (gst_audio_test_src_create_triangle),
9744 (gst_audio_test_src_create_silence),
9745 (gst_audio_test_src_create_white_noise),
9746 (gst_audio_test_src_init_pink_noise),
9747 (gst_audio_test_src_generate_pink_noise_value),
9748 (gst_audio_test_src_create_pink_noise),
9749 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9750 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9751 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9753 * gst/audiotestsrc/gstaudiotestsrc.h:
9754 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9755 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9756 (gst_sub_parse_init), (gst_sub_parse_formats),
9757 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9758 (convert_encoding), (get_next_line),
9759 (gst_sub_parse_data_format_autodetect),
9760 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9761 (gst_sub_parse_loop), (gst_sub_parse_chain),
9762 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9764 * gst/subparse/gstsubparse.h:
9765 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9766 (gst_video_rate_base_init), (gst_video_rate_class_init),
9767 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9768 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9769 (gst_video_rate_init), (gst_video_rate_event),
9770 (gst_video_rate_chain), (gst_video_rate_set_property),
9771 (gst_video_rate_get_property), (gst_video_rate_change_state),
9773 * gst/videoscale/gstvideoscale.c:
9774 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9775 (gst_video_scale_src_template_factory),
9776 (gst_video_scale_sink_template_factory),
9777 (gst_video_scale_get_type), (gst_video_scale_base_init),
9778 (gst_video_scale_class_init), (gst_video_scale_init),
9779 (gst_video_scale_set_property), (gst_video_scale_get_property),
9780 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9781 (gst_video_scale_prepare_size), (parse_caps),
9782 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9783 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9784 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9786 * gst/videoscale/gstvideoscale.h:
9787 * gst/videotestsrc/gstvideotestsrc.c:
9788 (gst_video_test_src_pattern_get_type),
9789 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9790 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9791 (gst_video_test_src_set_pattern),
9792 (gst_video_test_src_set_property),
9793 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9794 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9795 (gst_video_test_src_event), (gst_video_test_src_get_times),
9796 (gst_video_test_src_create), (plugin_init):
9797 * gst/videotestsrc/gstvideotestsrc.h:
9798 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9799 (gst_video_test_src_smpte), (gst_video_test_src_snow),
9800 (gst_video_test_src_black):
9801 * gst/videotestsrc/videotestsrc.h:
9803 clean up docs a little
9805 2005-11-30 Wim Taymans <wim@fluendo.com>
9807 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9808 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9809 (gst_basertppayload_event), (gst_basertppayload_push),
9810 (gst_basertppayload_change_state):
9811 * gst-libs/gst/rtp/gstbasertppayload.h:
9814 2005-11-30 Julien MOUTTE <julien@moutte.net>
9816 * docs/libs/gst-plugins-base-libs-docs.sgml:
9817 * docs/libs/gst-plugins-base-libs-sections.txt:
9818 * gst-libs/gst/video/gstvideofilter.c:
9819 * gst-libs/gst/video/gstvideosink.c:
9820 * gst-libs/gst/video/gstvideosink.h: Adding docs.
9822 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9842 * scripts/autoplugins.sh:
9845 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9849 * examples/Makefile.am:
9850 * examples/capsfilter/Makefile.am:
9851 * examples/capsfilter/capsfilter1.c:
9852 * examples/gob/Makefile.am:
9853 * examples/gob/gst-identity2.gob:
9854 * examples/indexing/.cvsignore:
9855 * examples/indexing/Makefile.am:
9856 * examples/indexing/indexmpeg.c:
9857 * examples/seeking/.cvsignore:
9858 * examples/seeking/Makefile.am:
9859 * examples/seeking/cdparanoia.c:
9860 * examples/seeking/cdplayer.c:
9861 * examples/seeking/chained.c:
9862 * examples/seeking/scrubby.c:
9863 * examples/seeking/seek.c:
9864 * examples/stats/Makefile.am:
9865 * examples/stats/mp2ogg.c:
9866 * examples/switch/.cvsignore:
9867 * examples/switch/Makefile.am:
9868 * examples/switch/switcher.c:
9869 * tests/Makefile.am:
9870 * tests/check/generic/.cvsignore:
9871 * tests/check/pipelines/.cvsignore:
9872 * tests/examples/Makefile.am:
9873 * tests/examples/seek/Makefile.am:
9874 reorganize stuff under tests/
9876 2005-11-30 Edward Hervey <edward@fluendo.com>
9878 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9879 Go away you stupid GstStaticPadTemplate memleak.
9881 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9883 * gst-libs/gst/net/Makefile.am:
9884 * gst-libs/gst/net/README:
9885 * gst-libs/gst/net/gstnetbuffer.c:
9886 * gst-libs/gst/net/gstnetbuffer.h:
9887 this was moved to "netbuffer"
9889 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9891 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9892 (gst_video_filter_class_init), (gst_video_filter_init):
9893 * gst-libs/gst/video/gstvideofilter.h:
9894 borgify name to bring in line with other classes
9896 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9898 * gst/audioscale/.cvsignore:
9899 * gst/audioscale/Makefile.am:
9900 * gst/audioscale/README:
9901 * gst/audioscale/audioscale.vcproj:
9902 * gst/audioscale/dtof.c:
9903 * gst/audioscale/dtos.c:
9904 * gst/audioscale/functable.c:
9905 * gst/audioscale/gstaudioscale.c:
9906 * gst/audioscale/gstaudioscale.h:
9907 * gst/audioscale/private.h:
9908 * gst/audioscale/resample.c:
9909 * gst/audioscale/resample.h:
9910 * gst/audioscale/test.c:
9913 2005-11-30 Edward Hervey <edward@fluendo.com>
9915 * gst-libs/gst/netbuffer/Makefile.am:
9916 really, really tired
9918 2005-11-30 Edward Hervey <edward@fluendo.com>
9920 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9921 Update for new GstTypeFindFactory _register()
9923 2005-11-30 Edward Hervey <edward@fluendo.com>
9925 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
9926 Let's not override libgstnet from core for no reason...
9927 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9928 Ok, maybe not so quick next time.
9930 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
9933 * gst-libs/gst/Makefile.am:
9934 moved gst-libs/gst/net to netbuffer through CVS surgery
9935 remove old directory
9936 updating build to accomodate
9939 2005-11-29 Andy Wingo <wingo@pobox.com>
9941 * pkgconfig/gstreamer-plugins-base.pc.in:
9942 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9943 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9946 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9948 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9949 3rd time's the charm. Correct ref-counting for discarded buffers.
9951 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9953 * gst/playback/gststreamselector.c:
9954 (gst_stream_selector_class_init),
9955 (gst_stream_selector_set_property),
9956 (gst_stream_selector_get_property),
9957 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9960 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
9962 * gst/subparse/gstsubparse.c: (feed_textbuf):
9963 Don't access already unref'ed buffer.
9965 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9967 * gst/playback/gststreamselector.c:
9968 (gst_stream_selector_class_init), (gst_stream_selector_init),
9969 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9970 (gst_stream_selector_get_property),
9971 (gst_stream_selector_get_linked_pad),
9972 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9973 * gst/playback/gststreamselector.h:
9974 Add the active-pad property for playbin to use shortly. Ignore buffers
9975 from any other pad, returning GST_FLOW_NOT_LINKED
9977 2005-11-29 Julien MOUTTE <julien@moutte.net>
9979 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9980 patch from bug #322704 (Alessandro Decina).
9982 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
9984 * gst-libs/gst/audio/Makefile.am:
9985 folded audiofilter into the audio library
9987 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
9989 * gst/videoscale/gstvideoscale.h:
9990 * gst/videoscale/gstvideoscale.c:
9991 remove unimplemented scale methods
9993 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
9995 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9998 2005-11-28 Julien MOUTTE <julien@moutte.net>
10000 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10001 (gst_ximagesink_setcaps):
10002 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10003 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10004 happens (only visible on ximagesink but bug is in xv too) set_caps was
10005 destroying the internal x[v]image used to memcpy non locally alloced
10006 buffers so that it got renewed on next _chain. The issue is that
10007 _expose will try to put that image as it reffed it in _put.
10008 Using gst_buffer_unref instead of destroy fixes it !
10010 2005-11-28 Edward Hervey <edward@fluendo.com>
10012 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10013 (try_to_link_1), (queue_filled_cb):
10014 Better use of the queues. Start with a small size queue and only increase
10015 the size of the queues when the other queues are empty.
10017 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
10019 * gst-libs/gst/video/Makefile.am:
10020 compile in copied-over videofilter into the video library
10021 * gst-libs/gst/video/videosink.h:
10022 rename the header to gstvideosink.h since it's a base GstObject class
10023 * sys/ximage/ximagesink.h:
10024 * sys/xvimage/xvimagesink.h:
10027 2005-11-28 Wim Taymans <wim@fluendo.com>
10029 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10030 * gst/playback/gstplaybasebin.h:
10031 Prepare to handle errors betters.
10033 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10034 Set sinks to PAUSED first before adding and linking them so that
10035 we don't interrupt dataflow.
10037 2005-11-28 Wim Taymans <wim@fluendo.com>
10039 * gst-libs/gst/audio/TODO:
10042 * gst-libs/gst/audio/gstaudiosink.c:
10043 (gst_audioringbuffer_open_device),
10044 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10045 (gst_audioringbuffer_release):
10048 * gst-libs/gst/audio/gstbaseaudiosink.c:
10049 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10050 (gst_base_audio_sink_change_state):
10051 Slave to the master clock when going to PLAYING and unslave when
10054 * gst-libs/gst/audio/gstringbuffer.c:
10055 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10056 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10057 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10058 (gst_ring_buffer_clear_all), (wait_segment),
10059 (gst_ring_buffer_commit), (gst_ring_buffer_read),
10060 (gst_ring_buffer_advance):
10061 * gst-libs/gst/audio/gstringbuffer.h:
10062 Add some docs and cleanups.
10064 2005-11-28 Julien MOUTTE <julien@moutte.net>
10066 * sys/xvimage/xvimagesink.c:
10067 (gst_xvimagesink_navigation_send_event): Fix navigation events
10068 coordinates translation with pixel aspect ratios.
10070 2005-11-28 Julien MOUTTE <julien@moutte.net>
10072 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10073 Use calculated video geometry from _setcaps instead of buffer
10074 caps to respect pixel aspect ratio. (fixes #322388)
10076 2005-11-28 Julien MOUTTE <julien@moutte.net>
10078 * docs/libs/tmpl/gstcolorbalance.sgml:
10079 * docs/libs/tmpl/gstmixer.sgml:
10080 * docs/libs/tmpl/gstxoverlay.sgml:
10081 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10084 2005-11-28 Julien MOUTTE <julien@moutte.net>
10086 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10087 Refuse to create an XvImage if we can't find the format.
10089 2005-11-28 Edward Hervey <edward@fluendo.com>
10091 * gst-libs/gst/riff/riff-media.c:
10092 (gst_riff_create_audio_template_caps):
10093 Add ATRAC3 to the list of riff-possible audio caps.
10094 I know we still don't have a plugin for atrac3, but it's saner to output
10095 that than a cryptic mimetype.
10097 2005-11-27 Edward Hervey <edward@fluendo.com>
10099 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10100 Don't try to create a zero-sized subbuffer.
10102 2005-11-27 Julien MOUTTE <julien@moutte.net>
10104 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10105 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10106 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10107 (gst_ximagesink_expose): Fixed a tricky race.
10108 * sys/ximage/ximagesink.h:
10109 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10110 (gst_xvimagesink_expose): Fixed a tricky race.
10111 * sys/xvimage/xvimagesink.h:
10113 2005-11-27 Edward Hervey <edward@fluendo.com>
10115 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10116 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10117 Remove unused properties, and add queues between demuxers and decoders
10118 so that a lot more files can preroll properly.
10120 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10122 * gst-libs/gst/net/Makefile.am:
10123 * gst-libs/gst/rtp/Makefile.am:
10124 * gst-libs/gst/tag/Makefile.am:
10125 remove silly include
10126 * gst/tags/Makefile.am:
10127 * gst/tags/gsttagediting.c:
10128 * gst/tags/gsttageditingprivate.h:
10129 * gst/tags/tagedit.vcproj:
10130 remove directory, is as good as empty
10132 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10135 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10136 * gst-libs/Makefile.am:
10137 * gst-libs/gst/audio/Makefile.am:
10138 * gst-libs/gst/interfaces/Makefile.am:
10139 * gst-libs/gst/net/Makefile.am:
10140 * gst-libs/gst/riff/Makefile.am:
10141 * gst-libs/gst/rtp/Makefile.am:
10142 * gst-libs/gst/tag/Makefile.am:
10143 * gst-libs/gst/video/Makefile.am:
10146 2005-11-27 Julien MOUTTE <julien@moutte.net>
10148 * docs/libs/tmpl/gstcolorbalance.sgml:
10149 * docs/libs/tmpl/gstmixer.sgml:
10150 * docs/libs/tmpl/gstxoverlay.sgml:
10151 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10152 * sys/ximage/ximagesink.h:
10153 * sys/xvimage/xvimagesink.h: More and more documentation.
10155 2005-11-26 Julien MOUTTE <julien@moutte.net>
10157 * docs/libs/gst-plugins-base-libs-docs.sgml:
10158 * docs/libs/gst-plugins-base-libs-sections.txt:
10159 * docs/libs/tmpl/gstcolorbalance.sgml:
10160 * docs/libs/tmpl/gstmixer.sgml:
10161 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10164 2005-11-26 Julien MOUTTE <julien@moutte.net>
10166 * docs/plugins/Makefile.am:
10167 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10168 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10169 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10171 2005-11-26 Julien MOUTTE <julien@moutte.net>
10173 * docs/plugins/Makefile.am:
10174 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10175 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10176 * docs/plugins/inspect/plugin-adder.xml:
10177 * docs/plugins/inspect/plugin-alsa.xml:
10178 * docs/plugins/inspect/plugin-audioconvert.xml:
10179 * docs/plugins/inspect/plugin-audiorate.xml:
10180 * docs/plugins/inspect/plugin-audioresample.xml:
10181 * docs/plugins/inspect/plugin-audiotestsrc.xml:
10182 * docs/plugins/inspect/plugin-decodebin.xml:
10183 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10184 * docs/plugins/inspect/plugin-gnomevfs.xml:
10185 * docs/plugins/inspect/plugin-ogg.xml:
10186 * docs/plugins/inspect/plugin-playbin.xml:
10187 * docs/plugins/inspect/plugin-subparse.xml:
10188 * docs/plugins/inspect/plugin-tcp.xml:
10189 * docs/plugins/inspect/plugin-theora.xml:
10190 * docs/plugins/inspect/plugin-typefindfunctions.xml:
10191 * docs/plugins/inspect/plugin-video4linux.xml:
10192 * docs/plugins/inspect/plugin-videorate.xml:
10193 * docs/plugins/inspect/plugin-videoscale.xml:
10194 * docs/plugins/inspect/plugin-videotestsrc.xml:
10195 * docs/plugins/inspect/plugin-volume.xml:
10196 * docs/plugins/inspect/plugin-vorbis.xml:
10197 * docs/plugins/inspect/plugin-ximagesink.xml:
10198 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10199 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10201 2005-11-26 Edward Hervey <edward@fluendo.com>
10203 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10204 Properly return GstFlowReturn from gst_pad_push in chain functions.
10206 2005-11-25 Michael Smith <msmith@fluendo.com>
10208 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10209 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10210 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10211 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10212 Handle various conditions better when we don't understand a stream.
10213 Removes a heap of CRITICALs on ogg streams containing unknown data.
10215 2005-11-24 Andy Wingo <wingo@pobox.com>
10217 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10220 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10222 * configure.ac: back to HEAD
10224 === release 0.9.6 ===
10226 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10229 releasing 0.9.6, "White Eight"
10231 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10233 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10234 * docs/plugins/inspect/plugin-sine.xml:
10235 remove sinesrc some more
10237 2005-11-23 Wim Taymans <wim@fluendo.com>
10239 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10240 If we are reading too slowly, jump forward in the ringbuffer
10241 instead of blocking.
10243 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10245 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10246 (gst_visual_chain):
10247 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10248 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10249 (gst_videorate_chain):
10250 * gst/videotestsrc/gstvideotestsrc.c:
10251 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10252 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10253 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10254 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10255 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10256 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10257 Updates for API changes
10259 2005-11-23 Wim Taymans <wim@fluendo.com>
10261 * gst-libs/gst/audio/gstbaseaudiosink.c:
10262 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10263 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10264 Fix for calibration API change.
10266 2005-11-23 Michael Smith <msmith@fluendo.com>
10268 * gst-libs/gst/audio/multichannel.c:
10269 (gst_audio_get_channel_positions),
10270 (gst_audio_set_channel_positions),
10271 (gst_audio_set_structure_channel_positions_list),
10272 (gst_audio_fixate_channel_positions):
10273 Use gst_value_array_*() functions on value arrays, not
10274 gst_value_list_*().
10276 2005-11-23 Edward Hervey <edward@fluendo.com>
10279 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10282 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10284 * check/Makefile.am:
10285 * check/elements/videotestsrc.c: (setup_videotestsrc),
10286 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10288 add a test for videotestsrc
10290 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10292 * gst/sine/.cvsignore:
10293 * gst/sine/Makefile.am:
10294 * gst/sine/gstsinesrc.c:
10295 * gst/sine/gstsinesrc.h:
10296 * gst/sine/sinesrc.vcproj:
10297 and remove sinesrc from the repository. Closes #321446
10299 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10302 * gst-plugins-base.spec.in:
10303 remove sinesrc from the build
10305 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10307 * check/Makefile.am:
10308 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10309 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10311 add a test for audiotestsrc, testing all waves. Even seems
10312 leak-free at first glance, nice job Stefan
10314 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10330 Translation string updates
10332 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10333 (gst_v4lsrc_set_caps):
10334 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10335 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10336 * sys/v4l/v4lsrc_calls.h:
10337 Improve v4lsrc, by making it work again.
10339 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10341 * ext/libvisual/visual.c: (gst_visual_chain):
10342 Fix the fps calculations.
10344 * gst/ffmpegcolorspace/avcodec.h:
10345 Move structure element for clarity
10347 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10348 * gst-libs/gst/interfaces/tunernorm.h:
10349 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10350 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10351 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10352 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10353 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10354 (gst_v4lmjpegsrc_getcaps):
10355 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10356 (gst_v4lsrc_set_caps):
10357 * sys/v4l/gstv4lsrc.h:
10358 * sys/v4l/v4l_calls.c: (gst_v4l_open):
10359 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10360 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10361 * sys/v4l/v4lsrc_calls.h:
10362 Fractional framerates...
10364 2005-11-22 Wim Taymans <wim@fluendo.com>
10366 * gst-libs/gst/audio/gstbaseaudiosink.c:
10367 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10368 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10369 And we provide a clock by default, of course...
10371 2005-11-22 Wim Taymans <wim@fluendo.com>
10373 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10374 This clock can be slaved to a master clock now.
10376 * gst-libs/gst/audio/gstbaseaudiosink.c:
10377 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10378 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10379 (gst_base_audio_sink_set_clock),
10380 (gst_base_audio_sink_set_property),
10381 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10382 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10383 * gst-libs/gst/audio/gstbaseaudiosink.h:
10384 Handle slaving the internal clock to the clock selected in the
10386 Add property to make the basesink not provide a clock.
10388 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10389 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10390 (gst_base_rtp_depayload_wait):
10391 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10392 We can use the clock in GstElement, no need to store it ourselves.
10394 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10396 * docs/libs/tmpl/gstaudio.sgml:
10398 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10399 (gst_paranoia_endian_get_type):
10400 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10401 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10402 * gst/audiotestsrc/gstaudiotestsrc.c:
10403 (gst_audiostestsrc_wave_get_type):
10404 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10405 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10406 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10407 (gst_sync_method_get_type), (gst_unit_type_get_type),
10408 (gst_client_status_get_type), (gst_multifdsink_class_init),
10409 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10410 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10411 (gst_multifdsink_get_property):
10412 * gst/tcp/gstmultifdsink.h:
10413 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10414 * gst/videotestsrc/gstvideotestsrc.c:
10415 (gst_videotestsrc_pattern_get_type):
10416 remove deprecated properties
10417 fix up enums to correctly have short lowercase dashed nicks
10419 2005-11-22 Michael Smith <msmith@fluendo.com>
10421 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10422 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10425 2005-11-22 Michael Smith <msmith@fluendo.com>
10427 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10428 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10429 Use utility method for scaling clocktime for fractional framerates.
10431 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
10433 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10434 (gst_visual_chain):
10435 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10436 * ext/theora/theoradec.c: (theora_handle_type_packet):
10437 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10438 (theora_enc_chain):
10439 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10440 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10441 * gst-libs/gst/video/video.h:
10442 * gst/ffmpegcolorspace/avcodec.h:
10443 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10444 (gst_ffmpeg_caps_to_pixfmt):
10445 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10446 (gst_ffmpegcsp_set_caps):
10447 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10448 (gst_videorate_setcaps), (gst_videorate_blank_data),
10449 (gst_videorate_chain):
10450 * gst/videotestsrc/gstvideotestsrc.c:
10451 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10452 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10453 (gst_videotestsrc_event), (gst_videotestsrc_create):
10454 * gst/videotestsrc/gstvideotestsrc.h:
10455 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10456 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10457 (gst_ximagesink_get_times), (gst_ximagesink_init):
10458 * sys/ximage/ximagesink.h:
10459 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10460 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10461 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10462 * sys/xvimage/xvimagesink.h:
10463 Convert elements to use fractions for their framerate.
10464 V4L elements to come later tonight.
10466 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10468 * gst-libs/gst/audio/audio.c:
10469 * gst-libs/gst/audio/audio.h:
10470 remove some deprecated functions
10472 2005-11-22 Andy Wingo <wingo@pobox.com>
10474 * Update for gst_tag_setter API changes.
10476 2005-11-22 Andy Wingo <wingo@pobox.com>
10478 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10479 (gst_ogg_demux_perform_seek):
10480 * ext/theora/theoradec.c (theora_dec_sink_event):
10481 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10484 2005-11-22 Wim Taymans <wim@fluendo.com>
10486 * examples/seeking/seek.c: (main):
10487 Give higher priority to bus signals than the gtk events
10488 to fix a race condition in the segment looping.
10490 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10492 * ext/theora/Makefile.am:
10493 * ext/vorbis/Makefile.am:
10494 * gst-libs/gst/tag/Makefile.am:
10495 * gst-plugins-base.spec.in:
10496 Rename libgsttagedit to libgsttag (#322117).
10498 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10500 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10501 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10502 Call gst_x_overlay_prepare_xwindow_id() to give applications
10503 a final chance to set their own xwindow id before the video
10504 sink creates its own window.
10506 2005-11-22 Julien MOUTTE <julien@moutte.net>
10508 * sys/xvimage/xvimagesink.c:
10509 (gst_xvimagesink_navigation_send_event): Handle navigation
10510 events correcly with borders if applicable.
10512 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10514 Patch by: Luca Ognibene
10516 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10517 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10518 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10519 (gst_ffmpegcsp_caps_remove_format_info):
10520 * gst/ffmpegcolorspace/imgconvert.c:
10521 * gst/ffmpegcolorspace/imgconvert_template.h:
10522 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10523 #318353); use gst_structure_has_name().
10525 2005-11-22 Julien MOUTTE <julien@moutte.net>
10527 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10528 (gst_ximagesink_class_init): Add debug macros on functions.
10529 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10530 (gst_xvimagesink_xwindow_draw_borders),
10531 (gst_xvimagesink_xvimage_put),
10532 (gst_xvimagesink_xwindow_update_geometry),
10533 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10534 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10535 (gst_xvimagesink_xcontext_clear),
10536 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10537 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10538 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10539 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10540 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10541 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10542 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10543 expose while being PAUSED, out of data flow navigation events, etc..
10545 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10547 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10548 * gst-libs/gst/audio/audio.h:
10549 fix prototype - wondering why the test worked regardless
10551 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
10553 * check/Makefile.am:
10554 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10555 * gst-libs/gst/audio/audio.h:
10556 add a method that returns a proper GstClockTime
10558 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10560 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10561 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10562 * gst-libs/gst/interfaces/xoverlay.h:
10563 Remove everything having to do with the desired size; add
10564 gst_x_overlay_prepare_xwindow_id() function; remove the
10565 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10566 post a message on the bus instead (#321816).
10568 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10569 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10570 (gst_xvimagesink_xoverlay_init):
10571 Remove desired size stuff (#321816).
10573 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10575 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10576 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10577 (mpeg_video_type_find), (mpeg_video_stream_type_find):
10578 Terminate vararg functions with NULL instead of 0 to
10581 2005-11-21 Andy Wingo <wingo@pobox.com>
10583 patch by: Sebastien Cote <sebas642@yahoo.ca>
10585 * gst-libs/gst/rtp/gstrtpbuffer.h:
10586 * gst-libs/gst/rtp/gstrtpbuffer.c
10587 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10589 2005-11-21 Andy Wingo <wingo@pobox.com>
10591 * gst/playback/gstplaybin.c (gen_audio_element)
10592 (gen_video_element): Use the new MISSING_PLUGIN core error
10593 category. Closes #320060.
10595 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
10596 * gst/videorate/gstvideorate.c (gst_videorate_event):
10597 * ext/theora/theoradec.c (theora_dec_sink_event):
10598 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10601 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10602 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10603 stream lock changes.
10605 2005-11-21 Wim Taymans <wim@fluendo.com>
10607 * gst-libs/gst/audio/gstbaseaudiosink.c:
10608 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10609 (gst_base_audio_sink_provide_clock),
10610 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10611 (gst_base_audio_sink_change_state):
10612 * gst/audioresample/gstaudioresample.c:
10613 Segment update fix.
10615 2005-11-21 Andy Wingo <wingo@pobox.com>
10618 * *.c: Ran scripts/update-macros. Oh yes.
10620 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10622 * sys/ximage/Makefile.am:
10623 * sys/ximage/ximage.c:
10624 Rename ximage plugin to ximagesink (#321426) (Don't forget to
10625 remove your old libgstximage.* manually if necessary).
10627 2005-11-21 Michael Smith <msmith@fluendo.com>
10629 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10630 Minimal fix for bug #320200: set the min/max bitrate in the correct
10631 units. A better fix would be to upgrade to the RATEMANAGE2
10632 interface, rather than using the deprecated interface used here, but
10633 that would require an update in our libvorbis dependency (to 1.1),
10634 which is probably undesirable.
10636 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
10638 * ext/libvisual/visual.c: (get_buffer):
10639 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10640 (gst_base_audio_src_fixate):
10641 * gst/audioconvert/gstaudioconvert.c:
10642 (gst_audio_convert_fixate_caps):
10643 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10644 * gst/audiotestsrc/gstaudiotestsrc.c:
10645 (gst_audiotestsrc_src_fixate):
10646 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10647 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10648 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10649 * gst/videotestsrc/gstvideotestsrc.c:
10650 (gst_videotestsrc_src_fixate):
10651 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10652 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10653 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10657 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10659 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10660 (gst_riff_create_iavs_caps):
10661 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10662 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10663 (gst_riff_parse_info):
10664 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10665 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10666 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10667 Fixes for GST_FOURCC_FORMAT API change.
10669 2005-11-21 Andy Wingo <wingo@pobox.com>
10671 patch by: Alessandro Dessina <alessandro nnva org>
10673 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10674 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10675 (gst_ogg_parse_chain):
10676 * ext/theora/theoraenc.c (theora_set_header_on_caps):
10677 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10678 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10679 gst_value_list calls on arrays. Fixes #321962.
10681 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10683 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10684 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10685 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10686 * gst/adder/gstadder.c: (gst_adder_init),
10687 (gst_adder_request_new_pad), (gst_adder_collected),
10688 (gst_adder_change_state):
10689 Update for gst_collectpads_foo() to gst_collect_pads_foo()
10692 2005-11-21 Michael Smith <msmith@fluendo.com>
10694 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10695 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10696 Properly handle pad_push return values.
10698 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
10700 * gst-libs/gst/tag/Makefile.am:
10701 * gst-libs/gst/tag/gstvorbistag.c:
10702 (gst_tag_list_to_vorbiscomment_buffer):
10703 Remove obsolete vorbistag element and debug category.
10705 * gst/playback/gstplaybasebin.c: (check_queue):
10706 Don't divide by 0 when queue-threshold is 0.
10708 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10709 Don't modify an existing pixel-aspect-ratio if we fail to read
10712 2005-11-20 Wim Taymans <wim@fluendo.com>
10714 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10715 (gst_vorbisenc_push_packet):
10716 GST_PAD_IS_USABLE is gone, use the return value of
10717 the push or pad_alloc_buffer instead.
10719 2005-11-18 Julien MOUTTE <julien@moutte.net>
10721 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10722 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10723 (gst_ximagesink_ximage_destroy),
10724 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10725 (gst_ximagesink_xwindow_new),
10726 (gst_ximagesink_xwindow_update_geometry),
10727 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10728 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10729 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10730 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10731 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10732 (gst_ximagesink_navigation_send_event),
10733 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10734 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10735 (gst_ximagesink_finalize), (gst_ximagesink_init),
10736 (gst_ximagesink_class_init):
10737 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10738 This new version brings correct software scaling, non flickering
10739 window while resizing, pixel aspect ratio handling, usage of
10740 hardware buffer pools, out of data flow event thread for
10741 navigation and handling of expose events even when being PAUSED,
10742 a new property to keep video aspect ratio when resizing, etc...
10744 2005-11-18 Julien MOUTTE <julien@moutte.net>
10746 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10747 (gst_videoscale_fixate_caps): Introduce back caps fixate with
10750 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
10752 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
10753 Unsetting IS_SINK flag from the fakesink, so decodebin
10754 never behaves as a sink.
10756 2005-11-17 Wim Taymans <wim@fluendo.com>
10758 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10759 (gst_base_audio_src_change_state):
10760 Fix the audiosrc base class again, we did not unflush.
10762 2005-11-17 Julien MOUTTE <julien@moutte.net>
10764 * examples/seeking/seek.c: (make_dv_pipeline),
10765 (make_vorbis_theora_pipeline), (make_avi_pipeline),
10766 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10767 to ogg/vorbis/theora pipeline.
10769 2005-11-17 Wim Taymans <wim@fluendo.com>
10771 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10772 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10773 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10774 Fix EOS on multiple streams.
10777 2005-11-16 Wim Taymans <wim@fluendo.com>
10779 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10780 (gst_ogg_demux_perform_seek):
10781 Segment done must include stream time.
10783 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10784 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10785 (gst_ogg_mux_change_state):
10786 Fix ogg muxer again.
10788 2005-11-16 Wim Taymans <wim@fluendo.com>
10790 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10793 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10795 * ext/libvisual/visual.c: (gst_visual_init):
10796 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10797 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10798 (gst_ogg_parse_chain):
10799 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10800 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10801 * ext/theora/theoradec.c: (gst_theora_dec_init):
10802 * ext/theora/theoraenc.c: (gst_theora_enc_init):
10803 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10804 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10805 * gst/adder/gstadder.c: (gst_adder_class_init),
10806 (gst_adder_dispose):
10807 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10808 * gst/subparse/gstsubparse.c: (gst_subparse_init):
10809 * gst/videorate/gstvideorate.c: (gst_videorate_init):
10810 Fix a whole set of pad template leaks
10812 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10814 * check/generic/states.c: (GST_START_TEST):
10815 fix the test so that it only checks for elements that are part of
10818 2005-11-16 Michael Smith <msmith@fluendo.com>
10820 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10821 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10822 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10823 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10824 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10825 (gst_ogg_mux_change_state):
10826 Fix leaking collectpads.
10828 2005-11-16 Edward Hervey <edward@fluendo.com>
10830 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10831 (gst_videorate_event), (gst_videorate_chain):
10832 Handle segment seeks
10834 2005-11-16 Wim Taymans <wim@fluendo.com>
10836 * gst-libs/gst/audio/gstbaseaudiosink.c:
10837 (gst_base_audio_sink_provide_clock),
10838 (gst_base_audio_sink_change_state):
10839 Set ringbuffer to non-flushing when going to PAUSED, set to
10840 flushing again when going to READY.
10842 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10843 (gst_ring_buffer_stop):
10844 Start in flushing mode by default.
10845 Don't set flushing in the _stop method, let the app call
10848 2005-11-16 Julien MOUTTE <julien@moutte.net>
10850 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10851 * gst-libs/gst/video/videosink.h: Add helper function needed
10854 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
10856 * gst/videoscale/gstvideoscale.c:
10857 (gst_videoscale_handle_src_event):
10858 Don't leak reference to pad parent.
10860 2005-11-16 Wim Taymans <wim@fluendo.com>
10862 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10863 Set ringbuffer to flushing when stopping so that we don't
10864 block on wait_segment anymore and livelock.
10866 2005-11-16 Wim Taymans <wim@fluendo.com>
10868 * examples/seeking/seek.c: (send_event), (do_seek),
10869 (loop_toggle_cb), (segment_done), (main):
10870 Added looping checkbox.
10872 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10874 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10875 (gst_ogg_demux_init):
10876 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10877 (gst_vorbis_dec_init):
10878 revert unrefs, they don't pass make check
10880 2005-11-15 Johan Dahlin <johan@gnome.org>
10882 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10883 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10884 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10885 (gst_vorbis_dec_init):
10886 Fix pad template leaks.
10888 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
10890 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10891 Make state change function thread safe.
10893 2005-11-15 Edward Hervey <edward@fluendo.com>
10895 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10896 (gst_ogg_demux_class_init):
10897 Implement GstElement::send_event, so we can send seek events
10900 2005-11-14 Julien MOUTTE <julien@moutte.net>
10902 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10903 Discovered how to take away flickering while resizing the
10904 window. Please don't put that in ximagesink, refactoring in
10907 2005-11-14 Michael Smith <msmith@fluendo.com>
10909 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10910 (gst_multifdsink_render):
10911 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10913 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
10915 * gst/playback/gstplaybin.c: (gen_audio_element):
10916 Use autoaudiosink, it tends to be more widely available than
10919 2005-11-14 Andy Wingo <wingo@pobox.com>
10921 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10922 as well if it is available. Fixes #316442.
10924 2005-11-14 Michael Smith <msmith@fluendo.com>
10926 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10927 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10928 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10929 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10930 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10931 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10932 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10933 (gst_vorbisenc_change_state):
10934 Fix a small memory leak in vorbisenc.
10935 Fix large memory leaks in oggmux, also fix lots of state change
10938 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
10940 * gst/videotestsrc/gstvideotestsrc.c:
10941 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10942 (gst_videotestsrc_src_fixate):
10943 move fixation to a fixate function
10944 remove negotiate function, basesrc's is good enough
10945 fixes a bug for check when using the element alone
10947 2005-11-13 Edward Hervey <edward@fluendo.com>
10949 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10950 (key_toggle_cb), (main):
10951 Added checkboxes for adding/removing the accurate and key_unit seek
10954 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
10956 * configure.ac: back to HEAD
10958 === release 0.9.5 ===
10960 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
10963 releasing 0.9.5, "No No Kia"
10965 2005-11-11 Edward Hervey <edward@fluendo.com>
10967 * examples/seeking/seek.c: (make_parselaunch_pipeline):
10968 Added parse-launch syntax seeking mode for the seeking example.
10969 This should help stress-test even more cases.
10970 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10972 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
10974 * sys/xvimage/xvimagesink.c:
10975 (gst_xvimagesink_navigation_send_event):
10976 Check whether peer pad exists before sending navigation events
10979 2005-11-11 Michael Smith <msmith@fluendo.com>
10981 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10982 (gst_vorbisenc_buffer_from_packet):
10983 * ext/vorbis/vorbisenc.h:
10984 Set duration on encoded buffers. This allows oggmux's
10985 max_page_delay parameter to actually work.
10987 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
10989 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10990 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10991 (gst_ffmpegcsp_avpicture_fill):
10992 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10993 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10994 Make palettes work again (see #132341). Use our own macros
10997 2005-11-10 Andy Wingo <wingo@pobox.com>
10999 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11002 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11004 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11005 (gst_ffmpegcsp_transform_caps):
11006 Prefer passthrough in transform_caps
11008 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11010 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11011 check for ALSA errors properly, instead of relying on ALSA's
11012 error strings to serve to the user.
11014 2005-11-10 Wim Taymans <wim@fluendo.com>
11016 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11017 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11018 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11019 Modernise the seek code.
11021 2005-11-10 Michael Smith <msmith@fluendo.com>
11023 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11024 (setup_substreams), (set_active_source):
11025 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11026 trying to go to NULL if we failed to read a file.
11028 2005-11-10 Wim Taymans <wim@fluendo.com>
11030 * gst/audiotestsrc/gstaudiotestsrc.c:
11031 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11032 (gst_audiotestsrc_create):
11033 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11034 (gst_sinesrc_get_times), (gst_sinesrc_create):
11035 * gst/videotestsrc/gstvideotestsrc.c:
11036 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11037 (gst_videotestsrc_create):
11038 The base class can now sync for us.
11040 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11042 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11043 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11044 name=source autoprobe=false autoprobe-fps=false copy-mode=1
11045 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11046 format=(fourcc)I420" ! xvimagesink
11048 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
11050 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11051 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11052 (gst_sinesrc_newsegment):
11053 Send newsegment event in TIME format, set duration if
11054 num-buffers is set, fix duration querying.
11056 2005-11-10 Michael Smith <msmith@fluendo.com>
11058 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11059 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11060 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11061 (gst_ogg_mux_collected):
11062 Fix EOS handling, partially. Now forwarding an EOS event once we have
11063 EOS on all pads works correctly. However, we still don't properly set
11064 EOS on the actual ogg stream pages.
11066 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
11068 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11069 Set elements to NULL state before disposing of them.
11071 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
11073 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11075 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11076 (gst_base_rtp_depayload_init),
11077 (gst_base_rtp_depayload_set_gst_timestamp):
11078 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11079 We need to send a newsegment event for each instance, not
11080 just for the first instance of this class (get rid of
11081 static variable in function). (#321011).
11083 2005-11-08 Michael Smith <msmith@fluendo.com>
11085 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11086 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11087 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11088 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11089 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11090 This makes us mux things correctly according to the ogg muxing
11091 rules. Still not handling EOS correctly right now, though.
11093 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11095 * gst/audioconvert/gstaudioconvert.c:
11098 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11100 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11101 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11102 Initialise segment_stop to GST_CLOCK_TIME_NONE when
11103 creating a new chain; should fix live streaming. Also
11104 add more debug output and fix a typo.
11106 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
11108 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11110 * gst/volume/gstvolume.c: (volume_set_caps):
11111 Fix compilation on Solaris with Forte. (#320923)
11113 2005-11-08 Wim Taymans <wim@fluendo.com>
11115 * gst-libs/gst/audio/gstbaseaudiosink.c:
11116 (gst_base_audio_sink_render):
11117 No need to do a typecheck.
11119 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
11121 * ext/alsa/gstalsa.h:
11122 We register a debug category, so let's use it.
11124 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11126 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11127 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11128 Fixed a small problem.
11130 2005-11-04 Wim Taymans <wim@fluendo.com>
11132 * examples/seeking/Makefile.am:
11133 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11134 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11135 (make_playerbin_pipeline), (format_value), (update_scale),
11136 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11137 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11138 (print_usage), (main):
11139 Added app for playback speed testing.
11141 * examples/seeking/seek.c: (dynamic_link),
11142 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11143 (make_mpeg_pipeline), (do_seek), (set_update_scale),
11144 (message_received), (main):
11145 Updated seek example.
11147 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11149 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11150 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11151 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11152 (gst_base_rtp_depayload_set_clock):
11153 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11154 Don't sleep on the bench (system clock) when you have a nice
11155 comfortable bed (Gstreamer clock) to sleep on.
11157 2005-11-03 Wim Taymans <wim@fluendo.com>
11159 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11160 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11161 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11162 Handle the case where a pad_block failed.
11164 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
11166 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11168 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11169 (gst_base_rtp_depayload_add_to_queue),
11170 (gst_base_rtp_depayload_push),
11171 (gst_base_rtp_depayload_set_gst_timestamp),
11172 (gst_base_rtp_depayload_queue_release):
11173 Fixes some bugs in the depayloader's queuing/de-queueing code.
11175 2005-10-31 Michael Smith <msmith@fluendo.com>
11177 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11178 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11179 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11180 Patch from Alessandro Decina <alessandro@nnva.org>.
11181 Make oggdemux only find the final time in a chain, not per-pad,
11182 since the per-pad information can be very expensive to locate, and
11183 it isn't used anywhere. This makes reading a file containing
11184 OggSkeleton reasonably fast.
11185 Also, make chain finding work when there are logical bitstreams that
11186 can't be decoded. Fixes #319110.
11188 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11190 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11191 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11192 (gst_base_rtp_depayload_chain),
11193 (gst_base_rtp_depayload_add_to_queue),
11194 (gst_base_rtp_depayload_push),
11195 (gst_base_rtp_depayload_set_gst_timestamp),
11196 (gst_base_rtp_depayload_queue_release),
11197 (gst_base_rtp_depayload_start_thread),
11198 (gst_base_rtp_depayload_set_property),
11199 (gst_base_rtp_depayload_get_property):
11200 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11201 Some random fixes, to fullfill the desires of thomas.
11203 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11205 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11206 (gst_base_rtp_depayload_add_to_queue),
11207 (gst_base_rtp_depayload_push):
11208 Fixed the queueing algorithm.
11210 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11212 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11213 (gst_base_rtp_depayload_push):
11216 2005-10-31 Wim Taymans <wim@fluendo.com>
11218 * gst-libs/gst/audio/gstringbuffer.h:
11221 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11222 (gst_ffmpeg_caps_to_pixfmt):
11223 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11224 (gst_ffmpegcsp_set_caps):
11225 Some more comments.
11226 Handle missing required caps fields better.
11228 2005-10-31 Wim Taymans <wim@fluendo.com>
11230 * gst-libs/gst/audio/gstbaseaudiosink.c:
11231 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11232 (gst_base_audio_sink_render):
11233 * gst-libs/gst/audio/gstringbuffer.c:
11234 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11235 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11236 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11237 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11238 (gst_ring_buffer_read):
11239 * gst-libs/gst/audio/gstringbuffer.h:
11240 Add flushing mode to the ringbuffer so that it in all cases does
11241 not try to handle more audio. This makes sure it does not try to
11242 block anymore when flushing and fixes a livelock.
11244 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
11246 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11247 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11248 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11249 Explicitly check for -1 values before doing a conversion
11250 and always map them to -1. (#315545)
11252 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
11254 * gst/playback/gstplaybin.c: (gen_video_element):
11255 first try autovideosink, then xvimagesink, then error out
11257 add translatable file
11272 update translations
11274 2005-10-27 Philippe Khalaf <burger at speedy dot org>
11276 * gst-libs/gst/rtp/gstbasedepayload.c:
11277 * gst-libs/gst/rtp/gstbasedepayload.h:
11280 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
11282 * gst/playback/.cvsignore:
11283 * gst/playback/decodetest.c:
11284 * gst/playback/test3.c:
11285 Port these two tests as well.
11287 2005-10-27 Wim Taymans <wim@fluendo.com>
11289 * ext/theora/theoradec.c: (theora_dec_src_query),
11290 (theora_dec_sink_event):
11291 * ext/theora/theoraenc.c: (theora_enc_sink_event),
11292 (theora_enc_change_state):
11293 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11294 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11295 Take proper locks when handling events.
11297 2005-10-27 Wim Taymans <wim@fluendo.com>
11299 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11300 (gst_adder_change_state):
11301 Fix timestamps and fix deadlock when stopping the collectpads.
11303 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
11305 * gst-libs/gst/rtp/gstrtpbuffer.h:
11306 Declaring the payload types as strings too so that they can be used
11307 in the padtemplate inialization.
11309 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
11311 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11313 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11314 (gst_base_rtp_depayload_class_init):
11315 Fixes a small but nasty bug. The derived elements no longer segfaults
11318 2005-10-26 Michael Smith <msmith@fluendo.com>
11320 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11321 When clearing an audioconvert context, set tmpbufsize to zero, so
11322 we'll allocate it again later if required.
11323 This fixes audioconvert re-negotiating formats, which previously
11324 segfaulted with a NULL destination buffer.
11326 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11328 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11329 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11330 (gst_base_rtp_depayload_set_gst_timestamp),
11331 (gst_base_rtp_depayload_queue_release):
11332 Fixed a smalll memleak.
11334 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11335 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11336 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11337 (gst_base_rtp_depayload_finalize),
11338 (gst_base_rtp_depayload_setcaps),
11339 (gst_base_rtp_depayload_add_to_queue),
11340 (gst_base_rtp_depayload_push),
11341 (gst_base_rtp_depayload_set_gst_timestamp),
11342 (gst_base_rtp_depayload_queue_release),
11343 (gst_base_rtp_depayload_thread),
11344 (gst_base_rtp_depayload_change_state):
11345 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11346 Changed the C++ comments to C comments
11348 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
11350 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11351 * gst/tcp/gsttcpclientsrc.h:
11352 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11353 * gst/tcp/gsttcpserversrc.h:
11354 Remove unused 'curoffset' structure member.
11356 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
11358 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11359 (gst_base_rtp_depayload_base_init),
11360 (gst_base_rtp_depayload_finalize):
11361 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11362 * gst-libs/gst/rtp/gstbasertppayload.h:
11363 The pad-template on the sinkpad should be set by the derived classes.
11364 Also added some useful macros.
11366 2005-10-24 Wim Taymans <wim@fluendo.com>
11368 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11369 Correctly flush decoder samples even if we could not
11370 copy them to an output buffer. Fixes #319618.
11372 2005-10-24 Julien MOUTTE <julien@moutte.net>
11374 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11375 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11376 the caps against our xcontext caps.
11378 2005-10-24 Wim Taymans <wim@fluendo.com>
11380 * gst-libs/gst/audio/gstbaseaudiosink.c:
11381 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11383 Use sync property from baseclass to disable sync.
11385 2005-10-24 Wim Taymans <wim@fluendo.com>
11387 * gst-libs/gst/audio/gstbaseaudiosink.c:
11388 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11389 Buffers with no timestamps get aligned with previous buffers or
11390 on underrun, played ASAP.
11392 2005-10-24 Julien MOUTTE <julien@moutte.net>
11394 * gst-libs/gst/video/video.h:
11395 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11396 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11397 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11398 here comes my change on caps for framerate and geometry range.
11399 We are now accepting 1 to MAXINT for width and height, and from
11400 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11401 to be blended correctly in videomixer.
11403 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
11408 === release 0.9.4 ===
11410 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11415 releasing 0.9.4, "Velociraptor"
11417 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11419 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11423 2005-10-21 Wim Taymans <wim@fluendo.com>
11425 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11426 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11427 (pad_blocked), (close_pad_link), (new_pad):
11428 Don't try to remove elements twice.
11430 2005-10-21 Wim Taymans <wim@fluendo.com>
11432 * ext/theora/theoradec.c: (theora_dec_src_query),
11433 (theora_dec_sink_event):
11434 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11435 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11436 (vorbis_handle_data_packet):
11437 * ext/vorbis/vorbisdec.h:
11440 * gst-libs/gst/audio/gstbaseaudiosink.c:
11441 (gst_base_audio_sink_render):
11442 Don't try to sync on buffers without a timestamp.
11444 2005-10-21 Wim Taymans <wim@fluendo.com>
11446 * ext/theora/theoradec.c: (theora_dec_src_query),
11447 (theora_dec_sink_event):
11448 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11449 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11450 (vorbis_handle_data_packet):
11451 * ext/vorbis/vorbisdec.h:
11454 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11456 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11457 (gst_vorbisenc_src_query):
11458 Implement position and duration queries.
11460 * gst/playback/test3.c: (update_scale), (main):
11461 Fix for async state changes and print nicer output.
11463 2005-10-20 Wim Taymans <wim@fluendo.com>
11465 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11466 (dump_element_stats), (main):
11467 * gst/playback/test6.c: (main):
11470 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11472 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11473 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11474 Don't use functions for position queries when handling
11477 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11479 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11480 (vorbis_handle_data_packet), (vorbis_dec_chain),
11481 (vorbis_dec_change_state):
11482 * ext/vorbis/vorbisdec.h:
11483 Vorbis streams can be embedded in other container formats
11484 than ogg, container formats where the demuxer might set
11485 timestamps on encoded vorbis buffers instead of those silly
11486 granulepos thingies. In short: make vorbisdec handle
11487 timestamps on incoming buffers as well.
11489 2005-10-20 Wim Taymans <wim@fluendo.com>
11491 * gst/playback/gstplaybasebin.c: (group_destroy),
11492 (gst_play_base_bin_change_state):
11494 Handle case where playbasebin is now ASYNC because
11497 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11499 * gst/audioconvert/Makefile.am:
11500 * gst/audioconvert/bufferframesconvert.c:
11501 * gst/audioconvert/plugin.c: (plugin_init):
11502 * gst/audioconvert/plugin.h:
11503 And bye bye buffer-frames-convert
11505 2005-10-19 Wim Taymans <wim@fluendo.com>
11507 * check/elements/audioconvert.c:
11508 * docs/libs/tmpl/gstaudio.sgml:
11509 * docs/libs/tmpl/gstcolorbalance.sgml:
11510 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11511 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11512 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11513 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11514 * gst-libs/gst/audio/audio.h:
11515 * gst/audioconvert/audioconvert.h:
11516 * gst/audioconvert/gstaudioconvert.c:
11517 (gst_audio_convert_parse_caps):
11518 * gst/volume/gstvolume.c:
11519 Bye bye buffer-frames.
11521 2005-10-19 Wim Taymans <wim@fluendo.com>
11523 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11524 (query_positions_elems), (query_positions_pads), (update_scale),
11525 (do_seek), (set_update_scale), (message_received), (main):
11526 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11527 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11528 (gst_ogg_demux_loop):
11529 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11530 * ext/theora/theoradec.c: (theora_dec_src_query),
11531 (theora_dec_sink_event):
11532 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11533 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11534 * gst/adder/gstadder.c: (gst_adder_query):
11535 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11536 * gst/playback/test3.c: (update_scale):
11537 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11538 (dump_element_stats), (main):
11539 * gst/playback/test6.c: (main):
11540 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11543 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11545 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11546 (xml_check_first_element), (xml_type_find), (smil_type_find),
11548 Add typefinding for SMIL and for generic XML. Based on patch by
11549 Akos Maroy (#308663).
11551 2005-10-18 Wim Taymans <wim@fluendo.com>
11553 * gst/playback/Makefile.am:
11554 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11555 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11556 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11557 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11558 (gst_decode_bin_change_state):
11559 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11560 (gst_play_bin_send_event_to_sink):
11561 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11562 (dump_element_stats), (main):
11563 * gst/playback/test6.c: (main):
11564 Make playbin async, it'll commit state to paused when all streams
11567 Added test6.c to show async behaviour.
11569 2005-10-18 Wim Taymans <wim@fluendo.com>
11571 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11572 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11573 Fix for segment-start/stop API change.
11575 2005-10-18 Wim Taymans <wim@fluendo.com>
11577 * check/Makefile.am:
11578 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11580 Add future test for clock selection.
11582 2005-10-18 Wim Taymans <wim@fluendo.com>
11584 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11585 (gst_alsasink_close):
11586 Set handle to NULL.
11588 * gst-libs/gst/audio/gstringbuffer.c:
11589 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11590 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11591 (gst_ring_buffer_start), (gst_ring_buffer_pause),
11592 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11593 (gst_ring_buffer_read):
11596 2005-10-17 Stefan Kost <ensonic@users.sf.net>
11598 * gst/audiotestsrc/Makefile.am:
11599 * gst/sine/Makefile.am:
11600 * gst/volume/Makefile.am:
11601 fix broken build of controllerized plugins
11603 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11605 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11607 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11608 (gst_riff_create_video_template_caps):
11609 Add support for Indeo-3 (IV32).
11611 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11616 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11618 * gst-libs/gst/video/video.c: (gst_video_get_size):
11619 * gst/audiotestsrc/gstaudiotestsrc.c:
11622 2005-10-17 Andy Wingo <wingo@pobox.com>
11624 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11625 with the collectpads change.
11626 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11628 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11630 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11632 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11633 alloc_buffer flow return to callers.
11634 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11635 change. Fix some memleaks in theoraenc.
11637 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11638 in strange circumstance.
11640 2005-10-17 Julien MOUTTE <julien@moutte.net>
11642 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11643 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11644 from caps, let's use the caps...
11646 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11649 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11651 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11653 * gst-libs/gst/interfaces/Makefile.am:
11656 2005-10-16 Andy Wingo <wingo@pobox.com>
11658 * gst/playback/gstdecodebin.c
11659 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11661 (try_to_link_1): Increase kraziness level.
11663 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11666 restructure like the core one
11667 * gst-libs/gst/audio/Makefile.am:
11668 * gst-libs/gst/interfaces/Makefile.am:
11669 * gst-libs/gst/net/Makefile.am:
11670 * gst-libs/gst/riff/Makefile.am:
11671 * gst-libs/gst/rtp/Makefile.am:
11672 * gst-libs/gst/tag/Makefile.am:
11673 * gst-libs/gst/video/Makefile.am:
11674 use correct linker flags, now the libs are properly versioned
11675 * check/elements/audioconvert.c: (verify_convert):
11676 * ext/alsa/gstalsaplugin.c:
11677 * ext/cdparanoia/gstcdparanoia.c:
11678 * ext/gnomevfs/gstgnomevfs.c:
11679 * ext/libvisual/visual.c:
11680 * ext/ogg/gstogg.c:
11681 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11682 * ext/theora/theora.c:
11683 * ext/vorbis/vorbis.c:
11684 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11685 * gst-libs/gst/tag/gsttagediting.c:
11686 * gst-libs/gst/video/video.c:
11687 * gst/adder/gstadder.c:
11688 * gst/audioconvert/plugin.c:
11689 * gst/audiorate/gstaudiorate.c:
11690 * gst/audioresample/gstaudioresample.c:
11691 * gst/audioresample/resample_ref.c: (resample_scale_ref):
11692 * gst/audioscale/gstaudioscale.c:
11693 * gst/audioscale/resample.c:
11694 * gst/audiotestsrc/gstaudiotestsrc.c:
11695 * gst/ffmpegcolorspace/gstffmpeg.c:
11696 * gst/playback/gstdecodebin.c: (close_pad_link):
11697 * gst/playback/gstplaybin.c: (gen_video_element),
11698 (gen_audio_element):
11699 * gst/sine/gstsinesrc.c:
11700 * gst/subparse/gstsubparse.c:
11701 * gst/tags/gsttagediting.c:
11702 * gst/tcp/gsttcpplugin.c:
11703 * gst/typefind/gsttypefindfunctions.c:
11704 * gst/videorate/gstvideorate.c:
11705 * gst/videoscale/gstvideoscale.c:
11706 * gst/videotestsrc/gstvideotestsrc.c:
11707 * gst/volume/gstvolume.c:
11708 * sys/v4l/gstv4l.c:
11709 * sys/ximage/ximage.c:
11710 * sys/xvimage/xvimagesink.c:
11713 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
11715 * ext/vorbis/vorbisenc.c:
11716 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11717 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11718 (gst_tag_to_vorbis_comments):
11719 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11721 2005-10-13 Stefan Kost <ensonic@users.sf.net>
11723 * examples/stats/mp2ogg.c:
11724 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11727 2005-10-13 Michael Smith <msmith@fluendo.com>
11729 * ext/ogg/gstoggmux.c:
11730 Use magic glib macros to define constants as 64 bit, to ensure
11731 appropriate vararg passing.
11733 2005-10-13 Michael Smith <msmith@fluendo.com>
11735 * ext/ogg/gstoggmux.c:
11736 * gst/audioconvert/audioconvert.c: (float):
11737 Don't use LL suffix, as it's not portable, and neither of these
11738 uses required it anyway.
11740 2005-10-12 Stefan Kost <ensonic@users.sf.net>
11742 * examples/indexing/indexmpeg.c: (main):
11743 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11744 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11745 (cdparanoia_convert), (cdparanoia_query):
11746 * ext/cdparanoia/gstcdparanoia.h:
11747 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11748 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11749 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11750 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11751 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11752 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11753 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11754 (gst_multifdsink_render), (gst_multifdsink_start),
11755 (gst_multifdsink_stop):
11756 * gst/tcp/gstmultifdsink.h:
11757 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11758 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11759 (gst_tcpclientsink_stop):
11760 * gst/tcp/gsttcpclientsink.h:
11761 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11762 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11763 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11764 * gst/tcp/gsttcpclientsrc.h:
11765 * gst/tcp/gsttcpserversink.h:
11766 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11767 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11768 (gst_tcpserversrc_stop):
11769 * gst/tcp/gsttcpserversrc.h:
11770 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11771 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11772 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11773 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11774 moved bitshift from macro to enum definition
11776 2005-10-12 Wim Taymans <wim@fluendo.com>
11778 * examples/seeking/Makefile.am:
11781 2005-10-12 Wim Taymans <wim@fluendo.com>
11783 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11784 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11785 Don't assert on normal stuff.
11787 * gst/playback/gstplaybin.c: (do_playbin_seek):
11790 2005-10-12 Wim Taymans <wim@fluendo.com>
11792 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11793 * examples/seeking/Makefile.am:
11794 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11795 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11796 (do_seek), (set_update_scale), (message_received), (main):
11797 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11798 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11799 Update for _get_state() API change.
11801 2005-10-11 Wim Taymans <wim@fluendo.com>
11803 * gst-libs/gst/audio/gstbaseaudiosink.c:
11804 (gst_base_audio_sink_render):
11805 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11806 (gst_base_audio_src_create):
11807 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11808 (gst_ring_buffer_read):
11810 Commit and read from ringbuffer in samples rather than bytes.
11812 2005-10-11 Wim Taymans <wim@fluendo.com>
11814 * gst-libs/gst/audio/gstbaseaudiosink.c:
11815 (gst_base_audio_sink_render):
11816 Respect segment rate and accum when scheduling samples.
11818 2005-10-11 Julien MOUTTE <julien@moutte.net>
11820 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11821 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11822 EOS correctly, that needs more work.
11824 2005-10-11 Wim Taymans <wim@fluendo.com>
11826 * check/generic/states.c: (GST_START_TEST):
11827 remove old property.
11829 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11830 (gst_ogg_demux_perform_seek):
11831 * ext/theora/theoradec.c: (theora_dec_sink_event):
11832 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11833 (vorbis_handle_data_packet):
11834 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11835 (gst_base_rtp_depayload_set_gst_timestamp):
11836 * gst/videorate/gstvideorate.c: (gst_videorate_event):
11837 Update for newsegment API change.
11839 2005-10-11 Michael Smith <msmith@fluendo.com>
11841 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11842 (do_playbin_seek), (gst_play_bin_send_event):
11843 Override send_event differently, so that we can takes bits of
11844 functionality from GstPipeline (special handling for seeks,
11845 including pausing/resuming, and resetting stream time) and still get
11846 the appropriate behaviour of only forwarding event to a single sink,
11847 rather than all of them.
11848 Unfortunately requires a lot of code duplication, but the
11849 alternatives are equally ugly in the end.
11851 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
11853 * check/elements/audioconvert.c: (setup_audioconvert),
11854 (cleanup_audioconvert), (get_int_caps), (verify_convert),
11855 (GST_START_TEST), (audioconvert_suite):
11856 clean up tests a little, fix some leaks.
11858 2005-10-10 Wim Taymans <wim@fluendo.com>
11860 * ext/alsa/gstalsasink.c:
11861 Also allow unsigned int.
11863 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11864 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11867 2005-10-10 Wim Taymans <wim@fluendo.com>
11869 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11870 Small update, use API as stated in design docs.
11872 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11873 (update_scale), (do_seek), (seek_cb), (set_update_scale),
11874 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11875 (message_received), (main):
11876 Updated seek example for GOption. Some usability improvements.
11878 2005-10-10 Wim Taymans <wim@fluendo.com>
11880 * gst/audioconvert/audioconvert.h:
11881 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11882 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11883 Alloc temp storage somewhere else where we can do it more
11886 2005-10-10 Wim Taymans <wim@fluendo.com>
11888 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11889 (gst_tcpserversrc_start):
11890 Don't block in accept while doing the state change, move
11891 to poll and make cancellable.
11893 2005-10-09 Philippe Khalaf <burger@speedy.org>
11895 * gst-libs/gst/rtp/rtpbasedepayload.c:
11896 Set timestamp and add queue delay to timestamp
11897 * gst-libs/gst/rtp/rtpbuffer.h:
11898 Set correct payload type for h263
11900 2005-10-09 Stefan Kost <ensonic@users.sf.net>
11902 * gst/audiotestsrc/gstaudiotestsrc.c:
11903 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11904 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11905 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11906 (gst_audiotestsrc_create_triangle),
11907 (gst_audiotestsrc_create_silence),
11908 (gst_audiotestsrc_create_white_noise),
11909 (gst_audiotestsrc_init_pink_noise),
11910 (gst_audiotestsrc_generate_pink_noise_value),
11911 (gst_audiotestsrc_create_pink_noise),
11912 (gst_audiotestsrc_change_wave):
11913 * gst/audiotestsrc/gstaudiotestsrc.h:
11914 fixed typo, added pink noise
11916 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11918 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11920 Add wavpack and spc typefind functions from 0.8 branch.
11922 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11924 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11925 (ar_type_find), (msdos_type_find), (plugin_init):
11926 Add typefind functions for tar archives, ar archives,
11927 RAR archives, and msdos-executables (dlls, exe, etc.).
11928 Some of those would be wrongly identified as mpeg
11929 streams of some sort before (#315550).
11931 2005-10-09 Stefan Kost <ensonic@users.sf.net>
11934 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11935 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11936 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11937 * gst/audiotestsrc/Makefile.am:
11938 * gst/audiotestsrc/gstaudiotestsrc.c:
11939 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11940 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11941 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11942 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11943 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11944 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11945 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11946 (gst_audiotestsrc_create_silence),
11947 (gst_audiotestsrc_create_white_noise),
11948 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11949 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11950 (gst_audiotestsrc_start), (plugin_init):
11951 * gst/audiotestsrc/gstaudiotestsrc.h:
11952 add new plugin and element
11953 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11956 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11958 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11959 (gst_adder_init), (gst_adder_request_new_pad),
11960 (gst_adder_change_state):
11961 Add query function to source pad, so adder reports the correct
11962 time/sample position when queried (#315457); fix state change
11963 function; use GST_DEBUG_FUNCPTR() for pad functions.
11965 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
11967 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11968 Fix leaks in typefind registration
11969 Clean up the gratuitous commenting and whitespacing a little
11971 2005-10-08 Wim Taymans <wim@fluendo.com>
11973 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11974 Only actually wait for the thread to be stopped if it's
11977 2005-10-08 Wim Taymans <wim@fluendo.com>
11979 * gst-libs/gst/audio/gstbaseaudiosink.c:
11980 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11981 If we receive EOS we can start playback of what we had.
11983 2005-10-08 Wim Taymans <wim@fluendo.com>
11985 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11986 (gst_multifdsink_finalize), (multifdsink_hash_remove),
11987 (gst_multifdsink_stop):
11988 Fix crasher when going to NULL multiple times.
11990 2005-10-06 Wim Taymans <wim@fluendo.com>
11992 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11993 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11994 * gst-libs/gst/audio/gstbaseaudiosrc.h:
11995 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11996 patch from Edgard Lima <edgard.lima@indt.org.br>
11997 Fixed gstbaseaudiosrc adding ring buffer sync to it.
11999 2005-10-06 Wim Taymans <wim@fluendo.com>
12001 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12002 Report the FLOW_RETURN as string in the error message.
12004 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12005 Don't assert when clearing an unnegotiated buffer.
12007 2005-10-04 Michael Smith <msmith@fluendo.com>
12009 * gst/playback/gstplaybasebin.c: (group_destroy),
12010 (gen_preroll_element), (remove_groups), (setup_source):
12011 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12012 (setup_sinks), (gst_play_bin_send_event),
12013 (gst_play_bin_change_state):
12014 Set state to NULL before removing from bin. Fix refcounting.
12016 2005-10-04 Michael Smith <msmith@fluendo.com>
12018 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12019 Correct refcounting in send_event() function. Previously was wrong
12020 if the first sink was unable to handle the event.
12022 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12025 back to development
12027 === release 0.9.3 ===
12029 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12032 Releasing 0.9.3, "De Facto"
12034 2005-10-03 Andy Wingo <wingo@pobox.com>
12036 * gst/playback/gstdecodebin.c (try_to_link_1)
12037 (remove_element_chain): set element to NULL before removing it.
12039 2005-10-02 Johan Dahlin <johan@gnome.org>
12041 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
12042 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12045 2005-10-02 Andy Wingo <wingo@pobox.com>
12047 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
12048 (gst_ring_buffer_prepare_read):
12049 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12052 2005-09-29 Wim Taymans <wim@fluendo.com>
12054 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12055 * ext/theora/theoradec.c: (theora_handle_data_packet):
12056 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12057 Propagate error codes from alloc_buffer too.
12059 2005-09-29 Wim Taymans <wim@fluendo.com>
12061 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12064 * gst/playback/Makefile.am:
12065 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12066 (dump_element_stats), (main):
12067 Added example stream introspection code.
12069 2005-09-28 Stefan Kost <ensonic@users.sf.net>
12071 * gst/adder/gstadder.c: (gst_adder_collected):
12072 fix adder for float elements
12074 2005-09-28 Wim Taymans <wim@fluendo.com>
12076 * gst-libs/gst/audio/gstbaseaudiosink.c:
12077 (gst_base_audio_sink_class_init),
12078 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12079 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12080 (gst_base_audio_src_class_init),
12081 (gst_base_audio_src_provide_clock):
12082 get_clock -> provide_clock
12084 2005-09-28 Andy Wingo <wingo@pobox.com>
12086 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12089 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12092 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12093 Actually add the pad template.
12094 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12096 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12099 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12100 from fdsrc. Get caps in create() instead of start() so it can be
12101 interrupted. Interruption somewhat untested.
12103 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12104 Proper EOS handling.
12106 2005-09-27 Andy Wingo <wingo@pobox.com>
12108 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12110 * gst/tcp/gsttcpserversrc.c: Cleaned up.
12112 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12114 * gst/tcp/gsttcp.h:
12115 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12116 out of tcpclientsrc.c. Cancellable.
12117 (gst_tcp_socket_read): Made private, cancellable, with better
12118 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12119 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12120 whole buffer, and better diagnostics.
12121 (gst_tcp_gdp_read_caps): Same.
12123 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12125 2005-09-26 Andy Wingo <wingo@pobox.com>
12127 * gst/sine/gstsinesrc.h:
12128 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12129 change the 'sync' property to 'is-live' and implement it halfway,
12130 update for controller api change.
12132 * gst/volume/gstvolume.c (volume_transform_ip): Update for
12133 controller api change.
12135 2005-09-24 Wim Taymans <wim@fluendo.com>
12137 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12138 * gst-libs/gst/audio/gstaudiosink.c:
12139 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12140 (gst_audioringbuffer_stop):
12141 * gst-libs/gst/audio/gstbaseaudiosink.c:
12142 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12143 (gst_base_audio_sink_change_state):
12144 * gst-libs/gst/audio/gstbaseaudiosink.h:
12145 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12146 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12147 (gst_ring_buffer_commit), (gst_ring_buffer_read):
12148 * gst-libs/gst/audio/gstringbuffer.h:
12149 Fix sync again. Moved sample alignment to basesink.
12151 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
12153 * docs/plugins/Makefile.am:
12154 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12155 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12156 * gst/volume/gstvolume.c:
12158 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12159 * gst-libs/gst/audio/audio.h:
12160 add conversion macros for frames <-> clocktime
12162 2005-09-23 David Schleef <ds@schleef.org>
12164 * gst/audioresample/Makefile.am:
12165 * gst/audioresample/debug.h:
12166 * gst/audioresample/gstaudioresample.c:
12167 * gst/audioresample/resample.c: Convert to using gst debugging
12169 2005-09-22 Wim Taymans <wim@fluendo.com>
12171 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12172 (gst_play_bin_send_event):
12173 Only seek on one sink, the first one that succeeds.
12175 2005-09-22 Michael Smith <msmith@fluendo.com>
12177 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12178 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12179 Don't flush encoder state unless we have an initialised encoder.
12180 Clear out encoder state on PAUSED_TO_READY.
12182 2005-09-22 Wim Taymans <wim@fluendo.com>
12184 * gst-libs/gst/rtp/gstbasertppayload.c:
12185 (gst_basertppayload_class_init), (gst_basertppayload_init),
12186 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12187 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12188 (gst_basertppayload_is_filled), (gst_basertppayload_push),
12189 (gst_basertppayload_set_property),
12190 (gst_basertppayload_get_property),
12191 (gst_basertppayload_change_state):
12192 * gst-libs/gst/rtp/gstbasertppayload.h:
12193 Added max-ptime to control amount of data in the rtp packets.
12195 2005-09-21 Andy Wingo <wingo@pobox.com>
12197 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12200 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12201 can be called multiple times, dogs.
12203 2005-09-21 Wim Taymans <wim@fluendo.com>
12205 * gst-libs/gst/rtp/gstbasertppayload.c:
12206 (gst_basertppayload_class_init), (gst_basertppayload_init),
12207 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12208 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12209 (gst_basertppayload_push), (gst_basertppayload_get_property),
12210 (gst_basertppayload_change_state):
12213 2005-09-21 Stefan Kost <ensonic@users.sf.net>
12215 * docs/libs/compiling.sgml:
12218 2005-09-20 Wim Taymans <wim@fluendo.com>
12220 * gst-libs/gst/rtp/gstbasertppayload.c:
12221 (gst_basertppayload_class_init), (gst_basertppayload_init),
12222 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12223 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12224 (gst_basertppayload_push), (gst_basertppayload_set_property),
12225 (gst_basertppayload_get_property),
12226 (gst_basertppayload_change_state):
12227 * gst-libs/gst/rtp/gstbasertppayload.h:
12228 Added property to configure sequence number offsets.
12230 2005-09-20 Wim Taymans <wim@fluendo.com>
12232 * gst-libs/gst/rtp/gstbasertppayload.c:
12233 (gst_basertppayload_class_init), (gst_basertppayload_init),
12234 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12235 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12236 (gst_basertppayload_push), (gst_basertppayload_set_property),
12237 (gst_basertppayload_get_property),
12238 (gst_basertppayload_change_state):
12239 * gst-libs/gst/rtp/gstbasertppayload.h:
12240 Make timestamp offset configurable.
12242 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
12244 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12245 fix wrong pop/unref
12247 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
12249 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12251 * gst-libs/gst/interfaces/propertyprobe.c:
12252 (gst_property_probe_probe_property_name),
12253 (gst_property_probe_needs_probe_name),
12254 (gst_property_probe_get_values_name),
12255 (gst_property_probe_probe_and_get_values_name):
12256 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12257 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12259 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
12261 * check/Makefile.am:
12262 have some tests be disabled for valgrinding
12263 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12265 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12266 Fix A Leak. Chain To Parent Finalize.
12268 2005-09-19 Wim Taymans <wim@fluendo.com>
12270 * examples/seeking/seek.c: (make_wav_pipeline), (main):
12271 Fixed wav pipeline.
12273 2005-09-19 Wim Taymans <wim@fluendo.com>
12275 * gst-libs/gst/rtp/gstbasertppayload.c:
12276 (gst_basertppayload_class_init), (gst_basertppayload_init),
12277 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12278 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12279 (gst_basertppayload_push), (gst_basertppayload_get_property),
12280 (gst_basertppayload_change_state):
12281 Posting ERROR and WARNING messages is good.
12283 2005-09-19 Wim Taymans <wim@fluendo.com>
12285 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12286 (gst_base_rtp_depayload_add_to_queue),
12287 (gst_base_rtp_depayload_push),
12288 (gst_base_rtp_depayload_set_gst_timestamp),
12289 (gst_base_rtp_depayload_queue_release):
12290 This one was not supposed to go in.
12292 2005-09-19 Wim Taymans <wim@fluendo.com>
12294 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12297 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12298 (gst_base_rtp_depayload_chain),
12299 (gst_base_rtp_depayload_add_to_queue),
12300 (gst_base_rtp_depayload_push),
12301 (gst_base_rtp_depayload_set_gst_timestamp),
12302 (gst_base_rtp_depayload_queue_release):
12305 * gst-libs/gst/rtp/gstbasertppayload.c:
12306 (gst_basertppayload_class_init), (gst_basertppayload_init),
12307 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12308 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12309 (gst_basertppayload_get_property),
12310 (gst_basertppayload_change_state):
12311 Added debugging category.
12313 2005-09-18 David Schleef <ds@schleef.org>
12315 * gst/playback/gstdecodebin.c: free plugin list correctly
12316 * gst/playback/gstplaybin.c: emit warning if autovideosink
12317 and autoaudiosink can't be found (instead of segfaulting)
12319 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
12321 * check/elements/audioconvert.c: (GST_START_TEST):
12322 try out 24 bit conversion
12324 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12326 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12327 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12328 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12329 * ext/vorbis/vorbisenc.h:
12330 Fix EOS handling. Still needs a fix in the ogg muxer to
12331 mark the last page as eos.
12333 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12335 * common/gtk-doc-plugins.mak:
12336 * docs/plugins/Makefile.am:
12337 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12338 * gst/ffmpegcolorspace/Makefile.am:
12339 * gst/ffmpegcolorspace/avcodec.h:
12340 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12341 * gst/tcp/gstmultifdsink.c:
12342 fix up ffmpegcolorspace docs; extract header
12344 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12346 * common/gtk-doc-plugins.mak:
12347 * docs/plugins/Makefile.am:
12348 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12349 * ext/theora/Makefile.am:
12350 * ext/theora/gsttheoraenc.h:
12351 * ext/theora/theoraenc.c:
12352 * ext/vorbis/vorbisenc.c:
12353 pick up signals and args for vorbis; add some docs for vorbis
12355 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12357 * common/gstdoc-scangobj:
12358 * common/gtk-doc-plugins.mak:
12359 * docs/libs/Makefile.am:
12360 * docs/plugins/gst-plugins-base-plugins.args:
12361 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12362 * docs/plugins/gst-plugins-base-plugins.interfaces:
12363 * docs/plugins/gst-plugins-base-plugins.prerequisites:
12364 * docs/plugins/gst-plugins-base-plugins.signals:
12365 only scanobj stuff from our source module. Not sure yet
12366 if that's correct, given the hierarchy stuff :)
12368 2005-09-15 Wim Taymans <wim@fluendo.com>
12370 * gst/audioconvert/gstaudioconvert.c:
12371 And enable 24 bits mode as well..
12373 2005-09-15 Wim Taymans <wim@fluendo.com>
12375 * gst-libs/gst/rtp/Makefile.am:
12376 * gst-libs/gst/rtp/gstbasertppayload.c:
12377 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12378 (gst_basertppayload_class_init), (gst_basertppayload_init),
12379 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12380 (gst_basertppayload_chain), (gst_basertppayload_set_options),
12381 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12382 (gst_basertppayload_set_property),
12383 (gst_basertppayload_get_property),
12384 (gst_basertppayload_change_state):
12385 * gst-libs/gst/rtp/gstbasertppayload.h:
12386 Added rtp payloader base class.
12388 2005-09-15 Andy Wingo <wingo@pobox.com>
12390 * configure.ac (plugindir): Remove the EOL matcher from the
12391 regexp, as it causes me problems. Libtool? Make? Who knows?
12393 2005-09-14 David Schleef <ds@schleef.org>
12395 * check/generic/states.c:
12396 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12397 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12398 Fixes for changes in registry API.
12400 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
12401 to GST_PLUGIN_LDFLAGS.
12402 * ext/libvisual/visual.c: Make the library shut up.
12403 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12404 * gst-libs/gst/audio/gstaudiofilter.c: same
12406 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12408 * docs/plugins/Makefile.am:
12409 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12410 * docs/plugins/inspect/plugin-libvisual.xml:
12411 * docs/plugins/tmpl/element-tcpserversink.sgml:
12412 * ext/theora/theoraenc.c:
12413 add libvisual plugin and theoraenc element to docs
12415 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12417 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12418 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12419 * ext/theora/theoraenc.c:
12422 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
12424 * gst/audioconvert/Makefile.am:
12425 Audioconvert derives from GstBaseTransform and should
12426 link to the library with our base elements to avoid
12427 unresolved symbols. Makes things work with MinGW (#316160)
12429 * gst/playback/test4.c: (main):
12430 Fix MinGW build problem and use g_usleep() instead of
12433 2005-09-12 Wim Taymans <wim@fluendo.com>
12435 * gst/audioconvert/audioconvert.c: (float),
12436 (audio_convert_prepare_context), (audio_convert_convert):
12437 * gst/audioconvert/audioconvert.h:
12438 Cleanups, speedups, simplifications, added back support
12441 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
12443 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12444 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12445 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12446 * docs/plugins/tmpl/element-tcpserversink.sgml:
12447 * gst/ffmpegcolorspace/gstffmpeg.c:
12448 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12449 * gst/videotestsrc/gstvideotestsrc.c:
12450 * gst/volume/gstvolume.c:
12451 add more elements to the docs
12453 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
12455 * check/Makefile.am:
12456 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12457 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12458 Add extra tests for basetransform based components.
12459 Comment out the test_element_negotiation test until we decide
12460 if it's testing correct behaviour.
12461 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12462 (gst_visual_chain), (gst_visual_change_state):
12463 Slightly more correct but still bogus timestamping.
12464 Fix state change function.
12465 * gst/audioconvert/gstaudioconvert.c:
12466 (gst_audio_convert_class_init):
12467 * gst/audioresample/gstaudioresample.c:
12468 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12469 (gst_ffmpegcsp_class_init):
12470 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12471 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12472 (gst_videoscale_prepare_image):
12473 * gst/volume/gstvolume.c: (gst_volume_class_init),
12474 (volume_transform_ip):
12475 Basetransform updates. Enable passthrough modes.
12476 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12477 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12478 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12479 Negotiation fix that allows the window to return to the original
12480 size and renegotiate passthrough upstream. Extra debug output.
12482 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
12484 * gst/sine/gstsinesrc.c:
12485 * gst/volume/gstvolume.c:
12486 fix up header include
12488 2005-09-09 Stefan Kost <ensonic@users.sf.net>
12490 * gst-libs/gst/audio/gstbaseaudiosink.c:
12491 (gst_base_audio_sink_render):
12492 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12493 * gst/volume/gstvolume.c: (gst_volume_class_init),
12494 (volume_transform):
12495 fixing lost sync, some more debugging
12497 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
12499 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12500 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12501 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12502 (gst_xvimagesink_check_xshm_calls):
12503 Fix compilation when XShm is not available.
12505 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12507 * ext/libvisual/visual.c: (gst_visual_dispose),
12508 (gst_visual_getcaps), (gst_visual_src_setcaps),
12509 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12510 (gst_visual_change_state):
12511 Finish fixing up libvisual plugin so that it runs.
12513 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12515 * ext/vorbis/vorbisenc.c:
12516 * gst-libs/gst/tag/gstvorbistag.c:
12517 gsttaginterface.h -> gsttagsetter.h
12519 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12521 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12522 added another test that failes for me (test is not active by default)
12524 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12527 v4l2 is no longer in gst-plugins-base
12529 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12532 In the output at the end, don't show the first plugin on the same
12533 line as "Core plug-ins, always built:".
12534 Indent the output as for other plugin categories
12535 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12536 #define that can be used to not use peer buffer_alloc functions for
12538 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12539 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12540 (gst_ximagesink_show_frame):
12541 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12542 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12543 (gst_xvimagesink_show_frame):
12544 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12545 fails gracefully instead of XError aborting or deadlocking.
12547 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12549 * ext/libvisual/Makefile.am:
12550 link against gst-base-libs
12552 2005-09-06 David Schleef <ds@schleef.org>
12554 * configure.ac: Enable libvisual plugin.
12555 * ext/libvisual/Makefile.am:
12556 * ext/libvisual/visual.c: Fixes to make it compile.
12558 === release 0.9.2 ===
12560 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
12565 * docs/random/ChangeLog-0.8:
12566 releasing 0.9.2, "Spoon"
12568 2005-09-05 Michael Smith <msmith@fluendo.com>
12570 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12571 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12572 that in the vorbisenc element.
12574 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12576 * common/gtk-doc-plugins.mak:
12577 * docs/plugins/Makefile.am:
12579 * gst/audioresample/resample.c:
12580 fix wrong docstring
12582 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12584 * common/gst-xmlinspect.py:
12585 * common/gtk-doc-plugins.mak:
12586 only inspect plugins for this given package
12587 require gst-python 0.9
12589 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
12593 * common/gst-xmlinspect.py:
12595 * docs/Makefile.am:
12596 * docs/plugins/inspect/plugin-alsa.xml:
12597 * docs/plugins/inspect/plugin-audioresample.xml:
12598 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12599 * docs/plugins/inspect/plugin-ogg.xml:
12600 * docs/plugins/tmpl/element-gnomevfssink.sgml:
12601 * docs/plugins/tmpl/element-multifdsink.sgml:
12602 * docs/plugins/tmpl/element-tcpserversink.sgml:
12603 * docs/plugins/tmpl/element-vorbisenc.sgml:
12604 * gst-plugins-base.spec.in:
12605 various doc-related updates
12607 2005-08-31 Wim Taymans <wim@fluendo.com>
12609 * gst-libs/gst/audio/gstbaseaudiosink.c:
12610 (gst_base_audio_sink_render):
12611 Resync if the buffer timestamps drift more than a 10th
12614 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
12616 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12617 (gst_v4lsrc_get_property):
12618 The 'timestamp-offset' property is registered as an int64, so
12619 let's use g_value_{set|get}_int64() in our setter and getter
12620 functions (makes it work and fixes warnings with gst-inspect).
12622 2005-08-30 Wim Taymans <wim@fluendo.com>
12624 * check/elements/audioconvert.c: (setup_audioconvert):
12625 * check/elements/audioresample.c: (setup_audioresample):
12626 * check/elements/volume.c: (setup_volume):
12629 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
12631 * common/gtk-doc-plugins.mak:
12632 * common/plugins.xsl:
12633 * docs/plugins/Makefile.am:
12634 make module a param
12636 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12638 * examples/seeking/seek.c: (make_mp3_pipeline),
12639 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12640 (play_cb), (pause_cb), (stop_cb):
12643 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12645 * gst/volume/gstvolume.c: (gst_volume_class_init),
12646 (volume_transform):
12647 do not update controlled params, if buffer has no timestamp
12649 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12652 * gst/sine/Makefile.am:
12653 * gst/volume/Makefile.am:
12654 controllerized elements also need to link against controller-libs ;)
12656 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12658 * docs/libs/tmpl/gstcolorbalance.sgml:
12659 * docs/libs/tmpl/gstgconf.sgml:
12660 * docs/libs/tmpl/gstmixer.sgml:
12661 * docs/libs/tmpl/gstringbuffer.sgml:
12662 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12663 (gst_sinesrc_create):
12664 * gst/volume/gstvolume.c: (gst_volume_class_init),
12665 (volume_transform):
12666 controllerized two audio plugins
12668 2005-08-29 Andy Wingo <wingo@pobox.com>
12670 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
12671 (vorbis_handle_data_packet): Fix some int overflow errors.
12673 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12675 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12677 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12678 if it's valid. Fixed streaming-mode playback.
12680 * check/elements/volume.c (cleanup_volume): Fix for running
12683 * check/elements/audioconvert.c: Convert from native endian, not
12686 2005-08-29 Michael Smith <msmith@fluendo.com>
12688 * ext/ogg/Makefile.am:
12689 * ext/ogg/gstogg.c: (plugin_init):
12690 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12691 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12692 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12693 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12694 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12695 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12696 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12697 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12698 Add an ogg parser element.
12700 2005-08-28 Andy Wingo <wingo@pobox.com>
12702 * Updates for two-arg init from GST_BOILERPLATE_FULL.
12704 2005-08-26 Wim Taymans <wim@fluendo.com>
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 (audio_convert_convert):
12713 2005-08-26 Wim Taymans <wim@fluendo.com>
12715 * gst/audioconvert/audioconvert.c: (if), (float),
12716 (audio_convert_get_func_index), (check_default),
12717 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12718 (audio_convert_clean_context), (audio_convert_get_sizes),
12719 (audio_convert_convert):
12720 More elegant and working temp buffer selection algo.
12722 2005-08-26 Wim Taymans <wim@fluendo.com>
12724 * gst/audioconvert/audioconvert.c: (if), (float),
12725 (audio_convert_get_func_index), (check_default),
12726 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12727 (audio_convert_clean_context), (audio_convert_get_sizes),
12728 (get_temp_buffer), (audio_convert_convert):
12729 Use realloc else we lose our original data.
12731 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
12733 * gst/audioresample/gstaudioresample.c:
12734 use base class' newsegment to properly timestamp
12736 2005-08-26 Wim Taymans <wim@fluendo.com>
12738 * gst/audioconvert/audioconvert.c: (if), (float),
12739 (audio_convert_get_func_index), (check_default),
12740 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12741 (audio_convert_clean_context), (audio_convert_get_sizes),
12742 (get_temp_buffer), (audio_convert_convert):
12743 * gst/audioconvert/gstaudioconvert.c:
12744 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12745 (gst_audio_convert_transform_caps),
12746 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12747 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12748 Oops, allocate enough space to perform the channel mix.
12750 2005-08-26 Wim Taymans <wim@fluendo.com>
12752 * gst/audioconvert/Makefile.am:
12753 * gst/audioconvert/audioconvert.c: (if), (float),
12754 (audio_convert_get_func_index), (check_default),
12755 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12756 (audio_convert_clean_context), (audio_convert_get_sizes),
12757 (get_temp_buffer), (audio_convert_convert):
12758 * gst/audioconvert/audioconvert.h:
12759 * gst/audioconvert/gstaudioconvert.c:
12760 (gst_audio_convert_class_init), (gst_audio_convert_init),
12761 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12762 (gst_audio_convert_get_unit_size),
12763 (gst_audio_convert_transform_caps),
12764 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12765 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12766 * gst/audioconvert/gstaudioconvert.h:
12767 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12768 (gst_channel_mix_fill_identical),
12769 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12770 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12771 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12772 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12773 (gst_channel_mix_mix):
12774 * gst/audioconvert/gstchannelmix.h:
12775 Cleanups, librarify a bit, optimize, better negotiation and more.
12777 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12779 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12780 Another from MikeS:
12781 During typefinding, don't support negative offsets
12782 (offsets from the end of the stream) in our typefind->peek() function
12783 - nothing embedded in ogg ever needs them. However, we need to recognise
12784 those requests and reject them, otherwise we return invalid pointers.
12786 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12788 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12789 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12790 (vorbisdec_finalize), (vorbis_handle_type_packet):
12791 Big shout-out to MikeS for fixing this giant memory leak.
12794 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12796 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12797 (audio_convert_get_unit_size):
12800 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12802 * check/Makefile.am:
12803 * check/elements/audioconvert.c: (setup_audioconvert),
12804 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12805 (GST_START_TEST), (audioconvert_suite), (main):
12806 add a test for audioconvert
12807 * gst/audioresample/gstaudioresample.c:
12808 * gst/audioresample/gstaudioresample.h:
12809 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12810 note that for buffers of 1/3 sec this means DURATION(c) is
12811 one nanosecond more than for a and b
12813 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12815 * check/Makefile.am:
12816 * check/elements/audioresample.c: (setup_audioresample),
12817 (cleanup_audioresample), (fail_unless_perfect_stream),
12818 (test_perfect_stream_instance), (GST_START_TEST),
12819 add a check for audioresample
12820 (audioresample_suite), (main):
12821 * check/elements/volume.c: (GST_START_TEST):
12822 remove unused method
12823 * gst/audioresample/gstaudioresample.c:
12824 set correct buffer parameters since we're changing them
12825 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12828 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12830 * gst/audioresample/debug.c:
12831 * gst/audioresample/gstaudioresample.c:
12832 add room for extra overlap samples when asked to transform size
12833 protect against possible mem corruption and check for discrepancies
12834 between written size and outbuffer's size so we can warn for
12836 * gst/audioresample/resample.c: (resample_init),
12837 (resample_get_output_size_for_input), (resample_get_output_size),
12838 (resample_set_n_channels), (resample_set_format):
12839 set debug level based on RESAMPLE_DEBUG env var
12840 make sure that get_output_size* returns a whole number of
12842 set sample_size each time either channel or format is set
12843 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12844 * gst/audioresample/resample_functable.c:
12845 (resample_scale_functable):
12846 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12847 remove r->sample_size, it's done in resample.c now
12848 add some debugging to the ref implementation
12849 make sure we only give back bytes that are wholes of the sample
12852 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
12853 * gst/playback/gstplaybasebin.c: (fill_buffer):
12854 Revert unpopular change for GST_MESSAGE_SRC to GObject.
12856 2005-08-25 Stefan Kost <ensonic@users.sf.net>
12858 * gst/volume/gstvolume.c:
12859 made set_caps function static
12861 2005-08-24 Wim Taymans <wim@fluendo.com>
12863 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12864 (gst_vorbisenc_change_state):
12865 Stop leaking taglists.
12867 2005-08-24 Wim Taymans <wim@fluendo.com>
12869 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12870 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12871 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12872 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12873 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12874 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12875 Parse seeking events better.
12877 Generate correct newsegment events, fixes seeking in live oggs.
12879 * ext/theora/theoradec.c: (theora_dec_src_query),
12880 (theora_dec_src_event), (theora_dec_src_getcaps),
12881 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12882 Use newsegment values to report correct play time.
12884 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12885 (vorbis_dec_src_event), (vorbis_dec_sink_event):
12886 * ext/vorbis/vorbisdec.h:
12887 Parse and use newsegment values to report correct play time.
12889 * gst-libs/gst/audio/gstbaseaudiosink.c:
12890 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12891 Clear ringbuffer on flush.
12892 Use newsegment values to calculate playback time.
12894 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12895 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12896 Basesink does newsegment calculations for us now.
12898 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12900 * check/Makefile.am:
12902 add core's plugins to the mix so that playbin works
12903 * check/generic/states.c: (GST_START_TEST):
12904 set a 0 timeout on pipelines, so they don't force the next
12906 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12907 (gst_play_base_bin_change_state):
12908 remove the crappy error handling and do GST error handling
12910 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12912 * check/Makefile.am:
12913 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12914 add same test as to core, it bitches out on playbin atm.
12916 2005-08-24 Wim Taymans <wim@fluendo.com>
12921 2005-08-24 Wim Taymans <wim@fluendo.com>
12923 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12924 (gst_videoscale_prepare_size), (parse_caps),
12925 (gst_videoscale_set_caps), (gst_videoscale_get_size),
12926 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12927 (gst_videoscale_transform):
12928 * gst/videoscale/gstvideoscale.h:
12929 Refactor, make use of BaseTranform really well.
12931 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12934 compile audioresample
12935 * gst/audioresample/Makefile.am:
12936 * gst/audioresample/buffer.c:
12937 * gst/audioresample/functable.c:
12938 * gst/audioresample/gstaudioresample.c:
12939 * gst/audioresample/gstaudioresample.h:
12940 * gst/audioresample/resample.c:
12941 (resample_get_output_size_for_input):
12942 * gst/audioresample/resample.h:
12943 * gst/audioresample/resample_chunk.c:
12944 * gst/audioresample/resample_functable.c:
12945 * gst/audioresample/resample_ref.c:
12946 port to use basetransform; doesn't work in all cases yet
12948 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12950 * gst/audioconvert/gstaudioconvert.c:
12951 (gst_audio_convert_class_init), (gst_audio_convert_init),
12952 (audio_convert_get_unit_size), (audio_convert_transform_caps),
12953 (audio_convert_fixate_caps), (audio_convert_set_caps),
12954 (audio_convert_transform),
12955 (gst_audio_convert_buffer_to_default_format),
12956 (gst_audio_convert_buffer_from_default_format),
12957 (gst_audio_convert_channels):
12958 * gst/audioconvert/gstchannelmix.c:
12959 * gst/audioconvert/gstchannelmix.h:
12960 port to basetransform
12961 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12962 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12963 (gst_ffmpegcsp_get_unit_size):
12964 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12965 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12966 fix for basetransform changes
12968 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
12970 * check/Makefile.am:
12971 Add CHECK_CFLAGS and LDFLAGS
12973 * gst/playback/gstplaybasebin.c: (fill_buffer):
12974 GST_MESSAGE_SRC became a GObject
12976 2005-08-24 Wim Taymans <wim@fluendo.com>
12978 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12979 (gst_ring_buffer_clear_all):
12980 * gst-libs/gst/audio/gstringbuffer.h:
12981 Added function to clear the ringbuffer.
12983 2005-08-24 Andy Wingo <wingo@pobox.com>
12985 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
12986 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12987 of _open and _close.
12989 * sys/v4l/gstv4lxoverlay.h:
12990 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12991 an Xv connection here, instead of all the time. Make Xv only be
12992 loaded if you axe for it. Kindof a workaround for buggy behaviour
12993 of Xv when using remote xservers (XvQueryExtension would block).
12994 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12995 replace the _open and _close public API. Only start the xv
12996 connection if necessary.
12997 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12999 2005-08-23 David Schleef <ds@schleef.org>
13001 * gst/audioresample/Makefile.am: Leet audioresampling code
13002 * gst/audioresample/buffer.c:
13003 * gst/audioresample/buffer.h:
13004 * gst/audioresample/debug.c:
13005 * gst/audioresample/debug.h:
13006 * gst/audioresample/functable.c:
13007 * gst/audioresample/functable.h:
13008 * gst/audioresample/gstaudioresample.c:
13009 * gst/audioresample/gstaudioresample.h:
13010 * gst/audioresample/resample.c:
13011 * gst/audioresample/resample.h:
13012 * gst/audioresample/resample_chunk.c:
13013 * gst/audioresample/resample_functable.c:
13014 * gst/audioresample/resample_ref.c:
13016 2005-08-23 Wim Taymans <wim@fluendo.com>
13018 * examples/seeking/seek.c: (make_vorbis_pipeline),
13019 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13020 Small seek updates.
13022 2005-08-23 Andy Wingo <wingo@pobox.com>
13024 * gst-libs/gst/audio/gstbaseaudiosrc.c
13025 (gst_base_audio_src_fixate): Only fixate endianness if it is
13026 present in the caps.
13028 2005-08-22 Andy Wingo <wingo@pobox.com>
13030 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
13031 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13032 device-name property.
13034 * gst-libs/gst/audio/gstaudiosrc.h:
13035 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13036 close_device in the ring buffer, like gstaudiosink.
13038 * ext/alsa/gstalsamixer.h:
13039 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13040 macro to implement the interface without much code. Cleanups.
13042 * ext/alsa/gstalsasrc.h:
13043 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13046 * ext/alsa/Makefile.am: Add new files.
13047 * ext/alsa/gstalsamixerelement.c:
13048 * ext/alsa/gstalsamixerelement.c: Split element code out from
13049 mixer code so that alsasrc can be a mixer too.
13051 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13053 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13055 * check/elements/vorbisdec.c: (setup_vorbisdec),
13056 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13057 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13058 (vorbis_handle_identification_packet),
13059 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13060 (vorbis_handle_header_packet), (vorbis_dec_push),
13061 (vorbis_dec_chain):
13062 use the setup/teardown methods to save code. save code is good.
13064 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13066 * check/Makefile.am:
13067 add ext dir for plugins
13068 add vorbisdec test conditionally
13069 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13070 (GST_START_TEST), (volume_suite):
13071 add a test with wrong caps
13072 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13073 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13074 add a vorbisdec test
13075 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13076 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13077 clean up debug output
13078 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13079 yay, fix a segfault/security issue in vorbisdec
13080 gst-launch fakesrc ! vorbisdec wasn't happy
13081 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13082 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13083 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13084 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13085 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13086 (gst_vorbisenc_set_metadata), (get_constraints_string),
13087 (update_start_message), (gst_vorbisenc_setup),
13088 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13089 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13090 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13091 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13092 * ext/vorbis/vorbisenc.h:
13094 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13095 (gst_ffmpegcsp_transform):
13096 have the kow come home
13097 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13099 * gst/volume/gstvolume.c: (volume_set_caps):
13102 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13105 * check/.cvsignore:
13106 * check/Makefile.am:
13107 * check/elements/.cvsignore:
13108 * check/elements/volume.c: (chain_func), (event_func),
13109 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13112 add unit test structure for gst-plugins-base
13113 add a test for volume
13114 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13115 (gst_volume_set_volume), (gst_volume_get_volume),
13116 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13117 (volume_funcfind), (volume_process_float), (volume_process_int16),
13118 (volume_set_caps), (volume_transform), (volume_update_mute),
13119 (volume_update_volume), (volume_set_property),
13120 (volume_get_property):
13121 document a little; use basetransform vmethod _set_caps
13123 2005-08-19 Andy Wingo <wingo@pobox.com>
13125 * ext/alsa/gstalsamixertrack.h:
13126 * ext/alsa/gstalsamixertrack.c:
13127 * ext/alsa/gstalsamixeroptions.h:
13128 * ext/alsa/gstalsamixeroptions.c:
13129 * ext/alsa/gstalsamixer.h:
13130 * ext/alsa/gstalsamixer.c: Port to 0.9.
13132 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13133 Remove gstalsa.c and alsaclock. No more cruft here.
13135 2005-08-18 Wim Taymans <wim@fluendo.com>
13137 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13138 (gst_base_rtp_depayload_chain),
13139 (gst_base_rtp_depayload_add_to_queue),
13140 (gst_base_rtp_depayload_push),
13141 (gst_base_rtp_depayload_queue_release):
13142 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13143 Fix for RTPBuffer changes.
13145 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13146 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13147 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13148 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13149 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13150 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13151 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13152 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13153 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13154 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13155 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13156 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13157 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13158 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13159 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13160 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13161 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13162 (gst_rtpbuffer_get_payload):
13163 * gst-libs/gst/rtp/gstrtpbuffer.h:
13164 Don't subclass GstBuffer but add methods and helper functions
13165 to construct and manipulate RTP packets in regular GstBuffers.
13167 2005-08-18 Stefan Kost <ensonic@users.sf.net>
13169 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13170 moved statement below switch
13171 * gst/volume/gstvolume.c: (gst_volume_class_init):
13174 2005-08-16 Wim Taymans <wim@fluendo.com>
13176 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13177 (gst_base_audio_src_change_state):
13178 Open and close device in READY<->NULL state change.
13180 2005-08-16 Andy Wingo <wingo@pobox.com>
13182 * examples/seeking/Makefile.am: Don't compile non-compiling
13183 compiled objects with the compiler.
13185 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13188 2005-08-12 Philippe Khalaf <burger@speedy.org>
13189 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13190 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13191 Made a thread to release the queue.
13192 Removed timestamp conversion for now.
13194 2005-08-10 Philippe Khalaf <burger@speedy.org>
13195 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13196 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13197 Added rtp timestamp -> gst timestamp conversion.
13198 Fixed several problems with queue.
13200 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13202 * gst-libs/gst/audio/gstaudioclock.h:
13203 * gst-libs/gst/audio/gstaudiofilter.h:
13204 * gst-libs/gst/audio/gstaudiosink.h:
13205 * gst-libs/gst/audio/gstaudiosrc.h:
13206 * gst-libs/gst/audio/gstbaseaudiosink.h:
13207 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13208 * gst-libs/gst/audio/gstringbuffer.h:
13209 * gst-libs/gst/net/gstnetbuffer.h:
13210 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13211 * gst-libs/gst/rtp/gstrtpbuffer.h:
13212 Add padding (you will need to rebuild gst-plugins-base,
13213 gst-plugins and all applications afterwards!)
13215 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13217 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13218 (gst_riff_parse_chunk):
13219 Fix bug in debug message and add some more debug messages.
13221 2005-08-08 Edward Hervey <edward@fluendo.com>
13223 * gst-libs/gst/riff/riff-media.c:
13224 backported updates since branch
13226 2005-08-08 Andy Wingo <wingo@pobox.com>
13228 * gst-libs/gst/audio/gstbaseaudiosink.c
13229 (gst_base_audio_sink_change_state): Open the device in NULL->READY
13230 like good elements should. Close on READY->NULL too.
13232 * gst-libs/gst/audio/gstaudiosink.c
13233 (gst_audioringbuffer_open_device,
13234 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13235 (gst_audioringbuffer_release): Updates for new ring buffer API,
13236 hook into the new audio sink api.
13238 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13239 (GstAudioSinkClass.close): Just open and close the device -- no
13240 resource allocation or configuration.
13241 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13242 vmethods, handle device setup and resource allocation.
13244 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13245 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13248 * gst-libs/gst/audio/gstringbuffer.h
13249 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13252 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13253 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13254 New API functions. The device should be opened before acquiring
13255 and closed after releasing.
13257 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
13259 * gst-libs/gst/interfaces/mixer.h:
13260 Reset padding to GST_PADDING.
13262 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13264 * gst/playback/gstplaybin.c: (remove_sinks):
13265 Remove visualization from parent explicitely; works around some
13266 apparent refcount issue that I haven't tracked down yet.
13268 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13270 * ext/alsa/gstalsasink.c: (set_hwparams):
13271 Assign debug category, add negotiation debug msgs.
13273 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13275 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13276 Fix error code for file-not-found to NOT_FOUND.
13278 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13280 * common/gtk-doc-plugins.mak:
13281 * docs/plugins/Makefile.am:
13282 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13283 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13284 renamed to actual element names, so much nicer to look at
13285 * docs/plugins/tmpl/gstmultifdsink.sgml:
13287 * docs/plugins/tmpl/multifdsink.sgml:
13288 * docs/plugins/tmpl/tcpserversink.sgml:
13290 * ext/alsa/gstalsa.c:
13291 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13292 * ext/ogg/gstoggmux.c:
13293 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13294 * gst/playback/gstdecodebin.c:
13295 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13296 * gst/tcp/gsttcpserversink.c:
13297 various fixes and documentation additions
13299 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13301 * common/Makefile.am:
13302 * common/gstdoc-scangobj:
13303 * common/gtk-doc-plugins.mak:
13304 * common/gtk-doc.mak:
13305 add a custom scangobj that uses the registry
13306 add a custom gtk-doc-plugins.mak that uses it
13307 some doc build fixes
13309 * docs/Makefile.am:
13310 * docs/plugins/Makefile.am:
13311 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13312 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13313 * docs/plugins/gst-plugins-base-plugins.types:
13314 * docs/plugins/tmpl/gstmultifdsink.sgml:
13315 add docs for one element, multifdsink
13316 * gst/adder/gstadder.h:
13317 * gst/volume/gstvolume.h:
13318 don't privatize enum
13319 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13320 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13321 (gst_sync_method_get_type), (gst_client_status_get_type),
13322 (gst_multifdsink_class_init),
13323 (gst_multifdsink_client_queue_buffer),
13324 (gst_multifdsink_handle_client_write):
13325 * gst/tcp/gstmultifdsink.h:
13326 * gst/tcp/gsttcp.h:
13327 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13328 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13329 (gst_tcpclientsink_render):
13330 * gst/tcp/gsttcpclientsink.h:
13331 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13332 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13333 (gst_tcpclientsrc_start):
13334 * gst/tcp/gsttcpclientsrc.h:
13335 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13336 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13337 * gst/tcp/gsttcpserversrc.h:
13338 * gst/typefind/gsttypefindfunctions.c:
13339 remove superfluous Type stuff
13341 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13343 * gst/playback/gstplaybin.c: (gen_video_element):
13346 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13348 * gst-libs/gst/gconf/gconf.c:
13349 * gst-libs/gst/gconf/gconf.h:
13350 Fix some Andy Problem [tm].
13352 2005-08-04 Andy Wingo <wingo@pobox.com>
13354 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13355 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13356 (gst_ffmpegcsp_get_size): Adapt to API changes.
13358 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13359 Implement an in-place do-nothing transform.
13361 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13363 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13364 (gst_ximagesink_renegotiate_size):
13365 Do not set new window sizes yet if we prepare a new buffer size
13366 for upstream renegotiation (software scaling) at some point in the
13367 future, because this new size waqs not actually accepted yet. Once
13368 accepted, renegotiation later on will set the new sizes just fine.
13369 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13370 embedding testcase.
13372 2005-08-03 Andy Wingo <wingo@pobox.com>
13374 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13375 (gst_ximagesink_buffer_alloc):
13376 Protect the height, width, and desired_caps with the pool_lock.
13377 Fixes videotestsrc ! queue ! ximagesink.
13379 2005-08-02 Edward Hervey <edward@fluendo.com>
13381 * gst/volume/gstvolume.c:
13382 include left from controller cleanup
13384 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
13385 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13386 Stop collectpads before calling the parent state
13387 change function on PAUSED->READY.
13389 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
13391 When testing for X libs, use the X CFlags
13392 * gst/adder/gstadder.c: (gst_adder_change_state):
13393 Stop the collectpads before calling parent state change function
13394 on PAUSED->READY, otherwise we deadlock deactivating pads.
13396 2005-08-01 Stefan Kost <ensonic@users.sf.net>
13399 * docs/libs/tmpl/gstcolorbalance.sgml:
13400 * docs/libs/tmpl/gstmixer.sgml:
13401 * examples/Makefile.am:
13402 * gst/sine/Makefile.am:
13403 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13404 (gst_sinesrc_set_property), (plugin_init):
13405 * gst/sine/gstsinesrc.h:
13406 * gst/volume/Makefile.am:
13407 * gst/volume/gstvolume.c: (gst_volume_set_volume),
13408 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13409 (volume_process_float), (volume_process_int16),
13410 (volume_set_property), (plugin_init):
13411 * gst/volume/gstvolume.h:
13412 deactivate and remove dparams (libgstcontrol)
13414 2005-07-29 Wim Taymans <wim@fluendo.com>
13416 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13417 Convert me to BaseTransform!! help..
13419 2005-07-29 Andy Wingo <wingo@pobox.com>
13421 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13424 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13425 support of both endiannesses.
13427 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13429 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13430 Fix confusing debug message (s/event/query/)
13432 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13434 * gst/videotestsrc/videotestsrc.h:
13435 Use "_stdint.h" instead of <stdint.h>
13437 2005-07-27 Wim Taymans <wim@fluendo.com>
13439 * ext/vorbis/Makefile.am:
13440 Revert wrong commit.
13442 2005-07-27 Wim Taymans <wim@fluendo.com>
13444 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13445 More compilation fixen.
13447 2005-07-27 Wim Taymans <wim@fluendo.com>
13449 * gst-libs/gst/audio/gstbaseaudiosink.c:
13450 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13451 (gst_base_audio_sink_create_ringbuffer),
13452 (gst_base_audio_sink_change_state):
13455 2005-07-27 Wim Taymans <wim@fluendo.com>
13457 * examples/seeking/seek.c: (setup_dynamic_link),
13458 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13459 (query_positions_elems), (query_positions_pads), (do_seek):
13460 Update seek example.
13462 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13463 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13464 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13465 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13466 (gst_ogg_demux_handle_event),
13467 (gst_ogg_demux_deactivate_current_chain),
13468 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13469 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13470 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13471 (gst_ogg_demux_loop):
13472 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13473 * ext/theora/theoradec.c: (theora_dec_src_event),
13474 (theora_dec_src_getcaps), (theora_dec_sink_event),
13475 (theora_dec_push), (theora_dec_chain):
13476 * ext/vorbis/Makefile.am:
13477 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13478 (vorbis_dec_sink_event), (vorbis_dec_push),
13479 (vorbis_handle_data_packet):
13480 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13481 (gst_vorbisenc_chain):
13482 * gst/playback/gststreaminfo.c: (cb_probe):
13483 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13484 * gst/videorate/gstvideorate.c: (gst_videorate_event):
13485 * gst/videoscale/gstvideoscale.c:
13486 (gst_videoscale_handle_src_event):
13487 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13488 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13489 (gst_ximagesink_navigation_send_event):
13490 * sys/xvimage/xvimagesink.c:
13491 (gst_xvimagesink_navigation_send_event):
13492 Various event updates and cleanups
13494 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13496 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13497 Fix segfault for I420/YV12.
13499 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13501 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13504 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13506 * gst/playback/gstplaybin.c: (gen_video_element),
13507 (gen_audio_element):
13508 Switch to auto*sink elements as default sinks; add volume element
13509 so that volume control in totem works.
13511 2005-07-21 Wim Taymans <wim@fluendo.com>
13513 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13514 * gst/playback/gstplaybin.c: (setup_sinks),
13515 (gst_play_bin_change_state):
13516 Refcount fix and more comments.
13518 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13520 * sys/ximage/Makefile.am:
13521 * sys/ximage/ximage.c: (plugin_init):
13522 * sys/ximage/ximagesink.c:
13523 Prepare for adding ximagesrc, rename of plugin to ximage etc.
13526 2005-07-21 Wim Taymans <wim@fluendo.com>
13528 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13529 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13530 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13531 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13532 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13533 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13534 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13535 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13536 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13537 Generate correct disconts for live chained oggs.
13539 * gst-libs/gst/audio/gstbaseaudiosink.c:
13540 (gst_base_audio_sink_render),
13541 (gst_base_audio_sink_create_ringbuffer),
13542 (gst_base_audio_sink_change_state):
13543 Handle discont math correctly.
13545 * gst/playback/gstplaybin.c: (add_sink):
13546 Some small debug cleanup.
13548 2005-07-21 Wim Taymans <wim@fluendo.com>
13550 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13551 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13552 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13553 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13554 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13555 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13556 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13557 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13558 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13559 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13560 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13561 (gst_ogg_demux_change_state), (gst_ogg_print):
13562 Reorganize code to send the right disconts when in streaming
13565 2005-07-20 Andy Wingo <wingo@pobox.com>
13567 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13568 fix (?), fixes a seggie mcfalterson (#310894).
13570 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13572 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13573 (gst_ogg_mux_set_header_on_caps):
13574 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13575 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13576 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13577 * gst-libs/gst/audio/multichannel.c:
13578 (gst_audio_set_channel_positions),
13579 (gst_audio_set_structure_channel_positions_list):
13580 * gst/playback/gstdecodebin.c: (dynamic_create):
13581 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13582 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13583 Fixes for API changes in core.
13585 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13587 * gst/playback/gstplaybasebin.c: (fill_buffer):
13588 Use _new_custom() so we can set custom message types for buffering
13591 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13594 * gst-libs/gst/Makefile.am:
13595 * gst-libs/gst/gconf/.cvsignore:
13596 * gst-libs/gst/gconf/Makefile.am:
13597 * gst-libs/gst/gconf/test-gconf.c:
13598 * pkgconfig/Makefile.am:
13599 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13600 * pkgconfig/gstreamer-gconf.pc.in:
13601 Remove gconf stuff, use gconf elements instead from now on.
13603 2005-07-20 Wim Taymans <wim@fluendo.com>
13605 * gst-libs/gst/audio/TODO:
13606 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13607 (gst_audio_clock_get_internal_time):
13608 * gst-libs/gst/audio/gstaudioclock.h:
13609 * gst-libs/gst/audio/gstbaseaudiosink.c:
13610 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13611 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13612 (gst_base_audio_sink_render),
13613 (gst_base_audio_sink_create_ringbuffer),
13614 (gst_base_audio_sink_change_state):
13615 Make sure the audio clock always returns an increasing value.
13617 2005-07-19 Andy Wingo <wingo@pobox.com>
13619 * gst/videotestsrc/: Cleanups.
13621 2005-07-19 Wim Taymans <wim@fluendo.com>
13623 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13626 2005-07-19 Wim Taymans <wim@fluendo.com>
13628 * examples/seeking/seek.c: (make_dv_pipeline),
13629 (make_vorbis_theora_pipeline), (query_rates),
13630 (query_positions_elems), (query_positions_pads), (do_seek):
13631 Make correct DV pipeline.
13633 2005-07-18 Andy Wingo <wingo@pobox.com>
13635 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13636 default. Also because it's the only thing that really works. (This
13637 is used in the GConf elements).
13638 Use AS_LIBTOOL_TAGS.
13640 2005-07-18 Wim Taymans <wim@fluendo.com>
13642 * gst/playback/gstdecodebin.c: (remove_element_chain):
13643 * gst/playback/gstplaybin.c: (add_sink):
13644 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13645 (gst_stream_info_set_mute):
13646 * gst/playback/gststreamselector.c:
13647 (gst_stream_selector_get_linked_pad),
13648 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13649 More leak and compile fixes.
13651 2005-07-18 Wim Taymans <wim@fluendo.com>
13653 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13654 (query_rates), (query_positions_elems), (query_positions_pads),
13655 (do_seek), (seek_cb), (stop_seek):
13656 Updated seek example.
13658 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13659 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13660 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13661 * gst/playback/gstplaybin.c: (add_sink):
13662 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13663 (gst_stream_info_set_mute):
13664 Some refcount leak fixes.
13666 2005-07-16 Wim Taymans <wim@fluendo.com>
13668 * gst-libs/gst/audio/gstbaseaudiosink.c:
13669 (gst_base_audio_sink_render):
13670 Align samples even if we have roundoff errors in the
13671 timestamp conversion.
13673 2005-07-16 Wim Taymans <wim@fluendo.com>
13675 * docs/libs/tmpl/gstringbuffer.sgml:
13676 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13677 (query_rates), (query_positions_elems), (query_positions_pads),
13678 (update_scale), (do_seek):
13679 Updated seek example.
13681 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13682 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13683 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13684 (gst_ogg_demux_loop):
13685 Push out correct discont values.
13687 * ext/theora/theoradec.c: (theora_dec_src_convert),
13688 (theora_dec_sink_convert), (theora_dec_src_getcaps),
13689 (theora_dec_sink_event), (theora_handle_type_packet),
13690 (theora_handle_header_packet), (theora_dec_push),
13691 (theora_handle_data_packet), (theora_dec_chain),
13692 (theora_dec_change_state):
13693 Better timestamping.
13695 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13696 (vorbis_dec_sink_event), (vorbis_dec_push),
13697 (vorbis_handle_data_packet), (vorbis_dec_chain):
13698 * ext/vorbis/vorbisdec.h:
13699 Better timestamping.
13701 * gst-libs/gst/audio/gstbaseaudiosink.c:
13702 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13703 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13704 Handle syncing on timestamps instead of sample offsets. Make
13705 use of DISCONT values as described in design docs.
13707 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13708 (gst_base_audio_src_get_time):
13709 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13710 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13711 (gst_ring_buffer_read):
13712 * gst-libs/gst/audio/gstringbuffer.h:
13713 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13714 (gst_ximagesink_show_frame):
13715 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13716 Correcly convert buffer timestamp to stream time.
13718 2005-07-16 Wim Taymans <wim@fluendo.com>
13720 * gst/audioconvert/gstaudioconvert.c:
13721 (gst_audio_convert_get_buffer):
13722 Timestamp buffers correctly.
13724 * gst/playback/gstplaybin.c: (gen_video_element):
13725 Make internal fakesink silent.
13727 2005-07-15 Wim Taymans <wim@fluendo.com>
13729 * gst/ffmpegcolorspace/Makefile.am:
13730 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13731 (gst_ffmpegcsp_caps_remove_format_info),
13732 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13733 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13734 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13735 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13736 Ported ffmpegcolorspace to basetransform.
13738 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13739 * gst/volume/gstvolume.c: (volume_transform):
13742 2005-07-14 Wim Taymans <wim@fluendo.com>
13744 * gst/videotestsrc/Makefile.am:
13745 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13746 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13747 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13748 (gst_videotestsrc_init), (gst_videotestsrc_event),
13749 (gst_videotestsrc_create), (gst_videotestsrc_start),
13750 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13751 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13752 (gst_videotestsrc_get_property):
13753 * gst/videotestsrc/gstvideotestsrc.h:
13754 Make videotestsrc a pushsrc.
13756 2005-07-14 Wim Taymans <wim@fluendo.com>
13758 * gst/tcp/gstfdset.c: (gst_fdset_free):
13759 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13760 (gst_multifdsink_add), (gst_multifdsink_remove),
13761 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13762 (gst_multifdsink_remove_client_link),
13763 (gst_multifdsink_client_queue_data),
13764 (gst_multifdsink_client_queue_caps),
13765 (gst_multifdsink_client_queue_buffer),
13766 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13767 (gst_multifdsink_stop):
13768 * gst/tcp/gstmultifdsink.h:
13771 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13772 Also draw image when not from a pool.
13774 2005-07-14 Wim Taymans <wim@fluendo.com>
13776 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13777 (mute_stream), (silence_stream):
13778 Small debug additions.
13780 2005-07-14 Wim Taymans <wim@fluendo.com>
13782 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13783 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13784 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13785 Better error recovery, ignore unconnected pads and
13788 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
13790 * docs/libs/tmpl/gstaudio.sgml:
13791 * docs/libs/tmpl/gstcolorbalance.sgml:
13792 * docs/libs/tmpl/gstgconf.sgml:
13793 * docs/libs/tmpl/gstmixer.sgml:
13794 * docs/libs/tmpl/gstringbuffer.sgml:
13795 * docs/libs/tmpl/gsttuner.sgml:
13796 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13797 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13798 (gst_tcpclientsrc_class_init):
13799 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13800 (gst_tcpserversrc_class_init):
13801 * sys/v4l/gstv4lelement.c:
13802 more autistic cleanliness in functions/names/defines
13804 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
13807 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13808 added manually to each Makefile.am so we are sure it goes
13809 *last* and doesn't add -L flags before linking in libs of our
13810 own, like, say, internal .la libs, that then accidentally pick
13811 up the installed copy.
13812 * docs/libs/Makefile.am:
13813 * ext/alsa/Makefile.am:
13814 * ext/cdparanoia/Makefile.am:
13815 * ext/gnomevfs/Makefile.am:
13816 * ext/libvisual/Makefile.am:
13817 * ext/ogg/Makefile.am:
13818 * ext/theora/Makefile.am:
13819 * ext/vorbis/Makefile.am:
13820 * gst-libs/gst/video/Makefile.am:
13821 * gst/adder/Makefile.am:
13822 * gst/audioconvert/Makefile.am:
13823 * gst/audiorate/Makefile.am:
13824 * gst/audioscale/Makefile.am:
13825 * gst/ffmpegcolorspace/Makefile.am:
13826 * gst/playback/Makefile.am:
13827 * gst/sine/Makefile.am:
13828 * gst/subparse/Makefile.am:
13829 * gst/tags/Makefile.am:
13830 * gst/tcp/Makefile.am:
13831 * gst/typefind/Makefile.am:
13832 * gst/videorate/Makefile.am:
13833 * gst/videoscale/Makefile.am:
13834 * gst/videotestsrc/Makefile.am:
13835 * gst/volume/Makefile.am:
13836 * sys/v4l/Makefile.am:
13837 * sys/ximage/Makefile.am:
13838 * sys/xvimage/Makefile.am:
13839 adapt properly to this change. This should make sure that
13840 plugins and libs properly link to the as-yet-uninstalled
13841 copies of stuff like libgstinterfaces and libgstvideo
13843 2005-07-13 Andy Wingo <wingo@pobox.com>
13845 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13846 (gst_v4lsrc_fixate): Fixate on format as well.
13848 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
13849 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13850 buffer points to it.
13851 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13852 rather just doing X calls ourselves. Also fixes a memleak.
13854 2005-07-12 Andy Wingo <wingo@pobox.com>
13856 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
13857 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
13858 (gst_v4lsrc_create): Re-add the copy-mode property, default to
13859 TRUE to avoid deadlocks if an element holds on to our buffers.
13861 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
13863 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13864 (gst_sinesrc_init), (gst_sinesrc_create),
13865 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13866 (gst_sinesrc_start):
13867 * gst/sine/gstsinesrc.h:
13868 removing num-buffers property before moving it
13870 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
13873 use overridable ERROR_CFLAGS
13874 * docs/libs/gst-plugins-base-libs.types:
13875 * docs/libs/tmpl/gstringbuffer.sgml:
13876 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13877 (gst_alsasink_class_init):
13878 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13879 (gst_alsasrc_class_init):
13880 * gst-libs/gst/audio/audio.h:
13881 * gst-libs/gst/audio/gstaudioclock.h:
13882 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13883 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13884 (gst_audio_filter_link), (gst_audio_filter_init),
13885 (gst_audio_filter_chain), (gst_audio_filter_set_property),
13886 (gst_audio_filter_get_property),
13887 (gst_audio_filter_class_add_pad_templates):
13888 * gst-libs/gst/audio/gstaudiofilter.h:
13889 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13890 (gst_audio_filter_template_get_type),
13891 (gst_audio_filter_template_base_init),
13892 (gst_audio_filter_template_class_init),
13893 (gst_audio_filter_template_init),
13894 (gst_audio_filter_template_set_property),
13895 (gst_audio_filter_template_get_property), (plugin_init),
13896 (gst_audio_filter_template_setup),
13897 (gst_audio_filter_template_filter),
13898 (gst_audio_filter_template_filter_inplace):
13899 * gst-libs/gst/audio/gstaudiosink.c:
13900 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13901 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13902 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13903 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13904 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13905 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13906 * gst-libs/gst/audio/gstaudiosink.h:
13907 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13908 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13909 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13910 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13911 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13912 (gst_audio_src_class_init), (gst_audio_src_init),
13913 (gst_audio_src_create_ringbuffer):
13914 * gst-libs/gst/audio/gstaudiosrc.h:
13915 * gst-libs/gst/audio/gstbaseaudiosink.c:
13916 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13917 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13918 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13919 (gst_base_audio_sink_set_property),
13920 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13921 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13922 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13923 (gst_base_audio_sink_create_ringbuffer),
13924 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13925 * gst-libs/gst/audio/gstbaseaudiosink.h:
13926 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13927 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13928 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13929 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13930 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13931 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13932 (gst_base_audio_src_event), (gst_base_audio_src_create),
13933 (gst_base_audio_src_create_ringbuffer),
13934 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13935 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13936 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13937 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13938 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13939 (gst_ring_buffer_debug_spec_caps),
13940 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13941 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13942 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13943 (gst_ring_buffer_start), (gst_ring_buffer_pause),
13944 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13945 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13946 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13947 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13948 (gst_ring_buffer_clear):
13949 * gst-libs/gst/audio/gstringbuffer.h:
13950 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13951 (gst_video_sink_class_init), (gst_video_sink_get_type):
13952 * gst-libs/gst/video/videosink.h:
13953 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13954 (gst_multifdsink_class_init),
13955 (gst_multifdsink_handle_client_write),
13956 (gst_multifdsink_change_state):
13957 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13958 (gst_tcpclientsink_setcaps):
13959 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13960 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13961 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13962 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13963 (gst_ximagesink_send_pending_navigation),
13964 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13965 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13966 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13967 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13968 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13969 (gst_xvimagesink_send_pending_navigation),
13970 (gst_xvimagesink_navigation_send_event),
13971 (gst_xvimagesink_set_xwindow_id),
13972 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13973 (gst_xvimagesink_get_type):
13974 more macro splitting
13976 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
13978 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13979 plug a memleak, allows me to import 1479 albums in one go
13981 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13982 (vorbis_handle_type_packet), (vorbis_dec_chain),
13983 (vorbis_dec_change_state):
13984 fix some format strings
13986 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
13988 * docs/libs/tmpl/gstcolorbalance.sgml:
13989 * docs/libs/tmpl/gstmixer.sgml:
13990 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13991 (gst_alsasink_set_property), (gst_alsasink_get_property):
13992 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13993 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13994 add device property
13996 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
13998 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13999 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14000 (audiocast_register_listener), (audiocast_thread_run),
14001 (gst_gnomevfssrc_send_additional_headers_callback),
14002 (gst_gnomevfssrc_received_headers_callback),
14003 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14004 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14005 (gst_gnomevfssrc_get_size):
14006 add/clean up debugging
14007 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14010 2005-07-07 Andy Wingo <wingo@pobox.com>
14012 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14013 framerate. Need to get a handle on when exactly this function is
14016 * sys/v4l/v4lsrc_calls.h:
14017 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14018 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14019 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14021 * sys/v4l/v4l_calls.h: Cast to V4lElement.
14022 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14023 v4lelements are sources.
14025 * sys/v4l/gstv4lxoverlay.h:
14026 * sys/v4l/gstv4lxoverlay.c:
14027 * sys/v4l/gstv4ltuner.h:
14028 * sys/v4l/gstv4ltuner.c: Header loc fixen.
14030 * sys/v4l/gstv4lsrc.h:
14031 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14032 PushSrc/BaseSrc. Removed most sync-related properties, videorate
14033 or something should handle that. Made a live source.
14035 * sys/v4l/gstv4lelement.h:
14036 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14037 signals. Some cleanups.
14039 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14041 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14044 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14047 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14049 2005-07-07 Wim Taymans <wim@fluendo.com>
14051 * ext/theora/theoradec.c: (theora_get_query_types),
14052 (theora_dec_src_getcaps), (theora_dec_push):
14053 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14054 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14055 Remove deprecated/unused query types.
14057 2005-07-06 Wim Taymans <wim@fluendo.com>
14059 * ext/alsa/Makefile.am:
14060 * ext/alsa/gstalsaplugin.c: (plugin_init):
14061 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14062 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14063 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14064 (gst_alsasrc_class_init), (gst_alsasrc_init),
14065 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14066 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14067 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14068 (gst_alsasrc_reset):
14069 * ext/alsa/gstalsasrc.h:
14070 * gst-libs/gst/audio/Makefile.am:
14071 * gst-libs/gst/audio/gstaudiosink.c:
14072 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14073 (gst_audioringbuffer_start):
14074 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14075 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14076 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14077 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14078 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14079 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14080 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14081 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14082 * gst-libs/gst/audio/gstaudiosrc.h:
14083 * gst-libs/gst/audio/gstbaseaudiosink.c:
14084 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14085 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14086 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14087 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14088 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14089 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14090 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14091 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14092 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14093 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14094 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14095 (gst_baseaudiosrc_change_state):
14096 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14097 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14098 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14099 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14100 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14101 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14102 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14103 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14104 * gst-libs/gst/audio/gstringbuffer.h:
14105 Added audiosource base classes.
14106 Ported alsasrc, still very basic.
14108 2005-07-06 Wim Taymans <wim@fluendo.com>
14110 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14111 (theora_dec_push), (theora_handle_data_packet):
14112 Prepare for better timestamp fix later.
14114 * gst/audioconvert/gstaudioconvert.c:
14115 List most accurate caps first
14117 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14118 Use proper pad task function.
14120 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14121 (gst_xvimagesink_show_frame):
14122 Fix deadlock when alloc failed.
14124 2005-07-05 Andy Wingo <wingo@pobox.com>
14126 * ext/gnomevfs/gstgnomevfssrc.c:
14127 * gst/sine/gstsinesrc.c:
14128 * gst/tcp/gsttcpserversrc.c:
14129 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14131 * sys/v4l/: Port from 0.8.
14133 * Many files: Null if we got it....
14135 2005-07-05 Andy Wingo <wingo@pobox.com>
14137 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
14138 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14141 2005-07-05 Wim Taymans <wim@fluendo.com>
14144 * gst/tcp/Makefile.am:
14146 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14147 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14148 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14149 (is_sync_frame), (gst_multifdsink_handle_client_write),
14150 (gst_multifdsink_render), (gst_multifdsink_start),
14151 (gst_multifdsink_stop), (gst_multifdsink_change_state):
14152 * gst/tcp/gstmultifdsink.h:
14153 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14154 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14155 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14156 * gst/tcp/gsttcp.h:
14157 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14158 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14159 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14160 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14161 * gst/tcp/gsttcpclientsink.h:
14162 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14163 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14164 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14165 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14166 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14167 * gst/tcp/gsttcpclientsrc.h:
14168 * gst/tcp/gsttcpplugin.c: (plugin_init):
14169 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14170 * gst/tcp/gsttcpserversink.h:
14171 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14172 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14173 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14174 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14175 (gst_tcpserversrc_stop):
14176 * gst/tcp/gsttcpserversrc.h:
14177 * gst/tcp/gsttcpsink.c:
14178 * gst/tcp/gsttcpsink.h:
14179 * gst/tcp/gsttcpsrc.c:
14180 * gst/tcp/gsttcpsrc.h:
14181 Ported tcp plugins to 0.9.
14184 2005-07-05 Andy Wingo <wingo@pobox.com>
14186 * gst/playback/gstplaybasebin.c (fill_buffer):
14187 message_new_application fixen.
14189 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14192 2005-07-04 Wim Taymans <wim@fluendo.com>
14194 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14195 Set caps on output buffer.
14197 2005-07-04 Andy Wingo <wingo@pobox.com>
14199 * ext/gnomevfs/gstgnomevfssrc.c
14200 (gst_gnomevfssrc_received_headers_callback)
14201 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14204 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14205 No refcount leakage.
14207 * configure.ac: Enable -Werror.
14209 * ext/theora/theoradec.c (theora_dec_src_getcaps):
14210 * gst/audioconvert/bufferframesconvert.c
14211 (buffer_frames_convert_fixate):
14212 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14213 (gst_audio_convert_fixate):
14214 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14215 (gst_sinesrc_create): Fixate func changes.
14217 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14218 (gst_ximagesink_buffer_alloc): Unused var.
14220 2005-07-01 Andy Wingo <wingo@pobox.com>
14222 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14223 getcaps to do explicit caps. Needs to be done in all decoders,
14224 possibly via a base class.
14226 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14228 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14229 caps on the sink pad, just rely on the pad template. Also, setting
14230 ANY caps on a pad is not valid because the caps are not fixed.
14232 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14233 caps on the buffer, and get the width from the desired_caps if
14235 (gst_ximagesink_renegotiate_size): Implement via setting the
14236 desired_caps on the ximagesink.
14237 (gst_ximagesink_setcaps): Only reset the width of the player if it
14238 wasn't already set. Not sure if this is right.
14239 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14241 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14242 that the user wants. NULL unless the window has been resized.
14244 * gst/volume/gstvolume.c (volume_transform): Adapt to
14245 basetransform refcount changes.
14247 2005-07-01 Andy Wingo <wingo@pobox.com>
14249 * gst/videoscale/gstvideoscale.c:
14250 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14251 from BaseTransform, implements a transform_caps. Removed dead code
14252 including some PAR stuff that was never reached -- should probably
14253 be added back somehow.
14255 2005-07-01 Andy Wingo <wingo@pobox.com>
14257 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14260 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
14263 * docs/libs/Makefile.am:
14264 * docs/libs/gst-plugins-libs.types:
14265 * ext/alsa/Makefile.am:
14266 * ext/alsa/gstalsamixer.h:
14267 * ext/alsa/gstalsamixeroptions.h:
14268 * ext/alsa/gstalsamixertrack.h:
14269 * gst-libs/gst/Makefile.am:
14270 * gst-libs/gst/colorbalance/.cvsignore:
14271 * gst-libs/gst/colorbalance/Makefile.am:
14272 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14273 * gst-libs/gst/colorbalance/colorbalance.c:
14274 * gst-libs/gst/colorbalance/colorbalance.h:
14275 * gst-libs/gst/colorbalance/colorbalance.vcproj:
14276 * gst-libs/gst/colorbalance/colorbalancechannel.c:
14277 * gst-libs/gst/colorbalance/colorbalancechannel.h:
14278 * gst-libs/gst/interfaces/Makefile.am:
14279 * gst-libs/gst/interfaces/colorbalance.c:
14280 (gst_color_balance_class_init):
14281 * gst-libs/gst/interfaces/colorbalance.h:
14282 * gst-libs/gst/interfaces/interfaces-marshal.list:
14283 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14284 * gst-libs/gst/interfaces/mixer.h:
14285 * gst-libs/gst/interfaces/mixeroptions.h:
14286 * gst-libs/gst/interfaces/navigation.c:
14287 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14288 * gst-libs/gst/interfaces/tuner.h:
14289 * gst/volume/Makefile.am:
14290 * gst/volume/gstvolume.c:
14291 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14292 * sys/ximage/Makefile.am:
14293 * sys/ximage/ximagesink.c:
14294 * sys/xvimage/Makefile.am:
14295 * sys/xvimage/xvimagesink.c:
14296 fold in all interfaces into an interfaces dir, preserving CVS
14299 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14301 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14302 Fix build after riff changes.
14304 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14306 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14307 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14308 (gst_riff_create_video_template_caps),
14309 (gst_riff_create_audio_template_caps),
14310 (gst_riff_create_iavs_template_caps):
14311 * gst-libs/gst/riff/riff-media.h:
14312 * gst-libs/gst/riff/riff-read.h:
14313 * gst-libs/gst/riff/riff.c: (gst_riff_init):
14314 Add gst_riff_init() to initialize the debug category, instead
14315 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14317 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14319 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14320 Oops, I shouldn't apply hacks.
14322 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14324 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14325 Remove pad_loop function which doesn't work.
14327 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14329 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14330 Send EOS when deactivating.
14331 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14332 (check_queue), (queue_threshold_reached), (queue_out_of_data),
14333 (gen_preroll_element), (probe_triggered), (mute_stream),
14334 (silence_stream), (new_decoded_pad), (setup_substreams),
14335 (set_active_source):
14336 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14337 (remove_sinks), (add_sink):
14338 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14339 Change for new probe API.
14341 2005-06-29 Wim Taymans <wim@fluendo.com>
14343 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14344 * gst-libs/gst/audio/gstbaseaudiosink.c:
14345 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14346 (gst_baseaudiosink_change_state):
14347 * gst-libs/gst/audio/gstbaseaudiosink.h:
14348 * gst-libs/gst/audio/gstringbuffer.c:
14349 (gst_ringbuffer_set_callback):
14350 Fix compilation error.
14351 Ringbuffer starts out as not running.
14352 Free our clock in dispose.
14353 When releasing the ringbuffer we need to renegotiate so
14354 clear the pad caps.
14356 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
14360 * docs/Makefile.am:
14361 * docs/libs/Makefile.am:
14362 * docs/libs/gst-plugins-libs-docs.sgml:
14363 * docs/libs/gst-plugins-libs-sections.txt:
14364 * docs/libs/gst-plugins-libs.types:
14365 * docs/libs/tmpl/gstaudio.sgml:
14366 * docs/libs/tmpl/gstcolorbalance.sgml:
14367 * docs/libs/tmpl/gstringbuffer.sgml:
14368 * gst-libs/gst/audio/gstringbuffer.c:
14369 (gst_ringbuffer_set_callback):
14370 reinstate gtk-doc docs for plugin libs
14372 2005-06-28 Wim Taymans <wim@fluendo.com>
14374 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14375 (gst_ogg_demux_init):
14376 Removed pad loop function.
14378 2005-06-28 Wim Taymans <wim@fluendo.com>
14380 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14381 If we're building a chain we are not in an error case
14382 when we queue a buffer.
14384 2005-06-28 Andy Wingo <wingo@pobox.com>
14386 * *.c: Don't cast to GstObject before reffing/unreffing.
14388 2005-06-27 Andy Wingo <wingo@pobox.com>
14390 * gst/videotestsrc/gstvideotestsrc.c
14391 (gst_videotestsrc_activate_push): Activation API changes.
14393 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
14394 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14395 they have refs on the decodebin.
14397 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14399 (gst_ogg_pad_typefind): Don't leak a pad ref.
14400 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14401 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
14402 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14404 2005-06-27 Edward Hervey <edward@fluendo.com>
14406 * ext/theora/theoradec.c: (theora_dec_change_state):
14407 re-arranged call to parent's state change in order to avoid locks (or
14410 2005-06-26 Edward Hervey <edward@fluendo.com>
14412 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14413 2nd argument of 'unknow-type' signal is a GstCaps and not a
14416 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
14417 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14418 Set the worker thread's running flag to TRUE before starting the
14420 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14421 Catch a failure to add typefind to the bin.
14423 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
14425 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14426 (gst_sinesrc_init), (gst_sinesrc_create),
14427 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14428 (gst_sinesrc_start):
14429 * gst/sine/gstsinesrc.h:
14430 add num-buffers and timestamp-offset properties
14431 * gst/videotestsrc/gstvideotestsrc.c:
14432 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14433 (gst_videotestsrc_get_property):
14434 add timestamp-offset property
14436 2005-06-23 Christian Schaller <uraeus@gnome.org>
14438 * configure.ac: add videorate
14439 * gst-plugins-base.spec.in: add videorate
14441 2005-06-23 Wim Taymans <wim@fluendo.com>
14443 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14444 (gst_videorate_getcaps), (gst_videorate_setcaps),
14445 (gst_videorate_event), (gst_videorate_chain):
14446 Fixed videorate, fixating an already fixated caps is not
14449 2005-06-23 Wim Taymans <wim@fluendo.com>
14452 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14453 Buffer on caps is not boxed anymore.
14455 2005-06-22 Wim Taymans <wim@fluendo.com>
14457 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14458 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14459 Set buffers on caps as miniobjects and not as boxed.
14461 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14466 === release 0.9.1 ===
14468 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14489 updates for release
14491 2005-06-09 Andy Wingo <wingo@pobox.com>
14493 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14495 2005-06-09 Andy Wingo <wingo@pobox.com>
14498 * gst-libs/gst/Makefile.am:
14499 * gst-libs/gst/net/Makefile.am:
14500 Add gstnet to build.
14502 2005-06-09 Andy Wingo <wingo@pobox.com>
14504 * gst-libs/gst/gconf/gconf.c:
14505 * gst/playback/test.c:
14506 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14509 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14511 * ext/theora/theoraenc.c (theora_enc_chain):
14512 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14514 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14517 2005-06-02 Wim Taymans <wim@fluendo.com>
14519 * gst-libs/gst/net/Makefile.am:
14520 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14521 * pkgconfig/gstreamer-libs.pc.in:
14522 Added net stuff, version net lib.
14524 2005-06-02 Wim Taymans <wim@fluendo.com>
14526 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14527 (query_rates), (query_positions_elems), (query_positions_pads),
14529 Updated seek example.
14531 2005-06-02 Andy Wingo <wingo@pobox.com>
14533 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14534 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14537 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14538 remove the typefind, the bin dispose will do it for us. When it's
14539 removed and unreffed, the signal handler will be disconnected,
14541 (unlinked): It's too difficult to disconnect from unlinked
14542 handlers, as they are on pads not elements. Just punt if the pads
14543 aren't grandkids of the bin.
14545 2005-06-02 Wim Taymans <wim@fluendo.com>
14548 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14549 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14550 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14551 * ext/theora/theoradec.c: (theora_dec_src_query),
14552 (theora_handle_data_packet):
14553 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14554 (theora_enc_chain):
14555 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14556 (vorbis_handle_data_packet):
14557 * gst/audioconvert/bufferframesconvert.c:
14558 (buffer_frames_convert_chain):
14559 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14560 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14561 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14562 (gst_ffmpegcsp_chain):
14563 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14564 (gst_videorate_getcaps), (gst_videorate_setcaps),
14565 (gst_videorate_event), (gst_videorate_chain):
14566 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14567 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14568 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14569 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14570 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14571 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14572 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14573 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14574 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14575 Cleanups and buffer alloc.
14577 2005-05-31 Wim Taymans <wim@fluendo.com>
14579 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14580 Don't try to call the delay method when the device is not
14583 2005-05-31 Wim Taymans <wim@fluendo.com>
14585 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14586 Get actual segment size and buffer size after opening
14589 2005-05-30 Wim Taymans <wim@fluendo.com>
14591 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14592 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14593 Also FLUSH upstream, makes the loop function exit faster.
14595 * ext/theora/theoradec.c: (theora_dec_src_query):
14596 Some more debug info in the query.
14598 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14599 (gst_ximagesink_setcaps):
14600 Release lock on par error, better error reporting.
14602 2005-05-26 Wim Taymans <wim@fluendo.com>
14604 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14605 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14606 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14607 Clear chains in READY
14608 Queue packets until the chain is activated.
14610 2005-05-25 Wim Taymans <wim@fluendo.com>
14612 * gst-libs/gst/audio/gstaudiosink.c:
14613 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14614 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14615 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14616 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14617 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14618 (gst_audiosink_create_ringbuffer):
14619 * gst-libs/gst/audio/gstbaseaudiosink.c:
14620 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14621 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14622 (gst_baseaudiosink_set_property), (build_linear_format),
14623 (debug_spec_caps), (debug_spec_buffer),
14624 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14625 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14626 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14627 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14628 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14629 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14630 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14631 (gst_ringbuffer_play), (gst_ringbuffer_pause),
14632 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14633 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14634 (wait_segment), (gst_ringbuffer_commit),
14635 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14636 (gst_ringbuffer_clear):
14637 Various small cleanups.
14639 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14640 (gst_audio_convert_change_state):
14641 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14642 No need to take the locks anymore.
14644 2005-05-25 Wim Taymans <wim@fluendo.com>
14646 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14647 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14648 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14650 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14651 (group_destroy), (group_commit), (queue_overrun),
14652 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14653 (mute_stream), (new_decoded_pad), (setup_substreams),
14654 (setup_source), (mute_group_type), (set_active_source),
14655 (gst_play_base_bin_change_state):
14656 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14657 (gen_video_element), (gen_text_element), (gen_audio_element),
14658 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14659 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14660 (gst_stream_info_dispose), (gst_stream_info_set_mute):
14661 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14662 Some playbin cleanups mostly refcounting sloppyness.
14664 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14666 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14667 Work with streaming input.
14669 2005-05-25 Wim Taymans <wim@fluendo.com>
14671 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14672 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14673 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14674 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14675 No need to take the STREAM lock anymore.
14677 2005-05-25 Wim Taymans <wim@fluendo.com>
14679 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14680 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14681 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14682 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14683 (gst_ogg_demux_sink_activate):
14684 * ext/theora/theoradec.c: (theora_dec_src_event),
14685 (theora_handle_comment_packet), (theora_dec_chain),
14686 (theora_dec_change_state):
14687 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14688 (vorbis_handle_data_packet), (vorbis_dec_chain),
14689 (vorbis_dec_change_state):
14690 Remove STREAM locks as they are taken in core now.
14691 Never set bogus granulepos on vorbis/theora.
14692 Fix leaks in theoradec tag parsing.
14694 2005-05-25 Wim Taymans <wim@fluendo.com>
14696 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14697 Fix memleaks, GST_BUFFER_DATA() is not freed.
14699 2005-05-25 Wim Taymans <wim@fluendo.com>
14701 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14702 Open non-blocking, set to blocking mode afterwards to avoid
14703 lockups when audio device is busy.
14705 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14707 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14708 This can't be good.
14710 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14712 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14713 (gst_audio_convert_chain), (gst_audio_convert_link_src),
14714 (gst_audio_convert_setcaps):
14715 Implement instant setup switching.
14717 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14719 * gst/playback/gstplaybasebin.c: (probe_triggered):
14720 Fix missing unlock.
14721 * gst/playback/gstplaybin.c: (add_sink):
14722 First add, then link (otherwise pad link fails).
14724 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14726 * examples/Makefile.am:
14727 fix buildbot (make distcheck)
14729 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14731 * gst/playback/gstplaybin.c: (gen_vis_element):
14732 Remove some wrong code. Doesn't work yet.
14734 2005-05-19 Wim Taymans <wim@fluendo.com>
14736 * gst-libs/gst/net/Makefile.am:
14737 * gst-libs/gst/net/README:
14738 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14739 (gst_netbuffer_class_init), (gst_netbuffer_init),
14740 (gst_netbuffer_finalize), (gst_netbuffer_copy),
14741 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14742 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14743 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14744 * gst-libs/gst/net/gstnetbuffer.h:
14745 Added buffer subclass to store extra to/from addresses for
14746 network sources/sinks.
14748 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14750 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14751 Don't lock an unassigned variable.
14753 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14755 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14756 Increase buffer for video, decrease buffer for other media types.
14757 * gst/playback/gstplaybin.c: (gen_video_element),
14758 (gen_audio_element):
14759 Change names for debugging purposes.
14761 2005-05-18 Wim Taymans <wim@fluendo.com>
14763 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14764 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14765 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14766 (gst_ffmpegcsp_chain):
14767 Enable buffer alloc passthrough if the source and dest
14768 formats are the same.
14770 2005-05-17 Wim Taymans <wim@fluendo.com>
14772 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14773 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14774 (gst_ogg_demux_chain_unlocked):
14775 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14776 (gst_audio_convert_caps_remove_format_info),
14777 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14778 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14779 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14780 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14781 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14782 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14783 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14784 (gst_ffmpegcsp_get_property):
14785 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14786 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14787 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14788 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14789 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14790 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14791 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14792 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14793 Leak fixes in oggdemux.
14794 Some cleanups in audioconvert.
14795 Make passthrough work along with buffer_alloc etc.
14796 Make buffer_alloc and buffer recycling actually work in
14799 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
14801 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14802 make the compiler happy
14804 2005-05-17 Wim Taymans <wim@fluendo.com>
14806 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14807 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14808 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14809 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14810 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14811 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14812 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14813 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14814 (gst_xvimagesink_set_xwindow_id):
14815 * sys/xvimage/xvimagesink.h:
14816 Port xvimagesink to new MiniObject.
14818 2005-05-17 Wim Taymans <wim@fluendo.com>
14820 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14821 (gst_audiofilter_chain):
14822 * gst-libs/gst/audio/gstaudiosink.c:
14823 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14824 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14825 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14826 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14827 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14828 (gst_audiosink_create_ringbuffer):
14829 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14830 (gst_audio_convert_caps_remove_format_info),
14831 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14832 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14833 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14834 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14835 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14836 Fix passthrough in ffmpegcolorspace.
14837 Fix memset in audiosink on wrong memory.
14839 2005-05-16 David Schleef <ds@schleef.org>
14841 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14844 2005-05-16 David Schleef <ds@schleef.org>
14846 Port from GstData to GstMiniObject.
14847 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14848 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14849 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14850 (gst_ogg_mux_collected):
14851 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14852 * ext/theora/theoradec.c: (theora_handle_comment_packet),
14853 (theora_handle_data_packet):
14854 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14855 (theora_set_header_on_caps), (theora_enc_chain):
14856 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14857 (vorbis_handle_comment_packet):
14858 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14859 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14860 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14861 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14862 * gst/audioconvert/gstaudioconvert.c:
14863 (gst_audio_convert_get_buffer):
14864 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14865 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14866 (mute_stream), (silence_stream):
14867 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14868 * gst/volume/gstvolume.c: (volume_transform):
14869 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14870 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14871 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14872 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14873 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14874 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14875 (gst_ximagesink_buffer_alloc):
14876 * sys/ximage/ximagesink.h:
14878 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14880 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14881 (fill_buffer), (check_queue), (queue_threshold_reached),
14882 (queue_out_of_data):
14883 * gst/playback/gstplaybasebin.h:
14884 Post buffer-fullness on the bus.
14886 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14888 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14890 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14891 (group_commit), (probe_triggered), (setup_source),
14892 (gst_play_base_bin_change_state):
14893 * gst/playback/gstplaybasebin.h:
14894 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14895 (gst_play_bin_init), (remove_sinks), (setup_sinks),
14896 (gst_play_bin_change_state):
14897 Move setup_output_pads into a virtual function, remove
14898 group-switch (no longer needed) and redirect (handled by bus
14901 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14903 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14904 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14905 (get_active_group), (get_building_group), (group_destroy),
14906 (group_commit), (check_queue), (queue_overrun),
14907 (queue_threshold_reached), (queue_out_of_data),
14908 (gen_preroll_element), (remove_groups), (unknown_type),
14909 (add_element_stream), (no_more_pads), (probe_triggered),
14910 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14911 (setup_substreams), (setup_source), (finish_source),
14912 (prepare_output), (muted_group_change_state),
14913 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14914 (gst_play_base_bin_change_state):
14915 * gst/playback/gstplaybasebin.h:
14916 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14917 (gst_play_bin_init), (gst_play_bin_set_property),
14918 (gen_video_element), (gen_text_element), (gen_audio_element),
14919 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14920 (gst_play_bin_change_state):
14921 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14922 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14923 (stream_info_change_state), (gst_stream_info_set_mute),
14924 (gst_stream_info_get_property):
14925 * gst/playback/gststreaminfo.h:
14926 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14927 (gst_stream_selector_get_linked_pad),
14928 (gst_stream_selector_getcaps),
14929 (gst_stream_selector_get_linked_pads),
14930 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14931 * gst/playback/gststreamselector.h:
14932 Rough port of playbin. Needs some more work, but is mostly done,
14933 and uses a few locks in important places, which should make stuff
14934 like chain-switches clean. Still uses GST_STATE() in a few places,
14935 which isn't all that good an idea, subtitles/elements disabled
14936 because no elements to test with and thus probably broken, query
14937 and event handling moved to GstBin, internal thread removed
14938 alltogether because the pipeline does that for us now. Can play
14939 Ogg/Vorbis files. Haven't tested anything else yet.
14941 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14943 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14944 Do no-more-pads (needed for autoplugging).
14946 2005-05-10 Andy Wingo <wingo@pobox.com>
14948 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14949 message to the bus with the tags. Still not sent downstream tho.
14951 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14953 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14954 avoid refcounting hassles.
14956 2005-05-09 Andy Wingo <wingo@pobox.com>
14958 * gst/volume/Makefile.am:
14959 * gst/volume/demo.c
14960 * gst/volume/gstvolume.h
14961 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14962 basetransform. Probably need an audio filter base class.
14964 2005-05-09 Wim Taymans <wim@fluendo.com>
14966 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14967 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14968 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14969 (gst_vorbisenc_chain):
14970 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14971 (gst_audio_convert_caps_remove_format_info),
14972 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14973 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14974 Make caps writable before writing to it.
14975 Fix negotiation in audioconvert some more.
14977 2005-05-09 Wim Taymans <wim@fluendo.com>
14979 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14980 (gst_videorate_getcaps), (gst_videorate_setcaps),
14981 (gst_videorate_event), (gst_videorate_chain):
14982 Better negotiation.
14984 2005-05-09 Wim Taymans <wim@fluendo.com>
14986 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14987 (gst_videorate_getcaps), (gst_videorate_setcaps),
14988 (gst_videorate_blank_data), (gst_videorate_init),
14989 (gst_videorate_event), (gst_videorate_chain),
14990 (gst_videorate_change_state):
14991 Port videorate, do a better job at negotiation while we're at
14994 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
14999 * examples/Makefile.am:
15000 * gst-libs/gst/audio/Makefile.am:
15001 * gst-libs/gst/riff/Makefile.am:
15002 * gst-libs/gst/tag/Makefile.am:
15003 * gst-libs/gst/video/Makefile.am:
15004 Fixups for missing variables.
15006 2005-05-09 Wim Taymans <wim@fluendo.com>
15008 * examples/seeking/seek.c: (make_theora_pipeline),
15009 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15010 (query_rates), (query_positions_elems), (query_positions_pads),
15011 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15012 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15013 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15014 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15015 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15016 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15017 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15018 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15019 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15020 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15021 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15022 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15023 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15024 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15025 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15026 (theora_dec_src_convert), (theora_dec_sink_convert),
15027 (theora_dec_src_query), (theora_dec_sink_query),
15028 (theora_dec_src_event), (theora_dec_sink_event),
15029 (theora_handle_comment_packet), (theora_handle_type_packet),
15030 (theora_handle_header_packet), (theora_handle_data_packet),
15031 (theora_dec_chain):
15032 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15033 (vorbis_dec_convert), (vorbis_dec_src_query),
15034 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15035 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15036 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15037 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15038 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15039 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15040 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15041 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15042 (gst_play_bin_query):
15043 * gst/playback/test3.c: (update_scale):
15044 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15045 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15046 * gst/subparse/gstsubparse.c: (gst_subparse_init):
15047 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15048 (gst_videotestsrc_src_query):
15049 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15050 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15051 (paint_hline_YUV9):
15052 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15053 Port to new query API.
15055 Cleanups in x[v]imagesink
15057 2005-05-09 Andy Wingo <wingo@pobox.com>
15059 * ext/alsa/gstalsasink.h:
15060 * ext/gnomevfs/gstgnomevfssrc.c:
15061 (gst_gnomevfssrc_get_icy_metadata):
15062 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15063 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15064 * ext/theora/theoradec.c (theora_dec_src_query)
15065 (theora_dec_src_event, theora_dec_sink_event)
15066 (theora_handle_comment_packet, theora_handle_data_packet):
15067 * ext/theora/theoraenc.c (theora_enc_chain):
15068 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15069 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15070 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15071 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15073 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15074 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15075 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15076 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15077 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15078 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15079 (paint_setup_xBGR8888, paint_setup_RGBx8888)
15080 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15081 (paint_setup_RGB565, paint_setup_xRGB1555):
15082 * gst/videotestsrc/videotestsrc.h:
15083 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15084 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15085 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15088 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15089 gst_pad_query_position. Fixes oggdemux.
15091 2005-05-08 David Schleef <ds@schleef.org>
15093 * configure.ac: Require liboil.
15094 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15096 * gst/videotestsrc/videotestsrc.c:
15097 * gst/videotestsrc/videotestsrc.h:
15099 2005-05-06 Wim Taymans <wim@fluendo.com>
15101 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15102 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15103 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15104 Well, unreffing a buffer right before pushing it is asking
15107 2005-05-06 Christian Schaller <uraeus@gnome.org>
15109 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15111 2005-05-06 Wim Taymans <wim@fluendo.com>
15113 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15114 (gst_audio_convert_caps_remove_format_info),
15115 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15116 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15117 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15118 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15119 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15120 * gst/sine/Makefile.am:
15121 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15122 (gst_sinesrc_class_init), (gst_sinesrc_init),
15123 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15124 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15125 (gst_sinesrc_update_freq):
15126 * gst/sine/gstsinesrc.h:
15127 * gst/tcp/gstmultifdsink.c:
15128 * sys/xvimage/xvimagesink.c:
15129 Fixed negotiation wrt _peer_get_caps()
15133 2005-05-06 Wim Taymans <wim@fluendo.com>
15135 * gst-libs/gst/audio/gstaudiosink.c:
15136 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15137 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15138 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15139 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15140 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15141 (gst_audiosink_create_ringbuffer):
15142 * gst-libs/gst/audio/gstbaseaudiosink.c:
15143 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15144 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15145 (gst_baseaudiosink_set_property), (build_linear_format),
15146 (debug_spec_caps), (debug_spec_buffer),
15147 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15148 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15149 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15150 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15151 * gst-libs/gst/audio/gstbaseaudiosink.h:
15152 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15153 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15154 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15155 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15156 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15157 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15158 (wait_segment), (gst_ringbuffer_commit),
15159 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15160 (gst_ringbuffer_clear):
15161 * gst-libs/gst/audio/gstringbuffer.h:
15162 Make the base audiosink return an error when there is no
15163 audiobuffer negotiated.
15165 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15168 Disable cdparanoia until someone ports it!
15170 2005-05-06 Wim Taymans <wim@fluendo.com>
15172 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15173 (gst_ogg_demux_sink_activate):
15174 And revert after wingo's revert.. sigh..
15176 2005-05-05 Andy Wingo <wingo@pobox.com>
15178 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15180 * configure.ac: Return audiorate and subparse from the ghetto.
15181 Re-enable -Wall -Werror.
15182 * gst/subparse/gstsubparse.c:
15183 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15184 or chain-based. Cleaned up a bit. Not tested.
15186 2005-05-05 Christian Schaller <christian@fluendo.com>
15188 * Makefile.am: remove stuff that is not building
15189 * configure.ac: remove stuff that is not building
15190 * examples/Makefile.am: remove stuff that is not building
15191 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15192 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15193 * sys/Makefile.am: remove stuff that is not building
15194 * testsuite/Makefile.am: remove stuff that is not building
15196 2005-05-05 Andy Wingo <wingo@pobox.com>
15198 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15199 * gst-libs/gst/tag/gstvorbistag.c:
15200 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15201 * gst/adder/gstadder.h:
15202 * gst/audioconvert/gstchannelmix.c:
15203 (gst_audio_convert_fill_one_other):
15204 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15205 (gst_audiorate_init), (gst_audiorate_chain):
15206 * gst/playback/gstplaybasebin.c: (setup_source):
15207 * gst/playback/test3.c: (update_scale):
15225 2005-05-05 Wim Taymans <wim@fluendo.com>
15227 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15228 (gst_audio_convert_caps_remove_format_info),
15229 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15230 (gst_audio_convert_change_state), (gst_audio_convert_channels):
15231 * gst/videotestsrc/gstvideotestsrc.c:
15232 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15233 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15234 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15235 (gst_videotestsrc_init), (gst_videotestsrc_loop):
15236 Don't ignore _push() return values.
15237 Make sure no processing is done when shutting down.
15238 Videotestsrc pad activation fix.
15240 2005-05-05 Wim Taymans <wim@fluendo.com>
15242 * gst/adder/Makefile.am:
15243 * gst/adder/gstadder.c: (gst_adder_setcaps),
15244 (gst_adder_class_init), (gst_adder_init),
15245 (gst_adder_request_new_pad), (gst_adder_collected),
15246 (gst_adder_change_state):
15247 * gst/adder/gstadder.h:
15248 Ported adder as an example of a mixer element using
15249 collect pads. Needs more negotiation work.
15251 2005-05-05 Wim Taymans <wim@fluendo.com>
15253 * ext/theora/theoradec.c: (_inc_granulepos),
15254 (theora_dec_src_event), (theora_dec_sink_event),
15255 (theora_handle_comment_packet), (theora_handle_type_packet),
15256 (theora_handle_header_packet), (theora_handle_data_packet),
15257 (theora_dec_chain):
15258 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15259 (gst_theora_enc_init), (theora_enc_sink_setcaps),
15260 (theora_push_buffer), (theora_push_packet),
15261 (theora_enc_sink_event), (theora_enc_chain),
15262 (theora_enc_change_state), (theora_enc_set_property),
15263 (theora_enc_get_property):
15264 Added stream lock to decoder so that we can serialize
15266 More theoraenc porting, recover from errors, do clean
15269 2005-05-05 Wim Taymans <wim@fluendo.com>
15271 * ext/ogg/Makefile.am:
15273 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15274 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15276 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15277 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15278 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15279 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15280 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15281 (gst_ogg_mux_change_state):
15284 2005-05-05 Wim Taymans <wim@fluendo.com>
15286 * docs/design-audiosinks.txt:
15287 * gst-libs/gst/audio/TODO:
15288 * gst-libs/gst/audio/gstaudiosink.c:
15289 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15290 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15291 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15292 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15293 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15294 (gst_audiosink_create_ringbuffer):
15295 * gst-libs/gst/audio/gstbaseaudiosink.c:
15296 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15297 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15298 (gst_baseaudiosink_set_property), (build_linear_format),
15299 (debug_spec_caps), (debug_spec_buffer),
15300 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15301 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15302 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15303 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15304 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15305 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15306 (gst_ringbuffer_release), (gst_ringbuffer_play),
15307 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15308 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15309 (gst_ringbuffer_set_sample), (wait_segment),
15310 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15311 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15312 More work on the audiosink, mostly debugging and a race in
15315 2005-04-28 Wim Taymans <wim@fluendo.com>
15317 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15318 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15319 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15320 (vorbis_dec_src_query), (vorbis_dec_src_event),
15321 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15322 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15323 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15324 Don't crap out when seeking back to position 0.
15326 2005-04-28 Wim Taymans <wim@fluendo.com>
15328 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15329 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15330 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15331 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15332 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15333 Make audio sink configurable, use alsasink as default.
15335 2005-04-28 Wim Taymans <wim@fluendo.com>
15337 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15338 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15339 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15340 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15341 (vorbis_dec_change_state):
15342 * ext/vorbis/vorbisdec.h:
15343 Refactor, use STREAM_LOCK.
15345 2005-04-28 Wim Taymans <wim@fluendo.com>
15347 * ext/theora/theoradec.c: (_inc_granulepos),
15348 (theora_dec_sink_event), (theora_handle_comment_packet),
15349 (theora_handle_type_packet), (theora_handle_header_packet),
15350 (theora_handle_data_packet), (theora_dec_chain),
15351 (theora_dec_change_state):
15352 Refactor a bit, use STREAM_LOCK.
15354 2005-04-28 Wim Taymans <wim@fluendo.com>
15356 * ext/alsa/Makefile.am:
15357 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15358 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15359 (gst_alsa_link), (gst_alsa_close_audio):
15360 * ext/alsa/gstalsaplugin.c: (plugin_init):
15361 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15362 (gst_alsasink_dispose), (gst_alsasink_base_init),
15363 (gst_alsasink_class_init), (gst_alsasink_init),
15364 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15365 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15366 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15367 (gst_alsasink_reset):
15368 * ext/alsa/gstalsasink.h:
15369 Implement alsasink with simple open/write/close API.
15370 Make alsa dir build by disabling compilation of code.
15372 2005-04-28 Wim Taymans <wim@fluendo.com>
15374 * gst-libs/gst/audio/Makefile.am:
15375 * gst-libs/gst/audio/audio.h:
15376 * gst-libs/gst/audio/audioclock.c:
15377 * gst-libs/gst/audio/audioclock.h:
15378 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15379 (gst_audio_clock_class_init), (gst_audio_clock_init),
15380 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15381 * gst-libs/gst/audio/gstaudioclock.h:
15382 * gst-libs/gst/audio/gstaudiosink.c:
15383 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15384 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15385 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15386 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15387 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15388 (gst_audiosink_create_ringbuffer):
15389 * gst-libs/gst/audio/gstbaseaudiosink.c:
15390 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15391 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15392 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15393 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15394 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15395 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15396 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15397 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15398 * gst-libs/gst/audio/gstbaseaudiosink.h:
15399 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15400 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15401 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15402 (gst_ringbuffer_release), (gst_ringbuffer_play),
15403 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15404 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15405 (gst_ringbuffer_set_sample), (wait_segment),
15406 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15407 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15408 * gst-libs/gst/audio/gstringbuffer.h:
15409 Make ringbuffer faster and more simple by removing the locks
15410 in the playback thread.
15411 Add sample accurate playback based on buffer sample offsets.
15412 Make the baseaudiosink provide a clock.
15413 Parse caps in the base class.
15414 Correctly handle seeking, flushing and state changes.
15416 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
15419 * gst/audioconvert/Makefile.am:
15420 * gst/audioscale/Makefile.am:
15421 Fix part of the build. Come on guys, autogen didn't even work :)
15423 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15426 * gst-libs/gst/Makefile.am:
15427 * gst-libs/gst/media-info/.cvsignore:
15428 * gst-libs/gst/media-info/Makefile.am:
15429 * gst-libs/gst/media-info/README:
15430 * gst-libs/gst/media-info/media-info-priv.c:
15431 * gst-libs/gst/media-info/media-info-priv.h:
15432 * gst-libs/gst/media-info/media-info-test.c:
15433 * gst-libs/gst/media-info/media-info.c:
15434 * gst-libs/gst/media-info/media-info.h:
15435 * gst-libs/gst/media-info/media-info.vcproj:
15436 * pkgconfig/Makefile.am:
15437 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15438 * pkgconfig/gstreamer-media-info.pc.in:
15439 Remove media-info, which is also successed by playbin (see Totem
15442 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15445 * examples/Makefile.am:
15446 * examples/gstplay/.cvsignore:
15447 * examples/gstplay/Makefile.am:
15448 * examples/gstplay/player.c:
15449 * gst-libs/gst/Makefile.am:
15450 * gst-libs/gst/play/.cvsignore:
15451 * gst-libs/gst/play/Makefile.am:
15452 * gst-libs/gst/play/play.c:
15453 * gst-libs/gst/play/play.h:
15454 * gst-libs/gst/play/play.vcproj:
15455 * pkgconfig/Makefile.am:
15456 * pkgconfig/gstreamer-play-uninstalled.pc.in:
15457 * pkgconfig/gstreamer-play.pc.in:
15458 Remove libgstplay, playbin is now the official successor.
15460 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15463 * gst-libs/gst/Makefile.am:
15464 * gst-libs/gst/xwindowlistener/Makefile.am:
15465 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15466 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15467 Remove deprecated xwindowlistener (I've moved xwindowlistening
15468 in the v4l/v4l2 plugins over to serverside).
15470 2005-04-25 David Schleef <ds@schleef.org>
15472 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15473 to examples/dynparams. Examples do not belong interspersed with
15475 * examples/dynparams/demo-dparams.c:
15476 * gst/sine/Makefile.am:
15477 * gst/sine/demo-dparams.c:
15479 2005-04-25 David Schleef <ds@schleef.org>
15481 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15482 * gst-libs/gst/audio/Makefile.am:
15483 * gst-libs/gst/riff/Makefile.am:
15484 * gst-libs/gst/tag/Makefile.am:
15485 * gst-libs/gst/video/Makefile.am:
15486 * gst-libs/gst/xwindowlistener/Makefile.am:
15488 Convert to 0.9 API, seems to work:
15489 * sys/ximage/Makefile.am:
15490 * sys/ximage/ximagesink.c:
15492 2005-04-24 David Schleef <ds@schleef.org>
15494 Link plugins against libraries:
15495 * ext/alsa/Makefile.am:
15496 * gst/tcp/Makefile.am:
15498 Remove asm code that should be in liboil
15499 * gst/videoscale/Makefile.am:
15500 * gst/videoscale/videoscale_x86_asm.s:
15502 gettext wants these checked in:
15518 2005-04-24 David Schleef <ds@schleef.org>
15520 Convert gst_main() to g_main_loop_run()
15521 * gst/playback/decodetest.c: (main):
15522 * gst/playback/test2.c: (main):
15523 * gst/playback/test3.c: (main):
15524 * gst/playback/test4.c: (main):
15526 Link plugins against libraries:
15527 * ext/libvisual/Makefile.am:
15528 * sys/xvimage/Makefile.am:
15530 2005-04-24 David Schleef <ds@schleef.org>
15532 * configure.ac: Remove idct and resample libs
15533 * gst-libs/gst/Makefile.am: same
15535 Remove usage of gst_library_load():
15536 * ext/alsa/gstalsaplugin.c: (plugin_init):
15537 * ext/libvisual/visual.c: (plugin_init):
15538 * ext/ogg/gstogg.c: (plugin_init):
15539 * ext/theora/theora.c: (plugin_init):
15540 * ext/vorbis/vorbis.c: (plugin_init):
15541 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15542 * gst/audioscale/gstaudioscale.c:
15543 * gst/adder/gstadder.c: (plugin_init):
15544 * gst/audioconvert/plugin.c: (plugin_init):
15545 * sys/ximage/ximagesink.c: (plugin_init):
15546 * sys/xvimage/xvimagesink.c: (plugin_init):
15547 * gst/tcp/gsttcpplugin.c: (plugin_init):
15549 Link plugins against libraries:
15550 * ext/ogg/Makefile.am:
15551 * ext/theora/Makefile.am:
15552 * ext/vorbis/Makefile.am:
15553 * gst/audioconvert/Makefile.am:
15555 Create proper libraries:
15556 * gst-libs/gst/riff/Makefile.am:
15557 * gst-libs/gst/audio/Makefile.am:
15558 * gst-libs/gst/video/Makefile.am:
15560 Move resample library to audioscale plugin directory:
15561 * gst-libs/gst/resample/Makefile.am:
15562 * gst-libs/gst/resample/README:
15563 * gst-libs/gst/resample/dtof.c:
15564 * gst-libs/gst/resample/dtos.c:
15565 * gst-libs/gst/resample/functable.c:
15566 * gst-libs/gst/resample/private.h:
15567 * gst-libs/gst/resample/resample.c:
15568 * gst-libs/gst/resample/resample.h:
15569 * gst-libs/gst/resample/resample.vcproj:
15570 * gst-libs/gst/resample/test.c:
15571 * gst/audioscale/Makefile.am:
15572 * gst/audioscale/README:
15573 * gst/audioscale/dtof.c:
15574 * gst/audioscale/dtos.c:
15575 * gst/audioscale/functable.c:
15576 * gst/audioscale/private.h:
15577 * gst/audioscale/resample.c:
15578 * gst/audioscale/resample.h:
15579 * gst/audioscale/test.c:
15581 Move tagedit library to gst-libs:
15582 * gst-libs/gst/tag/Makefile.am:
15583 * gst-libs/gst/tag/gstid3tag.c:
15584 * gst-libs/gst/tag/gsttagediting.c:
15585 * gst-libs/gst/tag/gsttageditingprivate.h:
15586 * gst-libs/gst/tag/gstvorbistag.c:
15587 * gst/tags/Makefile.am:
15588 * gst/tags/gstid3tag.c:
15589 * gst/tags/gstvorbistag.c:
15591 Fix for core changes:
15592 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15593 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15594 (gst_sinesrc_getrange):
15596 2005-04-23 David Schleef <ds@schleef.org>
15598 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
15599 in gst-plugins in a long time, and properly belongs in liboil.
15600 * gst-libs/gst/idct/Makefile.am:
15601 * gst-libs/gst/idct/README:
15602 * gst-libs/gst/idct/dct.h:
15603 * gst-libs/gst/idct/doieee:
15604 * gst-libs/gst/idct/fastintidct.c:
15605 * gst-libs/gst/idct/floatidct.c:
15606 * gst-libs/gst/idct/idct.c:
15607 * gst-libs/gst/idct/idct.h:
15608 * gst-libs/gst/idct/idtc.vcproj:
15609 * gst-libs/gst/idct/ieeetest.c:
15610 * gst-libs/gst/idct/intidct.c:
15612 2005-04-20 Wim Taymans <wim@fluendo.com>
15614 * docs/design-audiosinks.txt:
15615 * gst-libs/gst/audio/Makefile.am:
15616 * gst-libs/gst/audio/TODO:
15617 * gst-libs/gst/audio/gstaudiosink.c:
15618 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15619 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15620 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15621 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15622 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15623 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15624 (gst_audiosink_class_init), (gst_audiosink_init),
15625 (gst_audiosink_create_ringbuffer):
15626 * gst-libs/gst/audio/gstaudiosink.h:
15627 * gst-libs/gst/audio/gstbaseaudiosink.c:
15628 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15629 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15630 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15631 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15632 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15633 (gst_baseaudiosink_create_ringbuffer),
15634 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15635 * gst-libs/gst/audio/gstbaseaudiosink.h:
15636 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15637 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15638 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15639 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15640 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15641 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15642 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15643 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15644 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15645 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15646 * gst-libs/gst/audio/gstringbuffer.h:
15647 An attempt at a set of audio base classes together with some
15650 2005-04-20 Wim Taymans <wim@fluendo.com>
15652 * gst/audioconvert/Makefile.am:
15653 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15654 (gst_audio_convert_caps_remove_format_info),
15655 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15656 (gst_audio_convert_channels):
15657 Link against audio libs.
15658 Fix audio convert plugin.
15660 2005-04-20 Wim Taymans <wim@fluendo.com>
15662 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15663 (gst_ogg_demux_sink_activate):
15664 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15665 (theora_set_header_on_caps), (theora_enc_sink_event),
15666 (theora_enc_chain):
15667 Fix theora encoder.
15669 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15671 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15672 * gst/playback/gstdecodebin.c: (find_compatibles):
15673 Work with staticpadtemplates in elementfactories.
15675 2005-04-12 Wim Taymans <wim@fluendo.com>
15677 * gst/playback/README:
15678 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15679 (compare_ranks), (print_feature), (gst_decode_bin_init),
15680 (dynamic_create), (dynamic_free), (find_compatibles),
15681 (mimetype_is_raw), (close_pad_link), (got_redirect),
15682 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15683 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15684 (gst_decode_bin_change_state):
15685 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15686 (gst_play_base_bin_init), (group_destroy), (group_commit),
15687 (check_queue), (queue_overrun), (queue_threshold_reached),
15688 (queue_out_of_data), (gen_preroll_element), (unknown_type),
15689 (new_decoded_pad), (setup_subtitle), (gen_source_element),
15690 (got_redirect), (setup_source), (play_base_eos),
15691 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15692 (gst_play_base_bin_remove_element):
15693 * gst/playback/gstplaybasebin.h:
15694 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15695 (gst_play_bin_init), (gst_play_bin_dispose),
15696 (gst_play_bin_set_property), (gen_video_element),
15697 (gen_text_element), (gen_audio_element), (remove_sinks),
15698 (gst_play_bin_send_event):
15699 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15700 (stream_info_change_state), (gst_stream_info_set_mute):
15701 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15702 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15703 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15704 (gst_stream_selector_chain):
15705 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15707 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15708 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15709 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15710 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15711 Raw and crude port of decodebin.
15712 Make playbin compile.
15714 2005-04-06 Wim Taymans <wim@fluendo.com>
15716 * ext/gnomevfs/Makefile.am:
15717 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15718 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15719 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15720 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15721 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15722 (gst_gnomevfssrc_stop):
15723 * ext/ogg/Makefile.am:
15724 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15725 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15726 * ext/theora/Makefile.am:
15727 * ext/theora/theoradec.c: (_inc_granulepos),
15728 (theora_dec_sink_event), (theora_dec_chain):
15729 * ext/vorbis/Makefile.am:
15730 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15731 (vorbis_dec_sink_event), (vorbis_dec_chain):
15732 * gst-libs/gst/audio/Makefile.am:
15733 * sys/xvimage/Makefile.am:
15734 Make gnomevfssrc extend the source base class.
15735 Fix linking against libs in various plugins.
15737 2005-04-06 Andy Wingo <wingo@pobox.com>
15739 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15742 * configure.ac: Add check and AC_SUBST for libgstbase.
15744 2005-03-31 Wim Taymans <wim@fluendo.com>
15746 * examples/seeking/Makefile.am:
15747 * examples/seeking/cdparanoia.c: (main):
15748 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15749 (play_cb), (pause_cb), (stop_cb), (main):
15750 * examples/seeking/playbin.c:
15751 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15752 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15753 (make_sid_pipeline), (make_vorbis_pipeline),
15754 (make_theora_pipeline), (make_vorbis_theora_pipeline),
15755 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15756 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15757 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15758 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15760 * examples/seeking/spider_seek.c:
15761 * examples/seeking/vorbisfile.c:
15762 * ext/gnomevfs/Makefile.am:
15763 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15764 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15765 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15766 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15767 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15768 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15769 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15770 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15772 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15773 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15774 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15775 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15776 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15777 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15778 (gst_ogg_pad_event), (gst_ogg_pad_reset),
15779 (gst_ogg_demux_factory_filter), (compare_ranks),
15780 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15781 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15782 (gst_ogg_chain_new), (gst_ogg_chain_free),
15783 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15784 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15785 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15786 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15787 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15788 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15789 (gst_ogg_demux_get_prev_page),
15790 (gst_ogg_demux_deactivate_current_chain),
15791 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15792 (gst_ogg_demux_bisect_forward_serialno),
15793 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15794 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15795 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15796 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15797 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15798 (gst_ogg_demux_change_state), (gst_ogg_print):
15799 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15800 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15801 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15802 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15803 (gst_ogg_mux_loop):
15804 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15805 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15806 (theora_dec_src_convert), (theora_dec_sink_convert),
15807 (theora_dec_src_query), (theora_dec_src_event),
15808 (theora_dec_sink_event), (theora_dec_chain),
15809 (theora_dec_change_state):
15810 * ext/theora/theoraenc.c: (gst_theora_enc_init),
15811 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15812 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15813 (theora_enc_change_state):
15814 * ext/vorbis/Makefile.am:
15815 * ext/vorbis/oggvorbisenc.c:
15816 * ext/vorbis/oggvorbisenc.h:
15817 * ext/vorbis/vorbis.c: (plugin_init):
15818 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15819 (vorbis_dec_src_query), (vorbis_dec_src_event),
15820 (vorbis_dec_sink_event), (vorbis_dec_chain),
15821 (vorbis_dec_change_state):
15822 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15823 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15824 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15825 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15826 (gst_vorbisenc_change_state):
15827 * ext/vorbis/vorbisenc.h:
15828 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15829 * gst-libs/gst/audio/audioclock.c:
15830 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15831 (gst_audiofilter_init), (gst_audiofilter_chain):
15832 * gst-libs/gst/audio/testchannels.c: (main):
15833 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15834 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15835 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15836 (gmip_find_track_streaminfo), (gmip_find_track_format):
15837 * gst-libs/gst/media-info/media-info.c:
15838 (gst_media_info_read_idler):
15839 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15840 (gst_play_get_all_by_interface):
15841 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15842 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15843 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15844 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15845 (gst_riff_parse_info):
15846 * gst-libs/gst/riff/riff-read.h:
15847 * gst-libs/gst/riff/riff.c: (plugin_init):
15848 * gst-libs/gst/video/Makefile.am:
15849 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15850 (gst_videosink_class_init), (gst_videosink_get_type):
15851 * gst-libs/gst/video/videosink.h:
15852 * gst/audioconvert/bufferframesconvert.c:
15853 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15854 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15855 * gst/audioconvert/channelmixtest.c: (main):
15856 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15857 (gst_audio_convert_chain),
15858 (gst_audio_convert_caps_remove_format_info),
15859 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15860 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15861 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15862 (gst_audio_convert_buffer_to_default_format),
15863 (gst_audio_convert_buffer_from_default_format),
15864 (gst_audio_convert_channels):
15865 * gst/audioconvert/gstchannelmix.h:
15866 * gst/ffmpegcolorspace/avcodec.h:
15867 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15868 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15869 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15870 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15871 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15872 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15873 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15874 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15875 (mpeg_video_type_find), (mpeg_video_stream_type_find),
15877 * gst/videotestsrc/gstvideotestsrc.c:
15878 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15879 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15880 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15881 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15882 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15883 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15884 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15885 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15886 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15887 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15888 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15889 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15890 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15891 (gst_xvimagesink_navigation_send_event),
15892 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15893 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15894 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15895 * sys/xvimage/xvimagesink.h:
15896 Plugin port to 0.9, ogg/theora playback should work in the seek
15898 Removed old examples.
15899 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15900 explained in 0.9 TODO doc.
15903 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
15925 * testsuite/Makefile.am:
15926 remove a whole bunch of plugins. This module now contains a set
15927 of free reference plugins/elements as agreed.
15929 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
15932 hunting season on 0.9 is now OPEN
15934 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15936 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15937 Kick the hell out of gcc for not warning me about a symbol conflict.
15939 2005-02-22 Luca Ognibene <luogni@tin.it>
15941 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
15943 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15944 Don't leak caps string (fixes #168134)
15946 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15947 (gst_jpegenc_init), (gst_jpegenc_finalize),
15948 (gst_jpegenc_change_state):
15949 Don't leak line buffers and context struct (fixes #168133).
15951 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
15954 * ext/dirac/gstdiracdec.cc:
15955 (gst_diracdec_chain):
15956 Since dirac 0.5.0 the framerate in dirac is expressed as a
15957 rational number. Fix build and up requirement to 0.5.0, and
15958 also pass parameters to gst_diracdec_link in the right order
15961 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
15963 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15964 * ext/faad/gstfaad.h:
15965 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
15966 certain invalid muxed streams, where some packets will contain
15967 junk after decoder data. Partially fixes #149158.
15969 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
15970 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15971 Make sure we only write to writable buffers
15973 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
15975 * gst-libs/gst/riff/riff-media.c:
15976 (gst_riff_create_audio_caps_with_data):
15977 Do actually fix invalid RIFF fmt header values for alaw
15978 and mulaw audio instead of just saying so.
15980 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15981 Give gst_riff_create_audio_caps_with_data() a chance to
15982 fix up broken format header fields before extracting any
15983 parameters from the header. (fixes #167633)
15985 2005-02-19 Martin Holters <martin.holters@gmx.de>
15987 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
15989 * gst/audioconvert/bufferframesconvert.c:
15990 (buffer_frames_convert_link):
15991 Don't leak othercaps. (fixes #167878)
15993 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
15996 * ext/libvisual/visual.c: (gst_visual_srclink),
15997 (gst_visual_change_state):
15998 Support libvisual 0.2.0.
16000 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
16002 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16003 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16004 Use same rowstrides for I420 as used everywhere else.
16006 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
16008 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16009 Declare variables at beginning of block and make gcc-2.95 happy
16010 (fixes # 167482, patch by Gergely Nagy).
16012 * gst/tcp/gsttcpclientsrc.c:
16013 * gst/tcp/gsttcpclientsrc.h:
16014 Move some includes into the header, so that struct sockaddr_in is
16015 defined when it should be defined on FreeBSD as well (fixes
16018 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16019 Don't pass uninitialised values to setsockopt() here either.
16021 2005-02-17 Luca Ognibene <luogni at tin dot it>
16023 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16025 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16026 Don't pass uninitialised values to setsockopt(). (fixes #167704)
16028 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16030 * gst/playback/gstplaybin.c: (add_sink):
16031 Invert bin_add/link order to workaround deadlock in opt.
16033 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16035 * gst/modplug/gstmodplug.cc:
16036 Add missing break causing position queries to fail.
16038 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16040 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16041 Granpos can apparently be -1, which screws up calculations...
16043 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
16045 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16046 (gst_ximagesink_send_pending_navigation),
16047 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16048 (gst_ximagesink_init):
16049 * sys/ximage/ximagesink.h:
16050 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16051 (gst_xvimagesink_send_pending_navigation),
16052 (gst_xvimagesink_navigation_send_event),
16053 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16054 * sys/xvimage/xvimagesink.h:
16055 Use a mutex protected list to marshal navigation
16056 events into the stream thread from whichever thread
16059 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
16061 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16062 Display current position and track length; misc. clean-ups.
16064 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16065 (speed_init), (speed_chain):
16066 Add query function, so that the stream length and current position
16067 get adjusted when queried (note that current position queries may
16068 still be wrong if the audio sink returns values based on buffer
16069 timestamps instead of passing on the query).
16071 2005-02-13 Benjamin Otte <otte@gnome.org>
16073 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16074 (gst_audio_convert_channels):
16075 create channel conversion matrix when linking
16076 * gst/audioconvert/.cvsignore:
16077 * gst/audioconvert/Makefile.am:
16078 * gst/audioconvert/channelmixtest.c: (main):
16079 add (ugly) test that ensures stereo <=> mono conversion works
16082 2005-02-13 Benjamin Otte <otte@gnome.org>
16084 * gst/audioconvert/gstchannelmix.h:
16085 include missing header file
16086 * gst/audioconvert/gstchannelmix.c:
16087 (gst_audio_convert_fill_compatible):
16088 use same sign for both channels when converting to/from compatible
16089 channel. Previously used different signs made the signals cancel
16090 each other out and appear like silence. (fixes #167269)
16092 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16094 * gst/ffmpegcolorspace/avcodec.h:
16095 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16096 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16097 (gst_ffmpegcsp_avpicture_fill):
16098 * gst/ffmpegcolorspace/imgconvert.c:
16099 Convert to and from YV12 (fixes #156379).
16101 2005-02-12 Julien MOUTTE <julien@moutte.net>
16103 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16104 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16105 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16106 (gst_ximagesink_expose), (gst_ximagesink_set_property),
16107 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16108 methods from chain and negotiation and vice versa (Fixes #166142).
16109 * sys/ximage/ximagesink.h: Add stream_lock.
16110 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16111 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16112 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16113 (gst_xvimagesink_expose): Check for xcontext before trying to link.
16115 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16117 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16118 Don't send "Hey! You gave me a NULL pointer you naughty person" as
16119 error message when we can't open the DVD device (when dvdnav_open()
16120 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16121 the above). Send something more useful instead (fixes #167117).
16123 2005-02-11 Julien MOUTTE <julien@moutte.net>
16125 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16126 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16127 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16128 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16129 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16130 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16131 methods from chain and negotiation and vice versa (Fixes #166142).
16132 Fix a possible bug of images in the buffer pool being discarded because
16133 we are looking at the wrong geometry.
16134 * sys/xvimage/xvimagesink.h: Add stream_lock.
16136 2005-02-11 David Schleef <ds@schleef.org>
16138 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16139 unsigned int. (fixes #167128)
16141 2005-02-11 David Schleef <ds@schleef.org>
16143 * gst/librfb/Makefile.am: Testing stuff before committing is
16144 for wimps... and people with fast machines. Fix stupid
16147 2005-02-11 David Schleef <ds@schleef.org>
16149 * configure.ac: Pull in librfb from my CVS tree, because it is
16150 too small and annoying to be separate. Move rfbsrc plugin
16153 * ext/librfb/Makefile.am:
16154 * ext/librfb/gstrfbsrc.c:
16155 * gst/librfb/Makefile.am:
16156 * gst/librfb/gstrfbsrc.c:
16157 * gst/librfb/rfb.c:
16158 * gst/librfb/rfb.h:
16159 * gst/librfb/rfbbuffer.c:
16160 * gst/librfb/rfbbuffer.h:
16161 * gst/librfb/rfbbytestream.c:
16162 * gst/librfb/rfbbytestream.h:
16163 * gst/librfb/rfbcontext.h:
16164 * gst/librfb/rfbdecoder.c:
16165 * gst/librfb/rfbdecoder.h:
16166 * gst/librfb/rfbutil.h:
16168 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
16170 * gst/speed/Makefile.am:
16171 * gst/speed/demo-mp3.c: (main):
16172 * gst/speed/filter.func:
16173 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16174 (speed_class_init), (speed_init), (speed_chain_int16),
16175 (speed_chain_float32), (speed_chain), (speed_set_property),
16176 (speed_get_property), (speed_change_state):
16177 * gst/speed/gstspeed.h:
16178 Fix speed element and make it chain-based (fixes #156467),
16179 and make it handle more than one channel.
16181 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
16183 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16184 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16185 (gst_dtsdec_chain), (gst_dtsdec_change_state):
16186 * ext/dts/gstdtsdec.h:
16187 Don't clobber the stack constructing the channels array.
16188 Make the element chain-based. DTS tracks can now be played.
16190 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
16192 * gst-libs/gst/audio/multichannel.h:
16193 * gst-libs/gst/gconf/gconf.h:
16194 * gst-libs/gst/idct/idct.h:
16195 * gst-libs/gst/media-info/media-info-priv.h:
16196 * gst-libs/gst/play/play.h:
16197 * gst-libs/gst/resample/private.h:
16198 * gst-libs/gst/resample/resample.h:
16199 * gst-libs/gst/riff/riff-ids.h:
16200 * gst-libs/gst/video/video.h:
16201 * gst-libs/gst/video/videosink.h:
16202 Add G_BEGIN_DECLS and G_END_DECLS around headers where
16203 missing, so that they work when included from C++ code.
16205 2005-02-09 David Schleef <ds@schleef.org>
16207 * testsuite/gst-lint: Check for non-statically scoped
16208 parent_class variables. This won't be a problem once
16209 plugins are loaded with RTLD_LOCAL.
16211 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16213 * ext/mplex/gstmplexibitstream.cc:
16216 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16218 * ext/ogg/gstogmparse.c:
16219 * gst/debug/gstnavigationtest.c:
16220 Die, thou faulty symbol pollutors (non-static parent_class).
16222 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16224 * ext/mplex/gstmplexibitstream.cc:
16225 Fix event handling (#165525).
16227 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16229 * ext/mikmod/gstmikmod.c:
16230 * gst/modplug/gstmodplug.cc:
16231 Add missing endianness to template (fixes #165509).
16233 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16235 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16236 Fix wrong order of reading of optional bytes (#165290).
16238 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16240 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16241 Implement FILLER event awareness.
16243 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16245 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16246 Fix track calculations (#166208).
16248 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16250 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16252 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16253 * ext/libpng/gstpngenc.c:
16254 Fix byte-order, use proper fixed caps. Fixes #164197.
16256 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16261 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16262 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16263 Don't push buffers if the src pad isn't negotiated yet.
16265 * gst/audioconvert/gstaudioconvert.c:
16266 (gst_audio_convert_buffer_to_default_format),
16267 (gst_audio_convert_buffer_from_default_format):
16268 Add support for 24-bit width.
16270 * gst/dvdlpcmdec/.cvsignore:
16271 * gst/dvdlpcmdec/Makefile.am:
16272 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16273 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16274 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16275 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16277 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16278 New decoder for rearranging DVD LPCM into our audio/x-raw-int
16279 format. Needs support for the channels maps if someone can find
16280 a DVD LPCM track with > 2 channels.
16282 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16283 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16284 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16285 * gst/mpegstream/gstdvddemux.h:
16286 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16287 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16288 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16289 * gst/mpegstream/gstmpegdemux.h:
16290 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16291 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16292 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16293 (gst_mpeg_parse_handle_src_query),
16294 (gst_mpeg_parse_handle_src_event):
16295 Use audio/x-dvd-lpcm for LPCM output.
16298 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16300 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16302 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16303 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16304 Add BGRA handling (#165736).
16306 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
16308 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16310 * gst/law/alaw-decode.c: (alawdec_link):
16311 * gst/law/alaw-encode.c: (alawenc_link):
16312 * gst/law/mulaw-decode.c: (mulawdec_link):
16313 * gst/law/mulaw-encode.c: (mulawenc_link):
16314 Fix caps memleaks (#166600).
16316 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
16318 * ext/tarkin/mem.h:
16319 * ext/tarkin/wavelet.h:
16320 * ext/tarkin/yuv.h:
16321 * gst/ffmpegcolorspace/avcodec.h:
16322 Include "_stdint.h" instead of <stdint.h>. Fixes build on
16323 systems that don't have stdint.h, like Solaris9 (fixes #166631).
16325 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16327 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16328 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16329 (gst_xvimagesink_change_state):
16330 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16331 Xv video (and thereby regenerate Xv colourkey) in clear() so
16332 that PLAY -> READY -> PLAY works (fixes #162504).
16334 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16336 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16337 Switch to list instead of range, since MJPEG-devices really just
16338 support decimations, not any size.
16340 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16341 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16342 (gst_mpeg2dec_reset), (free_all_buffers),
16343 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16344 * ext/mpeg2dec/gstmpeg2dec.h:
16345 The libmpeg2 user-allocated buffer management is awkward,
16346 to say the least. Hopefully this fixes things.
16348 2005-02-04 Andy Wingo <wingo@pobox.com>
16350 * gst/audioconvert/bufferframesconvert.c
16351 (buffer_frames_convert_fixate): New function, fixates to 256
16352 frames per buffer by default. (Much better than 1.)
16353 (buffer_frames_convert_init): Set the fixate function for both src
16355 (buffer_frames_convert_link): After success setting nonfixed caps,
16356 get the negotiated caps so we can know how many buffer-frames it
16357 will be. No idea how this worked at all before.
16359 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16361 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16362 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16363 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16364 (handle_sequence), (handle_picture):
16365 * ext/mpeg2dec/gstmpeg2dec.h:
16366 Rearrange buffer tracking and refcounting and refactor
16367 a little for readability.
16369 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
16370 * sys/v4l/gstv4l.c: (plugin_init):
16371 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16372 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16373 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16374 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16375 * sys/v4l/gstv4ljpegsrc.h:
16376 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16377 * sys/v4l/v4l_calls.h:
16378 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16379 (gst_v4lsrc_get_fps):
16380 * sys/v4l/v4lsrc_calls.h:
16381 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16382 you jpeg inside rgb frames" driver.
16383 Don't error in the v4lsrc link function, just return
16386 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16388 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16389 (gst_qcamsrc_open):
16390 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16392 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16394 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16395 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16397 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16399 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16400 Reset negotiated state on PAUSED->READY.
16402 2005-02-02 David Schleef <ds@schleef.org>
16404 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16405 whereever possible. (Fixes #165997)
16406 * examples/capsfilter/capsfilter1.c: (main):
16407 * examples/dynparams/filter.c: (create_ui):
16408 * examples/seeking/cdparanoia.c: (get_track_info), (main):
16409 * examples/seeking/chained.c: (main):
16410 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16411 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16412 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16413 (make_mpeg_pipeline), (make_mpegnt_pipeline):
16414 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16415 * examples/switch/switcher.c: (main):
16416 * ext/dv/demo-play.c: (main):
16417 * ext/faad/gstfaad.c: (gst_faad_change_state):
16418 * ext/mad/gstmad.c: (gst_mad_chain):
16419 * ext/smoothwave/demo-osssrc.c: (main):
16420 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16421 (gst_gconf_render_bin_from_description),
16422 (gst_gconf_get_default_audio_sink),
16423 (gst_gconf_get_default_video_sink),
16424 (gst_gconf_get_default_audio_src),
16425 (gst_gconf_get_default_video_src),
16426 (gst_gconf_get_default_visualization_element):
16427 * gst/level/demo.c: (main):
16428 * gst/level/plot.c: (main):
16429 * gst/playback/gstplaybin.c: (gen_video_element),
16430 (gen_audio_element):
16431 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16432 * gst/playondemand/demo-mp3.c: (setup_pipeline):
16433 * gst/sine/demo-dparams.c: (main):
16434 * gst/spectrum/demo-osssrc.c: (main):
16435 * gst/speed/demo-mp3.c: (main):
16436 * gst/volume/demo.c: (main):
16437 * testsuite/embed/embed.c: (main):
16439 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16441 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16442 (gst_tcpclientsink_finalize):
16443 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16444 (gst_tcpclientsrc_finalize):
16445 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16446 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16447 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16448 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16449 Don't leak the hostname when shutting down.
16450 In tcpserversrc, take a copy of the default hostname.
16452 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16454 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16455 Set caps to systemstream=TRUE.
16457 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16459 * testsuite/Makefile.am:
16460 Fix more OSX buildbots.
16462 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16464 * ext/mpeg2dec/gstmpeg2dec.c:
16465 Don't send things to NULL PAD_PEERs
16467 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16468 Copy-on-write the incoming buffer.
16470 * gst/mpegstream/gstdvddemux.h:
16471 * gst/mpegstream/gstmpegclock.h:
16472 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16473 (normal_seek), (gst_mpeg_demux_handle_src_event):
16474 * gst/mpegstream/gstmpegdemux.h:
16475 * gst/mpegstream/gstmpegpacketize.h:
16476 * gst/mpegstream/gstmpegparse.c:
16477 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16478 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16479 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16480 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16481 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16482 * gst/mpegstream/gstmpegparse.h:
16483 * gst/mpegstream/gstrfc2250enc.h:
16484 Various changes to the way time is computed that make seeking and
16485 total time estimation much better here.
16486 Use G_BEGIN/END_DECLS instead of __cplusplus
16488 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16489 Use gst_buffer_stamp instead of only copying the TIMESTAMP
16491 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16493 * gst/subparse/gstsubparse.c:
16496 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16498 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16499 (theora_enc_chain), (theora_enc_change_state):
16500 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16501 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16502 (gst_vorbisenc_change_state):
16503 * ext/vorbis/vorbisenc.h:
16504 Set granulepos and timestamp correctly for streams not
16505 starting at 0, taking into account the initial delay.
16507 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16509 * gst/mpegstream/gstdvddemux.c:
16510 Add audio/x-dts to audio pad template caps
16512 2005-01-30 David Schleef <ds@schleef.org>
16514 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16515 (create_context), (gst_polypsink_link): Fix silly endianness
16516 bug. Add some debugging. Remove float from caps; it doesn't
16517 work. Attempt to get remote audio working.
16519 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16521 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16524 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16526 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16527 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16528 (gst_avi_demux_stream_data):
16529 * gst/avi/gstavidemux.h:
16530 Invert DIB images. Fixes #132341.
16532 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16534 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16535 (gst_ffmpegcsp_chain):
16536 D'oh, reference the palette data, not the palette structure.
16537 Fixes color distortion in #132341.
16539 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16541 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16542 PAR can be non-fixed when not provided as argument (#162626).
16544 2005-01-29 David Moore <dcm@acm.org>
16546 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16548 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16549 (gst_qtdemux_loop_header):
16550 Re-apply patch from #142272 that allows non-seekable sources,
16551 re-proposed by Daniel Drake <dsd@gentoo.org>.
16553 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16555 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16556 Use the src template for creating the src pad (#162330).
16558 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16561 * ext/musepack/Makefile.am:
16562 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16563 (gst_musepackdec_init), (gst_musepackdec_dispose),
16564 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16565 (gst_musepack_stream_init), (gst_musepackdec_loop),
16566 (gst_musepackdec_change_state):
16567 * ext/musepack/gstmusepackdec.cpp:
16568 * ext/musepack/gstmusepackdec.h:
16569 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16570 (gst_musepack_reader_read), (gst_musepack_reader_seek),
16571 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16572 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16573 * ext/musepack/gstmusepackreader.cpp:
16574 * ext/musepack/gstmusepackreader.h:
16575 Update to 1.1 API (#165446).
16577 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16582 2005-01-28 Andy Wingo <wingo@pobox.com>
16584 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16585 to reflect a different dubious internet source. Add a reference
16586 and some commentary.
16588 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16590 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16591 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16592 * gst/playback/gststreamselector.h:
16593 Be more selective when we're redoing caps negotiation from
16594 within the chain function on a stream change.
16596 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16600 * ext/amrnb/Makefile.am:
16601 * ext/amrnb/amrnb.c: (plugin_init):
16602 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16603 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16604 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16605 (gst_amrnbdec_state_change):
16606 * ext/amrnb/amrnbdec.h:
16607 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16608 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16609 (gst_amrnbparse_init), (gst_amrnbparse_formats),
16610 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16611 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16612 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16613 * ext/amrnb/amrnbparse.h:
16614 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16615 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16616 Add AMR-NB/-WB raw formats.
16617 * ext/alsa/gstalsa.c: (gst_alsa_link):
16618 Keep valid time when changing format.
16619 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16620 (qtdemux_parse_trak):
16621 Add some more format-specific options (#140141, #143555, #155163).
16623 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16625 * gst/matroska/matroska-demux.c:
16626 (gst_matroska_demux_parse_blockgroup):
16627 Fix logic error in timing of subtitle stream synchronization.
16628 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16629 Add skip-chunk, which is found in kodak-camera streams.
16631 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
16635 Adding Vietnamese translation (submitted by Clytie Siddall)
16637 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16639 * gst/playback/gstdecodebin.c: (try_to_link_1):
16640 Use realpad for signal.
16642 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16644 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16645 Fix category so decodebin picks it up.
16647 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16649 * ext/mad/Makefile.am:
16650 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16651 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16652 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16653 (found_type), (gst_id3demux_bin_change_state):
16654 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16655 (gst_id3_tag_init), (gst_id3_tag_handle_event),
16656 (gst_id3_tag_src_link), (gst_id3_tag_chain),
16657 (gst_id3_tag_change_state), (plugin_init):
16658 * ext/mad/gstmad.h:
16659 Add id3demuxbin (which is a simple bin consisting of id3demux
16660 and typefind), take over rank from id3demux, remove typefind
16661 code from id3demux. Makes all broken mp3s that I know of work,
16662 and thereby fixes #152688.
16664 2005-01-27 Edward Hervey <bilboed@bilboed.com>
16666 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16668 * ext/mad/gstmad.c: (gst_mad_src_event):
16669 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16670 Allow seeks on audio pad, make mad forward those (#164826).
16671 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16672 Set duration (#165335).
16674 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16676 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16677 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16678 (gst_asf_demux_process_ext_content_desc),
16679 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16680 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16681 * gst/asfdemux/gstasfdemux.h:
16682 Improve metadata display, e.g. if the metadata comes before the
16683 streams are loaded (which is perfectly valid).
16685 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16687 * tools/gst-launch-ext-m.m:
16688 Fix AVI/ASF pipelines (#165340).
16690 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
16691 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
16692 build failure on amd64
16694 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
16696 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16697 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16698 Check environment variables GST_ID3V2_TAG_ENCODING,
16699 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16700 list of character encodings to force interpretation of non-unicode
16701 strings stored in an ID3v2 tag to a particular encoding. If none
16702 is specified, try to use current locale's encoding, then fall back
16703 to ISO-8859-1 (which will always succeed). (Resolves #149274)
16704 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16705 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16706 Check environment variables GST_ID3V1_TAG_ENCODING,
16707 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16708 list of character encodings to use in case a string encountered
16709 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16710 specified, try to use the current locale's encoding, then fall
16711 back to ISO-8859-1 (which will always succeed).
16713 2005-01-25 Benjamin Otte <otte@gnome.org>
16715 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16716 - on half framerate, compute the rate in advance so the comparisons
16717 don't compare wrong values
16718 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16720 - don't use mad_header_decode anymore, mad_frame_decode does that
16722 - when getting rid of consumed bytes, reset the stream's skiplen
16725 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16727 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16728 Use 1/2 a second for default max_discont, as PES streams from DVB
16729 seem to have larger spacings in the SCR.
16732 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16734 * gst/playback/gstplaybasebin.c: (group_commit):
16735 Notify delayed stream-info availability.
16737 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16738 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16739 (gst_a52dec_handle_event), (gst_a52dec_chain):
16740 Add some debug output. Check that a discont has a valid
16742 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16743 (gst_alsa_sink_loop):
16744 Ignore TAG events. A little extra debug for broken timestamps.
16745 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16746 (dvdnavsrc_change_state):
16747 Ensure we send a discont to engage the link before we send any
16749 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16750 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16751 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16752 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16753 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16754 dvd://title works in totem because typefinding sends a seek that ends
16755 up going back to chapter 1 regardless.
16756 * ext/mpeg2dec/gstmpeg2dec.c:
16757 * ext/mpeg2dec/gstmpeg2dec.h:
16758 Output correct timestamps and handle disconts.
16759 * ext/ogg/gstoggdemux.c: (get_relative):
16760 Small guard against a null dereference.
16761 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16762 (gst_textoverlay_set_property):
16763 Free memory when done. Don't call gst_event_filler_get_duration on
16764 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16766 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16767 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16768 (gst_sw_srclink), (gst_smoothwave_chain):
16769 Draw solid lines, prettier colours.
16770 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16771 Add a default palette that'll work for some movies.
16772 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16773 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16774 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16775 * gst/mpegstream/gstdvddemux.h:
16776 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16777 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16778 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16779 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16780 * gst/mpegstream/gstmpegparse.h:
16781 Use PTM/NAV events when for timestamp adjustment when connected to
16782 dvdnavsrc. Don't use many discont events where one suffices.
16783 * gst/playback/gstplaybasebin.c: (group_destroy),
16784 (gen_preroll_element), (gst_play_base_bin_add_element):
16785 * gst/playback/gstplaybasebin.h:
16786 Make sure we remove subtitles from the same bin we put them in.
16787 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16788 (gst_subparse_buffer_format_autodetect),
16789 (gst_subparse_change_state):
16790 Fix some memleaks and invalid accesses.
16791 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16792 (oggskel_type_find), (cmml_type_find), (plugin_init):
16793 Some typefind functions for Annodex v3.0 files
16794 * gst/wavparse/gstwavparse.h:
16795 GstRiffReadClass is the correct parent class.
16797 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16799 * gst-libs/gst/riff/riff-media.c:
16800 (gst_riff_create_video_caps_with_data):
16801 Add extradata to huffyuv (fixes #165013).
16802 * gst-libs/gst/riff/riff-read.c:
16803 (gst_riff_read_strf_vids_with_data):
16804 Fix extradata extraction if it is in the chunk size.
16806 2005-01-25 Edward Hervey <bilboed@bilboed.com>
16808 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16810 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16811 (gst_quarktv_change_state), (gst_quarktv_dispose):
16812 Memory free'ing location fix (#164708).
16814 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16816 * gst/playback/gstplaybasebin.c: (group_commit),
16817 (gen_preroll_element), (probe_triggered), (gen_source_element),
16818 (setup_source), (gst_play_base_bin_change_state),
16819 (gst_play_base_bin_add_element):
16820 Don't block for streams.
16821 * gst/playback/gststreaminfo.c: (stream_info_change_state),
16822 (gst_stream_info_set_mute):
16823 Use gst_pad_set_active_recursive.
16825 2005-01-25 Andy Wingo <wingo@pobox.com>
16827 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16828 for #ifndef HAVE_XVIDEO.
16830 2005-01-24 Jeffrey C. Ollie
16832 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
16834 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16835 * ext/gsm/gstgsmdec.h:
16836 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16837 * ext/gsm/gstgsmenc.h:
16838 Fix rate to 8kHz as per spec, removes obscure errors when no rate
16839 was given by property. Add proper buffer timestamps and offsets.
16841 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16843 * gst-libs/gst/riff/riff-media.c:
16844 (gst_riff_create_audio_caps_with_data):
16845 Audio can be <8000Hz.
16847 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16849 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16850 Explicit state change to workaround refcount bugs.
16852 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16854 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16855 (gst_avimux_riff_get_avi_header):
16858 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16860 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16861 (gst_riff_read_element_data):
16862 * gst-libs/gst/riff/riff-read.h:
16863 Add _peek version (req'ed in CDXA).
16864 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16865 (gst_cdxaparse_loop):
16866 Fix parsing in playbin.
16867 * gst/playback/gstdecodebin.c: (close_pad_link):
16868 Ignore current_ pads, they cause major annoyance.
16870 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16872 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16875 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16877 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16880 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16882 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16883 Allow for 0-sized buffers. Fixes length query problems in
16884 starwars.mkv from the testsuite.
16886 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
16888 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16889 (gst_video_box_i420), (gst_video_box_chain):
16890 Fix row strides for I420 (fixes #163159)
16892 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16894 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16895 MPEG2 has a useful rate property, so we can actually use that.
16896 For MPEG-1, continue using the bytes/time properties.
16898 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16900 * gst-libs/gst/riff/riff-media.c:
16901 (gst_riff_create_video_caps_with_data),
16902 (gst_riff_create_video_template_caps):
16905 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16907 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16908 Fail if caps negotiation fails. Should fix #162184, and should
16909 definately be in there regardless of it fixing the actual bug.
16910 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16911 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16912 (gst_avimux_riff_get_avix_header),
16913 (gst_avimux_riff_get_video_header),
16914 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16915 (gst_avimux_start_file), (gst_avimux_handle_event),
16916 (gst_avimux_change_state):
16917 * gst/avi/gstavimux.h:
16918 Refactor structure writing to use GST_WRITE_UINT macros, add
16919 metadata writing support.
16921 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16923 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16924 Elements may already be destroyed when this function is called.
16926 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16928 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16929 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16930 More memory leak fixes (#149162).
16932 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16934 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16935 (gst_qtdemux_add_stream):
16938 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16940 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16943 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16945 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16946 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16947 when fixating to six channels in Totem.
16949 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16951 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16952 Fix compile warnings on Solaris 10 buildbot
16954 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16956 * ext/dvdread/dvdreadsrc.c: (_read):
16957 Don't read beyond the last cell in a chapter (fixes
16958 invalid memory access)
16960 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16962 * ext/dvdread/stream_labels.c:
16963 (dvdreadsrc_get_audio_stream_labels):
16964 Use NULL for an empty GList instead of g_list_alloc(); fix
16965 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
16966 of GString (easier to bulk free later)
16968 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
16970 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16972 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16973 (gst_ffmpeg_pixfmt_to_caps):
16974 Fix BGRA32 caps (#164209).
16976 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
16978 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16980 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16981 (gst_ffmpeg_caps_to_pixfmt):
16982 alpha_mask can be RGBA/ABGR. Fixes #164265.
16984 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
16986 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16988 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16989 (gst_mpeg2dec_alloc_buffer):
16990 * ext/mpeg2dec/gstmpeg2dec.h:
16991 Crop if decoding size is not the actual image size (#163676).
16993 2005-01-17 Steve Baker <steve@stevebaker.org>
16995 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16997 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16998 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16999 Add libsndfile typefind functions (#163309).
17001 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17003 * tools/gst-launch-ext-m.m:
17004 Add .aac, fix .m1v/.m2v (#163891).
17006 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17008 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17009 Sanity check, don't wait endlessly since the clock might not
17010 actually run at this point (which is a deadlock). Fixes #164069.
17012 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17014 * gst/playback/gstplaybasebin.c: (probe_triggered):
17015 Of course, only pause if group is done...
17017 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17019 * gst/playback/gstplaybasebin.c: (probe_triggered):
17022 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
17024 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17025 Don't return state change success when the parent
17028 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17030 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17031 Free events (fix memleak in #162905).
17033 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
17035 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17037 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17038 (gst_ffmpeg_caps_to_pixfmt):
17039 Fix for depth = 15. Fixes #161675.
17041 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17043 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17044 Set FPS correctly, even for webcams and the like.
17045 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17046 Don error on setting while capturing.
17048 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17050 * ext/dv/gstdvdec.c:
17051 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17052 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17053 I'm a bad boy. using /1001. to force C to do float division
17054 and not integer division (as it did in my last commit)
17055 Thanks to David I. Lehn for pointing this mistake.
17057 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17059 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17060 Revert Johan's 1.35->1.36 since it breaks compat.
17062 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17064 * ext/dv/gstdvdec.c:
17065 * ext/libfame/gstlibfame.c:
17066 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17067 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17068 replace framerate aproximations by their real value
17069 (24000/1001, 30000/1001, 60000/1001)
17070 Finish fixing bug #164049
17072 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17074 * ext/ogg/gstoggmux.c:
17076 * gst/tcp/gstmultifdsink.c:
17077 * gst/tcp/gstmultifdsink.h:
17078 * gst/tcp/gsttcp.c:
17079 * gst/tcp/gsttcp.h:
17080 * gst/tcp/gsttcpclientsink.c:
17081 * gst/tcp/gsttcpclientsrc.c:
17082 * gst/tcp/gsttcpserversink.c:
17083 * gst/tcp/gsttcpserversrc.c:
17084 improve reusability of elements after state changes and errors
17085 make multifdsink throw away streamheaders when receiving new ones
17087 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17089 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17090 Fix for if items are already in list...
17092 2005-01-12 Benjamin Otte <otte@gnome.org>
17094 * gst/adder/gstadder.c: (gst_adder_loop):
17095 fix adder a bit so it doesn't screw up with events as much anymore
17097 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
17099 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17100 (pixbufscale_scale), (gst_pixbufscale_chain):
17101 * ext/gdk_pixbuf/pixbufscale.h:
17102 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17103 to ensure rowstrides are calculated the same way as
17105 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17106 that we pick up duration and offset also.
17108 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17110 * gst/avi/gstavimux.c: (gst_avimux_class_init),
17111 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17114 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17116 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17117 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17118 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17119 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17120 Update flags when requested.
17122 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17124 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17127 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17129 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17130 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17131 (probe_triggered), (new_decoded_pad), (gen_source_element),
17132 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17133 * gst/playback/gstplaybasebin.h:
17134 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17135 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17136 (gst_play_bin_change_state):
17137 Implement group-switch signal for use in apps to clear metadata
17138 cache, clean up subtitle, add suburi property instead of # hack,
17139 some error-out fixes.
17141 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17143 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17145 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17146 If we got a state change in the _get handler, don't return success.
17148 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17150 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17151 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17152 Make jpegdec quiet on MJPEG decoding
17153 * gst/asfdemux/README:
17154 Fix mimetypes for MJPEG and H263
17156 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17158 * ext/theora/theoradec.c: (theora_dec_chain):
17159 Fix broken code generation by gcc by swapping arguments.
17160 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17163 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17166 delete this file, it is by far outdated
17167 * ext/alsa/gstalsa.1: remove
17168 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17169 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17170 (gst_alsa_get_caps):
17171 Add HW probing for supported sample rates. Fixes #161704
17173 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17175 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17176 Don't crash, biatch! :).
17178 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17180 * ext/musepack/gstmusepackreader.cpp:
17181 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17182 Some work on tags - still doesn't work in playbin...
17183 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17186 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17188 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17189 Also shove tags on kid pads.
17191 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17193 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17194 Don't bail on unknown events.
17195 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17196 Don't crash on events before negotiation.
17197 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17198 Send tags on pads, too.
17199 * gst/playback/gststreamselector.c:
17200 (gst_stream_selector_request_new_pad):
17201 Forward events on first pad if no input was selected yet.
17203 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17205 * gst/playback/gstplaybasebin.c: (setup_substreams):
17206 Don't disable streamtype if the stream doesn't exist, since
17207 then playing a video after audio will disable both and nothing
17208 will happen. Fixes the testsuite.
17210 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17212 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17213 (gst_v4l_xoverlay_set_xwindow_id):
17214 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17215 (gst_v4l2_xoverlay_set_xwindow_id):
17216 Add debug categories, fix overlay disabling.
17218 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17220 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17221 * ext/alsa/gstalsa.h:
17222 Add HW probing for period_count/size and buffer_size MIX/MAX
17223 Adjust default/user defined value if out of bounds
17224 Should fix bug #162024
17226 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17228 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17229 Fix warning (#161191).
17231 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17233 * ext/dvdread/stream_labels.c:
17234 (dvdreadsrc_get_audio_stream_labels):
17235 Fix warning (init the good variable in switch default)
17237 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
17239 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17241 * gst/tta/gstttaparse.c: (gst_tta_src_event):
17242 Fix gcc-2.95 compile (#163485).
17244 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17247 * ext/flac/gstflacenc.c: (gst_flacenc_init),
17248 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17249 (gst_flacenc_tell_callback), (gst_flacenc_chain),
17250 (gst_flacenc_change_state):
17251 * ext/flac/gstflacenc.h:
17252 Update for API change in flac-1.1.1. Update requirement in
17253 configure.ac. Fixes #162974.
17255 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17257 * gst/playback/gstplaybasebin.c: (group_destroy):
17258 Remove hack to get rid of assert and get rid of unlinked
17261 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17263 * gst/playback/gstplaybasebin.c: (setup_source):
17264 Set source to NULL so that resources are free'ed. Fixes issues
17265 with playback of CDDA and similar device-accessing things.
17267 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17269 * testsuite/embed/Makefile.am:
17270 test->noinst, fix make test in buildbot.
17272 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17274 * ext/dvdread/stream_labels.c: new file
17275 * ext/dvdread/stream_labels.h: new file
17276 * ext/dvdread/Makefile.am:
17277 * ext/dvdread/dvdreadsrc.c: (_seek_title):
17278 Extract audio stream label from DVD IFO files.
17279 It only dump them on the console for now, still have to
17280 make playbin aware of them.
17282 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17284 * gst/playback/gstplaybasebin.c: (setup_source):
17287 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17289 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17290 (gen_preroll_element), (remove_groups), (setup_subtitle),
17291 (gen_source_element), (setup_source):
17292 * gst/playback/gstplaybasebin.h:
17293 Multiple .sub files is just a stupid idea... Fix some threading
17294 mistakes. Interestingly, external .sub files cause playbin to
17295 hang, I don't know why... Parsing fixes contributed by Fran??ois
17296 Kooman <fkooman@tuxed.net>.
17298 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17300 * testsuite/embed/Makefile.am:
17303 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17305 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17307 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17308 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17309 (gst_pngenc_set_property):
17310 * ext/libpng/gstpngenc.h:
17311 Add compression level property (#163323).
17313 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17316 * examples/capsfilter/capsfilter1.c: (main):
17317 * examples/seeking/spider_seek.c: (make_spider_pipeline):
17318 * ext/dvdread/Makefile.am:
17319 * ext/dvdread/demo-play:
17320 * ext/dvdread/demo-play.c:
17321 * gconf/gstreamer.schemas.in:
17322 * gst-libs/gst/gconf/gconf.c:
17324 * testsuite/Makefile.am:
17325 * testsuite/embed/Makefile.am:
17326 * testsuite/embed/embed.c: (cb_expose), (main):
17327 Remove all references to xvideosink, fix examples (#140845).
17328 * gst/playback/gstplaybasebin.c: (group_destroy):
17329 Apparently, disposal does not unlink - so do explicitely.
17330 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17333 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
17335 * README: fix PKG_CONFIG_PATH instructions, what was there
17336 previously was breaking default search path, not nice.
17339 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17341 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17342 (gst_audioscale_chain):
17343 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17344 when resampling - how the ^@$^!@^! is this possible?!?
17346 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17348 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17349 Reset variables on READY.
17350 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17351 (gst_matroska_mux_loop):
17352 Require data before writing header.
17354 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
17356 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17358 * ext/mad/gstmad.c: (gst_mad_chain):
17359 Don't call mad_stream_sync() directly after recovering sync.
17362 2005-01-09 Martin Eikermann <meiker@upb.de>
17364 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17366 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17367 (snapshot_handler), (gst_snapshot_sinkconnect),
17368 (gst_snapshot_chain):
17369 Allocate resources when required, fix recursive signal emission
17370 and fix caps. Fixes #161667.
17372 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17374 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17376 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17377 (gst_pngdec_chain):
17378 Handle only 8-bppc (bits-per-pixel-component) images, better
17379 error handling and correct strides. Fixes #163177.
17380 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17381 (gst_pngenc_chain):
17382 Better error handling. Fixes #163348.
17384 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17386 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17387 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17388 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17389 (dvdnavsrc_uri_handler_init):
17390 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17391 * gst/playback/gstplaybasebin.c: (gen_source_element):
17392 Add MMS to streaming URIs.
17394 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17396 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17397 * sys/xvimage/xvimagesink.c:
17398 (gst_xvimagesink_navigation_send_event):
17399 Check for pad availability before sending event.
17401 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17403 * gst-plugins.spec.in:
17406 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17409 Since we use functions from CVS, up requirement.
17411 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17413 * gst/playback/Makefile.am:
17414 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17415 (group_destroy), (group_commit), (group_is_muted),
17416 (gen_preroll_element), (add_stream), (unknown_type),
17417 (probe_triggered), (preroll_unlinked), (mute_stream),
17418 (silence_stream), (new_decoded_pad), (setup_substreams),
17419 (setup_source), (get_active_source), (mute_group_type),
17420 (muted_group_change_state), (set_active_source),
17421 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17422 (play_base_eos), (gst_play_base_bin_change_state):
17423 * gst/playback/gstplaybasebin.h:
17424 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17425 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17426 (gst_stream_info_dispose), (stream_info_mute_pad),
17427 (stream_info_change_state), (gst_stream_info_set_mute):
17428 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17429 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17430 (gst_stream_selector_init), (gst_stream_selector_dispose),
17431 (gst_stream_selector_get_linked_pad),
17432 (gst_stream_selector_get_caps), (gst_stream_selector_link),
17433 (gst_stream_selector_get_linked_pads),
17434 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17435 * gst/playback/gststreamselector.h:
17436 Adding stream selection support plus required properties for
17437 applications to use this. Fully fixes #100931.
17439 2005-01-08 Benjamin Otte <otte@gnome.org>
17441 * gst/games/gstpuzzle.c: (nav_event_handler):
17442 - handle nav events differently: forward every event no matter if it
17443 was handled or not.
17445 You can now cheat by using navigationtest ! puzzle and moving the
17446 mouse close to the edge of a tile. ;)
17448 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17451 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17452 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17453 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17454 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17455 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17456 (gst_ogm_parse_plugin_init):
17457 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17458 (gst_textoverlay_link), (gst_textoverlay_getcaps),
17459 (gst_textoverlay_event), (gst_textoverlay_video_chain),
17460 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17461 * ext/pango/gsttextoverlay.h:
17462 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17463 (gst_matroska_demux_handle_seek_event),
17464 (gst_matroska_demux_sync_streams),
17465 (gst_matroska_demux_parse_blockgroup),
17466 (gst_matroska_demux_subtitle_caps),
17467 (gst_matroska_demux_plugin_init):
17468 * gst/matroska/matroska-ids.h:
17469 * gst/playback/gstdecodebin.c: (close_pad_link):
17470 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17471 (gen_preroll_element), (remove_groups), (add_stream),
17472 (new_decoded_pad), (setup_subtitles), (gen_source_element),
17474 * gst/playback/gstplaybasebin.h:
17475 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17476 * gst/subparse/Makefile.am:
17477 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17478 (gst_subparse_base_init), (gst_subparse_class_init),
17479 (gst_subparse_init), (gst_subparse_formats),
17480 (gst_subparse_eventmask), (gst_subparse_event),
17481 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17482 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17483 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17484 (parse_mpsub_deinit), (parse_mpsub_init),
17485 (gst_subparse_buffer_format_autodetect),
17486 (gst_subparse_format_autodetect), (gst_subparse_loop),
17487 (gst_subparse_change_state), (gst_subparse_type_find),
17489 * gst/subparse/gstsubparse.h:
17490 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17492 Add subtitle support, .sub parser (supports SRT and MPsub),
17493 OGM text support, Matroska UTF-8 text support, deadlock fixes
17494 all over the place, subtitle awareness in decodebin/playbin
17495 and some fixes to textoverlay to handle subtitles in a stream
17496 correctly. Fixes #100931.
17498 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17500 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17501 Check for pad availability before doing a query on it.
17503 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17505 * ext/dv/gstdvdec.c:
17506 really fix bpp24/32 dvdec caps (classic rgba indeed)
17507 * gst/asfdemux/gstasfdemux.c:
17508 (gst_asf_demux_process_ext_content_desc):
17509 don't send text tags if they are empty (bis repetita)
17511 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17513 * ext/dv/gstdvdec.c:
17514 remove unneeded comment from dvdec
17515 (related to DV 4CC codes in AVI files)
17516 moved them in gstreamer/docs/random/mimetypes
17517 * gst/asfdemux/gstasfdemux.c:
17518 (gst_asf_demux_process_ext_content_desc):
17519 don't send text tags if they are empty
17520 fix mem leak on error path
17521 * gst/ffmpegcolorspace/avcodec.h:
17522 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17523 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17524 (gst_ffmpegcsp_avpicture_fill):
17525 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17526 * gst/ffmpegcolorspace/imgconvert_template.h:
17527 adds BGR32 and BGRA32 to ffmpegcolorspace
17528 (still bad colors, fixing it on next commit)
17529 helps with dvdec outputing BGR32
17531 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17533 * ext/dv/gstdvdec.c:
17534 Fix audio caps i just broke (missing ',')
17535 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17536 (gst_matroska_mux_reset):
17537 Fix typo + add FIXME about old "x-gst-metadata" crap
17539 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17541 * ext/dv/demo-play.c: (main):
17542 xvideosink -> xvimagesink
17543 * ext/dv/gstdvdec.c:
17544 change rgb 32/32 caps to 24/32 (no alpha)
17545 change nb of channels to be a list (2 or 4, not 2)
17546 change sample rate to be a list (32, 44.1, 48 kHz) not a range
17547 * gst/asfdemux/gstasfdemux.c:
17548 (gst_asf_demux_process_ext_content_desc):
17549 Add 'date/year' to extracted metadata list
17551 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17553 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17554 The return value of fixate_to does not imply that the requested
17555 value was set, so don't assume.
17557 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
17559 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17561 * ext/libpng/gstpngdec.c:
17562 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17563 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17564 * ext/libpng/gstpngenc.h:
17565 Alpha support (encoder; #163161), mime fixage.
17567 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
17569 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17571 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17572 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17573 (gst_faac_set_property), (gst_faac_get_property):
17574 * ext/faac/gstfaac.h:
17575 Allow for ADTS output (#153434).
17577 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17579 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17580 Fix against template (#150576).
17582 2005-01-06 Benjamin Otte <otte@gnome.org>
17584 * gst/games/gstpuzzle.c: (draw_puzzle):
17585 don't draw a puzzle if either width or height of tiles would be 0.
17587 2005-01-06 Benjamin Otte <otte@gnome.org>
17589 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17590 (gst_puzzle_class_init), (gst_puzzle_finalize):
17591 no memleaks, please
17592 (gst_puzzle_create), (gst_puzzle_init),
17593 (gst_puzzle_set_property), (gst_puzzle_setup):
17594 change initialization code around so we don't reshuffle on resize
17596 fix another stupid typo
17598 2005-01-06 Benjamin Otte <otte@gnome.org>
17600 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17601 fix stupid typo that borked copying on YUY2
17603 2005-01-06 Benjamin Otte <otte@gnome.org>
17605 * gst/games/gstpuzzle.c: (draw_puzzle):
17606 fix edges when image sizes aren't multiples of tile sizes
17608 2005-01-06 Benjamin Otte <otte@gnome.org>
17610 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17611 make RGB endianness work correctly
17612 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17613 refactor and fix race with initial shuffling
17614 (nav_event_handler):
17615 allow using the mouse to puzzle
17617 insist on tiles having width and height as multiples of 4 to get
17618 clean YUV image handling
17619 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17620 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17621 s/DEBUG/LOG/ for common messages
17622 (gst_xvimagesink_navigation_send_event):
17623 fix mouse event translation to not include screen PAR
17624 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17625 fix mouse event translation to actually work
17627 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17629 * gst/asfdemux/gstasfdemux.c:
17630 (gst_asf_demux_process_ext_content_desc):
17631 Extract TrackNumber metadata + clean up code
17632 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17633 Hope this is the good fix (var used unitialised)
17635 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17637 * ext/faad/gstfaad.c: (gst_faad_chain):
17638 Only increment timestamp if it's valid. Fixes raw AAC streams.
17640 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
17643 * gst/games/Makefile.am:
17644 * gst/games/gstpuzzle.c:
17645 add a puzzle game with...
17646 * gst/games/gstvideoimage.c:
17647 * gst/games/gstvideoimage.h:
17648 ... full colorspace support (that includes YUV9 and RGB16)) stolen
17649 from videotestsrc and made into something that would be a nice
17650 library for a lot of other plugins.
17652 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17655 don't compile faad plugin if a RC of 2.0 is found
17656 Fixes #155346 (and FC1 buildbot)
17657 * gst/asfdemux/gstasfdemux.c:
17658 (gst_asf_demux_process_ext_content_desc):
17659 try to make Solaris compiler happier
17661 2005-01-06 Paul Jack <pjack@sfaf.org>
17663 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17665 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17666 Fix segfault (#161667).
17668 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17670 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17671 Fix framerate reporting.
17673 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17675 * gst-libs/gst/riff/riff-ids.h:
17676 * gst/wavenc/riff.h:
17677 Add AMR (VBR and CBR) ids to riff.h audio codec list
17678 * gst/asfdemux/gstasfdemux.c:
17679 (gst_asf_demux_process_ext_content_desc),
17680 (gst_asf_demux_process_object):
17681 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17683 2005-01-05 Martin Eikermann <meiker@upb.de>
17685 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17687 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17688 (gst_dvd_demux_handle_discont):
17689 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17690 (gst_mpeg_demux_handle_discont):
17691 Recreate pads on new-media (#160730).
17692 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17693 Send discont even if manager changes timestamps (#161929).
17695 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
17697 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17699 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17700 Fix invalid memory access (#159211).
17702 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17704 * examples/gstplay/player.c: (main):
17706 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17707 Add visualizations.
17708 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17709 (gst_a52dec_handle_frame):
17711 * ext/dvdnav/gst-dvd:
17712 Add audioconvert. Fixes #161325.
17713 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17714 Explicitely case to gint64. Possible valgrind error.
17715 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17716 (gst_play_tick_callback), (gst_play_change_state),
17717 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17718 (gst_play_set_location), (gst_play_get_location),
17719 (gst_play_seek_to_time), (gst_play_set_data_src),
17720 (gst_play_set_video_sink), (gst_play_set_audio_sink),
17721 (gst_play_set_visualization), (gst_play_connect_visualization),
17722 (gst_play_get_framerate), (gst_play_get_all_by_interface),
17724 Use playbin. Fixes #139749 and #147744.
17725 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17727 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17728 (audioscale_get_type), (gst_audioscale_base_init),
17729 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17730 (gst_audioscale_getcaps), (gst_audioscale_fixate),
17731 (gst_audioscale_link), (gst_audioscale_get_buffer),
17732 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17733 (gst_audioscale_init), (gst_audioscale_dispose),
17734 (gst_audioscale_chain), (gst_audioscale_set_property),
17735 (gst_audioscale_get_property), (plugin_init):
17737 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17739 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17740 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17741 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17742 Add more metadata (fixes #162656).
17744 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17749 === release 0.8.7 ===
17751 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17756 releasing 0.8.7, "Hyperspace"
17758 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17760 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
17762 * gst/playback/gstplaybasebin.c:
17763 Fix for #162924 - free caps after use, not before
17765 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
17767 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17769 * gst/playback/gstplaybasebin.c:
17770 * gst/wavparse/gstwavparse.c:
17771 Fix for #154773 - fixes playback of small .wav files
17773 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
17775 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17777 * gst/audioscale/gstaudioscale.c:
17778 Fix for #162819 - make audioscale reusable
17779 Fixes playback of more than one file with playbin/totem
17781 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17783 * gst/ffmpegcolorspace/avcodec.h:
17784 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17785 * gst/ffmpegcolorspace/imgconvert.c:
17786 clean up the mess that made me cry and avoid needless duplication
17788 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17790 * gst/ffmpegcolorspace/imgconvert.c:
17791 give some indication of why we're segfaulting
17793 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17796 Fix indentation, fix v4l2 plugin detection.
17798 Fix libmms location (Maciej, use diff -u!).
17799 * ext/alsa/gstalsa.c: (gst_alsa_init):
17800 Initialize caps cache to NULL.
17801 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17802 Only change state on audiosink if it exists.
17804 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
17806 * gst/matroska/matroska-demux.c:
17807 * gst/matroska/matroska-ids.h:
17808 * gst/matroska/matroska-demux.h:
17809 Fix Vorbis streams failing to decode in some files, where cluster_time
17810 isn't 0, because then it doesn't send codec_priv before actual data.
17811 Remove time-based test and replace it with marker set on beginning of
17814 2004-12-28 David Schleef <ds@schleef.org>
17816 Merge patch from Ronald fixing problems with streaming
17818 * ext/cairo/gstcairo.c: (plugin_init):
17819 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17820 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17821 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17822 (gst_textoverlay_font_init), (gst_textoverlay_init),
17823 (gst_textoverlay_set_property):
17824 * ext/cairo/gsttextoverlay.h:
17826 2004-12-27 David Schleef <ds@schleef.org>
17828 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17829 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17830 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17831 (gst_textoverlay_font_init), (gst_textoverlay_init),
17832 (gst_textoverlay_set_property): Improvements to actually
17833 render text as white on black outline on video, including
17834 font selection and horizontal/vertical alignment. (Ronald's
17836 * ext/cairo/gsttextoverlay.h:
17838 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17840 * ext/ogg/gstogg.c:
17841 * ext/ogg/gstogmparse.c:
17842 fix ogm[audio/video]parse plugin registration
17843 (riff won't load if bytestream is already loaded)
17845 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17847 * gst/audioconvert/gstchannelmix.c:
17850 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17854 disable docs again until it actually passes make distcheck.
17856 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17858 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17859 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17861 Add 3GP (variables name Q3GP because they can't start with a
17862 number). Add samr audio fourcc (used in .3gp files), decoder
17863 is work in progress. Also do a GST_WARNING instead of ERROR
17864 in case of unknown nodes, to decrease output.
17866 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17871 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17874 * ext/speex/gstspeexdec.h:
17875 * ext/speex/gstspeexenc.h:
17876 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
17877 Fix detection code in configure.ac
17879 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17881 * gst/matroska/matroska-demux.c:
17882 (gst_matroska_demux_parse_blockgroup):
17883 Save position, so that queries give proper return values. Don't
17884 know how this could ever have worked before...
17886 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17889 Put additional LAME check inside the conditional. Fixes #152339
17891 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17893 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17894 (gst_avi_demux_stream_scan):
17895 Add some more debug. Fix logic error when setting movi offset
17896 while reading index.
17898 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17900 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17901 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17902 (gst_avi_demux_process_next_entry):
17903 Add some debugging. Better detection of broken indexes and the
17904 accompanying index recovery. No infinite loops on state changes
17905 when we're still in our loopfunction.
17907 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17912 2004-12-22 Archana Shah <archana.shah@wipro.com>
17914 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17916 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17917 Normalizing the value before setting
17918 (gst_sunaudiomixer_get_volume):
17919 Normalizing the value after getting. Fixes bug# 161980
17921 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
17923 * Makefile.am: Make sure docs gets disted
17924 * docs/Makefile.am: Make sure all needed files get disted
17925 * gst-plugins.spec.in: latest updates
17927 2004-12-22 Wim Taymans <wim@fluendo.com>
17929 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17930 Revert patch 1.38 as clock distribution over schedulers does
17931 not work correcly in the core yet.
17933 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17935 * sys/oss/README: remove this file, which predates my birth
17936 (and which content is by far outdated)
17938 2004-12-20 Stefan Kost <ensonic@users.sf.net>
17942 * docs/Makefile.am:
17943 * docs/libs/Makefile.am:
17944 * docs/libs/gst-plugins-libs-docs.sgml:
17945 * docs/libs/gst-plugins-libs-sections.txt:
17946 * docs/libs/tmpl/gstgconf.sgml:
17948 * docs/version.entities.in:
17949 Added boilerplate gtk-doc files for plugin-libs documentation.
17951 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17953 * gst/auparse/gstauparse.c: fix int and float audio caps
17955 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17957 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17958 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17959 g_assert() can be a macro, don't use #ifdef inside it.
17961 2004-12-19 Edward Hervey <bilboed@bilboed.com>
17963 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17965 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17966 (gst_videorate_init), (gst_videorate_chain),
17967 (gst_videorate_change_state):
17968 Event handling (fixes #159986).
17970 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17972 * gst-libs/gst/riff/riff-media.c:
17973 (gst_riff_create_video_caps_with_data):
17974 Add BLZ0 (Blizzard's version of DivX) fourcc.
17976 2004-12-18 David Schleef <ds@schleef.org>
17978 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17981 2004-12-18 David Schleef <ds@schleef.org>
17983 * gst/tta/ttadec.h: Disable some header code that isn't used
17984 and clearly isn't portable.
17986 2004-12-18 David Schleef <ds@schleef.org>
17988 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17989 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17990 (avcodec_get_pix_fmt), (avpicture_layout),
17991 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17992 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17993 Fix code to not use GCC extensions (and c99 extensions that
17994 Forte does not like.)
17996 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
17998 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18000 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18001 (gst_deinterlace_chain):
18002 Rowstride fixes. Fixes #161039.
18003 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18004 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18005 (gst_video_crop_getcaps), (gst_video_crop_link),
18006 (gst_video_crop_i420), (gst_video_crop_chain),
18007 (gst_video_crop_change_state):
18008 Rework of negotiation. Actually works now. Fixes #158650.
18010 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18012 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18013 That was very stupid.
18015 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18017 * gst/matroska/matroska-demux.c:
18018 (gst_matroska_demux_parse_blockgroup):
18019 Fix possible crasher.
18021 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18023 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18024 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18025 Lace sizes can be zero.
18027 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18029 * ext/musepack/gstmusepackdec.cpp:
18030 Fetch error return values. Fixes #161624.
18031 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18034 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18036 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18037 Work for truncated (unfinished download etc.) files. Fixes #160514.
18039 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18041 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18042 Fix for integer overflow. Makes #156001 not crash. Probably masks
18045 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18047 * gst/ac3parse/gstac3parse.c: (plugin_init):
18048 Parsers never have ranks. Fixes #159651.
18050 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
18052 * gst/playback/gstdecodebin.c: (compare_ranks):
18053 make sure the facotries are ordered the same every time even if they
18054 have the same rank by using the name
18055 * gst/playback/gstdecodebin.c: (find_compatibles):
18056 make sure we don't add factories to the list twice
18058 2004-12-16 David Schleef <ds@schleef.org>
18060 * configure.ac: look for musepack headers as musepack/*.h
18062 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18063 * ext/musepack/gstmusepackreader.h: same
18065 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18067 * gst-libs/gst/riff/riff-read.c:
18068 (gst_riff_read_strf_auds_with_data):
18069 Read extradata correctly (fixes #155879).
18071 2004-12-16 David Schleef <ds@schleef.org>
18073 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18074 audio. does _not_ attempt or allow conversion unless channels
18077 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18079 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18081 2004-12-16 David Schleef <ds@schleef.org>
18083 * gst/audioscale/gstaudioscale.c: the resample library only
18084 handles 1 or 2 channels. Change caps to compensate.
18086 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18088 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18089 (gst_matroska_demux_audio_caps):
18090 Some MPEG-AAC hacks, because else it doesn't work...
18092 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18094 * gst-libs/gst/riff/riff-media.c:
18095 (gst_riff_create_video_caps_with_data),
18096 (gst_riff_create_video_template_caps):
18099 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18101 * gst-libs/gst/audio/Makefile.am:
18102 Try to fix buildbot.
18104 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
18106 * gst/tcp/gstmultifdsink.c:
18107 Clean up and uniformize debugging.
18109 2004-12-16 Edward Hervey <bilboed@bilboed.com>
18111 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18113 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18114 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18115 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18116 (gst_mpeg_demux_change_state):
18117 Reset on ready. Fixes 160276.
18119 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18121 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18123 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18124 (gst_ffmpegcsp_pad_link):
18125 Fix memleak (#154815).
18127 2004-12-16 James Bowes <bowes@cs.dal.ca>
18129 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18131 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18132 (gst_musicbrainz_init), (gst_musicbrainz_chain),
18133 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18134 * ext/musicbrainz/gsttrm.h:
18135 Add support for using a proxy server when getting a trm id from
18136 the MusicBrainz database (#149613).
18138 2004-12-16 Christophe Fergeau <teuf@gnome.org>
18140 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18142 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18143 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18144 Fix memleaks (#157233).
18146 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18148 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18150 * gst-libs/gst/resample/resample.c: (gst_resample_close):
18151 * gst-libs/gst/resample/resample.h:
18152 * gst/audioscale/gstaudioscale.c:
18153 Fix memleak (#159215).
18155 2004-12-16 Toni Willberg <toniw@iki.fi>
18157 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18159 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18160 * sys/oss/oss_probe.c: (main):
18161 Check for mono/stereo support (similar to samplerate probing),
18162 fixes #159433. Also add missing copyright header to oss_probe.c.
18164 2004-12-15 David Schleef <ds@schleef.org>
18166 * configure.ac: add audioresample and cairo plugins. Remove
18167 HAVE_MMX stuff, because it's not used.
18168 * ext/Makefile.am: same
18169 * ext/audioresample/Makefile.am: You are not ready for an
18170 audio resampling element based on audioresample.
18171 * ext/audioresample/gstaudioresample.c:
18172 * ext/audioresample/gstaudioresample.h:
18173 * ext/cairo/Makefile.am: You are not ready for overlay elements
18174 based on cairo. Don't look too closely, these elements kinda
18176 * ext/cairo/gstcairo.c: new
18177 * ext/cairo/gsttextoverlay.c: new
18178 * ext/cairo/gsttextoverlay.h: new
18179 * ext/cairo/gsttimeoverlay.c: new
18180 * ext/cairo/gsttimeoverlay.h: new
18181 * gst-libs/gst/media-info/media-info-priv.h: fix compile
18182 problem with compilers that don't support variadic macros.
18184 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
18186 Reviewed by: David Schleef <ds@schleef.org>
18188 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
18189 Bala, registering sunaudiosrc (oops!), and cleaning up code a
18190 bit. Also ran indent-gst.
18191 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18192 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18193 (gst_sunaudiosrc_setparams):
18195 2004-12-14 David Schleef <ds@schleef.org>
18197 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18198 output rate to 16000. Should fix #160235.
18200 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18202 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18203 Add typefinding for mpeg2 pes streams
18205 2004-12-13 David Schleef <ds@schleef.org>
18207 * configure.ac: Applied patch from bug #143659, making default
18208 sources and sinks OS-dependent (for Solaris), and added code
18210 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18212 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18214 * gst-libs/gst/riff/riff-media.c:
18215 forgot to add h2.64 to avidemux template caps
18217 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18219 * gst/wavenc/riff.h:
18220 * gst-libs/gst/riff/riff-media.c:
18221 * gst-libs/gst/riff/riff-ids.h:
18222 * gst/avi/gstavimux.c
18223 add 4CC code for VideoSoft h264 in AVI (VSSH)
18225 remove s323 from riff, it's quicktime specific :(
18227 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18229 * gst/asfdemux/README
18230 * gst/wavenc/riff.h
18231 * gst-libs/gst/riff/riff-ids.h
18232 * gst-libs/gst/riff/riff-media.c
18233 * gst/qtdemux/qtdemux.c:
18234 add new 4CC codes for h263 related codecs
18235 fixes partially bug #155163
18237 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
18239 * configure.ac: Update polyaudio requirement to 0.7
18240 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18242 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18244 * gst/interleave/deinterleave.c:
18245 fix my name's spelling! :)
18247 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18249 * AUTHORS ChangeLog
18250 * gst/auparse/gstauparse.c
18251 * gst/interleave/deinterleave.c
18253 alaw-decode.c alaw-encode.c
18254 mulaw-decode.c mulaw-encode.c
18255 * gst/oneton/gstoneton.c
18257 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18259 cocoawindow.h cocoawindow.m
18260 osxvideosink.h osxvideosink.m
18262 put the same mail address for Zaheer Abbas Merali everywhere
18264 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18266 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18267 Align by packetsize, and assert that we a packet available before
18268 playing. The first makes webstreams work (they often include
18269 trailing padding data in a packet), the second allows pausing a
18270 ASF stream in totem without getting demux errors afterwards.
18272 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18274 * ext/ogg/gstoggdemux.c: (get_relative):
18275 Check for non-NULL before accessing member (end-of-chain).
18277 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18279 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18280 (cdparanoia_set_property), (cdparanoia_get_property):
18281 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18282 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18283 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18284 (dvdreadsrc_init), (dvdreadsrc_set_property),
18285 (dvdreadsrc_get_property):
18286 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18287 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18288 Synchronize property names where not yet the case. Devices are
18289 now device=X, other versions are deprecated (but still exist).
18290 Also use g_free() unconditionally.
18291 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18292 (setup_source), (gst_play_base_bin_get_property):
18295 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
18297 * configure.ac: move GCONF macro outside conditional for the am
18298 conditional. Fixes #160439
18300 2004-12-08 David Schleef <ds@schleef.org>
18302 * tools/gst-visualise-m.m: Switch to elements that currently
18305 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18307 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18308 We love wrong commas.
18310 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18312 * gst/matroska/matroska-demux.c:
18313 (gst_matroska_demux_handle_src_query):
18314 Don't set DEFAULT, unsupported - makes length display incorrectly
18317 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18319 * gst/monoscope/README: remove blurb about files being GPL
18320 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18321 * gst/monoscope/monoscope.c: Change license to BSD with explanation
18322 monoscope is now effectively LGPL licensed
18324 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18326 * gst/monoscope/README: Update information to be more correct
18327 * gst/monoscope/convolve.c: Relicense to LGPL
18328 * gst/monoscope/convolve.h: Relicense to LGPL
18330 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
18332 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18333 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18334 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18335 set default_duration for mpeg1 audio
18337 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18339 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18340 * ext/alsa/gstalsa.h:
18341 refactor big chunks of the core caps negotiation code to make it
18342 a lot faster, because people claim it's really slow
18343 (actually, just cache the getcaps when the device is opened)
18345 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18347 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18348 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18349 (gst_a52dec_handle_frame), (gst_a52dec_chain),
18350 (gst_a52dec_change_state), (plugin_init):
18351 * ext/a52dec/gsta52dec.h:
18352 Do something useful with timestamps. Make chain-based (since
18353 there's really no reason to be loopbased).
18354 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18355 Update current_byte/frame correctly.
18357 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18359 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18360 (gst_ape_demux_stream_init):
18363 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18365 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18366 Let's make sure we're done typefinding when detecting tags.
18368 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18370 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18371 (gst_ebml_read_init), (gst_ebml_read_use_event),
18372 (gst_ebml_read_element_id), (gst_ebml_peek_id),
18373 (gst_ebml_read_seek), (gst_ebml_read_skip),
18374 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18375 (gst_ebml_read_master):
18376 * gst/matroska/ebml-read.h:
18377 * gst/matroska/matroska-demux.c:
18378 (gst_matroska_demux_parse_contents),
18379 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18380 Disgustingly evil hack for working around INTERRUPT events and
18381 their extremely annoying habit of being a pain in the ass. We
18382 simply peek a cluster before reading any of it.
18384 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18386 * ext/musepack/gstmusepackdec.cpp:
18387 There's also floating point libmusepacks.
18389 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18391 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18392 (gst_faad_chanpos_to_gst), (gst_faad_chain):
18393 Set DURATION even if source buffer didn't. Also use increasing
18395 * gst-libs/gst/riff/riff-media.c:
18396 (gst_riff_create_audio_caps_with_data):
18397 Block_align can have larger values than 8192.
18399 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18401 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18402 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18403 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18404 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18407 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18409 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18412 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18414 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18417 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18419 * ext/esd/esdsink.c: (gst_esdsink_chain):
18420 Make error actually say something useful (fixes #156798).
18421 * gst-libs/gst/riff/riff-media.c:
18422 (gst_riff_create_video_caps_with_data),
18423 (gst_riff_create_video_template_caps):
18424 Add Intel Video 5.0 fourcc (IV50).
18426 2004-12-01 Christophe Fergeau <teuf@gnome.org>
18428 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18429 detection on mono and stereo mp3 files.
18431 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18433 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18434 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18435 the contained stream).
18437 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18439 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18440 Oops, remove debug.
18442 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18444 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18446 * gst/law/alaw-decode.c: (alawdec_getcaps):
18447 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18448 Prevent warnings when negotiating caps (fixes #159338).
18450 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18452 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18453 (gst_ffmpegcsp_chain):
18454 Remove old leftover that shouldn't be there...
18456 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18458 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18460 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18461 Don't forward DISCONT events (fixes #159684).
18463 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18465 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18466 Unlink manually since sometimes bin disposal (and therefore
18467 pad unlinking) is delayed, which will cause a new media file
18468 to not be able to start playing instantly.
18470 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18472 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18473 On mute of an unlinked stream, check for pad availability so
18474 we don't crash on unlinked pad.
18476 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18478 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18479 (gst_avi_demux_massage_index):
18480 Fix quite humiliating bug in omitting 0-sized index chunks but
18481 forgetting to count them for timestamps.
18483 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18485 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18486 Actually leave the loop if we failed to sync. Don't crash.
18488 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18490 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18491 (gst_dvd_demux_process_private):
18492 * gst/mpegstream/gstdvddemux.h:
18493 Fix crash (#159759). Doesn't work, though. :-(.
18495 2004-11-28 Benjamin Otte <otte@gnome.org>
18497 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18498 more overwriting protection due to modifying channels one by one
18499 instead of all at once
18501 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18503 * gst/audioconvert/gstchannelmix.c:
18504 (gst_audio_convert_fill_normalize):
18505 Normalize using absolute values.
18507 2004-11-28 Julien MOUTTE <julien@moutte.net>
18511 * ext/directfb/Makefile.am:
18512 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18513 (gst_directfbvideosink_get_pixel_format),
18514 (gst_directfbvideosink_get_format_from_fourcc),
18515 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18516 (gst_directfbvideosink_sink_link),
18517 (gst_directfbvideosink_change_state),
18518 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18519 (gst_directfbvideosink_buffer_alloc),
18520 (gst_directfbvideosink_interface_supported),
18521 (gst_directfbvideosink_interface_init),
18522 (gst_directfbvideosink_navigation_send_event),
18523 (gst_directfbvideosink_navigation_init),
18524 (gst_directfbvideosink_set_property),
18525 (gst_directfbvideosink_get_property),
18526 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18527 (gst_directfbvideosink_base_init),
18528 (gst_directfbvideosink_class_init),
18529 (gst_directfbvideosink_get_type), (plugin_init):
18530 * ext/directfb/directfbvideosink.h: Adding a first version of
18532 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18535 2004-11-28 Benjamin Otte <otte@gnome.org>
18537 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18538 walk the samples backwards if out_channels > in_channels so we don't
18541 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18543 * gst/audioconvert/Makefile.am:
18544 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18545 (gst_audio_convert_link), (gst_audio_convert_change_state),
18546 (gst_audio_convert_channels):
18547 * gst/audioconvert/gstchannelmix.c:
18548 (gst_audio_convert_unset_matrix),
18549 (gst_audio_convert_fill_identical),
18550 (gst_audio_convert_fill_compatible),
18551 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18552 (gst_audio_convert_fill_others),
18553 (gst_audio_convert_fill_normalize),
18554 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18555 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18556 * gst/audioconvert/gstchannelmix.h:
18557 Implement a channel mixer.
18559 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
18561 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18562 * ext/alsa/gstalsa.h:
18563 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18564 Make alsasink actually honor gst_element_set_clock and use that
18565 clock instead of its internal one.
18567 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18569 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18570 (gst_play_base_bin_change_state): nullify source and decoder when
18571 going from READY to NULL so that we don't try to do weird stuff with
18572 them when going from NULL to READY
18573 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18574 instead of g_object_unref
18575 (gen_video_element), (gen_audio_element): more refcounting fixes, now
18576 it should be correct
18577 (gst_play_bin_change_state): don't call remove_sinks if we are
18578 currently disposing the object
18580 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18582 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18583 Don't forget bass if it's there. Else left channel is silent...
18585 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18587 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18588 (gst_a52dec_change_state):
18589 Don't do sample adjusting anymore, we use float audio now.
18590 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18591 Don't fixate to non-existing properties.
18593 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18595 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18596 (gst_a52dec_change_state):
18597 Advertise that we can do surround sound.
18599 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18601 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18602 Add buffer-frames=0.
18603 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18604 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18605 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18606 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18607 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18608 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18609 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18610 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18611 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18612 * ext/dvdread/dvdreadsrc.h:
18613 Add seeking, querying for bytes, sectors, title, angle and
18614 chapter. Handle multiple chapters. Relicense to LGPL because
18615 Billy agreed on that (thanks Billy!).
18617 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18619 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18620 call parent dispose method
18622 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
18624 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18625 (gst_audio_clock_get_internal_time):
18626 Fix active <-> inactive transitions: ensure time value always
18627 grows and avoid abrupt value changes.
18629 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
18632 * gst/tta/Makefile.am:
18634 * gst/tta/filters.h:
18635 * gst/tta/gsttta.c:
18636 * gst/tta/gstttadec.c:
18637 * gst/tta/gstttadec.h:
18638 * gst/tta/gstttaparse.c:
18639 * gst/tta/gstttaparse.h:
18640 * gst/tta/ttadec.h:
18641 added TTA parser and decoder
18643 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18645 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18646 (probe_triggered), (check_queue), (buffer_underrun),
18647 (buffer_running), (buffer_overrun), (gen_source_element),
18649 * gst/playback/gstplaybasebin.h:
18650 Implement buffering. Needs some more work.
18652 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18654 * ext/theora/theoradec.c: (theora_dec_chain):
18655 Fix ilog mask range overflow.
18657 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18659 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18660 Don't omit the last (which in case of dmix is the only :) )
18661 channel count. Don't set channels if <= 2.
18663 2004-11-26 Christophe Fergeau <teuf@gnome.org>
18665 * gst/playback/gstplaybin.c: (gen_video_element),
18666 (gen_audio_element): Removed 2 obsolete comments
18668 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18670 * ext/vorbis/oggvorbisenc.c
18671 * ext/vorbis/vorbisenc.c :
18672 change description fields of those plugins to differentiate them
18673 (pitivi show Encoders by description, they had the same one)
18675 2004-11-25 Christophe Fergeau <teuf@gnome.org>
18677 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18679 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18680 (gst_play_bin_set_property), (gen_video_element),
18681 (gen_audio_element):
18682 Refcounting fixes for provided audio-/videosinks.
18684 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18686 * gst/playback/gstplaybin.c: (gen_video_element),
18687 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18688 Don't reference all sinks, but only the video- and audiosinks.
18689 The vis. element should be disposed when we're done with it.
18690 We don't have any reason to keep it around. This fixes warnings
18691 when reusing playbin for playing multiple audio files with
18692 vis. enabled. Also release audio device on pause - idea stolen
18695 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18697 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18698 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18699 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18700 * ext/alsa/gstalsaplugin.c: (plugin_init):
18701 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18702 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18703 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18704 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18705 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18706 (gst_faad_change_state), (plugin_init):
18707 * ext/faad/gstfaad.h:
18708 * ext/vorbis/vorbis.c: (plugin_init):
18709 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18710 * gst-libs/gst/audio/Makefile.am:
18711 * gst-libs/gst/audio/audio.c: (plugin_init):
18712 * gst-libs/gst/audio/multichannel.c:
18713 (gst_audio_check_channel_positions),
18714 (gst_audio_get_channel_positions),
18715 (gst_audio_set_channel_positions),
18716 (gst_audio_set_structure_channel_positions_list),
18717 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18718 (gst_audio_fixate_channel_positions):
18719 * gst-libs/gst/audio/multichannel.h:
18720 * gst-libs/gst/audio/testchannels.c: (main):
18721 * gst/audioconvert/gstaudioconvert.c:
18722 (gst_audio_convert_class_init), (gst_audio_convert_init),
18723 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18724 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18725 (gst_audio_convert_fixate), (gst_audio_convert_channels):
18726 * gst/audioconvert/plugin.c: (plugin_init):
18727 Surround sound support.
18729 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18731 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18732 Fix position for discont if we're close as well. Nitpicking, but
18733 saves a few milliseconds of extra waiting or skipping.
18735 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18737 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18738 We sometimes need parsers for playback, so add those too.
18740 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18743 * gst/apetag/Makefile.am:
18744 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18745 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18746 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18747 (gst_ape_demux_get_src_query_types),
18748 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18749 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18750 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18751 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18752 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18753 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18754 (gst_ape_demux_change_state):
18755 * gst/apetag/apedemux.h:
18756 * gst/apetag/apetag.c: (plugin_init):
18757 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18759 APE v1/2 tag reader plus typefind function.
18761 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18764 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18765 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18766 Remove hacks for older core. Require newer core version
18769 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18771 * gst/cdxaparse/Makefile.am:
18772 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18773 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18774 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18775 * gst/cdxaparse/gstcdxaparse.h:
18776 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18777 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18778 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18779 (gst_cdxastrip_get_src_query_types),
18780 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18781 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18782 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18783 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18784 * gst/cdxaparse/gstcdxastrip.h:
18785 SVCD/VCD header stripping separated from CDXA image parsing.
18786 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18788 Add VCD/SVCD header typefinding for VCD/SVCD.
18789 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18790 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18791 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18792 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18793 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18794 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18795 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18796 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18797 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18798 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18799 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18800 * sys/vcd/vcdsrc.h:
18801 Fix up, add seeking, querying, URI interface. Works in totem now.
18803 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18808 === release 0.8.6 ===
18810 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18828 releasing 0.8.6, "IOU Love"
18830 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18832 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18834 * gst/playback/gstplaybasebin.c:
18835 Fix unplayable files error handling. Fixes #158365
18837 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18839 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18841 * gst/typefind/gsttypefindfunctions.c:
18842 Fix broken mp3 typefinding. Fixes #158375
18844 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18846 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18848 * ext/ogg/gstoggdemux.c:
18849 Fix sync on broken files. Fixes #158976
18851 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18853 patch by: Edward Hervey <bilboed@bilboed.com>
18855 * ext/libpng/gstpngenc.c:
18856 Copy over buffer properties. Fixes #158832
18858 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18860 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18862 * ext/dvdread/dvdreadsrc.c:
18863 Fixes invalid reads (#158462)
18865 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18867 * sys/v4l/gstv4lsrc.c:
18868 * sys/v4l/gstv4lsrc.h:
18869 * sys/v4l/v4lsrc_calls.c:
18870 Probe less and cache it. Fixes #159187.
18872 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18874 * gst/videorate/gstvideorate.c:
18875 Handle all video formats. Fixes #159186.
18877 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
18878 * gst/synaesthesia/gstsynaesthesia.c:
18879 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18880 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18881 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18882 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18883 (gst_synaesthesia_change_state), (plugin_init):
18884 Fix up synaesthesia to work under different samplerates/ buffer sizes.
18885 Force 320x200 output, as that's the only thing the underlying
18886 synaesthesia implementation supports. Still needs to be made
18889 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18892 Fix mpeg2enc configure check (similar to mplex check below).
18894 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
18896 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18898 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18899 Fix for gcc-2.95 (fixes #158221).
18901 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18903 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18904 Re-add clock distribution hack (until new core is released).
18907 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
18909 fix mplex configure check segfaulting on some systems (bug #140994)
18911 2004-11-13 Benjamin Otte <otte@gnome.org>
18913 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18915 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18916 do a wait when we enter the loop func with no data available to
18917 write instead of getting into an 100% CPU loop by just returning and
18918 being called again by the scheduler
18920 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
18923 * ext/libvisual/visual.c: (gst_visual_get_type),
18924 (libvisual_log_handler), (gst_visual_getcaps),
18925 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18927 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18928 * ext/smoothwave/Makefile.am:
18929 * ext/smoothwave/demo-osssrc.c: (main):
18930 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18931 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18932 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18934 * ext/smoothwave/gstsmoothwave.h:
18935 Make gstsmoothwave a working element in the 20th century.
18937 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18938 Fix incorrect link function
18940 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18942 * gst/volume/gstvolume.c:
18943 Allow buffer-frames=0.
18945 2004-11-12 Iain <iaingnome@gmail.com>
18947 * configure.ac: Check for polypaudio
18949 * ext/Makefile.am: Build the polyp dir
18951 * ext/polyp: The polypsink sources.
18953 2004-10-30 Iain <iaingnome@gmail.com>
18955 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18956 caps to reflect the new number of channels.
18958 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18960 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18961 Fix for negotiation order problem. This would show when the
18962 ALSA loopfuction was called before any other function. ALSA
18963 wouldn't do anything because we're not negotiated yet, leading
18964 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18966 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
18968 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18970 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18971 No warnings (#157986).
18973 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18975 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18976 Prefer apev1/2 and id3v1 (at end of file) over musepack.
18978 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18980 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18981 Signal no-more-pads (so it works in playbin).
18983 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18985 * ext/musepack/gstmusepackreader.cpp:
18986 Workaround for older core.
18988 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18990 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18991 Actually test for odd width/height rather than testing whether
18992 a temporary variable that was 0 before we subtracted 1 is now
18993 not equal to zero (which it always is).
18995 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18997 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18998 Fix compilation if HAVE_XVIDEO is not defined
19000 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19002 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19003 Fix compilation if HAVE_XVIDEO is not defined
19005 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
19007 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19008 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19009 (gst_goom_change_state), (plugin_init):
19010 Use the bytestream adapter so goom doesn't depend on the input
19012 Add a debug category
19014 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19016 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19017 Only set hardware parameters *after* negotiation. Before
19018 negotiation, it will set ANY and that seems to cause crashes
19019 (see e.g. #151288, #153227).
19021 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19023 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19024 This seems to be antique leftover. It needs to pass error
19026 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19027 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19028 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19029 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19030 Fix GstXOverlay implementation (#151059).
19032 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19034 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19035 Don't assert (#157853).
19037 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19039 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19040 Fix bytes/samples confustion.
19041 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19042 Fix for underrun (#144389).
19044 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19046 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19047 Disable halfway-seek for pending release (since it needs a new
19050 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19052 * sys/v4l/gstv4lsrc.c:
19053 * sys/v4l/gstv4lsrc.h:
19054 * sys/v4l/v4lsrc_calls.c:
19055 add autoprobe-fps property so we can separate autoprobing parts
19057 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19059 * sys/v4l/gstv4lsrc.c:
19060 * sys/v4l/v4lsrc_calls.c:
19061 initialise fourcc to catch unset fourcc's, and debug
19063 2004-11-09 Wim Taymans <wim@fluendo.com>
19065 * gst/playback/README:
19066 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19067 * gst/playback/gstplaybin.c: (gst_play_bin_init),
19068 (gst_play_bin_dispose), (gst_play_bin_set_property),
19069 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19070 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19071 (gst_play_bin_get_formats), (gst_play_bin_convert),
19072 (gst_play_bin_get_query_types), (gst_play_bin_query):
19073 Cleanups and some more documentation.
19075 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
19077 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19078 (gst_cacasink_init), (gst_cacasink_chain):
19079 * ext/libcaca/gstcacasink.h:
19080 Cacasink inherits from VideoSink, so let that store the clock.
19082 2004-11-09 Wim Taymans <wim@fluendo.com>
19084 * gst/playback/README:
19085 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19086 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19087 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19088 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19089 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19091 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19092 (gst_stream_info_is_mute), (gst_stream_info_set_property):
19093 * gst/playback/gststreaminfo.h:
19095 Only switch groups if all streams have muted (EOSed).
19096 Send Tags in sync with the stream playback instead of in
19097 the playback/preroll phase.
19098 Some cleanups, free the fakesrc elements.
19100 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
19102 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19103 buffer-frames property was missing
19104 * ext/arts/gst_arts.c:
19105 rate missing from sinkcaps
19106 * ext/audiofile/gstafparse.c:
19107 * ext/audiofile/gstafsink.c:
19108 * ext/audiofile/gstafsrc.c:
19109 * ext/swfdec/gstswfdec.c:
19110 int audio doesn't know buffer-frames
19111 * ext/cdparanoia/gstcdparanoia.c:
19112 int audio doesn't know chunksize either
19113 * ext/nas/nassink.c:
19114 it's endianness, not endianess
19115 * gst-libs/gst/audio/audio.h:
19116 make float standard pad template caps really describe float
19117 * gst/law/mulaw.c: (linear_factory):
19118 signed only, please
19119 * gst/mpegstream/gstdvddemux.c:
19120 widths of 20 are not valid
19122 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
19124 Submitted by: Luca Ferretti <elle.uca@infinito.it>
19130 2004-11-08 Wim Taymans <wim@fluendo.com>
19132 * gst/playback/README:
19133 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19134 * gst/playback/gstplaybasebin.c: (probe_triggered),
19135 (gst_play_base_bin_change_state):
19136 Updated README, added more comments for fixmes etc..
19138 2004-11-08 Wim Taymans <wim@fluendo.com>
19140 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19141 We can remove this hack now.
19143 2004-11-08 Wim Taymans <wim@fluendo.com>
19145 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19146 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19147 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19148 Only mix AYUV for maximum quality.
19150 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19152 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19153 (gst_ogg_demux_push), (gst_ogg_pad_push):
19154 Let's act as if we're synchronized now! :).
19155 * ext/theora/theoradec.c: (theora_dec_chain):
19158 2004-11-08 Wim Taymans <wim@fluendo.com>
19160 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19161 (gst_alpha_set_property), (gst_alpha_sink_link),
19162 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19163 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19164 (gst_alpha_init_params), (gst_alpha_chain):
19165 Implement alpha functions for AYUV too, this increases
19166 accuracy quite a bit.
19168 2004-11-08 Wim Taymans <wim@fluendo.com>
19170 * gst/ffmpegcolorspace/avcodec.h:
19171 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19172 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19173 (gst_ffmpegcsp_avpicture_fill):
19174 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19175 (gst_ffmpegcsp_caps_remove_format_info):
19176 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19177 (shrink12), (img_get_alpha_info), (deinterlace_line),
19178 (deinterlace_line_inplace):
19179 * gst/ffmpegcolorspace/imgconvert_template.h:
19180 Added AYUV colorspace and handle RGBA a bit more respectful.
19182 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19184 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19185 Actually always send a discont (cornercase when resending the
19186 same serial-tagged chain twice).
19188 2004-11-08 Julien MOUTTE <julien@moutte.net>
19190 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19191 (gst_ximagesink_finalize):
19192 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19193 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19195 2004-11-08 Wim Taymans <wim@fluendo.com>
19197 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19198 Don't segfault on NULL data.
19200 2004-11-08 Wim Taymans <wim@fluendo.com>
19202 * gst/playback/gstdecodebin.c: (unlinked):
19203 * gst/playback/gstplay-marshal.list:
19204 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19205 (gst_play_base_bin_init), (group_create), (get_active_group),
19206 (get_building_group), (group_destroy), (group_commit),
19207 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19208 (add_element_stream), (no_more_pads), (probe_triggered),
19209 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19210 (state_change), (setup_source), (gst_play_base_bin_get_property),
19211 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19212 (gst_play_base_bin_link_stream),
19213 (gst_play_base_bin_get_streaminfo):
19214 * gst/playback/gstplaybasebin.h:
19215 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19216 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19217 Add support for chained ogg files. Prepare for playlist
19218 support. This patch introduces the concept of pad groups, which
19219 together compose one playable media file.
19221 2004-11-07 David Schleef <ds@schleef.org>
19223 * testsuite/gst-lint: Check for pad templates that aren't statically
19226 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19230 * ext/musepack/Makefile.am:
19231 * ext/musepack/gstmusepackdec.cpp:
19232 * ext/musepack/gstmusepackdec.h:
19233 * ext/musepack/gstmusepackreader.cpp:
19234 * ext/musepack/gstmusepackreader.h:
19235 Add musepack decoder.
19236 * ext/faad/gstfaad.c: (gst_faad_base_init):
19237 Make pad templates static.
19238 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19240 Add musepack typefinder, make mp3 typefinding work halfway stream,
19241 which doesn't actually work yet because id3demux doesn't implement
19244 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19246 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19247 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19248 Fix interrupt event handling (#144436).
19250 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19252 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19255 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19257 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19259 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19260 Fix weird caps (#157548).
19262 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19264 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19266 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19267 Add missing NULL terminator (#157543).
19269 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
19271 * gst/tcp/gsttcp.h:
19272 * gst/tcp/gsttcpclientsink.c:
19273 * gst/tcp/gsttcpclientsrc.c:
19274 * gst/tcp/gsttcpserversink.c:
19275 * gst/tcp/gsttcpserversrc.c:
19276 ports can go up to 65535. Move common defines to gsttcp.h
19278 2004-11-05 Wim Taymans <wim@fluendo.com>
19280 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19281 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19282 Added two more colorspaces.
19284 2004-11-05 Wim Taymans <wim@fluendo.com>
19286 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19287 (gst_ffmpegcsp_avpicture_fill):
19288 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19289 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19290 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19293 2004-11-05 Wim Taymans <wim@fluendo.com>
19295 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19296 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19297 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19298 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19299 (gst_videomixer_loop):
19302 2004-11-05 Benjamin Otte <otte@gnome.org>
19304 * ext/mad/gstmad.c: (gst_mad_chain):
19305 don't overflow data buffer. Flush not needed sync data when syncing
19308 2004-11-04 Wim Taymans <wim@fluendo.com>
19310 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19311 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19312 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19313 (gst_alpha_init_params), (gst_alpha_chain),
19314 (gst_alpha_change_state):
19315 Updated the chroma keying algorithm with something more
19318 2004-11-03 Wim Taymans <wim@fluendo.com>
19320 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19321 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19322 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19323 Fix stride issues. Does not completely work for odd
19326 2004-11-03 Wim Taymans <wim@fluendo.com>
19328 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19329 (gst_alpha_chroma_key), (gst_alpha_chain):
19330 Fix stride issues. Does not completely work for odd
19333 2004-11-03 Christophe Fergeau <teuf@gnome.org>
19335 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19336 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19339 2004-11-03 Wim Taymans <wim@fluendo.com>
19341 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19342 (gst_ffmpegcsp_avpicture_fill):
19343 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19345 * gst/ffmpegcolorspace/imgconvert_template.h:
19346 Use correct _fill function to get correct strides.
19348 2004-11-02 David Schleef <ds@schleef.org>
19350 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19351 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19352 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19353 Change all g_print()s to debugging. Add a bunch of consistency
19356 2004-11-02 Wim Taymans <wim@fluendo.com>
19358 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19359 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19360 (unlinked), (no_more_pads), (close_link):
19361 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19362 (unknown_type), (add_element_stream), (new_decoded_pad),
19363 (removed_decoded_pad), (setup_source):
19364 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19365 (gst_stream_info_class_init), (gst_stream_info_init),
19366 (gst_stream_info_new), (gst_stream_info_dispose),
19367 (stream_info_mute_pad), (gst_stream_info_set_property),
19368 (gst_stream_info_get_property):
19369 * gst/playback/gststreaminfo.h:
19370 Fix playback of multiple files.
19371 a slightly different approach to handling dynamic pad removals.
19372 This one only looks at pads that we have linked.
19374 2004-11-01 Christophe Fergeau <teuf@gnome.org>
19376 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19377 free" warning from libc.
19379 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19381 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19382 (get_unconnected_element), (remove_starting_from), (pad_removed),
19384 Implement support for dynamic pad changing. We listen to "live"
19385 pad removals (i.e. while playing) and re-setup autoplugging
19386 after that. Playbasebin/playbin need some more work for this
19387 to finally work, but decodebin supports (and replugs) chained
19390 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
19392 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19393 (gst_alsa_finalize):
19394 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19395 (gst_cdaudio_finalize):
19396 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19397 (cdparanoia_finalize):
19398 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19399 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19400 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19401 (dvdreadsrc_finalize):
19402 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19403 (gst_flacdec_finalize):
19404 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19405 (gst_flacenc_finalize):
19406 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19407 (gst_gnomevfssink_finalize):
19408 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19409 (gst_gnomevfssrc_finalize):
19410 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19411 (gst_fameenc_finalize):
19412 * ext/nas/nassink.c: (gst_nassink_class_init),
19413 (gst_nassink_finalize):
19414 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19415 (gst_sdlvideosink_class_init):
19416 * ext/sndfile/gstsf.c: (gst_sf_dispose):
19417 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19418 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19419 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19420 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19421 (gst_x_window_listener_dispose):
19422 * gst/audioscale/gstaudioscale.c:
19423 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19424 (play_on_demand_finalize):
19425 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19426 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19427 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19428 (cdplayer_finalize):
19429 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19430 (gst_glimagesink_class_init):
19431 * sys/oss/gstosselement.c: (gst_osselement_class_init),
19432 (gst_osselement_finalize):
19433 * sys/oss/gstosssink.c: (gst_osssink_dispose):
19434 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19435 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19436 Fixes a bunch of problems with finalize and dispose functions,
19437 either assumptions that dispose is only called once, or not calling
19438 the parent class dispose/finalize function
19440 2004-11-01 Stefan Kost <ensonic@users.sf.net>
19442 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19443 added two api precondition guards
19444 use g_strdup with getenv to fix crash when using ENVVAR
19446 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
19447 * ext/esd/esdsink.c: (gst_esdsink_class_init),
19448 (gst_esdsink_finalize):
19449 Use a finalize function, not dispose, and more importantly,
19450 call the parent class finalize function too
19452 2004-11-01 Johan Dahlin <johan@gnome.org>
19454 * ext/ogg/gstoggdemux.c:
19455 * gst/tags/gstvorbistag.c:
19458 2004-10-31 Benjamin Otte <otte@gnome.org>
19460 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19461 lotsa memleaks today. But they're all small...
19463 2004-10-31 Benjamin Otte <otte@gnome.org>
19465 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19466 another memleak crushed
19468 2004-10-31 Benjamin Otte <otte@gnome.org>
19470 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19473 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19475 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19476 Hack to prevent crash when going to READY inside signal handler
19477 while this function is active.
19479 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19481 * gst/ffmpegcolorspace/Makefile.am:
19482 * gst/ffmpegcolorspace/avcodec.h:
19483 * gst/ffmpegcolorspace/common.h:
19484 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19485 * gst/ffmpegcolorspace/dsputil.h:
19486 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19487 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19488 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19489 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19490 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19491 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19492 (gst_ffmpegcsp_avpicture_fill):
19493 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19494 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19495 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19496 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19497 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19498 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19499 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19500 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19501 * gst/ffmpegcolorspace/imgconvert.c:
19502 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19503 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19504 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19505 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19506 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19507 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19508 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19509 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19510 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19511 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19512 (grow21), (grow22), (grow41), (grow44), (conv411),
19513 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19514 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19515 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19516 (avpicture_free), (is_yuv_planar), (img_convert),
19517 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19518 (deinterlace_line_inplace), (deinterlace_bottom_field),
19519 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19520 * gst/ffmpegcolorspace/imgconvert_template.h:
19521 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19522 * gst/ffmpegcolorspace/mmx.h:
19523 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19524 (av_fast_realloc), (av_mallocz_static), (av_free_static),
19525 (av_freep), (avcodec_get_context_defaults),
19526 (avcodec_alloc_context), (avcodec_init):
19527 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19528 handling plus update from ffmpeg CVS. Large clean-up.
19530 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19532 * gst/playback/Makefile.am:
19533 We need the marshallers for decodebin, too.
19535 2004-10-30 David Schleef <ds@schleef.org>
19537 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19538 quicktime typefinding work with 64-bit offsets.
19540 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
19542 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19543 Set EOS on the element when processing an EOS event.
19544 * ext/speex/gstspeexdec.h:
19545 * ext/speex/gstspeexenc.h:
19546 Only keep a const ptr to the mode
19547 * gst-libs/gst/riff/riff-media.c:
19548 (gst_riff_create_audio_caps_with_data),
19549 (gst_riff_create_audio_template_caps):
19550 Allow WMAV3, with up to 6 channels.
19551 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19552 Don't call gst_pad_set_event_function on a sink pad.
19553 * gst/mpegstream/gstdvddemux.c:
19554 (gst_dvd_demux_get_subpicture_stream),
19555 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19556 Copy the explicit caps that were set across to the cur_* pads,
19557 instead of trying to use a possibly non-existent negotiated caps.
19558 Reset the type of subpicture pads to UNKNOWN after calling
19559 init_stream, so that the caps get set.
19561 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
19563 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19565 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19566 Don't touch buffer if it is of size 0 (fixes #151064).
19568 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19570 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19571 Synchronized discont handling.
19573 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19575 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19576 (gst_ogg_demux_push):
19577 Make seeking sort-of exact again (fixes #156387).
19579 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19581 * gst/playback/gstplaybasebin.c: (unknown_type),
19582 (add_element_stream), (new_decoded_pad),
19583 (gst_play_base_bin_change_state):
19584 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19585 (gst_stream_info_init), (gst_stream_info_new),
19586 (gst_stream_info_dispose), (gst_stream_info_get_property):
19587 * gst/playback/gststreaminfo.h:
19588 Make caps explicitely available. Makes testing for unsupported
19589 types possible. Improves error reporting.
19591 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19593 * gst/audioconvert/gstaudioconvert.c:
19594 (gst_audio_convert_buffer_to_default_format):
19595 Really don't touch read-only buffers (#156563).
19597 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
19599 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19601 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19602 Fix memleak (#155223).
19604 2004-10-29 Wim Taymans <wim@fluendo.com>
19606 * gst/tcp/.cvsignore:
19607 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19608 (gst_multifdsink_class_init), (gst_multifdsink_init),
19609 (gst_multifdsink_add), (gst_multifdsink_remove),
19610 (gst_multifdsink_remove_client_link), (is_sync_frame),
19611 (gst_multifdsink_new_client),
19612 (gst_multifdsink_handle_client_write),
19613 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19614 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19615 (gst_multifdsink_get_property):
19616 * gst/tcp/gstmultifdsink.h:
19617 Added burst on connect sync_method, deprecated sync_clients,
19618 streamlined the sync code some more.
19620 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19622 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19623 (gst_play_base_bin_change_state):
19624 Improve error reporting.
19626 2004-10-28 Wim Taymans <wim@fluendo.com>
19628 * gst/tcp/Makefile.am:
19629 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19630 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19631 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19632 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19633 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19634 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19636 Added more locks around fdset structures. Fixed/reworked
19637 the poll array resizing code.
19638 Added stress test for fdset.
19640 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19642 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19645 2004-10-28 Benjamin Otte <otte@gnome.org>
19647 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19648 fix link function to always query channels and query width for
19652 * gst/equalizer/Makefile.am:
19653 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19654 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19655 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19656 (arg_to_scale), (setup_filter),
19657 (gst_iir_equalizer_compute_frequencies),
19658 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19659 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19663 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19665 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19669 Added Norwegian Bokmaal translation
19671 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19673 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19674 Don't break on options (fixes #156488).
19676 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19679 * ext/cdaudio/Makefile.am:
19681 fix build on older automake
19683 2004-10-26 Wim Taymans <wim@fluendo.com>
19685 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19686 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19687 Allow a little margin when negotiating the framerate.
19689 2004-10-26 Stefan Kost <ensonic@users.sf.net>
19691 * gst/level/gstlevel.c:
19692 synchonised naming of pads and pad-templates
19694 2004-10-26 Wim Taymans <wim@fluendo.com>
19696 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19697 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19698 (_find_streams_check), (gst_ogg_demux_push):
19699 Fix EOS again. Needs to be done in a better way. We should not
19700 remove the pad if there is no new chained stream.
19702 2004-10-26 Iain <iaingnome@gmail.com>
19704 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19705 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19707 * gst/interleave/interleave.c (interleave_class_init): Hook up release
19709 (interleave_release_pad): Remove the pad.
19710 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19711 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19713 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19715 (gst_xvimagesink_xcontext_clear): Free the xcontext.
19716 (gst_xvimagesink_finalize): Free the par.
19718 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19720 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19721 (gst_avimux_stop_file):
19722 First calculate the rate, and only then use it. Hdr.rate is a
19723 multiple and not a derivative of hdr.scale. Scale is not the
19724 same as blockalign but is solely related to rate.
19726 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19728 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19729 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19732 2004-10-25 James Henstridge <james@jamesh.id.au>
19734 Reviewed by: David Schleef <ds@schleef.org>
19736 * examples/gstplay/player.c: (got_stream_length), (main):
19737 * examples/seeking/cdplayer.c: (update_scale):
19738 * examples/seeking/seek.c: (format_value), (update_scale):
19739 * examples/seeking/spider_seek.c: (format_value), (update_scale),
19741 Build fixes on AMD64.
19743 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19745 reviewed by: Ronald Bultje <rbultje at gnome dot org>
19747 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19748 Fix for some v4l cards which hang in v4lsrc
19750 2004-10-25 Wim Taymans <wim@fluendo.com>
19752 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19753 (gst_ogg_demux_push), (gst_ogg_chains_clear):
19754 Make sure to remove the pad when a new chain is
19755 encountered. Set some vars to NULL so we don't try
19756 to reference freed memory.
19758 2004-10-25 Wim Taymans <wim@fluendo.com>
19760 * examples/seeking/Makefile.am:
19761 * examples/seeking/cdplayer.c: (update_scale):
19762 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19763 * examples/seeking/playbin.c: (make_playerbin_pipeline),
19764 (format_value), (update_scale), (iterate), (start_seek),
19765 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19766 (print_usage), (main):
19767 Added some more examples, update others.
19769 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19771 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19772 * ext/speex/gstspeexdec.c: (speex_dec_chain):
19773 * ext/theora/theoradec.c: (theora_dec_chain):
19774 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19775 Add codec-name metadata.
19777 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
19779 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19781 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19782 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19783 * ext/alsa/gstalsamixertrack.h:
19785 ALSA mixer track label internationalization (#154054).
19787 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19789 * ext/theora/theoradec.c: (theora_dec_chain):
19790 Export bitrate as metadata.
19792 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19794 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19795 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19796 * ext/alsa/gstalsamixertrack.h:
19797 Fix names, fix loop.
19799 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19801 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19802 (speex_dec_convert):
19803 sinkconvert function so oggdemux can get the file length (totem).
19805 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
19807 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19809 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19810 Don't push incomplete packets.
19811 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19812 Fix MPEG-4 audio typefinding.
19814 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19816 * sys/v4l/Makefile.am:
19817 * sys/v4l/gstv4l.c: (plugin_init):
19818 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19819 (gst_v4lelement_init), (gst_v4lelement_dispose),
19820 (gst_v4lelement_change_state):
19821 * sys/v4l/gstv4lelement.h:
19822 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19823 (gst_v4l_xoverlay_close), (idle_refresh),
19824 (gst_v4l_xoverlay_set_xwindow_id):
19825 * sys/v4l/gstv4lxoverlay.h:
19826 * sys/v4l/v4l-overlay_calls.c:
19827 * sys/v4l/v4l_calls.h:
19828 * sys/v4l2/Makefile.am:
19829 * sys/v4l2/gstv4l2.c: (plugin_init):
19830 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19831 (gst_v4l2element_init), (gst_v4l2element_dispose),
19832 (gst_v4l2element_change_state):
19833 * sys/v4l2/gstv4l2element.h:
19834 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19835 (gst_v4l2_xoverlay_close), (idle_refresh),
19836 (gst_v4l2_xoverlay_set_xwindow_id):
19837 * sys/v4l2/gstv4l2xoverlay.h:
19838 * sys/v4l2/v4l2-overlay_calls.c:
19839 * sys/v4l2/v4l2_calls.h:
19840 Remove client-side overlay handling, use the X-server v4l plugin
19841 for that. Nicer overlay, less code. Also make the plugin
19842 compileable without X (but then without overlay, obviously).
19843 Makes xwindowlistener obsolete, should we remove that?
19845 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19847 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19848 (gst_osssrc_src_query):
19849 * sys/oss/gstosssrc.h:
19850 OK, so people want offset in DEFAULT. This time, actually fix all
19852 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19855 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19857 * gst/asfdemux/gstasfmux.c:
19858 * gst/avi/gstavimux.c:
19861 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19863 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19864 Fix properties (channel, norm, frequency).
19866 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19868 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19870 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19873 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19875 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19878 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19880 * sys/v4l2/gstv4l2element.h:
19881 Yet Another Hack (tm) for kernel header borkedness.
19882 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19883 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19884 (gst_v4l2src_link), (gst_v4l2src_getcaps),
19885 (gst_v4l2src_change_state):
19886 * sys/v4l2/gstv4l2src.h:
19887 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19888 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19889 Fix caps, keep track of state, work.
19891 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19893 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19896 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19898 * sys/oss/gstosssrc.c: (gst_osssrc_get):
19899 Don't mix bytes and samples.
19901 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19903 * ext/ogg/gstoggmux.c:
19904 Basic pad template which accepts OGM tracks, speex, flac, vorbis
19905 and theora. Any is incorrect.
19906 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19908 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19909 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19910 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19911 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19912 * sys/v4l/gstv4lmjpegsrc.h:
19913 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19914 (gst_v4lsrc_change_state):
19915 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19916 (gst_v4lmjpegsrc_capture_stop):
19917 Fix caps. Keep track of internal state. Work.
19919 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19922 Fix the build fixes.
19924 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19926 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19927 (gst_ogg_demux_src_event), (_find_chain_seek),
19928 (gst_ogg_pad_push):
19929 Check for pad availability before using it.
19930 * ext/ogg/gstoggdemux.c: (_find_chain_process):
19931 Fix parsing of chained ogg. Needs more work on the decoder side.
19933 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
19935 * gst/spectrum/Makefile.am:
19936 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19938 Fix demo and reenable it. Yes, I'm currently playing with audio
19941 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19943 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19944 We love it if files that start at zero work too...
19946 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19948 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19949 Handle files with missing EOS headers.
19951 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19953 * gst/tcp/gsttcpserversink.c:
19954 (gst_tcpserversink_handle_server_read),
19955 (gst_tcpserversink_init_send):
19956 Zero some variables first (need for accept not to return EINVAL)
19958 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19960 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19961 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19962 * ext/theora/theoradec.c: (theora_dec_sink_convert),
19963 (theora_dec_chain):
19964 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19965 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19966 Seeking and querying finetune.
19968 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
19972 * ext/raw1394/Makefile.am:
19975 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19977 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19979 * gst/playback/Makefile.am:
19980 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19981 * gst/playback/gstplay-marshal.list:
19982 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19985 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19987 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19990 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19992 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19993 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19994 (gst_ogg_pad_push):
19995 Yay for non-lineair granulepos in theora.
19997 2004-10-18 Wim Taymans <wim@fluendo.com>
19999 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20000 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20001 * ext/dv/gstdvdec.h:
20002 Make sure we renegotiate aspect ratio when the camera switches.
20004 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20006 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20007 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20009 * ext/theora/theoradec.c: (theora_dec_chain):
20010 Skip headers. Bad idea for chained ogg, but fixes seeking.
20012 2004-10-18 Wim Taymans <wim@fluendo.com>
20015 I swear, this is the last time I touch this.
20017 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20019 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20020 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20021 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20023 * ext/theora/theoradec.c: (theora_dec_sink_convert):
20024 Time-to-default conversion.
20025 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20026 Don't error on unknown packets, just skip. We should probably
20027 read them if we want to support chained ogg.
20029 2004-10-18 Wim Taymans <wim@fluendo.com>
20032 Added cdaudio to wrong list.
20034 2004-10-18 Wim Taymans <wim@fluendo.com>
20039 2004-10-18 Wim Taymans <wim@fluendo.com>
20041 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20042 (gst_dvdec_video_link), (gst_dvdec_push):
20043 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20044 (gst_smokeenc_resync), (gst_smokeenc_chain):
20045 Fix mimetype on smoke encoder.
20046 Add aspect ratio to dvdec. Not sure if these
20047 values are correct though....
20049 2004-10-18 Wim Taymans <wim@fluendo.com>
20051 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20052 Fix vorbis property descriptions and ranges.
20054 2004-10-18 Wim Taymans <wim@fluendo.com>
20056 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20057 Really do nothing when no data is available.
20058 Go to the playing state when the stream is not seekable
20059 instead of failing.
20061 2004-10-18 Wim Taymans <wim@fluendo.com>
20063 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20064 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20065 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20066 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20067 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20068 Added uri handler for cd://
20071 2004-10-18 Wim Taymans <wim@fluendo.com>
20073 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20074 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20075 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20076 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20077 (remove_prerolls), (unknown_type), (add_element_stream),
20078 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20079 (gst_play_base_bin_remove_element),
20080 (gst_play_base_bin_link_stream):
20081 * gst/playback/gstplaybin.c: (gen_video_element),
20082 (gen_vis_element), (remove_sinks), (setup_sinks):
20083 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20084 (gst_stream_info_get_type), (gst_stream_info_class_init),
20085 (gst_stream_info_init), (gst_stream_info_new),
20086 (gst_stream_info_dispose), (stream_info_mute_pad),
20087 (gst_stream_info_set_property), (gst_stream_info_get_property):
20088 * gst/playback/gststreaminfo.h:
20089 Add sink padtemplate to decodebin.
20090 Added some more comments.
20091 Make queue size configurable in playbasebin.
20092 Added possibility to use elements as sinks (ex cdaudio).
20094 2004-10-15 Wim Taymans <wim@fluendo.com>
20096 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20097 (gst_speexenc_chain):
20098 Fix speex timestamps so that it gets muxed properly.
20100 2004-10-15 Wim Taymans <wim@fluendo.com>
20102 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20103 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20104 (gst_dv1394src_init), (gst_dv1394src_dispose),
20105 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20106 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20107 (gst_dv1394src_event), (gst_dv1394src_get_formats),
20108 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20109 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20110 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20111 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20112 * ext/raw1394/gstdv1394src.h:
20113 Added conversion/query functions.
20114 Update buffer timestamps,
20116 Added uri dv:// so it might play from the firewire in playbin.
20117 Fix a possible leak.
20120 2004-10-15 Wim Taymans <wim@fluendo.com>
20122 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20123 (gst_dv1394src_init), (gst_dv1394src_set_property),
20124 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20125 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20126 * ext/raw1394/gstdv1394src.h:
20127 Added AV/C VTR control support needed for some cameras.
20128 Added automatic port detection.
20129 Added properties for selecting the channel.
20130 The configure.ac script is not yet updated to reflect the
20131 new libavc1394 and librom1394 dependencies.
20133 2004-10-15 Wim Taymans <wim@fluendo.com>
20135 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20136 (qtdemux_parse), (gst_qtdemux_handle_esds):
20137 An esds box is not a container.
20138 Fix parsing of mp4v boxes.
20139 Do not try to renegotiate fps for each frame. Need to
20140 find a better method. This should fix mp4 playback.
20142 2004-10-14 David Schleef <ds@schleef.org>
20144 * configure.ac: update for swfdec-0.3 and liboil-0.2
20145 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20146 * ext/swfdec/gstswfdec.h: same
20147 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20148 * gst/videotestsrc/videotestsrc.c: same
20150 2004-10-14 Wim Taymans <wim@fluendo.com>
20152 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20153 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20154 (is_sync_frame), (gst_multifdsink_new_client),
20155 (gst_multifdsink_handle_client_write),
20156 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20157 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20158 Turn warnings into info.
20159 Don't allow a state change in the streaming thread.
20161 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
20163 * ext/vorbis/oggvorbisenc.c:
20164 * ext/vorbis/vorbisdec.c:
20165 fix template sample rate
20167 2004-10-13 Wim Taymans <wim@fluendo.com>
20169 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20170 Decoding the header first fixes some problems in resyncing
20173 2004-10-12 Wim Taymans <wim@fluendo.com>
20175 * gst/playback/gstplaybin.c: (gen_video_element),
20176 (gen_vis_element), (remove_sinks), (setup_sinks):
20177 Added vis plugin support, need to configure the vis
20178 element to activate it.
20180 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20182 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20183 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20185 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20186 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20187 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20188 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20189 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20190 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20191 * gst/avi/gstavidemux.h:
20192 Support for openDML-2.0 indx/ix## chunks. Support for broken index
20193 recovery (where, if part of the index is broken, we will still read
20194 the rest of the index and recover the broken part by stream
20195 scanning). More broken media support. EOS workarounds. General AVI
20196 braindamage headache recovery. Aspirin included.
20198 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20200 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20201 (cdparanoia_event), (cdparanoia_query):
20202 Get rid of hideous lead-in.
20204 2004-10-11 Wim Taymans <wim@fluendo.com>
20206 * gst/playback/gstplaybasebin.c: (setup_source):
20207 Wrong var used to get g_list_next.
20209 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20211 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20212 (cdparanoia_get), (cdparanoia_open):
20213 Report discid as metadata, add duration.
20215 2004-10-11 Wim Taymans <wim@fluendo.com>
20217 * gst/playback/gstplaybasebin.c: (setup_source):
20218 Cleanup the previous pipeline a little earlier for the
20219 case that a source element provides raw data.
20221 2004-10-11 Benjamin Otte <otte@gnome.org>
20223 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20224 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20225 consuming the last 128 bytes, even though it was valid mp3 data.
20227 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20229 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20230 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20231 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20232 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20234 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20236 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20237 Fix for webcams that support only specific width or height
20239 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20241 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20243 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20244 Fix wrong discont event setup (fixes #154967).
20246 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
20248 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20250 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20251 Error out on invalid data (fixes #154807).
20253 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20255 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20257 * ext/dvdread/dvdreadsrc.c: (_read):
20258 Make titles > 0 work again (fixes #154834).
20260 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20262 * gst-libs/gst/riff/riff-media.c:
20263 (gst_riff_create_video_template_caps):
20264 WMV3 missing in template caps.
20266 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20268 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20269 OK, so the original code was too strict. It makes random AVI files
20270 hang for seconds upon opening, which is unacceptable and is far
20271 beyond the original goal of getting multiple chunks for one-chunk
20272 sounc stream files. So now do just that.
20274 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20276 * gst/playback/gstplaybasebin.c: (setup_source),
20277 (gst_play_base_bin_change_state):
20278 Actually clean up streaminfo if output fails. This would trigger
20279 if, for example, there was no CD in the drive. No preroll, so
20280 a streaminfo structure is created, but the subsequent state change
20281 of the thread fails.
20282 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20283 Don't change state if parent failed.
20285 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20287 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20288 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20289 (gen_video_element), (remove_sinks):
20290 Add small bits of code for screenshot handling.
20292 2004-10-08 Wim Taymans <wim@fluendo.com>
20294 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20295 (gen_video_element), (gen_audio_element), (setup_sinks):
20296 Don't assume the user provided sinks are named "sink"...
20298 2004-10-08 Wim Taymans <wim@fluendo.com>
20300 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20301 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20302 (gst_play_base_bin_link_stream):
20303 Do not try to autoplug sources that generate raw streams like
20305 disconnect the preroll overrun signal when we don't need it anymore.
20307 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
20309 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20310 Added reworked patch from #154903 from milosz derezynski (deadchip).
20312 2004-10-08 Wim Taymans <wim@fluendo.com>
20314 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20315 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20316 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20317 (cdparanoia_convert), (cdparanoia_uri_get_type),
20318 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20319 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20320 * ext/cdparanoia/gstcdparanoia.h:
20321 This adds the cdda://<tracknum> uri.
20323 2004-10-08 Wim Taymans <wim@fluendo.com>
20325 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20326 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20327 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20328 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20329 (unknown_type), (gst_play_base_bin_remove_element),
20330 (gst_play_base_bin_link_stream):
20331 * gst/playback/gstplaybasebin.h:
20332 * gst/playback/gstplaybin.c: (gst_play_bin_init),
20333 (gst_play_bin_set_property), (gen_video_element),
20334 (gen_audio_element), (setup_sinks):
20335 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20336 (gst_stream_info_get_type), (gst_stream_info_class_init),
20337 (gst_stream_info_init), (gst_stream_info_new),
20338 (gst_stream_info_dispose), (stream_info_mute_pad),
20339 (gst_stream_info_set_property), (gst_stream_info_get_property):
20340 * gst/playback/gststreaminfo.h:
20341 Reuse the audio and video bins.
20342 Some internal cleanups in the stream selection code.
20344 2004-10-08 Julien MOUTTE <julien@moutte.net>
20346 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20347 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20348 * sys/ximage/ximagesink.h:
20349 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20350 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20351 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20352 not coming from those elements. Moreover these elements should not keep
20353 the xid they have been given when in NULL state.
20355 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20357 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20358 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20359 * sys/ximage/ximagesink.h:
20360 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20361 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20362 * sys/xvimage/xvimagesink.h:
20363 Actually only create a new toplevel window if we're not gonna
20364 embed it right after.
20366 2004-10-07 Wim Taymans <wim@fluendo.com>
20368 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20369 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20370 * gst/playback/gstplaybin.c: (setup_sinks):
20371 Implement muting/unmuting of streams, mute streams that are not
20374 2004-10-07 Wim Taymans <wim@fluendo.com>
20376 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20378 Added lame audio/x-ac3 typefind function.
20380 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20385 === release 0.8.5 ===
20387 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20392 releasing 0.8.5, "Take You On"
20394 2004-10-06 Wim Taymans <wim@fluendo.com>
20396 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20397 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20398 (no_more_pads), (close_link), (type_found):
20399 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20400 * gst/playback/gstplaybin.c: (gen_video_element):
20401 Do not signal the no_more_pads after the first pad when
20402 we are plugging a non dynamic element with multiple
20403 output pads (like swfdec, dvdec, ...).
20405 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20408 bump for prerelease
20410 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20412 * gst/wavparse/gstwavparse.c:
20413 add ATRAC3 to STATIC CAPS to fix a warning
20415 * gst/matroska/ebml-read.c:
20416 * gst-libs/gst/riff/riff-read.c:
20419 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20421 * gst-libs/gst/riff/riff-media.c:
20422 generate caps for ATRAC3 audio streams
20424 * gst/realmedia/rmdemux.c:
20425 generate caps for ATRAC3 audio streams
20427 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20429 * gst/wavparse/Makefile.am
20430 * gst/wavparse/riff.h
20431 * gst/wavparse/wavparse.vcproj
20432 riff.h removal (unused and duplication with riff-ids.h)
20434 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20436 * gst/wavparse/gstwavparse.h
20437 remove duplicated defines for audio codec codes
20439 * gst-libs/gst/riff/riff-ids.h
20440 * gst/wavenc/riff.h:
20441 add "4CC" code for ATRAC3 audio streams
20442 add "4CC" code for ITU_G721_ADPCM (unused for now)
20444 2004-10-06 Wim Taymans <wim@fluendo.com>
20446 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20447 Actually _do_ negotiation. Pass gdouble as arg instead
20448 of guint64 for the framerate.
20450 2004-10-06 Wim Taymans <wim@fluendo.com>
20452 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20453 (find_compatibles), (close_pad_link), (try_to_link_1),
20454 (no_more_pads), (close_link), (type_found):
20455 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20456 * gst/playback/gstplaybin.c: (gen_video_element),
20457 (gen_audio_element):
20458 Set state on newly added element to READY so that negotiation
20460 Addes some more debug info.
20461 Do not try to plug pads with multiple caps structures or ANY
20462 because it is too dangerous since we do not do dynamic
20465 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20467 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20471 add Oriya translation
20473 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20475 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20476 Prevent overwrite of size member. Makes audio sound crappy.
20478 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20480 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20481 Add rmvb to the list of known RealMedia extensions
20483 2004-10-05 Wim Taymans <wim@fluendo.com>
20485 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20486 (mngdec_openstream), (mngdec_closestream),
20487 (mngdec_handle_sink_event), (mngdec_readdata),
20488 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20489 (mngdec_getcanvasline), (mngdec_refresh),
20490 (gst_mngdec_change_state):
20491 Set the framerate correctly.
20493 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20495 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20496 There was something wrong with the index massaging.
20498 2004-10-04 Wim Taymans <wim@fluendo.com>
20500 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20501 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20502 (gst_smokedec_chain):
20503 * ext/jpeg/gstsmokedec.h:
20504 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20505 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20506 * ext/jpeg/gstsmokeenc.h:
20507 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20508 (smokecodec_decode_new), (smokecodec_info_free),
20509 (smokecodec_set_quality), (smokecodec_get_quality),
20510 (smokecodec_set_threshold), (smokecodec_get_threshold),
20511 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20512 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20513 (smokecodec_encode), (smokecodec_parse_id),
20514 (smokecodec_parse_header), (smokecodec_decode):
20515 * ext/jpeg/smokecodec.h:
20516 * ext/jpeg/smokeformat.h:
20517 Updated smoke, new bitstream, allows embedding in ogg.
20519 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20521 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20522 Fix seeking in some files. All this code is no longer needed (and
20523 actually breaks stuff) because we now synchronize the full index
20524 right when reading the header.
20526 2004-10-04 Wim Taymans <wim@fluendo.com>
20529 configure update for libmng.
20531 2004-10-04 Wim Taymans <wim@fluendo.com>
20533 * ext/libmng/Makefile.am:
20534 * ext/libmng/gstmng.c: (plugin_init):
20535 * ext/libmng/gstmng.h:
20536 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20537 (gst_mngdec_base_init), (gst_mngdec_class_init),
20538 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20539 (gst_mngdec_loop), (gst_mngdec_get_property),
20540 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20541 (mngdec_closestream), (mngdec_handle_sink_event),
20542 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20543 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20544 (gst_mngdec_change_state):
20545 * ext/libmng/gstmngdec.h:
20546 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20547 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20548 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20549 (gst_mngenc_chain), (gst_mngenc_get_property),
20550 (gst_mngenc_set_property):
20551 * ext/libmng/gstmngenc.h:
20552 Added basic MNG decoder. Needs more work. The encoder does
20555 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20557 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20558 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20559 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20560 Don't hang on length=0 chunks. Some negotiation fixes. Signal
20563 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
20566 you need at least 1.0.4 of speex
20568 2004-10-04 Iain <iaingnome@gmail.com>
20570 * ext/speex/gstspeexdec.h: Revert the includes changes.
20572 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20574 2004-09-30 Iain <iaingnome@gmail.com>
20576 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20577 found during init or set as a property instead of hardcoding /dev/audio
20579 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20581 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20582 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20583 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20584 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20585 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20586 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20587 (gst_rmdemux_dump_data):
20588 Use debug category, fix EOS handling. filesrc ! rmdemux now
20591 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20593 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20594 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20595 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20596 Improve allocation, cutting and sorting of the index. How takes a
20597 few seconds instead of minutes.
20599 2004-10-03 Christophe Fergeau <teuf@gnome.org>
20601 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20604 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20606 * gst-libs/gst/riff/riff-media.c:
20607 (gst_riff_create_video_caps_with_data),
20608 (gst_riff_create_video_template_caps):
20609 Add wing commander format mimetype/fourccs.
20610 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20611 Don't crash if some value is 0.
20613 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20615 * gst-libs/gst/riff/riff-media.c:
20616 (gst_riff_create_video_caps_with_data),
20617 (gst_riff_create_video_template_caps):
20618 Add DIB fourcc (raw, palettized 8-bit RGB).
20619 * gst-libs/gst/riff/riff-read.c:
20620 (gst_riff_read_strf_vids_with_data):
20621 Oops, fix strf_data reading bug.
20622 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20623 Use a non-NULL tag.
20624 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20625 Time for hacks. Sorry Dave. At least one quicktime movie (a
20626 trailer) that I've encountered contains multiple video tracks.
20627 One of those is the actual video track, the other are one-frame
20628 tracks (images). Unfortunately, the number of frames according
20629 to the trak header is 1 for each, so that doesn't help. So
20630 instead, I look at the duration and discard tracks with a
20631 duration shorter than 20% of the length of the stream. Better
20634 2004-10-01 Christian Schaller <christian@fluendo.com>
20636 * ext/ivorbis/vorbis.c:
20637 Patch from Phil Blundell (Bug 152341)
20639 2004-10-01 Wim Taymans <wim@fluendo.com>
20641 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20642 (speex_dec_get_formats), (speex_dec_convert),
20643 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20644 (speex_dec_chain), (gst_speexdec_get_property),
20645 (gst_speexdec_set_property):
20648 2004-10-01 Wim Taymans <wim@fluendo.com>
20650 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20651 (gst_wavparse_stream_init), (gst_wavparse_fmt),
20652 (gst_wavparse_other), (gst_wavparse_loop),
20653 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20654 (gst_wavparse_srcpad_event):
20655 * gst/wavparse/gstwavparse.h:
20656 Added some more debugging info.
20657 Fix the case where the length of the file is 0.
20658 Make sure we seek to sample borders.
20660 2004-10-01 Wim Taymans <wim@fluendo.com>
20662 * gst/playback/README:
20663 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20664 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20665 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20666 Add some debug info to decodebin, update README
20668 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20670 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20671 Don't use g_print(); use GST_DEBUG().
20673 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20675 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20676 (gst_ogg_mux_queue_pads):
20677 Handle EOS properly.
20679 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20681 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20683 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20684 (gst_faad_chain), (gst_faad_change_state):
20685 * ext/faad/gstfaad.h:
20686 Allow playback of raw (unframed) MPEG AAC files (#148993).
20688 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20690 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20692 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20693 Throw error if we didn't recognize the stream. Fixes #152289.
20695 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20697 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20700 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
20702 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20704 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20707 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
20709 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20711 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20713 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20716 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20718 * gst-libs/gst/riff/riff-media.c:
20719 (gst_riff_create_video_caps_with_data),
20720 (gst_riff_create_audio_caps_with_data):
20721 Add codec_data handling (like asfdemux used to do).
20722 * gst/asfdemux/gstasf.c: (plugin_init):
20723 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20724 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20725 Use riff-media for caps creation instead of our own (mostly
20726 broken) copy of its functions.
20728 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20730 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20731 Don't actually error out if we get another return value than
20732 -EINVAL. Opposite to what I first thought, drivers have random
20733 return values for this, although -EINVAL is the expected return
20734 value. Since this is not fatal, we shouldn't use
20735 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20737 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20739 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20740 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20741 (dvdreadsrc_get_property), (_open), (_seek), (_read),
20742 (dvdreadsrc_get), (dvdreadsrc_open_file),
20743 (dvdreadsrc_change_state):
20744 Fix. Don't do one big huge loop around the whole DVD, that will
20745 cache all data and thus eat sizeof(dvd) (several GB) before we
20747 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20748 Actually NULL'ify event after using it.
20749 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20750 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20751 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20752 (gst_ebml_read_seek), (gst_ebml_read_skip):
20754 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20755 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20756 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20757 Fix timing (this will probably break if I seek using menus, but
20758 I didn't get there yet). VOBs and normal DVDs should now work.
20759 Add a mpeg2-only pad with high rank so this get autoplugged for
20761 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20762 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20763 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20764 (gst_mpeg_demux_get_audio_stream),
20765 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20766 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20767 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20768 MPEG-1 but use dvddemux for MPEG-2.
20769 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20770 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20771 (gst_mpeg_parse_parse_packhead):
20772 Timing. Only add pad template if it exists. Add sink template from
20773 class and not from ourselves. This means we will always use the
20774 correct sink template even if it is not the one defined in this
20777 2004-09-29 Wim Taymans <wim@fluendo.com>
20779 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20780 (gst_mpeg_demux_parse_pes):
20781 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20782 Fix playback of mpeg again, timestamps where screwed up by
20785 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20787 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20788 Only return true if we actually filled something in. Prevents
20789 player applications from showing a random length for flac files.
20790 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20791 (gst_riff_read_use_event), (gst_riff_read_handle_event),
20792 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20793 (gst_riff_read_strf_vids_with_data),
20794 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20795 OK, ok, so I implemented event handling. Apparently it's normal
20796 that we receive random events at random points without asking
20798 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20799 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20800 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20801 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20802 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20803 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20804 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20805 * gst/avi/gstavidemux.h:
20806 Implement non-lineair chunk handling and subchunk processing.
20807 The first solves playback of AVI files where the audio and video
20808 data of individual buffers that we read are not synchronized.
20809 This should not happen according to the wonderful AVI specs, but
20810 of course it does happen in reality. It is also a prerequisite for
20811 the second. Subchunk processing allows us to cut chunks in small
20812 pieces and process each of these pieces separately. This is
20813 required because I've seen several AVI files with incredibly large
20814 audio chunks, even some files with only one audio chunk for the
20815 whole file. This allows for proper playback including seeking.
20816 This patch is supposed to fix all AVI A/V sync issues.
20817 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20818 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20820 * gst/modplug/gstmodplug.cc:
20821 Proper return value setting for the query() function.
20822 * gst/playback/gstplaybasebin.c: (setup_source):
20823 Being in non-playing state (after, e.g., EOS) is not necessarily
20824 a bad thing. Allow for that. This fixes playback of short files.
20825 They don't actually playback fully now, because the clock already
20826 runs. This means that small files (<500kB) with a small length
20827 (<2sec) will still not or barely play. Other files, such as mod
20828 or flx, will work correctly, however.
20830 2004-09-28 Wim Taymans <wim@fluendo.com>
20832 * ext/speex/gstspeex.c: (plugin_init):
20833 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20834 (gst_speex_dec_class_init), (speex_dec_get_formats),
20835 (speex_get_event_masks), (speex_get_query_types),
20836 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20837 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20838 (gst_speexdec_get_property), (gst_speexdec_set_property),
20839 (speex_dec_change_state):
20840 * ext/speex/gstspeexdec.h:
20841 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20842 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20843 (gst_speexenc_base_init), (gst_speexenc_class_init),
20844 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20845 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20846 (gst_speexenc_src_query), (gst_speexenc_init),
20847 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20848 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20849 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20850 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20851 (gst_speexenc_chain), (gst_speexenc_get_property),
20852 (gst_speexenc_set_property), (gst_speexenc_change_state):
20853 * ext/speex/gstspeexenc.h:
20854 Rewrote speex encoder, make sure it can be embedded in ogg.
20855 Implemented speex decoder.
20857 2004-09-28 Christian Schaller <christian@fluendo.com>
20860 Remove kioslave plugin. Markey is brewing a new working one
20861 * ext/Makefile.am: Remove kioslave plugin
20863 * gst-plugins.spec.in: remove kio plugin from spec
20865 2004-09-27 Wim Taymans <wim@fluendo.com>
20867 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20868 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20869 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20870 (gst_multifdsink_new_client),
20871 (gst_multifdsink_handle_client_write),
20872 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20873 (gst_multifdsink_handle_clients):
20874 * gst/tcp/gstmultifdsink.h:
20875 Make syncing to keyframes actually work for new clients and lagging
20878 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
20880 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20881 (gst_navigationtest_handle_src_event), (draw_box_planar411),
20882 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20883 * gst/debug/gstnavigationtest.h:
20884 make navigationtest display button-press and button-release events
20886 2004-09-26 Iain <iaingnome@gmail.com>
20888 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20889 the channels have received a new media event.
20890 (interleave_buffered_loop): Compresses a new media event on all
20893 2004-09-26 Iain <iaingnome@gmail.com>
20895 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20896 call the sinkpad's default event handler and not the srcpads. He also
20897 says this is confusing :)
20898 (gst_wavenc_stop_file): Company says that seek events only go upstream
20899 we should send a discontinuous downstream instead.
20901 2004-09-25 Christian Schaller <christian@fluendo.com>
20903 * Update SPEC file to be usable in conjunction with Fedora Core,
20904 Fedora.us and freshrpms packages
20905 * Fix typo in multifilesrc test Makefile
20907 2004-09-24 Wim Taymans <wim@fluendo.com>
20909 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20910 Only signal the no_more_pads signal when we have
20911 added the stream to our list.
20913 2004-09-24 Wim Taymans <wim@fluendo.com>
20915 * gst/playback/gstplaybasebin.c: (remove_prerolls),
20917 * gst/playback/gstplaybasebin.h:
20918 * gst/playback/gstplaybin.c: (setup_sinks):
20919 Don't try to preroll or decode more than one audio/video
20922 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20924 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20925 Throw error if we failed to find a suitable output. This should
20926 throw an error if we successfully set up a pipeline (e.g. because
20927 we recognized a media file) but found no decodable streams in it
20928 (e.g. because it contains only media stream types for which we
20929 have no decoders, or because it's not a media type).
20931 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20933 * ext/dirac/Makefile.am:
20934 * ext/dirac/gstdirac.cc:
20935 * ext/dirac/gstdiracdec.cc:
20936 * ext/dirac/gstdiracdec.h:
20937 Do something. Don't actually know if this works because I don't
20938 have a demuxer yet.
20939 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20940 Add channels=1 to caps returned from _getcaps().
20941 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20942 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20943 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20944 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20945 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20946 (gst_ogm_parse_change_state):
20947 Separate between audio/video so ogmaudioparse actually uses the
20948 audio pad templates. Both audio and video work now, including
20949 autoplugging. Also use sometimes-srcpad hack.
20950 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20951 Handle events better. Don't hang on infinite loops.
20952 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20953 (gst_avi_demux_init), (gst_avi_demux_reset),
20954 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20955 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20956 (gst_avi_demux_change_state):
20957 * gst/avi/gstavidemux.h:
20958 Improve A/V sync. Still not perfect.
20959 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20960 (gst_ebml_read_skip):
20961 Handle events better.
20962 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20963 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20964 (qtdemux_audio_caps):
20965 Add IMA4. Improve event handling. Save offset after a seek when
20966 the headers are at the end of the file so that we don't end up in
20968 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20969 Add low-priority typefind support for files with no length.
20971 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20973 * testsuite/multifilesink/Makefile.am:
20976 2004-09-22 Julien MOUTTE <julien@moutte.net>
20978 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20979 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20980 mistakes from thaytan's patches.
20982 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
20984 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20985 For completeness, XSync in the destroy function as xvimage does.
20987 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
20989 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20990 Correct caps negotiation
20991 * gst/volume/gstvolume.c: (volume_chain_float),
20992 (volume_chain_int16):
20993 Modify debug output to be little more informative
20994 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20995 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20996 (gst_xvimagesink_xvimage_destroy):
20997 Add XSync calls after detaching from the shared memory segment to
21000 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21002 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21003 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21004 * ext/vorbis/vorbis.c: (plugin_init):
21005 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21006 (gst_vorbisenc_chain):
21007 * ext/vorbis/vorbisenc.h:
21008 remove explicit newmedia support from oggmux and vorbisenc
21009 add debug category to vorbisenc
21010 * gst/multifilesink/gstmultifilesink.c:
21011 (gst_multifilesink_class_init), (gst_multifilesink_init),
21012 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21013 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21014 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21016 * gst/multifilesink/gstmultifilesink.h:
21017 add support for streamheader in multifilesink
21019 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21021 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21022 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21023 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21024 Prevent infinite loops. More correct error reporting.
21025 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21026 Error out if negotiation fails.
21027 * gst/playback/gstplaybasebin.c: (setup_source),
21028 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21029 (gst_play_base_bin_found_tag):
21030 Error/tag forwarding. Pre-roll fixes for source errors on state
21031 changes (e.g. "file does not exist") to prevent hangs.
21033 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21035 * testsuite/multifilesink/Makefile.am:
21036 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21037 (gst_newmedia_class_init), (gst_newmedia_init),
21038 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21039 (newfile_signal), (test_signal), (main):
21040 * testsuite/multifilesink/multifilesrc_test.c: (main):
21041 * testsuite/multifilesink/oggtheora_test.c:
21042 (gst_newmedia_base_init), (gst_newmedia_class_init),
21043 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21044 (test_format), (newfile_signal), (test_signal), (main):
21045 * testsuite/multifilesink/oggvorbis_test.c:
21046 (gst_newmedia_base_init), (gst_newmedia_class_init),
21047 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21048 (test_format), (newfile_signal), (test_signal), (main):
21049 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21050 (gst_newmedia_class_init), (gst_newmedia_init),
21051 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21052 (newfile_signal), (test_signal), (main):
21055 2004-09-20 Christian Schaller <christian@fluendo.com>
21057 * Fix mikmod license to LGPL as they have relicensed
21058 * Move Dirac and Effectv into LGPL section of README_license
21060 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21062 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21063 (gst_mad_change_state):
21064 Allow for mp3 rate/channels changes. However, only very
21065 conservatively. Reason that we *have* to enable this is smiply
21066 because the mad find_sync() function is not good enough, it will
21067 regularly sync on random data as valid frames and therefore make
21068 us provide random caps as *final* caps of the stream. The best fix
21069 I could think of is to simply require several of the same stream
21070 changes in a row before we change caps.
21071 The actual testcase that works now is #
21072 * ext/ogg/Makefile.am:
21073 * ext/ogg/gstogg.c: (plugin_init):
21074 * ext/ogg/gstogmparse.c:
21075 OGM support (video only for now; I need an audio sample file).
21076 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21077 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21078 (gst_asf_demux_add_video_stream):
21080 * gst/playback/gstplaybasebin.c: (unknown_type):
21081 Don't error out on single unknown-types after all. It's wrong.
21082 If we found type of video and audio but not of a subtitle stream,
21083 it will still error out (which is unwanted). Will find a better fix
21085 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21086 (ogmaudio_type_find), (plugin_init):
21089 2004-09-20 Johan Dahlin <johan@gnome.org>
21091 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21092 after setting caps.
21094 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21096 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21097 * gst/wavenc/gstwavenc.h:
21098 Added newmedia support to wavenc
21100 2004-09-17 Wim Taymans <wim@fluendo.com>
21102 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21103 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21104 (gst_fdset_fd_can_write), (gst_fdset_wait):
21105 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21106 (gst_multifdsink_init), (gst_multifdsink_add),
21107 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21108 (gst_multifdsink_remove_client_link),
21109 (gst_multifdsink_client_queue_buffer),
21110 (gst_multifdsink_handle_client_write),
21111 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21112 (gst_multifdsink_close), (gst_multifdsink_change_state):
21113 * gst/tcp/gstmultifdsink.h:
21114 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21115 (gst_tcpserversink_removed):
21116 Small cleanups in fdset.c
21117 Use a hastable to map fd to the client structure for faster
21118 lookup in _remove and get_stats.
21119 Added virtual function to close the fds.
21120 Handle clients even when the select/poll call was unblocked because
21122 Implement syncing to keyframe in the recovery procedure.
21124 2004-09-16 Iain <iaingnome@gmail.com>
21126 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21129 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21131 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21132 Caps are only set if the type of the stream is unknown, but this
21133 is initialized in ->init_stream(), so set to UNKNOWN after calling
21134 ->init_stream() so that capsnego starts.
21136 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21138 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21139 (gst_avi_demux_stream_data):
21140 Just hardcode for raw audio then. AVI audio sucks.
21142 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
21144 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21145 * gst/matroska/matroska-mux.c: (audiosink_templ),
21146 (gst_matroska_mux_audio_pad_link):
21147 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21148 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21150 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21152 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21153 (gst_avi_demux_stream_data):
21154 Try to fix a/v sync issues.
21156 2004-09-15 David Schleef <ds@schleef.org>
21158 * configure.ac: remove NASM check, since we don't use it. Update
21160 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21161 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21162 Initialized variables.
21163 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21164 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21165 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21168 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21170 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21171 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21172 * gst/avi/gstavidemux.h:
21173 Fix for compressed audio (mp3) timestamp generation. How did this
21176 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21178 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21179 Volume is a double not a float.
21181 2004-09-15 Wim Taymans <wim@fluendo.com>
21183 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21184 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21185 Don't close the fd in multifdsink as we didn't open it in the
21186 first place. Some cleanups.
21188 2004-09-15 Wim Taymans <wim@fluendo.com>
21190 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21191 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21192 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21193 Fix the case where the muxer would mark pages as delta
21194 frames when they are not (vorbis only ogg).
21196 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21198 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21199 (gst_play_base_bin_change_state):
21200 Handle the case where we failed to setup a clear pipeline. This
21201 will throw an error (or EOS, another nice case) and if you don't
21202 catch that, the app will wait for the signal forever (and thus
21205 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21207 * ext/gnomevfs/gstgnomevfssink.c:
21208 (gst_gnomevfssink_uri_get_protocols):
21209 * ext/gnomevfs/gstgnomevfssrc.c:
21210 (gst_gnomevfssrc_uri_get_protocols):
21211 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21212 * ext/gnomevfs/gstgnomevfsuri.h:
21213 Use _uri_new() instead of _open(), so it doesn't take as long and
21214 Christophe's computer won't hang.
21215 * gst/playback/gstplaybasebin.c: (unknown_type):
21216 Throw error on unknown media type, so apps actually display it.
21218 2004-09-14 Brian Cameron <brian.cameron@sun.com
21220 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
21221 this script to work on Solaris since bash shell handles echo
21222 differenly than bash.
21224 2004-09-17 Wim Taymans <wim@fluendo.com>
21226 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21227 (setup_source), (gst_play_base_bin_set_property),
21228 (gst_play_base_bin_add_element):
21229 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21230 Some more work on making sure seeking pauses the pipeline and
21231 that changing the uri actually does something.
21233 2004-09-17 Wim Taymans <wim@fluendo.com>
21235 * gst/tcp/gstfdset.c: (gst_fdset_wait):
21236 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21237 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21238 (gst_tcpserversink_close):
21239 Be a bit more paranoid when freeing memory.
21241 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21243 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21244 (qtdemux_parse_trak):
21245 Don't crash by dividing by zero (see sample movie in #126922).
21247 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21249 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21250 Don't touch non-existing data (fixes crash on file in #140147).
21252 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21254 * gst/playback/gstplaybasebin.c:
21255 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21256 Handle double disposals, and proper change of URIs.
21258 2004-09-13 Martin Eikermann <meiker@upb.de>
21260 * gst/mpegstream/gstmpegparse.c:
21261 fix synchronistation for streams recorded from digital PCR
21264 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21266 * ext/gnomevfs/Makefile.am:
21267 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21268 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21269 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21270 (gst_gnomevfssink_uri_get_type),
21271 (gst_gnomevfssink_uri_get_protocols),
21272 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21273 (gst_gnomevfssink_uri_handler_init),
21274 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21275 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21276 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21277 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21278 (gst_gnomevfssrc_uri_get_type),
21279 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21280 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21281 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21282 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21283 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21284 * ext/gnomevfs/gstgnomevfsuri.h:
21285 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21286 of fake URIs to see which this version of Gnome-VFS likes, and
21287 uses that for the Gst-URI interface. Makes playbin support http://
21288 streams. Also fix up some stupid behaviour in gnomevfssrc.
21290 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21292 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21293 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21294 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21295 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21296 Update mixer (to sync with other sessions) if we try to obtain
21297 a new value. This makes alsamixer work accross applications.
21298 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21299 Only call sync functions if we're running, else alsalib asserts.
21300 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21301 Sometimes fails to compile. Possibly a gcc bug.
21302 * gst/playback/gstplaybin.c: (gen_video_element),
21303 (gen_audio_element):
21304 Add a reference to an application-provided object, because we lose
21305 this same reference if we add it to the bin. If we don't do this,
21306 we can only use this object once and thus crash if we go from
21307 ready to playing, back to ready and back to playing again.
21308 Also add an audioscale element because several cheap soundcards -
21309 like mine - don't support all samplerates.
21310 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21311 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21312 Fix wrong order or PAR calls. Makes automatically obtained PAR
21313 from the X server atually being used.
21315 2004-09-12 David Schleef <ds@schleef.org>
21317 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21318 #151887, #152102, #152247.
21319 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21320 * examples/seeking/cdparanoia.c: same
21321 * examples/seeking/cdplayer.c: same
21322 * examples/seeking/seek.c: same
21323 * examples/seeking/spider_seek.c: same
21324 * examples/seeking/vorbisfile.c: same
21325 * examples/stats/mp2ogg.c: same
21326 * ext/esd/esdsink.c: (gst_esdsink_class_init),
21327 (gst_esdsink_dispose): Dispose of element properly.
21328 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21330 * ext/nas/nassink.c: (gst_nassink_class_init),
21331 (gst_nassink_dispose): Dispose of element correctly.
21332 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21333 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21334 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21335 Fix 64-bit warning.
21336 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21337 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21338 Fix 64-bit warning.
21340 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21342 * configure.ac : change speex detection as 1.1.6 now uses
21343 .pc/pkg-config and they changed their headers location.
21345 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
21347 * gst/matroska/matroska-mux.h:
21348 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21349 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21350 (gst_matroska_mux_write_data):
21351 Write multiple blocks/frames per cluster.
21352 Write meta-seek information (seek heads).
21354 2004-09-09 Scott Wheeler <wheeler@kde.org>
21356 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21357 (gst_play_bin_set_property), (gst_play_bin_get_property),
21358 (gen_audio_element), (gen_audio_element):
21359 Add a volume element / property to the pipeline.
21361 2004-09-07 Wim Taymans <wim@fluendo.com>
21363 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21364 Copy timestamps from the master pad to the output buffers.
21366 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21368 * ext/raw1394/gstdv1394src.c:
21369 throw errors when applicable
21371 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
21373 * gst/matroska/ebml-ids.h:
21374 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21375 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21376 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21377 automatically convert unix time <-> ebml time when reading/writing
21378 a date, use gst_ebml_write_uint to write CUETIME,
21379 not gst_ebml_write_date.
21380 * gst/matroska/matroska-ids.h:
21381 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21382 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21383 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21384 (gst_matroska_mux_write_data):
21385 Write track and segment UIDs, write muxing date, write
21386 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21387 Create cues for audio only files.
21389 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21391 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21392 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21393 Re-commit ALSA switches.
21394 * gst/adder/gstadder.c: (gst_adder_loop):
21395 64-bit fix (#151416).
21396 * gst/debug/progressreport.c: (gst_progressreport_report):
21397 64-bit fix (#151419).
21398 * gst/matroska/matroska-demux.c:
21399 (gst_matroska_demux_parse_contents):
21400 64-bit fix (#151420).
21401 * gst/playback/test3.c: (update_scale):
21402 64-bit fix (#151421).
21404 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21409 === release 0.8.4 ===
21411 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21413 * configure.ac: releasing 0.8.4, "Alias"
21415 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21417 * ext/theora/Makefile.am:
21418 fix makefile. Fixes #151462.
21420 2004-08-30 Wim Taymans <wim@fluendo.com>
21422 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21423 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21424 (gst_multifdsink_remove_client_link),
21425 (gst_multifdsink_client_queue_buffer),
21426 (gst_multifdsink_handle_client_write):
21427 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21428 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21429 Fix some memory leaks.
21431 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21433 Patch by: David Schleef
21437 rename our detection macro for V4L2. Fixes #151236.
21439 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21441 Patch by: David Schleef
21444 check to define LAMEPRESET. Fixes #151232.
21446 2004-08-27 David Schleef <ds@schleef.org>
21448 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21449 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21450 (gst_glimagesink_fixate): Move local variable declarations to
21451 make gcc-2.95 happy.
21453 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21456 bump nano for prerelease
21458 2004-08-27 David Schleef <ds@schleef.org>
21460 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21461 * sys/sunaudio/gstsunaudiosrc.c:
21462 * sys/sunaudio/gstsunaudiosrc.h:
21464 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21466 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21467 handle EOS correctly
21468 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21469 * gst/matroska/matroska-mux.h:
21470 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21471 VFW compatibility mode
21473 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21475 patch by: Zaheer Abbas Merali
21477 * ext/ogg/gstoggmux.c:
21478 * ext/vorbis/vorbisenc.c:
21479 * ext/vorbis/vorbisenc.h:
21482 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21484 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21485 fix byte order reversion on little endian machines.
21486 * gst/matroska/matroska-mux.c: (audiosink_templ),
21487 (gst_matroska_mux_audio_pad_link):
21488 add TTA codec to the list of supported codecs.
21489 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21490 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21491 (gst_matroska_mux_write_data):
21492 * gst/matroska/matroska-mux.h:
21493 write segment duration correctly, write muxing app string, fixes bugs
21494 #140897 and #140898.
21495 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21496 wait for all pads to be negotiated before starting to mux.
21498 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21500 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21501 * ext/lame/gstlame.h:
21502 Added new media support to lame
21504 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21506 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21507 send vorbis headers at the beginning of a stream, fixes bug #141554.
21508 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21510 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21511 (gst_matroska_demux_plugin_init):
21512 * gst/matroska/matroska-ids.h:
21513 enable demuxing of TTA audio streams, fixes bug #148951.
21514 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21515 enable typefinding for TTA audio files, fixes bug #148711.
21516 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21517 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21518 fixes playback of packed bitstream and xvid with bframes, bug #135407.
21520 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
21522 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21523 (gst_riff_read_element_data), (gst_riff_read_seek),
21524 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21525 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21528 2004-08-23 Iain <iaingnome@gmail.com>
21530 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21531 tags. They appear to be handled differently to normal.
21532 (tag_list_to_id3_tag_foreach): Ditto.
21534 2004-08-22 Wim Taymans <wim@fluendo.com>
21536 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21537 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21538 Make sure we never send -1 granulepos.
21540 2004-08-20 Wim Taymans <wim@fluendo.com>
21542 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21543 (gst_ogg_mux_loop):
21544 I will accept bitchslappings with non sharp objects.
21546 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21549 Clean up the test for lame presets
21551 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21554 * ext/lame/Makefile.am:
21555 * ext/lame/gstlame.c: (gst_lame_class_init),
21556 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21557 Only enable lame presets if version of lame has presets in API
21559 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
21560 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21561 * gst/udp/gstudpsrc.h:
21562 Don't call gst_pad_push in a get function. Fixes #150449
21564 2004-08-18 Wim Taymans <wim@fluendo.com>
21566 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21567 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21568 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21569 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21570 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21572 * gst/tcp/gstfdset.h:
21573 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21574 (gst_multifdsink_client_queue_buffer),
21575 (gst_multifdsink_handle_client_write):
21576 * gst/tcp/gstmultifdsink.h:
21577 Some extra checks in gstfdset.
21578 Only use send() when the fd is a socket. Don't try to
21579 read from write only fds.
21581 2004-08-18 Wim Taymans <wim@fluendo.com>
21583 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21584 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21585 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21586 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21588 Add more locking and bounds checking.
21590 2004-08-18 Wim Taymans <wim@fluendo.com>
21592 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21593 Realloc test fdset in the lock and right before starting
21594 the poll call. Bump the limit to 4096.
21596 2004-08-17 David Schleef <ds@schleef.org>
21598 * sys/sunaudio/Makefile.am:
21599 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21600 of rates and channels. Make debugging less obnoxious.
21602 Patch from Balamurali Viswanathan implementing a mixer for
21603 Sun audio. (bug #144091):
21604 * sys/sunaudio/gstsunelement.c:
21605 * sys/sunaudio/gstsunelement.h:
21606 * sys/sunaudio/gstsunmixer.c:
21607 * sys/sunaudio/gstsunmixer.h:
21609 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21611 * gst/audioscale/gstaudioscale.c:
21612 * gst/audioscale/gstaudioscale.h:
21613 made audioscale resample from any sample rate to any sample rate
21615 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21617 * ext/libpng/gstpngdec.c:
21618 error out on unsupported types
21620 2004-08-17 Iain <iaingnome@gmail.com>
21622 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21623 mid_side and loose_mid_side properties if its a stereo stream.
21625 2004-08-17 Wim Taymans <wim@fluendo.com>
21627 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21628 (theora_get_formats), (theora_dec_src_convert),
21629 (theora_dec_sink_convert), (theora_dec_src_query),
21630 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21633 2004-08-17 Wim Taymans <wim@fluendo.com>
21635 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21636 (gst_ogg_pad_push):
21637 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21638 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21639 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21640 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21641 Mark delta units in the muxer.
21642 Try to decode the packet after an out-of-sync error from
21645 2004-08-17 Wim Taymans <wim@fluendo.com>
21647 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21648 (gst_multifdsink_init), (gst_multifdsink_add),
21649 (gst_multifdsink_client_queue_buffer),
21650 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21651 * gst/tcp/gstmultifdsink.h:
21652 Added option to send a keyframe to clients as the first buffer.
21653 Make timeout property writable.
21655 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21657 patch by: Wim Taymans
21659 * gst/tcp/gstfdset.c:
21660 * gst/tcp/gstmultifdsink.c:
21661 fix index comparison, should include 0
21663 2004-08-16 Wim Taymans <wim@fluendo.com>
21665 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21666 (gst_fdset_add_fd), (gst_fdset_remove_fd),
21667 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21668 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21670 copy when reallocing for poll so the select arguments don't get
21671 changed during the call
21673 2004-08-16 Wim Taymans <wim@fluendo.com>
21675 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21676 (gst_theora_enc_class_init), (theora_enc_sink_link),
21677 (theora_buffer_from_packet), (theora_enc_chain):
21678 Fix bug where buffers were not marked as keyframes
21681 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21683 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21684 (gst_lame_preset_get_type), (gst_lame_class_init):
21685 describe the enum values for vbr mode and presets more verbosely
21687 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21689 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21690 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21691 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21692 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21693 * ext/lame/gstlame.h:
21694 add preset property to lame so it can use lame presets
21696 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21698 * ext/lame/gstlame.c: (gst_lame_get_property):
21699 whoops forgot break, thanks teuf
21701 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21703 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21704 (gst_lame_class_init), (gst_lame_src_getcaps),
21705 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21706 (gst_lame_get_property), (gst_lame_setup):
21707 * ext/lame/gstlame.h:
21708 fix lame's broken vbr stuff, allow it to resample if need be, and also
21709 make xing header optional
21711 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21713 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21714 added getcaps function so samplerate doesnt get fixated to silly values
21716 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21718 * ext/lame/gstlame.c: (gst_lame_src_link):
21719 revert previous fix
21721 2004-08-12 Johan Dahlin <johan@gnome.org>
21723 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21724 checks. Doesn't matter what state we are in. Interfaces are a
21725 compile time thing, not runtime. It also broke the python bindings.
21727 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21729 * ext/lame/gstlame.c: (gst_lame_src_link):
21730 made source pad link function check if sinkpad is ok..fixes the problem
21731 where core fixates the output rate of lame stupidly
21733 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
21735 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21736 * sys/v4l/v4l_calls.c:
21737 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21738 fix fixate function to handle nonsimple caps.
21739 remove bogus check in _link
21742 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21744 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21745 set default compression ratio parameter to 0.0 so bitrate parameter
21748 2004-08-11 David Schleef <ds@schleef.org>
21750 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21752 2004-08-11 David Schleef <ds@schleef.org>
21754 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21757 2004-08-11 David Schleef <ds@schleef.org>
21759 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21761 2004-08-11 David Schleef <ds@schleef.org>
21763 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21765 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21766 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21768 * gst/auparse/gstauparse.c: Fix plugin license field.
21769 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21770 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21771 * gst/rtp/gstrtp.c: Fix plugin license field.
21773 2004-08-11 Wim Taymans <wim@fluendo.com>
21775 * gst/tcp/Makefile.am:
21776 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21777 (ensure_size), (gst_fdset_new), (gst_fdset_free),
21778 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21779 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21780 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21781 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21782 (gst_fdset_fd_can_write), (gst_fdset_wait):
21783 * gst/tcp/gstfdset.h:
21784 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21785 (gst_multifdsink_class_init), (gst_multifdsink_init),
21786 (gst_multifdsink_add), (gst_multifdsink_remove),
21787 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21788 (gst_multifdsink_remove_client_link),
21789 (gst_multifdsink_handle_client_read),
21790 (gst_multifdsink_client_queue_data),
21791 (gst_multifdsink_client_queue_caps),
21792 (gst_multifdsink_client_queue_buffer),
21793 (gst_multifdsink_handle_client_write),
21794 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21795 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21796 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21797 (gst_multifdsink_close):
21798 * gst/tcp/gstmultifdsink.h:
21799 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21800 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21801 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21802 (gst_tcpserversink_close):
21803 * gst/tcp/gsttcpserversink.h:
21804 Abstracted away the select call, implemented poll (yes we ran into
21805 the 1024 limit in production).
21807 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
21809 * gst/tcp/gsttcp.c:
21810 * gst/tcp/gsttcpplugin.c:
21811 improve debuggging, remove assert
21813 2004-08-10 Wim Taymans <wim@fluendo.com>
21815 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21816 (gst_client_status_get_type), (gst_multifdsink_class_init),
21817 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21818 (gst_multifdsink_handle_client_read),
21819 (gst_multifdsink_handle_client_write),
21820 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21821 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21822 (gst_multifdsink_get_property):
21823 * gst/tcp/gstmultifdsink.h:
21824 * gst/tcp/gsttcp-marshal.list:
21825 Starting to prepare for specifying buffer time in other units
21826 than buffers. Expose remove reason in signal.
21828 2004-08-10 Wim Taymans <wim@fluendo.com>
21830 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21831 (gst_multifdsink_remove), (gst_multifdsink_clear),
21832 (gst_multifdsink_remove_client_link),
21833 (gst_multifdsink_handle_client_read),
21834 (gst_multifdsink_client_queue_data),
21835 (gst_multifdsink_client_queue_buffer),
21836 (gst_multifdsink_handle_client_write),
21837 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21838 (gst_multifdsink_chain), (gst_multifdsink_close):
21839 * gst/tcp/gstmultifdsink.h:
21840 Added more debugging info. Changed the way clients are
21841 removed from the lists. Fixed a bug where a bad file descriptor
21842 could cause many clients to be removed.
21844 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
21846 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21847 allow all pixel-aspect-ratios, not just 1:1
21849 2004-08-09 David Schleef <ds@schleef.org>
21851 * sys/glsink/ARB_multitexture.h: Remove old files.
21852 * sys/glsink/EXT_paletted_texture.h:
21853 * sys/glsink/NV_register_combiners.h:
21854 * sys/glsink/gstgl_nvimage.c:
21855 * sys/glsink/gstgl_pdrimage.c:
21856 * sys/glsink/gstgl_rgbimage.c:
21857 * sys/glsink/gstglsink.c:
21858 * sys/glsink/gstglsink.h:
21859 * sys/glsink/gstglxwindow.c:
21860 * sys/glsink/regcomb_yuvrgb.c:
21862 2004-08-09 David Schleef <ds@schleef.org>
21864 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21865 GL sink plugin. (Bug #147302)
21867 * configure.ac: Test for OpenGL
21868 * sys/Makefile.am: Use test for OpenGL
21869 * sys/glsink/Makefile.am:
21870 * sys/glsink/glimagesink.c: rewrite
21871 * sys/glsink/glimagesink.h: rewrite
21873 2004-08-09 David Schleef <ds@schleef.org>
21875 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
21877 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21878 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21879 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21881 2004-08-09 Wim Taymans <wim@fluendo.com>
21883 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21884 (gst_multifdsink_add), (gst_multifdsink_get_stats),
21885 (gst_multifdsink_client_remove),
21886 (gst_multifdsink_handle_client_read),
21887 (gst_multifdsink_handle_client_write),
21888 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21889 Do a bit more logging, make the client_read code more robust.
21891 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21893 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21894 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21895 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21896 (gst_jpegdec_init), (gst_jpegdec_chain):
21897 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21898 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21899 cleanups, debugging fixes and memleak plugging
21901 2004-08-09 Wim Taymans <wim@fluendo.com>
21903 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21904 (theora_get_formats), (theora_dec_src_convert),
21905 (theora_dec_sink_convert), (theora_dec_src_query),
21906 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21907 (theora_dec_change_state):
21908 Don't crash on missing header packets.
21910 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21914 Added Albanian translation (Laurent Dhima)
21918 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21920 * ext/lame/gstlame.c:
21923 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21925 * sys/ximage/ximagesink.c:
21926 * sys/xvimage/xvimagesink.c:
21927 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
21929 2004-08-06 Wim Taymans <wim@fluendo.com>
21931 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21932 (gst_multifdsink_add), (gst_multifdsink_get_stats),
21933 (gst_multifdsink_client_remove),
21934 (gst_multifdsink_handle_client_read),
21935 (gst_multifdsink_handle_client_write),
21936 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21937 Make sure we don't try to read more from a client that what
21938 ioctl says us or we deadlock.
21940 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
21942 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21943 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21944 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21945 decouple running_time and n_frames so it can handle changing
21946 framerate while running
21948 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
21952 updated translations
21954 2004-08-04 Benjamin Otte <otte@gnome.org>
21956 * gst/videotestsrc/gstvideotestsrc.c:
21957 (gst_videotestsrc_get_capslist), (generate_capslist),
21959 generate the list of supported caps at startup and reuse it instead
21960 of always generating it
21962 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
21964 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21965 whoops, last checkin broke normal build
21967 2004-08-03 Benjamin Otte <otte@gnome.org>
21969 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21970 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21971 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21972 (gst_alsa_mixer_get_option):
21973 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21974 (dvdnavsrc_print_event):
21975 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21976 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21977 (gst_ogg_mux_pad_unlink):
21978 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21979 (gst_multipart_mux_pad_unlink):
21980 * gst/videofilter/gstvideobalance.c:
21981 (gst_videobalance_colorbalance_set_value):
21982 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21983 (gst_videomixer_pad_unlink):
21985 * sys/oss/gstossmixer.c:
21986 * sys/v4l/gstv4lcolorbalance.c:
21987 * sys/v4l/gstv4ltuner.c:
21988 * sys/v4l/v4lsrc_calls.c:
21989 * sys/v4l2/gstv4l2colorbalance.c:
21990 * sys/v4l2/gstv4l2tuner.c:
21991 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21993 2004-08-03 Benjamin Otte <otte@gnome.org>
21995 * examples/dynparams/filter.c: (ui_control_create):
21996 * examples/gstplay/player.c: (print_tag):
21997 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21998 * ext/gdk_pixbuf/gstgdkanimation.c:
21999 (gst_gdk_animation_iter_may_advance):
22000 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22001 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22002 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22003 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22004 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22005 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22006 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22007 * gst/sine/demo-dparams.c: (main):
22008 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22009 * testsuite/alsa/formats.c: (create_pipeline):
22010 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22011 fixes for G_DISABLE_ASSERT and friends
22012 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22013 (mp3_type_frame_length_from_header), (mp3_type_find),
22015 require mp3 typefinding to have at least MIN_HEADERS valid headers
22016 add typefinding for AAC adts files
22018 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
22020 * sys/ximage/ximagesink.c:
22021 (gst_ximagesink_calculate_pixel_aspect_ratio):
22022 * sys/xvimage/xvimagesink.c:
22023 (gst_xvimagesink_calculate_pixel_aspect_ratio):
22024 Make sure we calculate pixel-aspect-ratio using floating point maths
22026 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22029 updated translation
22031 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22033 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22034 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22035 add debugging for display PAR calculation
22037 2004-08-02 David Schleef <ds@schleef.org>
22039 * configure.ac: Fix mikmod CFLAGS.
22041 2004-07-27 Benjamin Otte <otte@gnome.org>
22043 * gst/audioscale/gstaudioscale.c:
22044 - fix templates to only support S16, it's the only format that works
22045 - make caps nego code use try_set_caps_nonfixed and fixation instead
22046 of try_set_caps twice, which is not nice for autopluggers
22047 - change rank to secondary, so autopluggers can pick it up after
22050 2004-08-02 Iain <iain@prettypeople.org>
22052 * gst/interleave/interleave.c (interleave_init),
22053 (interleave_request_new_pad),
22054 (interleave_pad_removed),
22055 (interleave_buffered_loop): Use the real pad count, not the artificial
22058 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22060 * configure.ac: bump nano back to development
22062 === release 0.8.3 ===
22064 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22066 * configure.ac: releasing 0.8.3, "Water"
22068 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22070 * sys/xvimage/xvimagesink.c:
22071 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22072 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22073 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22074 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22075 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22076 * sys/xvimage/xvimagesink.h:
22077 apply similar PAR fixes as to ximagesink
22079 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22081 patch from: Benjamin Otte
22083 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22084 add link function to lame. Fixes #148986.
22086 2004-08-02 Johan Dahlin <johan@gnome.org>
22088 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22091 2004-07-30 David Schleef <ds@schleef.org>
22093 * gst/videomixer/Makefile.am: Fix things that should have been
22094 fixed in the last checkin.
22096 2004-07-30 David Schleef <ds@schleef.org>
22098 * gst/multipart/Makefile.am: Fix things that should have been
22099 fixed in the last checkin.
22101 2004-07-30 David Schleef <ds@schleef.org>
22103 * testsuite/multifilesink/Makefile.am: Fix unused variable.
22105 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22108 bump nano for prerelease
22120 2004-07-30 Wim Taymans <wim@fluendo.com>
22122 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22123 (gst_multifdsink_add), (gst_multifdsink_remove),
22124 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22125 (gst_multifdsink_client_remove),
22126 (gst_multifdsink_handle_client_write),
22127 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22128 * gst/tcp/gstmultifdsink.h:
22129 Recover from a select with a bad file descriptor by removing
22132 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22135 fix requirement of core
22136 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22137 (gst_play_pipeline_setup):
22138 don't use colorspace element. do use hermescolorspace element.
22139 make macro to get a colorspace element.
22140 mark strings for translation.
22152 update translations
22154 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22156 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22157 fix default for newmedia flag
22159 2004-07-30 Wim Taymans <wim@fluendo.com>
22161 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22162 (gst_theora_dec_init), (theora_get_formats),
22163 (theora_dec_src_convert), (theora_dec_sink_convert),
22164 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22165 (theora_dec_chain), (theora_dec_set_property),
22166 (theora_dec_get_property):
22167 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22168 (gst_theora_enc_class_init), (gst_theora_enc_init),
22169 (theora_enc_sink_link), (theora_enc_chain),
22170 (theora_enc_set_property), (theora_enc_get_property):
22171 Added cropping option to theora decoder.
22172 Added border option to theora encoder.
22174 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22176 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22177 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22178 (gst_pngenc_set_property):
22179 * ext/libpng/gstpngenc.h:
22180 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
22182 2004-07-30 Wim Taymans <wim@fluendo.com>
22184 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22185 (theora_enc_sink_link), (theora_enc_chain),
22186 (theora_enc_set_property), (theora_enc_get_property):
22187 Fix encoding of non-multiple-of-16 video.
22189 2004-07-29 David Schleef <ds@schleef.org>
22191 * configure.ac: make test for audiofile more strict
22193 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
22195 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22196 give different names to typefind functions
22198 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22200 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22201 (gst_ximagesink_calculate_pixel_aspect_ratio),
22202 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22203 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22204 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22205 (gst_ximagesink_get_property), (gst_ximagesink_init):
22206 * sys/ximage/ximagesink.h:
22207 allocate PAR's dynamically.
22208 use autodetected PAR if no object-set PAR is given.
22209 add workaround for directfb's X not setting physical size.
22210 fix to xvimagesink will follow tomorrow.
22212 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22214 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22215 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22216 (gst_shout2send_get_type), (gst_shout2send_set_clock),
22217 (gst_shout2send_class_init), (gst_shout2send_init),
22218 (set_shout_metadata), (gst_shout2send_set_metadata),
22219 (gst_shout2send_chain), (gst_shout2send_set_property),
22220 (gst_shout2send_get_property), (gst_shout2send_connect),
22221 (gst_shout2send_change_state):
22222 * ext/shout2/gstshout2.h:
22223 - fix for sending mp3 audio to icecast2 server, if pad link function not
22224 called before PAUSED state
22225 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22226 - added tagging support for mp3 audio broadcasted
22227 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22230 2004-07-28 Wim Taymans <wim@fluendo.com>
22232 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22233 (gst_ogg_demux_push):
22234 Return query failure when we don't know the length of
22235 an ogg stream insteda of returning TRUE with a bogus value.
22237 2004-07-28 Wim Taymans <wim@fluendo.com>
22239 * ext/theora/theoradec.c: (theora_get_formats),
22240 (theora_dec_src_convert), (theora_dec_sink_convert),
22241 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22242 (theora_dec_chain):
22243 Don't screw up the 1 Chroma for 1 luma sample situation when we
22244 have an odd offset/width by adding a black border in those cases.
22246 2004-07-28 Wim Taymans <wim@fluendo.com>
22248 * ext/theora/theoradec.c: (theora_get_formats),
22249 (theora_dec_src_convert), (theora_dec_sink_convert),
22250 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22251 (theora_dec_chain):
22252 * ext/theora/theoraenc.c: (theora_enc_sink_link):
22253 Added first attempt at cropping of the image as required by the
22254 theora spec. We need more properties in the caps (offset_x,
22255 offset_y,stride) to implement this correctly.
22257 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
22259 * ext/dvdnav/README:
22260 Update the README to use dvddemux
22261 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22262 Ensure getcaps returns a subset of the template caps
22263 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22264 (gst_mpeg2subt_init):
22265 Ensure getcaps returns a subset of the template caps
22266 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22267 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22268 (gst_dvd_demux_get_subpicture_stream),
22269 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22270 * gst/mpegstream/gstdvddemux.h:
22271 Set the explicit caps on the current_video pad before pushing
22273 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22274 (gst_mpeg_demux_get_audio_stream):
22275 Free caps used to gst_pad_set_explicit_caps, which takes a const
22278 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22280 * configure.ac: update GStreamer requirement to 0.8.4 because of
22283 2004-07-28 Wim Taymans <wim@fluendo.com>
22285 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22286 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22287 Add the pad to the element after setting up the caps. This
22288 makes it a lot easier to autoplug.
22290 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22292 * gst/median/gstmedian.c:
22293 * gst/mpeg2subt/gstmpeg2subt.c:
22294 * gst/mpegaudioparse/gstmpegaudioparse.c:
22295 * gst/mpegstream/gstdvddemux.c:
22296 * gst/mpegstream/gstmpegdemux.c:
22297 * gst/mpegstream/gstmpegpacketize.c:
22298 * gst/rtjpeg/gstrtjpeg.c:
22299 * gst/rtjpeg/gstrtjpegdec.c:
22300 * gst/rtjpeg/gstrtjpegenc.c:
22301 * gst/sine/gstsinesrc.c:
22302 * gst/smooth/gstsmooth.c:
22303 * gst/smpte/gstsmpte.c:
22304 * gst/smpte/gstsmpte.h:
22305 * gst/stereo/gststereo.c:
22306 * gst/videofilter/gstgamma.c:
22307 * gst/videofilter/gstvideobalance.c:
22308 * gst/videofilter/gstvideofilter.c:
22309 * gst/videofilter/gstvideoflip.c:
22310 * gst/videoscale/gstvideoscale.c:
22311 * gst/videoscale/videoscale.c:
22312 * gst/videotestsrc/gstvideotestsrc.c:
22313 * gst/videotestsrc/videotestsrc.c:
22314 * gst/wavenc/gstwavenc.c:
22315 * gst/wavparse/gstwavparse.c:
22316 fix local includes and 64 bits constants
22318 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22321 * gst-libs/gst/*/*.vcproj:
22323 more working plugins
22325 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22327 * testsuite/alsa/Makefile.am:
22328 * testsuite/alsa/srcstate.c:
22329 add test for alsasrc changing state
22331 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22333 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22335 * gst/silence/gstsilence.h:
22336 fix silence generation for 16bit raw audio
22338 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22340 * gst/matroska/matroska-demux.c:
22341 (gst_matroska_demux_parse_metadata),
22342 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22343 * gst/mpegaudio/common.c:
22344 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22345 (gst_videoscale_getcaps), (gst_videoscale_link),
22346 (gst_videoscale_src_fixate), (gst_videoscale_init),
22347 (gst_videoscale_finalize):
22348 * gst/videoscale/gstvideoscale.h:
22349 * gst/videotestsrc/gstvideotestsrc.c:
22350 (gst_videotestsrc_get_capslist):
22351 * gst/wavenc/gstwavenc.c:
22352 * sys/oss/gstossmixer.c: (fill_labels):
22353 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22354 (gst_ximagesink_handle_xevents),
22355 (gst_ximagesink_calculate_pixel_aspect_ratio),
22356 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22357 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22358 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22359 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22360 (gst_ximagesink_init), (gst_ximagesink_class_init):
22361 * sys/ximage/ximagesink.h:
22362 * sys/xvimage/xvimagesink.c:
22363 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22364 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22365 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22366 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22367 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22368 * sys/xvimage/xvimagesink.h:
22369 first batch of pixel aspect ratio commits.
22371 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22373 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22374 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22375 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22376 handle stride, needs work if we want to move stride handling
22377 upstream, but works correctly for our purposes.
22379 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22381 * gst/videoscale/README:
22382 add testing examples
22383 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22384 (gst_videoscale_chain):
22385 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22386 (gst_videoscale_get_size):
22387 add get_size function that handles stride like videotestsrc.
22388 fixes conversion for YUV formats for as much as I can test them.
22390 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22392 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22393 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22394 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22395 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22396 (gst_xvimagesink_xvimage_put):
22397 further cleanups, logging, error handling and synchronizing
22399 2004-07-27 Wim Taymans <wim@fluendo.com>
22401 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22402 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22403 (gst_videomixer_pad_set_property),
22404 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22405 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22406 (gst_videomixer_class_init), (gst_videomixer_init),
22407 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22408 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22409 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22410 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22411 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22412 (gst_videomixer_loop), (plugin_init):
22413 Be a nicer negotiation citizen and provide a getcaps function on
22414 the srcpad. This also fixes a crash when resizing.
22416 2004-07-27 Julien MOUTTE <julien@moutte.net>
22418 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22419 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22421 2004-07-27 Wim Taymans <wim@fluendo.com>
22423 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22424 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22425 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22426 (gst_pngenc_set_property):
22427 * ext/libpng/gstpngenc.h:
22428 Added snapshot property to pngenc.
22429 removed g_print from pngdec
22431 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22433 * gst/ac3parse/ac3parse.vcproj
22434 * gst/adder/adder.vcproj
22435 * gst/alpha/alpha.vcproj
22436 * gst/alpha/alphacolor.vcproj
22437 * gst/asfdemux/asf.vcproj
22438 * gst/audioconvert/audioconvert.vcproj
22439 * gst/audiorate/audiorate.vcproj
22440 * gst/audioscale/audioscale.vcproj
22441 * gst/auparse/auparse.vcproj
22442 * gst/avi/avi.vcproj
22443 * gst/cdxaparse/cdxaparse.vcproj
22444 * gst/chart/chart.vcproj
22445 * gst/colorspace/colorspace.vcproj
22446 * gst/cutter/cutter.vcproj
22447 * gst/debug/debug.vcproj
22448 * gst/debug/efence.vcproj
22449 * gst/debug/navigationtest.vcproj
22450 * gst/deinterlace/deinterlace.vcproj
22451 * gst/effectv/effectv.vcproj
22452 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22453 * gst/filter/filter.vcproj
22454 * gst/flx/flxdec.vcproj
22455 * gst/goom/goom.vcproj
22456 * gst/interleave/interleave.vcproj
22457 * gst/law/alaw.vcproj
22458 * gst/law/mulaw.vcproj
22459 * gst/matroska/matroska.vcproj
22460 * gst/median/median.vcproj
22461 * gst/mixmatrix/mixmatrix.vcproj
22462 * gst/mpeg1sys/mpeg1systemencode.vcproj
22463 * gst/mpeg1videoparse/mp1videoparse.vcproj
22464 * gst/mpeg2sub/mpeg2subt.vcproj
22465 * gst/mpegaudio/mpegaudio.vcproj
22466 * gst/mpegaudioparse/mpegaudioparse.vcproj
22467 * gst/mpegstream/mpegstream.vcproj
22468 * gst/multifilesink/multifilesink.vcproj
22469 * gst/multipart/multipart.vcproj
22470 * gst/oneton/oneton.vcproj
22471 * gst/overlay/overlay.vcproj
22472 * gst/passthrough/passthrough.vcproj
22473 * gst/qtdemux/qtdemux.vcproj
22474 * gst/realmedia/rmdemux.vcproj
22475 * gst/rtjpeg/rtjpeg.vcproj
22476 * gst/rtp/rtp.vcproj
22477 * gst/silence/silence.vcproj
22478 * gst/sine/sinesrc.vcproj
22479 * gst/smooth/smooth.vcproj
22480 * gst/smpte/smpte.vcproj
22481 * gst/spectrum/spectrum.vcproj
22482 * gst/speed/speed.vcproj
22483 * gst/stereo/stereo.vcproj
22484 * gst/switch/switch.vcproj
22485 * gst/tags/tagedit.vcproj
22486 * gst/tcp/tcp.vcproj
22487 * gst/typefind/typefindfunctions.vcproj
22488 * gst/udp/udp.vcproj
22489 * gst/videobox/videobox.vcproj
22490 * gst/videocrop/videocrop.vcproj
22491 * gst/videodrop/videodrop.vcproj
22492 * gst/videofilter/gamma.vcproj
22493 * gst/videofilter/videobalance.vcproj
22494 * gst/videofilter/videofilter.vcproj
22495 * gst/videofilter/videoflip.vcproj
22496 * gst/videoflip/videoflip.vcproj
22497 * gst/videomixer/videomixer.vcproj
22498 * gst/videorate/videorate.vcproj
22499 * gst/videoscale/videoscale.vcproj
22500 * gst/videotestsrc/videotestsrc.vcproj
22501 * gst/virtualdub/virtualdub.vcproj
22502 * gst/volenv/volenv.vcproj
22503 * gst/volume/volume.vcproj
22504 * gst/wavenc/wavenc.vcproj
22505 * gst/wavparse/wavparse.vcproj
22506 * gst/y4m/y4menc.vcproj
22507 * gst-libs/gst/audio/audio.vcproj
22508 * gst-libs/gst/audio/audiofilter.vcproj
22509 * gst-libs/gst/colorbalance/colorbalance.vcproj
22510 * gst-libs/gst/idct/idtc.vcproj
22511 * gst-libs/gst/media-info/media-info.vcproj
22512 * gst-libs/gst/mixer/mixer.vcproj
22513 * gst-libs/gst/navigation/navigation.vcproj
22514 * gst-libs/gst/play/play.vcproj
22515 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22516 * gst-libs/gst/resample/resample.vcproj
22517 * gst-libs/gst/riff/riff.vcproj
22518 * gst-libs/gst/tuner/tuner.vcproj
22519 * gst-libs/gst/video/video.vcproj
22520 * gst-libs/gst/xoverlay/xoverlay.vcproj
22521 avoid problems with math.h, fix release dependancy
22522 rename GStreamer-0.8.lib to libgstreamer.lib
22524 2004-07-27 Julien MOUTTE <julien@moutte.net>
22526 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22527 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22528 the atom is not available we have to unlock the mutex. Fixes #148023
22530 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22532 * gst-libs/gst/media-info/media-info.h:
22533 issue for a vararg macro with MSVC
22535 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22537 * gst/effectv/effectv.vcproj
22538 * gst-libs/gst/idct/idct.vcproj:
22539 * gst-libs/gst/media-info/media-info.vcproj:
22540 * gst-libs/gst/navigation/navigation.vcproj:
22541 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22542 * gst-libs/gst/video/video.vcproj:
22543 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22544 fixes for build problems
22546 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22548 * gst-libs/gst/audio/audio.def:
22549 * gst-libs/gst/audio/riff.def:
22550 add some definitions needed by plugins
22552 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22554 * gst/asfdemux/gstasfmux.c
22555 Fix some 64 bits constants to be glib friendly
22557 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22559 * gst/ac3parse/gstac3parse.c
22560 * gst/audioscale/gstaudioscale.c
22561 * gst/auparse/gstauparse.c
22562 * gst/colorspace/gstcolorspace.c
22563 * gst/colorspace/yuv2rgb.h
22564 local include fixes
22566 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22569 add more plugins to the build
22571 2004-07-26 Julien MOUTTE <julien@moutte.net>
22573 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22574 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22576 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22578 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22579 (gst_level_set_property), (gst_level_get_property),
22580 (gst_level_base_init), (gst_level_class_init):
22581 add debugging categories. cleanups.
22583 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22585 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22586 (gst_videoscale_planar411), (gst_videoscale_planar400),
22587 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22588 (gst_videoscale_scale_nearest_str1),
22589 (gst_videoscale_scale_nearest_str2),
22590 (gst_videoscale_scale_nearest_str4),
22591 (gst_videoscale_scale_nearest_16bit),
22592 (gst_videoscale_scale_nearest_24bit):
22593 fixed stride issues
22594 tested with 320x240 -> 321, 322, 324 x240
22595 tested with YV12, I420, YUY2, UYVY
22596 fixed packed422rev (don't think it could have worked before)
22597 by testing with UYVY
22599 2004-07-26 Benjamin Otte <otte@gnome.org>
22601 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22602 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22604 add debugging category, add error checks like checking return values
22605 of setup calls, make sure it still works after
22606 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22608 2004-07-26 Wim Taymans <wim@fluendo.com>
22610 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22611 (gst_mpeg_demux_get_audio_stream),
22612 (gst_mpeg_demux_process_private):
22613 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22614 Check for error codes from the negotiation functions. Make sure
22615 we really set the pad caps when a new pad is created.
22617 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22619 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22620 (gst_ffmpeg_caps_to_pix_fmt):
22621 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22622 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22623 (gst_ffmpegcolorspace_pad_link):
22624 don't make function do two things at the same time without reason.
22626 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22628 * gst/ac3parse/ac3parse.vcproj
22629 * gst/adder/adder.vcproj
22630 * gst/alpha/alpha.vcproj
22631 * gst/alpha/alphacolor.vcproj
22632 * gst/asfdemux/asf.vcproj
22633 * gst/audioconvert/audioconvert.vcproj
22634 * gst/audiorate/audiorate.vcproj
22635 * gst/audioscale/audioscale.vcproj
22636 * gst/auparse/auparse.vcproj
22637 * gst/avi/avi.vcproj
22638 * gst/cdxaparse/cdxaparse.vcproj
22639 * gst/chart/chart.vcproj
22640 * gst/colorspace/colorspace.vcproj
22641 * gst/cutter/cutter.vcproj
22642 * gst/debug/debug.vcproj
22643 * gst/debug/efence.vcproj
22644 * gst/debug/navigationtest.vcproj
22645 * gst/deinterlace/deinterlace.vcproj
22646 * gst/effectv/effectv.vcproj
22647 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22648 * gst/filter/filter.vcproj
22649 * gst/flx/flxdec.vcproj
22650 * gst/goom/goom.vcproj
22651 * gst/interleave/interleave.vcproj
22652 * gst/law/alaw.vcproj
22653 * gst/law/mulaw.vcproj
22654 * gst/matroska/matroska.vcproj
22655 * gst/median/median.vcproj
22656 * gst/mixmatrix/mixmatrix.vcproj
22657 * gst/mpeg1sys/mpeg1systemencode.vcproj
22658 * gst/mpeg1videoparse/mp1videoparse.vcproj
22659 * gst/mpeg2sub/mpeg2subt.vcproj
22660 * gst/mpegaudio/mpegaudio.vcproj
22661 * gst/mpegaudioparse/mpegaudioparse.vcproj
22662 * gst/mpegstream/mpegstream.vcproj
22663 * gst/multifilesink/multifilesink.vcproj
22664 * gst/multipart/multipart.vcproj
22665 * gst/oneton/oneton.vcproj
22666 * gst/overlay/overlay.vcproj
22667 * gst/passthrough/passthrough.vcproj
22668 * gst/qtdemux/qtdemux.vcproj
22669 * gst/realmedia/rmdemux.vcproj
22670 * gst/rtjpeg/rtjpeg.vcproj
22671 * gst/rtp/rtp.vcproj
22672 * gst/silence/silence.vcproj
22673 * gst/sine/sinesrc.vcproj
22674 * gst/smooth/smooth.vcproj
22675 * gst/smpte/smpte.vcproj
22676 * gst/spectrum/spectrum.vcproj
22677 * gst/speed/speed.vcproj
22678 * gst/stereo/stereo.vcproj
22679 * gst/switch/switch.vcproj
22680 * gst/tags/tagedit.vcproj
22681 * gst/tcp/tcp.vcproj
22682 * gst/typefind/typefindfunctions.vcproj
22683 * gst/udp/udp.vcproj
22684 * gst/videobox/videobox.vcproj
22685 * gst/videocrop/videocrop.vcproj
22686 * gst/videodrop/videodrop.vcproj
22687 * gst/videofilter/gamma.vcproj
22688 * gst/videofilter/videobalance.vcproj
22689 * gst/videofilter/videofilter.vcproj
22690 * gst/videofilter/videoflip.vcproj
22691 * gst/videoflip/videoflip.vcproj
22692 * gst/videomixer/videomixer.vcproj
22693 * gst/videorate/videorate.vcproj
22694 * gst/videoscale/videoscale.vcproj
22695 * gst/videotestsrc/videotestsrc.vcproj
22696 * gst/virtualdub/virtualdub.vcproj
22697 * gst/volenv/volenv.vcproj
22698 * gst/volume/volume.vcproj
22699 * gst/wavenc/wavenc.vcproj
22700 * gst/wavparse/wavparse.vcproj
22701 * gst/y4m/y4menc.vcproj
22702 more plugins supported under windows
22704 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22706 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22707 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22708 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22709 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22710 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22711 Add debugging statements. Use the sizes as returned by the
22712 *CreateImage calls.
22714 2004-07-26 Johan Dahlin <johan@gnome.org>
22716 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22717 the pad is negotiated.
22719 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22721 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22723 * gst-libs/gst/colorbalance/colorbalance.vcproj:
22724 * gst-libs/gst/idct/idct.vcproj:
22725 * gst-libs/gst/media-info/media-info.vcproj:
22726 * gst-libs/gst/mixer/mixer.vcproj:
22727 * gst-libs/gst/navigation/navigation.vcproj:
22728 * gst-libs/gst/play/play.vcproj:
22729 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22730 * gst-libs/gst/resample/resample.vcproj:
22731 * gst-libs/gst/tuner/tuner.vcproj:
22732 * gst-libs/gst/video/video.vcproj:
22733 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22734 more plugins supported under windows
22736 2004-07-25 Iain <iain@prettypeople.org>
22738 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22739 pad now rather than when the pad is created because state changes wipe
22740 explicit caps (fixes #148043).
22742 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
22744 reviewed by Benjamin Otte <otte@gnome.org>
22746 * ext/mad/gstmad.c:
22747 fix mad plugin crashing on Sun (fixes #148289)
22749 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22752 * gst/avi/avi.vcproj:
22753 * gst/matroska/matroska.def:
22754 * gst/matroska/matroska.vcproj:
22755 remove unused .def files
22757 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22759 * gst-libs/gst/audio/gstaudiofilter.c:
22760 Clean the local include
22762 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22765 * gst-libs/gst/audio/audio.def:
22766 * gst-libs/gst/audio/audio.vcproj:
22767 * gst-libs/gst/audio/audiofilter.vcproj:
22768 * gst-libs/gst/audio/riff.def:
22769 * gst-libs/gst/audio/riff.vcproj:
22770 * gst-libs/gst/gst-libs.def:
22771 * gst-libs/gst/gst-libs.vcproj:
22772 * gst/avi/avi.vcproj:
22773 * gst/avi/avi.vcproj:
22774 Copy the files where needed after building, cleaner projects
22776 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22778 * gst/matroska/ebml-write.c:
22779 Fix some 64 bits constants to be glib friendly
22781 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
22784 * gst-libs/gst/gst-libs.def:
22785 * gst-libs/gst/gst-libs.vcproj:
22786 * gst/matroska/matroska.def:
22787 * gst/matroska/matroska.vcproj:
22788 Add the preliminary canvas to build plugins on Win32
22790 2004-07-23 Benjamin Otte <otte@gnome.org>
22792 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22793 don't enfore negotiation from source side, it breaks
22794 sinesrc ! audioconvert ! osssink
22796 2004-07-22 David Schleef <ds@schleef.org>
22798 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22799 for ELF files, since they can easily be recognized as audio/mpeg.
22802 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22804 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22805 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22806 (gst_videoscale_scale_nearest_24bit),
22807 (gst_videoscale_scale_nearest_16bit):
22808 fix 16bit and 24bit for stride (24bit might need testing)
22809 don't pretend we do more than one algorithm
22811 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22815 * gst/multifilesink/Makefile.am:
22816 * gst/multifilesink/gstmultifilesink.c:
22817 (gst_multifilesink_get_formats),
22818 (gst_multifilesink_get_query_types), (_do_init),
22819 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22820 (gst_multifilesink_init), (gst_multifilesink_dispose),
22821 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22822 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22823 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22824 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22825 (gst_multifilesink_chain), (gst_multifilesink_change_state),
22826 (gst_multifilesink_uri_get_type),
22827 (gst_multifilesink_uri_get_protocols),
22828 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22829 (gst_multifilesink_uri_handler_init), (plugin_init):
22830 * gst/multifilesink/gstmultifilesink.h:
22831 * testsuite/Makefile.am:
22832 * testsuite/multifilesink/Makefile.am:
22833 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22834 (gst_newmedia_class_init), (gst_newmedia_init),
22835 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22836 (newfile_signal), (test_signal), (main):
22837 multifilesink plugin for creating new files every time a new media
22838 discontinuity event occurs
22840 2004-07-22 Wim Taymans <wim@fluendo.com>
22842 * gst/alpha/Makefile.am:
22843 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22844 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22845 (gst_alpha_color_init), (gst_alpha_color_set_property),
22846 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22847 (transform), (gst_alpha_color_chain),
22848 (gst_alpha_color_change_state), (plugin_init):
22849 Stupid plugin to to RGBA to AYUV conversion because none of
22850 the colorspace plugins can handle that yet.
22852 2004-07-22 Wim Taymans <wim@fluendo.com>
22854 * examples/seeking/seek.c: (update_scale), (main):
22855 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22856 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22857 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22858 (gst_decode_bin_init), (gst_decode_bin_dispose),
22859 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22860 (no_more_pads), (close_link), (type_found),
22861 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22863 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22864 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22865 (gst_play_base_bin_dispose), (queue_overrun),
22866 (gen_preroll_element), (remove_prerolls), (unknown_type),
22867 (no_more_pads), (new_stream), (setup_source),
22868 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22869 (play_base_eos), (gst_play_base_bin_change_state),
22870 (gst_play_base_bin_add_element),
22871 (gst_play_base_bin_remove_element),
22872 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22873 (gst_play_base_bin_unlink_stream),
22874 (gst_play_base_bin_get_streaminfo):
22875 * gst/playback/gstplaybin.c: (gen_video_element),
22876 (gen_audio_element):
22877 * gst/playback/gststreaminfo.h:
22878 More playback updates, attempt to fix things after the state change
22881 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22883 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22884 (gst_videoscale_scale_nearest_16bit):
22887 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22889 * gst/videotestsrc/gstvideotestsrc.c:
22890 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22891 (gst_videotestsrc_init), (gst_videotestsrc_get),
22892 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22893 (gst_videotestsrc_get_property):
22894 * gst/videotestsrc/gstvideotestsrc.h:
22895 * gst/videotestsrc/videotestsrc.c:
22896 * gst/videotestsrc/videotestsrc.h:
22897 cleanup and commenting
22899 2004-07-21 Wim Taymans <wim@fluendo.com>
22901 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22902 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22903 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22904 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22905 (_find_chain_get_unknown_part), (_find_streams_check),
22906 (gst_ogg_demux_push), (gst_ogg_pad_push):
22907 * ext/theora/theoradec.c: (theora_get_formats),
22908 (theora_dec_src_convert), (theora_dec_sink_convert),
22909 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22910 (theora_dec_chain):
22911 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22912 (vorbis_dec_convert), (vorbis_dec_src_query),
22913 (vorbis_dec_src_event), (vorbis_dec_event):
22914 More seeking fixes, oggdemux now supports seeking to time and
22915 uses the downstream element to convert granulepos to time.
22916 Seeking in theora-only ogg files now works.
22918 2004-07-21 Wim Taymans <wim@fluendo.com>
22920 * ext/theora/theoradec.c: (gst_theora_dec_init),
22921 (theora_get_formats), (theora_get_event_masks),
22922 (theora_get_query_types), (theora_dec_src_convert),
22923 (theora_dec_sink_convert), (theora_dec_src_query),
22924 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22925 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22926 (vorbis_get_event_masks), (vorbis_get_query_types),
22927 (gst_vorbis_dec_init), (vorbis_dec_convert),
22928 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22929 Added query/convert/formats functions to vorbis and theora decoders
22930 so that the outside world can use them too. Fixed seeking on an
22931 ogg/theora/vorbis file by disabling the seeking seeking on the
22934 2004-07-21 Julien MOUTTE <julien@moutte.net>
22936 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22937 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22938 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22939 images creation for both elements. We don't create the image on caps
22940 nego or renego, we just destroy the internal one if present if it does
22941 not match the needs. The chain function takes care of creating a new
22943 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22944 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22945 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22946 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22947 the image format information. The buffer pool checks for the context
22948 image format and discard images with different formats.
22949 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22951 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
22953 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22954 (gst_ffmpegcolorspace_chain):
22955 no point in doing any chaining if the pad we want to push from
22958 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
22960 * gst-libs/gst/riff/riff-media.c:
22961 (gst_riff_create_audio_caps_with_data):
22962 Fix double end-to-native symbol conversion (#148021).
22964 2004-07-20 David Schleef <ds@schleef.org>
22966 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22967 Don't use an Atom that doesn't exist.
22969 2004-07-20 Wim Taymans <wim@fluendo.com>
22971 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22972 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22973 (gst_multifdsink_client_remove),
22974 (gst_multifdsink_handle_client_write),
22975 (gst_multifdsink_queue_buffer):
22976 * gst/tcp/gstmultifdsink.h:
22977 More multifdsink stats. Avoid deadlock by releasing locks
22978 before sending out a signal.
22980 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
22984 added Hungarian translation (Laszlo Dvornik)
22986 2004-07-20 Wim Taymans <wim@fluendo.com>
22988 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22989 (gst_multifdsink_add), (gst_multifdsink_client_remove),
22990 (gst_multifdsink_handle_client_write),
22991 (gst_multifdsink_queue_buffer):
22992 * gst/tcp/gsttcp-marshal.list:
22993 Fixed the stupid marshal definition.
22995 2004-07-20 Wim Taymans <wim@fluendo.com>
22997 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22998 (gst_multifdsink_init), (gst_multifdsink_add),
22999 (gst_multifdsink_client_remove),
23000 (gst_multifdsink_handle_client_write),
23001 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23002 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23003 (gst_multifdsink_init_send):
23004 * gst/tcp/gstmultifdsink.h:
23005 Added more stats, added timeout for a client, fixed some typos
23006 and added some comments.
23008 2004-07-20 Wim Taymans <wim@fluendo.com>
23010 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23011 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23012 (gst_multifdsink_client_remove),
23013 (gst_multifdsink_handle_client_write):
23014 * gst/tcp/gstmultifdsink.h:
23015 * gst/tcp/gsttcp-marshal.list:
23016 Added get_stats method that returns a GValueArray of
23019 2004-07-19 Benjamin Otte <otte@gnome.org>
23021 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23022 make sure longname, description and author are valid UTF-8
23024 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
23026 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23027 (gst_ximagesink_set_property):
23028 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23029 (gst_xvimagesink_set_property):
23030 make sure SYNCHRONOUS is respected after getting the X context
23032 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23034 * gst/matroska/matroska-demux.c:
23035 (gst_matroska_demux_handle_src_event),
23036 (gst_matroska_demux_parse_blockgroup):
23037 * gst/matroska/matroska-ids.h:
23038 add BlockReference tag and ignore it to clear out log.
23039 ignore NAVIGATION events to clear out log.
23041 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23043 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23044 (gst_matroska_demux_add_stream):
23045 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23046 add debug categories
23048 2004-07-16 Wim Taymans <wim@fluendo.com>
23050 * ext/libpng/Makefile.am:
23051 * ext/libpng/gstpng.c: (plugin_init):
23052 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23053 (gst_pngdec_get_type), (gst_pngdec_base_init),
23054 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23055 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23056 * ext/libpng/gstpngdec.h:
23059 2004-07-16 Julien MOUTTE <julien@moutte.net>
23061 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23062 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23063 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23064 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23065 (gst_ximagesink_buffer_alloc):
23066 * sys/ximage/ximagesink.h:
23067 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23068 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23069 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23070 (gst_xvimagesink_buffer_alloc):
23071 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23072 again. Using internal data pointer of the x(v)image to store image's
23073 data to be coherent with the buffer alloc mechanism. Investigated the
23074 image destruction code to be sure that everything gets freed correctly.
23076 2004-07-16 Wim Taymans <wim@fluendo.com>
23078 * gst-libs/gst/riff/riff-read.c:
23079 (gst_riff_read_strf_vids_with_data),
23080 (gst_riff_read_strf_auds_with_data):
23081 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23082 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23083 Make sure we don't create 0 sized subbuffers in riff-read.
23084 Signal the no more pads signal after reading the avi header.
23086 2004-07-16 Wim Taymans <wim@fluendo.com>
23088 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23089 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23090 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23091 (gst_decode_bin_init), (gst_decode_bin_dispose),
23092 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23093 (no_more_pads), (close_link), (type_found),
23094 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23095 (gst_decode_bin_change_state), (plugin_init):
23096 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23097 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23098 (gst_play_base_bin_dispose), (queue_overrun),
23099 (gen_preroll_element), (remove_prerolls), (unknown_type),
23100 (no_more_pads), (new_stream), (setup_source),
23101 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23102 (play_base_eos), (gst_play_base_bin_change_state),
23103 (gst_play_base_bin_add_element),
23104 (gst_play_base_bin_remove_element),
23105 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23106 (gst_play_base_bin_unlink_stream),
23107 (gst_play_base_bin_get_streaminfo):
23108 * gst/playback/gstplaybasebin.h:
23109 Better error recovery. Added configurable preroll queue size. Faster
23110 detection of no-more-pads.
23112 2004-07-16 Wim Taymans <wim@fluendo.com>
23114 * gst-libs/gst/video/video.h:
23115 Added 32 bits RGBA. Not sure if we should use another mime-type
23116 for alpha rgb. Currently the presence of the alpha_mask property
23117 signals an alpha channel.
23119 2004-07-16 Wim Taymans <wim@fluendo.com>
23121 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23122 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23123 FPS seems to be 0.0 to MAX everywhere else.
23125 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23127 * gst-libs/gst/riff/riff-media.c:
23128 (gst_riff_create_video_caps_with_data):
23129 mp42/mp43 (no caps) exist too.
23130 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23131 Set pixel_width/height; we've got them in-caps.
23132 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23133 * gst/wavparse/gstwavparse.c: (plugin_init):
23134 Both are valid primary.
23135 * sys/oss/gstossmixer.c:
23136 Remove i18n hack and enable translations.
23138 2004-07-15 Benjamin Otte <otte@gnome.org>
23140 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23141 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23142 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23144 2004-07-15 Benjamin Otte <otte@gnome.org>
23146 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23147 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23148 (gst_alsa_close_audio):
23149 disable some of the debugging code for now. Writing debugging to a
23150 buffer is broken in current alsalib releases.
23152 2004-07-12 Benjamin Otte <otte@gnome.org>
23154 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23157 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23159 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23160 (theora_dec_src_query), (theora_dec_event):
23161 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23162 add debugging categories. Remove \n's.
23164 2004-07-13 Johan Dahlin <johan@gnome.org>
23166 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23167 (gst_play_bin_get_property): Impl.
23169 2004-07-13 Wim Taymans <wim@fluendo.com>
23171 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23172 When trying to find the stream length, seek back N pages
23173 instead of just one, where N is the number of streams in
23176 2004-07-13 Wim Taymans <wim@fluendo.com>
23178 * gst-libs/gst/riff/riff-media.c:
23179 (gst_riff_create_audio_caps_with_data),
23180 (gst_riff_create_audio_caps),
23181 (gst_riff_create_audio_template_caps):
23182 * gst-libs/gst/riff/riff-media.h:
23183 * gst-libs/gst/riff/riff-read.c:
23184 (gst_riff_read_strf_vids_with_data),
23185 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23186 * gst-libs/gst/riff/riff-read.h:
23187 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23188 (gst_avi_demux_add_stream):
23189 Set codec_data on caps for avidemuxer.
23191 2004-07-12 David Schleef <ds@schleef.org>
23193 * configure.ac: Fix test for Objective C
23195 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
23196 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23197 (gst_gdk_pixbuf_chain):
23198 Add svg and pcx to template caps, and ensure that getcaps returns a
23199 subset of the template caps.
23200 Copy each row manually for output, as gdkpixbuf may pad the
23201 rowstride to a 32-bit word boundary.
23203 2004-07-12 Wim Taymans <wim@fluendo.com>
23205 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23206 (gst_riff_create_video_template_caps):
23207 Fix the template caps to include some more media types.
23209 2004-07-12 Wim Taymans <wim@fluendo.com>
23211 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23212 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23213 (compare_ranks), (print_feature), (gst_decode_bin_init),
23214 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23215 (try_to_link_1), (new_pad), (close_link), (type_found),
23216 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23217 (gst_decode_bin_change_state), (plugin_init):
23218 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23219 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23220 (gst_play_base_bin_dispose), (queue_overrun),
23221 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23222 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23223 (gst_play_base_bin_get_property), (play_base_eos),
23224 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23225 (gst_play_base_bin_remove_element),
23226 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23227 (gst_play_base_bin_unlink_stream),
23228 (gst_play_base_bin_get_streaminfo):
23229 * gst/playback/gstplaybasebin.h:
23230 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23231 (gst_play_bin_class_init), (gst_play_bin_init),
23232 (gst_play_bin_dispose), (gst_play_bin_set_property),
23233 (gst_play_bin_get_property), (gen_video_element),
23234 (gen_audio_element), (remove_sinks), (setup_sinks),
23235 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23236 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23237 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23238 (gst_play_bin_query), (plugin_init):
23239 * gst/playback/test4.c: (main):
23240 More fixes on reusing of the element.
23242 2004-07-11 Benjamin Otte <otte@gnome.org>
23244 * ext/mad/gstmad.c: (normal_seek):
23245 allow seeking for other methods than just SET
23247 2004-07-11 Andy Wingo <wingo@pobox.com>
23249 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23250 float, "any" caps -> buffer_frames=[0,MAX].
23252 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23253 doesn't intersect our caps with the template any more. Do it
23255 (interleave_buffered_loop): Use g_newa instead of malloc/free.
23257 2004-07-09 Wim Taymans <wim@fluendo.com>
23259 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23260 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23261 (compare_ranks), (print_feature), (gst_decode_bin_init),
23262 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23263 (try_to_link_1), (new_pad), (close_link), (type_found),
23264 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23265 (gst_decode_bin_change_state), (plugin_init):
23266 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23267 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23268 (gst_play_base_bin_dispose), (queue_overrun),
23269 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23270 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23271 (gst_play_base_bin_get_property), (play_base_eos),
23272 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23273 (gst_play_base_bin_remove_element),
23274 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23275 (gst_play_base_bin_unlink_stream),
23276 (gst_play_base_bin_get_streaminfo):
23277 * gst/playback/gstplaybasebin.h:
23278 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23279 (gst_play_bin_class_init), (gst_play_bin_init),
23280 (gst_play_bin_dispose), (gst_play_bin_set_property),
23281 (gst_play_bin_get_property), (gen_video_element),
23282 (gen_audio_element), (remove_sinks), (setup_sinks),
23283 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23284 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23285 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23286 (gst_play_bin_query), (plugin_init):
23287 * gst/playback/test4.c: (main):
23288 Work on object reuse and seeking.
23290 2004-07-09 Wim Taymans <wim@fluendo.com>
23292 * examples/seeking/seek.c: (iterate):
23293 Don't consume all CPU in the idle loop.
23295 2004-07-09 Wim Taymans <wim@fluendo.com>
23297 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23298 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23299 Add pad to element *after* setting the pad functions so that
23300 the scheduler can use the correct ones.
23302 2004-07-09 Wim Taymans <wim@fluendo.com>
23304 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23305 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23306 Sync to keyframe after seek
23308 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23310 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23311 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23312 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23313 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23314 * ext/libvisual/visual.c: (gst_visual_change_state):
23315 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23316 * ext/theora/theoradec.c: (theora_dec_change_state):
23317 * ext/theora/theoraenc.c: (theora_enc_change_state):
23318 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23319 * gst-libs/gst/navigation/navigation.c:
23320 * gst/adder/gstadder.c: (gst_adder_change_state):
23321 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23322 (gst_audio_convert_get_buffer):
23323 * gst/multipart/multipartdemux.c:
23324 (gst_multipart_demux_change_state):
23325 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23326 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23327 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23328 * gst/videoscale/gstvideoscale.c:
23329 (gst_videoscale_handle_src_event):
23330 * gst/volume/gstvolume.c: (volume_chain_int16):
23331 don't assert in state change, this should be done by the base
23333 various debugging fixes.
23335 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23338 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23339 (gst_play_dispose), (gst_play_set_location),
23340 (gst_play_set_data_src), (gst_play_set_video_sink),
23341 (gst_play_set_audio_sink), (gst_play_set_visualization),
23342 (gst_play_connect_visualization), (gst_play_get_sink_element),
23343 (gst_play_get_all_by_interface):
23344 * gst-libs/gst/play/play.h:
23345 add new method to get elements implementing an interface.
23346 add various error logging
23348 2004-07-08 Wim Taymans <wim@fluendo.com>
23350 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23351 (make_mpeg_pipeline), (make_mpegnt_pipeline),
23352 (make_playerbin_pipeline), (query_durations_elems),
23353 (query_durations_pads), (query_positions_elems),
23354 (query_positions_pads), (update_scale), (iterate), (stop_seek),
23356 Added playbin seeking example.
23358 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23360 * gst-libs/gst/play/play.c: (gst_play_set_location),
23361 (gst_play_set_data_src), (gst_play_set_video_sink),
23362 (gst_play_set_audio_sink), (gst_play_set_visualization),
23363 (gst_play_connect_visualization), (gst_play_get_framerate):
23364 use a macro to look up elements from hash table
23366 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23368 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23369 (gst_play_get_length_callback), (gst_play_set_location),
23370 (gst_play_seek_to_time), (gst_play_set_data_src),
23371 (gst_play_set_video_sink), (gst_play_set_audio_sink),
23372 (gst_play_set_visualization), (gst_play_connect_visualization),
23373 (gst_play_get_sink_element):
23374 - add debugging info
23375 - fix looking up sink elements by iterating over complete caps
23376 - put everything except for source and autoplugger in a complete bin
23378 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23380 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23381 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23382 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23383 (gst_alsa_sink_write), (gst_alsa_sink_loop):
23384 * ext/alsa/gstalsasink.h:
23385 - add debugging info
23386 - clean up schizophrenia of data/buffer/event
23387 - fix double event unref error
23389 2004-07-08 Wim Taymans <wim@fluendo.com>
23391 * gst/playback/Makefile.am:
23392 Add headers to noinst
23394 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23396 * tools/gst-launch-ext-m.m:
23397 * tools/gst-launch-ext.1.in:
23398 convert to the third millenium
23400 2004-07-07 David Schleef <ds@schleef.org>
23402 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23404 2004-07-07 Wim Taymans <wim@fluendo.com>
23406 * gst/playback/Makefile.am:
23407 * gst/playback/README:
23408 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23409 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23410 (compare_ranks), (print_feature), (gst_decode_bin_init),
23411 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23412 (try_to_link_1), (new_pad), (close_link), (type_found),
23413 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23415 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23416 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23417 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23418 (gen_preroll_element), (no_more_pads), (new_stream),
23419 (setup_source), (gst_play_base_bin_set_property),
23420 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23421 (gst_play_base_bin_add_element),
23422 (gst_play_base_bin_remove_element),
23423 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23424 (gst_play_base_bin_unlink_stream),
23425 (gst_play_base_bin_get_streaminfo):
23426 * gst/playback/gstplaybasebin.h:
23427 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23428 (gst_play_bin_class_init), (gst_play_bin_init),
23429 (gst_play_bin_dispose), (gst_play_bin_set_property),
23430 (gst_play_bin_get_property), (gen_video_element),
23431 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23432 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23433 (gst_play_bin_get_formats), (gst_play_bin_convert),
23434 (gst_play_bin_get_query_types), (gst_play_bin_query),
23436 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23437 (gst_stream_info_get_type), (gst_stream_info_class_init),
23438 (gst_stream_info_init), (gst_stream_info_new),
23439 (gst_stream_info_dispose), (gst_stream_info_set_property),
23440 (gst_stream_info_get_property):
23441 * gst/playback/gststreaminfo.h:
23442 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23444 * gst/playback/test2.c: (main):
23445 * gst/playback/test3.c: (update_scale), (main):
23446 More playbin fixes. Added README. Do better element filtering.
23447 Added base class to preroll media. Added test apps.
23449 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23451 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23452 * ext/mpeg2dec/gstmpeg2dec.h:
23453 various debugging improvements. Reset stream to next picture
23454 instead of sequence header, otherwise seeks cannot work.
23456 2004-07-07 Wim Taymans <wim@fluendo.com>
23458 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23459 (gst_video_box_class_init), (gst_video_box_set_property),
23460 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23461 Use pad_alloc where possible.
23463 2004-07-07 Wim Taymans <wim@fluendo.com>
23465 * sys/oss/gstosselement.c: (gst_osselement_reset),
23466 (gst_osselement_parse_caps):
23467 * sys/oss/gstosselement.h:
23468 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23469 Fix offset on osssrc.
23471 2004-07-07 Wim Taymans <wim@fluendo.com>
23473 * ext/theora/theora.c: (plugin_init):
23474 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23475 (theora_dec_src_query), (theora_dec_chain):
23476 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23477 (theora_enc_sink_link), (theora_buffer_from_packet),
23478 (theora_push_packet), (theora_enc_chain):
23479 Fix theora granulepos calculation.
23480 Fix overflow in duration/position calculation.
23481 Bump rank to PRIMARY for theoradec.
23482 Use granulepos of last packet to calculate position.
23483 Set keyframe flag on buffers when needed.
23485 2004-07-06 David Schleef <ds@schleef.org>
23487 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
23488 serious? (Fixed, obviously.)
23490 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
23494 added Czech translation (Miloslav Trmac)
23496 2004-07-05 Wim Taymans <wim@fluendo.com>
23498 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23499 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23500 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23501 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23502 (close_link), (type_found), (gst_decode_bin_set_property),
23503 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23504 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23505 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23506 (gst_decode_bin_query), (plugin_init):
23507 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23508 (gst_play_bin_class_init), (gst_play_bin_init),
23509 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23510 (get_video_element), (new_pad), (setup_source),
23511 (gst_play_bin_set_property), (gst_play_bin_get_property),
23512 (gst_play_bin_change_state), (gst_play_bin_add_element),
23513 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23514 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23515 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23516 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23517 * gst/playback/test.c: (main):
23518 More fixes, cleaned up playbin, make it use decodebin. Added
23519 threaded property to playbin.
23521 2004-07-05 Wim Taymans <wim@fluendo.com>
23524 * gst/playback/Makefile.am:
23525 * gst/playback/decodetest.c: (main):
23526 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23527 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23528 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23529 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23530 (close_link), (type_found), (gst_decode_bin_set_property),
23531 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23532 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23533 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23534 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23536 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23537 (gst_play_bin_class_init), (gst_play_bin_init),
23538 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23539 (collect_sink_pads), (find_compatibles), (close_pad_link),
23540 (try_to_link_1), (new_pad), (close_link), (type_found),
23541 (setup_source), (gst_play_bin_set_property),
23542 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23543 (compare_ranks), (gst_play_bin_collect_factories),
23544 (gst_play_bin_change_state), (gst_play_bin_add_element),
23545 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23546 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23547 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23548 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23549 * gst/playback/test.c: (main):
23550 Added some playback helper elements and some test apps, very alpha
23553 2004-07-04 Benjamin Otte <otte@gnome.org>
23555 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23556 only restart audio when we indeed have an xrun to fix repeated
23557 xruns. Fix suggested by Giuliano Pochini.
23559 2004-07-03 David Schleef <ds@schleef.org>
23561 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23562 call to gst_debug_log() if debugging is disabled (bug #145118)
23564 2004-07-03 Benjamin Otte <otte@gnome.org>
23566 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23567 use our own functions for restarting the alsa device.
23568 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23569 I should apply patches myself - use MIN for the third argument, not
23570 the second, this fixes seeking
23572 2004-07-02 David Schleef <ds@schleef.org>
23574 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23575 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
23578 2004-07-02 David Schleef <ds@schleef.org>
23580 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
23581 output buffers. Fix logic mistake. (bug #144866)
23583 2004-07-02 David Schleef <ds@schleef.org>
23585 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23586 on X. (bug #144753)
23588 2004-07-02 David Schleef <ds@schleef.org>
23590 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23591 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23593 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23594 (gst_osselement_rate_probe_check): Add another workaround for
23595 buggy drivers (bug #145336)
23597 2004-07-02 David Schleef <ds@schleef.org>
23599 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23600 Most systems don't have MSG_NOSIGNAL.
23602 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
23605 * gst-libs/gst/colorbalance/Makefile.am:
23606 * gst-libs/gst/mixer/Makefile.am:
23607 * gst-libs/gst/play/Makefile.am:
23608 * gst-libs/gst/tuner/Makefile.am:
23609 (hopefully) fix both install and dist and make error message useful.
23610 needs testing across automakes.
23612 2004-07-02 Benjamin Otte <otte@gnome.org>
23614 * ext/ogg/gstogg.c: (plugin_init):
23615 we require bytestream now
23616 * ext/ogg/gstoggdemux.c:
23617 huge diff to implement chain setup in a fast and generic way. This
23618 improves tag reading and startup of huge files (read: Theora videos)
23619 quite a bit. It probably contains bugs, too, so please test.
23620 Seeking is not improved to the fast method.
23622 2004-06-29 Wim Taymans <wim@fluendo.com>
23624 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23625 * ext/ogg/gstoggmux.c:
23626 Fix memleak in oggdemux when running unconnected pads.
23627 doc update in mux, start working on keyframe mode.
23629 2004-06-29 Benjamin Otte <otte@gnome.org>
23631 * sys/oss/gstosssink.c:
23632 * sys/oss/gstosssrc.c:
23633 advertise correct template caps - we indeed do non-native endianness
23634 and 8bit audio has no endianness
23635 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23636 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23637 avoid (wrong) duplications in getcaps function and return
23640 2004-06-29 Wim Taymans <wim@fluendo.com>
23642 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23643 (gst_multifdsink_class_init), (gst_multifdsink_add),
23644 (gst_multifdsink_remove), (gst_multifdsink_clear),
23645 (gst_multifdsink_client_remove),
23646 (gst_multifdsink_handle_client_read),
23647 (gst_multifdsink_client_queue_data),
23648 (gst_multifdsink_client_queue_caps),
23649 (gst_multifdsink_client_queue_buffer),
23650 (gst_multifdsink_handle_client_write),
23651 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23652 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23653 (gst_multifdsink_init_send), (gst_multifdsink_close):
23654 Fix wrong GList iteration that could crash the server when
23655 more then 2 clients disconnect at the same time. Read all the
23656 pending commands in one batch to recover from command storms under
23659 2004-06-28 Wim Taymans <wim@fluendo.com>
23661 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23662 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23663 (gst_videomixer_pad_set_property),
23664 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23665 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23666 (gst_videomixer_class_init), (gst_videomixer_init),
23667 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23668 (pad_zorder_compare), (gst_videomixer_sort_pads),
23669 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23670 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23671 (gst_videomixer_update_queues), (gst_videomixer_loop),
23673 Avoid divide by zero, choose masterpad as the pad with the highest
23676 2004-06-27 Julien Moutte <julien@moutte.net>
23678 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23679 (gst_ximagesink_xwindow_new):
23680 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23681 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23682 function directly. We might want to call it from somewhere else one day.
23684 2004-06-27 Julien Moutte <julien@moutte.net>
23686 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23687 (gst_ximagesink_xwindow_new):
23688 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23689 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23690 window decorations.
23692 2004-06-27 Wim Taymans <wim@fluendo.com>
23694 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23695 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23696 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23697 (gst_dvdec_set_property), (gst_dvdec_get_property):
23698 * ext/dv/gstdvdec.h:
23699 Implement drop_factor property to lower the framerate with
23702 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
23704 * gst-libs/gst/colorbalance/Makefile.am:
23705 * gst-libs/gst/mixer/Makefile.am:
23706 * gst-libs/gst/play/Makefile.am:
23707 * gst-libs/gst/tuner/Makefile.am:
23708 unbreak Company's fix that didn't install the -enum.h files
23710 2004-06-27 Wim Taymans <wim@fluendo.com>
23712 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23713 (gst_dvdec_change_state):
23714 * ext/dv/gstdvdec.h:
23715 Fix timestamp, duration and offset of the buffers.
23717 2004-06-27 Wim Taymans <wim@fluendo.com>
23719 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23720 (gst_multifdsink_class_init), (gst_multifdsink_add),
23721 (gst_multifdsink_remove), (gst_multifdsink_clear),
23722 (gst_multifdsink_client_remove),
23723 (gst_multifdsink_handle_client_read),
23724 (gst_multifdsink_client_queue_data),
23725 (gst_multifdsink_client_queue_caps),
23726 (gst_multifdsink_client_queue_buffer),
23727 (gst_multifdsink_handle_client_write),
23728 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23729 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23730 (gst_multifdsink_init_send), (gst_multifdsink_close):
23731 * gst/tcp/gstmultifdsink.h:
23732 * gst/tcp/gsttcpserversink.c:
23733 (gst_tcpserversink_handle_server_read),
23734 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23735 More multifdsink fixes, more recovery policy fixes.
23736 Removed stupid g_print
23738 2004-06-26 Wim Taymans <wim@fluendo.com>
23740 * gst/tcp/Makefile.am:
23741 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23742 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23743 (gst_multifdsink_class_init), (gst_multifdsink_init),
23744 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23745 (gst_multifdsink_handle_client_read),
23746 (gst_multifdsink_client_queue_data),
23747 (gst_multifdsink_client_queue_caps),
23748 (gst_multifdsink_client_queue_buffer),
23749 (gst_multifdsink_handle_client_write),
23750 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23751 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23752 (gst_multifdsink_chain), (gst_multifdsink_set_property),
23753 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23754 (gst_multifdsink_close), (gst_multifdsink_change_state):
23755 * gst/tcp/gstmultifdsink.h:
23756 * gst/tcp/gsttcpplugin.c: (plugin_init):
23757 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23758 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23759 (gst_tcpserversink_handle_server_read),
23760 (gst_tcpserversink_handle_select),
23761 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23762 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23763 * gst/tcp/gsttcpserversink.h:
23764 Added multifdsink, made tcpserversink a subclass of fdsink, removed
23765 one of the locks, added recovery policy to multifdsink.
23767 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23769 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23770 fix decision for when getting frames with same timestamp
23771 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23772 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23773 (gst_v4lsrc_get_property):
23774 * sys/v4l/gstv4lsrc.h:
23775 add latency offset property
23777 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23779 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23781 fix debugging. add category.
23783 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23785 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23788 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23790 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23791 (gst_alsa_src_get_time), (gst_alsa_src_loop),
23792 (gst_alsa_src_change_state):
23793 return a time that is in sync with the element's processing
23795 2004-06-25 Wim Taymans <wim@fluendo.com>
23797 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23798 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23799 (gst_tcpserversink_client_remove),
23800 (gst_tcpserversink_handle_client_read),
23801 (gst_tcpserversink_client_queue_data),
23802 (gst_tcpserversink_client_queue_caps),
23803 (gst_tcpserversink_client_queue_buffer),
23804 (gst_tcpserversink_handle_client_write),
23805 (gst_tcpserversink_queue_buffer),
23806 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23807 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23808 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23809 (gst_tcpserversink_close):
23810 * gst/tcp/gsttcpserversink.h:
23811 Serversink rewrite. Really do non blocking writes to clients and
23812 maintain an internal queue to handle slower clients while not
23813 disturbing fast clients.
23815 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23817 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23818 better debug, don't override OFFSET and OFFSET_END
23820 2004-06-25 Iain <iain@prettypeople.org>
23822 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23823 name=source for the wavparse pipeline.
23825 2004-06-24 Johan Dahlin <johan@gnome.org>
23827 * ext/theora/theoraenc.c (theora_enc_chain): Call
23828 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23829 streamheader caps are set correctly.
23831 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23833 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23834 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23835 respect minimum bitrate; same could be done for max bitrate
23837 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23839 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23840 (gst_vorbisenc_setup):
23841 fix sample rate range
23843 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23845 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23846 (gst_oggvorbisenc_setup):
23847 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23848 (gst_vorbisenc_setup):
23849 resolve ambiguities in code and description
23851 2004-06-24 Wim Taymans <wim@fluendo.com>
23853 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23854 * ext/alsa/gstalsa.h:
23855 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23856 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23857 Use alsa trigger_tstamp to get the timestamp of the first
23858 sample in the buffer for more precise sync. Some cleanups.
23860 2004-06-24 Wim Taymans <wim@fluendo.com>
23862 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23863 (gst_audiorate_init), (gst_audiorate_chain),
23864 (gst_audiorate_set_property), (gst_audiorate_get_property):
23865 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23866 (gst_videorate_chain):
23867 Added some logging, fixed an overflow bug in videorate.
23869 2004-06-24 Benjamin Otte <otte@gnome.org>
23871 * ext/kio/Makefile.am:
23872 fix for builddir != srcdir and distcheck
23874 2004-06-24 Benjamin Otte <otte@gnome.org>
23876 * gst-libs/gst/colorbalance/Makefile.am:
23877 * gst-libs/gst/mixer/Makefile.am:
23878 * gst-libs/gst/play/Makefile.am:
23879 * gst-libs/gst/tuner/Makefile.am:
23880 * gst/tcp/Makefile.am:
23881 * sys/dxr3/Makefile.am:
23882 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23884 Also add all *.list files that were missing.
23886 add a distcheck hook to ensure the above doesn't happen again.
23888 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
23890 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23892 2004-06-23 Colin Walters <walters@redhat.com>
23894 * m4/Makefile.am: Distribute gst-fionread.m4.
23896 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
23898 * configure.ac: back to dev
23900 2004-06-23 Wim Taymans <wim@fluendo.com>
23902 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23903 (gst_alsa_xrun_recovery):
23904 * ext/alsa/gstalsa.h:
23905 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23906 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23907 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23908 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23909 (gst_alsa_src_loop):
23910 Add clock to alsasrc. Take new capture timestamp when
23911 restarting after an overrun. Split up some functions between
23912 alsasrc and alsasink.
23914 === release 0.8.2 ===
23916 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
23918 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23919 (gst_alsa_change_state), (gst_alsa_update_avail),
23920 (gst_alsa_xrun_recovery):
23921 * ext/alsa/gstalsa.h:
23922 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23923 merge back changes from release
23925 2004-06-23 Wim Taymans <wim@fluendo.com>
23927 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23928 (gst_audiorate_init), (gst_audiorate_chain),
23929 (gst_audiorate_set_property), (gst_audiorate_get_property):
23930 Implement sample dropping and notify
23932 2004-06-22 Wim Taymans <wim@fluendo.com>
23934 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23935 (theora_enc_sink_link), (theora_buffer_from_packet),
23936 (theora_push_packet), (theora_enc_chain):
23937 Some cleanups, make sure the timestamps are correct.
23939 2004-06-22 Wim Taymans <wim@fluendo.com>
23941 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23942 (gst_alsa_change_state), (gst_alsa_update_avail),
23943 (gst_alsa_xrun_recovery):
23944 * ext/alsa/gstalsa.h:
23945 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23946 Cleanups, take queued samples into account when reporting
23949 2004-06-22 Wim Taymans <wim@fluendo.com>
23951 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23952 (gst_videorate_init):
23953 Initialize the property as well.
23955 2004-06-22 Wim Taymans <wim@fluendo.com>
23957 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23958 (gst_videorate_init), (gst_videorate_chain),
23959 (gst_videorate_set_property), (gst_videorate_get_property):
23960 Add property to make videorate silent.
23961 Add property to prefer new frames over old ones.
23963 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23965 * sys/osxvideo/Makefile.am:
23966 Workaround so that the osxvideo .so file gets linked with the
23967 Cocoa, OpenGL and QuickTime frameworks
23969 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23971 * sys/osxaudio/Makefile.am:
23972 Workaround so that the osxaudio .so file gets linked with the
23973 CoreAudio framework
23975 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23978 Whoops, my fault...fixed build issues
23980 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23983 Add objective-c support if running in Darwin/Mac OS X
23986 * sys/osxvideo/Makefile.am:
23987 * sys/osxvideo/osxvideosink.h:
23988 * sys/osxvideo/osxvideosink.m:
23989 * sys/osxvideo/cocoawindow.h:
23990 * sys/osxvideo/cocoawindow.m:
23991 Add osxvideosink, a cocoa-based osx video sink
23994 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
23995 * ext/dvdnav/gst-dvd:
23996 Grab the gconf key from the right spot
23997 * gst/debug/gstnavseek.c: (gst_navseek_init),
23998 (gst_navseek_segseek), (gst_navseek_handle_src_event),
23999 (gst_navseek_chain):
24000 * gst/debug/gstnavseek.h:
24001 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24002 and loop parameters of a segment seek.
24003 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24004 (gst_videotestsrc_get_event_masks),
24005 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24006 * gst/videotestsrc/gstvideotestsrc.h:
24007 Add seeking support to videotestsrc
24008 Initialise the timestamp_offset variable.
24010 2004-06-18 Wim Taymans <wim@fluendo.com>
24012 * ext/sidplay/gstsiddec.cc:
24013 Fix negotiation and set correct end offset.
24015 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
24017 * configure.ac: branch and prerelease
24019 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24021 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24022 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24023 (gst_tcpclientsrc_init_receive):
24024 * gst/tcp/gsttcpclientsrc.h:
24025 read caps when connecting to server for GDP so we set them correctly
24027 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24029 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24030 notify drops and duplicates
24031 * gst/videoscale/videoscale.c: (videoscale_get_structure):
24032 no good reason to limit ourselves to 100x100
24034 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24036 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24037 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24038 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24039 (gst_v4lsrc_get_property):
24040 * sys/v4l/gstv4lsrc.h:
24041 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24042 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24043 (gst_v4l_set_audio):
24044 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24045 (gst_v4lsrc_try_capture):
24046 * sys/v4l/v4lsrc_calls.h:
24047 change try_palette to more general try_capture
24048 add autoprobe option so we can turn off autoprobing
24051 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24055 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24056 (gst_ximagesink_class_init):
24057 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24058 (gst_xvimagesink_class_init):
24059 run them as finalize, not dispose, since dispose can be invoked
24062 2004-06-17 Wim Taymans <wim@fluendo.com>
24064 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24065 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24066 * ext/alsa/gstalsa.h:
24067 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24068 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24069 (gst_alsa_src_change_state):
24070 * ext/alsa/gstalsasrc.h:
24071 Make the xrun code timestamp and offset the buffers correctly.
24072 moved the clock to the base class, use alsa methods to get time.
24073 Do correct timestamping on outgoing buffers.
24075 2004-06-17 Wim Taymans <wim@fluendo.com>
24077 * gst/audiorate/Makefile.am:
24078 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24079 (gst_audiorate_base_init), (gst_audiorate_class_init),
24080 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24081 (gst_audiorate_set_property), (gst_audiorate_get_property),
24082 (gst_audiorate_change_state), (plugin_init):
24083 Added an audiorate converter that fills in gaps.
24085 2004-06-17 Johan Dahlin <johan@gnome.org>
24087 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24089 2004-06-16 Wim Taymans <wim@fluendo.com>
24091 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24092 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24093 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24094 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24095 (gst_v4lsrc_get_property):
24096 * sys/v4l/gstv4lsrc.h:
24097 Added a copy mode to v4lsrc where it will output a copied version
24098 of its internal hardware buffer.
24099 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24102 2004-06-16 Wim Taymans <wim@fluendo.com>
24104 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24107 2004-06-16 Wim Taymans <wim@fluendo.com>
24109 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24110 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24111 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24112 (gst_v4lsrc_get_property):
24113 * sys/v4l/gstv4lsrc.h:
24114 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24115 Added a sync mode enum property to control v4lsrc timestamp method
24116 Removed the use-fixed-fps property and moved functionality in
24118 Don't error on an error value from v4l-conf, it might not always
24121 2004-06-16 Wim Taymans <wim@fluendo.com>
24123 * gst/videorate/Makefile.am:
24124 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24125 (gst_videorate_base_init), (gst_videorate_class_init),
24126 (gst_videorate_getcaps), (gst_videorate_link),
24127 (gst_videorate_init), (gst_videorate_chain),
24128 (gst_videorate_set_property), (gst_videorate_get_property),
24129 (gst_videorate_change_state), (plugin_init):
24130 Added a video timestamp corrector.
24132 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24134 fixed a potential leak with previous commit
24136 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24138 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24140 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24141 Added missing refcount, fixes bug #144425
24142 Cheers Tim for finding the bug
24144 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
24146 * sys/v4l/gstv4l.c: (plugin_init):
24147 * sys/v4l/gstv4lcolorbalance.c:
24148 * sys/v4l/gstv4lcolorbalance.h:
24149 * sys/v4l/gstv4lelement.c:
24150 * sys/v4l/gstv4lelement.h:
24151 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24152 * sys/v4l/gstv4lmjpegsink.h:
24153 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24154 * sys/v4l/gstv4lmjpegsrc.h:
24155 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24156 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24157 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24158 * sys/v4l/gstv4lsrc.h:
24159 * sys/v4l/gstv4ltuner.c:
24160 * sys/v4l/gstv4ltuner.h:
24161 * sys/v4l/gstv4lxoverlay.c:
24162 * sys/v4l/gstv4lxoverlay.h:
24163 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24164 (gst_v4l_set_window), (gst_v4l_enable_overlay):
24165 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24166 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24167 (gst_v4l_set_audio):
24168 * sys/v4l/v4l_calls.h:
24169 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24170 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24171 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24172 (gst_v4lmjpegsink_playback_init),
24173 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24174 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24175 (gst_v4lmjpegsink_playback_stop),
24176 (gst_v4lmjpegsink_playback_deinit):
24177 * sys/v4l/v4lmjpegsink_calls.h:
24178 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24179 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24180 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24181 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24182 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24183 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24184 * sys/v4l/v4lmjpegsrc_calls.h:
24185 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24186 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24187 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24188 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24189 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24190 (gst_v4lsrc_try_palette):
24191 * sys/v4l/v4lsrc_calls.h:
24192 bunch of paranoia cleanups
24194 2004-06-14 David Schleef <ds@schleef.org>
24196 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24197 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24198 Send discont events and change timestamps appropriately when
24199 we get a seek event. (bug #144240)
24200 * ext/cdparanoia/gstcdparanoia.h:
24202 2004-06-14 Benjamin Otte <otte@gnome.org>
24204 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24205 snd_pcm_hw_params_set_rate since the latter fails for no good
24206 reason on some setups.
24208 2004-06-14 David Schleef <ds@schleef.org>
24210 * gst/volume/demo.c: (value_changed_callback): exp10() is not
24211 standard. Thank you for playing.
24213 2004-06-14 Wim Taymans <wim@fluendo.com>
24215 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24216 Patch 1.3 broke the ordering of the colorspace info and
24217 made the plugin basically work by coincidence, reordered
24220 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24222 * ext/lame/gstlame.c:
24223 * ext/mad/gstmad.c:
24224 sync caps. Make sure mad can only output a list of rates, not
24225 a full range. In the future, have three caps lists for each of the
24226 mpeg versions. Change mpegversion to a double as well.
24228 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24230 * gst/volume/.cvsignore:
24231 * gst/volume/Makefile.am:
24232 * gst/volume/demo.c: (value_changed_callback), (idler),
24233 (setup_gui), (main):
24234 added small demo app
24236 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
24237 * ext/esd/esdsink.c: (gst_esdsink_change_state):
24238 * ext/esd/esdsink.h:
24239 Close the esd connection on pause, because esd will just wait -
24240 blocking all other esd clients indefinitely.
24242 2004-06-12 Christophe Fergeau <teuf@gnome.org>
24244 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24245 previous commit with GST_DEBUG
24247 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
24250 add a header check for a dvdread header in dvdnav. Fixes #133002
24252 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24254 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24255 * gst/tcp/gsttcpclientsink.h:
24256 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24257 * gst/tcp/gsttcpclientsrc.h:
24258 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24259 (gst_tcpserversink_handle_server_read),
24260 (gst_tcpserversink_init_send):
24261 * gst/tcp/gsttcpserversink.h:
24262 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24263 * gst/tcp/gsttcpserversrc.h:
24264 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24267 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24270 Added ogg library so that OSX detects libtheora properly
24272 2004-06-11 Wim Taymans <wim@fluendo.com>
24274 * ext/theora/theoradec.c: (theora_dec_chain),
24275 (theora_dec_change_state):
24276 Don't try to decode frames before we received a keyframe.
24278 2004-06-11 Wim Taymans <wim@fluendo.com>
24280 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24281 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24282 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24283 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24284 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24285 Added property to set the maximum delay of a page.
24287 2004-06-10 Wim Taymans <wim@fluendo.com>
24289 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24290 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24291 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24292 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24293 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24294 Added max-delay property to control the maximum amount
24295 of data to put in one page.
24297 2004-06-10 Wim Taymans <wim@fluendo.com>
24299 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24300 (gst_theora_enc_init), (theora_enc_sink_link),
24301 (theora_buffer_from_packet), (theora_enc_set_property),
24302 (theora_enc_get_property):
24303 Set duration on encoded buffer, added some more properties
24305 2004-06-10 Wim Taymans <wim@fluendo.com>
24307 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24308 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24309 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24310 * ext/theora/theoraenc.c: (theora_enc_chain):
24311 Fix refcounting bugs
24313 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
24315 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24316 (gst_asf_demux_loop), (gst_asf_demux_process_file),
24317 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24318 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24319 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24320 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24321 (gst_asf_demux_change_state):
24322 * gst/asfdemux/gstasfdemux.h:
24323 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24324 feels like. I think we should set a new requirement for demuxers
24325 from now on to implement sane loop functions, data loops, query
24326 and seek functions before first commit into CVS. And this commit
24327 fixes all of the above.
24329 2004-06-10 Christophe Fergeau <teuf@gnome.org>
24331 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24332 vorbis comments are properly encoded in UTF-8 before adding them
24335 2004-06-09 Benjamin Otte <otte@gnome.org>
24337 * ext/alsa/gstalsa.c: (add_channels):
24338 handle min <= max correctly
24339 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24340 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24341 add fixation functions so we fixate correctly. No preferring of alaw
24342 anymore because it's the first structure.
24343 * ext/alsa/gstalsa.h:
24344 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24345 (gst_alsa_hw_params_dump):
24346 add functions to ease debugging in alsalib
24347 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24348 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24349 (gst_alsa_start_audio):
24350 only specify hw params if we really setup a format (fixes #134007 -
24351 or at least works around it)
24353 2004-06-09 Wim Taymans <wim@fluendo.com>
24355 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24356 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24357 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24358 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24359 (gst_ogg_mux_loop):
24360 Use stream caps to setup the initial pages in the ogg stream.
24361 Correctly set the streamheader caps on the srcpad.
24363 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
24365 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24366 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24367 (gst_v4lsrc_getcaps):
24368 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24369 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24370 add querying of fps lists for webcams. Negotiating to a framerate
24373 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24375 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24376 (theora_push_buffer), (theora_push_packet),
24377 (theora_set_header_on_caps), (theora_enc_chain):
24378 mark buffers and put on streamheader, raw theora streaming
24379 now works too, whee
24381 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24383 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24384 (gst_tcp_gdp_read_caps):
24385 do a looping read for caps and GDP headers too
24387 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24389 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24390 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24391 return EOS instead of NULL in _get
24393 2004-06-08 Wim Taymans <wim@fluendo.com>
24395 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24396 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24397 (gst_tcp_gdp_write_caps):
24398 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24399 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24400 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24403 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24405 * ext/vorbis/Makefile.am:
24406 * ext/vorbis/vorbis.c: (plugin_init):
24407 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24408 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24409 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24410 (vorbis_parse_change_state):
24411 * ext/vorbis/vorbisparse.h:
24412 adding a vorbisparse element that marks the buffers, streaming
24413 raw vorbis using GDP now works, whee
24415 2004-06-08 Wim Taymans <wim@fluendo.com>
24417 * ext/jpeg/Makefile.am:
24419 * ext/jpeg/gstjpeg.c: (plugin_init):
24420 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24421 (gst_smokedec_base_init), (gst_smokedec_class_init),
24422 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24423 * ext/jpeg/gstsmokedec.h:
24424 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24425 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24426 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24427 (gst_smokeenc_resync), (gst_smokeenc_chain),
24428 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24429 * ext/jpeg/gstsmokeenc.h:
24430 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24431 (smokecodec_flush_destination), (smokecodec_term_destination),
24432 (smokecodec_init_source), (smokecodec_fill_input_buffer),
24433 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24434 (smokecodec_term_source), (smokecodec_encode_new),
24435 (smokecodec_decode_new), (smokecodec_info_free),
24436 (smokecodec_set_quality), (smokecodec_get_quality),
24437 (smokecodec_set_threshold), (smokecodec_get_threshold),
24438 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24439 (find_best_size), (abs_diff), (put), (smokecodec_encode),
24440 (smokecodec_parse_header), (smokecodec_decode):
24441 * ext/jpeg/smokecodec.h:
24442 Added a new simple jpeg based codec
24444 2004-06-08 Wim Taymans <wim@fluendo.com>
24446 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24447 (gst_multipart_mux_loop):
24450 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24452 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24453 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24454 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24455 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24456 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24457 * gst/tcp/gsttcpserversink.h:
24458 take streamheader into account
24460 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24462 * gst/level/Makefile.am:
24463 * gst/level/gstlevel.c: (gst_level_class_init):
24464 clean up marshal generation
24466 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24468 * gst/tcp/Makefile.am:
24469 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24470 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24471 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24472 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24473 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24474 (gst_tcpclientsrc_get_property):
24475 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24476 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24477 (gst_tcpserversink_handle_client_read),
24478 (gst_tcpserversink_handle_client_write),
24479 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24480 * gst/tcp/gsttcpserversink.h:
24481 add signals client-added and client-removed
24482 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24483 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24484 (gst_tcpserversrc_get_property):
24485 uniformized, change default protocol to NONE
24486 * gst/tcp/gsttcp-marshal.list: added
24487 2004-06-07 Benjamin Otte <otte@gnome.org>
24489 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24490 handle discont events if they happen before caps nego
24492 2004-06-07 Wim Taymans <wim@fluendo.com>
24494 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24495 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24496 (gst_multipart_demux_plugin_init):
24497 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24498 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24499 (gst_multipart_mux_change_state):
24500 Small updates, fix a memleak
24502 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24504 * configure.ac: OSS portability
24505 * ext/arts/gst_arts.c: idem
24506 * sys/oss/gstosselement.c: idem
24507 * sys/oss/gstossmixer.c: idem
24508 * sys/oss/gstosssink.c: idem
24509 * sys/oss/gstosssrc.c: idem
24510 * sys/oss/oss_probe.c: idem
24511 - check for soundcard.h in different places for some BSD
24513 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
24516 Add me to the authors file
24518 Increase the libdv requirement to >= version 0.100
24519 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24520 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24521 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24522 * ext/dv/gstdvdec.h:
24523 Add support for the new_media flag when sending DISCONT events
24524 Make the querying work when video pad is not linked
24526 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24528 reviewed by Benjamin Otte <otte@gnome.org>
24530 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24531 create a NULL-initialized array of pads, so we don't think they
24532 exist already. (fixes #143130)
24534 2004-06-07 Benjamin Otte <otte@gnome.org>
24536 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24537 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24538 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24539 don't use // coments
24541 2004-06-07 Benjamin Otte <otte@gnome.org>
24543 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24544 cast to GstClockTime to get higher granularity
24545 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24546 use gst_element_set_time_delay to get the exact time
24547 * ext/mad/gstmad.c: (gst_mad_chain):
24548 use the negotiated rate instead of the current frame's rate which
24549 might be wrong because of bit errors. This avoids emitting totally
24550 bogus timestamps and screwing sync.
24553 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24555 reviewed by Benjamin Otte <otte@gnome.org>
24557 * gst/adder/gstadder.c: (gst_adder_loop):
24558 properly error out when no negotiation has happened yet. (fixes
24561 2004-06-06 Benjamin Otte <otte@gnome.org>
24563 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24564 forward correctly transformed offset in discont events. Based on
24565 patch by Arwed v. Merkatz. (fixes #142851)
24567 2004-06-06 David Schleef <ds@schleef.org>
24569 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24570 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
24571 problems on several systems.
24573 2004-06-06 Benjamin Otte <otte@gnome.org>
24575 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24576 use explicit caps on the srcpad
24577 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24578 properly error out if caps couldn't be set (fixes #142764)
24580 2004-06-06 Benjamin Otte <otte@gnome.org>
24582 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24583 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24584 (gst_alsa_start_audio):
24585 - don't call set_periods_integer anymore, it breaks the
24586 configuration randomly
24587 - call snd_pcm_hw_params_set_access directly instead of using masks
24588 - don't fail if the sw_params can't be set, just use the default
24589 params and hope it works. Alsalib has weird issues when you touch
24590 sw_params and does no proper error reporting about what failed.
24591 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24592 (gst_alsa_close_audio):
24593 make our alsa debugging go via gst debugging and not conditionally
24595 * ext/alsa/gstalsa.h:
24596 add ALSA_DEBUG_FLUSH macro
24597 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24599 wrap alsa errors to be printed via the gst debugging system and not
24602 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24604 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24605 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24606 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24607 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24608 (qtdemux_parse_trak):
24609 * gst/qtdemux/qtdemux.h:
24610 Bitch. Also known as seeking, querying & co.
24611 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24612 (gst_osssink_change_state):
24613 * sys/oss/gstosssink.h:
24614 Resyncing is for weenies, this hack is no longer needed and was
24615 broken anyway (since it - unintendedly - always leaves resync to
24618 2004-06-05 Andrew Turner <zxombie@hotpop.com>
24620 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24621 * gst/tcp/gsttcpclientsrc.h: idem
24622 - define MSG_NOSIGNAL if not done
24623 - include unistd.h for off_t
24626 2004-06-05 Benjamin Otte <otte@gnome.org>
24629 * ext/kio/Makefile.am:
24630 check for qt's moc preprocessor explicitly and use it
24632 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24634 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24635 don't get a signal for EPIPE on socket writes
24636 (somebody check if this works on other platforms)
24638 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24640 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24641 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24642 check error condition on available samples correctly
24644 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24646 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24648 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24649 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24650 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24651 (gst_tcpserversrc_gdp_read_header):
24652 use ssize_t over size_t since the former is signed and thus the
24653 check for error codes can work
24655 2004-06-02 Wim Taymans <wim@fluendo.com>
24659 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24660 (gst_multipart_mux_loop):
24663 2004-06-02 Wim Taymans <wim@fluendo.com>
24665 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24666 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24667 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24668 (gst_multipart_mux_change_state):
24669 Added configurable boundary specifier, added the value as a
24670 caps field as well.
24672 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24674 * gst/tcp/gsttcp.c:
24675 * gst/tcp/gsttcpclientsrc.c:
24676 * gst/tcp/gsttcpclientsrc.h:
24677 * gst/tcp/gsttcpserversrc.c:
24678 - portability fix, to compile on OSX
24681 * sys/osxaudio/gstosxaudioelement.c:
24682 * sys/osxaudio/gstosxaudiosink.c:
24683 * sys/osxaudio/gstosxaudiosrc.c:
24684 - compilation warnings on OSX
24687 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24689 * ext/vorbis/vorbisdec.c : sign warning fixes
24691 * gst-libs/gst/mixer/mixertrack.c :
24692 do no use defines which are glib 2.4 specific
24694 2004-06-01 Christophe Fergeau <teuf@gnome.org>
24696 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24697 buffer since libflac doesn't expect it (reports a sync error when
24698 it encounters that)
24701 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
24703 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24704 * gst-libs/gst/mixer/mixertrack.c:
24705 (gst_mixer_track_get_property), (get_mixer_track_init),
24706 (get_mixer_track_get_property): Added property accessors
24707 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24708 * gst-libs/gst/mixer/mixeroptions.c:
24709 (gst_mixer_options_get_values): Added
24710 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24711 * gst-libs/gst/mixer/mixer.c: Fixed comment
24714 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24716 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24717 improve error messages on open
24720 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24722 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24723 check if v4l-conf is in path
24725 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24727 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24728 change assert to a more readable error message
24730 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24732 * gst-libs/gst/tuner/tunerchannel.h:
24733 - add a freq_multiplicator field to make the conversion
24734 between internal frequency unit and Hz
24735 * sys/v4l/gstv4lelement.c:
24736 * sys/v4l2/gstv4l2element.c:
24737 - change default video device to /dev/video0
24738 * sys/v4l/v4l_calls.c:
24739 * sys/v4l2/v4l2_calls.c:
24740 - we only expose frequency to the user in Hz instead of
24741 bastard v4lX unit (either 62.5kHz or 62.5Hz)
24743 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
24744 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24745 Initialise b_o_s and e_o_s variables
24746 * gst-libs/gst/riff/riff-media.c:
24747 (gst_riff_create_video_caps_with_data):
24748 Add some unusual fourcc's from mplayer avi's
24749 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24750 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24753 2004-05-28 Wim Taymans <wim@fluendo.com>
24756 * gst/alpha/Makefile.am:
24757 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24758 (gst_alpha_get_type), (gst_alpha_base_init),
24759 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24760 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24761 (gst_alpha_chroma_key), (gst_alpha_chain),
24762 (gst_alpha_change_state), (plugin_init):
24763 A plugin to add an alpha channel to I420 video. Can optionally do
24765 * gst/multipart/Makefile.am:
24766 * gst/multipart/multipart.c: (plugin_init):
24767 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24768 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24769 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24770 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24771 (gst_multipart_demux_change_state),
24772 (gst_multipart_demux_plugin_init):
24773 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24774 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24775 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24776 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24777 (gst_multipart_mux_pad_unlink),
24778 (gst_multipart_mux_request_new_pad),
24779 (gst_multipart_mux_handle_src_event),
24780 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24781 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24782 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24783 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24784 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24785 send multipart jpeg images to a browser.
24786 * gst/videobox/Makefile.am:
24787 * gst/videobox/README:
24788 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24789 (gst_video_box_get_type), (gst_video_box_base_init),
24790 (gst_video_box_class_init), (gst_video_box_init),
24791 (gst_video_box_set_property), (gst_video_box_get_property),
24792 (gst_video_box_sink_link), (gst_video_box_i420),
24793 (gst_video_box_ayuv), (gst_video_box_chain),
24794 (gst_video_box_change_state), (plugin_init):
24795 Crops or adds borders around an image. can do alpha channel
24797 * gst/videomixer/Makefile.am:
24798 * gst/videomixer/README:
24799 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24800 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24801 (gst_videomixer_pad_get_sink_event_masks),
24802 (gst_videomixer_pad_get_property),
24803 (gst_videomixer_pad_set_property),
24804 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24805 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24806 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24807 (gst_videomixer_base_init), (gst_videomixer_class_init),
24808 (gst_videomixer_init), (gst_videomixer_request_new_pad),
24809 (gst_videomixer_handle_src_event),
24810 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24811 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24812 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24813 (gst_videomixer_loop), (gst_videomixer_get_property),
24814 (gst_videomixer_set_property), (gst_videomixer_change_state),
24816 Generic video mixer plugin, can handle multiple inputs all with
24817 different framerates and video sizes. Is fully alpha channel
24820 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
24822 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24823 Select first track as master track. Not sure how else to handle
24825 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24826 Discard discont events. Should fix #142962.
24828 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
24830 * ext/alsa/Makefile.am:
24831 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24832 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24833 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24834 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24835 (gst_alsa_mixer_get_option):
24836 * ext/alsa/gstalsamixer.h:
24837 * ext/alsa/gstalsamixeroptions.c:
24838 (gst_alsa_mixer_options_get_type),
24839 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24840 (gst_alsa_mixer_options_new):
24841 * ext/alsa/gstalsamixeroptions.h:
24842 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24843 * ext/alsa/gstalsamixertrack.h:
24844 Add enumerations (as GstMixerOptions). Make correct distinction
24845 between input/output tracks. Add capture/playback private flag.
24846 Use flag to decide on whether to set capture or playback volumes
24847 or switches. Use playback and record switches.
24848 * gst-libs/gst/mixer/Makefile.am:
24849 * gst-libs/gst/mixer/mixer-marshal.list:
24850 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24851 (gst_mixer_set_option), (gst_mixer_get_option),
24852 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24853 (gst_mixer_volume_changed), (gst_mixer_option_changed):
24854 * gst-libs/gst/mixer/mixer.h:
24855 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24856 (gst_mixer_options_class_init), (gst_mixer_options_init),
24857 (gst_mixer_options_dispose):
24858 * gst-libs/gst/mixer/mixeroptions.h:
24859 Add GstMixerOptions.
24860 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24861 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24862 broken device detection on computers with multiple OSS sound
24865 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
24867 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24868 fixate nicely even when the peer is not negotiating
24870 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
24872 * gst/audioconvert/gstaudioconvert.c:
24873 (gst_audio_convert_parse_caps):
24874 make sure we don't allow depth > width
24875 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24876 fixate endianness to G_BYTE_ORDER as default
24877 * gst/audioscale/gstaudioscale.c:
24878 we don't handle another endianness as host-endianness
24880 2004-05-25 David Schleef <ds@schleef.org>
24882 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
24884 2004-05-24 Benjamin Otte <otte@gnome.org>
24886 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24887 (gst_oggvorbisenc_setup):
24888 properly fail when we can't setup the vorbis encoder due to
24889 unsupported settings
24890 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24891 (gst_vorbisenc_setup):
24893 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24894 fix case where warnings occured when one pad was unlinked while the
24895 other's link function was called
24897 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
24899 * gst/tcp/Makefile.am:
24902 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
24904 * gst-libs/gst/resample/private.h:
24905 don't use optimizations that are #if 0'ed
24907 2004-05-24 Wim Taymans <wim@fluendo.com>
24909 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24910 Fix potential division by zero error and hopefully get
24911 the position query right to get correct timestamps on avi
24914 2004-05-24 Wim Taymans <wim@fluendo.com>
24916 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24917 (gst_videoscale_scale_nearest_str2),
24918 (gst_videoscale_scale_nearest_str4),
24919 (gst_videoscale_scale_nearest_32bit),
24920 (gst_videoscale_scale_nearest_24bit),
24921 (gst_videoscale_scale_nearest_16bit):
24922 Fix the scaling algorithm and avoid a buffer overflow.
24923 removed the while loop in the scaling function as it
24924 was used for point sampling only.
24926 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
24928 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24929 (gst_id3_tag_class_init), (gst_id3_tag_init),
24930 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24931 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24932 (gst_id3_tag_send_tag_event):
24933 lots of fixes to make id3mux work and id3demux work correctly
24935 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24938 add rules to build shout2send (was removed by accident
24939 when this module was no more marked experimental/broken)
24941 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24943 * ext/shout2/gstshout2.c:
24944 * ext/shout2/gstshout2.h:
24945 adding a "connection problem" signal to shout2send
24948 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
24950 * ext/kio/kioreceiver.cpp:
24951 * ext/kio/kioreceiver.h:
24952 fix sign comparison issues
24954 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24956 * gst/cdxaparse/gstcdxaparse.c:
24957 * gst/cdxaparse/gstcdxaparse.h:
24959 add some checks/sanity
24960 prepare for seek addition
24962 * sys/sunaudio/gstsunaudio.c:
24963 remove exported dupe init function
24965 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
24967 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24968 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24969 Fix format conversion and position querying.
24970 * gst/debug/progressreport.c: (gst_progressreport_report):
24971 Don't output a bogus total value that we didn't query.
24972 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24973 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24974 only a blank window after xine has been used.
24976 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24979 sync with upstream version to fix test on FC2
24980 readd with -ko to preserve Id header
24982 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24985 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24986 * gst/tcp/gsttcpclientsrc.c: idem
24987 * gst/tcp/gsttcpserversink.c: idem
24988 * gst/tcp/gsttcpserversrc.c: idem
24989 * m4/gst-fionread.m4: idem
24991 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24993 * configure.ac: enable speex plugin for speex 1.1.5+
24994 * ext/speex/gstspeexenc.c: fix cast warning
24996 * ext/esd/README: fix typo
24998 2004-05-20 David Schleef <ds@schleef.org>
25000 * configure.ac: Minor cosmetic change to convince the buildbot to
25002 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25003 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25004 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25005 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25006 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25007 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25008 More hacking. Plays audio now.
25010 2004-05-20 David Schleef <ds@schleef.org>
25015 2004-05-20 David Schleef <ds@schleef.org>
25017 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
25018 * sys/osxaudio/gstosxaudio.c:
25019 * sys/osxaudio/gstosxaudioelement.c:
25020 * sys/osxaudio/gstosxaudioelement.h:
25021 * sys/osxaudio/gstosxaudiosink.c:
25022 * sys/osxaudio/gstosxaudiosink.h:
25023 * sys/osxaudio/gstosxaudiosrc.c:
25024 * sys/osxaudio/gstosxaudiosrc.h:
25026 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25028 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25029 (gst_vorbisenc_chain):
25030 put the codec headers on the caps as streamheader as well as
25033 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25035 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25036 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25037 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25038 split up push_packet into two functions
25040 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25042 * gst/tcp/.cvsignore:
25044 * gst/tcp/Makefile.am:
25046 * gst/tcp/gsttcp.c:
25047 * gst/tcp/gsttcp.h:
25048 * gst/tcp/gsttcpclientsink.c:
25049 * gst/tcp/gsttcpclientsink.h:
25050 * gst/tcp/gsttcpclientsrc.c:
25051 * gst/tcp/gsttcpclientsrc.h:
25052 * gst/tcp/gsttcpplugin.c:
25053 * gst/tcp/gsttcpserversink.c:
25054 * gst/tcp/gsttcpserversink.h:
25055 * gst/tcp/gsttcpserversrc.c:
25056 * gst/tcp/gsttcpserversrc.h:
25057 add new tcp elements
25059 2004-05-19 Wim Taymans <wim@fluendo.com>
25061 * gst/law/mulaw-conversion.c: (mulaw_encode):
25062 Fix overflow bug in ulaw encoding.
25064 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25066 * ext/mad/gstmad.c: (gst_mad_handle_event):
25067 don't unref the event twice
25069 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25072 remove -Wno-sign-compare
25074 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25077 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25078 if you want to work against glib 2.2 and 2.4
25080 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
25082 * gst/tcp/Makefile.am:
25083 * gst/tcp/gsttcp.c:
25084 * gst/tcp/gsttcp.h:
25085 * gst/tcp/gsttcpsink.h:
25086 * gst/tcp/gsttcpsrc.h:
25087 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25089 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25091 * gst/debug/tests.c: (md5_get_value):
25092 fix segfault on gst-inspect
25094 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25096 * gst/debug/testplugin.c:
25097 * gst/debug/tests.c:
25098 * gst/debug/tests.h:
25099 add new extensible and configurable testing element. Current tests
25100 include buffer count, stream length, timestamp/duration matching and
25102 * gst/debug/Makefile.am:
25103 * gst/debug/gstdebug.c: (plugin_init):
25104 add infrastructure for new element
25106 2004-05-19 Johan Dahlin <johan@gnome.org>
25108 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25109 ending of the array. Fixes gst-inspect segfault on ppc.
25111 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25113 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25115 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25117 2004-05-18 David Schleef <ds@schleef.org>
25119 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25120 warnings (bugs, actually) noticed by gcc but not forte.
25122 2004-05-18 David Schleef <ds@schleef.org>
25124 * sys/sunaudio/Makefile.am:
25125 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25127 2004-05-18 David Schleef <ds@schleef.org>
25129 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25130 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
25131 to allow qtdemux to use non-seekable streams. (bug #142272)
25133 2004-05-18 David Schleef <ds@schleef.org>
25135 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25136 (gst_resample_sinc_ft_float): Remove use of static temporary
25137 buffer. This code was obviously not supposed to last long, but
25138 it's stuck in our ABI, so it required a little hack to make it
25139 ABI-compatible. Fixes #142585.
25140 * gst-libs/gst/resample/resample.h: same.
25142 2004-05-18 David Schleef <ds@schleef.org>
25144 * configure.ac: Add sunaudio
25145 * examples/Makefile.am: make gstplay depend on gconf
25146 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25147 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25148 (convert_table_lookup), (img_convert): remove c99-isms
25149 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25150 unsigned, to fix a warning on Solaris
25151 * gst/mpeg1sys/systems.c: bcopy->memcpy
25152 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25153 * sys/Makefile.am: Add sunaudio
25155 2004-05-18 Wim Taymans <wim@fluendo.com>
25157 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25158 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25159 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25160 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25161 (gst_ogg_mux_loop):
25162 Fix an ugly memleak where the muxer didn't flush enough ogg
25163 pages. This also resulted in badly muxed ogg files.
25165 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25167 * gst/asfdemux/asfheaders.c :
25168 * gst/asfdemux/asfheaders.h :
25169 * gst/asfdemux/gstasfdemux.c :
25170 - fix ASF_OBJ_PADDING guid
25171 - add 3 new object guids (language list, metadata,
25172 extended stream properties)
25173 - add a function to parse extended header objects
25175 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
25177 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25178 remove leftover debugging g_print
25180 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
25182 * ext/mad/gstmad.c: (gst_mad_handle_event):
25183 Fix for when the first format in a discont event is not a
25184 byte-based one. Should fix #137710.
25186 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25188 * m4/a52.m4 : fix compilation with -Wall -Werror
25189 * m4/libfame.m4 : idem
25190 * m4/libmikmod.m4 : idem
25192 2004-05-17 Benjamin Otte <otte@gnome.org>
25194 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25195 signal the new tags before giving up the reference
25197 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25199 * ext/shout2/gstshout2.c:
25200 use application/ogg instead of application/x-ogg (patch by Patrick
25201 Guimond, fixes #142432)
25202 * sys/oss/gstosselement.c: (gst_osselement_reset),
25203 (gst_osselement_sync_parms):
25204 don't set fragment size unless specified (fixes #142493)
25206 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25208 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25211 2004-05-17 Benjamin Otte <otte@gnome.org>
25213 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25214 compute offsets correctly for internal buffers so timestamps are set
25215 correctly when we can't seek. Also handle cases where there are no
25216 offsets. (based on a patch by David Moore, fixes #142507)
25218 2004-05-17 Benjamin Otte <otte@gnome.org>
25220 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25221 use correct variable when determining amount of data to skip so we
25222 don't skip into the void and segfault
25224 2004-05-16 Benjamin Otte <otte@gnome.org>
25226 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25229 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25231 * gst/asfdemux/gstasfdemux.c:
25232 - fix a mem leak and always propagate tags
25233 - add WMV3 to known video codecs (but no decoder yet)
25234 - replace "surplus data" at end of audio header for what
25235 it is : codec specific data
25238 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
25240 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25242 * gst-libs/gst/audio/audioclock.c:
25243 Fix wrong return type (#142205).
25245 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25247 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25248 Ignore CRCs by default (fixes #142566).
25250 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25252 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25253 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25254 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25255 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25256 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25257 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25258 Fix for cases where we fail to attach to a mixer.
25260 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25262 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25263 Don't touch events after not owning them anymore.
25264 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25265 (gst_wavparse_fmt), (gst_wavparse_other),
25266 (gst_wavparse_handle_seek), (gst_wavparse_loop),
25267 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25268 (gst_wavparse_srcpad_event):
25269 * gst/wavparse/gstwavparse.h:
25270 Add seeking, fix querying.
25272 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25274 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25275 - process comments even if they don't end with \0\0
25276 g_convert would ignore them if present and works well without them
25278 2004-05-16 Benjamin Otte <otte@gnome.org>
25280 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25283 2004-05-16 Benjamin Otte <otte@gnome.org>
25285 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25286 don't write to memory we might not write to - g_convert does that
25287 for us anyway (fixes #142613)
25288 (gst_asf_demux_audio_caps):
25289 comment out gst_util_dump_mem
25291 2004-05-16 Benjamin Otte <otte@gnome.org>
25293 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25294 compute correct expected timestamps after seek (broken since
25296 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25297 rename element and debugging category to gdkpixbufscale
25299 2004-05-16 Benjamin Otte <otte@gnome.org>
25301 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25302 add error checking to snd_pcm_delay and remove duplicate call to
25303 snd_pcm_delay that caused issues (see inline code comments)
25304 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25305 make more readable and fix return value when snd_pcm_delay fails
25308 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
25309 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25310 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25311 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25312 (gst_pixbufscale_link), (gst_pixbufscale_init),
25313 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25314 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25315 (gst_pixbufscale_get_property), (pixbufscale_init):
25316 * ext/gdk_pixbuf/pixbufscale.h:
25317 Add these files I forgot earlier
25319 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
25320 * ext/gdk_pixbuf/Makefile.am:
25321 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25322 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25323 Add new pixbufscale element to scale RGB video
25324 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25325 and HYPER interpolation correctly.
25326 * ext/theora/theoraenc.c: (theora_enc_chain),
25327 Discard buffer and return if explicit caps could not be set
25328 (theora_enc_get_property):
25329 Make _get return kbps for the bitrate consistent with
25333 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25335 * ext/libvisual/visual.c: (gst_visual_chain):
25336 add missing visual_audio_analyze
25338 2004-05-14 David Schleef <ds@schleef.org>
25340 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25341 is killed while we're playing.
25342 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25343 gst_element_no_more_pads().
25345 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25347 * gst-libs/gst/riff/riff-read.c :
25348 - fix INFO tag extraction in RIFF/AVI files
25349 because gst_event_unref (event) also freed taglist
25352 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25354 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25355 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25357 * gst/auparse/gstauparse.c :
25358 - add code (commented for now) to support audio/x-adpcm on src pad
25359 (we have no decoder for those layout yet)
25361 * gst/cdxaparse/gstcdxaparse.c :
25362 * gst/cdxaparse/gstcdxaparse.h :
25363 - partial rewrite using RiffRead (ripped iain's wavparse code)
25365 * gst/rtp/gstrtpL16enc.c : typo
25366 * gst/rtp/gstrtpgsmenc.c : typo
25368 2004-05-13 Benjamin Otte <otte@gnome.org>
25371 check for exact version of libvisual, it's not supposed to be
25374 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
25376 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25377 signal no-more-pads
25379 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25381 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25382 Report which format was used for GST_FORMAT_DEFAULT
25383 * gst/debug/Makefile.am:
25384 * gst/debug/gstdebug.c: (plugin_init):
25385 * gst/debug/progressreport.c: (gst_progressreport_base_init),
25386 (gst_progressreport_class_init), (gst_progressreport_init),
25387 (gst_progressreport_report), (gst_progressreport_set_property),
25388 (gst_progressreport_get_property), (gst_progressreport_chain),
25389 (gst_progressreport_plugin_init):
25390 Add progressreport element for testing.
25392 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
25394 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25395 * sys/v4l/gstv4lsrc.h:
25396 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25397 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25398 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25399 (gst_v4lsrc_grab_frame):
25401 send a discont at start
25403 2004-05-12 Colin Walters <walters@redhat.com>
25405 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25406 inflooping if we can't find a chunk. Or in other words, don't blow
25407 chunks if we don't have a chunk to blow.
25409 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25410 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25411 Remove old debug output
25412 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25413 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25414 (gst_dvdec_set_property), (gst_dvdec_get_property):
25415 Change the quality setting to an enum, so it works from gst-launch
25416 Don't renegotiate a non-linked pad. Allows audio only decoding.
25417 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25418 (gst_deinterlace_link), (gst_deinterlace_init):
25419 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25420 (gst_videodrop_link):
25421 Some caps negotiation fixes
25423 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25425 * ext/tarkin/gsttarkin.c :
25426 - Change RANK from NONE to PRIMARY
25427 * ext/gdk_pixbuf/gstgdkpixbuf.c :
25428 - Change RANK from NONE to MARGINAL
25429 * ext/divx/gstdivxenc.c :
25430 - Change RANK from PRIMARY to NONE (encoder/spider issue)
25432 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
25434 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25435 (gst_vorbisenc_push_packet):
25436 copy a function that was added between 1.0 and 1.0.1 until we
25437 depend on worthwhile features of post-1.0
25439 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25442 enable shout2 by default
25443 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25444 (gst_shout2send_base_init), (gst_shout2send_init),
25445 (gst_shout2send_connect), (gst_shout2send_change_state):
25446 * ext/shout2/gstshout2.h:
25447 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25449 * ext/theora/theora.c: (plugin_init):
25450 don't set rank on encoders
25452 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
25454 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25455 Use codec_data property instead of flag1 and flag2 for wma
25457 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25459 * gst/cdxaparse/gstcdxaparse.c :
25460 - Add mpegversion to CAPS to make it link
25461 - Rank is as GST_RANK_SECONDARY instead of NONE
25462 * gst/auparse/gstauparse.c :
25463 - Document all audio encoding we can encounter from Solaris 9
25464 headers and libsndfile information.
25465 - Increase max. rate from 48000 to 192000 (to match other elements)
25466 - Don't try to play junk data between header and samples
25468 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25470 * ext/libvisual/visual.c: (gst_visual_getcaps):
25471 use the right caps depending on endianness (I hope)
25472 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25473 use GST_RANK_NONE for all non-decoding elements or spider gets
25476 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
25478 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25479 Fix some odd cases and fix BE metadata parsing of unicode16 text.
25481 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25483 * gst/switch/gstswitch.c: (gst_switch_release_pad),
25484 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25485 (gst_switch_loop), (gst_switch_get_type):
25486 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25487 HEADERS. Had to be said.
25489 2004-05-10 David Schleef <ds@schleef.org>
25491 * configure.ac: Add prototype Dirac support.
25493 * ext/dirac/Makefile.am:
25494 * ext/dirac/gstdirac.cc:
25495 * ext/dirac/gstdiracdec.cc:
25497 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25499 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25500 (gst_auparse_init), (gst_auparse_chain),
25501 (gst_auparse_change_state):
25502 Hack around spider. Remove me some day please.
25504 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25506 * gst/auparse/gstauparse.c: (gst_auparse_chain):
25507 Fix for some uninitialized variables in previous patch, also
25508 makes it work. Fixes #142286 while we're at it.
25510 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25512 * gst/auparse/gstauparse.c:
25513 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25514 only unsupported formats are ADPCM/CCITT G.72x
25516 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25518 2004-05-10 Wim Taymans <wim@fluendo.com>
25520 * ext/vorbis/Makefile.am:
25521 * ext/vorbis/README:
25522 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25523 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25524 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25525 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25526 (gst_oggvorbisenc_convert_sink),
25527 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25528 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25529 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25530 (get_constraints_string), (update_start_message),
25531 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25532 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25533 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25534 * ext/vorbis/oggvorbisenc.h:
25535 * ext/vorbis/vorbis.c: (plugin_init):
25536 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25537 (raw_caps_factory), (gst_vorbisenc_class_init),
25538 (gst_vorbisenc_init), (gst_vorbisenc_setup),
25539 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25540 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25541 * ext/vorbis/vorbisenc.h:
25542 Added a raw vorbis encoder to be used with the oggmuxer.
25543 We still need the old encoder for some gnome applications,
25544 read the README to find out how that works.
25545 The raw encoder is called "rawvorbisenc" until 0.9.
25547 2004-05-10 Wim Taymans <wim@fluendo.com>
25549 * ext/ogg/gstogg.c: (plugin_init):
25550 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25552 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25553 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25554 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25555 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25556 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25557 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25558 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25559 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25560 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25561 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25562 Added an ogg muxer.
25563 Small typo fixes in the demuxer.
25565 2004-05-10 Wim Taymans <wim@fluendo.com>
25567 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25568 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25569 (theora_enc_change_state), (theora_enc_set_property),
25570 (theora_enc_get_property):
25571 Mark the last packet with an EOS flag which is not really needed
25573 Do some better video framerate initialisation.
25574 Update the buffer timestamp.
25576 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
25578 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25579 Return the result of the parent state change call
25581 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25583 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25584 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25585 * gst/law/alaw-encode.c : (idem)
25586 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25587 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25588 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25590 2004-05-09 Benjamin Otte <otte@gnome.org>
25592 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25593 don't use a fixed buffer size when writing variable length data to
25594 it. Fixes memory corruption and makes alsasrc work
25596 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25598 * ext/gnomevfs/gstgnomevfssink.c:
25599 (_gst_boolean_allow_overwrite_accumulator),
25600 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25601 Run glib's default signal handler (??) in RUN_CLEANUP rather than
25602 RUN_LAST, and don't use that to set the accumulator value because
25603 then it's always FALSE.
25605 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25607 * gst-libs/gst/riff/riff-media.c:
25608 (gst_riff_create_video_caps_with_data),
25609 (gst_riff_create_audio_caps),
25610 (gst_riff_create_audio_template_caps):
25611 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25612 Fix for unaligned RIFF files (i.e. where all the chunks together
25613 in a LIST chunk are not of the same size as the size given in
25614 the LIST chunk header). Fixes several odd WAVE files. Also fix
25615 ADPCM (block_align property) in audio, so that wavparse based
25616 on this works now as it used to stand-alone.
25618 2004-05-09 Edward Hervey <bilboed@bilboed.com>
25620 reviewed by Benjamin Otte <otte@gnome.org>
25622 * ext/a52dec/gsta52dec.c:
25623 * ext/divx/gstdivxdec.c:
25624 * ext/divx/gstdivxenc.c:
25625 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25626 * ext/faac/gstfaac.c: (gst_faac_base_init):
25627 * ext/faad/gstfaad.c: (gst_faad_base_init):
25628 * ext/ivorbis/vorbisfile.c:
25629 * ext/lame/gstlame.c:
25630 * ext/libfame/gstlibfame.c:
25631 * ext/mpeg2enc/gstmpeg2enc.cc:
25632 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25633 * ext/sidplay/gstsiddec.cc:
25634 * ext/speex/gstspeexdec.c:
25635 * ext/speex/gstspeexenc.c:
25636 * ext/xvid/gstxviddec.c:
25637 * ext/xvid/gstxvidenc.c:
25638 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25641 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
25643 * ext/alsa/gstalsa.c: (device_list),
25644 (gst_alsa_class_probe_devices):
25645 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25646 Fix alsa oddness in mixer after the combination of using mixer
25647 in source/sink elements and using hw:x,y instead of just hw:x.
25649 2004-05-09 Benjamin Otte <otte@gnome.org>
25651 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25652 (gst_wavparse_create_sourcepad):
25653 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25656 2004-05-09 Benjamin Otte <otte@gnome.org>
25658 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25659 allow discont events before caps nego
25661 2004-05-08 Benjamin Otte <otte@gnome.org>
25663 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25666 2004-05-08 Benjamin Otte <otte@gnome.org>
25668 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25669 (gst_level_change_state), (gst_level_init):
25670 * gst/level/gstlevel.h:
25671 figure out if we're initialized directly instead of keeping a
25672 variable that's wrong in 90% of cases
25673 don't initialize pads and then leak them and use a new unitialized
25674 pad. (fixes #142084)
25675 these were bugs so n00bish I didn't find them for an hour :/
25677 2004-05-08 Iain <iain@prettypeople.org>
25679 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25680 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25681 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25682 return the length that was read.
25683 (gst_riff_read_strf_auds): Allow fmt tags as well.
25685 2004-05-07 David Schleef <ds@schleef.org>
25687 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25688 signed char assumption in faad.h.
25690 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25692 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25693 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25695 2004-05-07 Colin Walters <walters@redhat.com>
25697 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25698 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25700 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25701 Add dispose function.
25703 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
25704 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25705 Fix caps nego and pad templates. RGB mode caps should
25707 * ext/dvdnav/gst-dvd:
25708 Move mpeg2dec inside the thread because otherwise the
25709 queue rejects cap changes mid-stream
25710 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25711 (gst_mpeg2dec_flush_decoder):
25712 For mpeg2dec > 0.4.0, call the flush function instead of
25713 manually extracting all in-flight frames.
25714 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25715 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25716 Change mime type video/dv go video/x-dv to match the
25717 rest of gst-plugins
25719 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25721 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25722 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25723 (gst_alsa_sink_class_init):
25724 * ext/alsa/gstalsasink.h:
25725 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25726 (gst_alsa_src_class_init):
25727 * ext/alsa/gstalsasrc.h:
25728 Make alsasink/src a subclass of alsamixer so that mixer stuff
25729 shows up in gst-rec. Needs some finetuning.
25731 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
25733 * ext/lame/gstlame.c: (gst_lame_chain):
25735 * ext/mad/gstmad.c: (gst_mad_handle_event):
25737 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25738 be able to detect mp3 files < 4096 bytes
25740 2004-05-06 Wim Taymans <wim@fluendo.com>
25742 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25743 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25744 (theora_enc_set_property), (theora_enc_get_property):
25745 Also encode the first frame, cleanup some code.
25747 2004-05-06 Wim Taymans <wim@fluendo.com>
25749 * ext/mpeg2enc/gstmpeg2enc.cc:
25750 Forward events first before deciding that negotiation was
25753 2004-05-06 Wim Taymans <wim@fluendo.com>
25755 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25756 First process the events before deciding that negotiation
25759 2004-05-06 Wim Taymans <wim@fluendo.com>
25761 * ext/theora/Makefile.am:
25762 * ext/theora/theora.c: (plugin_init):
25763 * ext/theora/theoradec.c: (theora_dec_change_state):
25764 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25765 (gst_theora_enc_class_init), (gst_theora_enc_init),
25766 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25767 (theora_enc_chain), (theora_enc_change_state),
25768 (theora_enc_set_property), (theora_enc_get_property):
25769 Added a theora encoder, grouped the encoder and decoder into the
25772 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
25774 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25775 (gst_jpegenc_chain):
25776 fix DURATION on outgoing buffers
25777 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25778 debug using time formats
25779 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25780 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25781 (gst_xvimagesink_sink_link):
25782 windows with width/height 0 generate X errors, so don't allow them
25784 2004-05-05 Wim Taymans <wim@fluendo.com>
25786 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25787 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25788 (gst_mpeg2dec_negotiate_format):
25789 * ext/mpeg2dec/gstmpeg2dec.h:
25790 removed the static pad template so that we can add the
25791 more accurate framerate value to the caps.
25794 2004-05-04 Benjamin Otte <otte@gnome.org>
25797 check for kdemacros.h, too (should fix #141821)
25798 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25799 don't crash if no header was sent, but nicely error out (fixes part
25802 2004-05-04 Wim Taymans <wim@fluendo.com>
25804 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25805 parent dispose function to avoid segfault on destroy.
25807 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
25809 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25811 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25812 (gst_xvimagesink_sink_link):
25813 clean up debugging caps
25814 also recreate xvimage when format has changed
25816 2004-05-04 Benjamin Otte <otte@gnome.org>
25818 * ext/libvisual/Makefile.am:
25819 * ext/libvisual/visual.c: (gst_visual_class_init),
25820 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25821 (gst_visual_srclink), (gst_visual_chain),
25822 (gst_visual_change_state), (plugin_init):
25823 use a GstAdapter to correctly adapt buffer sizes - allows using a
25826 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25828 * sys/v4l/gstv4lelement.h:
25829 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25830 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25831 (gst_v4lsrc_buffer_free):
25832 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25833 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25834 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25835 (gst_v4lsrc_requeue_frame):
25836 move some debugging categories around
25837 query for fps index and set accordingly if found
25839 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25841 * ext/lame/gstlame.c:
25842 correct defaults that lame_init puts out of range
25844 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25846 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25847 (gst_divxenc_class_init):
25848 fix range since -1 is the default
25849 * gst/mpeg1sys/gstmpeg1systemencode.c:
25850 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25851 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25852 (gst_rtjpegdec_chain):
25853 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25854 (gst_rtjpegenc_chain):
25855 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25856 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25857 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25858 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25859 * sys/v4l/gstv4lsrc.c:
25860 * sys/v4l/v4l_calls.c: (gst_v4l_open):
25861 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25862 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25863 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25864 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25865 remove gst_info calls
25867 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25876 Updated translations
25878 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25880 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25881 refactor/comment code
25883 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
25885 * gst/asfdemux/Makefile.am:
25886 * gst/asfdemux/asfheaders.c:
25887 * gst/asfdemux/asfheaders.h:
25888 * gst/asfdemux/gstasf.c: (plugin_init):
25889 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25890 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25891 (gst_asf_demux_setup_pad):
25892 * gst/asfdemux/gstasfdemux.h:
25893 * gst/asfdemux/gstasfmux.c:
25894 * gst/asfdemux/gstasfmux.h:
25895 Add tagging support to demuxer, split out registration in its own
25896 file instead of in demux (hacky), and prevent having some tables
25897 in our memory multiple times (in asfheaders.h).
25899 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
25901 * gst/matroska/matroska-demux.c:
25902 (gst_matroska_demux_parse_metadata):
25903 * gst/matroska/matroska-ids.h:
25904 Basic tag reading support.
25906 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
25908 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25909 Really detect ac-3 audio.
25910 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25911 really detect matroska files (off-by-1).
25913 2004-04-30 David Schleef <ds@schleef.org>
25915 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25916 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25917 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25918 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25919 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25920 hackage -- parse a lot more atoms, extract a few tags. One might even
25921 mistake this for tag support. Maybe it is.
25922 * gst/qtdemux/qtdemux.h:
25924 2004-04-30 Colin Walters <walters@verbum.org>
25926 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25928 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
25930 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25931 (gst_ffmpegcolorspace_getcaps):
25932 remove broken nego fix
25934 2004-04-30 Benjamin Otte <otte@gnome.org>
25938 * ext/libvisual/Makefile.am:
25939 * ext/libvisual/visual.c:
25940 add initial support for libvisual (http://libvisual.sourceforge.net)
25941 libvisual is still quite alpha, so expect crashes in there :)
25943 2004-04-29 David Schleef <ds@schleef.org>
25945 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25946 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25947 up qtdemux to make it spit out codec_data. Do _not_ look at this
25948 code; you will no longer respect me.
25950 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25952 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25953 * ext/alsa/gstalsa.h :
25954 change alsa pcm device discovery to find more than 1 device
25955 per card. code review by Ronald.
25957 2004-04-29 David Schleef <ds@schleef.org>
25959 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25960 Add a check for a driver bug on FreeBSD. (bug #140565)
25962 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
25964 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25965 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25966 (gst_jpegenc_getcaps):
25967 move format setting to inner loop
25968 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25969 (gst_ffmpegcolorspace_getcaps):
25970 use GST_PAD_CAPS if available so that we use already negotiated
25972 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25973 (qtdemux_parse_moov), (qtdemux_parse):
25975 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25976 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25977 move hardcoded path to DEFINE
25979 2004-04-28 David Schleef <ds@schleef.org>
25981 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
25984 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
25986 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25987 Don't probe for playback device if we're a source element. Fixes
25990 2004-04-29 Benjamin Otte <otte@gnome.org>
25992 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25993 (gst_id3_tag_chain):
25994 rewrite buffer offset
25996 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26000 * ext/dts/Makefile.am:
26001 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26002 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26003 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26004 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26005 (gst_dtsdec_loop), (gst_dtsdec_change_state),
26006 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26008 * ext/dts/gstdtsdec.h:
26010 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26011 (gst_faad_srcconnect):
26012 Add ESDS atom handling (.m4a).
26014 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
26016 * ext/divx/gstdivxdec.c: (plugin_init):
26017 Remove comment that makes no sense.
26018 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26019 Fix for obvious typo that resulted in warnings during gst-register.
26020 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26021 (gst_xviddec_sink_link):
26022 Fix caps negotiation a bit better.
26023 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26024 We call this 'codec_data', not 'esds'.
26026 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26028 * gst/monoscope/gstmonoscope.c:
26029 make sure we only provide 256x128
26030 * gst/monoscope/monoscope.c: (monoscope_init):
26031 assert size of 256x128
26033 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26036 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26037 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26038 fixate to max width and height of device
26040 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26043 * sys/v4l/gstv4l.c:
26044 * sys/v4l/gstv4lsrc.c:
26045 * sys/v4l/v4l_calls.c:
26046 * sys/v4l/v4lsrc_calls.c:
26047 fix for qc-usb driver which fakes having more than one buffer
26048 by handing the same buffer twice, which confused GStreamer's/v4lsrc
26049 buffer_free override
26052 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26055 * gst/videotestsrc/gstvideotestsrc.c:
26056 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26057 (gst_videotestsrc_init), (gst_videotestsrc_get),
26058 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26059 * gst/videotestsrc/gstvideotestsrc.h:
26060 add num-buffers property
26062 2004-04-26 Benjamin Otte <otte@gnome.org>
26064 * ext/mad/gstid3tag.c: (plugin_init):
26065 set id3mux rank to NONE so it doesn't confuse spider
26066 require audio/mpeg,mpegversion=1 in id3mux
26068 2004-04-26 Benjamin Otte <otte@gnome.org>
26071 detect faad correctly as non-working if it's indeed non-working
26073 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
26076 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26077 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26078 fix _getcaps so it only negotiates to its supported format
26080 2004-04-25 Benjamin Otte <otte@gnome.org>
26082 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26085 2004-04-23 Benjamin Otte <otte@gnome.org>
26087 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26088 audio/x-raw-int with height rules! not. Now it's depth.
26090 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
26092 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26093 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26094 (gst_wavparse_loop):
26095 Missing variable initialization. Add handling of DVI ADPCM. Fix
26096 mis-parsing of LIST chunks. This works around a bug where we mis-
26097 parse non-aligning LIST chunks (so LIST chunks where the contents
26098 don't align with the actual LIST size). The correct fix is to use
26099 rifflib, I'm not going to fix wavparse - too much work. All this
26102 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26104 reviewed by Benjamin Otte <otte@gnome.org>
26106 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26107 fix shoutcast not working (fixes #140844)
26109 2004-04-22 Benjamin Otte <otte@gnome.org>
26111 * ext/hermes/gsthermescolorspace.c:
26112 (gst_hermes_colorspace_caps_remove_format_info):
26113 * gst/colorspace/gstcolorspace.c:
26114 (gst_colorspace_caps_remove_format_info):
26115 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26116 (gst_ffmpegcolorspace_caps_remove_format_info):
26117 s/gst_caps_simplify/gst_caps_do_simplify/
26119 2004-04-22 Benjamin Otte <otte@gnome.org>
26121 * gst-libs/gst/riff/riff-media.c:
26122 (gst_riff_create_video_caps_with_data):
26123 mpegversion is an int
26124 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26125 don't try to create pad templates with NULL caps, use any caps
26128 2004-04-20 David Schleef <ds@schleef.org>
26130 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26131 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
26134 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26136 reviewed by David Schleef
26138 * ext/mad/gstid3tag.c: Add stdlib.h
26139 * gst/rtp/gstrtpgsmenc.c: same
26140 * gst/tags/gstid3tag.c: same
26141 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26142 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26143 GST_DISABLE_LOADSAVE use.
26144 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26145 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26146 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26148 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26149 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26151 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26152 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26154 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26157 2004-04-20 David Schleef <ds@schleef.org>
26159 * gst/realmedia/rmdemux.c: This was supposed to part of the
26160 last checkin. Same idea.
26162 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26164 reviewed by David Schleef
26166 * configure.ac: bump required gstreamer version to 0.8.1.1
26167 because of following changes [--ds]
26169 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
26170 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26171 (gst_riff_read_header): Use GST_READ_UINT*
26172 macros to access possibly unaligned memory.
26174 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26175 (mp3_type_find): Use GST_READ_UINT*
26176 macros to access possibly unaligned memory.
26177 (mp3_type_find, mpeg1_parse_header, qt_type_find)
26178 (speex_type_find): Likewise
26180 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26182 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26183 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26184 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26185 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26186 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26187 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
26188 macros to access possibly unaligned memory.
26190 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26193 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26194 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26196 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26199 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26200 (gst_mpeg2subt_chain_subtitle): Likewise.
26202 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26203 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26206 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26209 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26212 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26215 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26218 update required version of GStreamer because of GST_TIME_FORMAT
26220 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
26222 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26223 remove leftover g_print
26224 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26225 don't try setting only a subset of the caps. We don't want to kill
26226 autoplugging on purpose
26228 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26230 * sys/ximage/ximagesink.c: (plugin_init):
26231 * sys/xvimage/xvimagesink.c: (plugin_init):
26232 add debugging categories
26234 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26238 Adding en_GB translation (Gareth Owen)
26240 2004-04-20 David Schleef <ds@schleef.org>
26242 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26243 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26244 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26245 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26246 A number of new features and hacks to extract the esds atom and
26247 put it into the caps. (bug #137724)
26249 2004-04-19 David Schleef <ds@schleef.org>
26251 * gconf/Makefile.am: Fix for non-GNU make
26252 * gst-libs/gst/Makefile.am: Change directory order to handle
26253 GstPlay linking with gstinterfaces
26254 * gst-libs/gst/audio/make_filter: make use of tr portable
26255 * gst-libs/gst/play/Makefile.am: Add intended \
26256 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26257 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26258 function prototype instead of void *.
26259 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26261 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26262 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26263 * gst/videofilter/make_filter: make use of tr portable
26264 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26266 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
26270 Added Ukrainian translation (Maxim V. Dziumanenko)
26272 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26274 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26275 (gst_gsmdec_link), (gst_gsmdec_chain):
26276 Fix capsnego, simplify chain function slightly.
26277 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26280 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26282 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26283 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26284 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26285 Hack to make wavparse work with spider (always -> sometimes pad).
26286 Fixes #135862 && #140411.
26288 2004-04-18 Benjamin Otte <otte@gnome.org>
26290 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26291 (gst_osselement_rate_probe_check),
26292 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26293 get rid of \n in debug output
26295 2004-04-17 Iain <iain@prettypeople.org>
26297 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26300 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26302 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26303 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26304 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26305 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26306 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26307 (gst_id3_tag_change_state), (plugin_init):
26308 deprecate id3tag element and replace with id3demux/id3mux.
26309 great side effect: this ugly file is now even uglier, yay!
26310 * ext/mad/gstmad.h:
26311 remove non-available function
26312 update for new get_type
26314 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26317 require mpeg2dec >= 0.4.0
26319 2004-04-17 Benjamin Otte <otte@gnome.org>
26321 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26322 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26323 (gst_xvimagesink_set_xwindow_id):
26324 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26325 assorted cleanup fixes.
26327 2004-04-16 David Schleef <ds@schleef.org>
26329 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26330 * sys/xvimage/xvimagesink.h: same
26332 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
26334 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26335 Fix GST_ELEMENT_ERROR with (NULL)
26337 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26339 * gst-libs/gst/riff/riff-media.c:
26340 (gst_riff_create_video_caps_with_data):
26341 Add div[3456] as fourccs for DivX 3 (fixes #140137).
26343 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26345 * gst-libs/gst/riff/riff-media.c:
26346 (gst_riff_create_video_caps_with_data),
26347 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26348 (gst_riff_create_video_template_caps),
26349 (gst_riff_create_audio_template_caps):
26350 * gst-libs/gst/riff/riff-media.h:
26351 * gst-libs/gst/riff/riff-read.c:
26352 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26353 * gst-libs/gst/riff/riff-read.h:
26354 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26355 Add MS RLE support. I added some functions to read out strf chunks
26356 into strf chunks and the data behind it. This is usually color
26357 palettes (as in RLE, but also in 8-bit RGB). Also use those during
26358 caps creation. Lastly, add ADPCM (similar to wavparse - which
26359 should eventually be rifflib based).
26360 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26361 (gst_matroska_demux_init), (gst_matroska_demux_reset):
26362 * gst/matroska/matroska-demux.h:
26363 Remove placeholders for some prehistoric tagging system. Didn't add
26364 support for any tag system really anyway.
26365 * gst/qtdemux/qtdemux.c:
26366 Add support for audio/x-m4a (MPEG-4) through spider.
26367 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26368 (gst_wavparse_loop):
26369 ADPCM support (#135862). Increase max. buffer size because we
26370 cannot split buffers for ADPCM (screws references) and I've seen
26371 files with 2048 byte chunks. 4096 seems safe for now.
26373 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26375 * configure.ac: bump nano to 1
26377 === release 0.8.1 ===
26379 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26381 * configure.ac: releasing 0.8.1, "Comforting Sounds"
26383 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26385 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26386 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26389 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26391 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26392 lower rank of dvddemux so that it's not used for mpeg playback.
26394 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26397 save libs correctly when checking mad
26399 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26401 * ext/mad/gstid3tag.c: (plugin_init):
26402 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
26404 2004-04-13 David Schleef <ds@schleef.org>
26406 * common/m4/gst-feature.m4: Call -config scripts with
26407 --plugin-libs if it is supported.
26408 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26409 JPEG images are image/jpeg.
26410 * gst/debug/Makefile.am:
26411 * gst/debug/negotiation.c: (gst_negotiation_class_init),
26412 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26413 (gst_negotiation_update_caps), (gst_negotiation_get_property),
26414 (gst_negotiation_plugin_init): Add a property that acts like
26416 * testsuite/gst-lint: Move license checking to be a standard
26419 2004-04-13 David Schleef <ds@schleef.org>
26421 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26422 patch from Sebastien Cote (bug #139958)
26424 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26426 * examples/gstplay/Makefile.am:
26427 * examples/gstplay/player.c: (main):
26428 make the commandline player example use gconf settings
26430 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26432 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26433 (gst_cacasink_sinkconnect), (gst_cacasink_init),
26434 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26435 init/end library during state transition, not object
26436 creation/disposal. get rid of custom dispose handler.
26439 2004-04-12 Christian Schaller <Uraeus@gnome.org>
26441 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26444 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26446 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26447 Handle JUNK chunks inside data section. Prevents warnings.
26449 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26451 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26452 (gst_riff_create_video_template_caps):
26454 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26455 (gst_avi_demux_stream_data):
26456 Add support for "rec-list" chunks.
26458 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26460 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26461 Fix another codecname mismatch.
26463 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26465 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26466 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26467 so that MJPEG plays back.
26469 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26471 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26472 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26473 * gst/mpeg1videoparse/gstmp1videoparse.h:
26474 Fix for some slight mis-cuts in buffer parsing, and for some
26475 potential overflows or faults-causers. Adds disconts. Also fixes
26476 #139105 while we're at it.
26478 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26481 * sys/v4l2/gstv4l2element.h:
26482 Workaround for missing struct v4l2_buffer declaration in Suse 9
26483 and Mandrake 10 linux/videodev2.h header file (#135919).
26485 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26487 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26488 Bail out if no filename was given.
26490 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26492 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26493 (gst_v4l2_fourcc_from_structure):
26494 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26497 2004-04-09 Benjamin Otte <otte@gnome.org>
26499 * ext/gnomevfs/gstgnomevfssink.c:
26500 (_gst_boolean_allow_overwrite_accumulator),
26501 (gst_gnomevfssink_class_init):
26502 fix erase signal - if any handler returns false the file will not be
26503 overwritten. If no handler is connected, the file will not be
26504 overwritten either.
26505 renamed signal to "allow-overwrite"
26506 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26507 free string when adding it to ID3 failed
26508 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26509 unref event when done
26510 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26512 * gst/typefind/gsttypefindfunctions.c:
26513 (mpeg_video_stream_type_find):
26516 2004-04-08 David Schleef <ds@schleef.org>
26518 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26519 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26521 2004-04-08 David Schleef <ds@schleef.org>
26523 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26524 we don't support (bug #139532)
26526 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
26528 * ext/mad/gstmad.c: (gst_mad_handle_event),
26529 (gst_mad_check_caps_reset), (gst_mad_chain),
26530 (gst_mad_change_state):
26531 only set explicit caps if they haven't been set before for
26532 this stream. MPEG-audio sample rate/channels aren't allowed
26533 to change in-stream.
26536 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26538 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26539 (_gst_boolean_did_something_accumulator),
26540 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26541 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26542 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26543 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26544 (gst_gnomevfssink_change_state):
26545 Fix erase signal. Don't erase by default. Remove handoff signal.
26546 Remove erase property. Don't segfault. General cleanup.
26548 2004-04-07 Benjamin Otte <otte@gnome.org>
26550 * gst-libs/gst/gconf/test-gconf.c: (main):
26551 add missing gst_init
26553 2004-04-07 Benjamin Otte <otte@gnome.org>
26555 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26556 free the mutexes, too
26558 2004-04-07 Benjamin Otte <otte@gnome.org>
26560 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26561 actually free the URI string
26562 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26563 compute offset correctly when passing discont events
26564 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26565 don't leak discont events
26566 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26567 add some missing breaks so caps aren't copied randomly
26568 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26569 if we realloc memory, we better use it
26571 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
26573 * ext/mad/gstmad.c: (normal_seek):
26574 fix GST_FORMAT_TIME usage
26576 2004-04-05 David Schleef <ds@schleef.org>
26578 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
26579 a deprecated function (hack!)
26581 2004-04-05 Benjamin Otte <otte@gnome.org>
26583 * ext/esd/esdmon.c: (gst_esdmon_get):
26584 fix nonterminated vararg and memleak
26586 2004-04-05 Benjamin Otte <otte@gnome.org>
26588 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26589 (gst_ladspa_init), (gst_ladspa_force_src_caps),
26590 (gst_ladspa_set_property), (gst_ladspa_get_property),
26591 (gst_ladspa_instantiate), (gst_ladspa_activate),
26592 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26595 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
26597 reviewed by Benjamin Otte <otte@gnome.org>
26599 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26600 check for broken LADSPA parameters (fixes #138635)
26602 2004-04-05 Benjamin Otte <otte@gnome.org>
26604 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26605 advertise buffer-frames correctly on sinkpads
26607 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26609 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26610 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26611 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26612 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26613 (gst_mad_check_caps_reset), (gst_mad_chain):
26614 add more debugging, only reset caps when we're not in error state
26616 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26618 * ext/mad/gstmad.c: add debugging category, comment + cleanups
26620 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26622 reviewed by Benjamin Otte <otte@gnome.org>
26625 fix == in test(1) operator
26627 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26629 reviewed by Benjamin Otte <otte@gnome.org>
26632 fix --export-symblos-regex to a working regex.
26634 2004-04-04 Benjamin Otte <otte@gnome.org>
26636 * sys/oss/.cvsignore:
26639 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
26641 reviewed by Benjamin Otte <otte@gnome.org>
26643 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26644 add missing 'new_media' argument (fixes #138168)
26645 * gst/matroska/matroska-demux.c:
26646 (gst_matroska_demux_handle_seek_event):
26647 add vararg terminator (fixes #138169)
26649 2004-04-02 David Schleef <ds@schleef.org>
26651 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
26652 disted (bug #138914)
26654 2004-04-01 Benjamin Otte <otte@gnome.org>
26656 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26657 (gst_alsa_close_audio):
26658 handle case better where a soundcard can't pause
26659 * ext/ogg/gstoggdemux.c:
26660 don't crash when we get events but don't have pads yet
26662 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26664 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26665 throw an error if we couldn't probe any caps.
26667 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26669 * ext/dvdnav/gst-dvd:
26670 Add a really simple sample DVD player
26672 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26674 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26675 (gst_a52dec_push), (gst_a52dec_handle_event),
26676 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26677 (gst_a52dec_change_state):
26678 * ext/a52dec/gsta52dec.h:
26679 Use a debug category, Output timestamps correctly
26680 Emit tag info, Handle events, tell liba52dec about cpu
26681 capabilities so it can use MMX etc.
26682 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26683 Fix a crasher accessing invalid memory
26684 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26685 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26686 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26687 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26689 Some support for byte-format seeking.
26690 Small fixes for still frames and menu button overlays
26691 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26692 (gst_mpeg2dec_alloc_buffer):
26693 Use a debug category. Adjust the report level of several items to
26694 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26695 so it doesn't lose the GstBuffer pointer
26696 * gst/debug/Makefile.am:
26697 * gst/debug/gstdebug.c: (plugin_init):
26698 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26699 (gst_navseek_base_init), (gst_navseek_class_init),
26700 (gst_navseek_init), (gst_navseek_seek),
26701 (gst_navseek_handle_src_event), (gst_navseek_set_property),
26702 (gst_navseek_get_property), (gst_navseek_chain),
26703 (gst_navseek_plugin_init):
26704 * gst/debug/gstnavseek.h:
26705 Add the navseek debug element for seeking back and forth in a
26706 video stream using arrow keys.
26707 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26708 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26709 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26710 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26711 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26712 (gst_mpeg2subt_parse_header), (gst_get_nibble),
26713 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26714 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26715 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26716 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26717 * gst/mpeg2sub/gstmpeg2subt.h:
26718 Pretty much a complete rewrite. Now a loopbased element. May still
26719 require work to properly synchronise subtitle buffers.
26720 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26721 (gst_dvd_demux_send_subbuffer):
26722 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26723 Don't attempt to create subbuffers of size 0
26724 Reduce a couple of error outputs to warnings.
26725 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26726 (gst_y4mencode_chain):
26727 Output the y4m frame header correctly.
26729 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26731 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26732 throw errors instead of allowing SIGFPE
26734 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26736 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26737 (gst_gconf_render_bin_from_key):
26738 leak plugging and style fixing
26740 2004-03-31 David Schleef <ds@schleef.org>
26742 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26743 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26745 * gst/debug/Makefile.am:
26746 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26747 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
26749 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26750 (gst_negotiation_base_init), (gst_negotiation_class_init),
26751 (gst_negotiation_init), (gst_negotiation_getcaps),
26752 (gst_negotiation_pad_link), (gst_negotiation_chain),
26753 (gst_negotiation_set_property), (gst_negotiation_get_property),
26754 (gst_negotiation_plugin_init): New element to talk about random
26755 negotiation things happening in a pipeline.
26757 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26759 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26760 fix integer addition with help of Stefan Kost
26762 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26764 * po/nl.po: updated Dutch translation (Elros Cyriatan)
26766 2004-03-30 David Schleef <ds@schleef.org>
26768 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26769 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
26770 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26772 * ext/mpeg2dec/gstmpeg2dec.h:
26774 2004-03-30 David Schleef <ds@schleef.org>
26776 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26778 2004-03-30 David Schleef <ds@schleef.org>
26780 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
26781 Michael Petullo) to handle .mov
26783 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26785 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26786 (gst_osselement_rate_check_rate):
26787 probe caps correctly for sound cards that only support one format
26789 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26791 * ext/kio/kiosrc.cpp: (process_events):
26792 update handling event processing if inside KDE - untested
26794 2004-03-29 David Schleef <ds@schleef.org>
26796 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26797 by 2 to not interfere with other colorspaces.
26798 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26799 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26800 one to not interfere with ffmpeg_colorspace.
26802 2004-03-29 David Schleef <ds@schleef.org>
26804 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26805 aren't in the caps.
26806 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26807 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26809 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26811 * gst-libs/gst/riff/riff-media.c:
26812 fail on error, don't try to set stuff on NULL caps
26814 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26818 * ext/kio/Makefile.am:
26819 * ext/kio/kioreceiver.cpp:
26820 * ext/kio/kioreceiver.h:
26821 * ext/kio/kiosrc.cpp:
26822 * ext/kio/kiosrc.h:
26823 add experimental kiosrc plugin
26824 * ext/alsa/gstalsaplugin.c: (plugin_init):
26825 initialize debugging category only when we're sure registering the
26828 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26830 * examples/gstplay/player.c: (main):
26831 * gst-libs/gst/play/play.c: (gst_play_class_init),
26832 (gst_play_set_location), (gst_play_set_data_src),
26833 (gst_play_set_video_sink), (gst_play_set_audio_sink),
26834 (gst_play_set_visualization), (gst_play_connect_visualization):
26835 check return values of element_set_state and return FALSE where
26838 2004-03-29 Benjamin Otte <otte@gnome.org>
26840 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26841 try harder to check if an event is really a discont
26843 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26845 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26848 2004-03-28 Benjamin Otte <otte@gnome.org>
26850 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26851 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26852 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26853 get rid of non-standard "..." ranges in case statements.
26855 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
26857 * gst/mpegstream/gstmpegdemux.c:
26858 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26859 specific functionality split to the new dvddemux element.
26860 * gst/mpegstream/gstdvddemux.c:
26861 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26862 streams, derived from mpegdemux.
26863 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26864 up. SCR based timestamp rewriting can be turned off (will probably
26865 completely disappear soon).
26866 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26867 hacking. General cleanup. All printf statements replaced by
26868 debugging messages. Almost complete libdvdnav support.
26869 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26870 by events. New properties for audio and subpicture languages.
26871 (dvdnavsrc_update_highlight): Now uses events.
26872 (dvdnavsrc_user_op): Cleaned up.
26873 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26874 based). Lots of cleanup, and propper support for most libdvdnav
26876 (dvdnavsrc_make_dvd_event): New function.
26877 (dvdnavsrc_make_dvd_nav_packet_event): New function.
26878 (dvdnavsrc_make_clut_change_event): New function.
26880 2004-03-26 Benjamin Otte <otte@gnome.org>
26882 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26883 fix bug where typefinding would claim it's theora whenever less then
26884 7 bytes of data were available
26886 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
26888 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26889 (gst_alawdec_base_init), (gst_alawdec_class_init),
26890 (gst_alawdec_init), (gst_alawdec_chain):
26891 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26892 (gst_alawenc_base_init), (gst_alawenc_class_init),
26893 (gst_alawenc_init), (gst_alawenc_chain):
26894 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26895 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26896 (gst_mulawdec_init), (gst_mulawdec_chain):
26897 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26898 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26899 (gst_mulawenc_init), (gst_mulawenc_chain):
26900 Fix capsnego in all four, remove the unused property functions and
26901 simplify the chain functions slightly. I guess we could use macros
26902 or something similar for those, since the code is so similar, but
26903 I'm currently too lazy...
26905 2004-03-24 David Schleef <ds@schleef.org>
26907 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26908 (gst_osselement_close_audio), (gst_osselement_probe_caps),
26909 (gst_osselement_get_format_structure),
26910 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26911 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26912 (gst_osselement_rate_int_compare): Add code to handle rate probing
26914 * sys/oss/gstosselement.h: same
26915 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26916 Use rate probing provided by osselement.
26917 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26919 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
26921 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26922 (gst_xvidenc_get_property):
26925 2004-03-24 David Schleef <ds@schleef.org>
26927 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26928 (gst_speexdec_init):
26929 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26930 (gst_speexenc_init): Create the pad template correctly (from
26931 the static pad template, not a NULL pointer.)
26933 2004-03-25 Benjamin Otte <otte@gnome.org>
26935 * gst/debug/Makefile.am:
26936 * gst/debug/breakmydata.c:
26937 add element that quasi-randomly changes bytes in the stream.
26938 Intended use is robustness checking of demuxers and decoders in
26941 2004-03-24 Benjamin Otte <otte@gnome.org>
26943 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26944 (gst_alsa_probe_hw_params):
26945 * ext/alsa/gstalsa.h:
26946 debugging output fixes
26948 2004-03-24 Benjamin Otte <otte@gnome.org>
26950 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26951 don't g_return_if_fail if element is PLAYING, fail silently as every
26953 * gst/effectv/gstquark.c: (gst_quarktv_chain):
26954 only fix needed for cast lvalue issues in gst-plugins
26955 * gst/volenv/gstvolenv.c: (gst_volenv_init):
26958 2004-03-24 Benjamin Otte <otte@gnome.org>
26960 * gst/level/gstlevel.c: (gst_level_init):
26961 add proxying getcaps function, so level doesn't advertise impossible
26964 2004-03-24 David Schleef <ds@schleef.org>
26966 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26967 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26968 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26969 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26970 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26971 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26972 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26973 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26974 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
26975 messages. Divide the chunk size by the compression ratio
26976 (needed for MACE audio)
26978 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26980 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26981 Fix buffer overflow read error.
26983 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26985 * ext/alsa/gstalsa.h:
26986 Remove unused entry.
26987 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26989 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26990 (gst_videodrop_link), (gst_videodrop_chain):
26991 Fix, sort of. Was horribly broken with new capsnego. Bah...
26993 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
26995 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26997 Add a monkeysaudio typefind function
26999 2004-03-23 Johan Dahlin <johan@gnome.org>
27001 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27002 (gst_play_video_fixate): Check so the structure has the field
27003 before trying to fixate them, this makes it possible to have
27004 fakesinks for video and audio output without printing errors on
27005 the output console.
27007 2004-03-22 David Schleef <ds@schleef.org>
27009 * sys/oss/Makefile.am:
27010 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27011 (check_rate), (add_rate): Rate probing test app.
27013 2004-03-21 Benjamin Otte <otte@gnome.org>
27015 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27016 (_fixate_caps_to_int), (gst_audio_convert_fixate):
27017 add a fixation function that pretty much does the right thing (fixes
27020 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
27022 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27024 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
27026 reviewed by: Benjamin Otte <otte@gnome.org>
27028 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27029 terminate gst_event_new_discontinuous correctly (fixes parts of
27032 2004-03-19 David Schleef <ds@schleef.org>
27034 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
27035 since it doesn't depend on X, and it's part of our ABI.
27037 2004-03-19 Iain <iain@prettypeople.org>
27039 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27040 is_int in the structure, not the local variable.
27042 2004-03-19 David Schleef <ds@schleef.org>
27044 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27045 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27046 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27047 Improvements in caps negotiation.
27049 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27053 adding Afrikaans (Petri Jooste)
27055 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27057 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27058 (gst_ffmpegcolorspace_chain):
27059 throw error instead of g_critical (#137588)
27061 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27065 dist common and m4 correctly
27068 2004-03-17 David Schleef <ds@schleef.org>
27070 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
27073 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27077 adding Swedish translation (Christian Rose)
27079 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27081 * Makefile.am: use release.mak
27083 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27085 * common/ChangeLog:
27086 * common/gst-autogen.sh:
27087 add some explanation about the version detection
27091 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27093 * configure.ac: bump nano to 1
27095 === release 0.8.0 ===
27097 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27099 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27101 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27104 update libtool version
27105 * gst-libs/gst/media-info/Makefile.am:
27106 actually use libtool version
27108 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27110 * configure.ac: fix speex detection to work with 1.0 but not 1.1
27112 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27115 * gst-plugins.spec.in:
27116 * pkgconfig/Makefile.am:
27117 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27118 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27119 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27120 * pkgconfig/gstreamer-libs.pc.in:
27121 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27122 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27123 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27124 * pkgconfig/gstreamer-plugins.pc.in:
27125 remove @VERSION@ from some of the pc files since core and plugins
27127 created gstreamer-plugins.pc as it's a better name, but keeping
27128 -libs around for now to get fixes upstream done first.
27130 2004-03-15 Julien MOUTTE <julien@moutte.net>
27132 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27133 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27134 * gst-libs/gst/play/play.h:
27136 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27138 * *.c, *.cc: don't mix tabs and spaces
27140 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27142 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27143 use the new ffmpegcolorspace
27144 * gst-plugins.spec.in:
27145 package new colorspace and media-info
27147 * pkgconfig/Makefile.am:
27148 fix some more disting issues
27149 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27150 * pkgconfig/gstreamer-media-info.pc.in:
27151 generate media-info pc files
27153 2004-03-15 Johan Dahlin <johan@gnome.org>
27155 * *.h: Revert indenting
27157 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27160 adding ffmpegcolorspace element
27161 * gst/ffmpegcolorspace/Makefile.am:
27162 * gst/ffmpegcolorspace/avcodec.h:
27163 * gst/ffmpegcolorspace/common.h:
27164 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27165 * gst/ffmpegcolorspace/dsputil.h:
27166 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27167 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27168 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27169 (gst_ffmpeg_caps_to_pix_fmt):
27170 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27171 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27172 (gst_ffmpegcolorspace_caps_remove_format_info),
27173 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27174 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27175 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27176 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27177 (gst_ffmpegcolorspace_set_property),
27178 (gst_ffmpegcolorspace_get_property),
27179 (gst_ffmpegcolorspace_register):
27180 * gst/ffmpegcolorspace/imgconvert.c:
27181 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27182 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27183 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27184 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27185 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27186 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27187 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27188 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27189 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27190 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27191 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27192 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27193 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27194 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27195 (img_get_alpha_info), (deinterlace_line),
27196 (deinterlace_line_inplace), (deinterlace_bottom_field),
27197 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27198 * gst/ffmpegcolorspace/imgconvert_template.h:
27199 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27200 * gst/ffmpegcolorspace/mmx.h:
27201 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27202 adding ffmpegcolorspace element supplied by Ronald after cleaning
27203 up and pulling in the right bits of upstream source.
27204 I'm sure a better C/compiler wizard could do some cleaning up (for
27205 example use GLIB's malloc stuff), but as a first pass this
27208 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27210 * ext/alsa/gstalsa.h:
27211 I assume Ronald forgot to commit the change to have cardname
27212 as a struct member. Expect some public spanking at the next
27215 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
27217 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27218 (gst_alsa_open_audio), (gst_alsa_close_audio):
27219 * ext/alsa/gstalsa.c:
27220 Don't open the device if we're a mixer (= padless).
27221 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27222 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27223 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27224 Open mixer during state change rather than during object
27225 initialization. Also, get a device name. Currently in a somewhat
27226 hackish fashion, but I didn't really find something better.
27228 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
27230 * *.c, *.h: run gst-indent
27232 2004-03-14 Benjamin Otte <otte@gnome.org>
27234 * gst/modplug/gstmodplug.cc:
27235 * gst/modplug/gstmodplug.h:
27236 set correct timestamps on outgoing buffers
27238 2004-03-14 Benjamin Otte <otte@gnome.org>
27240 * gst/modplug/gstmodplug.cc:
27241 handle events - don't do crap when a discont arrives that's not
27243 This allows correct loading and playback of mods in Rhythmbox
27245 2004-03-14 Benjamin Otte <otte@gnome.org>
27248 * gst-libs/gst/gconf/Makefile.am:
27249 * pkgconfig/Makefile.am:
27250 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27251 they get rebuilt properly
27253 when checking for vorbis, try pkgconfig first.
27254 * gst/modplug/gstmodplug.cc:
27255 add fixate function
27257 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
27259 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27260 Fix for obvious mistake, where we first shift the offset and then
27261 read a samplesize element assuming the old offset. Note that this
27262 part still has something weird, i.e. my movies containing those
27263 don't actually play well, but at least there's something that looks
27266 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
27267 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27269 Add a typefind function for speex format
27271 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27273 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27274 (gst_asf_demux_setup_pad):
27275 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27276 instead of 0. Reason is simple: some elements have a fps range
27277 of 1-max instead of 0-max. So now ASF video actually works.
27279 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
27283 adding serbian as a language
27285 2004-03-13 Benjamin Otte <otte@gnome.org>
27287 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27288 return taglist correctly from _get function, don't gst_pad_push it.
27291 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27292 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27294 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27296 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27297 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27298 (gst_alsa_mixer_track_new):
27299 * ext/alsa/gstalsamixertrack.h:
27300 Fix ancient leftovers... MixerTrack is a GObject.
27302 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27304 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27305 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27306 Don't block during probing...
27308 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
27310 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27311 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27312 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27313 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27314 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27315 (gst_alsa_open_audio), (gst_alsa_close_audio):
27316 * ext/alsa/gstalsa.h:
27317 Add propertyprobe interface implementation, add some device-name
27318 property, all this so that it looks good in gnome-volume-control.
27320 2004-03-12 David Schleef <ds@schleef.org>
27322 * configure.ac: the Hermes library controls hermescolorspace, not
27324 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27325 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27327 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27328 * ext/sdl/sdlvideosink.h: ditto.
27329 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27331 2004-03-12 Benjamin Otte <otte@gnome.org>
27333 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27334 (gst_x_overlay_got_xwindow_id):
27335 * gst-libs/gst/xoverlay/xoverlay.h:
27336 replace XID with unsigned long to get rid of the xlibs dependency in
27337 XOverlay (fixes #137004)
27339 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27340 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27341 (gst_agingtv_setup):
27342 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27343 (gst_dicetv_base_init), (gst_dicetv_class_init),
27344 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27345 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27346 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27347 (gst_edgetv_setup), (gst_edgetv_rgb32):
27348 * gst/effectv/gsteffectv.c:
27349 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27350 (gst_quarktv_set_property):
27351 * gst/effectv/gstrev.c: (gst_revtv_get_type),
27352 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27353 (gst_revtv_setup), (gst_revtv_rgb32):
27354 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27355 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27356 (gst_shagadelictv_init), (gst_shagadelictv_setup),
27357 (gst_shagadelictv_rgb32):
27358 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27359 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27360 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27361 * gst/effectv/gstwarp.c:
27362 Port everything that can be ported to videofilter and fix up the caps.
27363 Can someone with a big-endian machine please check these?
27365 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27367 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27368 (gst_osssink_chain), (gst_osssink_change_state):
27369 Latest fixes for A/V sync, audio playback and such. This is about
27370 all... MPEG playback issues are mostly related to the async build-
27371 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27373 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27375 patch from: Stephane Loeuillet
27378 use pkg-config for some libraries, falling back to the old .m4 way
27383 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27386 * tools/Makefile.am:
27387 * tools/Makefile.in:
27388 * tools/gst-launch-ext-m.m:
27389 * tools/gst-launch-ext.1.in:
27390 * tools/gst-visualise-m.m:
27391 * tools/gst-visualise.1:
27392 * tools/gst-visualise.1.in:
27393 reorganizing generation of script tools
27395 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27397 * ext/divx/gstdivxdec.c:
27398 Downgrade priority. We prefer ffdec_mpeg4.
27399 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27400 (gst_faad_chain), (gst_faad_change_state):
27401 Fix capsnego. Doesn't work for some sounds because we don't have
27402 a 5:1 to stereo element.
27403 * ext/xvid/gstxvid.c: (plugin_init):
27405 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27406 (gst_osssink_change_state):
27407 Add discont handling.
27409 2004-03-09 Colin Walters <walters@verbum.org>
27411 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27414 2004-03-09 Benjamin Otte <otte@gnome.org>
27416 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27417 the signals take 2 arguments
27419 2004-03-09 David Schleef <ds@schleef.org>
27421 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27422 (gst_alsa_fixate): Add fixate function. (bug #136686)
27423 * ext/alsa/gstalsa.h:
27424 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27426 2004-03-09 Benjamin Otte <otte@gnome.org>
27428 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27429 (gst_mikmod_change_state):
27430 * ext/mikmod/gstmikmod.h:
27431 make mikmod's loop function not loop infinitely and call
27432 gst_element_yield anymore
27433 * gst/modplug/gstmodplug.cc:
27434 fix pad negotiation (fixes #136590)
27436 2004-03-09 David Schleef <ds@schleef.org>
27438 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
27439 doesn't conflict with the internal colorspace plugin.
27440 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
27441 satisfy the crappy-ass shell shipped by a certain vendor.
27442 * gst/videofilter/make_filter: same (bug #135299)
27444 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27446 * configure.ac: bump nano to 1
27448 === release 0.7.6 ===
27450 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27452 * configure.in: releasing 0.7.6, "There"
27454 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27456 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27457 * pkgconfig/gstreamer-play.pc.in:
27458 synchronize the two
27460 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27462 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27463 (cdparanoia_open), (cdparanoia_event):
27464 fix/add error handling
27466 add cdparanoia source
27467 * tools/Makefile.am:
27468 make scripts executable
27470 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27473 * ext/vorbis/Makefile.am:
27475 remove id3types, vorbisfile and xvideosink from the build (#133783)
27477 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
27479 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27480 Fix metadata read crash (#136537).
27482 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27484 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27485 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27486 adding mime types, fixing the one-stop function
27488 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27490 * ext/nas/nassink.c and /ext/nas/nassink.h:
27491 More NAS love from Arwed von Merkatz
27492 So lets all sing 'Can you feel the NAS tonight'
27494 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27496 * tools/gst-launch-ext.in:
27497 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27499 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27501 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27502 (gst_mpeg2dec_init):
27503 remove the user_data pad for now, because it is being used in
27504 fixating causing MPEG playback to fixate on 1000 Hz for playback.
27505 If someone knows how to fix this properly, please do.
27507 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27509 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27510 (gst_osssink_get_time):
27511 add a warning, IMO this won't get triggered anymore, remove later
27513 2004-03-07 David Schleef <ds@schleef.org>
27515 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
27516 format (bug #136470)
27518 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
27520 * gst-libs/Makefile.am:
27521 * gst-libs/gst/media-info/Makefile.am:
27522 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27523 (error_callback), (gst_media_info_error_create),
27524 (gst_media_info_error_element), (gmip_init), (gmip_reset),
27525 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27526 * gst-libs/gst/media-info/media-info-priv.h:
27527 * gst-libs/gst/media-info/media-info-test.c: (main):
27528 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27529 (gst_media_info_class_init), (gst_media_info_instance_init),
27530 (gst_media_info_set_source), (gst_media_info_read_with_idler),
27531 (gst_media_info_read_idler), (gst_media_info_read):
27532 * gst-libs/gst/media-info/media-info.h:
27533 fixed, should work now
27535 2004-03-07 Christian Schaller <Uraeus@gnome.org>
27537 * ext/nas/nassink.c:
27538 A bunch of NAS fixes from Arwed von Merkatz
27540 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27542 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27543 (qtdemux_parse_trak):
27544 Fix crash (j might be greater than n_samples, in which case we're
27545 writing outside the allocated space for the array) and memleak.
27547 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27549 * sys/oss/gstosssink.c: (gst_osssink_chain):
27550 And another caller that couldn't handle delay < 0 (unsigned
27551 integer overflow). Video now continues playing on an audio
27552 buffer underrun, and the clock continues working. Audio still
27555 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27557 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27558 (gst_osssink_get_time):
27559 get_delay() may return values lower than 0. In those cases, we
27560 should not actually cast to *unsigned* int64, that will break
27561 stuff horribly. In my case, it screwed up A/V sync in movies
27562 in totem rather badly.
27564 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27566 * ext/faac/gstfaac.c: (gst_faac_chain):
27567 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27568 * ext/libpng/gstpngenc.c: (user_write_data):
27569 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27570 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27571 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27572 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27573 Fix several misuse of gst_buffer_merge (it doesn't take ownership
27574 of any buffer), should fix some leaks. I hope I didn't unref buffers
27575 that shouldn't be...
27577 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27579 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27580 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27581 (error_callback), (gmi_reset), (gmi_seek_to_track),
27582 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27583 (gmip_find_type_post), (gmip_find_stream_post),
27584 (gmip_find_track_streaminfo_post):
27585 * gst-libs/gst/media-info/media-info-priv.h:
27586 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27587 (info_print), (main):
27588 * gst-libs/gst/media-info/media-info.c:
27589 (gst_media_info_error_create), (gst_media_info_error_element),
27590 (gst_media_info_instance_init), (gst_media_info_get_property),
27591 (gst_media_info_new), (gst_media_info_set_source),
27592 (gst_media_info_read_idler), (gst_media_info_read):
27593 * gst-libs/gst/media-info/media-info.h:
27594 first pass at making this work again. This seems to work on
27595 tagged ogg/vorbis and mp3 files.
27597 2004-03-06 Benjamin Otte <otte@gnome.org>
27599 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27600 fix huge leak: gst_buffer_merge doesn't unref the first argument
27603 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27605 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27606 report layer/mode/emphasis
27608 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27610 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27612 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27614 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27617 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27619 * ext/vorbis/vorbis.c: (plugin_init):
27620 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27621 (gst_vorbis_dec_init), (vorbis_dec_event):
27623 make vorbisdec handle _BYTE and _TIME queries
27625 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27627 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27628 from the xing header
27630 2004-03-06 Benjamin Otte <otte@gnome.org>
27632 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27633 (gst_audio_convert_link), (gst_audio_convert_change_state),
27634 (gst_audio_convert_buffer_from_default_format):
27635 do conversions from/to float correctly, fix some caps nego errors,
27636 export correct supported caps in template and getcaps, use correct
27637 caps in try_set_caps functions
27639 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27641 For some reason, I only committed a ChangeLog entry yesterday and
27642 not the corresponding code...
27643 * ext/mad/gstmad.c: Fix detection of Xing headers
27644 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27646 2004-03-06 Benjamin Otte <otte@gnome.org>
27648 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27649 (gst_ogg_demux_src_query):
27650 make sure to handle the case where there's no current chain
27653 2004-03-05 David Schleef <ds@schleef.org>
27655 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27656 Add fixate function. (bug #131128)
27657 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27658 (gst_sdlvideosink_fixate): Add fixate function.
27659 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27660 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27661 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27662 Fix missing break that was causing ulaw to be interpreted as
27665 2004-03-05 David Schleef <ds@schleef.org>
27667 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27668 Fix code that ignores return value of gst_buffer_merge().
27670 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27671 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27672 * testsuite/gst-lint: Check for above.
27674 2004-03-05 David Schleef <ds@schleef.org>
27676 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
27677 caps and throw an element error. (bug #136334)
27679 2004-03-05 David Schleef <ds@schleef.org>
27681 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27682 (gst_faad_chain): Fix negotiation.
27683 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27684 key and button events.
27685 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27687 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27689 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27690 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27691 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27692 function to encourage better negotiation, particularly between
27693 audioconvert and osssink.
27694 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27695 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
27697 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
27699 * gst/vbidec/vbiscreen.c: Add glib header
27700 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
27702 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
27704 * ext/mad/gstmad.c: Fix detection of Xing headers
27705 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27707 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27709 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27710 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27713 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27715 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27716 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27717 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27718 files, and report the parsed length as a GST_TAG_DURATION tag.
27719 * gst/tags/gstid3tag.c: support TLEN (duration) tag
27721 2004-03-05 Benjamin Otte <otte@gnome.org>
27723 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27724 convert channels correctly. convert correctly to unsigned.
27726 2004-03-05 Julien MOUTTE <julien@moutte.net>
27728 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27729 we have a window before clearing it.
27731 2004-03-05 Julien MOUTTE <julien@moutte.net>
27733 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27734 have a window before clearing it.
27736 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
27738 * gconf/gstreamer.schemas.in:
27739 * gst-libs/gst/gconf/Makefile.am:
27740 version installation path the same way as for 0.6
27741 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27742 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27743 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27744 remove comment that was fixed
27746 2004-03-05 David Schleef <ds@schleef.org>
27748 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27749 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27750 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27751 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27752 Add prototype code for handling seeking and querying.
27754 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27756 * examples/gstplay/player.c: (main):
27757 Initialize variables to NULL. Prevents a segfault because the
27758 (uninitialized) variable is not NULL, resulting in a crash on
27759 trying to reach error->message.
27761 2004-03-05 Benjamin Otte <otte@gnome.org>
27763 * gst/audioconvert/gstaudioconvert.c:
27764 (gst_audio_convert_buffer_to_default_format):
27765 make float=>int conversion work correctly even in cornercases.
27767 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
27769 * debian/README.Debian:
27770 * debian/build-deps:
27771 * debian/changelog:
27773 * debian/control.in:
27774 * debian/copyright:
27775 * debian/gstreamer-a52dec.files:
27776 * debian/gstreamer-aa.files:
27777 * debian/gstreamer-alsa.files:
27778 * debian/gstreamer-alsa.manpages:
27779 * debian/gstreamer-arts.files:
27780 * debian/gstreamer-artsd.files:
27781 * debian/gstreamer-audiofile.files:
27782 * debian/gstreamer-avifile.files:
27783 * debian/gstreamer-cdparanoia.files:
27784 * debian/gstreamer-colorspace.files:
27785 * debian/gstreamer-doc.files:
27786 * debian/gstreamer-dv.files:
27787 * debian/gstreamer-dvd.files:
27788 * debian/gstreamer-esd.files:
27789 * debian/gstreamer-festival.files:
27790 * debian/gstreamer-flac.files:
27791 * debian/gstreamer-gconf.conffiles:
27792 * debian/gstreamer-gconf.files:
27793 * debian/gstreamer-gconf.postinst:
27794 * debian/gstreamer-gnomevfs.files:
27795 * debian/gstreamer-gsm.files:
27796 * debian/gstreamer-http.files:
27797 * debian/gstreamer-jack.files:
27798 * debian/gstreamer-jpeg.files:
27799 * debian/gstreamer-mad.files:
27800 * debian/gstreamer-mikmod.files:
27801 * debian/gstreamer-misc.files:
27802 * debian/gstreamer-mpeg2dec.files:
27803 * debian/gstreamer-oss.files:
27804 * debian/gstreamer-plugin-apps.files:
27805 * debian/gstreamer-plugin-apps.manpages:
27806 * debian/gstreamer-plugin-libs-dev.files:
27807 * debian/gstreamer-plugin-libs.files:
27808 * debian/gstreamer-plugin-template.postinst:
27809 * debian/gstreamer-plugin-template.postrm:
27810 * debian/gstreamer-sdl.files:
27811 * debian/gstreamer-sid.files:
27812 * debian/gstreamer-vorbis.files:
27813 * debian/gstreamer-x.files:
27814 * debian/mk.control:
27816 Debian package info not maintained here.
27818 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
27820 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27821 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27822 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27823 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27824 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27825 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27826 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27827 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27828 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27829 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27830 * gst-libs/gst/colorbalance/colorbalance.c:
27831 (gst_color_balance_class_init):
27832 * gst-libs/gst/colorbalance/colorbalancechannel.c:
27833 (gst_color_balance_channel_class_init):
27834 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27835 * gst-libs/gst/play/play.c: (gst_play_class_init):
27836 * gst-libs/gst/propertyprobe/propertyprobe.c:
27837 (gst_property_probe_iface_init):
27838 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27839 * gst-libs/gst/tuner/tunerchannel.c:
27840 (gst_tuner_channel_class_init):
27841 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27842 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27843 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27844 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27845 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27846 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27847 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27848 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27849 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27850 fix signals to use - instead of _
27851 * ext/libcaca/gstcacasink.h:
27852 * ext/sdl/sdlvideosink.h:
27855 2004-03-04 David Schleef <ds@schleef.org>
27857 * testsuite/gst-lint: Add a check for bad signal names.
27859 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
27861 reviewed by David Schleef
27863 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27864 modified the alpha channel and caused a warning. (bug #136192)
27866 2004-04-03 Christian Schaller <Uraeus@gnome.org>
27868 * gst-plugins.spec.in:
27869 Change names of plugins to actually be correct. Try to keep things
27870 alphabetical to avoid getting beat up by Thomas
27872 2004-03-03 Julien MOUTTE <julien@moutte.net>
27874 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27875 Using ximagesink as a default if no gconf key found. We should
27876 probably consider using alsasink instead of osssink for the audio
27879 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27882 fix --with-plugins, don't think it ever worked before
27883 * gst-plugins.spec.in:
27886 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
27888 * ext/sdl/sdlvideosink.h:
27889 * sys/ximage/ximagesink.h:
27890 * sys/xvideo/xvideosink.h:
27891 * sys/xvimage/xvimagesink.h:
27892 Fix for move of gstvideosink.h -> videosink.h.
27894 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27896 * gst-libs/gst/xwindowlistener/Makefile.am:
27897 this is a plugin library, not a library
27899 2004-03-01 David Schleef <ds@schleef.org>
27901 * AUTHORS: Added some names. Add yourself if you're still
27904 2004-03-01 David Schleef <ds@schleef.org>
27908 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27910 * gst-plugins.spec.in: clean up spec file
27912 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27914 * gst-libs/gst/video/Makefile.am:
27915 * gst-libs/gst/video/gstvideosink.c:
27916 * gst-libs/gst/video/gstvideosink.h:
27917 rename gstvideosink.h to videosink.h to match other headers
27918 * gst/mixmatrix/Makefile.am:
27919 fix plugin filename
27920 * gst/tags/Makefile.am: fix plugin filename
27922 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27924 * gst/tags/Makefile.am: fix plugin filename
27926 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27928 * examples/gstplay/player.c: (got_time_tick), (main):
27930 display time_tick more readably
27931 * gst/mixmatrix/Makefile.am:
27932 fix plugin file name
27934 2004-02-29 Christophe Fergeau <teuf@gnome.org>
27936 * sys/oss/gstosselement.c: (gst_osselement_probe),
27937 (device_combination_append), (gst_osselement_class_probe_devices):
27938 * sys/oss/gstosselement.h:
27939 Reworked enumeration of oss dsps and mixers so that gst-mixer works
27940 on my system using alsa oss emulation, fixes bug #135597
27942 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
27944 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27945 (gst_videodrop_chain), (gst_videodrop_change_state):
27946 * gst/videodrop/gstvideodrop.h:
27947 Work based on timestamp of input data, not based on the expected
27948 framerate from the input. The consequence is that this element now
27949 not only scales framerates, but also functions as a framerate
27950 corrector or framerate stabilizer/constantizer.
27952 2004-02-27 David Schleef <ds@schleef.org>
27954 patches from jmmv@menta.net (Julio M. Merino Vidal)
27956 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27957 GST_ELEMENT_ERROR call (bug #135634)
27958 * gst/interleave/interleave.c: (interleave_buffered_loop),
27959 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27960 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27961 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27962 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27963 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27964 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27965 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27966 Fix GST_ELEMENT_ERROR call.
27967 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27968 GST_ELEMENT_ERROR call.
27970 2004-02-27 Benjamin Otte <otte@gnome.org>
27972 * gst-libs/gst/audio/audio.h:
27973 add macro to make sure header isn't included twice
27974 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27975 don't use gst_buffer_free
27976 * gst/playondemand/filter.func:
27977 don't use gst_data_free. Free data only once.
27979 2004-02-26 David Schleef <ds@schleef.org>
27981 * gst-libs/gst/colorbalance/Makefile.am:
27982 * gst-libs/gst/mixer/Makefile.am:
27983 * gst-libs/gst/tuner/Makefile.am:
27984 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27985 should not be disted, -marshal.h files should not be installed,
27986 and -enum.h files _should_ be installed. Fix to make this the
27989 === release 0.7.5 ===
27991 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
27993 * configure.ac: release 0.7.5, "Under The Sea"
27995 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
27997 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27998 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27999 * gst/videoscale/gstvideoscale.c:
28000 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28001 assorted debug/warning fixes
28003 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28005 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28006 (gst_videoscale_init), (gst_videoscale_chain),
28007 (gst_videoscale_set_property), (plugin_init):
28008 * gst/videoscale/gstvideoscale.h:
28009 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28010 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28011 (gst_videoscale_planar400), (gst_videoscale_packed422),
28012 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28013 (gst_videoscale_24bit), (gst_videoscale_16bit),
28014 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28015 (gst_videoscale_scale_plane_slow),
28016 (gst_videoscale_scale_point_sample),
28017 (gst_videoscale_scale_nearest),
28018 (gst_videoscale_scale_nearest_str2),
28019 (gst_videoscale_scale_nearest_str4),
28020 (gst_videoscale_scale_nearest_32bit),
28021 (gst_videoscale_scale_nearest_24bit),
28022 (gst_videoscale_scale_nearest_16bit):
28023 add debugging category and use it properly
28024 fix use of GST_PTR_FORMAT
28026 2004-02-25 Andy Wingo <wingo@pobox.com>
28028 * gst/interleave/interleave.c (interleave_buffered_loop): Always
28029 push only when channel->buffer is NULL. Prevents segfaults doing
28030 the state change after a nonlocal exit, like a scheme exception.
28032 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28033 Handle the case where the intersected caps is empty.
28035 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28037 * gst/law/mulaw-decode.c: (mulawdec_link):
28038 * gst/law/mulaw.c: (plugin_init):
28039 fix mulawdec so it actually works again
28041 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
28043 reviewed by: David Schleef <ds@schleef.org>
28045 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28046 (gst_gamma_init), (gst_gamma_set_property),
28047 (gst_gamma_get_property), (gst_gamma_calculate_tables),
28048 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
28049 for RGB, with separate r g and b correction factors. (#131167)
28051 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
28053 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28054 only signal tags for bitrate if they're > 0 (#134894)
28056 2004-02-24 David Schleef <ds@schleef.org>
28058 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28059 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28060 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28061 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28062 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28063 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28064 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28065 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28066 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
28067 category. Attempt to fix timestamp calculation.
28069 2004-02-24 Johan Dahlin <johan@gnome.org>
28071 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28073 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
28076 * gconf/Makefile.am:
28077 * gconf/gstreamer.schemas:
28078 * gst-libs/gst/gconf/Makefile.am:
28079 * gst-libs/gst/gconf/gconf.c:
28080 version gconf schemas and install locations
28082 2004-02-23 Benjamin Otte <otte@gnome.org>
28084 * ext/xine/xineinput.c: (gst_xine_input_dispose):
28085 (gst_xine_input_subclass_init):
28086 call parent dispose.
28087 change pad template for CD reader correctly
28088 * ext/xine/Makefile.am:
28089 * ext/xine/gstxine.h:
28090 * ext/xine/xine.c: (plugin_init):
28091 * ext/xine/xineaudiosink.c:
28092 wrap audio sinks, too
28093 * gst-libs/gst/resample/private.h:
28094 * gst-libs/gst/resample/resample.c: (gst_resample_init),
28095 (gst_resample_reinit), (gst_resample_scale),
28096 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28097 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28098 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28099 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28100 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28101 * gst-libs/gst/resample/resample.h:
28102 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28103 (gst_audioscale_class_init), (gst_audioscale_link),
28104 (gst_audioscale_get_buffer), (gst_audioscale_init),
28105 (gst_audioscale_chain), (gst_audioscale_set_property),
28106 (gst_audioscale_get_property):
28107 * gst/audioscale/gstaudioscale.h:
28108 s/resample_*/gst_resample_*/i to not clobber namespaces
28110 2004-02-23 Julien MOUTTE <julien@moutte.net>
28112 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28113 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28114 (gst_riff_create_video_template_caps),
28115 (gst_riff_create_audio_template_caps),
28116 (gst_riff_create_iavs_template_caps):
28117 * gst-libs/gst/riff/riff-media.h:
28118 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28119 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28120 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28121 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28122 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28123 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28124 (gst_matroska_demux_plugin_init): First batch implementing audio and
28125 video codec tags in demuxers.
28127 2004-02-22 Benjamin Otte <otte@gnome.org>
28129 * ext/xine/Makefile.am:
28130 * ext/xine/gstxine.h:
28131 * ext/xine/xine.c: (plugin_init):
28132 * ext/xine/xineinput.c:
28133 add input plugin wrapper. Playback from files, http, mms and cdda
28135 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28136 remove leftover G_GNUC_UNUSED
28137 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28138 (gst_asf_demux_identify_guid):
28139 improve debugging output
28141 2004-02-22 Benjamin Otte <otte@gnome.org>
28143 reported by: Padraig O'Briain <padraig.obriain@sun.com>
28146 replace test -e with test -x for mkinstalldirs to be more portable.
28149 2004-02-22 Benjamin Otte <otte@gnome.org>
28151 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28153 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28154 set rank to PRIMARY
28155 * gst/volume/gstvolume.c: (plugin_init):
28159 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
28161 reviewed by Benjamin Otte <otte@gnome.org>
28163 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28164 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28166 2004-02-22 Benjamin Otte <otte@gnome.org>
28169 export [_]*{gst,Gst,GST}.* symbols from plugins
28171 2004-02-22 Christophe Fergeau <teuf@gnome.org>
28173 reviewed by: Benjamin Otte <otte@gnome.org>
28175 * ext/lame/gstlame.c: (add_one_tag):
28176 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28177 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28178 (gst_vorbisenc_metadata_set1):
28179 * gst/tags/gstid3tag.c:
28180 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28181 apply fixes from bugs #135042 (lame can't write tags) and #133817
28182 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28184 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28186 * configure.ac: Export only gst_plugin_desc from plugins.
28187 Note that this change only makes any effect with Linux using libtool
28188 1.5.2 or higher. Otherwise it is silently ignored, but it would build
28189 fine. And don't try to have several versions of libtool in different
28192 2004-02-20 Andy Wingo <wingo@pobox.com>
28194 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28195 interleave respectively.
28197 * gst/interleave/deinterleave.c: New plugin: deinterleave
28198 (replaces on oneton).
28199 * gst/interleave/interleave.c: New plugin: interleave.
28200 * gst/interleave/plugin.h: Support file.
28201 * gst/interleave/plugin.c: Support file.
28203 * configure.ac: Remove intfloat and oneton, add interleave.
28205 * ext/sndfile/gstsf.c: Handle events better.
28207 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28208 and float2int operation. int2float has scheduling problems as
28209 noted in in2float_chain.
28211 2004-02-20 Benjamin Otte <otte@gnome.org>
28213 * ext/xine/Makefile.am:
28214 * ext/xine/gstxine.h:
28216 * ext/xine/xineaudiodec.c:
28217 * ext/xine/xinecaps.c:
28218 add first version of xine plugin wrapper. Currently only wraps the
28219 QDM2 win32 DLL, and even that only in proof-of-concept quality.
28222 add xine plugin wrapper, disabled by default. Use --enable-xine to
28223 build. Note that it'll segfault on gst-register if you don't remove
28224 the goom and tvtime post plugins from xine.
28225 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28226 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28227 add extradata parsing for QDM2.
28228 change around debugging prints.
28230 2004-02-19 Benjamin Otte <otte@gnome.org>
28232 * ext/lame/gstlame.c: (gst_lame_chain):
28233 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28234 use gst_tag_list_insert when you want to insert tags
28236 2004-02-18 David Schleef <ds@schleef.org>
28238 * configure.ac: Move massink to gst-rotten
28240 * ext/mas/Makefile.am:
28241 * ext/mas/massink.c:
28242 * ext/mas/massink.h:
28244 2004-02-18 David Schleef <ds@schleef.org>
28246 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28247 typefinding, since it seems to be worse than nothing.
28248 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
28249 atom to recognize .mp4 and .m4a files as video/quicktime.
28251 2004-02-18 David Schleef <ds@schleef.org>
28253 * gst/sine/demo-dparams.c: (quit_live),
28254 (dynparm_log_value_changed), (dynparm_value_changed), (main):
28255 Use double dparams, not float.
28256 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28257 (gst_sinesrc_init): Change sync default to FALSE, since multiple
28258 sync'd elements don't really work correctly.
28259 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28260 (volume_update_volume), (volume_get_property): Change dparam
28263 2004-02-18 Julien MOUTTE <julien@moutte.net>
28265 * sys/ximage/ximagesink.c:
28266 (gst_ximagesink_xwindow_update_geometry),
28267 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28268 (gst_ximagesink_change_state), (gst_ximagesink_expose),
28269 (gst_ximagesink_init): Rework the way software video scaling works. So
28270 now we check on each chain call if the video frames are feeling the
28271 window. If not we try to renegotiate caps. On failure we memorize that
28272 and we won't try again for that PLAYING sessions.
28273 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28275 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28278 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28280 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28281 break up _link so we can give a better debug message for errors
28283 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28285 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28286 set up debug category
28288 2004-02-18 Julien MOUTTE <julien@moutte.net>
28290 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28291 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28292 the way renegotiation work. The event handling function is not taking
28293 care of external windows and renegotiate method check for pad flags
28294 NEGOTIATING. Should fix : #133209
28296 2004-02-17 Julien MOUTTE <julien@moutte.net>
28298 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28299 pad is negotiating before trying renegotiation.
28301 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
28303 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28304 pass on all possible mime types as typefind hints
28306 2004-02-17 Julien MOUTTE <julien@moutte.net>
28308 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28309 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28310 possible SHM leak if we crash. All other apps using XShm are doing
28313 2004-02-17 Julien MOUTTE <julien@moutte.net>
28315 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28316 (gst_ximagesink_expose): Renegotiate size on expose.
28317 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28320 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
28322 * testsuite/alsa/sinesrc.c:
28323 cosmetic fix to fix compile issue with gcc 2.95.4
28325 2004-02-16 Julien MOUTTE <julien@moutte.net>
28327 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28328 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28329 failed opening the audio device.
28330 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28331 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28332 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28333 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28334 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28335 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28336 (gst_ximagesink_change_state), (gst_ximagesink_chain),
28337 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28338 Removing some useless g_return_if_fail like wingo suggested.
28339 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28340 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28341 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28342 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28343 (gst_xvimagesink_update_colorbalance),
28344 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28345 (gst_xvimagesink_xcontext_clear),
28346 (gst_xvimagesink_get_fourcc_from_caps),
28347 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28348 (gst_xvimagesink_set_xwindow_id),
28349 (gst_xvimagesink_colorbalance_list_channels),
28350 (gst_xvimagesink_colorbalance_set_value),
28351 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28352 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28354 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
28356 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28357 throw error when not negotiated instead of asserting
28359 2004-02-15 Julien MOUTTE <julien@moutte.net>
28361 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28362 correct data refcounting.
28364 2004-02-15 Julien MOUTTE <julien@moutte.net>
28366 * gst/switch/gstswitch.c: (gst_switch_change_state),
28367 (gst_switch_class_init): Cleaning the sinkpads correctly on state
28368 change, mostly the EOS flag.
28370 2004-02-15 Julien MOUTTE <julien@moutte.net>
28372 * examples/gstplay/player.c: (got_eos), (main): Adding some
28373 output for debugging.
28374 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28375 timeouts if we go to any state different from PLAYING.
28376 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28377 more EOS bugs in riff lib.
28379 2004-02-14 Julien MOUTTE <julien@moutte.net>
28381 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28382 visualization until i find a way to fix switch correctly.
28383 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28385 * gst/switch/gstswitch.c: (gst_switch_release_pad),
28386 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28387 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28388 Reworked switch to get a more correct behaviour with events and refing
28389 of data stored in sinkpads.
28390 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28391 we don't pull from a pad in EOS.
28393 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28395 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28396 remove v1 tag even if we can't read it (makes sure we don't detect
28399 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28401 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28402 (gst_alsa_xrun_recovery):
28403 * ext/alsa/gstalsa.h:
28404 try xrun recovery when wait failed. Make xrun recovery function
28405 return TRUE/FALSE to indicate success. (might fix #134354)
28407 2004-02-13 David Schleef <ds@schleef.org>
28409 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28410 (dynparm_value_changed), (main): Convert from float to double.
28411 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28413 2004-02-13 David Schleef <ds@schleef.org>
28415 * gst/silence/gstsilence.c: (gst_silence_class_init),
28416 (gst_silence_set_clock), (gst_silence_get),
28417 (gst_silence_set_property), (gst_silence_get_property):
28418 * gst/silence/gstsilence.h: Add sync property.
28419 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28420 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28421 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28422 * gst/sine/gstsinesrc.h: Add sync property.
28424 2004-02-13 David Schleef <ds@schleef.org>
28426 * gst/intfloat/gstint2float.c: (conv_f32_s16),
28427 (gst_int2float_chain_gint16): Change stdint usage to glib types.
28429 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28433 * gst-libs/ext/Makefile.am:
28434 move ffmpeg plugin to gst-ffmpeg module
28436 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28438 * configure.ac: use GST_ARCH to detect architecture
28440 2004-02-12 Julien MOUTTE <julien@moutte.net>
28442 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28444 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
28446 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28447 classify LADSPA plugins based on number of src/sink pads
28448 (#133663, Stefan Kost)
28449 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28450 fix dparams registration
28451 (#133528, Stefan Kost)
28452 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28453 fix use of isprint and use g_ascii_isprint instead
28454 (#133316, Stefan Kost)
28456 2004-02-11 David Schleef <ds@schleef.org>
28458 Convert a few inner loops to use liboil. This is currently
28459 optional, and is only enabled if liboil is present (duh!).
28460 * configure.ac: Check for liboil-0.1
28461 * gst/intfloat/Makefile.am:
28462 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28463 (gst_int2float_chain_gint16):
28464 * gst/videofilter/Makefile.am:
28465 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28466 (tablelookup_u8), (gst_videobalance_planar411):
28467 * gst/videotestsrc/Makefile.am:
28468 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28469 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28470 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28471 (paint_hline_RGB565), (paint_hline_xRGB1555):
28473 2004-02-11 David Schleef <ds@schleef.org>
28475 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28476 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28477 (gst_colorspace_getcaps), (gst_colorspace_link),
28478 (gst_colorspace_base_init), (gst_colorspace_init),
28479 (gst_colorspace_chain), (gst_colorspace_change_state),
28480 (plugin_init): Merge Ronald's patch (bug #117897) and update
28481 for new caps and negotiation. Seems to work, although it
28482 shows off bugs in lcs.
28484 2004-02-11 David Schleef <ds@schleef.org>
28486 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28487 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28489 2004-02-11 David Schleef <ds@schleef.org>
28491 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28492 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28493 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28494 Add server and port properties
28496 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28501 * m4/as-liblame.m4:
28502 * m4/as-slurp-ffmpeg.m4:
28503 * m4/check-libheader.m4:
28510 * m4/gst-ivorbis.m4:
28511 * m4/gst-matroska.m4:
28513 * m4/gst-shout2.m4:
28521 fix underquotedness of macros (#133800)
28522 * m4/as-avifile.m4:
28524 removed because no longer used
28526 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28529 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28530 by autopoint (fixes #132996)
28532 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
28534 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28535 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28536 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28537 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28540 2004-02-11 David Schleef <ds@schleef.org>
28542 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28543 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28544 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28545 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28546 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28547 (gst_jpegenc_class_init), (gst_jpegenc_init),
28548 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28549 (gst_jpegenc_chain), (gst_jpegenc_set_property),
28550 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
28551 * ext/jpeg/gstjpegenc.h: Fix negotiation.
28553 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
28555 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28556 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28557 * ext/mikmod/gstmikmod.h:
28558 fix caps negotiation in mikmod
28559 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28560 output debug information
28562 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
28564 * gst-libs/gst/colorbalance/Makefile.am:
28565 * gst-libs/gst/navigation/Makefile.am:
28566 * gst-libs/gst/xoverlay/Makefile.am:
28567 remove unused GST_OPT_CFLAGS from Makefiles
28568 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28570 2004-02-07 David Schleef <ds@schleef.org>
28572 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28573 push events to pads that haven't been created (#133508)
28575 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
28577 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28578 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28579 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28580 (gst_dvdec_loop), (gst_dvdec_change_state):
28581 Second attempt at committing a working dvdec element.
28583 2004-02-06 David Schleef <ds@schleef.org>
28585 Build fixes for OS X: (see #129600)
28586 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28587 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28588 (gst_riff_read_strf_iavs):
28589 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28590 (gst_avi_demux_stream_odml):
28591 * gst/playondemand/Makefile.am:
28592 * gst/rtp/rtp-packet.c:
28594 2004-02-05 David Schleef <ds@schleef.org>
28596 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28597 last change, because it Just Doesn't Compile.
28599 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28601 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28602 skip undecodable id3v2 tag instead of keeping it
28604 2004-02-05 David Schleef <ds@schleef.org>
28606 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28607 Unref leaked buffer. (Noticed by Ronald)
28609 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
28611 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28612 Sync requires with other checks. >= vs =.
28614 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
28616 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28617 (gst_dvdec_video_link), (gst_dvdec_loop):
28618 * ext/dv/gstdvdec.h:
28619 rework the caps negotiation so that dvdec works again instead
28620 of just segfaulting.
28622 === release 0.7.4 ===
28624 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
28626 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28627 * configure.ac: changed for release
28629 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
28631 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28632 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28633 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28634 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28635 reworked patch by David Lehn to fix libdir and includedir for
28636 uninstalled libraries
28637 removed play and gconf from gstreamer-libs since they have their
28638 own pkgconfig files
28640 2004-02-04 David Schleef <ds@schleef.org>
28642 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28645 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28647 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28648 use correct GST_TAG_ENCODER tag
28650 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28652 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28653 be sure to stop the clock when going to paused
28654 * sys/oss/gstosssink.c: (gst_osssink_change_state):
28655 reset number of transmitted when going to ready.
28658 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
28660 reviewed by Benjamin Otte
28662 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28663 extract track count (fixes #133410)
28665 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28667 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28668 that should be !=, not == (fixes #132519)
28670 2004-02-04 David Schleef <ds@schleef.org>
28672 Make sure set_explicit_caps() is called before adding pad.
28673 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28674 * gst/id3/gstid3types.c: (gst_id3types_loop):
28675 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28676 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28678 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28681 bump nano to 2, first prerelease
28682 put back AM_PROG_LIBTOOL
28684 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28686 * testsuite/alsa/Makefile.am:
28687 these are user test apps, not automatic testsuite tests
28689 2004-02-04 David Schleef <ds@schleef.org>
28691 Convert GST_DEBUG_CAPS() to GST_DEBUG():
28692 * gst/mpeg1videoparse/gstmp1videoparse.c:
28693 (mp1videoparse_parse_seq):
28694 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28695 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28696 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28697 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28698 (gst_xvideosink_getcaps):
28699 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28700 * testsuite/gst-lint: more tests
28702 2004-02-04 David Schleef <ds@schleef.org>
28704 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28705 with the code that they would expand to.
28706 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28707 (gst_flacdec_get_src_query_types),
28708 (gst_flacdec_get_src_event_masks):
28709 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28710 (gst_gnomevfssrc_get_query_types),
28711 (gst_gnomevfssrc_get_event_mask):
28713 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28715 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28716 (gst_sinesrc_dispose):
28717 fix memleak by properly disposing sinesrc
28719 2004-02-04 Julien MOUTTE <julien@moutte.net>
28721 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28722 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28723 an overlay to redraw the image because it has been exposed.
28724 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28725 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28726 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28727 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28729 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28730 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28731 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28732 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28735 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28737 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28738 more memleak fixage
28740 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28742 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28743 * gst/typefind/gsttypefindfunctions.c:
28744 fix memleaks shown by gst-typefind
28746 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28748 * common/glib-gen.mak:
28749 add hack rule to touch .Plo files
28750 * gst-libs/gst/colorbalance/Makefile.am:
28751 * gst-libs/gst/mixer/Makefile.am:
28752 * gst-libs/gst/play/Makefile.am:
28753 * gst-libs/gst/tuner/Makefile.am:
28754 remove glib_root variable
28756 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28758 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28759 set explicit caps before adding the element, so the autopluggers can
28761 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28762 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28763 (mpeg_video_type_find), (mpeg_video_stream_type_find),
28765 fix memleaks in typefind functions. gst_type_find_suggest takes a const
28768 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28770 * gst-libs/gst/colorbalance/Makefile.am:
28771 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28772 * gst-libs/gst/colorbalance/colorbalance.c:
28773 * gst-libs/gst/colorbalance/colorbalance.h:
28774 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28775 * gst-libs/gst/mixer/Makefile.am:
28776 * gst-libs/gst/mixer/mixer-marshal.list:
28777 * gst-libs/gst/mixer/mixer.c:
28778 * gst-libs/gst/mixer/mixer.h:
28779 * gst-libs/gst/mixer/mixermarshal.list:
28780 * gst-libs/gst/play/Makefile.am:
28781 * gst-libs/gst/play/play.h:
28782 * gst-libs/gst/tuner/Makefile.am:
28783 * gst-libs/gst/tuner/tuner-marshal.list:
28784 * gst-libs/gst/tuner/tuner.c:
28785 * gst-libs/gst/tuner/tuner.h:
28786 * gst-libs/gst/tuner/tunermarshal.list:
28787 use new glib-gen.mak snippet to clean up Makefile.am
28788 fix various bugs in Makefile.am's
28790 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28792 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28793 handle chain parsing correctly in the multichain case
28794 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28795 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28796 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28797 (theora_dec_chain):
28798 handle events and queries correctly
28800 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28803 Ignore generated file _stdint.h.
28805 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28807 * gst-libs/gst/colorbalance/Makefile.am:
28808 * gst-libs/gst/colorbalance/colorbalance.h:
28809 * gst-libs/gst/mixer/Makefile.am:
28810 * gst-libs/gst/mixer/mixer.h:
28811 * gst-libs/gst/play/Makefile.am:
28812 * gst-libs/gst/play/play.h:
28813 * gst-libs/gst/tuner/Makefile.am:
28814 * gst-libs/gst/tuner/tuner.h:
28815 Generate enum type code with glib-mkenums.
28816 * gst-libs/gst/colorbalance/.cvsignore:
28817 * gst-libs/gst/mixer/.cvsignore:
28818 * gst-libs/gst/play/.cvsignore:
28819 * gst-libs/gst/tuner/.cvsignore:
28820 Ignore generated files.
28822 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28824 * gst-libs/gst/audio/.cvsignore:
28825 Ignore generated file.
28826 * gst-libs/gst/audio/Makefile.am:
28827 Do not install example filter.
28829 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28831 * examples/switch/.cvsignore:
28832 Ignore generated file.
28834 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28836 * common/m4/ax_create_stdint_h.m4:
28838 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28841 remove generated _stdint.h in DISTCLEANFILES
28842 * ext/a52dec/gsta52dec.c:
28843 include _stdint.h for a52dec. (should fix #133064)
28845 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28847 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28848 (gst_tag_to_vorbis_comments):
28849 Add replaygain support to vorbistag
28851 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28852 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28853 (gst_ffmpeg_caps_to_extradata):
28854 Fix SVQ3 caps flag properties
28855 Use glib macro for bytes swap
28857 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28859 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28860 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28861 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28862 * ext/sndfile/gstsf.c: (plugin_init):
28863 * gst/avi/gstavi.c: (plugin_init):
28864 * sys/dxr3/dxr3init.c: (plugin_init):
28865 * sys/oss/gstossaudio.c: (plugin_init):
28866 * sys/v4l/gstv4l.c: (plugin_init):
28867 * sys/v4l2/gstv4l2.c: (plugin_init):
28868 remove textdomain calls
28870 update Dutch translation
28872 2004-02-02 Julien MOUTTE <julien@moutte.net>
28874 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28875 (gst_play_set_audio_sink): Moving volume in the audio thread for
28876 instantaneous volume change. Maybe i will add another volume in front
28877 of visualization later, not sure yet though.
28879 2004-02-02 Julien MOUTTE <julien@moutte.net>
28881 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28882 (gst_ximagesink_handle_xevents): Better X events handling, only take
28883 the latest events for configure and motion.
28884 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28886 2004-02-02 Jon Trowbridge <trow@gnu.org>
28888 reviewed by: David Schleef <ds@schleef.org>
28891 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28892 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28894 2004-02-02 David Schleef <ds@schleef.org>
28896 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
28898 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28899 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28900 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28901 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28902 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28903 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28904 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28905 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28906 (gst_float2_2_int_link):
28907 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28908 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28909 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28910 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28911 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28912 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28913 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28914 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28915 * testsuite/gst-lint: Add tests for bzero and ;;
28917 2004-02-02 David Schleef <ds@schleef.org>
28919 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28921 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28923 * ext/aalib/gstaasink.c: (gst_aasink_open):
28924 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28925 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28926 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28927 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28928 (gst_afsink_close_file):
28929 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28930 (gst_afsrc_close_file):
28931 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28932 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28933 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28934 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28935 * ext/esd/esdmon.c: (gst_esdmon_get):
28936 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28937 * ext/faac/gstfaac.c: (gst_faac_chain):
28938 * ext/faad/gstfaad.c: (gst_faad_chain):
28939 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28940 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28941 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28942 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28943 (gst_flacdec_loop):
28944 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28945 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28946 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28947 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28948 (gst_gnomevfssink_close_file):
28949 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28950 (gst_gnomevfssrc_open_file):
28951 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28952 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28953 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28954 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28955 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28956 * ext/mad/gstmad.c: (gst_mad_chain):
28957 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28958 * ext/mpeg2dec/gstmpeg2dec.c:
28959 * ext/mpeg2enc/gstmpeg2enc.cc:
28960 * ext/mplex/gstmplex.cc:
28961 * ext/mplex/gstmplexibitstream.cc:
28962 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28963 (gst_ogg_demux_push):
28964 * ext/raw1394/gstdv1394src.c:
28965 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28966 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28967 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28969 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28970 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28971 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28972 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28973 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28974 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28975 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28976 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28977 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28978 (gst_riff_read_element_data), (gst_riff_read_seek),
28979 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28980 * gst/adder/gstadder.c: (gst_adder_loop):
28981 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28982 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28983 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28984 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28985 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28986 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28987 * gst/goom/gstgoom.c: (gst_goom_chain):
28988 * gst/id3/gstid3types.c: (gst_id3types_loop):
28989 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28990 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28991 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28992 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28993 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28994 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28995 (gst_ebml_read_float), (gst_ebml_read_header):
28996 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28997 (gst_matroska_demux_parse_blockgroup):
28998 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28999 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29000 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29001 * gst/silence/gstsilence.c: (gst_silence_get):
29002 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29003 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29004 * gst/speed/gstspeed.c: (speed_loop):
29005 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29006 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29007 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29008 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29009 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29010 (gst_wavparse_loop):
29011 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29012 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29013 (dxr3audiosink_close):
29014 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29015 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29016 (dxr3videosink_close), (dxr3videosink_write_data):
29017 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29018 * sys/oss/gstosssink.c: (gst_osssink_chain):
29019 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29020 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29021 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29022 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29023 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29024 (gst_v4l_set_window), (gst_v4l_enable_overlay):
29025 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29026 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29027 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29028 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29029 (gst_v4l_set_audio):
29030 * sys/v4l/v4l_calls.h:
29031 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29032 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29033 (gst_v4lmjpegsink_playback_init),
29034 (gst_v4lmjpegsink_playback_start):
29035 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29036 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29037 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29038 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29039 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29040 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29041 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29042 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29043 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29044 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29045 (gst_v4l2_get_output), (gst_v4l2_set_output),
29046 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29047 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29048 (gst_v4l2_set_attribute):
29049 * sys/v4l2/v4l2_calls.h:
29050 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29051 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29052 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29053 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29054 (gst_v4l2src_capture_stop):
29055 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29056 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29057 (gst_ximagesink_chain):
29058 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29059 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29060 (gst_xvideosink_xwindow_new):
29061 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29062 (gst_xvimagesink_chain):
29064 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29066 * gst/volume/gstvolume.c: (gst_volume_set_volume),
29067 (gst_volume_get_volume), (volume_class_init), (volume_init),
29068 (volume_chain_int16), (volume_update_volume):
29069 * gst/volume/gstvolume.h:
29070 make code more readable by removing magic numbers
29071 make mixer interface export 0-100 range
29072 make it internally map to 0.0-1.0 range so users don't distort
29073 output by putting the sliders at full volume
29075 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29077 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29078 (gst_play_state_change), (gst_play_seek_to_time):
29079 block the tick callback for 0.5 secs after doing a seek
29081 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29083 * gst-libs/gst/play/play.c: (gst_play_new):
29086 2004-02-01 Julien MOUTTE <julien@moutte.net>
29088 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29089 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29090 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29091 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29092 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29093 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29095 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
29098 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29099 check for a function added in vorbis 1.1
29101 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29103 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29104 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29105 really start/stop clock only on PLAYING <=> PAUSED
29106 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29107 remove \n from debugging lines
29108 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29109 make it work when seeking does not
29110 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29113 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29115 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29116 start clock on PAUSED=>PLAYING, not later
29117 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29118 extract correct time for different discont formats
29119 (gst_alsa_sink_get_time):
29120 don't segfault when no format is negotiated yet, just return 0
29121 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29122 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29123 (gst_ogg_pad_push):
29124 handle flush and discont events correctly
29125 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29126 handle discont events correctly
29128 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
29130 * gst-libs/gst/play/play.c: (gst_play_error_quark),
29131 (gst_play_error_create), (gst_play_error_plugin),
29132 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29133 * gst-libs/gst/play/play.h:
29134 add error handling during creation
29135 * examples/gstplay/player.c: (main):
29136 use new gst_play_new
29139 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29141 * ext/theora/theoradec.c: (theora_dec_chain):
29143 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29144 (vorbis_dec_src_event), (vorbis_dec_chain):
29145 add encoder tag, fix tag reading to be more error tolerant, change
29146 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29147 gst_pad_event_default.
29148 * gst/tags/gstvorbistag.c:
29149 (gst_tag_list_from_vorbiscomment_buffer):
29150 undefine function specific define at end of function
29152 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
29154 * ext/flac/gstflac.c: (plugin_init):
29155 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29156 * ext/flac/gstflacdec.h:
29157 * ext/flac/gstflacenc.h:
29160 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
29162 * examples/gstplay/player.c: s/gstplay.h/play.h/
29164 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29166 * gst-libs/gst/play/Makefile.am:
29167 * gst-libs/gst/play/gstplay.c:
29168 * gst-libs/gst/play/gstplay.h:
29169 * gst-libs/gst/play/play.c:
29170 more surgery, operation complete
29172 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29174 * gst-libs/gst/play/play.old.c:
29175 * gst-libs/gst/play/play.old.h:
29176 after CVS surgery by moving, remove
29177 * gst-libs/gst/play/playpipelines.c:
29180 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29181 add negotiation error
29183 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29185 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29186 (gst_ogg_demux_push):
29187 add some seeking debug info
29188 send a flush when seeking
29190 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29196 * ext/theora/Makefile.am:
29197 * ext/theora/theoradec.c:
29198 add theora video decoder. Does just do simple decoding for now and
29199 has been tested against Theora cvs only. It only works when theora
29200 is compiled with --enable-static.
29201 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29202 always reset packetno on DISCONT
29204 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29206 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29209 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29211 * gst/mpegaudioparse/gstmpegaudioparse.c:
29212 (mp3_type_frame_length_from_header):
29213 Fix header parsing - stolen from ffmpeg (thank you! :) ).
29215 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29217 * ext/esd/esdsink.c: (gst_esdsink_init):
29218 Since we have static pad template caps, we don't need to negotiate;
29219 either the core errors out or we know the format.
29221 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29223 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29224 (gst_riff_read_seek):
29225 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29226 (gst_ebml_read_seek):
29227 Fix event handling.
29229 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29231 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29232 removee video/x-theora from vp3 decoder, it doesn't handle raw
29234 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29235 fix bug with finalizing element that never went to PAUSED
29236 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29237 length and position queries were swapped
29238 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29239 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29240 (vorbis_dec_src_event):
29241 implement querying time and bytes
29243 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29245 * just about every source file:
29246 gst_element_error -> GST_ELEMENT_ERROR
29248 2004-01-29 Julien MOUTTE <julien@moutte.net>
29250 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29251 emiting FLUSH and even before DISCONT.
29252 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29253 get the best instant seeking as possible yay!
29255 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
29257 * gst/mpeg1videoparse/gstmp1videoparse.c:
29258 (gst_mp1videoparse_real_chain):
29259 Committed wrong version last week... Grr... Didn't notice until now.
29261 2004-01-29 Julien MOUTTE <julien@moutte.net>
29263 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29264 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29265 have_xwindow_id signal in xwindow_create.
29267 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
29269 * ext/ogg/gstoggdemux.c:
29270 lots of changes - mainly support for chained bitstreams, seeking,
29271 querying and bugfixes of course
29272 * ext/vorbis/Makefile.am:
29273 * ext/vorbis/vorbisdec.c:
29274 * ext/vorbis/vorbisdec.h:
29275 add vorbisdec raw vorbis decoder
29276 * ext/vorbis/vorbis.c: (plugin_init):
29277 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29278 * gst/intfloat/Makefile.am:
29279 * gst/intfloat/float22int.c:
29280 * gst/intfloat/float22int.h:
29281 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29282 add float2intnew plugin. It converts multichannel interleaved float to
29283 multichannel interleaved int. The name should probably be changed.
29284 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29286 add typefinding for raw theora video so oggdemux can detect it.
29288 2004-01-28 Julien MOUTTE <julien@moutte.net>
29290 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29291 sink element first.
29292 * gst/videoscale/gstvideoscale.c:
29293 (gst_videoscale_handle_src_event): Fixing src event handler.
29295 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
29297 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29298 (gst_v4lsrc_open), (gst_v4lsrc_close),
29299 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29300 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29301 * sys/v4l/gstv4lsrc.h:
29302 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29303 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29304 Implement resizing... Hack. But that's why v4l is b0rked...
29306 2004-01-28 Julien MOUTTE <julien@moutte.net>
29308 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29309 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29310 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29311 (gst_ximagesink_xwindow_destroy):
29312 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29313 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29314 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29315 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29316 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29317 correctly cleaning the image created to check xshm calls on succes,
29318 added a lot of XSync calls in X11 functions, and fixed a segfault when
29319 no image format was defined before negotiation happened.
29321 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
29323 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29324 use gst_element_get_time to get correct time
29326 2004-01-28 Julien MOUTTE <julien@moutte.net>
29328 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29329 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29330 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29331 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29332 (gst_xvimagesink_check_xshm_calls),
29333 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29334 X plugins are now able to detect that XShm calls will fail even if the
29335 server claims that it has XShm support (remote displays most of the
29336 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29337 so that we use non XShm functions. This feature is almost useless for
29338 xvimagesink as Xv is not supported on remote displays anyway, but
29339 it might happen than even on the local display XShm calls fail.
29341 2004-01-27 David Schleef <ds@schleef.org>
29343 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29344 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29345 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
29346 changed esdsink to only use 44100,16,2, since esd sucks at rate
29347 conversion and esdsink has had difficulty negotiating.
29349 2004-01-27 Julien MOUTTE <julien@moutte.net>
29351 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29352 (gst_play_seek_to_time): Fixing the way to get current position.
29354 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29356 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29357 use gst_element_get_time to get correct time
29359 2004-01-27 Julien MOUTTE <julien@moutte.net>
29361 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29362 fix ever... Inverting 2 lines of code make spider autoplug correctly
29365 2004-01-27 David Schleef <ds@schleef.org>
29367 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29368 Use gst_pad_try_set_caps_nonfixed().
29370 2004-01-27 David Schleef <ds@schleef.org>
29372 * gst/ac3parse/gstac3parse.c: update to checklist 5
29373 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
29374 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29375 * gst/audioscale/gstaudioscale.c: same
29376 * gst/auparse/gstauparse.c: same
29377 * gst/avi/gstavidemux.c: same
29379 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29381 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29382 stop processing after EOS
29384 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29386 * gst/asfdemux/asfheaders.h:
29387 * gst/asfdemux/gstasfdemux.c:
29388 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29389 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29390 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29391 lot's of fixes to make data extraction simpler and get the code
29392 architecture and compiler independant. Add debugging category
29393 * gst/goom/gstgoom.c: (gst_goom_change_state):
29394 reset channel count on PAUSED=>READY, not READY=>PAUSED
29396 2004-01-26 Colin Walters <walters@verbum.org>
29398 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29399 code to pull a bigger buffer in iradio mode. This as a side effect
29400 makes typefinding work.
29402 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29404 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29405 Fix SVQ3 decoding on PPC
29407 2004-01-26 Julien MOUTTE <julien@moutte.net>
29409 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29410 that one managed to stay there... Fixed.
29412 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29414 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29415 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29416 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29417 (qtdemux_video_caps):
29418 * gst/qtdemux/qtdemux.h:
29419 Add SVQ3 specific flags to qtdemux and ffmpeg
29421 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29423 * gst-libs/gst/audio/audio.h:
29424 remove buffer-frames from audio caps
29425 * gst/audioconvert/gstaudioconvert.c:
29426 fix plugin to really work.
29428 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29430 * gst-libs/gst/mixer/mixer.c:
29431 * gst-libs/gst/propertyprobe/propertyprobe.c:
29432 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29433 (gst_tuner_find_channel_by_name):
29434 * gst-libs/gst/tuner/tuner.h:
29435 Add gtk-doc style comments. Also fix a function name.
29437 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29439 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29440 (gst_divxdec_negotiate):
29441 Fix for new capsnego - also fixes gst-player with divxdec.
29443 2004-01-25 Julien MOUTTE <julien@moutte.net>
29445 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29446 (gst_play_identity_handoff), (gst_play_set_location),
29447 (gst_play_set_visualization), (gst_play_connect_visualization): Another
29448 try in visualization implementation. Still have an issue with switch
29449 blocking when pulling from video_queue and only audio comes out of
29451 * gst/switch/gstswitch.c: (gst_switch_release_pad),
29452 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29453 release method. And check if the pad is usable before pulling.
29455 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29457 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29458 (gst_videobalance_init),
29459 (gst_videobalance_colorbalance_list_channels),
29460 (gst_videobalance_colorbalance_set_value),
29461 (gst_videobalance_colorbalance_get_value),
29462 (gst_videobalance_update_properties),
29463 (gst_videobalance_update_tables_planar411),
29464 (gst_videobalance_planar411):
29465 * gst/videofilter/gstvideobalance.h:
29466 Implement lookup-tables. +/- 10x faster.
29468 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29470 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29471 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29472 The index reading was broken. The rest worked fine, but the whole
29473 goal of my rewrite was to make avidemux readable, and this was
29474 not at all readable. Please use typed variables.
29476 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29478 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29479 Additional pad usability check.
29480 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29481 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29482 (gst_mp1videoparse_real_chain):
29483 Fix MPEG video stream parsing. The original plugin had several
29484 issues, including not timestamping streams where the source was
29485 not timestamped (this happens with PTS values in mpeg system
29486 streams, but MPEG video is also a valid stream on its own so
29487 that needs timestamps too). We use the display time code for that
29488 for now. Also, if one incoming buffer contains multiple valid
29489 frames, we push them all on correctly now, including proper EOS
29490 handling. Lastly, several potential segfaults were fixed, and we
29491 properly sync on new sequence/gop headers to include them in next,
29492 not previous frames (since they're header for the next frame, not
29493 the previous). Also see #119206.
29494 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29496 Move caps setting so we only do it after finding several valid
29497 MPEG-1 fraes sequentially, not right after the first one (which
29498 might be coincidental).
29499 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29500 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29502 Add unsynced MPEG video stream typefinding, and change some
29503 probability values so we detect streams rightly. The idea is as
29504 follows: I can have an unsynced system stream which contains
29505 video. In the current code, I would randomly get a type for either
29506 system or video stream type found, because the probabilities are
29507 being calculated rather randomly. I now use fixed values, so we
29508 always prefer system stream if that was found (and that is how it
29509 should be). If no system stream was found, we can still identity the stream as video-only.
29511 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29513 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29514 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29515 don't write to buffer. Extract data without the need of
29516 __attribute__ ((packed))
29518 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29520 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29521 (mpeg1_sys_type_find):
29522 Fix MPEG-1 stream typefinding.
29524 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29526 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29527 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29529 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29531 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29532 * ext/esd/gstesd.c: (plugin_init):
29533 private debugging, better error reporting
29535 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29537 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29538 (gst_riff_read_init), (gst_riff_read_change_state):
29539 * gst-libs/gst/riff/riff-read.h:
29540 Remove stuff fromold metadata system.
29542 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29544 * ext/ogg/gstoggdemux.c:
29545 Fix wrong file comment.
29546 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29547 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29548 Add metadata reading properly.
29550 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29553 Fix nas DIST_SUBDIRS
29555 Fix bug where make distcheck doesn't get run on adding stuff to
29558 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29560 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29561 * ext/divx/gstdivxdec.h:
29562 Fix divx3 ("msmpeg4") playback using divxdec.
29564 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29566 * gst/typefind/gsttypefindfunctions.c:
29567 (mp3_type_frame_length_from_header): fix bug in length computation
29568 (mp3_type_find): improve debugging output
29570 2004-01-23 Julien MOUTTE <julien@moutte.net>
29572 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29573 (gst_play_set_location), (gst_play_seek_to_time),
29574 (gst_play_set_audio_sink), (gst_play_set_visualization),
29575 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29576 the pipeline from scratch. Visualization is back and switch went out as
29577 i realized it was not possible to use the way i wanted.
29578 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29579 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29580 clearing in state change from READY to NULL. So that one can clean the
29581 X ressources keeping the element.
29582 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29583 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29584 (gst_xvimagesink_colorbalance_set_value),
29585 (gst_xvimagesink_colorbalance_get_value),
29586 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29587 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29588 change from READY to NULL and fixed some stupid bugs in colorbalance
29589 get/set values. Also added the following feature : when nobody tries to
29590 set some values to the colorbalance levels before the xcontext is
29591 grabbed, then when creating channels list from Xv attributes we set the
29592 internal values to the Xv defaults. This way we handle buggy Xv drivers
29593 that set default hue values far from the middle of the range (Thanks
29594 to Jon Trowbridge for pointing that issue).
29595 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29596 colorbalance levels have been set before xcontext is grabbed.
29598 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
29600 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29601 Fix the ossmixer case where we shouldn't open /dev/dsp* because
29602 it might block operations (which is bad for a mixer).
29604 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29606 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29607 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29608 (gmip_find_type_pre):
29609 * gst-libs/gst/media-info/media-info-priv.h:
29610 * gst-libs/gst/media-info/media-info.c:
29611 (gst_media_info_instance_init), (gst_media_info_read_idler):
29612 add fakesink to get caps on decoder src pad again
29613 fix callback prototype to match new have_type signal signature
29615 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29617 * gst/adder/gstadder.c: (gst_adder_link):
29618 fix non-compile and cut-n-paste code
29620 2004-01-21 David Schleef <ds@schleef.org>
29622 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29623 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29624 (gst_swfdec_init), (gst_swfdec_change_state):
29625 * ext/swfdec/gstswfdec.h:
29627 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29628 (gst_adder_request_new_pad): Fix negotiation.
29629 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29630 Add a fixate function.
29631 * gst/intfloat/gstfloat2int.c:
29632 * gst/intfloat/gstfloat2int.h:
29633 * gst/intfloat/gstint2float.c:
29634 * gst/intfloat/gstint2float.h:
29635 Completely rewrite the negotiation. Doesn't quite work yet,
29636 due to some buffer-frames problem.
29638 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
29640 * ext/gnomevfs/gstgnomevfssrc.c:
29641 * sys/v4l2/v4l2_calls.h:
29642 fix includes for distcheck
29644 2004-01-21 Christian Schaller <uraeus@gnome.org>
29647 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29648 based on earlier patch from Laurent Vivier
29650 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
29652 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29653 Fix wma caps property
29654 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29655 Fix typo (flags1 and flags2)
29657 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29659 * gst-libs/gst/media-info/media-info-priv.c:
29660 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29661 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29662 (gmip_find_stream), (gmip_find_track_metadata),
29663 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29664 (gmip_find_track_format):
29665 * gst-libs/gst/media-info/media-info-priv.h:
29666 * gst-libs/gst/media-info/media-info-test.c: (main):
29667 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29668 (gst_media_info_read_idler), (gst_media_info_read):
29669 * gst-libs/gst/media-info/media-info.h:
29670 register debugging category and use it for debugging
29672 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29674 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29675 (gst_vorbisfile_new_link):
29676 signal streaminfo through tags
29678 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29680 * ext/mplex/gstmplex.cc:
29681 * ext/mplex/gstmplexibitstream.cc:
29682 g++ doesn't like NULL in our i18n/error macros, should be
29683 either (NULL) or ("").
29685 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29687 * sys/dxr3/dxr3audiosink.c:
29688 * sys/dxr3/dxr3init.c:
29689 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29690 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29691 Fix more error error error errors (missing includes here).
29693 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29695 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29696 fix thomas' error errors.
29698 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29700 * ext/mpeg2enc/gstmpeg2enc.cc:
29703 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29705 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29706 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29707 Fix for new error system.
29709 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29711 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29712 fix for new error reporting
29714 2004-01-20 David Schleef <ds@schleef.org>
29716 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29717 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29718 (gst_ximagesink_set_xwindow_id): Change to using a framerate
29719 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29720 and neither is 100+, most likely.
29721 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29722 (gst_xvimagesink_getcaps): same
29724 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
29727 Up version requirement to 2.0.3 (not yet released) to avoid symbol
29728 clashes with ffmpeg.
29730 2004-01-20 Julien MOUTTE <julien@moutte.net>
29732 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29733 (gst_switch_init): Fixed switch element : proxying link and setting
29734 caps from src to sink on request.
29736 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29738 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29739 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29740 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29743 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29745 * sys/v4l/v4l_calls.h:
29746 * sys/v4l2/v4l2_calls.h:
29747 element_error fixes
29749 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29751 * gst-libs/gst/gst-i18n-plugin.h:
29753 remove config.h inclusion
29755 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29758 adding autopoint invocation
29761 * gst-libs/gst/gettext.h:
29762 adding gettext bits
29763 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29764 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29765 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29766 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29767 (gst_gnomevfssink_close_file):
29768 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29769 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29770 * gst-libs/gst/gst-i18n-plugin.h:
29771 * gst/avi/gstavi.c: (plugin_init):
29772 * sys/dxr3/dxr3init.c: (plugin_init):
29773 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29774 * sys/oss/gstossaudio.c: (plugin_init):
29775 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29776 * sys/v4l/gstv4l.c: (plugin_init):
29777 * sys/v4l/v4l_calls.c: (gst_v4l_open):
29778 * sys/v4l2/gstv4l2.c: (plugin_init):
29779 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29780 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29781 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29782 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29783 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29784 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29785 make sure locale and translation domain are set
29786 fix translated strings
29792 put translation files into place
29793 * sys/xvideo/imagetest.c: (main):
29794 * ext/dv/demo-play.c: (main):
29795 fix unnecessary translations
29797 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
29799 * ext/sndfile/gstsf.c:
29800 * gst/avi/gstavimux.c:
29801 * ext/audiofile/gstafsink.c:
29802 * ext/audiofile/gstafsrc.c:
29803 * ext/gnomevfs/gstgnomevfssink.c:
29804 * ext/gnomevfs/gstgnomevfssrc.c:
29805 * sys/oss/gstosselement.c:
29806 * sys/v4l/v4l_calls.h:
29809 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29811 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29812 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29813 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29814 (gst_v4l2_get_output), (gst_v4l2_set_output),
29815 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29816 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29817 (gst_v4l2_set_attribute):
29818 update to new error handling
29820 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29822 * ext/sidplay/gstsiddec.cc:
29823 * gst/modplug/gstmodplug.cc:
29824 parenthese NULL because C++ seems angry about it
29826 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29828 * gst-libs/gst/gst-i18n-plugin.h:
29829 add skeleton i18n stuff, but needs to be further implemented
29831 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
29833 * examples/gstplay/player.c: (main):
29834 * ext/aalib/gstaasink.c: (gst_aasink_open):
29835 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29836 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29837 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29838 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29839 (gst_afsink_close_file):
29840 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29841 (gst_afsrc_close_file):
29842 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29843 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29844 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29845 * ext/esd/esdmon.c: (gst_esdmon_get):
29846 * ext/esd/esdsink.c: (gst_esdsink_chain):
29847 * ext/faac/gstfaac.c: (gst_faac_chain):
29848 * ext/faad/gstfaad.c: (gst_faad_chain):
29849 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29850 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29851 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29852 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29853 (gst_flacdec_loop):
29854 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29855 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29856 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29857 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29858 (gst_gnomevfssink_close_file):
29859 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29860 (gst_gnomevfssrc_open_file):
29861 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29862 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29863 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29864 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29865 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29866 * ext/mad/gstmad.c: (gst_mad_chain):
29867 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29868 * ext/mpeg2dec/gstmpeg2dec.c:
29869 * ext/mpeg2enc/gstmpeg2enc.cc:
29870 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29871 * ext/mplex/gstmplex.cc:
29872 * ext/mplex/gstmplexibitstream.cc:
29873 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29874 (gst_ogg_demux_push), (gst_ogg_pad_push):
29875 * ext/raw1394/gstdv1394src.c:
29876 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29877 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29878 * ext/sidplay/gstsiddec.cc:
29879 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29881 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29882 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29883 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29884 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29885 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29886 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29887 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29888 * gst-libs/gst/Makefile.am:
29889 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29890 (gst_riff_read_element_data), (gst_riff_read_seek),
29891 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29892 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29893 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29894 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29895 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29896 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29897 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29898 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29899 * gst/goom/gstgoom.c: (gst_goom_chain):
29900 * gst/id3/gstid3types.c: (gst_id3types_loop):
29901 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29902 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29903 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29904 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29905 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29906 (gst_ebml_read_float), (gst_ebml_read_header):
29907 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29908 (gst_matroska_demux_parse_blockgroup):
29909 * gst/modplug/gstmodplug.cc:
29910 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29911 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29912 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29913 * gst/silence/gstsilence.c: (gst_silence_get):
29914 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29915 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29916 * gst/speed/gstspeed.c: (speed_loop):
29917 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29918 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29919 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29920 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29921 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29922 (gst_wavparse_loop):
29923 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29924 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29925 (dxr3audiosink_close):
29926 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29927 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29928 (dxr3videosink_close), (dxr3videosink_write_data):
29929 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29930 * sys/oss/gstosselement.h:
29931 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29932 (gst_osssink_chain):
29933 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29934 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29935 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29936 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29937 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29938 (gst_v4l_enable_overlay):
29939 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29940 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29941 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29942 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29943 (gst_v4l_set_audio):
29944 * sys/v4l/v4l_calls.h:
29945 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29946 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29947 (gst_v4lmjpegsink_playback_init),
29948 (gst_v4lmjpegsink_playback_start):
29949 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29950 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29951 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29952 (gst_v4lmjpegsrc_requeue_frame):
29953 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29954 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29955 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29956 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29957 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29958 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29959 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29960 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29961 (gst_v4l2src_capture_stop):
29962 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29963 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29964 (gst_ximagesink_chain):
29965 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29966 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29967 (gst_xvideosink_xwindow_new):
29968 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29969 (gst_xvimagesink_chain):
29970 use new error signal, function and categories
29972 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
29976 * ext/musicbrainz/gsttrm.c:
29977 * ext/musicbrainz/gsttrm.h:
29978 * ext/musicbrainz/Makefile.am:
29981 2004-01-18 Julien MOUTTE <julien@moutte.net>
29983 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29984 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29985 synchronous property for debugging.
29986 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29987 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29988 (gst_xvimagesink_set_property): Moving a pointer declaration to a
29989 smaller block, fixing indent.
29991 2004-01-16 David Schleef <ds@schleef.org>
29993 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29994 property affects the video stream.
29995 * sys/xvimage/xvimagesink.c:
29996 * sys/xvimage/xvimagesink.h:
29997 Add synchronous property for debugging. Should probably be
29998 disabled in non-CVS builds. Make sure that the Xv attribute
29999 exists before we set it (crash!). Fix a silly float bug that
30000 caused colorbalance to just not work.
30002 2004-01-17 Christian Schaller <Uraeus@gnome.org>
30004 * tools/gst-launch-ext.in - update for new plugins
30006 2004-01-16 David Schleef <ds@schleef.org>
30008 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30009 already-freed caps.
30011 2994-01-16 Christian Schaller <Uraeus@gnome.org>
30013 * Update spec for new colorspace plugin and libcaca plugin
30014 * Fix compilation of libcaca plugin (clock -> id)
30016 2004-01-16 Julien MOUTTE <julien@moutte.net>
30018 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30019 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30020 (gst_xvimagesink_set_xwindow_id),
30021 (gst_xvimagesink_colorbalance_set_value),
30022 (gst_xvimagesink_colorbalance_get_value),
30023 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30024 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30025 correct colorbalance properties. They can now be set when the element
30026 is still in NULL state. The values will be committed to the Xv Port
30027 when xcontext is initialized.
30028 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30029 brightness int values in the GstXvImagesink structure.
30031 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30033 * gst-libs/gst/Makefile.am:
30034 restructure so having local patches works easier.
30036 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30038 * ext/mpeg2enc/Makefile.am:
30039 * ext/mpeg2enc/gstmpeg2enc.cc:
30040 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30041 Bugfix with respect to EOS handling.
30043 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30045 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30046 Link with right caps (else, it segfaults).
30047 * ext/mplex/gstmplexjob.cc:
30048 Fix for slight API change in 1.6.1.93 release of mjpegtools.
30050 2004-01-15 David Schleef <ds@schleef.org>
30052 * gst-libs/gst/audio/Makefile.am:
30053 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30055 * gst-libs/gst/audio/gstaudiofilter.c:
30056 * gst-libs/gst/audio/gstaudiofilter.h:
30057 Add bytes_per_sample and size and n_samples calculation.
30058 * gst-libs/gst/audio/gstaudiofilterexample.c:
30059 Remove, now autogenerated.
30060 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30061 Moved from gstaudiofilterexample, object name changed, code added
30062 so that it actually works.
30063 * gst-libs/gst/audio/make_filter:
30064 Script to build an audiofilter subclass from the template.
30065 * gst/colorspace/Makefile.am:
30066 * gst/colorspace/yuv2yuv.c:
30067 Remove file, since it's GPL, and we don't use it.
30069 2004-01-15 Julien MOUTTE <julien@moutte.net>
30071 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30072 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30073 them use the buffer free function to test how the buffer was allocated.
30075 2004-01-15 David Schleef <ds@schleef.org>
30077 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30078 that handles osssink fallback.
30079 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30080 (gst_audio_convert_getcaps):
30081 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30082 Add audio/x-qdm2 for QDM2 audio.
30083 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30084 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30085 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30086 Decrease minimum size to 16x16.
30087 * gst/wavparse/gstwavparse.c:
30088 Convert disabled pad template caps to new caps.
30089 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30090 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30091 (gst_xvimagesink_chain): Throw element error when display cannot
30092 be opened. Increase minimum framerate to 1.0. Check the data
30093 free function on a buffer to make sure it is the type we expect
30094 before manipulating it.
30096 2004-01-15 Julien MOUTTE <julien@moutte.net>
30098 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30099 (gst_videobalance_colorbalance_set_value): Implement passthru if
30100 settings are in the middle.
30101 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30103 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30105 * gst/videofilter/Makefile.am:
30106 * gst/volume/Makefile.am:
30107 Since we use videofilter symbols, link to it.
30109 2004-01-15 Julien MOUTTE <julien@moutte.net>
30111 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30112 mixer interface type to HARDWARE.
30113 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30115 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30116 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30117 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30118 (gst_volume_interface_init), (gst_volume_list_tracks),
30119 (gst_volume_set_volume), (gst_volume_get_volume),
30120 (gst_volume_set_mute), (gst_volume_mixer_init),
30121 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30122 (volume_init): Implementing mixer interface.
30123 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30124 * sys/oss/gstosselement.c: (gst_osselement_get_type),
30125 (gst_osselement_change_state): Removing some trailing commas in
30127 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30128 interface type to HARDWARE.
30129 * sys/v4l/gstv4lcolorbalance.c:
30130 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30132 * sys/v4l2/gstv4l2colorbalance.c:
30133 (gst_v4l2_color_balance_interface_init): Setting colorbalance
30134 interface type to HARDWARE.
30135 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30136 same code than ximagesink for event handling.
30138 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30140 * ext/snapshot/Makefile.am:
30141 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30142 (gst_snapshot_chain):
30143 * ext/snapshot/gstsnapshot.h:
30144 This has to be a joke... Snapshot should be connected to a tee,
30145 colorspace element before it and EOS after that, where the other
30146 src of the tee receives normal data.
30147 The current way is *wrong*.
30149 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30151 * ext/hermes/gsthermescolorspace.c:
30152 Fix another compile error. Same as below.
30154 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30156 * gst/colorspace/gstcolorspace.c:
30157 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30158 (gst_colorspace_i420_to_yv12):
30159 Fix compiling... Didn't test if it actually works.
30161 2004-01-15 David Schleef <ds@schleef.org>
30164 * gst/colorspace/Makefile.am:
30165 * gst/colorspace/gstcolorspace.c:
30166 * gst/colorspace/gstcolorspace.h:
30167 * gst/colorspace/yuv2rgb.c:
30168 * gst/colorspace/yuv2rgb.h:
30169 Duplicate the ext/hermes colorspace plugin, and remove Hermes
30170 code and GPL code. Fix for new caps negotiation. Rewrite
30171 much of the format handling code, and some of the conversion
30172 code. Basically, rewrote almost everything. This element
30173 handles I420, YV12 to RGB conversions.
30174 * ext/hermes/Makefile.am:
30175 * ext/hermes/gsthermescolorspace.c:
30176 Rename colorspace to hermescolorspace. Fix negotiation issues.
30177 Remove non-Hermes related code. This element handles lots of
30178 RGB to RGB conversions, but no YUV.
30179 * ext/hermes/gstcolorspace.c:
30180 * ext/hermes/gstcolorspace.h:
30181 * ext/hermes/rgb2yuv.c:
30182 * ext/hermes/yuv2rgb.c:
30183 * ext/hermes/yuv2rgb.h:
30184 * ext/hermes/yuv2rgb_mmx16.s:
30185 * ext/hermes/yuv2yuv.c:
30186 * ext/hermes/yuv2yuv.h:
30189 2004-01-14 Colin Walters <walters@verbum.org>
30191 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30192 they've already been.
30194 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30196 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30197 assume tag mode when pad is not connected
30199 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30201 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30202 Don't update the time of the clock
30203 (gst_alsa_sink_loop):
30204 sync to the clock given to alsasink, not the own clock
30205 * sys/oss/gstosssink.c: (gst_osssink_chain):
30207 (gst_osssink_change_state):
30209 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30210 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30211 remove bogus code that made DISCONT events unhandled
30212 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30213 explicitly case to double in _set_simple. (fixes 2nd warning in bug
30215 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30216 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30217 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30218 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30219 2nd warning in bug #131502)
30221 2004-01-14 Julien MOUTTE <julien@moutte.net>
30223 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30224 (gst_videobalance_colorbalance_set_value),
30225 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30226 for colorbalance interface implementation.
30227 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30228 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30229 (gst_ximagesink_dispose), (gst_ximagesink_init),
30230 (gst_ximagesink_class_init): Adding DISPLAY property.
30231 * sys/ximage/ximagesink.h: Adding display_name to store display.
30232 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30233 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30234 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30235 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30236 properties (they still need polishing though for gst-launch use : no
30237 xcontext yet, i ll do that tomorrow).
30238 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30240 2004-01-14 Julien MOUTTE <julien@moutte.net>
30242 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30243 (gst_play_set_location), (gst_play_set_visualization): Preparing
30244 switch integration, adding videobalance in the pipeline.
30246 2004-01-14 Julien MOUTTE <julien@moutte.net>
30248 * gst-libs/gst/colorbalance/colorbalance.c:
30249 (gst_color_balance_class_init): Adding a default type.
30250 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30252 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30253 (gst_videobalance_dispose), (gst_videobalance_class_init),
30254 (gst_videobalance_init), (gst_videobalance_interface_supported),
30255 (gst_videobalance_interface_init),
30256 (gst_videobalance_colorbalance_list_channels),
30257 (gst_videobalance_colorbalance_set_value),
30258 (gst_videobalance_colorbalance_get_value),
30259 (gst_videobalance_colorbalance_init): Implementing colorbalance
30261 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30263 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30264 bug which was triggering a BadAccess X error when setting an overlay
30265 before pad was really negotiated.
30266 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30267 Using the colorbalance type macro.
30269 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30271 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30272 (gst_flacenc_chain):
30273 handle tags correctly
30274 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30275 extract ID3v1 tags correctly
30277 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30279 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30281 Improve matroska typefinding for odd-typed headers...
30283 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30285 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30286 Fix for using incremental number on padnames.
30288 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30290 * ext/divx/gstdivxdec.c:
30291 * ext/divx/gstdivxenc.c:
30292 Set category to divx4linux instead of divx (too generic).
30293 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30294 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30295 (gst_wavparse_loop), (gst_wavparse_change_state):
30296 * gst/wavparse/gstwavparse.h:
30297 fix parsing of WAV files with non-standard fmt-tag size and fix
30298 skipping of unrecognized chunks... Someone please fix this thing
30299 to use rifflib so all this is automated.
30300 * sys/v4l/Makefile.am:
30301 * sys/v4l2/Makefile.am:
30302 Add X_CFLAGS because we depend on X (for overlay).
30304 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
30306 * ext/mpeg2dec/gstmpeg2dec.c:
30307 Don't issue a timestamp unless we tagged the frame
30310 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30312 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30313 Query the audio element to get the time, not the clock. We're
30314 interested in the element's time here.
30316 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30318 * ext/aalib/gstaasink.c: (gst_aasink_chain):
30319 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30320 * ext/esd/esdsink.c: (gst_esdsink_chain):
30321 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30322 * ext/mas/massink.c: (gst_massink_chain):
30323 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30324 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30325 (gst_matroska_demux_parse_metadata):
30326 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30327 (gst_mpeg_parse_release_locks):
30328 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30329 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30330 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30331 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30332 (gst_osssink_change_state):
30333 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30334 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30335 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30336 (gst_xvideosink_release_locks):
30337 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30339 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30340 (gst_alsa_clock_stop):
30341 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30342 (gst_audio_clock_get_internal_time):
30343 simplify for use with new clocking code.
30344 * testsuite/alsa/Makefile.am:
30345 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30346 fix testsuite for new caps system
30348 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30350 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30351 * ext/flac/gstflacenc.c: (add_one_tag):
30352 length is already host endian, no need to convert. Fixes playback of
30353 tagged files on PPC. (bug #128384)
30355 2004-01-13 Julien MOUTTE <julien@moutte.net>
30357 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30358 colorbalance interface stating if it is hardware based or software
30360 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30361 Removing a trailing comma.
30362 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30363 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30364 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30365 the documentation seems to be wrong on the -1000 to 1000 interval.
30367 2004-01-12 David Schleef <ds@schleef.org>
30369 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30370 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30371 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30372 Fix negotiation. Add a bufferalloc function for the sink pad,
30373 and generally clean up some of the code.
30375 2004-01-12 Julien MOUTTE <julien@moutte.net>
30377 * gst-libs/gst/colorbalance/colorbalancechannel.c:
30378 (gst_color_balance_channel_dispose): Adding safety check in dispose
30380 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30381 (gst_xvimagesink_xcontext_clear),
30382 (gst_xvimagesink_interface_supported),
30383 (gst_xvimagesink_colorbalance_list_channels),
30384 (gst_xvimagesink_colorbalance_set_value),
30385 (gst_xvimagesink_colorbalance_get_value),
30386 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30387 Adding colorbalance interface support to set XV parameters such as
30388 HUE, BRIGHTNESS, CONTRAST, SATURATION.
30389 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30392 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30394 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30395 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30396 (gst_audio_convert_init), (gst_audio_convert_set_property),
30397 (gst_audio_convert_get_property), (gst_audio_convert_chain),
30398 (gst_audio_convert_link),
30399 (gst_audio_convert_buffer_to_default_format),
30400 (gst_audio_convert_buffer_from_default_format), (plugin_init):
30401 - implement _getcaps and use it
30403 - remove float caps since no float conversion is actually done
30404 - remove properties and arguments that were to be used for rate
30407 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30409 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30410 (gst_audio_structure_set_int):
30411 * gst-libs/gst/audio/audio.h:
30412 add helper functions for _getcaps matching the standard audio
30415 2004-01-12 David Schleef <ds@schleef.org>
30417 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30418 Test that pad is negotiated before getting its caps.
30420 2004-01-12 Julien MOUTTE <julien@moutte.net>
30422 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30423 analyzing the pads of an element the bin is mostly in READY state so
30424 no caps were negotiated. This helper function needs to work with
30425 _get_caps directly then. I was not freeing them though, added that to
30428 2004-01-12 Julien MOUTTE <julien@moutte.net>
30430 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30431 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30432 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30433 than the free_func.
30435 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30437 * sys/oss/gstossaudio.c: (plugin_init):
30438 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30439 * sys/oss/gstosselement.h:
30440 make an oss debugging category
30441 make failure more descriptive
30443 2004-01-11 David Schleef <ds@schleef.org>
30445 * ext/ffmpeg/gstffmpeg.c:
30446 * ext/ffmpeg/gstffmpegcodecmap.c:
30447 * ext/ffmpeg/gstffmpegdec.c:
30448 * ext/ffmpeg/gstffmpegenc.c:
30449 * ext/ffmpeg/gstffmpegprotocol.c:
30450 * ext/gdk_pixbuf/gstgdkanimation.c:
30451 * ext/jpeg/gstjpeg.c:
30452 * ext/libpng/gstpng.c:
30453 * ext/mpeg2dec/perftest.c:
30454 * ext/speex/gstspeex.c:
30455 * gst-libs/gst/resample/dtos.c:
30456 * gst/intfloat/gstintfloatconvert.c:
30457 * gst/oneton/gstoneton.c:
30458 * gst/rtjpeg/RTjpeg.c:
30459 * gst/rtp/gstrtp.c:
30460 * sys/dxr3/dxr3init.c:
30461 * sys/glsink/gstgl_nvimage.c:
30462 * sys/glsink/gstgl_pdrimage.c:
30463 * sys/glsink/gstglsink.c:
30464 * testsuite/gst-lint:
30465 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30467 2004-01-11 David Schleef <ds@schleef.org>
30469 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30470 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30471 * ext/gdk_pixbuf/gstgdkanimation.c:
30472 (gst_gdk_animation_iter_create_pixbuf):
30473 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30474 (gst_gdk_pixbuf_chain):
30475 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30476 * ext/jack/gstjack.c: (gst_jack_change_state):
30477 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30478 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30479 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30480 * gst/videofilter/gstvideofilter.c:
30481 (gst_videofilter_set_output_size):
30482 Remove all usage of gst_pad_get_caps(), and replace it with
30483 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30485 2004-01-11 David Schleef <ds@schleef.org>
30488 * ext/Makefile.am: Fixes to make ext/libcaca compile.
30489 * ext/divx/gstdivxdec.c:
30490 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30491 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30492 handle images that span multiple buffers. Now work with both
30493 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30494 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30495 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30496 video/video.h changes
30497 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30498 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30499 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30500 of GstData free function.
30501 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30504 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30506 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30507 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30508 (gst_v4l2element_get_property):
30509 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30510 add norm, channel and frequency properties.
30511 * sys/v4l2/gstv4l2tuner.c:
30512 fixes for tuner interface changes
30513 * sys/v4l2/gstv4l2element.h:
30514 * sys/v4l2/gstv4l2src.c:
30515 * sys/v4l2/gstv4l2src.h:
30516 * sys/v4l2/v4l2src_calls.c:
30517 * sys/v4l2/v4l2src_calls.h:
30518 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30520 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30522 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30523 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30524 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30525 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30526 * gst-libs/gst/tuner/tuner.h:
30527 GObjects aren't const.
30528 Add find_by_name functions.
30529 Add checks to _changed functions.
30530 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30531 (gst_v4l_tuner_get_norm):
30534 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30536 * gst-libs/gst/video/video.h:
30537 Fix caps template names to be understandable.
30538 Prefix everything with GST_VIDEO.
30539 * ext/aalib/gstaasink.c:
30540 * ext/divx/gstdivxdec.c:
30541 * ext/divx/gstdivxenc.c:
30542 * ext/gdk_pixbuf/gstgdkpixbuf.c:
30543 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30544 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30545 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30546 * ext/libcaca/gstcacasink.c:
30547 * ext/libpng/gstpngenc.c: (raw_caps_factory):
30548 * ext/snapshot/gstsnapshot.c:
30549 * ext/swfdec/gstswfdec.c:
30550 * ext/xvid/gstxviddec.c:
30551 * ext/xvid/gstxvidenc.c:
30552 * gst/chart/gstchart.c:
30553 * gst/deinterlace/gstdeinterlace.c:
30554 * gst/effectv/gsteffectv.c:
30555 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30556 * gst/goom/gstgoom.c:
30557 * gst/median/gstmedian.c:
30558 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30559 (gst_monoscope_srcconnect), (gst_monoscope_chain):
30560 * gst/overlay/gstoverlay.c:
30561 * gst/smooth/gstsmooth.c:
30562 * gst/smpte/gstsmpte.c:
30563 * gst/synaesthesia/gstsynaesthesia.c:
30564 * gst/videocrop/gstvideocrop.c:
30565 * gst/videodrop/gstvideodrop.c:
30566 * gst/y4m/gsty4mencode.c:
30567 * sys/qcam/gstqcamsrc.c:
30568 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30569 Make them work with new video.h file.
30570 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30571 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30572 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30573 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30574 Make it work with new buffer allocation system.
30576 2004-01-11 Julien MOUTTE <julien@moutte.net>
30578 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30579 pad_alloc_buffer implementation to use ->srcpad
30580 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30581 pad_alloc_buffer implementation to use ->srcpad
30582 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
30583 pad_alloc_buffer implementation to use ->srcpad
30584 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30585 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30586 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30587 a reference to everything we need.
30588 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30589 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30590 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30591 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30592 a reference to everything we need.
30593 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30595 2004-01-11 David Schleef <ds@schleef.org>
30597 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30598 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30599 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30601 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30602 value during a resize/renegotiation.
30603 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30604 gst_pad_alloc_buffer();
30605 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30606 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30608 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30609 Fix for rename of buffer private structure members.
30610 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30611 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30612 Fix for rename of buffer private structure members.
30613 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30614 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30615 Fix for rename of buffer private structure members.
30617 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
30619 reviewed by: David Schleef <ds@schleef.org>
30621 * gst/videofilter/Makefile.am:
30622 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
30623 from the patch by ds to fit in with recent make_filter changes.
30625 2004-01-11 Julien MOUTTE <julien@moutte.net>
30627 * configure.ac: Adding examples/switch/Makefile
30628 * examples/Makefile.am: Adding examples/switch
30629 * examples/switch/Makefile.am: Adding switcher example.
30630 * examples/switch/switcher.c: (got_eos), (idle_iterate),
30631 (switch_timer), (main): Adding an example demonstrating switch usage
30632 with 2 videotestsrc showing different patterns.
30633 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30634 (gst_switch_init): Fixing switch with the new caps system.
30636 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30638 * gst-libs/gst/video/video.h:
30639 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30640 They should probably be like
30641 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30643 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30645 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30646 (qtdemux_parse_trak):
30647 fix audio chunk size/timestamp calculation
30649 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30651 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30654 2004-01-11 Steve Baker <steve@stevebaker.org>
30656 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30657 (gst_agingtv_base_init), (gst_agingtv_class_init),
30658 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30659 (gst_agingtv_set_property), (gst_agingtv_get_property):
30660 Port agingTV to videofilter
30662 2004-01-09 Julien MOUTTE <julien@moutte.net>
30664 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30665 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30667 2004-01-09 Julien MOUTTE <julien@moutte.net>
30669 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30670 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30671 * gst-libs/gst/xoverlay/xoverlay.c:
30672 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30673 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30674 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30675 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30676 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30677 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30678 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30679 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30680 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30681 interface implementation to handle xid being 0 and fix some bugs
30682 triggered by Benjamin's testcase.
30683 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30684 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30685 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30686 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30687 interface implementation to handle xid being 0 and fix some bugs
30688 triggered by Benjamin's testcase.
30690 2004-01-09 David Schleef <ds@schleef.org>
30692 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
30693 mouse pointer events. It works.
30695 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
30697 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30698 Use explicit caps - fix capsnego.
30699 * ext/xvid/gstxviddec.c:
30700 * ext/xvid/gstxvidenc.c:
30701 Remove macro-inside-macro which caused compile errors.
30702 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30703 Error out if it's not a RIFF file. Else we error out without
30704 gst_element_error() which is not good...
30706 2004-01-08 David Schleef <ds@schleef.org>
30708 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30709 Fix pad_link function to handle formats that ffmpeg returns
30710 as multiple caps structures.
30711 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30712 Only complain if source buffer is _smaller_ than expected.
30713 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30714 (gst_videoscale_handle_src_event): Resize navigation events
30715 when passing them upstream.
30716 * gst/videotestsrc/gstvideotestsrc.c:
30717 * gst/videotestsrc/gstvideotestsrc.h:
30718 * gst/videotestsrc/videotestsrc.c:
30719 * gst/videotestsrc/videotestsrc.h:
30720 Rewrite many of the buffer painting functions to handle odd
30721 sizes (for many formats, size%4!=0 or size%8!=0). Most have
30722 been verified to work with my video card.
30723 * testsuite/gst-lint: Add check for elements calling
30724 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30726 2004-01-08 David Schleef <ds@schleef.org>
30728 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30729 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30731 2004-01-08 Julien MOUTTE <julien@moutte.net>
30733 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30734 configure event is not emiting the desired size signal. That fixes
30735 aspect ratio issues with gst-player.
30737 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
30739 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30742 2004-01-08 Julien MOUTTE <julien@moutte.net>
30744 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30745 public method to fire size signal.
30747 2004-01-07 Julien MOUTTE <julien@moutte.net>
30749 * examples/gstplay/Makefile.am: Adding the interface library.
30750 * gst-libs/gst/play/Makefile.am: Adding the interface library.
30751 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
30752 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30753 GST_IS_X_OVERLAY before signal connect.
30754 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30755 Removing the have_video_size signal.
30756 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30757 and associated public method.
30758 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30759 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30761 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30762 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30764 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30765 Using XOverlay public method to fire size signal.
30767 2004-01-07 David Schleef <ds@schleef.org>
30769 * gst/videofilter/Makefile.am:
30770 * gst/videofilter/gstvideotemplate.c:
30771 * gst/videofilter/make_filter:
30772 Create gstvideoexample.c in a srcdir!=builddir friendly way.
30773 Convert make_filter to /bin/sh script.
30775 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
30777 * gst/modplug/gstmodplug.cc: fix element description
30779 2004-01-07 Julien MOUTTE <julien@moutte.net>
30781 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30782 (got_video_size): Adding some new lines in g_print calls.
30783 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30784 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30785 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30786 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30787 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30788 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30789 Complete code review, reverting some stuff i disagree with, adding
30790 some fixes : time synchronization on invalid timestamps, renegotiation
30792 * sys/ximage/ximagesink.h:
30793 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30794 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30795 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30796 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30797 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30798 (gst_xvimagesink_buffer_new),
30799 (gst_xvimagesink_navigation_send_event),
30800 (gst_xvimagesink_set_xwindow_id),
30801 (gst_xvimagesink_get_desired_size),
30802 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30803 stuff i disagree with, adding some fixes : Renegotiation of private
30804 window, implementing get_desired_size.
30806 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
30808 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30809 (gst_afsink_handle_event):
30810 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30811 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30812 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30813 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30814 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30815 Fix for instantiate-test (see core). Also remove dead code from
30816 jpegenc (which still needs fixing, but that's lower on my TODO
30818 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30819 Never return NULL as caps.
30821 2004-01-07 David Schleef <ds@schleef.org>
30825 * ext/librfb/Makefile.am:
30826 * ext/librfb/gstrfbsrc.c:
30827 New source plugin based on librfb-0.1. RFB (remote framebuffer)
30828 is the protocol used by VNC.
30830 2004-01-07 David Schleef <ds@schleef.org>
30832 * gst/videofilter/gstvideotemplate.c:
30833 * gst/videofilter/gstvideotemplate.h:
30834 * gst/videofilter/make_filter:
30835 Merge videotemplate header into source file.
30836 * gst/effectv/Makefile.am:
30837 * gst/effectv/gsteffectv.c: (plugin_init):
30838 * gst/effectv/gstwarp.c:
30839 Make warpTV a subclass of videofilter.
30841 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30843 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30844 Add guard against invalid utf-8 conversions in mad. Just in case.
30846 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30848 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30849 Fix for bug shown by poisoning
30851 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30853 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30854 (gst_v4lmjpegsrc_buffer_free):
30855 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30856 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30857 (gst_v4lsrc_buffer_free):
30858 Fix for removed bufferpools.
30860 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30862 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30863 Fix caps negotiation.
30865 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30866 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30867 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30869 * ext/mpeg2dec/gstmpeg2dec.c:
30870 * gst-libs/gst/navigation/navigation.c:
30871 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30872 * gst-libs/gst/navigation/navigation.h:
30873 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30874 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30875 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30876 Super-simple first version of mouse and keyboard events. Clicking
30877 on a DVD menu now works, although it may not take you where you
30880 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30881 * gst/videotestsrc/gstvideotestsrc.c:
30882 (gst_videotestsrc_src_fixate):
30883 These fixate functions were broken - they never actually
30886 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30888 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30889 (gst_icecastsend_init):
30890 fix for new caps system.
30891 * gst-libs/gst/mixer/mixertrack.h:
30892 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30893 Add 'master track' flag (for tools like ACME that only want to
30894 change the main volume).
30896 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30898 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30899 (gst_xvid_csp_to_caps):
30900 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30901 * ext/xvid/gstxvidenc.c:
30902 ifdef out ARGB type when it isn't available
30903 in xvidcore 1.0.0beta2
30905 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30907 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30908 When we have received a new SCR right in the first buffer after
30909 a seek (so in the same cycle that handles the discont), we should
30910 handle the buffer instead of unreffing it, else we lose data.
30912 2004-01-06 Iain <iain@prettypeople.org>
30914 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30915 buffer-frames caps too.
30917 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30918 caps that we need, don't destroy them all and rebuild them. And when
30919 creating src pads, use the src pad template rather than the sink...
30921 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
30923 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30924 Add pad to element *after* setting functions such as event handler.
30925 Without this, the scheduler (opt) will link pads, set the event
30926 handler from the default event function (dispatcher in gstpad.c)
30927 and *after* that, we will set our own event function, which will
30928 thus never be used (and thus mpegdemux doesn't handle events).
30930 2004-01-04 David Schleef <ds@schleef.org>
30932 Fix the fixate functions to handle new prototype:
30933 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30934 * gst/videotestsrc/gstvideotestsrc.c:
30935 (gst_videotestsrc_src_fixate):
30936 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30937 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30938 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30940 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
30942 * sys/ximage/ximagesink.h:
30943 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30944 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30945 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30946 (gst_ximagesink_xoverlay_init):
30947 assorted fixes to make (re)embedding work
30948 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30949 (gst_ximagesink_get_desired_size):
30950 implement desired size additions to XOverlay
30952 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
30954 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30955 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30956 (gst_x_overlay_got_desired_size):
30957 * gst-libs/gst/xoverlay/xoverlay.h:
30958 Add optional "desired size" signal and querying.
30960 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30962 * gst/matroska/matroska-demux.c:
30963 (gst_matroska_demux_parse_blockgroup):
30964 Fix EBML-laced block parsing. Diffs are relative to previous
30965 lace, not the first lace. Thanks to Mosu from the Matroska
30966 team for detecting this.
30967 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30968 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30969 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30970 (gst_wavparse_change_state):
30971 * gst/wavparse/gstwavparse.h:
30972 Quickfix for capsnego.
30974 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30976 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30977 Fix indenting, fix pad creation.
30979 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30981 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30982 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30983 (gst_xviddec_sink_link):
30984 Implement src_getcaps() so proper size caps is negotiated.
30986 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30988 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30989 Finish flac decoder on EOS. See #116178.
30991 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30993 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30994 (gst_matroska_demux_add_stream):
30995 * gst/matroska/matroska-ids.h:
30996 Add getcaps() function to fix capsnego...
30998 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31000 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31001 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31002 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31003 Fix more integer overflows. Again, see #126967.
31005 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31007 * ext/mpeg2dec/gstmpeg2dec.c:
31008 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31011 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31014 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31015 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31016 * ext/xvid/gstxvid.h:
31017 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31018 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31019 (gst_xviddec_src_link), (gst_xviddec_sink_link),
31020 (gst_xviddec_change_state):
31021 * ext/xvid/gstxviddec.h:
31022 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31023 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31024 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31025 (gst_xvidenc_link), (gst_xvidenc_set_property),
31026 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31027 * ext/xvid/gstxvidenc.h:
31028 Update xvid plugin to latest xvid (1.0.0-beta3) API.
31030 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31032 * gst/rtp/rtp-packet.c:
31033 Add sys/types.h include, since OS X doesn't define in_addr_t
31034 in netinet/in.h, like it does on Linux (see #129600).
31036 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
31038 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
31040 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31041 Correct logic of dispose function (see #129306).
31043 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31045 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31046 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31047 (gst_mpeg_parse_init):
31048 * gst/mpegstream/gstmpegparse.h:
31049 Remove clock (which was never provided, i.e. dead code), and
31050 also fix integer overflows at high PTS values (see #126967).
31052 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31054 * ext/flac/gstflacdec.c:
31055 * ext/libpng/gstpngenc.h:
31056 * ext/mikmod/gstmikmod.h:
31057 OS X fixes (see #126628).
31059 2004-01-02 David Schleef <ds@schleef.org>
31061 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31062 (gst_alsa_src_base_init): Remove bogus "src" request pad.
31063 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31064 (gst_mpeg_parse_class_init): Move pad template registration
31065 to class_init, since the derived class (mpegdemux) doesn't
31068 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31070 * sys/ximage/Makefile.am:
31071 * sys/xvideo/Makefile.am:
31072 * sys/xvimage/Makefile.am:
31073 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31074 after installation (see #127664).
31076 2004-01-02 David Schleef <ds@schleef.org>
31078 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31079 (gst_ffmpegenc_connect): Negotiation fixes.
31080 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31081 Remove inappropriate gst_caps_free().
31082 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31083 Reenable Ronald's internal resize code, since the core handles
31086 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31088 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31089 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31090 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31091 Fix pad template stuff.
31093 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31095 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31096 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31097 fix signed integer reading/writing.
31099 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
31102 Remove outdated document
31104 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
31106 * gst/cutter/gstcutter.c: (gst_cutter_init):
31107 src pad was being created twice - oops.
31109 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31111 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31112 Comment out internal resize. It doesn't handle the resulting
31113 XEvent internally, does another try_set_caps() which leads to
31114 a really nice loop.
31115 Real fix will come when Julien and Dave are awake. ;).
31117 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31119 * ext/mpeg2enc/gstmpeg2enc.cc:
31120 fix const/nonconst compile issue.
31122 2004-01-02 David Schleef <ds@schleef.org>
31124 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31125 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31126 Add fixate function and a check for bad formats.
31128 2004-01-01 David Schleef <ds@schleef.org>
31131 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31132 (gst_audiofilter_init):
31133 * gst/debug/efence.c: (gst_efence_init):
31134 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31135 (gst_deinterlace_init):
31136 * gst/volume/gstvolume.c: (volume_connect):
31138 2004-01-01 David Schleef <ds@schleef.org>
31140 Convert elements to use gst_pad_use_explicit_caps() where
31142 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31143 * ext/audiofile/gstafparse.c: (gst_afparse_init),
31144 (gst_afparse_open_file):
31145 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31146 (gst_afsrc_open_file):
31147 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31148 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31149 (gst_ffmpegdec_chain):
31150 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31151 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31152 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31153 (gst_gdk_pixbuf_chain):
31154 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31155 (gst_jpegdec_chain):
31156 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31157 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31158 (gst_mikmod_negotiate):
31159 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31160 (gst_mpeg2dec_negotiate_format):
31161 * ext/mpeg2enc/gstmpeg2enc.cc:
31162 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31163 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31164 (gst_speexdec_sinkconnect):
31165 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31166 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31167 (gst_vorbisfile_new_link):
31168 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31169 (gst_ac3parse_chain):
31170 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31171 (gst_asf_demux_setup_pad):
31172 * gst/auparse/gstauparse.c: (gst_auparse_init),
31173 (gst_auparse_chain):
31174 * gst/id3/gstid3types.c: (gst_id3types_loop):
31175 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31176 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31177 (mp1videoparse_parse_seq):
31178 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31180 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31181 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31182 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31183 (gst_mpeg_parse_send_data):
31184 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31185 (gst_qtdemux_add_stream):
31186 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31187 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31188 (gst_wavparse_parse_fmt):
31190 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
31193 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31194 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31195 it therefore uses the wrong include paths. Too bad... Note
31196 that 1.6.1.93 is not release yet. ;).
31197 Also add a check for mplex, which is now using the lib'ified
31198 mplex from mjpegtools, too.
31199 * ext/ffmpeg/gstffmpegcodecmap.c:
31200 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31201 issues. I don't think ffmpeg handles 3ivx correctly, so this
31202 probably won't work. But it won't hurt either.
31203 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31204 (gst_ffmpegdec_chain):
31205 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31206 (gst_ffmpegenc_chain_audio):
31207 Fix memleak in audio encoding. Close codec if open fails, this
31208 calls the cleanup routines so we can re-use the context.
31209 * ext/mpeg2enc/gstmpeg2enc.cc:
31210 Fix pad template names/types, fix memory issue with getcaps().
31211 * ext/mpeg2enc/gstmpeg2encoder.cc:
31212 * ext/mpeg2enc/gstmpeg2encoder.hh:
31213 Fix compile issue with new caps system (const thingy).
31214 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31215 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31216 We read a first frame right on initing, so that we have a caps
31217 when we init the output. This caps is cached in padprivate and
31218 read as first frame.
31219 * ext/mplex/Makefile.am:
31220 * ext/mplex/gstmplex.cc:
31221 * ext/mplex/gstmplex.h:
31222 * ext/mplex/gstmplex.hh:
31223 * ext/mplex/gstmplexibitstream.cc:
31224 * ext/mplex/gstmplexibitstream.hh:
31225 * ext/mplex/gstmplexjob.cc:
31226 * ext/mplex/gstmplexjob.hh:
31227 * ext/mplex/gstmplexoutputstream.cc:
31228 * ext/mplex/gstmplexoutputstream.hh:
31229 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31230 had issues, didn't do capsnego, supported only a subset of the
31231 mplex features and required a mplex fork in our local CVS. Plus
31232 that it worked agaist a very old mplex version. Rewriting was
31233 faster than updating it.
31234 * gst-libs/ext/Makefile.am:
31235 * gst-libs/ext/mplex/INSTRUCT:
31236 * gst-libs/ext/mplex/Makefile.am:
31237 * gst-libs/ext/mplex/README:
31238 * gst-libs/ext/mplex/TODO:
31239 * gst-libs/ext/mplex/ac3strm_in.cc:
31240 * gst-libs/ext/mplex/audiostrm.hh:
31241 * gst-libs/ext/mplex/audiostrm_out.cc:
31242 * gst-libs/ext/mplex/aunit.hh:
31243 * gst-libs/ext/mplex/bits.cc:
31244 * gst-libs/ext/mplex/bits.hh:
31245 * gst-libs/ext/mplex/buffer.cc:
31246 * gst-libs/ext/mplex/buffer.hh:
31247 * gst-libs/ext/mplex/fastintfns.h:
31248 * gst-libs/ext/mplex/format_codes.h:
31249 * gst-libs/ext/mplex/inputstrm.cc:
31250 * gst-libs/ext/mplex/inputstrm.hh:
31251 * gst-libs/ext/mplex/lpcmstrm_in.cc:
31252 * gst-libs/ext/mplex/mjpeg_logging.cc:
31253 * gst-libs/ext/mplex/mjpeg_logging.h:
31254 * gst-libs/ext/mplex/mjpeg_types.h:
31255 * gst-libs/ext/mplex/mpastrm_in.cc:
31256 * gst-libs/ext/mplex/mpegconsts.cc:
31257 * gst-libs/ext/mplex/mpegconsts.h:
31258 * gst-libs/ext/mplex/mplexconsts.hh:
31259 * gst-libs/ext/mplex/multplex.cc:
31260 * gst-libs/ext/mplex/outputstream.hh:
31261 * gst-libs/ext/mplex/padstrm.cc:
31262 * gst-libs/ext/mplex/padstrm.hh:
31263 * gst-libs/ext/mplex/stillsstream.cc:
31264 * gst-libs/ext/mplex/stillsstream.hh:
31265 * gst-libs/ext/mplex/systems.cc:
31266 * gst-libs/ext/mplex/systems.hh:
31267 * gst-libs/ext/mplex/vector.cc:
31268 * gst-libs/ext/mplex/vector.hh:
31269 * gst-libs/ext/mplex/videostrm.hh:
31270 * gst-libs/ext/mplex/videostrm_in.cc:
31271 * gst-libs/ext/mplex/videostrm_out.cc:
31272 * gst-libs/ext/mplex/yuv4mpeg.cc:
31273 * gst-libs/ext/mplex/yuv4mpeg.h:
31274 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31275 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31276 We don't fork mjpegtools' mplex in our CVS anymore.
31277 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31278 (gst_avi_demux_add_stream):
31279 * gst/avi/gstavidemux.h:
31280 Add getcaps() function for proper caps nego. This makes some
31281 parts of AVI playback/reading work.
31282 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31283 Resize window on new capsnego. This is probably wrong, but
31284 I'm still committing it because with current capsnego, the
31285 first successfull capsnego is auto-fixated, therefore rounded
31286 down to the lowest values in the caps. this results in a 16x16
31287 XWindow that is not reized when real capsnego finishes.
31288 Dave, I see more cases of this, do you know a proper solution?
31289 * tools/gst-launch-ext.in:
31290 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31292 2003-12-31 David Schleef <ds@schleef.org>
31294 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31295 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31296 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31298 2003-12-30 David Schleef <ds@schleef.org>
31300 * ext/ffmpeg/gstffmpegcolorspace.c:
31301 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31302 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31303 (gst_ffmpegcsp_chain): Negotiation fixes
31304 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31305 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31306 (gst_audio_convert_link), (gst_audio_convert_channels):
31307 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31308 (gst_audioscale_link), (gst_audioscale_get_buffer),
31309 (gst_audioscale_chain): Negotiation fixes
31310 * gst/audioscale/gstaudioscale.h:
31311 * gst/videofilter/gstvideofilter.c:
31312 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31313 (gst_videofilter_link), (gst_videofilter_init),
31314 (gst_videofilter_set_output_size), (gst_videofilter_setup),
31315 (gst_videofilter_find_format_by_structure):
31316 * gst/videofilter/gstvideofilter.h: Negotiation fixes
31317 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31318 (gst_videoscale_link):
31319 * gst/videoscale/videoscale.c: (videoscale_get_structure),
31320 (videoscale_find_by_structure), (gst_videoscale_setup):
31321 * gst/videoscale/videoscale.h: Negotiation fixes
31322 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31323 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31324 function, restrict resizing to a multiple of 4 (hack until
31325 everyone supports odd sizes correctly).
31327 2003-12-29 Colin Walters <walters@verbum.org>
31329 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31332 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
31334 * ext/sndfile/gstsf.c: (gst_sf_loop):
31335 Fix warning about discarding const qualifier
31337 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
31339 * gst/cutter/gstcutter.c:
31340 * gst/videoscale/gstvideoscale.c:
31341 * gst/volenv/gstvolenv.c:
31342 * gst-libs/gst/audio/audio.c:
31343 * gst-libs/gst/video/video.c:
31346 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31348 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31349 Don't send ALSA debugging to stderr.
31350 * ext/alsa/gstalsa.h:
31351 Use GST_WARNING instead of g_warning when ALSA functions fail.
31353 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31355 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31356 Free XVAdapterInfo correctly.
31358 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31360 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31361 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31362 Make id3tag use correct caps nego.
31364 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
31366 * ext/ivorbis/vorbis.c:
31367 * ext/ivorbis/vorbisenc.h:
31368 * ext/ivorbis/vorbisfile.c:
31369 Modify so that it uses the new caps things
31371 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31373 * testsuite/spider/spider1.c: (main):
31374 * testsuite/spider/spider2.c: (main):
31375 * testsuite/spider/spider3.c: (main):
31376 Make tests compile again. They probably don't work.
31378 2003-12-24 Colin Walters <walters@verbum.org>
31380 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31381 we can't fixate the caps anymore.
31383 2003-12-23 David Schleef <ds@schleef.org>
31385 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31386 * sys/oss/gstosssink.c: (gst_osssink_init),
31387 (gst_osssink_sink_fixate): Add fixate function.
31389 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
31391 * ext/ffmpeg/gstffmpegcodecmap.c:
31392 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31393 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31394 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31395 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31396 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31397 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31398 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31399 fix typo in RGB masks, and move back to "old" colorspace
31400 capsnego code until whoever wrote this new crap has actually
31401 tested it so that it works.
31402 And yes, this works, keep it that way please.
31404 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31406 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31407 (gst_divxdec_init), (gst_divxdec_negotiate):
31408 * ext/divx/gstdivxdec.h:
31409 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31410 (gst_divxenc_init):
31411 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31412 (gst_faac_sinkconnect), (gst_faac_srcconnect):
31413 * ext/mpeg2enc/gstmpeg2enc.cc:
31414 * ext/mpeg2enc/gstmpeg2encoder.cc:
31415 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31416 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31417 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31418 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31419 (dxr3spusink_init):
31420 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31421 (dxr3videosink_init):
31422 Fix caps breakage after Dave's caps branch merge.
31424 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31426 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31427 Fix for 24bpp display.
31429 2003-12-23 Colin Walters <walters@verbum.org>
31431 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31432 a GnomeVFSHandle directly.
31434 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31436 * gst/volume/Makefile.am:
31437 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31438 (volume_base_init), (volume_init):
31439 Reenable volume element and fix to work with new caps stuff.
31440 Rhythmbox needs this.
31442 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31444 * gst/qtdemux/qtdemux.c: (plugin_init):
31445 qtdemux requires bytestream
31447 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31449 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31450 Fix remaining caps handling errors due to CAPS merge.
31452 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31454 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31455 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31456 (gst_faad_srcconnect):
31457 Port to new caps system.
31459 2003-12-21 Julien MOUTTE <julien@moutte.net>
31461 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31462 (got_video_size), (main): using g_print instead of g_message.
31463 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31464 signal which was not emitted because of "switch" element added to the
31465 bin but not connected. (Removing from the bin temporarily)
31467 2003-12-21 Julien MOUTTE <julien@moutte.net>
31469 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31470 find X development files. I don't understand the previous tests and
31471 they fail on my debian/ppc unstable. This one works.
31472 * examples/gstplay/player.c: (main): Set the pipeline to READY before
31474 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31475 (gst_play_set_video_sink), (gst_play_set_audio_sink),
31476 (gst_play_set_visualization): Add some safety checks in set_ methods
31477 and state_change. This was throwing some ugly CRITICAL messages when
31478 pipeline was getting disposed and casts were failing.
31480 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
31483 Improve mpeg2enc detection. This is for distributions that do
31484 ship mjpegtools, but without mpeg2enc. Also does object check
31485 for might there ever be ABI incompatibility.
31486 * ext/mpeg2enc/gstmpeg2enc.cc:
31487 Add Andrew as second maintainer (he's helping me), and also add
31488 an error if no caps was set. This happens if I pull before capsnego
31489 and that's something I should solve sometime else.
31490 * gst/matroska/matroska-demux.c:
31491 (gst_matroska_demux_parse_blockgroup):
31493 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31494 (gst_matroska_mux_track_header):
31495 Add caps to templates.
31496 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31497 Add mpegversion=1 to prevent confusion with MPEG/AAC.
31498 * gst/mpegstream/gstmpegdemux.c:
31499 Remove layer since it causes warnings about unfixed caps.
31500 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31501 Fix obvious typo (we error out if caps were set, we should of
31502 course error out if *no* caps were set).
31503 * sys/oss/gstosselement.c: (gst_osselement_convert):
31504 Fix format conversion, we confused bits/bytes.
31505 * sys/oss/gstosselement.h:
31506 Improve documentation for 'bps'.
31508 Remove stuff about plugins that need removing - this was done
31510 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31511 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31512 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31513 (gst_v4lsrc_src_query):
31514 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31515 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31516 Add get_query_types(), get_formats() and query() functions.
31518 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
31520 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31521 * moved CVS to freedesktop.org