1 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
4 We require core CVS for the new buffer metadata copy functions.
6 2007-03-09 Wim Taymans <wim@fluendo.com>
8 * gst-libs/gst/tag/gstid3tag.c:
9 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
12 2007-03-09 Wim Taymans <wim@fluendo.com>
14 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
15 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
16 Improve adapter usage and comments.
18 2007-03-09 Wim Taymans <wim@fluendo.com>
20 * ext/pango/gsttextrender.c: (gst_text_render_chain):
21 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
22 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
23 Use new metadata copy function.
25 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26 (gst_ffmpegcsp_transform):
27 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
28 Basetransform copied the metadata for us.
30 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
32 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
33 (gst_text_overlay_video_event):
34 Some more logging. Only accept newsegment events in TIME format and
35 send a WARNING message if they are not in TIME format.
37 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
38 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
39 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
40 * gst/subparse/gstsubparse.h:
41 No need to allocate GstSegment structure dynamically, just put it
42 into the instance structure; ignore newsegment events in BYTE
43 format and in particular don't let it overwrite our saved TIME
44 segment from the last seek.
46 2007-03-09 Michael Smith <msmith@fluendo.com>
48 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
49 Replace AC3 typefinder with one that isn't terrible, and actually
52 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
54 * gst/audioconvert/gstaudioconvert.c:
55 (gst_audio_convert_transform):
56 fix error category and translatable string
59 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
61 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
62 * pkgconfig/gstreamer-plugins-base.pc.in:
63 Fix up utils => pbutils here too.
65 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
67 * gst/subparse/gstsubparse.c: (handle_buffer):
68 Break out of loop in chain function as soon as possible if we get
71 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
73 * tests/check/elements/alsa.c: (GST_START_TEST):
74 Unref the mixer if the state change fails too (if the
75 alsa devices are inaccessible, for example)
77 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
79 * tests/check/Makefile.am:
80 Don't test libvisual elements in the states check, because libvisual
81 seems to leak internally.
83 Re-enable the alsa and states tests now that there's new suppressions
86 * tests/check/elements/alsa.c: (GST_START_TEST):
87 Don't leak the alsamixer we instantiated.
89 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
91 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
92 (gst_ximagesink_change_state), (gst_ximagesink_reset),
93 (gst_ximagesink_finalize):
94 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
95 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
96 Move some cleanup stuff from the state change handler into a _reset()
97 function that can be called from _finalize(). This ensures that things
98 get freed even if (for some reason) the NULL->READY state transition
99 fails in the parent class.
100 Even if a parent state change fails, process our downward state change
101 logic instead of bailing out early.
102 Free the correct xcontext pointer in ximagesink's xcontext_clear.
104 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
106 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
109 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
110 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
111 Use pango_font_description_set_family_static instead of
112 pango_font_description_set_family to save a string copy (it was
113 leaking due to the strdup anyway)
115 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
116 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
117 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
118 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
119 Chain up in finalize.
121 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
123 * gst-libs/gst/interfaces/mixertrack.c:
124 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
125 (gst_mixer_track_set_property):
126 API: add "untranslated-label" property which should be set by
127 implementations at construct time (#414645).
129 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
130 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
131 Set "untranslated-label" when constructing mixer track objects.
133 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
134 Unit test to check the above.
136 2007-03-07 Wim Taymans <wim@fluendo.com>
138 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
139 Fix confusing debug message.
141 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
143 * gst-plugins-base.doap:
144 update doap file with new version
146 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
151 === release 0.10.12 ===
153 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
156 releasing 0.10.12, "Zombie Horde"
158 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
161 Bump version to 0.10.11.4 pre-release
163 2007-03-06 Wim Taymans <wim@fluendo.com>
165 * gst-libs/gst/audio/gstbaseaudiosink.c:
166 (gst_base_audio_sink_async_play):
167 Fix regression that made GStreamer skip the first samples of audio.
170 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
173 Bump version to 0.10.11.3 pre-release
175 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
178 Update paths for the rename from utils to pbutils to fix the build.
180 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
182 * gst-libs/gst/pbutils/Makefile.am:
183 Change directory to install headers in from gst/utils to gst/pbutils
186 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
189 * docs/libs/gst-plugins-base-libs-docs.sgml:
190 * docs/libs/gst-plugins-base-libs-sections.txt:
191 * gst-libs/gst/Makefile.am:
192 * gst-libs/gst/interfaces/mixer.c:
193 * gst-libs/gst/pbutils/Makefile.am:
194 * gst-libs/gst/pbutils/descriptions.c:
195 (gst_pb_utils_get_source_description),
196 (gst_pb_utils_get_sink_description),
197 (gst_pb_utils_get_decoder_description),
198 (gst_pb_utils_get_encoder_description),
199 (gst_pb_utils_get_element_description),
200 (gst_pb_utils_add_codec_description_to_tag_list),
201 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
202 * gst-libs/gst/pbutils/descriptions.h:
203 * gst-libs/gst/pbutils/install-plugins.c:
204 * gst-libs/gst/pbutils/install-plugins.h:
205 * gst-libs/gst/pbutils/missing-plugins.c:
206 (gst_missing_uri_source_message_new),
207 (gst_missing_uri_sink_message_new),
208 (gst_missing_element_message_new),
209 (gst_missing_decoder_message_new),
210 (gst_missing_encoder_message_new),
211 (gst_missing_plugin_message_get_description):
212 * gst-libs/gst/pbutils/missing-plugins.h:
213 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
214 * gst-libs/gst/pbutils/pbutils.h:
215 * gst-libs/gst/utils/Makefile.am:
216 * gst-libs/gst/utils/base-utils.c:
217 * gst-libs/gst/utils/base-utils.h:
218 * gst-libs/gst/utils/descriptions.c:
219 * gst-libs/gst/utils/descriptions.h:
220 * gst-libs/gst/utils/install-plugins.c:
221 * gst-libs/gst/utils/install-plugins.h:
222 * gst-libs/gst/utils/missing-plugins.c:
223 * gst-libs/gst/utils/missing-plugins.h:
224 * gst-plugins-base.spec.in:
225 * gst/playback/Makefile.am:
226 * gst/playback/gstdecodebin.c:
227 * gst/playback/gstdecodebin2.c:
228 * gst/playback/gstplaybasebin.c: (setup_subtitle),
229 (gen_source_element):
230 * gst/playback/gstplaybin.c: (plugin_init):
231 * tests/check/Makefile.am:
232 * tests/check/libs/pbutils.c: (GST_START_TEST),
233 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
234 * tests/check/libs/utils.c:
235 rename utils to pbutils
237 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
239 * docs/plugins/Makefile.am:
240 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
241 * docs/plugins/gst-plugins-base-plugins-sections.txt:
242 * docs/plugins/inspect/plugin-decodebin2.xml:
243 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
244 Add documentation for decodebin2 that indicates that the API
247 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
250 Update to 0.10.11.2 (0.10.12 pre-release)
252 2007-03-01 Wim Taymans <wim@fluendo.com>
254 * gst-libs/gst/audio/gstbaseaudiosink.c:
255 (gst_base_audio_sink_async_play):
256 base time is irrelevant here.
258 2007-03-01 Wim Taymans <wim@fluendo.com>
260 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
261 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
264 * gst-libs/gst/audio/gstbaseaudiosink.c:
265 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
266 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
267 Improve latency and clock slaving calculations.
268 Improve slave clock calibration.
270 * gst-libs/gst/audio/gstringbuffer.c:
271 (gst_ring_buffer_commit_full):
272 When we are asked to render N sample to 0 bytes, return N.
274 2007-03-01 Wim Taymans <wim@fluendo.com>
276 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
277 (gst_alsasink_write), (gst_alsasink_reset):
278 * ext/alsa/gstalsasink.h:
279 Remove unused dispose function.
280 Rename lock to not interfere with alsasrc lock.
282 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
283 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
284 (gst_alsasrc_read), (gst_alsasrc_reset):
285 * ext/alsa/gstalsasrc.h:
286 Implement finalize function.
287 Use lock to protect alsa access.
291 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
294 Convert to new AG_GST style.
296 2007-02-28 Wim Taymans <wim@fluendo.com>
298 Patch by: Ed Catmur <ed at catmur dot co dot uk>
300 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
301 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
302 Fix race condition when rapidly switching visualisations in playbin.
305 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
307 * tests/check/Makefile.am:
308 Include local stuff before system installed things in LDFLAGS and
311 2007-02-28 Wim Taymans <wim@fluendo.com>
313 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
316 2007-02-28 Wim Taymans <wim@fluendo.com>
318 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
319 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
320 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
321 Fix duration and timestamping, taking latency into account.
322 Implement latency query.
324 2007-02-28 Wim Taymans <wim@fluendo.com>
326 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
327 (gst_audio_clock_new):
330 * gst-libs/gst/audio/gstbaseaudiosink.c:
331 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
332 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
333 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
334 (gst_base_audio_src_create):
335 Improve latency query code.
336 Use proper clock names.
338 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
340 * tests/check/generic/states.c: (GST_START_TEST):
341 Copy the states.c test from core again
342 * tests/check/Makefile.am:
343 ignore cdio and cdparanoiasrc
345 2007-02-28 Stefan Kost <ensonic@users.sf.net>
347 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
348 (double_hq), (audio_convert_get_func_index), (check_default),
349 (audio_convert_prepare_context), (audio_convert_convert):
350 Also make valgrind happy and avoid copying data in some cases.
352 2007-02-28 Stefan Kost <ensonic@users.sf.net>
354 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
355 (double_hq), (audio_convert_get_func_index),
356 (audio_convert_prepare_context), (audio_convert_convert):
357 * gst/audioconvert/gstaudioconvert.c:
358 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
359 (gst_audio_convert_transform_caps):
360 * tests/check/elements/audioconvert.c: (GST_START_TEST),
361 (audioconvert_suite):
362 Don't run inplace if that overwrites source data as we go. Add more
363 tests. Fixes #339837 even more.
365 2007-02-27 Julien MOUTTE <julien@moutte.net>
367 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
368 (msg_segment_done): Fix various seeking bugs (Slider was not
369 updating when doing a non flushing seek, Reverse playback
370 on segment seek was wrong).
372 2007-02-26 Wim Taymans <wim@fluendo.com>
374 * tests/examples/seek/seek.c: (stop_seek):
375 When we stop scrubbing, don't leave the pipeline PLAYING when we
376 requested a PAUSED state.
378 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
380 Patch by: René Stadler <mail at renestadler de>
382 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
383 Parse date strings in vorbis comments that have an invalid (zero)
384 month or day (#410396).
386 * tests/check/libs/tag.c: (GST_START_TEST):
387 Test case for the above.
389 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
391 Patch by: Loïc Minier <lool+gnome at via ecp fr>
394 * ext/alsa/Makefile.am:
395 * gst/audiotestsrc/Makefile.am:
396 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
398 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
400 * gst/playback/gstplaybin.c:
401 Improve docs: point out that the application needs to assist playbin
404 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
406 * gst-libs/gst/utils/install-plugins.c:
407 * gst-libs/gst/utils/missing-plugins.c:
408 * tests/check/libs/utils.c: (missing_msg_check_getters):
409 Change GStreamer marker prefix in detail string from 'gstreamer.net'
410 to just 'gstreamer'. Document the caps string component of the
411 decoder/encoder detail a bit better, since not everyone will be
412 familiar with the GStreamer media type/caps system (but they better
413 enjoy nested itemized lists).
415 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
417 * gst-libs/gst/netbuffer/gstnetbuffer.c:
418 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
419 Fix copying of GstNetBuffer (would crash before, or at least lead to
420 invalid memory access, #410772), for now by copying the GstBuffer copy
421 code from the core over here so we can copy the GstBuffer fields on a
422 provided buffer instance (of type GstNetBuffer in this case). Would be
423 better to fix this with some support by the core though (and in the long
424 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
426 * tests/check/Makefile.am:
427 Enable unit test for GstNetBuffer.
429 2007-02-22 Andy Wingo <wingo@pobox.com>
431 * gst-libs/gst/audio/gstbaseaudiosink.c
432 (gst_base_audio_sink_init): Disable pull-mode activation until we
433 figure out how to make audio sinks go to PLAYING.
435 2007-02-22 Stefan Kost <ensonic@users.sf.net>
437 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
438 (double_hq), (audio_convert_get_func_index),
439 (audio_convert_prepare_context), (audio_convert_convert):
440 * gst/audioconvert/audioconvert.h:
441 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
442 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
443 * gst/audioconvert/gstchannelmix.h:
444 * tests/check/elements/audioconvert.c: (GST_START_TEST):
445 Add float as an intermediate format, as well as float mixing. Enable
446 test that was failing before. Fixes #339837
448 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
450 * tests/examples/seek/seek.c: (do_seek):
451 Undo the previous commit: -1 as a stop time implies that the stop
452 time is the end of file, clearing any previously configured segment.
454 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
456 * tests/examples/seek/seek.c: (do_seek):
457 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
459 2007-02-21 Stefan Kost <ensonic@users.sf.net>
461 * gst/volume/gstvolume.c: (volume_process_int16),
462 (volume_process_int16_clamp), (volume_set_caps):
463 Unbreak volume, value remains gint.
465 2007-02-21 Stefan Kost <ensonic@users.sf.net>
467 * gst/volume/gstvolume.c: (volume_choose_func),
468 (volume_update_real_volume), (gst_volume_set_volume),
469 (gst_volume_init), (volume_process_double), (volume_process_float),
470 (volume_process_int16), (volume_process_int16_clamp),
471 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
472 * gst/volume/gstvolume.h:
473 Extend float audio support (double) and some int->uint cleanups.
475 2007-02-20 Edward Hervey <edward@fluendo.com>
477 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
478 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
479 (sort_end_pads), (gst_decode_group_expose),
480 (gst_decode_group_hide):
481 Don't free groups from the streaming threads. Just put them aside and
482 free them in dispose.
484 2007-02-20 Edward Hervey <edward@fluendo.com>
486 * gst/playback/gstdecodebin2.c: (connect_element),
487 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
488 (sort_end_pads), (gst_decode_group_expose):
489 Handle dynamic pads within groups.
490 Sort pads before exposing them in order to make playbin happy.
491 There still is a race with the multiqueue filling up. This should be
495 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
497 * gst-libs/gst/utils/base-utils.c:
498 * gst-libs/gst/utils/descriptions.c:
499 * gst-libs/gst/utils/install-plugins.c:
500 * gst-libs/gst/utils/missing-plugins.c:
501 Some more docs (and descriptions for two subtitle formats).
503 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
505 * gst-libs/gst/audio/audio.c:
508 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
510 Patch by: Yves Lefebvre <ivanohe abacom com>
512 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
513 Don't leak caps. Fixes #408278.
515 2007-02-15 Stefan Kost <ensonic@users.sf.net>
517 * ext/cdparanoia/gstcdparanoiasrc.h:
518 * ext/ogg/gstoggdemux.h:
519 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
520 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
521 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
522 * gst-libs/gst/audio/audio.h:
523 * gst-libs/gst/audio/gstaudiofilter.h:
524 * gst-libs/gst/interfaces/videoorientation.h:
525 * gst/adder/gstadder.h:
526 More docs coverage and some ChangeLog surgery (add missing names)
528 2007-02-15 Wim Taymans <wim@fluendo.com>
530 * sys/ximage/ximagesink.c:
531 (gst_ximagesink_calculate_pixel_aspect_ratio):
532 * sys/xvimage/xvimagesink.c:
533 (gst_xvimagesink_calculate_pixel_aspect_ratio):
534 Small constifications.
536 2007-02-15 Wim Taymans <wim@fluendo.com>
538 * gst-libs/gst/audio/gstbaseaudiosink.c:
539 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
540 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
541 (gst_base_audio_sink_async_play),
542 (gst_base_audio_sink_change_state):
543 Answer latency query.
544 Use configured latency when syncing.
547 * gst-libs/gst/audio/gstbaseaudiosrc.c:
548 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
549 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
550 Fix possible memleak.
551 Implement latency query.
554 2007-02-15 Wim Taymans <wim@fluendo.com>
556 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
557 Ignore errors in reset, these are not fatal. They also grab the element
558 lock which is already taking when this function is called. Fixes
561 2007-02-13 Stefan Kost <ensonic@users.sf.net>
564 Remove 'tests/examples/xerror/Makefile' from output files again.
566 2007-02-13 Stefan Kost <ensonic@users.sf.net>
569 * docs/plugins/Makefile.am:
570 Also crossref against gst-plugins-base-libs.
572 2007-02-12 Stefan Kost <ensonic@users.sf.net>
575 * docs/libs/Makefile.am:
576 * docs/plugins/Makefile.am:
577 Add crossreferences to glib/gobject/gstream docs.
579 * gst-libs/gst/audio/audio.h:
582 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
583 Add own debug category.
585 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
587 Patch by: René Stadler <mail at renestadler de>
589 * gst-libs/gst/tag/gstvorbistag.c:
590 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
593 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
595 * gst/playback/gstplaybasebin.c: (setup_source):
596 When we have external subtitles and wait for the subtitle decodebin
597 to get up and running, we set up a (sync) bus handler for the
598 subtitle decodebin, so we can stop waiting when it posts an error
599 message. However, we should do that before we set the subtitle
600 decodebin's state to playing, otherwise things are racy and we might
601 miss error messages posted before we had a chance to set up the bus.
602 This should finally fix totem hanging on .txt pseudo-subtitle files.
604 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
606 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
607 Use gst_gdouble_to_guint64 for conversions.
608 * win32/common/config.h.in:
609 Add a define for GST_INSTALL_PLUGINS_HELPER
610 * win32/common/libgstaudio.def:
611 * win32/common/libgstcdda.def:
612 * win32/common/libgstnetbuffer.def:
613 * win32/common/libgstrtp.def:
614 * win32/common/libgutils.def:
615 Add new exported functions.
616 * win32/vs6/gst_plugins_base.dsw:
617 * win32/vs6/libgstdecodebin.dsp:
618 * win32/vs6/libgstnetbuffer.dsp:
619 * win32/vs6/libgstplaybin.dsp:
620 * win32/vs6/libgstrtp.dsp:
621 * win32/vs6/libgstvorbis.dsp:
622 * win32/vs6/libgstcdda.dsp:
623 * win32/vs6/libgstgdp.dsp:
624 * win32/vs6/libgstutils.dsp:
625 Update and add new project files.
627 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
629 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
630 (subrip_remove_unhandled_tags), (parse_subrip):
631 For SubRip (.srt) subtitles, ignore all markup tags we don't
632 handle (like font tags, for example).
634 * tests/check/elements/subparse.c:
637 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
639 * gst/playback/gstdecodebin.c: (add_fakesink),
640 (gst_decode_bin_change_state):
641 * gst/playback/gstdecodebin2.c: (add_fakesink),
642 (gst_decode_bin_change_state):
643 Don't error out if there is no fakesink in the NULL to READY state
644 change, since when decodebin is re-used, we're only adding the
645 fakesink element in READY to PAUSED.
647 * tests/check/elements/decodebin.c:
648 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
650 Minimal unit test to make sure we can use the same decodebin
651 instance twice (at least with audiotestsrc input).
653 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
655 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
656 Try to get devic-name from device string first, and from handle only
657 as fallback (seems to yield better results and is more robust
658 against buggy probing code on the application side).
660 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
662 Based on patch by: Julien Puydt <julien.puydt at laposte net>
664 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
665 (gst_alsa_find_device_name):
666 * ext/alsa/gstalsa.h:
667 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
668 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
669 Improve device-name detection a bit, especially in the case where
670 the device is not actually open (#405020, #405024). Move common code
671 into gstalsa.c instead of duplicating it.
673 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
675 * gst/audioconvert/gstaudioconvert.c:
676 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
678 2007-02-06 Julien MOUTTE <julien@moutte.net>
680 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
681 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
682 (gst_xvimagesink_interface_supported),
683 (gst_xvimagesink_probe_get_properties),
684 (gst_xvimagesink_probe_probe_property),
685 (gst_xvimagesink_probe_needs_probe),
686 (gst_xvimagesink_probe_get_values),
687 (gst_xvimagesink_property_probe_interface_init),
688 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
689 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
690 (gst_xvimagesink_get_type):
691 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
692 for XVAdaptors so that one can choose the adaptor to use with
693 gstreamer-properties.
695 2007-02-06 Stefan Kost <ensonic@users.sf.net>
697 * gst/audioconvert/gstaudioconvert.c:
698 Also mention that a conversion from double to float is suboptimal still.
700 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
702 * gst-libs/gst/audio/gstaudiofilter.c:
703 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
704 Clear our formats structure and free the caps contained in it when
707 2007-02-05 Andy Wingo <wingo@pobox.com>
709 * gst-libs/gst/audio/gstbaseaudiosink.c
710 (gst_base_audio_sink_callback): Update basesink->offset so that we
711 pull monotonically increasing offsets instead of, um, seeking back
712 to 0 each time. Fixes alsasrc ! alsasink!
714 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
716 * gst/videoscale/gstvideoscale.c:
717 A width and height of 1 makes us crash, so increase minimum size to
718 2x2 pixels until someone feels like fixing this (#404512).
720 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
722 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
723 Add small test to make sure request pads are cleaned up properly
724 even if oggmux never changes state out of NULL.
726 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
728 * tests/check/libs/utils.c: (GST_START_TEST):
729 Fix unit test. Turns out things work much better when you
730 NULL-terminate string arrays. Should make p5 build bot happy again.
732 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
734 * gst-libs/gst/audio/Makefile.am:
735 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
736 (gst_audio_filter_template_base_init),
737 (gst_audio_filter_template_class_init),
738 (gst_audio_filter_template_init),
739 (gst_audio_filter_template_set_property),
740 (gst_audio_filter_template_get_property),
741 (gst_audio_filter_template_setup),
742 (gst_audio_filter_template_filter),
743 (gst_audio_filter_template_filter_inplace), (plugin_init):
744 Oops, forgot to commit fixed-up example.
746 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
748 * docs/libs/gst-plugins-base-libs-sections.txt:
749 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
750 (gst_audio_filter_class_init), (gst_audio_filter_init),
751 (gst_audio_filter_set_caps),
752 (gst_audio_filter_class_add_pad_templates):
753 * gst-libs/gst/audio/gstaudiofilter.h:
754 Port GstAudioFilter to 0.10. This change technically breaks
755 API and ABI (and thus also every library developer's heart),
756 but seems justifiable on the grounds that the base class was
757 completely unusable before (ie. would crash immediately when
758 actually used). Fixes #403963 (and eventually also #403572).
759 Also document all of this a bit.
761 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
763 * gst-libs/gst/utils/install-plugins.c:
764 (gst_install_plugins_spawn_child):
765 * tests/check/libs/utils.c:
766 (test_base_utils_install_plugins_do_callout):
767 Lowering log level to see why things fail on the p5 build bot;
768 fix some typos in unit test messages.
770 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
772 * tests/check/libs/utils.c:
773 (test_base_utils_install_plugins_do_callout):
774 Don't hard-code temp directory for test helper; use GLib functions
775 to write out file and do error checking etc.
777 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
779 * gst-libs/gst/utils/Makefile.am:
780 * gst-libs/gst/utils/base-utils.h:
781 * gst-libs/gst/utils/install-plugins.c:
782 (gst_install_plugins_context_set_xid),
783 (gst_install_plugins_context_new),
784 (gst_install_plugins_context_free),
785 (gst_install_plugins_get_helper),
786 (gst_install_plugins_spawn_child),
787 (gst_install_plugins_return_from_status),
788 (gst_install_plugins_installer_exited),
789 (gst_install_plugins_async), (gst_install_plugins_sync),
790 (gst_install_plugins_return_get_name),
791 (gst_install_plugins_installation_in_progress):
792 * gst-libs/gst/utils/install-plugins.h:
793 API: add API for applications to initiate installation of missing
794 plugins, ie. gst_install_plugins_async() primarily.
795 Based on libgimme-codec by Ryan Lortie.
798 Add --with-install-plugins-helper configure option so distros can specify
799 the path of the helper script or program to call when plugin installation
800 is requested (distros: please do any argument munging in this helper
801 script instead of patching GStreamer to pass arguments differently
802 to another program directly).
804 * docs/libs/gst-plugins-base-libs-docs.sgml:
805 * docs/libs/gst-plugins-base-libs-sections.txt:
806 Build and document new API.
808 * tests/check/libs/utils.c: (result_cb),
809 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
810 (libgstbaseutils_suite):
811 Some simple checks for the new API.
813 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
815 * tests/check/elements/audioconvert.c: (test_float_conversion):
816 Add small test for 32bit float <=> 64bit float conversion (works
817 only one way so far, 32=>64 produces structured noise).
819 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
821 * gst/audioconvert/gstaudioconvert.c:
822 (set_structure_widths_32_and_64), (make_lossless_changes):
823 We don't support floats with a width of 40, 48 or 56 bits.
825 2007-02-02 Stefan Kost <ensonic@users.sf.net>
827 * gst/audioconvert/audioconvert.c: (float), (double),
828 (audio_convert_get_func_index):
829 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
830 (make_lossless_changes):
831 Support for 64-bit float audio in audioconvert (#339837)
833 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
835 Patch by: Holger Wansing <linux wansing-online de>
839 Add German translation (#352069).
841 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
843 reviewed by: Wim Taymans <wim@fluendo.com>
845 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
846 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
847 Use newly added GstCollectPads API to free the allocated resources in
848 the GstOggPad structures (#402393).
850 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
852 * gst/playback/gstplaybin.c: (gen_vis_element):
853 Add audioresample+audioconvert in front of the visualisation
854 element, so that elements like libvisual 0.4 that don't support all
855 samplerates can work.
859 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
861 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
862 (gst_play_base_bin_get_streaminfo_value_array):
863 Take some locks and make a copy of the streaminfo value array we
864 maintain while holding the lock, so that the application can
865 retrieve the stream-info as a value array in a thread-safe way.
867 2007-01-30 Wim Taymans <wim@fluendo.com>
869 * gst/audioconvert/gstaudioconvert.c:
870 Don't fail on 0 sized buffers. Fixes #396835.
872 2007-01-29 David Schleef <ds@schleef.org>
874 * gst/typefind/gsttypefindfunctions.c:
875 Detect BBCD as video/x-dirac, so we can play raw dirac
878 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
880 * ext/theora/theoraenc.c: (theora_enc_chain):
881 Check return value of theora_encode_header(), or we might try to
882 allocate a random number of bytes. theora_encode_header() can fail
883 if libtheora has been compiled with encoding support disabled.
886 2007-01-29 Wim Taymans <wim@fluendo.com>
888 * tests/check/gst/.cvsignore:
891 2007-01-29 Wim Taymans <wim@fluendo.com>
893 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
894 Fix strides in libvisual. Gst uses X strides.
895 Inspired by: <ed at catmur dot co dot uk> and
896 <tim at centricular dot net>
899 2007-01-27 Wim Taymans <wim@fluendo.com>
901 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
902 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
903 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
904 (gst_ogg_demux_perform_seek),
905 (gst_ogg_demux_bisect_forward_serialno),
906 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
907 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
908 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
909 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
910 * ext/ogg/gstoggdemux.h:
911 Properly propagate streaming errors when we are scanning the file for
912 chains so that we don't crash when shut down. Might fix some crashers
913 when quickly switching oggs in RB such as #332503 and #378436.
915 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
917 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
918 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
921 2007-01-25 Wim Taymans <wim@fluendo.com>
923 * gst/playback/gstplaybasebin.c: (remove_source):
924 Don't try to disconnect a signal from a finalized object.
926 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
928 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
929 Cast lock macro parameters to make sure we're actually accessing the
930 lock member at the right class level. Free list itself in _dispose()
931 as well and NULL it in case dispose gets called multiple times.
933 2007-01-25 Edward Hervey <edward@fluendo.com>
935 * gst/playback/gstdecodebin2.c:
936 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
937 Free GstDecodeGroups no longer used.
938 (gst_decode_group_expose):
939 Don't unlock too many times !
940 (deactivate_free_recursive):
941 Free iterator once we're done with it.
942 Fix for recursively deactivating elements (stop at ghostpads).
944 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
946 * gst/playback/gstplaybin.c: (handoff):
947 Fix up caps on the frame buffer before we save it and potentially
948 make it accessible to other threads via g_object_get; also use
949 gst_buffer_replace() instead of gst_mini_object_replace().
951 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
953 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
954 Make getting the current frame thread-safe.
956 2007-01-25 Edward Hervey <edward@fluendo.com>
958 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
959 (gst_decode_group_new), (gst_decode_group_free):
960 Set queues to bigger sizes to cope with HD contents.
961 Fix some mutex freeing and add comment about MT safe methods.
963 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
965 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
966 (gst_text_overlay_text_event):
967 Don't unnecessarily ref (and then leak) upstream events if the text
968 pad is not linked. Fixes #399948.
970 * tests/check/gst-plugins-base.supp:
971 Add suppression for pango on edgy/x86 for textoverlay test.
973 2007-01-24 Wim Taymans <wim@fluendo.com>
975 * gst-libs/gst/rtp/gstrtpbuffer.h:
976 Add some more fixed payloads.
978 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
980 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
981 Error out properly if we get an error from libogg while reading the
982 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
984 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
986 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
989 * tests/check/elements/playbin.c:
990 (test_sink_usage_video_only_stream),
991 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
992 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
993 (test_missing_suburisource_handler),
994 (test_missing_primary_decoder), (playbin_suite):
995 Run all tests once with decodebin and once with decodebin2.
996 One test does not pass yet with decodebin2.
998 2007-01-23 Edward Hervey <edward@fluendo.com>
1000 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1001 Fix the cases where oggmux doesn't properly figure out that all
1002 sinkpads have gone EOS, and therefore doesn't push out the remaining
1003 buffers and the final EOS event.
1006 2007-01-23 Julien MOUTTE <julien@moutte.net>
1008 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1009 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1010 Don't lock on navigation event push, just on keysym to string.
1011 Fixes #397673 again.
1013 2007-01-22 Edward Hervey <edward@fluendo.com>
1015 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1016 (get_current_group), (group_demuxer_event_probe),
1017 (gst_decode_group_expose), (deactivate_free_recursive),
1018 (gst_decode_group_free):
1020 Don't forget to emit 'no-more-pads' once a group is exposed.
1021 Cleanup elements from a DecodeGroup once we remove it.
1022 Protect call to gst_decode_group_expose() with the decodebin lock.
1024 2007-01-22 Julien MOUTTE <julien@moutte.net>
1026 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1027 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1028 Looking at Xorg code i can't figure out if that XKeysymToString
1029 function is thread sensible or not. Lock it just in case as
1030 recommended by Radek Doulik <rodo at ximian dot com>.
1032 2007-01-22 Julien MOUTTE <julien@moutte.net>
1034 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1035 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1036 Lock that X Call as well. Fixes #397673.
1038 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1040 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1041 Don't go into an endless loop if the file starts with 00 00 01 2X,
1042 like quicktime redirect files might. Fixes #396042.
1044 * tests/check/Makefile.am:
1045 * tests/check/gst/.cvsignore:
1046 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1047 (typefindfunctions_suite):
1048 Add unit test for the above.
1050 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1052 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1053 On second thought, use "depth" field rather than "bpp" field.
1055 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1057 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1058 Camtasia caps apparently need a bpp field (#398875).
1060 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1062 * gst/playback/gstplaybasebin.c: (setup_subtitle),
1063 (gen_source_element), (gst_play_base_bin_change_state):
1064 Attempt at a better error message in case we don't have the required
1065 URI handler installed; post missing-plugin message also when we're
1066 missing an URI handler for the subtitle URI; clean up properly also
1067 when an error occurs and we never made it to PAUSED state.
1069 * tests/check/elements/playbin.c: (GST_START_TEST),
1071 Check that we're also getting a missing-plugin messsage for a
1072 missing subtitle URI handler (and clean up properly).
1074 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1076 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1077 Plug a few reference leaks.
1079 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1081 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1082 Lower probability a bit if the marker isn't right at the start,
1083 to decrease the chance of false positives.
1085 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1087 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1088 Small mpeg2 system stream typefinding improvement: make typefinder
1089 probe a bit into the stream instead of just looking for a marker
1090 at the beginning. Fixes #397810.
1092 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
1094 * gst/audioconvert/gstchannelmix.c:
1095 Remove compatibility cruft for prehistoric GLib versions.
1097 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
1099 * gst/playback/Makefile.am:
1100 * gst/playback/gstdecodebin.c: (close_pad_link):
1101 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1102 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1103 (gst_play_base_bin_handle_message_func), (unknown_type):
1104 Let decodebin be the element to post missing-plugin messages for
1105 missing decoders (rather than playbin); make playbin implement
1106 GstBin::handle_message so we can suppress missing-plugin messages
1107 for types we're not handling on purpose (don't want to bring up an
1108 installer in those cases).
1110 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
1112 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1113 * gst-libs/gst/tag/gstvorbistag.c:
1114 (gst_tag_list_to_vorbiscomment_buffer):
1115 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1116 Fix potentially unaligned access (#397207).
1118 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1120 * tests/examples/seek/seek.c: (set_scale), (update_scale),
1121 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1122 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1124 Allow to toggle looping while it plays. Fix callback prototype. Clean
1125 up code a bit more. Add copyright header.
1127 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1129 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1130 Red and blue mask was swapped (spotted by Dan Williams).
1132 2007-01-15 Stefan Kost <ensonic@users.sf.net>
1134 * gst-libs/gst/tag/gstid3tag.c:
1135 * gst-libs/gst/tag/gstvorbistag.c:
1136 Use new beats-per-minute tag from core.
1138 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
1141 Add new files with translatable strings, so they actually make it
1142 into the template file one day.
1144 2007-01-12 Andy Wingo <wingo@pobox.com>
1146 * gst-libs/gst/audio/gstbaseaudiosink.c
1147 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1148 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1149 stuff, as the base class handles this now. Actually tell the ring
1151 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1152 How did this work before? Maybe I'm not as awesome a programmer as
1155 * gst-libs/gst/audio/gstbaseaudiosrc.c
1156 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1159 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1161 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1162 Remove more fields so that the application can better blacklist
1163 formats that have been tried before.
1165 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1167 * gst-libs/gst/audio/mixerutils.h:
1168 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1169 used when compiling with c++ compilers as well.
1171 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1173 * gst/typefind/gsttypefindfunctions.c:
1176 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
1178 * gst/playback/gstplaybin.c: (post_missing_element_message),
1179 (gen_video_element), (gen_text_element), (gen_audio_element),
1181 Post missing-plugin messages also when we error out because
1182 converters, textoverlay or auto*sinks are missing (#161922).
1184 2007-01-10 Wim Taymans <wim@fluendo.com>
1186 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1187 (is_demuxer_element), (new_caps):
1188 * gst/playback/gstplaybasebin.c: (source_new_pad):
1189 Fix the case where we try to ref a NULL element when we delay a link
1190 because of unfixed caps.
1191 Set the state of autoplugged decodebins to PAUSED.
1192 RTSP now works in playbin, we can remove it from the blacklist.
1194 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1196 * gst/playback/Makefile.am:
1197 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1198 (unknown_type), (setup_subtitle), (gen_source_element):
1199 * gst/playback/gstplaybin.c: (plugin_init):
1200 Post missing-plugin messages on the bus for missing sources and
1201 missing decoders/demuxers/depayloaders; fix error code used when
1202 we're missing an URI handler source; for media types that we are not
1203 handling on purpose at the moment, don't print "don't know how to
1204 handle xyz" messages to the terminal or post missing-plugin
1205 messages on the bus.
1207 * tests/check/elements/playbin.c: (create_playbin),
1208 (GST_START_TEST), (gst_codec_src_uri_get_type),
1209 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1210 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1211 (gst_codec_src_init_type), (gst_codec_src_base_init),
1212 (gst_codec_src_create), (gst_codec_src_class_init),
1213 (gst_codec_src_init), (plugin_init), (playbin_suite):
1214 Add some tests for the missing-plugin stuff.
1216 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1219 * gst-libs/gst/Makefile.am:
1220 * gst-libs/gst/utils/Makefile.am:
1221 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1222 * gst-libs/gst/utils/base-utils.h:
1223 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1224 (find_format_info), (caps_are_rtp_caps),
1225 (gst_base_utils_get_source_description),
1226 (gst_base_utils_get_sink_description),
1227 (gst_base_utils_get_decoder_description),
1228 (gst_base_utils_get_encoder_description),
1229 (gst_base_utils_get_element_description),
1230 (gst_base_utils_add_codec_description_to_tag_list),
1231 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1232 * gst-libs/gst/utils/descriptions.h:
1233 * gst-libs/gst/utils/missing-plugins.c:
1234 (missing_structure_get_type), (copy_and_clean_caps),
1235 (gst_missing_uri_source_message_new),
1236 (gst_missing_uri_sink_message_new),
1237 (gst_missing_element_message_new),
1238 (gst_missing_decoder_message_new),
1239 (gst_missing_encoder_message_new),
1240 (missing_structure_get_string_detail),
1241 (missing_structure_get_caps_detail),
1242 (gst_missing_plugin_message_get_installer_detail),
1243 (gst_missing_plugin_message_get_description),
1244 (gst_is_missing_plugin_message):
1245 * gst-libs/gst/utils/missing-plugins.h:
1246 API: add new libgstbaseutils library with functions
1247 - to create and parse missing-plugins messages
1248 - that provide (translated) descriptions for caps/decoders/sources/etc.
1251 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1252 * pkgconfig/gstreamer-plugins-base.pc.in:
1255 * docs/libs/gst-plugins-base-libs-docs.sgml:
1256 * docs/libs/gst-plugins-base-libs-sections.txt:
1257 Generate docs for new lib and API.
1259 * tests/check/Makefile.am:
1260 * tests/check/libs/.cvsignore:
1261 * tests/check/libs/utils.c: (missing_msg_check_getters),
1262 (GST_START_TEST), (libgstbaseutils_suite):
1263 Add some basic unit tests.
1265 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1267 * ext/ogg/Makefile.am:
1268 Dist gstoggdemux.h to fix 'make distcheck'.
1270 * sys/v4l/Makefile.am:
1271 Fix 'make distcheck' even more.
1273 2007-01-09 Wim Taymans <wim@fluendo.com>
1275 * docs/plugins/Makefile.am:
1276 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1277 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1278 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1279 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1280 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1281 (gst_ogg_demux_perform_seek):
1282 * ext/ogg/gstoggdemux.h:
1284 Add some more comments.
1287 2007-01-09 Wim Taymans <wim@fluendo.com>
1289 * ext/theora/theoradec.c:
1290 * ext/vorbis/vorbisdec.c:
1291 * gst-libs/gst/audio/gstringbuffer.c:
1292 (gst_ring_buffer_commit_full):
1293 * gst-libs/gst/audio/gstringbuffer.h:
1294 * gst-libs/gst/rtp/gstrtpbuffer.c:
1295 * gst-libs/gst/tag/gstvorbistag.c:
1296 Small documentation updates/fixes
1298 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1301 Require core CVS HEAD for Andy's basesrc/sink API additions.
1303 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1305 Patch by: Günter Thelen <daedalus dot inc at gmx net>
1307 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1309 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1310 on flac.sf.net (there appear to be other versions of the first
1311 ogg page in the wild) (#391365).
1313 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1316 Check if localtime_r() is available.
1318 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1319 If localtime_r() is not available, fall back to localtime(). Should
1320 fix build on MingW (#393310).
1322 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1324 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1325 * gst/subparse/gstsubparse.h:
1326 Remove spurious 1000 subtrahend when calculating the timestamp from
1327 the frame number and the frame rate . Also, use the frames/second
1328 value specified in the first line of the file, if one is specified
1329 there. Should fix #357503.
1331 * tests/check/elements/subparse.c: (do_test),
1332 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1334 Add some basic unit tests for the microdvd subtitle format.
1336 2007-01-07 Julien MOUTTE <julien@moutte.net>
1338 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1339 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1340 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1341 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1342 (gst_xvimagesink_set_xwindow_id),
1343 (gst_xvimagesink_set_event_handling),
1344 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1345 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1346 Patch by : Young-Ho Cha <ganadist at chollian dot net>
1348 Add an adaptor property to select a specific XV adaptor.
1349 * sys/xvimage/xvimagesink.h:
1351 2007-01-07 Julien MOUTTE <julien@moutte.net>
1353 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1354 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1355 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1356 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1357 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1358 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1359 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1360 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1361 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1362 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1363 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1364 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1365 Use flow_lock much more to protect every access to xwindow.
1366 Try to catch erros while creating images in case some drivers are
1367 just generating an XError when the requested image is too big.
1368 Should fix : #354698, #384008, #384060.
1369 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1370 Implement some stress testing of setting window xid.
1372 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
1374 * win32/common/libgsaudio.def:
1375 Add new exported function.
1376 * win32/common/libgstogg.dsp:
1377 Add gstoggaviparse.c to the build.
1378 * win32/common/libgstvideoscale.dsp:
1379 Add vs_4tap.c to the build.
1380 * win32/common/libgstvorbis.dsp:
1381 Add vorbistag.c to the build.
1383 2007-01-06 Andy Wingo <wingo@pobox.com>
1385 * gst-libs/gst/audio/gstbaseaudiosink.c
1386 (gst_base_audio_sink_class_init)
1387 (gst_base_audio_sink_init):
1388 (gst_base_audio_sink_activate_pull): Add an activate_pull function
1389 to baseaudiosink, and tell basesink that we can work in pull mode.
1390 This way the ring buffer thread drives the pipeline directly, if
1391 pull mode is possible. There is some lingering nastiness regarding
1393 (gst_base_audio_sink_callback): Implement the callback to pull
1394 data. This interface is a bit light, though -- it should get a
1395 GstFlowReturn return value at least.
1397 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1399 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1400 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1401 * gst/playback/gstdecodebin2.c:
1402 (gst_decode_group_check_if_blocked):
1403 Printf format and missing argument fixes.
1405 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
1407 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1408 (gst_ogm_parse_change_state):
1409 Activate pads before adding them to the element.
1411 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1413 * tests/examples/seek/scrubby.c: (main):
1414 * tests/examples/seek/seek.c: (main):
1415 Call g_thread_init() first thing in main() (see #391278).
1417 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1419 * tests/check/Makefile.am:
1420 * tests/check/libs/.cvsignore:
1421 * tests/check/libs/netbuffer.c: (GST_START_TEST),
1423 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1424 for the time being, since it's broken, see #393099.
1426 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1428 * tests/check/Makefile.am:
1429 Update to use GST_PLUGINS_BASE_CFLAGS as well.
1431 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1434 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1435 so that GST_BASE_CFLAGS can go inbetween them, making sure
1436 we use uninstalled gst-libs headers
1437 * docs/libs/Makefile.am:
1438 * ext/alsa/Makefile.am:
1439 * ext/cdparanoia/Makefile.am:
1440 * ext/gnomevfs/Makefile.am:
1441 * ext/libvisual/Makefile.am:
1442 * ext/ogg/Makefile.am:
1443 * ext/theora/Makefile.am:
1444 * ext/vorbis/Makefile.am:
1445 * gst-libs/gst/audio/Makefile.am:
1446 * gst-libs/gst/cdda/Makefile.am:
1447 * gst-libs/gst/interfaces/Makefile.am:
1448 * gst-libs/gst/riff/Makefile.am:
1449 * gst-libs/gst/rtp/Makefile.am:
1450 * gst-libs/gst/tag/Makefile.am:
1451 * gst/adder/Makefile.am:
1452 * gst/audioconvert/Makefile.am:
1453 * gst/audiorate/Makefile.am:
1454 * gst/audioresample/Makefile.am:
1455 * gst/playback/Makefile.am:
1456 * gst/tcp/Makefile.am:
1457 * gst/videoscale/Makefile.am:
1458 * gst/volume/Makefile.am:
1459 * sys/ximage/Makefile.am:
1460 * sys/xvimage/Makefile.am:
1461 * tests/icles/Makefile.am:
1464 2007-01-04 Julien MOUTTE <julien@moutte.net>
1466 * gst-libs/gst/interfaces/xoverlay.c:
1467 (gst_x_overlay_handle_events):
1468 * gst-libs/gst/interfaces/xoverlay.h:
1469 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1470 (gst_ximagesink_set_xwindow_id),
1471 (gst_ximagesink_set_event_handling),
1472 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1473 (gst_ximagesink_get_property), (gst_ximagesink_init),
1474 (gst_ximagesink_class_init):
1475 * sys/ximage/ximagesink.h:
1476 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1477 (gst_xvimagesink_set_xwindow_id),
1478 (gst_xvimagesink_set_event_handling),
1479 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1480 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1481 (gst_xvimagesink_class_init):
1482 * sys/xvimage/xvimagesink.h:
1483 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1484 Add a method to the XOverlay interface to allow disabling of
1485 event handling in x[v]imagesink elements. This will let X events
1486 propagate to parent windows which can be usefull in some cases.
1487 Be carefull that the application is then responsible of pushing
1488 navigation events and expose events to the video sink.
1491 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
1493 * gst-libs/gst/tag/gstvorbistag.c:
1494 * tests/check/libs/tag.c: (GST_START_TEST):
1495 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1498 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
1502 * docs/design/Makefile.am:
1505 2006-12-27 Julien MOUTTE <julien@moutte.net>
1507 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1508 typo. Fixes: #390063.
1510 2006-12-27 Julien MOUTTE <julien@moutte.net>
1512 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1513 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1515 * win32/common/config.h: Updated.
1517 2006-12-22 Stefan Kost <ensonic@users.sf.net>
1519 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1520 (setup_gdpdepay_streamheader):
1521 * tests/check/elements/gdppay.c: (cleanup_gdppay),
1522 (setup_gdppay_streamheader):
1523 Fix the dp tests, but activating the pads for the streamheader tests
1524 too and cleaning up conditionaly
1526 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
1528 * gst/ffmpegcolorspace/avcodec.h:
1529 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1530 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1531 (gst_ffmpegcsp_avpicture_fill):
1532 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1533 (img_get_alpha_info):
1534 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1535 other end of the word. Fixes: #387073.
1537 Add some inconsequential branch hints in a couple of places.
1539 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
1541 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1542 (gst_ffmpeg_caps_to_smpfmt):
1543 The "signed" field in raw audio caps is of boolean type, trying to
1544 extract the value with _get_int() will fail (fix to keep in sync with
1545 the copy in gst-ffmpeg)
1547 2006-12-21 Stefan Kost <ensonic@users.sf.net>
1549 * tests/check/elements/audioresample.c: (cleanup_audioresample):
1550 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1551 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1553 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1554 * tests/check/elements/subparse.c: (teardown_subparse):
1555 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1556 * tests/check/elements/videorate.c: (cleanup_videorate):
1557 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1558 * tests/check/elements/volume.c: (cleanup_volume):
1559 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1560 (cleanup_vorbisdec):
1561 * tests/check/elements/vorbistag.c: (setup_vorbistag),
1562 (cleanup_vorbistag):
1563 consistent pad (de)activation
1565 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1567 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1568 Forgot to register the extensions.
1570 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1572 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1574 Add typefinder for VIVO files (my christmas present to the 90s).
1576 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1578 * gst/playback/gstdecodebin.c: (type_found):
1579 Special-case the text/plain media type: we only want to recognise it
1580 as a 'raw' decoded media type if it comes from a demuxer or subtitle
1581 parser, but not if the entire stream is of text/plain type. If the
1582 entire stream is text/plain, we should just error out.
1584 This fixes playback of audio files with lyrics in totem. Totem can't
1585 distinguish between text files and subtitle files and passes any
1586 .txt file with the same basename as the main file to playbin as
1587 suburi, and playbin will then throw a 'subtitle found, but no video
1588 stream' error, which isn't entirely helpful. See #380342.
1590 Also, with this change we'll show a slightly more correct error
1591 message in case totem passes a playlist file to us (although a
1592 custom error message wording instead of the default text would
1593 probably not be a bad idea either).
1595 Same problem also needs to be fixed for playbin+decodebin2.
1597 * tests/check/Makefile.am:
1598 * tests/check/elements/decodebin.c: (src_handoff_cb),
1599 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1601 Add simple unit test for decodebin for the above.
1603 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1605 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1606 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1607 Refuse to change state to READY when we failed to create any of the
1608 required elements in our instance init function.
1610 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
1612 * docs/libs/gst-plugins-base-libs-sections.txt:
1613 Small docs fixes/updates.
1615 * gst-libs/gst/video/gstvideosink.h:
1616 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1617 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1618 removed from the base sink API between 0.9.6 and 0.9.7).
1619 API: add GST_VIDEO_SINK_CAST and use it for the height/width
1620 accessor macros, so we don't do a runtime GObject type check every
1623 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
1626 * gst-plugins-base.doap:
1627 * gst-plugins-base.spec.in:
1630 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
1632 Patch by: Jens Granseuer <jensgr at gmx net>
1634 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1635 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1636 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1637 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1638 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1639 Declare variables at the beginning of a block. Fixes #383195.
1641 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
1644 Bump version nano - back to CVS.
1647 === release 0.10.11 ===
1649 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
1652 releasing 0.10.11, "Dumb things"
1654 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
1656 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1657 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1658 Handle the case where an element has multiple pads with
1659 unfixed caps as well as still possibly producing more dynamic
1660 pads by storing each case as a distinct entry in the dynamic list.
1663 2006-12-04 Wim Taymans <wim@fluendo.com>
1665 * gst/playback/gstdecodebin.c: (close_pad_link):
1666 Fix #382223, add more dynamic caps handling.
1668 2006-12-04 Wim Taymans <wim@fluendo.com>
1670 reviewed by: <delete if not using a buddy>
1672 * gst-libs/gst/audio/gstringbuffer.h:
1673 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1674 (gst_netaddress_set_ip4_interface),
1675 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1676 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1677 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1678 (gst_netaddress_get_ttl):
1679 * gst-libs/gst/netbuffer/gstnetbuffer.h:
1680 * gst/playback/gstdecodebin.c: (close_pad_link):
1681 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1682 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1683 * win32/common/config.h:
1685 2006-12-01 Michael Smith <msmith@fluendo.com>
1687 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1688 Delete bad debug code.
1691 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
1693 * gst/videoscale/vs_4tap.c:
1695 * win32/common/config.h:
1696 * win32/vs8/libgstvideoscale.vcproj:
1697 Fix compilation on win32 under VS8
1698 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1699 Partially fixes #381175
1701 2006-11-30 Michael Smith <msmith@fluendo.com>
1703 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1705 It would be very bad if, after a discont buffer, we thought every
1706 single following buffer was also discont. So, add to the test to
1707 ensure that this isn't the case.
1709 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1710 ... it was the case. So fix it.
1712 2006-11-28 Wim Taymans <wim@fluendo.com>
1714 * gst/playback/gstplaybasebin.c: (check_queue_event):
1717 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1718 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1719 padtemplate caps. Refixes #357577.
1721 2006-11-28 Wim Taymans <wim@fluendo.com>
1723 * gst/playback/gstplaybasebin.c: (check_queue_event),
1724 (queue_threshold_reached), (queue_out_of_data),
1725 (gen_preroll_element):
1726 Add event probe to see when EOS is in a queue and we can disable the
1727 underrun signals. Fixes #357577.
1729 2006-11-28 Edward Hervey <edward@fluendo.com>
1731 * gst/playback/Makefile.am:
1732 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1733 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1734 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1735 (gst_decode_bin_init), (gst_decode_bin_dispose),
1736 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1737 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1738 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1739 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1740 (connect_element), (expose_pad), (type_found),
1741 (pad_added_group_cb), (pad_removed_group_cb),
1742 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1743 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1744 (are_raw_caps), (multi_queue_overrun_cb),
1745 (multi_queue_underrun_cb), (gst_decode_group_new),
1746 (get_current_group), (group_demuxer_event_probe),
1747 (gst_decode_group_control_demuxer_pad),
1748 (gst_decode_group_control_source_pad),
1749 (gst_decode_group_check_if_blocked),
1750 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1751 (gst_decode_group_hide), (gst_decode_group_free),
1752 (gst_decode_group_set_complete), (source_pad_blocked_cb),
1753 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1754 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1756 New decodebin2 element.
1758 * gst/playback/gstplay-marshal.list:
1759 Added marshallers for new signals in decodebin2
1760 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1761 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1764 2006-11-28 Wim Taymans <wim@fluendo.com>
1766 * gst/playback/gstplaybasebin.c: (setup_source),
1767 (gst_play_base_bin_change_state):
1768 Disable rtsp:// uris for the release, it's not good enough yet.
1771 2006-11-26 Wim Taymans <wim@fluendo.com>
1773 * ext/theora/theoradec.c: (gst_theora_dec_reset),
1774 (theora_dec_push_forward), (theora_dec_push_reverse),
1775 (theora_handle_data_packet), (theora_dec_decode_buffer),
1776 (theora_dec_flush_decode), (theora_dec_chain_reverse),
1777 (theora_dec_chain_forward), (theora_dec_chain):
1778 Implement reverse playback.
1780 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1781 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1782 (vorbis_dec_chain_forward):
1783 Clear buffers used for reverse playback in _reset.
1784 No need to set the eos flag, we clip samples using the segment.
1786 2006-11-24 Wim Taymans <wim@fluendo.com>
1788 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1789 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1790 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1791 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1793 Handle continued pages in reverse mode.
1795 2006-11-24 Wim Taymans <wim@fluendo.com>
1797 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1798 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1799 (vorbis_dec_flush_decode):
1801 Don't try to add invalid timestamps.
1802 Clipping will unref the buffer.
1804 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1806 * gst/adder/gstadder.h:
1807 * gst/audiotestsrc/gstaudiotestsrc.h:
1808 remove obsolete _factory_init protos
1810 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1812 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1813 Fix spacing in debug message.
1815 2006-11-23 Wim Taymans <wim@fluendo.com>
1817 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1818 (gst_ogg_demux_chain):
1819 Don't just ignore return values from _pad_push().
1820 Small debug improvements.
1822 2006-11-23 Michael Smith <msmith@fluendo.com>
1824 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1825 If our incoming buffer is marked as DISCONT, then increment the page
1826 number (so that the discontinuity is marked in the final ogg
1827 bitstream) and flush the previous page.
1829 2006-11-22 Michael Smith <msmith@fluendo.com>
1831 * ext/theora/gsttheoraenc.h:
1832 * ext/theora/theoraenc.c: (gst_theora_enc_init),
1833 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1834 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1835 (theora_enc_chain), (theora_enc_change_state):
1836 Mark discontinuities of > 3/4 of a frame, reinit encoder.
1838 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1839 (GST_START_TEST), (theoraenc_suite):
1840 Enable discontinuity test, fix it.
1842 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1844 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1845 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1846 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1847 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1848 (gst_text_overlay_change_state):
1849 * ext/pango/gsttextoverlay.h:
1850 Some textoverlay fixes: for one, in the video chain function,
1851 actually wait for a text buffer to come in if there is none at the
1852 moment and there should be one; also, deal more gracefully with
1853 incoming buffers that do not have a timestamp or duration; discard
1854 text buffer when not needed any longer. Fixes #341681.
1856 * tests/check/Makefile.am:
1857 * tests/check/elements/.cvsignore:
1858 * tests/check/elements/textoverlay.c:
1859 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1860 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1861 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1862 (test_video_waits_for_text_send_text_newsegment_thread),
1863 (test_video_waits_for_text_shutdown_element),
1864 (test_render_continuity_push_video_buffers_thread),
1865 (textoverlay_suite):
1866 Add some unit tests for textoverlay.
1868 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1870 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1871 Avoid integer underflow when the found probability for mp3 is
1872 smaller than the 'penalty' we subtract if there's not a clean
1873 mp3 header sync at offset 0.
1875 2006-11-21 Stefan Kost <ensonic@users.sf.net>
1877 * docs/libs/gst-plugins-base-libs-sections.txt:
1878 Add some new symbols to the docs
1880 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1882 * tests/check/Makefile.am:
1883 * tests/check/elements/ffmpegcolorspace.c:
1884 (ffmpegcolorspace_suite):
1885 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1886 (for now not for valgrinding though, since it takes too long).
1888 2006-11-20 Wim Taymans <wim@fluendo.com>
1890 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1891 (gst_ffmpeg_pixfmt_to_caps):
1892 Fix RGBA32 caps. Fixes #357038.
1894 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1896 * gst-libs/gst/interfaces/mixertrack.h:
1897 Add FIXME so we can add some padding here in 0.11
1899 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
1901 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1902 Fix GstBaseRTPAudioPayload structure so the whole GObject
1903 inheritance business actually works (parent class instance structure
1904 must always come first in the derived class instance structure).
1906 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
1908 * gst/videotestsrc/Makefile.am:
1909 * tests/check/Makefile.am:
1910 Make sure our checks and the videotestsrc plugin link against the
1911 local uninstalled gst libs and not any installed gst libs that
1912 might happen to exist as well.
1914 * tests/check/elements/adder.c: (message_received),
1915 (test_event_message_received), (test_play_twice_message_received):
1916 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1917 Fix compiler warnings when compiling against core with disabled
1920 2006-11-16 Michael Smith <msmith@fluendo.com>
1922 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1923 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1924 Fix audiorate, so that it accurately sets offsets and timestamps.
1925 Doesn't change the fundamental algorithmic decisions; so should be
1928 * tests/check/Makefile.am:
1929 Enable audiorate test now that it passes.
1931 2006-11-09 Stefan Kost <ensonic@users.sf.net>
1933 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1934 clear xv when going to NULL, remove // commented non-existant proto
1936 * tests/examples/seek/seek.c: (main):
1937 add missing tooltip description for scrub and play_scrub
1939 2006-11-14 David Schleef <ds@schleef.org>
1942 Bump liboil requirement to 0.3.8.
1943 * gst-libs/gst/riff/riff-media.c:
1945 * gst/videoscale/vs_image.h:
1946 * gst/videoscale/vs_scanline.h:
1947 Use liboil's stdint.h.
1948 * gst/videotestsrc/videotestsrc.c:
1949 Remove liboil related ifdef's, since they aren't needed now, and
1950 won't work with future versions.
1952 2006-11-14 David Schleef <ds@schleef.org>
1954 * gst/videoscale/Makefile.am:
1955 * gst/videoscale/gstvideoscale.c:
1956 * gst/videoscale/gstvideoscale.h:
1957 * gst/videoscale/vs_4tap.c:
1958 * gst/videoscale/vs_4tap.h:
1959 * gst/videoscale/vs_image.c:
1960 * gst/videoscale/vs_image.h:
1961 * gst/videoscale/vs_scanline.c:
1962 * gst/videoscale/vs_scanline.h:
1963 Add a 4-tap image scaler. Theoretically looks much prettier.
1964 The tap calculation could use some improvement.
1966 2006-11-14 Wim Taymans <wim@fluendo.com>
1968 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1970 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1971 (gst_riff_parse_strf_iavs):
1972 * gst/subparse/gstsubparse.c: (convert_encoding):
1973 * gst/tcp/gstmultifdsink.c:
1974 (gst_multi_fd_sink_handle_client_write):
1975 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1976 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1977 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1978 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1979 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1980 (gst_ximagesink_ximage_new):
1981 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1982 Various gsize and gssize printf fixes. Fixes #372507.
1984 2006-11-13 Wim Taymans <wim@fluendo.com>
1986 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1987 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1988 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1989 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1990 (vorbis_dec_chain_forward), (vorbis_dec_chain):
1991 * ext/vorbis/vorbisdec.h:
1992 First stab at vorbis reverse playback.
1994 2006-11-13 Wim Taymans <wim@fluendo.com>
1996 * gst-libs/gst/audio/gstbaseaudiosink.c:
1997 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1998 * gst-libs/gst/audio/gstbaseaudiosink.h:
1999 Make the clock sync code more accurate wrt resampling and playback
2002 * gst-libs/gst/audio/gstringbuffer.c:
2003 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2004 * gst-libs/gst/audio/gstringbuffer.h:
2005 Use better algorithm to interpolate sample rates.
2007 2006-11-13 Michael Smith <msmith@fluendo.com>
2009 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2010 Improve a debug line slightly.
2012 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2013 Call gst_riff_init() in plugin_init, to avoid getting errors from
2014 the debug system (unrelated changes to another plugin made this turn
2017 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
2019 Patch by: Sergey Scobich <sergery.scobich at gmail com>
2021 * win32/common/libgsttag.def:
2022 Add missing symbol (#366492).
2024 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
2026 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2027 Don't unref a NULL pad.
2029 2006-11-09 Wim Taymans <wim@fluendo.com>
2031 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2032 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2033 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2034 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2035 (gst_ogg_demux_loop):
2036 Implement first stab at reverse playback.
2038 2006-11-07 Stefan Kost <ensonic@users.sf.net>
2040 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2041 (gst_riff_create_video_template_caps):
2042 add h263/h264 variants to the caps, Fixes #363118
2044 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
2046 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2047 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2048 Use g_strerror instead of strerror so we get UTF-8.
2050 2006-11-03 David Schleef <ds@schleef.org>
2052 * ext/ogg/gstoggdemux.c:
2053 * ext/ogg/gstoggmux.c:
2054 Add/remove KW-DIRAC header here, since it is ogg-specific.
2056 2006-11-03 Michael Smith <msmith@fluendo.com>
2058 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2059 Recognise more mpeg4 elementary video streams.
2061 2006-11-02 Edward Hervey <edward@fluendo.com>
2063 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2064 Lower the probability of mp3 typefinding functions if we don't find a
2065 valid mp3 header at the start of the file.
2068 2006-11-02 Wim Taymans <wim@fluendo.com>
2070 * ext/theora/gsttheoradec.h:
2071 * ext/theora/theoradec.c: (gst_theora_dec_init),
2072 (theora_dec_sink_event), (theora_dec_chain_forward),
2073 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2075 Document and partially implement an algorithm for doing reverse playback
2078 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
2080 Patch by: Sergey Scobich <sergey.scobich at gmail com>
2082 * win32/common/config.h:
2083 * win32/common/interfaces-enumtypes.c:
2084 * win32/common/libgsttag.def:
2085 * win32/vs8/gst-plugins-base.sln:
2086 * win32/vs8/libgstaudioresample.vcproj:
2087 * win32/vs8/libgstinterfaces.vcproj:
2088 * win32/vs8/libgstogg.vcproj:
2089 * win32/vs8/libgstriff.vcproj:
2090 * win32/vs8/libgsttag.vcproj:
2091 * win32/vs8/libgsttheora.vcproj:
2092 * win32/vs8/libgstvideoscale.vcproj:
2093 * win32/vs8/libgstvorbis.vcproj:
2094 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2095 to libgsttag.def; add missing dependencies for some vs8 projects;
2096 re-arrange placement of .def files in vs8 projects (#366334).
2098 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
2101 Remove unused variable.
2103 * ext/ogg/gstoggdemux.c:
2104 Fix Wim's surname in plugin description.
2106 2006-10-31 Wim Taymans <wim@fluendo.com>
2108 * gst-plugins-base.spec.in:
2109 spec new .h file. Fixes #368310.
2111 2006-10-31 Michael Smith <msmith@fluendo.com>
2113 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2114 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2115 (gst_multi_fd_sink_get_stats),
2116 (gst_multi_fd_sink_remove_client_link),
2117 (gst_multi_fd_sink_queue_buffer),
2118 (gst_multi_fd_sink_handle_clients):
2119 * gst/tcp/gstmultifdsink.h:
2120 Make using the remove or clear signals threadsafe.
2121 Make calling get-stats with an invalid fd not segfault.
2124 2006-10-31 Wim Taymans <wim@fluendo.com>
2126 * gst-libs/gst/rtp/Makefile.am:
2127 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2128 (gst_base_rtp_audio_payload_init):
2129 Fix and activate base audio payloader.
2131 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2133 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2135 Add typefinder for QuickTime Image Files (see #366156).
2137 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2139 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2140 Another typo fix (#366212).
2142 2006-10-27 Wim Taymans <wim@fluendo.com>
2144 * gst/volume/gstvolume.c: (volume_transform_ip):
2145 Use stream time to synchronize volume property instead of rather random
2146 timestamps. This is needed when gnonlin does its time shifting.
2148 2006-10-27 Wim Taymans <wim@fluendo.com>
2150 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2152 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2153 Remove the pad from the element in release_pad. Fixes #364812.
2155 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
2157 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2158 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2159 Explicitly create our custom buffer classes at a thread-safe
2160 location as well, since g_type_class_ref() doesn't seem to be
2161 entirely thread-safe either (#365501; also see #349410).
2163 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
2165 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2166 (gst_riff_parse_info):
2167 If strings in INFO chunk are not UTF-8, do something similar to
2168 what we do for ID3v1 tags: check a number of environment variables
2169 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2170 character sets to try, otherwise try the current locale and/or fall
2171 back on ISO-8859-1. Fixes #360552.
2173 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2175 * gst/videotestsrc/gstvideotestsrc.c:
2176 (gst_video_test_src_pattern_get_type),
2177 (gst_video_test_src_set_pattern):
2178 * gst/videotestsrc/gstvideotestsrc.h:
2179 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2180 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2181 (gst_video_test_src_checkers8):
2182 * gst/videotestsrc/videotestsrc.h:
2183 Add a bunch of exciting new checkers patterns.
2185 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2187 * gst/subparse/Makefile.am:
2188 * gst/subparse/gstsubparse.c:
2189 (gst_sub_parse_data_format_autodetect),
2190 (gst_sub_parse_format_autodetect), (handle_buffer),
2191 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2192 * gst/subparse/gstsubparse.h:
2193 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2195 * gst/subparse/tmplayerparse.h:
2196 Add support for TMPlayer-type subtitles (#362845).
2198 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2199 (GST_START_TEST), (subparse_suite):
2200 Add some basic unit tests for the above.
2202 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2204 * tests/check/elements/audiorate.c: (test_injector_base_init),
2205 (test_injector_class_init), (test_injector_chain),
2206 (test_injector_init), (probe_cb), (do_perfect_stream_test),
2207 (GST_START_TEST), (audiorate_suite):
2208 More tests for audiorate: inject buffers to check behaviour when
2211 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
2213 * tests/check/Makefile.am:
2214 * tests/check/elements/.cvsignore:
2215 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2216 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2217 Add some basic unit tests for audiorate. Disabled at the moment
2218 since it doesn't pass yet (see bug #363119).
2220 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
2222 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2223 (parse_subrip), (handle_buffer):
2224 Add missing closing tags for markup and fix broken markup,
2225 otherwise pango won't render anything (fixes #357531). Also,
2226 make sure the text we send out is always NUL-terminated
2227 (better safe than sorry etc.).
2229 * tests/check/elements/subparse.c: (test_srt_do_test),
2231 Some more tests for .srt incl. tests for the above stuff.
2233 2006-10-20 Julien MOUTTE <julien@moutte.net>
2235 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2236 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2237 Patch by: Stefan Kost <ensonic@users.sf.net>
2238 Try to redraw borders only when needed. Apparently this consumes
2239 resources on small devices... :-O (#363607)
2241 2006-10-20 Michael Smith <msmith@fluendo.com>
2243 * gst/tcp/gstmultifdsink.c:
2244 (gst_multi_fd_sink_client_queue_buffer):
2245 If caps change, then update the client's idea of the caps so that we
2246 don't end up re-sending streamheaders for every single buffer after
2249 2006-10-20 Michael Smith <msmith@fluendo.com>
2251 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2252 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2253 Set caps on pushed buffers; fix up refcounting of caps objects.
2255 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2257 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2259 Typefind mmsh header data packet to application/x-mmsh (#362625).
2261 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2263 * tests/check/Makefile.am:
2264 * tests/check/elements/.cvsignore:
2265 * tests/check/elements/subparse.c: (buffer_from_static_string),
2266 (setup_subparse), (teardown_subparse), (test_srt_do_test),
2267 (GST_START_TEST), (subparse_suite):
2268 Add very simple unit test for subparse.
2270 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2272 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2274 Strip trailing newlines from subtitle text output.
2276 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2278 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2279 (gst_sub_parse_change_state):
2280 Fix memleak; clear subparse->textbuf n state change function.
2282 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2284 * gst/subparse/gstsubparse.c:
2285 (gst_sub_parse_data_format_autodetect):
2286 Don't require subrip (.srt) files to start with a chunk number of 1.
2288 2006-10-18 Wim Taymans <wim@fluendo.com>
2290 * gst-libs/gst/audio/gstbaseaudiosink.c:
2291 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2292 * gst-libs/gst/audio/gstbaseaudiosink.h:
2293 Extract rate from the NEWSEGMENT event.
2294 Use commit_full to also take rate adjustment into account when writing
2295 samples to the ringbuffer.
2297 * gst-libs/gst/audio/gstringbuffer.c:
2298 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2299 (gst_ring_buffer_read):
2300 * gst-libs/gst/audio/gstringbuffer.h:
2301 Added _commit_full() to also take rate into account.
2302 Use simple interpolation algorithm to resample audio.
2303 API: gst_ring_buffer_commit_full()
2305 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2306 * tests/examples/seek/seek.c: (segment_done):
2307 Don't try to seek with 0.0 rate, just pause instead.
2308 Remove bogus debug line.
2310 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2312 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2314 Catch async errors when starting up the subtitle bin, so we can
2315 stop waiting and continue with the main film instead of hanging
2316 forever. Fixes #339366.
2318 * tests/check/elements/playbin.c: (playbin_suite):
2319 Enable unit test for the above.
2321 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2323 * tests/check/Makefile.am:
2324 * tests/check/elements/.cvsignore:
2325 * tests/check/elements/playbin.c: (GST_START_TEST),
2326 (gst_red_video_src_uri_get_type),
2327 (gst_red_video_src_uri_get_protocols),
2328 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2329 (gst_red_video_src_uri_handler_init),
2330 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2331 (gst_red_video_src_create), (gst_red_video_src_class_init),
2332 (gst_red_video_src_init), (plugin_init), (playbin_suite):
2333 Some small and basic unit tests for playbin; not very useful yet,
2334 but at least a start.
2336 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2338 * gst/playback/gstplaybin.c: (setup_sinks):
2339 The old pad activation spiel.
2341 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2343 * gst/playback/gstplaybasebin.c: (setup_source):
2344 Don't hang forever if the subbin already fails to start up in
2345 the state change to PAUSED (#339366).
2347 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
2349 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2350 (gst_tuner_set_channel), (gst_tuner_get_channel),
2351 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2352 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2353 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2354 (gst_tuner_find_channel_by_name):
2355 Fix some function guards, add some more function guards.
2357 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
2359 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2360 (remove_element_chain):
2361 Don't return a pad from get_our_ghost_pad unless it is actually the
2363 Change a cast in remove_element_chain slightly.
2365 2006-10-13 Julien MOUTTE <julien@moutte.net>
2367 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2368 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2369 Segment seeking needs to use the rate and set stop to -1.
2371 2006-10-13 Wim Taymans <wim@fluendo.com>
2373 * gst-libs/gst/audio/gstbaseaudiosink.c:
2374 (gst_base_audio_sink_setcaps):
2375 Don't crash when ringbuffer is not yet created.
2376 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2379 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2380 * gst/playback/gststreamselector.c:
2381 (gst_stream_selector_request_new_pad):
2382 Activate pads befre adding them to running elements.
2384 2006-10-13 Julien MOUTTE <julien@moutte.net>
2386 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2387 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2388 updater when we start grabing the slider. Don't wait for the
2389 pipeline to be PAUSED.
2391 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
2393 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2394 (gst_mixer_set_volume), (gst_mixer_get_volume),
2395 (gst_mixer_set_mute), (gst_mixer_set_option),
2396 (gst_mixer_get_option), (gst_mixer_mute_toggled),
2397 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2398 (gst_mixer_option_changed):
2399 Guard mixer interface functions against bogus arguments.
2401 2006-10-12 Julien MOUTTE <julien@moutte.net>
2403 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2404 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2405 (msg_state_changed), (main): Use state-changed messages to trigger
2406 start/stop of scale update timer. Indeed the scale slider was
2407 jumping here and there because the update timer was activated
2408 before seek completed. This fixes instant applying of rate changes
2409 by pressing the spinbutton like a crazy man !
2411 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
2413 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
2415 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2416 (gst_basertppayload_finalize):
2417 Fix two small memory leaks (#361456).
2419 2006-10-10 Julien MOUTTE <julien@moutte.net>
2421 * tests/examples/seek/seek.c: (do_seek),
2422 (rate_spinbutton_changed_cb): When changing spinbutton we try
2423 to change the rate on the fly.
2425 2006-10-10 Wim Taymans <wim@fluendo.com>
2427 * gst-libs/gst/riff/riff-ids.h:
2428 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2429 (gst_riff_create_audio_template_caps):
2432 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2434 Patch by: Josep Torre Valles <josep@fluendo.com>
2436 * ext/gnomevfs/gstgnomevfssink.c:
2437 * ext/gnomevfs/gstgnomevfssrc.c:
2438 Fix URI interface implementation return type.
2439 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2440 Fix what looks like a copy/paste issue when assigning values.
2441 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2442 (gst_audio_filter_template_get_type):
2443 Cast to prevent Forte warnings.
2444 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2445 Fix URI interface implementation return type.
2446 gst_pad_query_position requires a signed integer pointer as
2447 3rd parameter, GstClockTime is unsigned.
2448 * gst/audioconvert/audioconvert.c:
2449 Fix integer overflow when treated as signed.
2450 * gst/audioresample/resample.c: (resample_add_input_data):
2451 Cast to prevent warnings on Forte.
2452 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2453 Fix integer overflow when treated as signed.
2454 * gst/ffmpegcolorspace/imgconvert_template.h:
2455 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2456 * gst/playback/gstdecodebin.c: (queue_filled_cb),
2457 (cleanup_decodebin):
2458 Who initialises a guint to -1!
2459 Cast function pointers to prevent warnings on Forte.
2460 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2461 (queue_threshold_reached):
2462 Cast function pointers correctly to prevent warnings on Forte.
2463 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2464 Cast function pointers correctly to prevent warnings on Forte.
2465 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2466 Obvious change to unsigned, 0xEF > max signed char.
2467 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2468 GstClockTime is unsigned, initialise correctly.
2469 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2470 Cast so pointer arithemetic doesn't cause warnings on Forte.
2471 * gst/videorate/gstvideorate.c:
2472 Use correct return value.
2473 * tests/examples/seek/scrubby.c:
2474 GstClockTime is unsigned, initialise correctly.
2476 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
2478 Patch by: Ferenc Gerlits <fgerlits at gmail com>
2480 * gst/typefind/gsttypefindfunctions.c:
2481 Recognise XML files and XML-like files shorter than 256 bytes as
2482 well (fixes #359237).
2484 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
2486 Patch by: Renato Filho <renato.filho@indt.org.br>
2488 * gst/typefind/gsttypefindfunctions.c:
2489 Added typefind functions to video/x-nuv media.
2491 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
2493 * gst-libs/gst/interfaces/xoverlay.c:
2494 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2495 Some more guards against invalid input.
2497 2006-10-07 Julien MOUTTE <julien@moutte.net>
2499 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
2501 * tests/examples/seek/seek.c: (do_seek),
2502 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2503 seek example to experiment with rates != 1.0 (reverse playback !)
2505 2006-10-06 Stefan Kost <ensonic@users.sf.net>
2507 * gst-libs/gst/interfaces/xoverlay.c:
2508 Unref message in doc-example (spotted by Robert McQueen)
2510 2006-10-06 Wim Taymans <wim@fluendo.com>
2512 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2513 (mpeg1_parse_header), (mpeg1_sys_type_find):
2516 2006-10-06 Wim Taymans <wim@fluendo.com>
2518 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2520 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2521 Activate dynamic pads before adding them to the element.
2523 2006-10-06 Michael Smith <msmith@fluendo.com>
2525 * gst-libs/gst/floatcast/floatcast.h:
2526 Fix obviously-bogus macros; use the correct types.
2528 2006-10-06 Wim Taymans <wim@fluendo.com>
2530 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2531 (gst_base_rtp_depayload_change_state):
2532 Also call parent state change function to activate pads.
2534 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2535 (mpeg1_parse_header), (mpeg1_sys_type_find):
2536 Add some more debug info in mpeg typefinding.
2538 2006-10-06 Michael Smith <msmith@fluendo.com>
2540 * ext/theora/theoradec.c: (theora_dec_chain):
2541 Zero byte theora packets are valid and well-defined; don't warn on
2544 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
2546 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2547 (gst_multi_fd_sink_get_stats), (find_limits),
2548 (gst_multi_fd_sink_queue_buffer):
2549 API: add dropped_buffers to the get-stats GValueArray
2551 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
2553 * ext/alsa/gstalsadeviceprobe.c:
2554 (gst_alsa_device_property_probe_get_values):
2555 * ext/alsa/gstalsasink.c: (set_hwparams):
2556 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2557 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2558 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2559 (gst_ogg_mux_process_best_pad):
2560 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2561 (gst_ogg_parse_chain):
2562 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2563 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2564 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2565 (gst_vorbis_enc_buffer_check_discontinuous):
2566 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2567 * gst-libs/gst/audio/gstbaseaudiosink.c:
2568 (gst_base_audio_sink_render):
2569 * gst-libs/gst/cdda/gstcddabasesrc.c:
2570 (gst_cdda_base_src_handle_track_seek):
2571 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2572 (gst_base_rtp_depayload_push_full):
2573 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2574 * gst/audioresample/resample.c: (resample_input_pushthrough):
2575 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2576 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2577 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2578 (wavpack_type_find):
2579 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2580 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2581 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2582 * tests/check/elements/volume.c: (GST_START_TEST):
2583 Printf format fixes.
2585 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
2587 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2588 Fix a simple mistake (see the docs)
2591 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2593 * docs/plugins/Makefile.am:
2594 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2595 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2596 * docs/plugins/gst-plugins-base-plugins.args:
2597 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2598 * docs/plugins/inspect/plugin-adder.xml:
2599 * docs/plugins/inspect/plugin-alsa.xml:
2600 * docs/plugins/inspect/plugin-audioconvert.xml:
2601 * docs/plugins/inspect/plugin-audiorate.xml:
2602 * docs/plugins/inspect/plugin-audioresample.xml:
2603 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2604 * docs/plugins/inspect/plugin-cdparanoia.xml:
2605 * docs/plugins/inspect/plugin-decodebin.xml:
2606 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2607 * docs/plugins/inspect/plugin-gdp.xml:
2608 * docs/plugins/inspect/plugin-gnomevfs.xml:
2609 * docs/plugins/inspect/plugin-libvisual.xml:
2610 * docs/plugins/inspect/plugin-ogg.xml:
2611 * docs/plugins/inspect/plugin-pango.xml:
2612 * docs/plugins/inspect/plugin-playbin.xml:
2613 * docs/plugins/inspect/plugin-subparse.xml:
2614 * docs/plugins/inspect/plugin-tcp.xml:
2615 * docs/plugins/inspect/plugin-theora.xml:
2616 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2617 * docs/plugins/inspect/plugin-video4linux.xml:
2618 * docs/plugins/inspect/plugin-videorate.xml:
2619 * docs/plugins/inspect/plugin-videoscale.xml:
2620 * docs/plugins/inspect/plugin-videotestsrc.xml:
2621 * docs/plugins/inspect/plugin-volume.xml:
2622 * docs/plugins/inspect/plugin-vorbis.xml:
2623 * docs/plugins/inspect/plugin-ximagesink.xml:
2624 * docs/plugins/inspect/plugin-xvimagesink.xml:
2625 Add vorbistag element to docs; update version numbers to 0.10.10.1.
2627 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2629 Patch by: James "Doc" Livingston <doclivingston at gmail com>
2631 * ext/vorbis/Makefile.am:
2632 * ext/vorbis/vorbis.c: (plugin_init):
2633 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2634 (vorbis_parse_parse_packet), (vorbis_parse_chain):
2635 * ext/vorbis/vorbisparse.h:
2636 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2637 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2638 (gst_vorbis_tag_parse_packet):
2639 * ext/vorbis/vorbistag.h:
2640 Add new vorbistag element which derives from vorbisparse
2641 and is essentially the same as well, only that it implements
2642 the GstTagSetter interface and can modify the stream's
2643 vorbiscomment on the fly (#335635).
2645 * tests/check/Makefile.am:
2646 * tests/check/elements/.cvsignore:
2647 * tests/check/elements/vorbistag.c: (setup_vorbistag),
2648 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2649 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2650 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2651 Add unit test for new vorbistag element.
2653 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2655 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2656 (vorbis_parse_push_headers), (vorbis_parse_chain):
2657 Set BOS flag in packet structure to fix 'jump depends
2658 on unitialized value' errors in valgrind; various minor
2661 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
2663 * gst/playback/gstdecodebin.c: (close_pad_link):
2664 Fix typo in a debug statement.
2666 * gst/playback/gstplaybasebin.c: (probe_triggered),
2667 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2668 (gen_source_element), (source_new_pad), (analyse_source),
2670 When handling no_more_pads in new_decoded_pad, make sure to treat
2671 subtitle pads correctly. Fixes playback with subtitle files.
2673 Move a recurring message to LOG level.
2675 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2676 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2677 which ends up as -1 when cast to an int. Make the logic handle the
2678 max value as an unsigned mask and only change the colorkey when it's
2679 a value we recognise.
2681 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2683 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2684 Removed empty * between paragraphs
2686 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2688 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2689 * gst-libs/gst/rtp/README:
2690 Moved some documentation into .c file
2692 2006-09-29 Wim Taymans <wim@fluendo.com>
2694 * gst/playback/gstdecodebin.c: (no_more_pads):
2697 2006-09-29 Wim Taymans <wim@fluendo.com>
2699 * gst/playback/gstdecodebin.c: (new_caps):
2702 * gst/playback/gstplaybin.c:
2705 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2707 * tests/check/Makefile.am:
2708 Re-enable cddabasesrc test to see if it works again
2711 2006-09-29 Wim Taymans <wim@fluendo.com>
2713 * gst/playback/gstplaybasebin.c: (setup_subtitle),
2714 (gen_source_element):
2715 Handle invalid URIs a bit more gracefully.
2717 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2719 * tests/check/pipelines/oggmux.c:
2720 Remove obsolete comment.
2722 2006-09-29 Michael Smith <msmith@fluendo.com>
2724 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2725 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2726 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2727 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2728 (gst_ogg_mux_collected):
2729 Commit patch from James "Doc" Livingston, adds proper EOS handling
2730 in oggmux. GStreamer can, for the first time ever, create a valid
2733 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2735 Reenable tests now that they pass.
2737 2006-09-29 Wim Taymans <wim@fluendo.com>
2739 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2740 Stop reading commands when EOF (we read 0) as well.
2742 2006-09-28 Wim Taymans <wim@fluendo.com>
2744 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2745 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2746 (find_dynamic), (unlinked), (close_link):
2747 Implement delayed caps linking needed for element with a lot of
2748 different caps on the src pads that get fixed at runtime.
2749 Improve management of dynamic elements.
2751 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2752 (group_destroy), (group_commit), (check_queue), (queue_overrun),
2753 (gen_preroll_element), (remove_groups), (unknown_type),
2754 (add_element_stream), (no_more_pads_full), (no_more_pads),
2755 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2756 (new_decoded_pad), (setup_subtitle), (array_has_value),
2757 (gen_source_element), (source_new_pad), (has_all_raw_caps),
2758 (analyse_source), (remove_decoders), (make_decoder),
2759 (remove_source), (setup_source), (finish_source), (prepare_output),
2760 (gst_play_base_bin_change_state):
2761 * gst/playback/gstplaybasebin.h:
2762 Use more _CAST instead of full type checking casts.
2763 Small cleanups, plug some leaks.
2764 Handle dynamic sources.
2765 Add some helper functions to create lists of strings used for
2766 blacklisting and other stuff.
2767 Refactor some code dealing with analysing the source.
2768 Re-enable sources without pads (like cd:// or other selfcontained
2771 2006-09-28 Wim Taymans <wim@fluendo.com>
2773 * gst-libs/gst/audio/gstbaseaudiosink.c:
2774 (gst_base_audio_sink_render):
2775 When we have a timestamp, we can still perform clipping.
2776 When we have no clock, we must play the sample ASAP.
2778 2006-09-28 Wim Taymans <wim@fluendo.com>
2780 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2781 Set caps on outgoing buffers.
2783 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2784 (gst_video_rate_event), (gst_video_rate_chain):
2785 * gst/videorate/gstvideorate.h:
2786 Fix videorate some more. Fixes #357977
2788 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2790 * tests/check/elements/adder.c: (adder_suite):
2791 Don't set timeout to 6 seconds when we're running
2792 in valgrind ... (and how is 6 seconds longer than
2793 the default anyway?)
2795 2006-09-28 Wim Taymans <wim@fluendo.com>
2797 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2798 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2799 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2800 Keep sink and src segment to keep track of time and support more
2802 Fix bogus next_offset and run_time calculation, don't understand how
2803 this could have worked before. Fixes #357976.
2804 Remove some unneeded vars.
2806 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2808 * gst/playback/gstplaybin.c: (remove_sinks):
2809 Only remove visualisation from visbin if there is a visbin (or:
2810 don't throw warnings when closing totem without playing a file).
2812 2006-09-27 Wim Taymans <wim@fluendo.com>
2814 * gst-libs/gst/audio/gstbaseaudiosink.c:
2815 (gst_base_audio_sink_render):
2816 Add some more info in a WARNING.
2818 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2819 (gst_base_audio_src_create):
2820 Handle PAUSE in create function, use new -core addition to
2821 wait for playing. Fixes pausing and resuming capture from an
2824 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2825 (gst_ring_buffer_read):
2827 Caller supports interrupted reads now.
2829 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2831 * tests/check/Makefile.am:
2832 Another attempt to make the gen64 buildbot happy.
2834 2006-09-27 Stefan Kost <ensonic@users.sf.net>
2836 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2838 * ext/libvisual/visual.c: (gst_visual_clear_actors),
2839 (gst_visual_chain), (gst_visual_change_state):
2840 Libvisual plugin was not passing audio data to libvisual 0.4.0
2841 correctly. Fixes #357800
2843 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2845 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2846 Add timeout to _get_state() so we see which pipeline it is
2847 that causes trouble on the gen64 build bot.
2849 2006-09-27 Wim Taymans <wim@fluendo.com>
2851 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2852 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2853 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2854 (gst_base_rtp_depayload_set_gst_timestamp):
2855 the source pad always uses fixed caps.
2857 2006-09-27 Wim Taymans <wim@fluendo.com>
2859 * docs/libs/gst-plugins-base-libs-docs.sgml:
2860 * docs/libs/gst-plugins-base-libs-sections.txt:
2861 * gst-libs/gst/audio/gstaudioclock.c:
2862 * gst-libs/gst/audio/gstaudioclock.h:
2863 * gst-libs/gst/audio/gstaudiosink.c:
2864 * gst-libs/gst/audio/gstaudiosink.h:
2865 * gst-libs/gst/audio/gstaudiosrc.c:
2866 * gst-libs/gst/audio/gstbaseaudiosink.c:
2867 (gst_base_audio_sink_render):
2868 * gst-libs/gst/audio/gstbaseaudiosink.h:
2869 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2870 * gst-libs/gst/audio/gstbaseaudiosrc.h:
2871 * gst-libs/gst/audio/gstringbuffer.h:
2872 Added docs for the audio libs.
2874 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2876 * tests/check/Makefile.am:
2877 Temporarily disable test that fails on the bots for unknown reasons.
2879 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2881 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2882 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2883 Moved AudioCodecType into priv
2884 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2886 2006-09-25 Wim Taymans <wim@fluendo.com>
2888 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2889 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2890 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2892 Cleanups and small leak fixes.
2893 Added Depayloaders to valid list of autopluggable elements.
2895 2006-09-25 Wim Taymans <wim@fluendo.com>
2897 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2898 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2899 (gen_video_element), (gen_text_element), (gen_audio_element),
2900 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2901 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2902 Detect NO_PREROLL state change returns and disable clock distribution to
2903 the sinks so that sync is disabled.
2904 Avoid some type checking and do simple casts instead.
2905 Small cleanups, fix some FIXMEs.
2906 Be more robust when linking user specified elements, catch an report
2907 errors. Fixes #357404.
2908 Fix some leaks in the error paths.
2910 2006-09-25 Stefan Kost <ensonic@users.sf.net>
2913 ChangeLog surgery for missing bug-number
2915 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2917 Patch by: Peter Kjellerstedt <pkj at axis com>
2919 * gst/playback/test.c:
2920 Fix compilation with uClibc and -Werror (#357591).
2922 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2924 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2925 Parse dates that are followed by a time as well (#357532).
2927 * tests/check/libs/tag.c: (test_vorbis_tags):
2928 Add unit test for this.
2930 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2932 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2933 (gst_audio_convert_transform_caps):
2934 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2935 * gst/videotestsrc/videotestsrc.h:
2936 A few array const-ifications.
2938 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2940 * tests/check/Makefile.am:
2941 See if this makes the build bots happy.
2943 * tests/check/libs/cddabasesrc.c:
2946 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2948 Patch by: Young-Ho Cha <ganadist at chollian dot net>
2950 * gst/subparse/samiparse.c: (handle_start_font),
2951 (fix_invalid_entities):
2952 More case-insensitivity for certain tags; recognise entities with
2953 decimal codes as special entities as well (#357330).
2955 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2957 * gst-libs/gst/Makefile.am:
2958 Need to build tag directory before cdda.
2960 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2962 * docs/libs/gst-plugins-base-libs-sections.txt:
2963 * gst-libs/gst/cdda/Makefile.am:
2964 * gst-libs/gst/cdda/gstcddabasesrc.c:
2965 (gst_cdda_base_src_base_init):
2966 * gst-libs/gst/cdda/gstcddabasesrc.h:
2967 * gst-libs/gst/tag/tag.h:
2968 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2969 (gst_tag_register_musicbrainz_tags):
2970 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2971 depend on libgsttag. This is required so we can extract/read tags like
2972 DISCID without depending on libgstcddabasesrc (which used to register
2975 * gst-libs/gst/tag/gstvorbistag.c:
2976 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2977 tags (also see #347848).
2979 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2980 Log vorbis comments we are actually writing. Const-ify array.
2982 2006-09-23 Wim Taymans <wim@fluendo.com>
2984 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2985 Improve buffering a bit by avoiding a deadlock because we cannot assume
2986 the underrun is always called.
2988 2006-09-23 Wim Taymans <wim@fluendo.com>
2990 Patch by: Young-Ho Cha <ganadist at chollian dot net>
2992 * gst-libs/gst/riff/riff-ids.h:
2993 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2994 (gst_riff_create_audio_template_caps):
2995 Added MPEG-4 AAC and id and caps. Fixes #357289
2996 Added WMA9 Lossless id.
2998 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
3000 * ext/gnomevfs/gstgnomevfssrc.c:
3001 Fix misleading docs addition.
3003 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3004 Get rid of compiler warning the right way.
3006 2006-09-22 Wim Taymans <wim@fluendo.com>
3008 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3009 (gst_base_rtp_depayload_finalize),
3010 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3011 (gst_base_rtp_depayload_push_full),
3012 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3013 (gst_base_rtp_depayload_process),
3014 (gst_base_rtp_depayload_set_gst_timestamp),
3015 (gst_base_rtp_depayload_queue_release):
3016 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3019 Refactored the process method and added methods to push from the process
3021 Use _scale functions.
3022 API: gst_base_rtp_depayload_push_ts
3023 API: gst_base_rtp_depayload_push
3025 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3026 timestamps are uint.
3028 2006-09-22 Stefan Kost <ensonic@users.sf.net>
3030 * gst-libs/gst/interfaces/xoverlay.c:
3031 Remove unused statement from doc example.
3033 2006-09-21 Stefan Kost <ensonic@users.sf.net>
3035 * gst-libs/gst/interfaces/videoorientation.c:
3036 (gst_video_orientation_iface_init),
3037 (gst_video_orientation_get_hflip),
3038 (gst_video_orientation_get_vflip),
3039 (gst_video_orientation_get_hcenter),
3040 (gst_video_orientation_get_vcenter),
3041 (gst_video_orientation_set_hflip),
3042 (gst_video_orientation_set_vflip),
3043 (gst_video_orientation_set_hcenter),
3044 (gst_video_orientation_set_vcenter):
3045 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3048 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
3050 * tests/check/Makefile.am:
3051 * tests/check/elements/.cvsignore:
3052 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3053 (create_rgb_conversions), (rgb_conversion_free),
3054 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3055 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3056 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3057 but disable for now since it doesn't pass (something wrong with
3060 2006-09-21 Wim Taymans <wim@fluendo.com>
3062 * gst/playback/gstplaybasebin.c: (group_commit),
3063 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3064 (queue_out_of_data), (gen_preroll_element),
3065 (preroll_remove_overrun), (probe_triggered):
3066 Refactor handling of overrun detection.
3067 Separate handling of group completion and deadlock detection when doing
3068 network buffering. This should fix some deadlocks that were not detected
3069 because the group was completed.
3070 Add more comments, improve debugging.
3072 2006-09-21 Wim Taymans <wim@fluendo.com>
3074 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3075 * tests/check/libs/audio.c:
3076 Some more compilation fixes.
3078 2006-09-21 Wim Taymans <wim@fluendo.com>
3080 * gst-libs/gst/audio/gstringbuffer.c:
3081 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3082 (gst_ring_buffer_read):
3083 Early morning compilation fix.
3085 2006-09-20 Wim Taymans <wim@fluendo.com>
3087 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3088 * tests/check/elements/multifdsink.c: (GST_START_TEST):
3089 * tests/check/elements/videorate.c: (GST_START_TEST):
3090 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3091 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3094 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3096 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3097 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3098 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3099 Handcrafted merge to help CVS understanding what I changed and what
3102 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3104 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3105 (gst_xvimagesink_get_times):
3106 change colorkey behaviour back according to #354773 comment 6/7
3108 2006-09-19 Michael Smith <msmith@fluendo.com>
3110 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3111 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3112 (gst_multi_fd_sink_recover_client),
3113 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3114 (gst_multi_fd_sink_get_property):
3115 * gst/tcp/gstmultifdsink.h:
3116 Implement stubbed out properties unit-type, units-soft-max,
3117 units-max, to allow specifying maximum sizes in units other than
3121 2006-09-19 Wim Taymans <wim@fluendo.com>
3123 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3124 (gst_riff_create_audio_template_caps):
3125 Reorder the audio formats a bit for clarity.
3126 Detect and create caps for MSGSM and MSN (WAV49).
3129 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3130 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3131 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3132 Small cleanups, move error handling out of normal flow for clarity.
3134 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3136 * docs/libs/gst-plugins-base-libs-docs.sgml:
3137 * docs/libs/gst-plugins-base-libs.types:
3138 * gst-libs/gst/interfaces/Makefile.am:
3139 * gst-libs/gst/interfaces/videoorientation.c:
3140 (gst_video_orientation_get_type),
3141 (gst_video_orientation_iface_init),
3142 (gst_video_orientation_get_hflip),
3143 (gst_video_orientation_get_vflip),
3144 (gst_video_orientation_get_hcenter),
3145 (gst_video_orientation_get_vcenter),
3146 (gst_video_orientation_set_hflip),
3147 (gst_video_orientation_set_vflip),
3148 (gst_video_orientation_set_hcenter),
3149 (gst_video_orientation_set_vcenter):
3150 * gst-libs/gst/interfaces/videoorientation.h:
3151 API: Add new interface to control video orientation (fixes #354908)
3153 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3155 * gst/videotestsrc/gstvideotestsrc.c:
3156 Use G_UNLIKELY in _create and log one more detail.
3158 (gst_video_test_src_get_times), (gst_video_test_src_create):
3159 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3160 Use gst_util_uint64_scale_int in _get_times().
3162 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3164 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3165 Give better warning message (add object and detail).
3167 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3169 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3170 (gst_xvimagesink_get_times):
3171 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3172 #354773), use gst_util_uint64_scale_int in _get_times()
3174 2006-09-18 Michael Smith <msmith@fluendo.com>
3176 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3177 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3178 always true, leading to dropping all timestamps.
3180 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3182 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3183 (gst_visual_chain), (gst_visual_change_state):
3184 update to work also with libvisual 0.4 API, fix double unref (#355914)
3186 * tools/gst-launch-ext.1.in:
3187 * tools/gst-visualise.1.in:
3188 remove references to old man-pages
3190 * tests/examples/seek/seek.c: (main):
3191 add real meadi-buttons, add tool-tips for the seek-options, arrange
3192 seek options in a table
3194 2006-09-18 Michael Smith <msmith@fluendo.com>
3196 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3197 (gst_ogg_mux_push_buffer):
3198 Don't generate out-of-order timestamps from oggmux, instead clamp
3199 output timestamps to be >= the previously output ts.
3202 2006-09-18 Michael Smith <msmith@fluendo.com>
3204 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3205 (gst_multi_fd_sink_class_init):
3206 Updates, fixes, and typo corrections for multifdsink. No functional
3209 2006-09-17 Michael Smith <msmith@fluendo.com>
3211 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3212 Don't crash on truncated files - check that we got an 8 byte buffer
3213 before trying to memcmp it.
3215 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3217 * gst/playback/gstplaybasebin.c: (get_active_source):
3218 Make stream-switching appear instant to the application
3219 (ie. make sure that a g_object_get on 'current-foo' returns
3220 the stream previously set with g_object_set(). Totem needs
3221 this to update stream-related meta-info (like audio-codec)
3222 correctly when switching streams.
3224 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3226 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3227 (gst_alsa_mixer_ensure_track_list):
3228 Try harder to guess which mixer track is the master mixer
3229 track (instead of just taking the first one that has a pvolume).
3232 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3234 reviewed by: <delete if not using a buddy>
3236 * gst-libs/gst/audio/audio.h:
3237 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3239 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3241 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3242 (gst_audio_convert_transform_caps):
3243 Get structure-name just once.
3245 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3247 * tests/check/elements/audioresample.c: (GST_START_TEST):
3248 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3249 * tests/check/elements/volume.c: (GST_START_TEST):
3250 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3251 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3252 (test_pipeline), (GST_START_TEST):
3253 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3254 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3255 Fix big batch of compiler warnings.
3257 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3259 * ext/gnomevfs/gstgnomevfssrc.c:
3260 Add docs about icydemux usage in connection with gnomevfssrc
3262 * ext/libvisual/visual.c:
3263 * ext/ogg/gstoggaviparse.c:
3264 * ext/ogg/gstoggdemux.c:
3265 * ext/ogg/gstoggmux.c:
3266 * ext/ogg/gstoggparse.c:
3267 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3268 * gst-libs/gst/audio/gstaudiosink.c:
3269 * gst-libs/gst/audio/gstaudiosrc.c:
3270 * gst/audiorate/gstaudiorate.c:
3271 More G_OBJECT macro fixing.
3273 * gst/audiotestsrc/gstaudiotestsrc.h:
3274 Fix wrong info in header due to copy & paste
3276 2006-09-15 Wim Taymans <wim@fluendo.com>
3278 * gst-libs/gst/audio/gstbaseaudiosink.c:
3279 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3280 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3281 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3282 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3283 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3284 Do the delay calculation in the source/sink base classes as this is
3285 specific for the capture/playback mode.
3286 Try to fixate a bit better, like round depth up to a multiple of 8
3288 Handle underruns correctly by marking DISCONT on buffers and adjusting
3289 timestamps to handle the gap.
3290 Set offset/offset_end correctly on buffers.
3292 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3293 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3294 (gst_ring_buffer_read):
3295 Remove resync and underrun recovery from the ringbuffer.
3296 Fix ringbuffer read code on under/overrun.
3298 2006-09-15 Wim Taymans <wim@fluendo.com>
3300 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3301 (gst_play_base_bin_init), (fill_buffer), (check_queue),
3302 (queue_threshold_reached), (gst_play_base_bin_set_property),
3303 (gst_play_base_bin_get_property):
3304 * gst/playback/gstplaybasebin.h:
3305 Don't use a 0 low watermark when buffering, it is catching starvation
3306 way too late. Instead, use a 3 second queue with 30 and 95
3307 percent low/high watermarks.
3308 Added queue-min-threshold property to configure low watermark.
3309 Use new _buffering message API.
3310 Make queue_threshold variable big enough to store a uint64 time value.
3311 API: playbin::queue-min-threshold property.
3313 2006-09-15 Wim Taymans <wim@fluendo.com>
3316 We require 0.10.10.1 now because of _wait_preroll().
3318 * gst-libs/gst/audio/gstbaseaudiosink.c:
3319 (gst_base_audio_sink_render):
3320 Use gst_base_sink_wait_preroll().
3322 2006-09-15 Wim Taymans <wim@fluendo.com>
3324 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3325 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3326 Use DEBUG_OBJECT more.
3328 === release 0.10.10 ===
3330 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3332 patch by: Michael Smith <msmith at fluendo dot com>
3334 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3335 (gst_multi_fd_sink_client_queue_buffer),
3336 (gst_multi_fd_sink_new_client):
3337 * tests/check/elements/multifdsink.c: (GST_START_TEST),
3338 (multifdsink_suite):
3339 Fix implementation of sync-method 'next-keyframe'
3342 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3344 patch by: Wim Taymans <wim at fluendo dot com>
3346 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3347 This patch removes the RANDOM flag that was incorrectly introduced with
3348 revision 1.91. Fixes #354590
3350 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
3352 * tests/check/Makefile.am:
3353 Random variation in Makefile line to see if it makes the
3354 gen64-base-full bot any happier.
3356 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3358 * tests/check/pipelines/oggmux.c: (oggmux_suite):
3359 Disable test that fails at the moment (killed after timeout).
3361 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3363 Patch by: James Livingston <doclivingston at gmail.com>
3365 * tests/check/Makefile.am:
3366 * tests/check/pipelines/.cvsignore:
3367 * tests/check/pipelines/oggmux.c: (get_page_codec),
3368 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3369 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3370 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3371 (test_theora_vorbis), (oggmux_suite):
3372 Add simple unit test for oggmux from #337026 with checking for the
3373 EOS flags disabled for the time being.
3375 2006-09-04 Wim Taymans <wim@fluendo.com>
3377 patch by: Alessandro Dessina <alessandro nnva org>
3379 * ext/ogg/gstoggmux.c:
3380 Add cmml caps to oggmux. Fixes #353912
3382 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3384 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3385 Returning a return value often helps. In this case, we
3386 don't need the return value anyway, so just get rid of it.
3387 Should make build bots much happier.
3389 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3391 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3392 (paint_get_structure), (gst_video_test_src_get_size),
3393 (gst_video_test_src_smpte), (gst_video_test_src_snow),
3394 (gst_video_test_src_unicolor), (paint_setup_AYUV),
3395 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3396 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3397 * gst/videotestsrc/videotestsrc.h:
3398 Add support for AYUV and the various RGBA formats. Initialise
3399 fields of paintinfo structs allocated on the stack.
3401 * tests/check/elements/videotestsrc.c: (right_shift_colour),
3402 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3403 (check_rgb_buf), (videotestsrc_suite):
3404 Add unit tests for videotestsrc's RGB output.
3406 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3408 * gst/videotestsrc/gstvideotestsrc.c:
3409 (gst_video_test_src_pattern_get_type),
3410 (gst_video_test_src_set_pattern):
3411 * gst/videotestsrc/gstvideotestsrc.h:
3412 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3413 (gst_video_test_src_black), (gst_video_test_src_white),
3414 (gst_video_test_src_red), (gst_video_test_src_green),
3415 (gst_video_test_src_blue):
3416 * gst/videotestsrc/videotestsrc.h:
3417 Add more uni-colour patterns ("white", "red", "green", and "blue").
3419 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3421 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3422 Fix stride for YVYU, should be word-aligned (#353658).
3424 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
3426 * gst/adder/gstadder.c: (gst_adder_src_event):
3429 2006-08-31 Edward Hervey <edward@fluendo.com>
3431 * gst/adder/gstadder.c: (forward_event_func),
3432 (gst_adder_src_event), (gst_adder_collected),
3433 (gst_adder_change_state):
3434 * gst/adder/gstadder.h:
3435 Remember the start position asked in the incoming seeks, so we can
3436 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3437 of assuming it will always be 0).
3439 2006-08-31 Edward Hervey <edward@fluendo.com>
3441 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3442 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3443 (gst_ogg_demux_loop):
3444 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3446 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
3448 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3449 (gst_ffmpegcsp_get_unit_size):
3450 Return FALSE instead of returning a random false unit
3451 size when the format isn't known/supported (even if
3452 this shouldn't happen under normal circumstances).
3454 2006-08-29 Wim Taymans <wim@fluendo.com>
3456 Patch by: Tim-Philipp Müller <tim at centricular dot net>
3458 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3459 (gst_gnome_vfs_src_start):
3460 Try harder to get the size from a uri by using _info_uri() when
3461 _info_from_handle() does not give us enough info.
3462 Also follow symlinks when getting the size.
3463 Partially Fixes #332864.
3465 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3467 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
3469 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3470 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3471 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3472 (gst_alsa_mixer_set_record):
3473 * ext/alsa/gstalsamixertrack.c:
3474 (gst_alsa_mixer_track_update_alsa_capabilities),
3475 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3476 (gst_alsa_mixer_track_update):
3477 * ext/alsa/gstalsamixertrack.h:
3478 Improve and fix mixer track handling, in particular better handling
3479 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3480 separate track objects for tracks that have both capture and playback
3481 volume (and label them differently as well so they're not mistakenly
3482 assumed to be duplicates); classify mixer tracks that only affect
3483 the audible volume of something (rather than the capture volume)
3484 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3485 for capture tracks to correspond to alsa-pswitch alsa-cswitch
3486 (following the meaning documented in the mixer interface header
3487 file); add support for alsa's exclusive cswitch groups; update/sync
3488 state/flags better if mixer settings are changed by another
3489 application. Fixes #336075.
3491 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3493 * gst/playback/gstplaybin.c:
3494 Improve docs: add section about BUFFERING messages sent by playbin.
3496 2006-08-29 Michael Smith <msmith@fluendo.com>
3498 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3499 (gst_vorbis_enc_buffer_check_discontinuous),
3500 (gst_vorbis_enc_chain):
3501 Ignore explicit DISCONT marked on buffers (which is often spurious,
3502 particularly when using multiple segments), in favour of solely
3503 using the timestamps/durations.
3505 2006-08-29 Edward Hervey <edward@fluendo.com>
3507 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3508 Don't rely on incoming buffers offset anymore, since it is completely
3509 broken when using multiple segments.
3510 Instead convert the incoming buffers timestamp to running time, and
3511 then convert that value to the offsets.
3512 Also inform GstSegment of the last outputted stop position, which is
3513 needed if we received several segments with an unknown stop value.
3515 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
3517 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3518 fix buffer unreffing on a header push failure
3520 2006-08-28 Wim Taymans <wim@fluendo.com>
3522 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3523 (gst_audio_rate_chain):
3524 Make the metadata of the buffer writable before changing its
3527 2006-08-28 Wim Taymans <wim@fluendo.com>
3529 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3530 (gst_audio_rate_setcaps), (gst_audio_rate_init),
3531 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3532 (gst_audio_rate_chain), (gst_audio_rate_change_state):
3533 Fix audiorate some more.
3534 Reset and resync counters on flush and READY.
3535 Handle the DISCONT flag correctly.
3536 Use GstSegment to track position.
3537 Fail when not negotiated.
3540 2006-08-25 Michael Smith <msmith@fluendo.com>
3542 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3544 Remove accidently included debug line.
3546 2006-08-25 Wim Taymans <wim@fluendo.com>
3548 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3550 If a buffer is received with no caps, make the buffer metadata
3551 writable and set the caps, making sure that we don't screw up the
3554 2006-08-25 Michael Smith <msmith@fluendo.com>
3556 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3557 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3558 Fix memory leaks and misleading debug messages, add a couple of
3561 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3562 (gst_multi_fd_sink_render):
3563 Do not use gst_buffer_make_writable() in a basesink render method,
3564 as it may incorrectly unref the buffer. Instead, use convoluted
3565 dance to avoid copying the buffer except when we need to.
3567 2006-08-25 Michael Smith <msmith@fluendo.com>
3569 * ext/vorbis/vorbisenc.c:
3570 (gst_vorbis_enc_buffer_check_discontinuous):
3571 Allow very small discontinuities in the timestamps. These we can't
3572 do anything useful with anyway (because vorbis's timestamps have
3573 only sample granularity), and are commonly produced by elements with
3574 minor bugs. Allow up to 1/2 a sample out.
3577 2006-08-24 Wim Taymans <wim@fluendo.com>
3579 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3580 (play_scrub_toggle_cb), (main):
3581 Add a checkbox to enable play scrubbing. Makes it possible to disable
3584 2006-08-23 Stefan Kost <ensonic@users.sf.net>
3586 * tests/check/elements/.cvsignore:
3589 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3591 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3592 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3593 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3594 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3595 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3596 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3597 (gst_ogm_text_parse_strip_trailing_zeroes),
3598 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3599 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3600 Refactor ogm parse, do better input checking, misc. clean-ups.
3601 Cache incoming events and push them once the source pad has
3602 been created. Don't pass unterminated strings to sscanf().
3603 Strip trailing zeroes from subtitle text output, since they
3604 are not valid UTF-8. Don't push vorbiscomment packets on
3605 the subtitle text pad. Output perfect streams if possible.
3607 2006-08-23 Wim Taymans <wim@fluendo.com>
3609 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3610 Waits for tasks to settle down so that we clean up correctly for
3613 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3615 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3616 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3617 actually return return value in taglists_are_equal.
3619 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3621 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3622 Fix crash due to broken bitstream parsing on x86-64: can't make
3623 any assumptions about sizeof(struct) due to alignment/packing
3624 differences on different architectures. Fixes #351790.
3626 2006-08-22 Wim Taymans <wim@fluendo.com>
3628 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3629 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3630 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3631 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3632 (gst_riff_parse_info):
3633 Protect public functions against bad input.
3637 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3639 * gst-libs/gst/riff/riff-ids.h:
3640 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3641 Add voxware audio IDs (even if we can't play it) (#351795).
3643 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3645 * gst-libs/gst/riff/riff-media.c:
3646 (gst_riff_create_video_template_caps),
3647 (gst_riff_create_audio_template_caps),
3648 (gst_riff_create_iavs_template_caps):
3649 Const-ify some arrays and use G_N_ELEMENTS instead
3650 of wasting oodles of RAM on terminator bits.
3652 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3654 * gst-libs/gst/tag/gstvorbistag.c:
3655 (gst_tag_list_to_vorbiscomment_buffer):
3656 * tests/check/libs/tag.c: (GST_START_TEST):
3657 And the same for _to_vorbiscomment_buffer(): allow
3658 id_data_len == 0 for speex.
3660 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
3663 * docs/plugins/Makefile.am:
3664 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3665 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3666 * docs/plugins/inspect/plugin-gdp.xml:
3667 * gst/gdp/Makefile.am:
3668 * tests/check/Makefile.am:
3669 Move GDP plugin to -base from -bad. Closes #347783.
3671 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3673 * gst-libs/gst/tag/gstvorbistag.c:
3674 (gst_tag_list_from_vorbiscomment_buffer):
3675 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3676 Also add some checks to make sure we don't memcmp() beyond the end of
3677 vorbiscomment buffer if the ID to check for is larger than the buffer.
3679 * tests/check/libs/tag.c: (GST_START_TEST):
3680 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3682 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3684 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3685 (gst_vorbis_enc_set_metadata):
3686 Use vorbis comment utility functions from libgsttag
3687 instead of re-inventing the wheel (partially fixes #347091).
3689 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
3691 * tests/check/elements/audioconvert.c: (GST_START_TEST):
3692 Fix leaks. Wait for state transitions that might happen ASYNC, as well
3695 2006-08-21 Wim Taymans <wim@fluendo.com>
3697 * docs/libs/Makefile.am:
3698 * docs/libs/gst-plugins-base-libs-sections.txt:
3699 * docs/libs/gst-plugins-base-libs.types:
3700 Don't try to GObject scan the netbuffer as it's not a GObject.
3703 * gst-libs/gst/netbuffer/gstnetbuffer.c:
3704 * gst-libs/gst/netbuffer/gstnetbuffer.h:
3705 Document GstNetBuffer.
3707 2006-08-21 Stefan Kost <ensonic@users.sf.net>
3709 * tests/check/elements/audioconvert.c: (GST_START_TEST),
3710 (audioconvert_suite):
3711 Add testcase for caps-size-explosion
3713 2006-08-20 Stefan Kost <ensonic@users.sf.net>
3715 * gst/audioconvert/gstaudioconvert.c:
3716 (gst_audio_convert_get_unit_size), (set_structure_widths):
3717 Lower debug, use g_assert in _get_unit_size
3719 * gst/audioresample/gstaudioresample.c:
3720 (audioresample_get_unit_size):
3721 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3722 (gst_ffmpegcsp_get_unit_size):
3723 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3724 use g_assert in _get_unit_size
3726 2006-08-18 Wim Taymans <wim@fluendo.com>
3728 * docs/libs/gst-plugins-base-libs-sections.txt:
3729 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3730 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3731 (gst_rtp_buffer_get_payload_buffer):
3732 * gst-libs/gst/rtp/gstrtpbuffer.h:
3733 Document GstRTPBuffer.
3734 Added function to efficiently strip payload headers.
3735 API: gst_rtp_buffer_get_payload_subbuffer()
3737 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3739 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3740 (gst_tag_to_vorbis_comments):
3741 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3742 tags and deserialise them properly as well (#347091).
3743 Add some more gtk-doc blurbs and also some g_return_if_fail().
3745 * tests/check/libs/tag.c: (GST_START_TEST),
3746 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3749 2006-08-17 Wim Taymans <wim@fluendo.com>
3751 * ext/ogg/Makefile.am:
3752 * ext/ogg/gstogg.c: (plugin_init):
3753 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3754 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3755 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3756 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3757 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3758 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3759 Added ogg-in-avi parser element. Fixes #140139.
3761 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3762 Fixed a bug in oggdemux debug code.
3764 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3765 (gst_riff_create_audio_template_caps):
3766 Recognise Ogg in the AVI extensible wave format.
3768 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3770 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3771 Make buffer durations add up (duration should be next_ts-ts for
3772 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3775 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3776 (test_buffer_timestamps), (cddabasesrc_suite):
3777 Add unit test for the above.
3779 * tests/check/Makefile.am:
3780 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3781 to see what happens.
3783 2006-08-16 Wim Taymans <wim@fluendo.com>
3785 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3786 (gst_alsasink_open):
3787 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3789 Avoid setting and using a NULL device name.
3790 Print more info when we fail to open a device.
3792 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
3794 * docs/libs/gst-plugins-base-libs-sections.txt:
3795 * gst-libs/gst/tag/tag.h:
3796 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3797 API: add gst_tag_parse_extended_comment() (#351426).
3799 * tests/check/Makefile.am:
3800 * tests/check/libs/.cvsignore:
3801 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3802 Add unit test for gst_tag_parse_extended_comment().
3804 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3806 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3807 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3810 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3812 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3813 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3814 * docs/plugins/gst-plugins-base-plugins.args:
3815 * gst/playback/gstplaybin.c:
3818 * docs/plugins/inspect/plugin-adder.xml:
3819 * docs/plugins/inspect/plugin-alsa.xml:
3820 * docs/plugins/inspect/plugin-audioconvert.xml:
3821 * docs/plugins/inspect/plugin-audiorate.xml:
3822 * docs/plugins/inspect/plugin-audioresample.xml:
3823 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3824 * docs/plugins/inspect/plugin-cdparanoia.xml:
3825 * docs/plugins/inspect/plugin-decodebin.xml:
3826 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3827 * docs/plugins/inspect/plugin-gnomevfs.xml:
3828 * docs/plugins/inspect/plugin-ogg.xml:
3829 * docs/plugins/inspect/plugin-pango.xml:
3830 * docs/plugins/inspect/plugin-playbin.xml:
3831 * docs/plugins/inspect/plugin-subparse.xml:
3832 * docs/plugins/inspect/plugin-tcp.xml:
3833 * docs/plugins/inspect/plugin-theora.xml:
3834 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3835 * docs/plugins/inspect/plugin-video4linux.xml:
3836 * docs/plugins/inspect/plugin-videorate.xml:
3837 * docs/plugins/inspect/plugin-videoscale.xml:
3838 * docs/plugins/inspect/plugin-videotestsrc.xml:
3839 * docs/plugins/inspect/plugin-volume.xml:
3840 * docs/plugins/inspect/plugin-vorbis.xml:
3841 * docs/plugins/inspect/plugin-ximagesink.xml:
3842 * docs/plugins/inspect/plugin-xvimagesink.xml:
3843 Update to CVS version.
3845 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3847 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3848 (gst_play_bin_set_property), (gst_play_bin_get_property),
3849 (value_list_append_structure_list),
3850 (gst_play_bin_handle_redirect_message),
3851 (gst_play_bin_handle_message):
3852 API: GstPlayBin::connection-speed
3853 Add "connection-speed" property; re-order redirect messages with
3854 multiple redirect locations depending on the minimum bitrate if
3855 that information is available and a connection speed is set
3858 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3860 * gst/playback/gstplaybin.c:
3861 Update max volume to the same value that the volume element uses.
3863 2006-08-14 Wim Taymans <wim@fluendo.com>
3865 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3868 2006-08-14 Wim Taymans <wim@fluendo.com>
3870 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3871 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3872 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3873 Add some more debug info.
3874 Don't crash when a seek failed.
3875 Actually return the result of the seek instead of TRUE.
3876 Ignore multiple BOS pages with the same serial so that we don't create
3877 the same stream multiple times.
3878 Post an error when we fail to do the initial seek.
3880 2006-08-13 Wim Taymans <wim@fluendo.com>
3882 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3883 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3886 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3887 (gst_alsa_mixer_new):
3888 Remove hack that always set the device to hw:0*.
3889 Properly find the card name for whatever device was configured.
3890 Do some better debugging.
3893 * ext/alsa/gstalsamixerelement.c:
3894 (gst_alsa_mixer_element_set_property),
3895 (gst_alsa_mixer_element_change_state):
3897 Handle setting of a NULL device name better.
3899 2006-08-11 Wim Taymans <wim@fluendo.com>
3901 * gst/adder/gstadder.c:
3902 Don't clip float values. Fixes #350900.
3904 2006-08-11 Andy Wingo <wingo@pobox.com>
3906 * gst/tcp/gsttcp.c: Really fix the build?
3908 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3911 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3913 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3914 Float caps shouldn't have a "signed" field.
3916 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3918 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3919 Implement SEEKING query in its most basic form, so that we can
3920 at least check if we're seekable or not (#350655).
3922 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
3924 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3925 The checks here are not even close to anything that would
3926 justify MAXIMUM probability, lowering to POSSIBLE until someone
3927 fixes the checks (case at hand: quicktime redirection files
3928 might start with 00 00 01 XX and pass the checks here just
3931 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
3933 Patch by: Sjoerd Simons <sjoerd at luon net>
3935 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3936 Better detection for multipart/x-mixed-replace: accept leading
3937 whitespaces before the boundary marker as well (as our very own
3938 multipartmux used to produce) (#349068).
3940 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
3942 Patch by: Young-Ho Cha <ganadist at chollian net>
3944 * gst-libs/gst/riff/riff-ids.h:
3945 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3946 (gst_riff_create_audio_template_caps):
3947 Detect DTS audio streams (#350157).
3949 2006-08-05 Andy Wingo <wingo@pobox.com>
3951 * ext/theora/gsttheoraparse.h:
3952 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3953 (theora_parse_dispose, theora_parse_set_property)
3954 (theora_parse_get_property, theora_parse_munge_granulepos)
3955 (theora_parse_push_buffer, theora_parse_change_state):
3956 API: GstTheoraParse::synchronization-points
3957 Add a property 'synchronization-points' to fix badly synchronized oggs.
3959 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3961 * tests/check/Makefile.am:
3962 * tests/check/libs/.cvsignore:
3963 * tests/check/libs/audio.c: (structure_contains_channel_positions),
3964 (fixed_caps_have_channel_positions), (GST_START_TEST),
3965 (audio_suite), (main):
3966 Add a few tests for the channel position stuff in libgstaudio.
3968 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3970 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3971 (gst_alsa_detect_channels):
3972 * ext/alsa/gstalsasink.c:
3973 Add support for cards that (only) do more than 8 channels,
3974 like the Delta 44 (#345188).
3976 * gst-libs/gst/audio/multichannel.c:
3977 (gst_audio_check_channel_positions):
3978 * gst-libs/gst/audio/multichannel.h:
3979 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3980 unspecified channel position and cannot be combined with any
3981 of the other audio channel positions; adjust position layout
3982 checks accordingly (#345188).
3984 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3986 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3987 Recognise ancient RealAudio files (see #349779).
3989 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3991 Patch by: Jens Granseuer <jensgr at gmx net>
3993 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3994 Add typefinder for Interplay's MVE format (#348973).
3996 2006-08-02 Wim Taymans <wim@fluendo.com>
3998 Patch by: Marcel Moreaux <marcelm at luon dot net>
4000 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4001 (gst_base_rtp_depayload_add_to_queue):
4002 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4003 Handle RTP sequence number rollover.
4004 Disable jitterbuffer by default.
4006 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
4008 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4009 (audioresample_set_caps):
4010 Don't leak references to the incoming caps. Clean them up when
4013 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4014 (gst_video_scale_finalize):
4015 Don't leak our temporary pixel buffer.
4017 * tests/check/Makefile.am:
4018 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4019 (GST_START_TEST), (simple_launch_lines_suite):
4021 Fix leaks and re-enable the test for valgrind checking.
4023 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
4025 Patch by: Sjoerd Simons <sjoerd at luon net>
4027 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4029 Add typefind function for multipart/x-mixed-replace (#348916).
4031 2006-07-28 Wim Taymans <wim@fluendo.com>
4033 * gst/adder/gstadder.c: (gst_adder_setcaps),
4034 (gst_adder_query_duration):
4035 Fix leak in duration query.
4036 Reflow some docs and notes.
4038 2006-07-28 Michael Smith <msmith@fluendo.com>
4040 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4042 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4045 2006-07-28 Michael Smith <msmith@fluendo.com>
4047 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4048 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4049 (gst_vorbis_enc_push_buffer),
4050 (gst_vorbis_enc_buffer_check_discontinuous),
4051 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4052 * ext/vorbis/vorbisenc.h:
4053 Handle discontinuities in the input vorbis stream correctly,
4054 so that the output is properly timestamped (and has good granulepos
4055 values). Needs some oggmux fixes too.
4057 2006-07-27 Wim Taymans <wim@fluendo.com>
4059 patch by: Kai Vehmanen <kv2004 eca cx>
4061 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4062 (gst_base_rtp_depayload_chain),
4063 (gst_base_rtp_depayload_handle_sink_event),
4064 (gst_base_rtp_depayload_change_state):
4065 Don't send multiple newsegments with different formats.
4068 2006-07-26 Wim Taymans <wim@fluendo.com>
4070 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4071 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4072 Make seeking in ogg more accurate again by doing the more correct
4073 granuletime to stream time conversion.
4075 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
4077 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4078 (gst_multi_fd_sink_new_client):
4079 debug a little more understandably
4080 do not use goto as a substitute for break, especially if
4081 break is also being used
4083 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
4085 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4086 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4087 Remove GLib-2.6 compatibility cruft.
4089 2006-07-24 Wim Taymans <wim@fluendo.com>
4091 * gst-libs/gst/audio/gstbaseaudiosink.c:
4092 (gst_base_audio_sink_render):
4093 Don't try to align a sample to an unknown value.
4095 2006-07-24 Wim Taymans <wim@fluendo.com>
4097 * gst-libs/gst/audio/gstbaseaudiosink.c:
4098 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4099 When the audio clock is slaved to another clock, never try to align
4100 samples but trust the rate interpolation algorithm.
4102 2006-07-24 Wim Taymans <wim@fluendo.com>
4104 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4105 Don't try to calculate silence samples, base class does this much
4108 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4109 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4110 (gst_ring_buffer_acquire):
4111 Calculate silence samples correctly.
4113 * gst-libs/gst/audio/gstringbuffer.h:
4116 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
4118 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4119 Limit search for the first markup tag to the first few kB of
4120 the file. If we don't find one there, it's highly unlikely that
4121 this is an XML(-ish) file.
4123 2006-07-21 Andy Wingo <wingo@pobox.com>
4125 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4126 test to the one in vorbisenc. Also commented out.
4128 * tests/check/pipelines/vorbisenc.c:
4129 (test_discontinuity): New test, commented out until Mike lands
4130 some elite vorbisenc patches.
4132 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4133 Bufferstraw was actually factored out of these tests. Now we share
4136 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4137 for bufferstraw addition to gstcheck.
4139 2006-07-21 Wim Taymans <wim@fluendo.com>
4141 * ext/theora/theoradec.c: (clip_buffer):
4144 2006-07-21 Wim Taymans <wim@fluendo.com>
4146 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4147 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4148 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4150 Avoid type casting when we can.
4152 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4155 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
4157 * ext/alsa/gstalsamixerelement.c:
4158 (gst_alsa_mixer_element_change_state):
4159 Make state change fail if the specified device can't be opened
4162 2006-07-20 Wim Taymans <wim@fluendo.com>
4164 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4165 (cb_newpad), (main):
4166 Example of a small audio/video player using decodebin.
4168 2006-07-20 Stefan Kost <ensonic@users.sf.net>
4170 * gst-libs/gst/riff/riff-ids.h:
4173 2006-07-19 Wim Taymans <wim@fluendo.com>
4175 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4176 (gst_base_rtp_depayload_chain),
4177 (gst_base_rtp_depayload_change_state):
4178 Don't assert when not negotiated but post a meaningfull
4179 error message. Fixes #347918.
4181 * gst-libs/gst/rtp/gstbasertppayload.c:
4182 Add comment about better default MTU size.
4184 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4185 Small cleanups, start docs.
4187 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4189 Patch by: Martin Szulecki
4191 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4192 If "device-name" is requested and the device is not
4193 open, try to temporarily open it to obtain this
4194 information (#342494).
4196 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4198 * gst-libs/gst/tag/gstid3tag.c:
4199 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4201 * gst-libs/gst/tag/gsttageditingprivate.h:
4202 * gst-libs/gst/tag/gstvorbistag.c:
4203 Some more random const-ifications.
4205 2006-07-18 Stefan Kost <ensonic@users.sf.net>
4207 * gst-libs/gst/riff/riff-ids.h:
4208 * gst-libs/gst/riff/riff-media.c:
4209 (gst_riff_create_video_template_caps):
4210 Add more FOURCCs (sort list to make stuff easier to find),
4211 add comment what those 16 bytes in struct _gst_riff_strh according to
4214 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4216 * gst-libs/gst/audio/multichannel.c:
4217 (gst_audio_check_channel_positions),
4218 (gst_audio_fixate_channel_positions):
4219 Const-ify two arrays.
4221 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4223 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4224 Fix typo, so that alsasink also advertises 8 channels
4225 if that's supported (tags: can, worms, open, alsa, ph34r).
4227 2006-07-17 Wim Taymans <wim@fluendo.com>
4229 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4230 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4231 *sigh*, when is the compiler going to warn when the comments
4232 are out-of-sync with the code.. Refix case of busted theora
4233 headers with 0 granule pos.
4235 2006-07-14 Wim Taymans <wim@fluendo.com>
4237 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4238 (gst_base_rtp_depayload_wait),
4239 (gst_base_rtp_depayload_change_state),
4240 (gst_base_rtp_depayload_set_property),
4241 (gst_base_rtp_depayload_get_property):
4242 Fix 99% cpu load by waiting for absolute times on the
4243 clock. Fixes #347300.
4245 2006-07-14 Andy Wingo <wingo@pobox.com>
4247 * ext/theora/gsttheoraparse.h:
4248 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4249 (theora_parse_push_headers, theora_parse_clear_queue)
4250 (theora_parse_drain_queue_prematurely, )
4251 (theora_parse_sink_event, theora_parse_change_state): Queue events
4252 until we initialized our state, like in vorbisparse.
4254 * ext/vorbis/vorbisparse.h:
4255 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4256 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4257 (vorbis_parse_drain_queue_prematurely, )
4258 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4259 until we have initialized our state. Fixes seeking after an
4262 2006-07-14 Andy Wingo <wingo@pobox.com>
4264 Patch by: Iain Holmes <iaingnome@gmail.com>
4266 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4268 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
4271 Bump nano back to CVS
4273 === release 0.10.9 ===
4275 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4278 releasing 0.10.9, "I walk the line"
4280 2006-07-14 Michael Smith <msmith@fluendo.com>
4282 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4283 Move a g_cond_signal to earlier to avoid sometimes deadlocking
4284 (commonly happens when running this test under valgrind) when trying
4285 to remove the buffer probe.
4287 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4289 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4290 Fix missing g_unlock from the previous commit
4292 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4294 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4295 (gst_ximagesink_change_state):
4296 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4297 (gst_xvimagesink_change_state):
4298 Implement a locking order to ensure we always take the object lock
4299 before the x_lock and never vice-versa.
4301 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4303 * gst/playback/gstdecodebin.c: (find_compatibles):
4304 Fix a caps leak when linking (#347304)
4306 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4307 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4308 (gst_ximagesink_change_state):
4309 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4310 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4311 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4312 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4313 Don't leak shared memory resources. Use the object lock to protect
4314 against the xcontext disappearing while returning a buffer from the
4317 2006-07-12 Edward Hervey <edward@fluendo.com>
4319 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4320 (vorbis_handle_comment_packet):
4321 gst_tag_list_merge() returns a new object. Take that into account when
4322 using it. This avoids memleak.
4323 Revert previous commit which is not needed.
4325 2006-07-12 Edward Hervey <edward@fluendo.com>
4327 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4328 Reset the decoder in finalize so that all fields get cleared.
4330 2006-07-12 Wim Taymans <wim@fluendo.com>
4332 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4333 (gst_base_audio_src_set_clock),
4334 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4335 Don't try to post an error message when setting the clock fails
4336 as this can happen when adding an element to a bin which will then
4337 deadlock. Fixes #347296.
4339 2006-07-12 Edward Hervey <edward@fluendo.com>
4341 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4342 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4343 (vorbis_handle_type_packet):
4344 Post tag messages on the bus even if we're not initialized.
4345 If we're not initialized, we still postpone the event pushing of tags.
4347 2006-07-12 Wim Taymans <wim@fluendo.com>
4349 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4350 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4351 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4352 Revert last two changes that broke the freeze.
4354 2006-07-12 Wim Taymans <wim@fluendo.com>
4356 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4357 basesink calculates silence sample correctly for us.
4359 2006-07-12 Wim Taymans <wim@fluendo.com>
4361 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4362 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4363 Calculate correct silence samples so we don't fill our ringbuffer
4366 2006-07-12 Edward Hervey <edward@fluendo.com>
4368 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4369 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4370 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4371 * ext/vorbis/vorbisdec.h:
4372 Delay sending events (newsegment, tags) until the decoder is properly
4376 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
4378 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4379 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4380 Patch from #347221 adding a test for audioconvert
4383 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
4385 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4386 (gst_ssa_parse_parse_line):
4387 Don't include the terminating NUL in the buffer size,
4388 it's only there for extra paranoia (would add random
4389 '*' characters at the end of each subtitle since the
4390 terminator itself is not valid UTF-8 technically).
4391 Also fix indenting after boilerplate macro.
4393 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
4395 * gst/playback/gstdecodebin.c: (close_pad_link):
4396 Also emit 'unknown-type' signal (which should really be
4397 called unhandled-type) if we found potential decoders/demuxers
4398 in the registry but none of them worked in the end (as in the
4399 case where the plugins don't exist any longer but are still
4400 listed in the registry). Fixes #329798.
4402 2006-07-08 Andy Wingo <wingo@pobox.com>
4404 * theoraparse.c (theora_parse_push_buffer)
4405 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4406 Add some more debugging. Fix granulepos reconstruction in the face
4409 2006-07-06 Wim Taymans <wim@fluendo.com>
4411 * gst-libs/gst/audio/gstbaseaudiosink.c:
4412 (gst_base_audio_sink_class_init),
4413 (gst_base_audio_sink_provide_clock):
4414 Use gobject_class instead of G_OBJECT_CLASS (klass)
4416 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4417 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4418 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4419 (gst_base_audio_src_get_time),
4420 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4421 (gst_base_audio_src_create_ringbuffer):
4422 Fix latency and buffer-time constants and properties ala basesink.
4423 Implement pull based scheduling. Fixes #346527.
4424 Set default blocksize in GstBaseSrc to 0, we default to pushing out
4426 Refuse slaving to another clock instead of silently not working.
4427 Only provide a clock when we are actually able to do so.
4428 Various small cleanups and compiler hints.
4430 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4432 Patch by: Lutz Mueller <lutz at topfrose de>
4434 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4436 Add typefinding for text/html (#346581).
4438 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4440 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4441 (xml_check_first_element), (xml_type_find), (smil_type_find):
4442 Fix SMIL typefinding, make xml_check_first_element() more
4445 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4447 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4448 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4449 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4450 * gst/playback/gstplaybasebin.h:
4451 Protect list of elements with a subtitle-encoding property and
4452 the subtitle encoding member itself with a lock of their own
4453 instead of using the object lock. This prevents a dead-lock in
4454 the element-remove callback in some circumstances when shutting
4457 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
4459 * win32/common/libgsttag.def:
4460 Export some new functions.
4461 * win32/vs6/libgstogg.dsp:
4462 Add a link to libgsttag-0.10.lib.
4464 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
4466 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4467 Some const-ification.
4469 2006-07-04 Wim Taymans <wim@fluendo.com>
4471 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4472 Improve checking if we are dealing with a stream. Added some
4473 more uris that need buffering.
4475 2006-07-03 Edward Hervey <edward@fluendo.com>
4477 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4478 Remove unused variable.
4480 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4485 add GCOV_LIBS to GST_LIBS
4487 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
4489 Patch by: Michael Sheldon <webmaster at mikeasoft com>
4491 * ext/alsa/gstalsasrc.c:
4492 Add 32 bps to template caps and increase channels range
4493 from [1,2] to [1,MAX]. See #346326.
4495 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
4497 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4498 Recognise 'WMVA' video codec fourcc (#345879).
4500 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4502 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4503 Fixed nasty memory leak
4505 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4507 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4508 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4511 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
4513 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4514 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4515 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4516 Protect remove_fakesink using a mutex, so that we don't try and
4517 remove the fakesink simultaneously from multiple threads.
4519 When going from READY to PAUSED, restore the fakesink, so that
4520 it is there when decodebin gets reused.
4522 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
4524 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4525 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4526 * gst-libs/gst/rtp/gstbasertppayload.c:
4527 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4528 * gst/tcp/gstmultifdsink.c:
4529 * gst/tcp/gsttcpclientsink.c:
4530 * gst/tcp/gsttcpclientsrc.c:
4531 * gst/tcp/gsttcpserversink.c:
4532 * gst/tcp/gsttcpserversrc.c:
4533 * gst/videorate/gstvideorate.c:
4534 * gst/videotestsrc/gstvideotestsrc.c:
4535 * sys/v4l/gstv4ljpegsrc.c:
4536 * sys/v4l/gstv4lmjpegsink.c:
4537 * sys/v4l/gstv4lsrc.c:
4538 * tests/examples/seek/scrubby.c:
4539 * tests/examples/seek/seek.c:
4540 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4542 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4544 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4545 Second field in GEnumValue shouldn't be a description,
4546 but a stringified version of the enum value.
4548 2006-06-22 Wim Taymans <wim@fluendo.com>
4550 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4551 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4552 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4553 Avoid type checking in buffer casts.
4554 Avoid caps copy in buffer_alloc when we can.
4555 Use pad_peer_accept.
4557 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4559 * gst-libs/gst/tag/tag.h:
4560 Oops, make that 'Since: 0.10.9'.
4562 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4564 * docs/libs/gst-plugins-base-libs-sections.txt:
4565 * gst-libs/gst/tag/tag.h:
4566 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4567 (gst_tag_image_type_get_type):
4568 API: add GstTagImageType enum to describe images contained
4569 in image tags (#345641).
4571 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4573 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4574 Fix warnings with gst-inspect: "buffers-min" property
4575 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4576 typo in property description.
4578 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4580 Patch by: Cody Russell <bratsche at gnome org>
4582 * gst/audioresample/gstaudioresample.c:
4583 (gst_audioresample_class_init):
4584 * gst/playback/gststreamselector.c:
4585 (gst_stream_selector_class_init):
4586 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4587 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4588 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4589 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4590 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4591 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4592 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4593 * gst/videotestsrc/gstvideotestsrc.c:
4594 (gst_video_test_src_class_init):
4595 * gst/volume/gstvolume.c: (gst_volume_class_init):
4596 Avoid unnecessary class cast check in class_init
4597 functions (#337747).
4599 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
4601 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4602 (gst_text_overlay_video_chain):
4603 g_markup_escape_text() REALLY doesn't like non-UTF8 input
4604 and doesn't validate its input either (and neither did
4605 textoverlay it seems). Let's do that then and fix #345206.
4607 2006-06-19 Wim Taymans <wim@fluendo.com>
4609 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4610 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4611 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4612 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4613 (find_syncframe), (find_limits), (assign_value),
4614 (count_burst_unit), (gst_multi_fd_sink_new_client),
4615 (gst_multi_fd_sink_handle_client_write),
4616 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4617 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4618 (gst_multi_fd_sink_change_state):
4619 * gst/tcp/gstmultifdsink.h:
4620 Added shiny new burst-on-connect methods.
4621 Add properties to control the minimal amount of data queued.
4623 API: bytes-min property
4624 API: time-min property
4625 API: buffers-min property
4626 API: burst-unit property
4627 API: burst-value property
4628 API: add-full signal
4630 * gst/tcp/gsttcp-marshal.list:
4631 Added new marshaller code for the new signal.
4633 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4634 (multifdsink_suite):
4635 Added testcases for new burst methods.
4637 2006-06-19 Edward Hervey <edward@fluendo.com>
4639 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4640 Implement clipping for accurate seeking.
4643 2006-06-19 Wim Taymans <wim@fluendo.com>
4645 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4647 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4648 (gst_video_scale_transform):
4649 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4651 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
4654 Fix --disable-external (can't set conditionals conditionally,
4657 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4659 * tests/check/elements/audioresample.c: (test_reuse),
4660 (audioresample_suite):
4661 Add test case for bug #342789 fixed below.
4663 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4665 * gst/audioresample/gstaudioresample.c:
4666 (gst_audioresample_class_init), (gst_audioresample_init),
4667 (audioresample_start), (audioresample_stop),
4668 (gst_audioresample_set_property), (gst_audioresample_get_property):
4669 Implement GstBaseTransform::start and ::stop so that audioresample
4670 can clear its internal state properly and be reused instead of
4671 causing non-negotiated errors with playbin under some circumstances
4674 * tests/check/elements/audioresample.c: (setup_audioresample),
4675 (cleanup_audioresample):
4676 Need to set element state here so that ::start and ::stop are
4679 2006-06-16 Wim Taymans <wim@fluendo.com>
4681 Patch by: Young-Ho Cha <ganadist at chollian dot net>
4683 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4684 Parse extra data better, apparently it's right behind
4685 the normal strf header size. Fixes #343500.
4687 2006-06-16 Wim Taymans <wim@fluendo.com>
4689 * ext/alsa/gstalsasink.c: (set_hwparams):
4690 If we fail to set the buffer_time and period_time alsa
4691 parameters, post a warning and leave alsa select a
4692 default instead of failing. Fixes #342085
4694 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4696 * docs/libs/gst-plugins-base-libs-sections.txt:
4697 * gst-libs/gst/cdda/gstcddabasesrc.h:
4698 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4699 out in the header file and shouldn't be listed in the docs.
4701 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4702 Must dereference pointer to fourcc in the debug statement.
4704 2006-06-16 Stefan Kost <ensonic@users.sf.net>
4706 * docs/libs/Makefile.am:
4707 * docs/libs/gst-plugins-base-libs-docs.sgml:
4708 * docs/libs/gst-plugins-base-libs-sections.txt:
4709 * docs/libs/gst-plugins-base-libs.types:
4710 add remaining symbols into correct setions
4712 * gst-libs/gst/audio/gstringbuffer.c:
4715 * gst-libs/gst/audio/gstringbuffer.h:
4716 comment out not yet implemented function
4719 * gst-libs/gst/floatcast/floatcast.h:
4720 * gst-libs/gst/netbuffer/gstnetbuffer.c:
4721 add short descriptions
4724 * gst-libs/gst/interfaces/propertyprobe.c:
4725 fix return value docs
4727 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4728 simplify debug logging
4730 * gst-libs/gst/riff/riff-read.h:
4731 sync function prototype and docs
4733 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4734 remove left over symbol
4736 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4741 Use GST_PLUGIN_DOCS macro in configure.ac, add
4742 --enable-plugin-docs default to autogen.sh and use
4743 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4745 2006-06-15 Wim Taymans <wim@fluendo.com>
4747 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4748 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4749 (gst_ogg_demux_loop):
4750 Combine GstFlowReturn from the source pads to give a
4751 meaningfull result to the upstream peer or to stop the
4752 processing task in case of errors.
4754 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4756 * gst/playback/gststreaminfo.c: (cb_probe):
4757 Try GST_TAG_CODEC as fallback when extracting the
4758 codec name; more debug info.
4760 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4762 * ext/ogg/Makefile.am:
4763 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4764 Extract language tags from ogm subtitle streams, so that
4765 the subtitle menu choices are labelled correctly in
4766 Totem (fixes #344708).
4768 2006-06-14 Wim Taymans <wim@fluendo.com>
4770 Patch by: Alessandro Decina <alessandro at nnva dot org>
4772 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4773 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4774 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4775 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4776 Fix various leaks. Fixes #343699.
4777 Add x-smoke mime type.
4779 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4781 * gst-libs/gst/riff/riff-ids.h:
4782 Add IDs for 'bext' chunks (see #343837).
4784 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
4786 Patch by: Young-Ho Cha <ganadist at chollian net>
4788 * gst/subparse/samiparse.c: (sami_context_pop_state),
4789 (handle_start_font), (end_sami_element):
4790 Honour font face tags in SAMI subtitles (#344503).
4792 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4795 add missing files containing translatable strings
4797 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4799 * docs/libs/tmpl/.cvsignore:
4800 we don't want those *.sgml files in CVS either
4802 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4804 * docs/libs/.cvsignore:
4805 * tests/check/elements/.cvsignore:
4806 * tests/check/libs/.cvsignore:
4809 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4811 * docs/libs/Makefile.am:
4812 also commiting the changed Makefile.am (added more libs to the
4815 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4817 * docs/libs/gst-plugins-base-libs-docs.sgml:
4818 * docs/libs/gst-plugins-base-libs-sections.txt:
4819 * docs/libs/gst-plugins-base-libs.types:
4820 first batch of reordering things, add index & hierarchy
4822 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
4825 use GST_PKG_CHECK_MODULES, cleans up output
4827 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4829 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4830 Add support for burn:// URIs (#343385); const-ify things a bit,
4831 use G_N_ELEMENTS instead of hard-coded array size.
4833 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4835 Patch by: Young-Ho Cha <ganadist at chollian net>
4837 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4838 Fix up broken entities before passing them to libxml *sigh*.
4841 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4846 === release 0.10.8 ===
4848 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4851 releasing 0.10.8, "Moar gij ziet mij nie"
4853 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4870 * win32/common/config.h:
4873 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4875 * docs/libs/tmpl/gstaudio.sgml:
4876 * docs/libs/tmpl/gstcolorbalance.sgml:
4877 * docs/libs/tmpl/gstmixer.sgml:
4878 * docs/libs/tmpl/gstringbuffer.sgml:
4879 * docs/libs/tmpl/gsttuner.sgml:
4880 * docs/libs/tmpl/gstxoverlay.sgml:
4881 * gst-libs/gst/audio/audio.c:
4882 * gst-libs/gst/audio/gstringbuffer.c:
4883 * gst-libs/gst/interfaces/colorbalance.c:
4884 * gst-libs/gst/interfaces/mixer.c:
4885 * gst-libs/gst/interfaces/tuner.c:
4886 * gst-libs/gst/interfaces/xoverlay.c:
4887 move last template doc snippets to source code and delete them
4889 2006-06-06 Michael Smith <msmith@fluendo.com>
4891 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4892 (theora_parse_drain_queue):
4893 Mark DELTA_UNIT on non-keyframes.
4895 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
4897 * gst-libs/gst/audio/gstbaseaudiosink.c:
4898 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4899 * gst-libs/gst/audio/gstbaseaudiosink.h:
4900 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4901 (gst_ring_buffer_samples_done):
4902 * gst-libs/gst/audio/gstringbuffer.h:
4903 Document better the fact that latency_time and buffer_time are values
4904 stored in microseconds, and not the usual GStreamer nanoseconds.
4905 Change the variables (compatibly) that store them from GstClockTime
4906 to guint64 to make it more clear that they're not storing clock times.
4907 Also, remove the bogus property description that says the user can
4908 specify -1 to get the default value, since that's never been the case.
4910 When computing the default segment size for the ring buffer, make it
4911 an integer number of samples.
4913 When the sub-class indicates a delay greater than the number of
4914 samples we've written return 0 from the audio sink get_time method.
4916 2006-06-02 Michael Smith <msmith@fluendo.com>
4918 * tests/check/elements/audioconvert.c: (set_channel_positions),
4919 (get_float_mc_caps), (get_int_mc_caps):
4920 * tests/check/elements/audioresample.c:
4921 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4922 * tests/check/elements/videorate.c:
4923 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4924 * tests/check/elements/volume.c:
4925 * tests/check/elements/vorbisdec.c:
4926 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4927 Don't busy-wait in tests; this was causing test timeouts very
4928 frequently when running under valgrind.
4930 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
4933 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4934 (gst_multi_fd_sink_remove_client_link),
4935 (gst_multi_fd_sink_client_queue_caps),
4936 (gst_multi_fd_sink_client_queue_buffer),
4937 (gst_multi_fd_sink_handle_client_write),
4938 (gst_multi_fd_sink_render):
4939 * gst/tcp/gstmultifdsink.h:
4940 make multifdsink properly deal with streamheader:
4941 - streamheader is taken from caps
4942 - buffers marked with IN_CAPS are not sent
4943 - streamheaders are sent, on connection, from the caps of the
4944 buffer where the client gets positioned to
4945 - further streamheader changes are done every time the client
4946 will receive a buffer with different caps
4947 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4948 (gst_multifdsink_create_streamheader):
4951 2006-06-02 Michael Smith <msmith@fluendo.com>
4953 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4954 Reinstate limit on channel count. Vorbis does not define the meaning
4955 of > 6 channels, so they're just independent channels. Gstreamer
4956 currently has no mechanism to represent N independent channels.
4958 2006-06-02 Michael Smith <msmith@fluendo.com>
4960 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4961 Don't arbitrarily restrict channel counts and rate in vorbis.
4962 In terms of effects likely on real-world files, this fixes 96kHz
4965 2006-06-02 Michael Smith <msmith@fluendo.com>
4967 * gst/audioconvert/audioconvert.c: (float):
4968 More correct float->int conversion.
4970 2006-06-02 Michael Smith <msmith@fluendo.com>
4972 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4973 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4974 value. Fixes g-critical on trying to play back ogg containing
4977 2006-06-02 Wim Taymans <wim@fluendo.com>
4979 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4981 * gst/playback/gstplaybasebin.h:
4982 Make the subtitle detection work from any thread so we don't
4983 deadlock. Fixes #343397.
4985 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
4987 * gst/volume/Makefile.am:
4988 Seriously, it's not *that* hard to get compilation right. Even
4989 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4991 2006-06-01 Stefan Kost <ensonic@users.sf.net>
4993 * gst/volume/gstvolume.c: (volume_choose_func),
4994 (volume_update_real_volume), (gst_volume_class_init),
4995 (gst_volume_init), (volume_process_float), (volume_process_int16),
4996 (volume_process_int16_clamp), (volume_set_caps),
4997 (volume_transform_ip), (plugin_init):
4998 * gst/volume/gstvolume.h:
4999 rewrite the passthrough check, split _int16 and _int16_clamp, fix
5000 another property desc., remove unused param from process function
5002 * tests/check/elements/volume.c: (volume_suite):
5003 reactivate the passthrough test
5005 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5007 * ext/alsa/gstalsamixerelement.h:
5008 * ext/alsa/gstalsamixeroptions.h:
5009 * ext/alsa/gstalsamixertrack.h:
5010 * ext/gnomevfs/gstgnomevfssink.h:
5011 * ext/gnomevfs/gstgnomevfssrc.h:
5012 * ext/theora/gsttheoradec.h:
5013 * ext/theora/gsttheoraenc.h:
5014 * ext/theora/gsttheoraparse.h:
5015 * ext/vorbis/vorbisparse.h:
5016 * gst-libs/gst/audio/gstaudioclock.h:
5017 * gst-libs/gst/audio/gstaudiofilter.h:
5018 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5019 * gst/audioconvert/gstaudioconvert.h:
5020 * gst/audioresample/gstaudioresample.h:
5021 * gst/audiotestsrc/gstaudiotestsrc.h:
5022 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5023 * gst/playback/gststreamselector.h:
5024 * gst/tcp/gstmultifdsink.h:
5025 * gst/tcp/gsttcpclientsink.h:
5026 * gst/tcp/gsttcpclientsrc.h:
5027 * gst/tcp/gsttcpserversink.h:
5028 * gst/tcp/gsttcpserversrc.h:
5029 * gst/videorate/gstvideorate.h:
5030 * gst/videoscale/gstvideoscale.h:
5031 * gst/videotestsrc/gstvideotestsrc.h:
5032 * gst/volume/gstvolume.h:
5033 * sys/v4l/gstv4ljpegsrc.h:
5034 * sys/v4l/gstv4lmjpegsink.h:
5035 * sys/v4l/gstv4lmjpegsrc.h:
5036 * sys/v4l/gstv4lsrc.h:
5037 * sys/ximage/ximagesink.h:
5038 * sys/xvimage/xvimagesink.h:
5039 * tests/old/testsuite/alsa/sinesrc.h:
5040 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5042 2006-05-31 Wim Taymans <wim@fluendo.com>
5044 * ext/libvisual/visual.c: (gst_visual_reset),
5045 (gst_visual_sink_setcaps), (gst_visual_sink_event),
5046 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5048 Use running time before doing QoS.
5051 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
5053 * docs/libs/Makefile.am:
5054 set a magic variable to indicate we know the docs are incomplete
5056 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
5058 * win32/common/libgstvideo.def:
5059 export gst_video_calculate_display_ratio
5060 * win32/vs6/libgstvideoscale.dsp:
5061 add link to libgstvideo-0.10.lib
5063 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
5065 * gst/playback/gstplaybasebin.c: (gen_source_element):
5066 Throw a more comprehensible error for rtsp:// URIs (rather
5067 than erroring out with a negotiation error later on) until
5068 we fix playbin to handle rtspsrc etc.
5070 2006-05-30 Wim Taymans <wim@fluendo.com>
5072 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5073 (gst_text_overlay_text_event):
5076 2006-05-30 Wim Taymans <wim@fluendo.com>
5078 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5079 (gst_adder_request_new_pad), (gst_adder_release_pad):
5080 * gst/adder/gstadder.h:
5081 Implement release_request_pad.
5082 Make padcounter atomic.
5084 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5085 Added check for release_pad in adder.
5087 2006-05-30 Wim Taymans <wim@fluendo.com>
5089 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5092 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
5094 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5095 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5096 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5097 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5098 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5099 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5100 (gst_ogg_demux_bisect_forward_serialno),
5101 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5102 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5104 clean up printf formats for granulepos and serialno
5106 2006-05-30 Michael Smith <msmith@fluendo.com>
5108 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5109 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5110 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5111 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5112 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5113 * ext/vorbis/vorbisenc.h:
5114 Multi-channel caps negotiation, so we can do proper multichannel
5115 vorbis encoding, negotiated through audioconvert.
5117 2006-05-30 Wim Taymans <wim@fluendo.com>
5119 * tests/check/elements/adder.c: (test_event_message_received),
5120 (test_play_twice_message_received), (GST_START_TEST),
5122 Added check to show that #339935 is fixed with ongoing
5123 adder and collectpads fixes.
5125 2006-05-29 Wim Taymans <wim@fluendo.com>
5127 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5128 Don't leak pad name.
5130 2006-05-29 Wim Taymans <wim@fluendo.com>
5132 * gst/adder/gstadder.c: (gst_adder_query_duration),
5133 (forward_event_func), (forward_event), (gst_adder_src_event):
5135 Make query/seeking code threadsafe.
5137 * tests/check/Makefile.am:
5138 * tests/check/elements/adder.c: (test_event_message_received),
5139 (GST_START_TEST), (test_play_twice_message_received):
5140 Fix adder test case.
5142 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
5144 Patch by: Young-Ho Cha <ganadist at chollian net>
5146 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5147 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5148 (set_encoding_element), (decodebin_element_added_cb),
5149 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5150 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5151 * gst/playback/gstplaybasebin.h:
5152 Add 'subtitle-encoding' property to playbin, so applications can
5153 force a subtitle encoding for non-UTF8 subtitles (#342268).
5155 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5156 (gst_sub_parse_set_property):
5157 Rename recently-added 'encoding' property to 'subtitle-encoding'
5158 (so it can be proxied by playbin/decodebin in a generic way
5159 with less danger of false positives).
5161 2006-05-29 Michael Smith <msmith@fluendo.com>
5163 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5164 (append_with_other_format), (set_structure_widths),
5165 (gst_audio_convert_transform_caps):
5166 Patch from #341562: give more specific audio caps in get_caps, so
5167 that basetransform can make better decisions on what caps to
5170 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5172 * tests/check/elements/volume.c:
5173 make it compile again
5175 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5177 * tests/check/elements/volume.c: (volume_suite):
5178 disable test until #343196 gets resolved
5180 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5182 * gst/adder/gstadder.c: (gst_adder_get_type):
5183 Make it easier to copy&paste
5185 * gst/volume/Makefile.am:
5186 * gst/volume/gstvolume.c: (volume_update_real_volume),
5187 (gst_volume_set_volume), (gst_volume_set_mute),
5188 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5189 (volume_transform_ip), (volume_update_mute),
5190 (volume_update_volume):
5191 * gst/volume/gstvolume.h:
5192 Add own debug category, move duplicate code to helper function, fix
5193 property texts, add more comments and prepare ffor liboil-goodness
5195 * tests/check/Makefile.am:
5196 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5197 add test for mute and passtrough case, be a bit more verbose to track
5200 * tests/check/generic/states.c: (GST_START_TEST):
5201 catch elements that fail to instantiate
5203 2006-05-28 Edward Hervey <edward@fluendo.com>
5205 * tests/check/pipelines/simple-launch-lines.c:
5206 * tests/check/pipelines/theoraenc.c:
5207 * tests/check/pipelines/vorbisenc.c:
5208 Comment out tests using parse_launch() if core was built without
5209 parsing capabilities.
5211 2006-05-27 Edward Hervey <edward@fluendo.com>
5213 * tests/check/Makefile.am:
5214 Extra bonus points for whoever explains to ensonic that you are meant
5215 to test unit tests thoroughly before commiting them, especially if
5216 you know it's going to break.
5217 De-activated element/adder tests.
5219 2006-05-27 Edward Hervey <edward@fluendo.com>
5221 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5222 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5223 Marking caps conversion issues as GST_WARNING is way too verbose,
5224 Moving them to GST_LOG.
5226 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
5229 Replace current README (containing the release notes from
5230 some 0.9.x version) with a proper README taken from the core.
5232 2006-05-26 Wim Taymans <wim@fluendo.com>
5234 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5235 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5236 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5237 (vorbis_dec_change_state):
5240 Clip output samples to segment boundaries.
5242 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5244 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5245 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5246 Improve the errors produced on bad output, including some human
5247 readable description strings.
5248 Handle the (theoretical for ximagesink) case where the XServer
5249 has a different idea about the size required for a particular
5250 frame and gives us too small a memory allocation.
5252 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5254 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5255 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5256 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5257 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5258 Improve the errors produced on bad output, including some human
5259 readable description strings.
5260 Handle RGB Xv formats properly by transforming them into our
5261 big-endian caps description.
5262 Use gst_caps_truncate to ensure that we never try and choose a
5263 non-fixed caps in buffer_alloc.
5264 Handle the case where the XServer has a different idea about the size
5265 required for a particular frame and gives us too small a memory
5267 Use -1 to indicate 'no image format', because 0 is a valid XServer
5268 image format number.
5269 Put RGB Xv formats at the end of the caps, so that we always prefer
5271 Iterate the available Xv Encodings to determine the maximum width and
5272 height, and then return that in our caps.
5273 (Closes #315312, #337544)
5275 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
5277 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5278 When there is only one unfinished pad and it receives an event that
5279 doesn't match our requirements, we need to set alldone=FALSE so that
5280 the fakesink is not removed yet.
5282 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
5284 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5285 Use gst_type_find_helper_for_buffer() to find the type
5286 of stream from the first packet.
5289 Bump requirements to core CVS (needed for vorbis
5290 typefinding to work).
5292 2006-05-24 Edward Hervey <edward@fluendo.com>
5294 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5295 Added the 'prfl' atom type which MQV (no, it's not a typo) files
5296 contain. Else they play perfectly fine with qtdemux.
5298 2006-05-23 Stefan Kost <ensonic@users.sf.net>
5300 * ext/theora/theoradec.c:
5301 * ext/theora/theoraenc.c:
5302 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5303 * gst/audiorate/gstaudiorate.c:
5304 make more debug catagories static
5306 * tests/check/Makefile.am:
5307 * tests/check/elements/adder.c: (message_received),
5308 (test_event_message_received), (GST_START_TEST),
5309 (test_play_twice_message_received), (adder_suite):
5310 added test case for using element twice, extra bonus points for anyone
5311 who can make these test run reliably
5313 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
5315 * ext/theora/theoradec.c: (theora_dec_chain):
5316 Make work with time-stamped input buffers that do not
5317 have a granulepos in BUFFER_OFFSET_END (like theora
5318 buffers coming from matroskademux). Fixes #342448.
5320 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
5322 Patch by: Peter Kjellerstedt <pkj at axis com>
5324 * gst/tcp/Makefile.am:
5325 fdstresstest doesn't need Gtk+, fix compilation if
5326 gtk is not available (#342566).
5328 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5330 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5332 Removed redundant floor()
5334 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5336 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5337 On second thought, just skip JUNK chunks automatically, so
5338 the caller doesn't have to handle this. Fixes #342345.
5339 Also, return GST_FLOW_UNEXPECTED if we get a short read,
5342 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5344 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5345 Don't bail out on JUNK chunks with a size of 0 (would try to
5346 pull_range 0 bytes before, which sources don't like too much).
5349 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5351 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5352 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5353 Use the gstutil scaling function to preserve 64 bits while calculating
5354 output width and height from the display-aspect-ratio. (A continuation
5357 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5359 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5360 (gst_xvimagesink_buffer_alloc):
5361 * sys/xvimage/xvimagesink.h:
5362 When performing buffer allocations, remember the caps and image format
5363 we return so that if the same caps are asked for next time we can
5364 return them immediately without doing any caps intersections.
5366 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5368 * gst-libs/gst/rtp/README:
5369 Some new documentation
5370 * gst-libs/gst/rtp/gstrtpbuffer.h:
5371 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
5372 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5373 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5374 New RTP audio base payloader class. Supports frame or sample based
5375 codecs. Not enabled in Makefile.am until approved.
5377 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5379 * tests/check/elements/alsa.c: (test_device_property_probe):
5380 Fix test case: don't try to free NULL GValueArray when there
5383 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5385 * tests/check/Makefile.am:
5386 * tests/check/elements/alsa.c: (test_device_property_probe),
5387 (alsa_suite), (main):
5388 Add simple test that runs a device property probe on alsasrc,
5389 alsasink and alsamixer. Disable valgrind check for now (too
5390 many leaks in libasound, and valgrind ignored my suppressions
5393 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5395 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5396 (gst_alsa_device_property_probe_probe_property),
5397 (gst_alsa_device_property_probe_needs_probe),
5398 (gst_alsa_device_property_probe_get_values),
5399 (gst_alsa_type_add_device_property_probe_interface):
5400 * ext/alsa/gstalsadeviceprobe.h:
5401 * ext/alsa/gstalsamixerelement.c:
5402 (gst_alsa_mixer_element_init_interfaces):
5403 * ext/alsa/gstalsamixerelement.h:
5404 Clean up and simplify alsa device probing. Make it actually work
5405 for multiple classes. Don't cache results any longer.
5407 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5408 (gst_alsasink_init):
5409 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5410 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5411 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5412 Make alsasink and alsasrc implement the GstPropertyProbe interface
5413 for device probing (#342181).
5414 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
5416 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5418 * gst/subparse/samiparse.c: (handle_start_font):
5419 Don't ignore return value of strtol (++compiler_happiness).
5421 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
5423 Patch by: Young-Ho Cha <ganadist chollian net>
5425 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5426 (gst_sub_parse_class_init), (gst_sub_parse_init),
5427 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5429 * gst/subparse/gstsubparse.h:
5430 Add 'encoding' property (#341681).
5432 * gst/subparse/samiparse.c: (characters_sami):
5433 Output is pango markup, so we need to escape text
5434 between tags (#342143).
5436 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5438 * gst-libs/gst/audio/multichannel.c:
5439 (gst_audio_check_channel_positions):
5440 It's okay to have caps with channels=1 and a channel position
5441 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5442 (deinterleavers might want to keep the position in the caps,
5443 so that they can be re-interleaved again properly later).
5444 Leave check for unexpected 2-channel layouts intact for now.
5446 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5448 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5449 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5450 basesrc can do its job correctly.
5452 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5454 * ext/alsa/Makefile.am:
5455 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5456 (gst_alsa_detect_formats), (get_channel_free_structure),
5457 (caps_add_channel_configuration), (gst_alsa_detect_channels),
5458 (gst_alsa_probe_supported_formats):
5459 * ext/alsa/gstalsa.h:
5460 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5461 Refactor and improve caps probing code: probe signedness
5462 when we probe the supported formats/widths; set endianness
5463 to the one we actually probed for (ie. cpu endianness).
5465 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5466 (gst_alsasrc_close):
5467 * ext/alsa/gstalsasrc.h:
5468 Implement caps probing for alsasrc.
5470 2006-05-15 Wim Taymans <wim@fluendo.com>
5472 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5473 (theora_dec_src_query), (theora_dec_src_event),
5474 (theora_dec_sink_event), (theora_handle_comment_packet),
5475 (theora_handle_data_packet), (theora_dec_change_state):
5476 Cleanups, add some G_LIKELY.
5477 Use segment helpers instead of our own wrong code.
5478 Clear queued buffers on seek and READY.
5480 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5481 (vorbis_dec_convert), (vorbis_dec_src_query),
5482 (vorbis_dec_src_event), (vorbis_dec_sink_event),
5483 (vorbis_handle_comment_packet), (vorbis_dec_push),
5484 (vorbis_handle_data_packet), (vorbis_dec_chain),
5485 (vorbis_dec_change_state):
5486 * ext/vorbis/vorbisdec.h:
5487 Remove old useless packetno variable.
5488 Do position query properly.
5490 Do cleanup of queued buffers in new helper function
5493 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5495 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5496 Query supported sample rates. Fixes #341732.
5498 2006-05-15 Julien MOUTTE <julien@moutte.net>
5500 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5501 (gst_decode_bin_change_state): Make decodebin reusable
5502 when going from PAUSE_TO_READY and then back to PAUSED.
5505 2006-05-15 Wim Taymans <wim@fluendo.com>
5507 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5508 (vorbis_dec_convert), (vorbis_dec_src_query),
5509 (vorbis_dec_sink_query), (vorbis_dec_src_event),
5510 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5511 (vorbis_dec_clean_queued), (vorbis_dec_push),
5512 (vorbis_handle_data_packet), (vorbis_dec_change_state):
5513 Cleanups. Use refcounting and DEBUG_OBJECT.
5514 Reset segment on flush, use code methods instead of our
5516 Fix potential memleak.
5518 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5520 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5521 (gst_alsasink_init):
5522 * ext/alsa/gstalsasink.h:
5523 Don't leak allocated snd_output_t structure if there's
5524 more than one alsasink instance at a time (#341873).
5525 Also fix GObject macros in header file.
5527 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5529 * gst/subparse/gstsubparse.c:
5530 (gst_sub_parse_data_format_autodetect):
5531 Don't use libxml functions in the typefinding code.
5533 2006-05-15 Wim Taymans <wim@fluendo.com>
5535 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5536 Fix seeking performance in the case where a non-header
5537 packet has a 0 granulepos (busted theora case).
5539 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5540 the first place, you limelight stealer you)
5542 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5544 * gst/subparse/gstsubparse.c:
5545 (gst_sub_parse_data_format_autodetect):
5546 Improve SAMI typefinding: handle case where there are
5547 whitespaces or newlines in front of the first <SAMI>
5550 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5553 Build video4linux plugin even if there's no XVIDEO, just
5554 without implementing the GstXOverlay interface (#334002).
5556 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5559 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5561 Add tentative support for libvisual-0.4 (#336881).
5563 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5565 Patch by: Young-Ho Cha <ganadist at chollian net>
5567 * gst/subparse/samiparse.c: (handle_start_font):
5568 Need to map "silver" colour explicitly (#169936).
5570 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5572 Patch by: Young-Ho Cha <ganadist at chollian net>
5574 * gst/subparse/Makefile.am:
5575 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5576 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5577 (gst_sub_parse_format_autodetect), (feed_textbuf),
5578 (gst_subparse_type_find), (plugin_init):
5579 * gst/subparse/gstsubparse.h:
5580 * gst/subparse/samiparse.c:
5581 * gst/subparse/samiparse.h:
5582 Add support for SAMI subtitles (#169936).
5584 2006-05-14 Michael Smith <msmith@fluendo.com>
5586 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5587 Fix #341696: crash when mixing L+R+C to mono or stereo.
5588 * tests/check/Makefile.am:
5589 * tests/check/elements/audioconvert.c: (set_channel_positions),
5590 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5591 (audioconvert_suite):
5592 Add test for the above, including some generic framework bits for
5593 testing multichannel things.
5595 === release 0.10.7 ===
5597 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
5600 releasing 0.10.7, "Leave the gun"
5602 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
5604 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5605 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5608 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
5610 * docs/libs/gst-plugins-base-libs-docs.sgml:
5611 * docs/libs/gst-plugins-base-libs-sections.txt:
5612 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5613 * gst-libs/gst/video/video.h:
5614 * gst/videoscale/Makefile.am:
5615 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5616 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5617 * tests/check/Makefile.am:
5618 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5620 Fix integer overflow problem with pixel-aspect-ratio calculations
5621 in videoscale and xvimagesink (#341542)
5623 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
5625 * gst-libs/gst/tag/gstid3tag.c:
5626 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5628 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
5631 update win32 files listing
5633 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5635 patch by: Sjoerd Simons (sjoerd@luon.net)
5637 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5638 (group_create), (group_destroy), (add_stream),
5639 (gst_play_base_bin_get_property),
5640 (gst_play_base_bin_get_streaminfo_value_array):
5641 * gst/playback/gstplaybasebin.h:
5642 API: GstPlayBaseBin::stream-info-value-array property
5643 use a more bindings-friendly way of exposing streaminfo
5644 using a GValueArray. Tested in ipython.
5647 2006-05-11 Wim Taymans <wim@fluendo.com>
5649 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5650 (queue_underrun_cb), (queue_filled_cb):
5651 Also catch queue underruns but don't do anything yet.
5652 Refactor and comment queue enlarging code a bit.
5654 * gst/playback/gstplaybasebin.c: (queue_overrun),
5655 (queue_threshold_reached), (queue_out_of_data),
5656 (gen_preroll_element):
5657 If a queue over/underruns check that we don't create nasty
5658 deadlocks when the min-threshold is not reached but the
5659 max-bytes is. In those cases disable max-bytes when we
5660 know that the queue is fed timed data.
5663 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5665 * gst/playback/gstplaybin.c: (gen_audio_element):
5666 Make playbin automatically plug an 'audioresample'
5667 element before the audio sink as well. This solves
5668 problems with sinks that only accept a very specific
5669 sample rate, like esdsink (e.g. #340379).
5671 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5673 * gst/playback/gstplaybasebin.c: (gen_source_element):
5674 Make http sources send special headers so that we receive
5675 icecast metadata if the http stream is an icecast stream
5676 (otherwise the server will just ignore them). This also
5677 means that from now on users will need the 'icydemux'
5678 element from gst-plugins-good installed if they want to
5679 listen to icecast radio streams. (#341432, #333657).
5681 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5683 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5684 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5685 remove stupid example from docs - it should come with a simple
5688 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5689 (fail_if_can_read), (GST_START_TEST),
5690 (gst_multifdsink_create_streamheader), (multifdsink_suite):
5691 add a test for changing streamheader which exposes a bug in
5694 2006-05-11 Michael Smith <msmith@fluendo.com>
5696 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5697 (gst_gnome_vfs_src_received_headers_callback):
5698 * ext/gnomevfs/gstgnomevfssrc.h:
5699 Don't set icy-caps unless we have a sane interval value. Move
5700 interval to a local variable; we never use it outside this function.
5702 2006-05-11 Wim Taymans <wim@fluendo.com>
5704 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5705 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5706 Register special buffer types along with the objects so
5707 that they are not registered at runtime from N different
5708 streaming threads since they are not threadsafe.
5710 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5712 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5713 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5714 add two more tests, one doing streamheader
5716 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5718 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5719 clean up the bufqueue when shutting down
5720 * tests/check/Makefile.am:
5721 * tests/check/elements/multifdsink.c: (setup_multifdsink),
5722 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5724 add a test for the leak that was just fixed
5726 2006-05-10 Wim Taymans <wim@fluendo.com>
5728 * gst/adder/gstadder.c: (gst_adder_setcaps),
5729 (gst_adder_query_duration), (gst_adder_query), (forward_event),
5730 (gst_adder_src_event), (gst_adder_sink_event),
5731 (gst_adder_class_init), (gst_adder_finalize),
5732 (gst_adder_request_new_pad), (gst_adder_collected):
5733 * gst/adder/gstadder.h:
5734 Updated some docs. Added comments and FIXMEs all over the place.
5735 Improve debugging info.
5736 Fix leak on finalize by not calling the parent.
5737 Implement duration query.
5738 Make event forwarding threadsafe.
5739 Correctly send NEWSEGMENT at start and after flush.
5740 Handle EOS correctly.
5741 Post error when not negotiated.
5743 * tests/check/elements/adder.c: (GST_START_TEST):
5744 Added FIXME in the test.
5746 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5748 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5749 (gst_text_overlay_halign_get_type),
5750 (gst_text_overlay_wrap_mode_get_type):
5751 * ext/theora/theoradec.c: (theora_handle_type_packet),
5752 (theora_handle_data_packet):
5753 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5754 (theora_enc_sink_setcaps), (theora_enc_chain):
5755 * gst-libs/gst/cdda/gstcddabasesrc.c:
5756 (gst_cdda_base_src_mode_get_type):
5757 * gst/audiotestsrc/gstaudiotestsrc.c:
5758 (gst_audiostestsrc_wave_get_type):
5759 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5760 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5761 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5762 (gst_sync_method_get_type), (gst_unit_type_get_type),
5763 (gst_client_status_get_type):
5764 * gst/videoscale/gstvideoscale.c:
5765 (gst_video_scale_method_get_type):
5766 * gst/videotestsrc/gstvideotestsrc.c:
5767 (gst_video_test_src_pattern_get_type):
5768 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5769 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5770 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5771 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5772 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5773 (paint_setup_RGB565), (paint_setup_xRGB1555):
5774 Const-ify GEnumValue and GFlagsValue arrays. Use
5775 GST_ROUND_UP_* macros instead of home-made ones.
5777 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5780 Require core CVS for the new newsegment stuff.
5782 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5784 Patch by: Sjoerd Simons <sjoerd at luon net>
5786 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5787 Register nick for enum value (#341160).
5789 2006-05-09 Stefan Kost <ensonic@users.sf.net>
5791 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5793 backout typefind patch #340375
5795 * tests/check/elements/adder.c: (message_received),
5796 (GST_START_TEST), (adder_suite):
5797 redo, signal-handling of test
5799 2006-05-09 Wim Taymans <wim@fluendo.com>
5801 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5802 (gst_adder_collected):
5803 * gst/adder/gstadder.h:
5804 Remove bogus segment merging and forwarding, we don't
5805 care about timestamps anyway and we just produce a
5807 Also create a nice NEWSEGMENT event when we start.
5808 Use _scale_int some more.
5810 2006-05-09 Edward Hervey <edward@fluendo.com>
5812 * tests/icles/stress-xoverlay.c:
5813 Fix if core was built without parsing support.
5815 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5817 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5818 Add SEDG (Samsung MPEG-4) fourcc.
5820 2006-05-09 Edward Hervey <edward@fluendo.com>
5822 * tests/icles/stress-xoverlay.c:
5823 * tests/examples/volume/volume.c:
5824 Fix if core was built without parsing support.
5826 * tests/examples/seek/seek.c:
5827 Disable the parse_launch example if core was built without parsing
5830 2006-05-08 Edward Hervey <edward@fluendo.com>
5832 * autogen.sh: (CONFIGURE_DEF_OPT):
5833 libtoolize on Darwin/MacOSX is called glibtoolize
5835 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5837 * tests/check/Makefile.am:
5838 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5839 Disable the adder test, until the build-slaves posses the kindness to
5840 either like it or to give valid reason for not doing so
5842 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5844 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5846 Shuffle NULL state change around and raise timeout more
5848 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5850 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5851 (mp4_type_find), (plugin_init):
5852 Add typefind to distinguish between "audio/x-m4a" and new type
5853 "video/mp4". Fixes #340375
5855 * tests/check/elements/adder.c: (adder_suite):
5856 Raise timeout to make buildbot happy
5858 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5860 * gst/adder/gstadder.c: (gst_adder_sink_event),
5861 (gst_adder_request_new_pad), (gst_adder_change_state):
5862 * gst/adder/gstadder.h:
5863 * tests/check/Makefile.am:
5864 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5865 (adder_suite), (main):
5866 Add sink-event handling to adder. It tries to merge incomming
5867 newsegment-events. Added test to check if segment_done is comming
5868 through. Fixes #340060
5870 2006-05-05 Andy Wingo <wingo@pobox.com>
5872 * ext/theora/theoraparse.c (gst_theora_parse_init)
5873 (theora_parse_src_convert, theora_parse_src_query):
5874 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5875 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5876 query functions on the source pads of the theora and vorbis parse
5877 elements. Fixes position querying when doing a remux.
5879 2006-05-05 Michael Smith <msmith@fluendo.com>
5881 * ext/theora/theoraparse.c: (parse_granulepos),
5882 (theora_parse_drain_queue_prematurely),
5883 (theora_parse_queue_buffer), (theora_parse_sink_event):
5885 Fix invalid granulepos outputs when starting with a non-keyframe.
5887 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
5889 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5890 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5891 Rearrange MPEG system stream detection, fixing some memleaks in the
5893 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5894 they clean up their data correctly.
5895 Remove unused ogganx caps and move the 'is_annodex' check to inside
5896 the 'is_ogg' if statement.
5898 2006-05-05 Wim Taymans <wim@fluendo.com>
5900 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5901 Properly remove ghostpads. Fixes #340392
5903 2006-05-04 David Schleef <ds@schleef.org>
5905 * gst/typefind/gsttypefindfunctions.c:
5907 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
5909 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5910 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5912 When typefinding an MP3 in push-based mode, don't penalise the
5913 probability down to 74% when we found 5 valid frames just because we
5914 can't peek the end of the file.
5916 Make the probability for detecting MPEG Transport Streams based on the
5917 number of sequential headers we successfully detected.
5919 2006-05-03 Wim Taymans <wim@fluendo.com>
5921 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5922 (vorbis_dec_push), (vorbis_dec_chain):
5923 Still produce an error when we receive an empty packet.
5925 2006-05-03 Wim Taymans <wim@fluendo.com>
5927 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5928 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5929 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5930 Mark buffers with DISCONT after seek and after activating new
5933 * ext/theora/gsttheoradec.h:
5934 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5935 (theora_get_query_types), (theora_dec_sink_event),
5936 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5937 (theora_dec_change_state):
5939 Detect and mark DISCONT buffers.
5941 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5942 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5943 (vorbis_dec_change_state):
5944 * ext/vorbis/vorbisdec.h:
5946 Detect and mark DISCONT buffers.
5947 Don't crash on 0 sized buffers.
5949 2006-05-03 Wim Taymans <wim@fluendo.com>
5951 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5952 (volume_transform_ip):
5953 Increase "volume" property to 10.0. Fixes #340369.
5954 Set the process function to NULL when capsnego fails so that
5955 we properly error out.
5957 2006-05-02 Stefan Kost <ensonic@users.sf.net>
5959 * gst/playback/gstplaybin.c: (add_sink):
5960 * gst/playback/test.c: (main):
5961 * gst/playback/test5.c: (dump_element_stats):
5962 * gst/playback/test6.c: (main):
5963 free caps using gst_caps_unref, don't leak caps-strings
5965 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
5967 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5969 Refine musepack typefinding a bit. Return MAXIMUM
5970 probability when we detect stream version 7 to make
5971 sure the mpeg audio typefinder doesn't trump us.
5973 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
5975 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5976 Protect against unexpected NULL strf_data buffer.
5978 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5980 * tests/check/elements/audioconvert.c: (verify_convert),
5982 interpret the out[] buffer in the order the bytes are actually
5983 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5984 Other tests should use BYTE_ORDER since the array is filled in
5987 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5989 * tests/check/elements/audioconvert.c: (verify_convert),
5991 when a test fails, give an indication of which it is
5993 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5995 * gst-libs/gst/cdda/gstcddabasesrc.c:
5996 compile fix; strtol() needs <stdlib.h>
5998 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6000 * ext/alsa/gstalsamixerelement.c:
6001 * ext/alsa/gstalsasrc.c:
6002 * ext/cdparanoia/gstcdparanoiasrc.c:
6003 * ext/gnomevfs/gstgnomevfssink.c:
6004 * ext/gnomevfs/gstgnomevfssrc.c:
6005 * ext/ogg/gstoggdemux.c:
6006 * ext/ogg/gstoggmux.c:
6007 * ext/ogg/gstoggparse.c:
6008 * ext/ogg/gstogmparse.c:
6009 * ext/pango/gstclockoverlay.c:
6010 * ext/pango/gsttextoverlay.c:
6011 * ext/pango/gsttextrender.c:
6012 * ext/pango/gsttimeoverlay.c:
6013 * ext/theora/theoradec.c:
6014 * ext/theora/theoraenc.c:
6015 * ext/vorbis/vorbisdec.c:
6016 * ext/vorbis/vorbisenc.c:
6017 * gst-libs/gst/audio/gstaudiofilter.c:
6018 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6019 * gst/audioconvert/gstaudioconvert.c:
6020 * gst/audiorate/gstaudiorate.c:
6021 * gst/audioresample/gstaudioresample.c:
6022 * gst/audiotestsrc/gstaudiotestsrc.c:
6023 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6024 * gst/playback/gstdecodebin.c:
6025 * gst/playback/gstplaybin.c:
6026 * gst/playback/gststreamselector.c:
6027 * gst/subparse/gstsubparse.c:
6028 * gst/tcp/gstmultifdsink.c:
6029 * gst/tcp/gsttcpclientsink.c:
6030 * gst/tcp/gsttcpclientsrc.c:
6031 * gst/tcp/gsttcpserversink.c:
6032 * gst/tcp/gsttcpserversrc.c:
6033 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6034 * gst/videorate/gstvideorate.c:
6035 * gst/videoscale/gstvideoscale.c:
6036 * gst/videotestsrc/gstvideotestsrc.c:
6037 * gst/volume/gstvolume.c:
6038 * sys/v4l/gstv4ljpegsrc.c:
6039 * sys/v4l/gstv4lmjpegsink.c:
6040 * sys/v4l/gstv4lmjpegsrc.c:
6041 * sys/v4l/gstv4lsrc.c:
6042 * sys/ximage/ximagesink.c:
6043 * sys/xvimage/xvimagesink.c:
6044 * tests/check/libs/cddabasesrc.c:
6045 make GstElementDetails const
6047 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6049 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6051 send events from src-pad to all sink-pads fixes #338657
6053 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6055 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6056 (alsasink_parse_spec):
6057 query width capabilities from alsa, fixes #338919
6059 2006-04-28 Wim Taymans <wim@fluendo.com>
6061 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6062 (gst_multi_fd_sink_remove_client_link):
6063 * gst/tcp/gstmultifdsink.h:
6064 Fix race condition in multifdsink that can lead to spurious
6065 duplicate clients. this patch adds a new signal that is fired when
6066 multifdsink has removed all references to the fd.
6068 Updated documentation.
6069 API: client-fd-removed signal added
6071 2006-04-28 Michael Smith <msmith@fluendo.com>
6073 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6074 When asking g_value_array_new to prealloc elements, we may as well
6075 ask for the right number of elements.
6077 2006-04-28 Wim Taymans <wim@fluendo.com>
6079 * gst-libs/gst/audio/gstbaseaudiosink.c:
6080 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6081 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6082 patch to make timestamp checking more tollerant to rounding
6083 errors given that real discontinuities are to be marked on
6084 buffers. Fixes some asf files and #338778.
6085 Also avoid some crashers when we receive an event in the
6088 2006-04-28 Michael Smith <msmith@fluendo.com>
6090 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6091 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6092 (gst_gnome_vfs_src_get_property),
6093 (gst_gnome_vfs_src_send_additional_headers_callback),
6094 (gst_gnome_vfs_src_received_headers_callback),
6095 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6096 (gst_gnome_vfs_src_stop):
6097 * ext/gnomevfs/gstgnomevfssrc.h:
6098 Remove ICY handling (mostly) from gnomevfssrc, in favour of
6099 proper shared support within icydemux.
6101 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6103 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6104 (gst_video_rate_swap_prev), (gst_video_rate_chain):
6106 fix a leak when no caps negotiated
6107 fix counting of input frames
6108 * tests/check/elements/.cvsignore:
6109 * tests/check/elements/videorate.c: (assert_videorate_stats),
6110 (GST_START_TEST), (videorate_suite):
6113 2006-04-28 Wim Taymans <wim@fluendo.com>
6115 * gst-libs/gst/audio/gstringbuffer.c:
6116 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6117 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6118 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6119 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6120 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6121 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6122 (gst_ring_buffer_commit), (gst_ring_buffer_read),
6123 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6124 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6125 Check arguments passed to public functions instead of
6128 2006-04-28 Wim Taymans <wim@fluendo.com>
6130 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6131 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6132 GstBaseAudioSrc must be live or it does not work.
6134 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6135 Don't set live to TRUE as this is the default in the parentclass.
6137 2006-04-28 Wim Taymans <wim@fluendo.com>
6139 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6140 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6141 Videoscale doesn't pass on pixel-aspect ratio. Handle all
6142 fixation cases better. Fixes #338991
6144 2006-04-28 Wim Taymans <wim@fluendo.com>
6146 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6147 Handle 0/1 framerate correctly Fixes #331901.
6149 2006-04-28 Wim Taymans <wim@fluendo.com>
6151 * tests/check/elements/audioconvert.c: (get_float_caps),
6152 (GST_START_TEST), (audioconvert_suite):
6153 Added check for correct clipping when doing float samples
6156 2006-04-28 Wim Taymans <wim@fluendo.com>
6158 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6159 (gst_video_rate_chain):
6160 Print more debugging info.
6162 2006-04-28 Wim Taymans <wim@fluendo.com>
6164 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6165 (resample_set_state_from_caps):
6166 Add support for other formats audioresample can handle such as
6167 32 bits in and float and 64 bits float. Fixes #301759
6169 2006-04-28 Wim Taymans <wim@fluendo.com>
6171 * gst/audioconvert/audioconvert.c: (float):
6172 correctly clip float samples > 1.0. Fixes #338718
6174 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6176 Patch by: Young-Ho Cha <ganadist at chollian net>
6178 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6179 (gst_text_overlay_render_text):
6180 Don't strip newlines from the text. Also, center lines
6181 within multi-line paragraphs (#339405).
6183 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6185 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6186 Fix wavpack typefinding to work in more cases (don't peek
6187 for chunks of multiple hundred kBs at once, but process
6188 things step-by-step in smaller units). Fixes #339786.
6190 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6195 === release 0.10.6 ===
6197 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6200 releasing 0.10.6, "Chao"
6202 2006-04-26 David Schleef <ds@schleef.org>
6204 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6207 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6210 * win32/common/config.h:
6213 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6215 patch by: Wim Taymans
6217 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6218 (gst_ogg_demux_perform_seek):
6219 make sure correct newsegments are sent, so that the decoder
6220 and the demuxer agree on timestamps. Fixes playback of a lot
6221 of Ogg files that do not start from 0. Fixes #339833.
6223 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6225 Patch by: Edward Hervey <edward@fluendo.com>
6227 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6228 * tests/check/Makefile.am:
6229 * tests/check/elements/videorate.c: (assert_videorate_stats),
6230 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6231 (videorate_suite), (main):
6232 Fix an infinite loop if frames are passed in with wrongly ordered
6233 timestamps. Fixes #339013.
6235 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6237 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6239 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6240 fix typefinding on some ISO files. Fixes #339212.
6242 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6244 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6246 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6247 add another H264 fourcc. Fixes #339047.
6249 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6251 Patch by: Jan Schmidt
6253 * gst/playback/gststreamselector.c:
6254 (gst_stream_selector_bufferalloc):
6255 Restore old StreamSelector behaviour.
6258 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
6261 * win32/common/config.h:
6264 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6266 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6268 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6269 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6270 Fix some memory leaks: on finalize, free buffers left in the queue
6271 before destroying the queue; in _push(), unref rtp_buf even if
6272 the process vfunc returned a NULL buffer as output buffer (#337548);
6273 demote some recuring debug messages to LOG level.
6275 2006-04-11 Wim Taymans <wim@fluendo.com>
6277 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6278 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6279 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6280 (gst_ogg_demux_loop):
6282 Respect segment stop when emiting EOS or SEGMENT_DONE.
6285 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6287 * gst/playback/gststreamselector.c:
6288 (gst_stream_selector_get_property):
6289 Don't leak pad name.
6291 2006-04-10 Michael Smith <msmith@fluendo.com>
6293 * tests/check/Makefile.am:
6294 * tests/check/gst-plugins-base.supp:
6295 Suppress an old libtheora bug (fixed in more recent versions), so
6296 that FC4 buildslaves can pass.
6298 2006-04-10 Wim Taymans <wim@fluendo.com>
6300 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6301 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6302 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6303 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6304 (gst_ogg_demux_loop):
6306 Remember what error we got when finding chains, if we
6307 were shutdown, that would not be an error.
6309 2006-04-10 Wim Taymans <wim@fluendo.com>
6311 * gst-libs/gst/audio/gstbaseaudiosink.c:
6312 (gst_base_audio_sink_event):
6313 Starting the ringbuffer when we did not acquire it can cause
6314 a deadlock, is pointless and causes nasty things for
6316 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6318 2006-04-10 Wim Taymans <wim@fluendo.com>
6320 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6321 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6322 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6323 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6324 (gst_ogg_demux_deactivate_current_chain),
6325 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6326 (gst_ogg_demux_bisect_forward_serialno),
6327 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6328 Add some more debugging.
6330 2006-04-10 Wim Taymans <wim@fluendo.com>
6332 * ext/theora/theoradec.c: (theora_dec_src_event),
6333 (theora_handle_data_packet):
6334 Some more debug info.
6336 * tests/examples/seek/seek.c: (start_seek), (main):
6337 Print element messages too.
6339 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
6341 * gst/audioresample/debug.h:
6342 replace debug macros with variable number of parameters
6343 by a simple alias to gstreamer standard debug macros
6344 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6345 supported by MSVC 6.0 and 7.1)
6346 * gst/audioresample/resample.h:
6347 define M_PI and rint for WIN32
6348 * win32/common/libgstaudio.def:
6349 * win32/common/libgstriff.def:
6350 * win32/common/libgsttag.def:
6351 * win32/common/libgstvideo.def:
6352 add new exported functions
6354 update project files
6356 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6358 * ext/alsa/gstalsamixeroptions.c:
6359 (gst_alsa_mixer_options_class_init):
6360 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6361 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6362 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6363 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6364 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6365 * gst-libs/gst/audio/gstaudiofilter.c:
6366 (gst_audio_filter_class_init):
6367 * gst-libs/gst/audio/gstaudiosink.c:
6368 (gst_audioringbuffer_class_init):
6369 * gst-libs/gst/audio/gstaudiosrc.c:
6370 (gst_audioringbuffer_class_init):
6371 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6372 * gst-libs/gst/interfaces/colorbalancechannel.c:
6373 (gst_color_balance_channel_class_init):
6374 * gst-libs/gst/interfaces/mixeroptions.c:
6375 (gst_mixer_options_class_init):
6376 * gst-libs/gst/interfaces/mixertrack.c:
6377 (gst_mixer_track_class_init):
6378 * gst-libs/gst/interfaces/tunerchannel.c:
6379 (gst_tuner_channel_class_init):
6380 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6381 * gst-libs/gst/netbuffer/gstnetbuffer.c:
6382 (gst_netbuffer_class_init):
6383 * gst-libs/gst/rtp/gstbasertppayload.c:
6384 (gst_basertppayload_class_init):
6385 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6386 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6387 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6388 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6389 * gst/playback/gststreamselector.c:
6390 (gst_stream_selector_class_init):
6391 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6392 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6393 * sys/v4l/gstv4lcolorbalance.c:
6394 (gst_v4l_color_balance_channel_class_init):
6395 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6396 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6397 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6398 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6399 (gst_v4l_tuner_norm_class_init):
6400 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6401 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6402 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6403 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6405 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6407 * ext/pango/gsttextrender.h:
6408 * gst-libs/gst/audio/gstaudiosink.h:
6409 * gst-libs/gst/audio/gstaudiosrc.h:
6410 * gst-libs/gst/audio/gstbaseaudiosink.h:
6411 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6412 * gst-libs/gst/audio/gstringbuffer.h:
6413 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6414 * gst-libs/gst/rtp/gstbasertppayload.h:
6415 * gst-libs/gst/video/gstvideofilter.h:
6416 * gst-libs/gst/video/gstvideosink.h:
6417 * gst/playback/gstplaybasebin.h:
6418 * gst/tcp/gstmultifdsink.h:
6419 * sys/v4l/gstv4lelement.h:
6420 Fix broken GObject macros
6422 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6424 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6425 More debug to trace why my USB headset is not working with gst
6427 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6429 * gst/playback/gstplaybasebin.c: (group_destroy):
6430 Clean up our group elements properly in the case where it never
6431 got committed - it still got added unconditionally to the bin.
6433 2006-04-07 Wim Taymans <wim@fluendo.com>
6435 * ext/theora/theoradec.c: (theora_dec_sink_event),
6436 (theora_handle_data_packet), (theora_dec_chain):
6437 Unref unhandled events.
6438 Protect against empty buffers.
6439 Perform QoS on running time.
6441 2006-04-07 Michael Smith <msmith@fluendo.com>
6443 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6444 (gst_vorbis_enc_chain):
6445 Remove leaks from vorbisenc.
6446 Mostly minor changes, the only significant one is that now the
6447 buffers we set as 'streamheader' on the caps are copies of the
6448 original buffers, to avoid circular refcounting problems.
6450 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6452 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6453 Don't remove our mute-probe if someone else already did so.
6454 Don't set a 2nd one if there is already one pending on the pad.
6456 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6458 When a seek fails, ensure that playbin is still set back to playing.
6460 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6461 (mpeg_ts_type_find), (plugin_init):
6462 Add a typefind function for mpeg-ts streams. (Closes: #336617)
6464 2006-04-06 Andy Wingo <wingo@pobox.com>
6466 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
6467 (gst_video_rate_init): Caps-related parameters should not be reset
6468 by a flush -- move their inits to the instance init function.
6469 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6470 is not OK, just return the result.
6472 * gst/audiotestsrc/gstaudiotestsrc.c
6473 (gst_audio_test_src_class_init)
6474 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6475 broken by Stefan's commit on 24 March.
6477 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6478 buffers being pushed out. Fixes oggmux ! multifdsink.
6480 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
6482 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6483 (gst_vorbis_dec_init), (vorbis_dec_finalize):
6484 * ext/vorbis/vorbisdec.h:
6485 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6486 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6487 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6488 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6489 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6490 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6491 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6492 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6493 (gst_vorbis_enc_buffer_from_packet),
6494 (gst_vorbis_enc_buffer_from_header_packet),
6495 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6496 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6497 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6498 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6499 (gst_vorbis_enc_change_state):
6500 * ext/vorbis/vorbisenc.h:
6501 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6502 vorbisenc adhere to the official nomenclature; use boilerplate
6505 2006-04-04 Andy Wingo <wingo@pobox.com>
6507 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6508 Whoops, fix bug introduced. Bad hacker!
6510 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6511 Properly handle the case where you get EOS before any buffers are
6512 received. Use gst_buffer_make_metadata_writable where appropriate.
6514 * ext/theora/theoradec.c (theora_handle_data_packet): This value
6515 is often negative -- make it signed so as not to wrap around.
6516 Fixes segfaults introduced on 9 March.
6518 2006-04-03 Wim Taymans <wim@fluendo.com>
6520 * ext/theora/gsttheoradec.h:
6521 * ext/theora/theoradec.c: (theora_dec_src_event):
6522 Don't try to store a gdouble in a gboolean.
6525 2006-04-03 Michael Smith <msmith@fluendo.com>
6527 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6529 Make it suck slightly less by writing out the final page.
6530 Still can't encode a vorbis-in-ogg file correctly, though.
6532 2006-04-03 Andy Wingo <wingo@pobox.com>
6534 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6537 * ext/theora/theora.c (plugin_init): Register theoraparse.
6539 * ext/theora/gsttheoraparse.h:
6540 * ext/theora/theoraparse.c: New files implementing a theora
6541 parser. Now we can properly remux ogg/theora+vorbis, yay.
6543 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6545 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6547 * gst/audiotestsrc/gstaudiotestsrc.c:
6548 Fixed the sample pipeline (see #323798)
6550 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6553 * win32/common/config.h:
6554 * win32/common/config.h.in:
6555 use AS_VERSION and AS_NANO
6558 2006-03-31 Andy Wingo <wingo@pobox.com>
6560 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6561 uninitialized variable return that would happen.
6563 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6564 uninitialized variable return that would never happen.
6566 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6567 (vorbis_parse_sink_event): Add an event function to flush our
6568 state on a seek, and to drain buffers on a premature EOS.
6569 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6570 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
6571 (vorbis_parse_chain, vorbis_parse_queue_buffer)
6572 (vorbis_parse_drain_queue): Queue up buffers until we can set
6573 their timestamps and granulepos values.
6575 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6576 and keep track of data needed for deriving granulepos and
6577 timestamps for buffers.
6579 2006-03-29 Wim Taymans <wim@fluendo.com>
6581 Patch by: j^ <j at bootlab dot org>
6583 * ext/alsa/gstalsamixerelement.c:
6584 (gst_alsa_mixer_element_class_init):
6585 * ext/alsa/gstalsasink.c:
6586 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6587 * ext/ogg/gstoggdemux.c:
6588 * ext/ogg/gstoggmux.c:
6589 * ext/ogg/gstoggparse.c:
6590 * ext/pango/gstclockoverlay.c:
6591 * ext/pango/gsttextoverlay.c:
6592 * ext/pango/gsttextrender.c:
6593 * ext/pango/gsttimeoverlay.c:
6594 * ext/theora/theoradec.c:
6595 * ext/theora/theoraenc.c:
6596 * ext/vorbis/vorbisdec.c:
6597 * ext/vorbis/vorbisenc.c:
6598 * gst/audioconvert/gstaudioconvert.c:
6599 * gst/subparse/gstsubparse.c:
6600 * gst/tcp/gstmultifdsink.c:
6601 * gst/tcp/gsttcpclientsink.c:
6602 * gst/tcp/gsttcpclientsrc.c:
6603 * gst/tcp/gsttcpserversink.c:
6604 * gst/tcp/gsttcpserversrc.c:
6605 better/unified long descriptions
6608 2006-03-29 Wim Taymans <wim@fluendo.com>
6610 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6612 Don't let double and triple clicks mess up our state.
6614 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6616 * gst/playback/gstplaybin.c: (gen_video_element),
6617 (gen_text_element), (gen_audio_element), (gen_vis_element):
6618 Error out gracefully when we can't create any of the usual
6619 conversion elements for some reason. Also, don't try to
6620 create an audioscale (sic) element that's not used anyway.
6622 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6624 * gst/playback/gstplaybasebin.c: (setup_source):
6625 Don't post RESOURCE_NOT_FOUND error when we can't find a source
6626 element for a particular protocol, that's confusing for users.
6627 Instead, post a RESOURCE_FAILED error, so that our own error
6628 message is actually shown in totem etc. (#336303).
6630 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6632 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6634 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6635 (gst_gnome_vfs_src_get_icy_metadata):
6636 Fix some minor memory leaks (#336194).
6638 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6640 * ext/gnomevfs/gstgnomevfs.c:
6641 (gst_gnome_vfs_location_to_uri_string):
6642 * ext/gnomevfs/gstgnomevfs.h:
6643 * ext/gnomevfs/gstgnomevfssink.c:
6644 (gst_gnome_vfs_sink_set_property):
6645 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6646 Make gnomevfssink accept filenames as well as URIs for the
6647 "location" property, just like gnomevfssrc does (and
6648 filesrc/filesink do) (#336190).
6650 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6652 * tests/check/generic/clock-selection.c: (GST_START_TEST):
6653 set to NULL before unreffing, fixes a valgrind leak.
6654 Why was this not triggering the error that an object needs to
6655 be NULL before unreffing ?
6656 * win32/common/config.h:
6659 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
6661 * gst/subparse/gstsubparse.c: (convert_encoding),
6662 (gst_sub_parse_change_state):
6663 * gst/subparse/gstsubparse.h:
6664 Text subtitle files may or may not be UTF-8. If it's not, we
6665 don't really want to see '?' characters in place of non-ASCII
6666 characters like accented characters. So let's assume the input
6667 is UTF-8 until we come across text that is clearly not. If it's
6668 not UTF-8, we don't really know what it is, so try the following:
6669 (a) see whether the GST_SUBTITLE_ENCODING environment variable
6670 is set; if not, check (b) if the current locale encoding is
6671 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6672 the current locale encoding is UTF-8 and the environment variable
6673 was not set to any particular encoding. Not perfect, but better
6674 than nothing (and better than before, I think) (fixes #172848).
6676 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6679 update core requirement to 0.10.4.1 because of async_playback
6680 vmethod on GstBaseSink
6682 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6684 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6685 * gst/adder/gstadder.c: (gst_adder_init):
6686 use DEBUG_FUNCPTR for collectpads
6688 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6690 * docs/plugins/Makefile.am:
6691 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6692 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6693 * ext/cdparanoia/gstcdparanoiasrc.c:
6694 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6695 (gst_gnome_vfs_sink_class_init):
6696 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6697 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6698 * ext/ogg/gstoggmux.c:
6699 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6700 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6701 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6702 * ext/pango/gsttextoverlay.c:
6703 * ext/pango/gsttextrender.c:
6704 * ext/theora/theoradec.c:
6705 * ext/theora/theoraenc.c:
6706 * ext/vorbis/vorbisdec.c:
6707 * ext/vorbis/vorbisenc.c:
6708 * gst-libs/gst/audio/gstaudiofilter.c:
6709 (gst_audio_filter_base_init):
6710 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6711 (gst_audio_filter_template_base_init):
6712 * gst/adder/gstadder.c: (gst_adder_get_type):
6713 * gst/adder/gstadder.h:
6714 * gst/audioconvert/gstaudioconvert.c:
6715 * gst/audiotestsrc/gstaudiotestsrc.c:
6716 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6717 (gst_audio_test_src_create):
6718 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6719 * gst/playback/gstdecodebin.c:
6720 * gst/playback/gstplaybin.c:
6721 * gst/playback/gststreamselector.c:
6722 (gst_stream_selector_base_init):
6723 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6724 * gst/volume/gstvolume.c:
6725 * sys/v4l/gstv4lmjpegsink.c:
6726 * sys/v4l/gstv4lmjpegsrc.c:
6727 * tests/check/libs/cddabasesrc.c:
6728 * tests/old/examples/gob/gst-identity2.gob:
6729 Add docs for adder, use GST_ELEMENT_DETAILS macro,
6730 define GstElementDetails at the top
6732 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
6734 * win32/common/libgstinterfaces.def:
6735 Add a lot of export functions for gst-python
6736 * win32/vs6/libgstinterfaces.dsp:
6737 Add a missing include folder in the project configuration
6739 2006-03-23 Wim Taymans <wim@fluendo.com>
6741 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6742 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6743 (gst_base_audio_src_change_state):
6744 Fix audio sources, forgot to make the ringbuffer
6747 2006-03-23 Wim Taymans <wim@fluendo.com>
6749 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6750 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6751 (gst_base_audio_src_change_state):
6752 unparent instead of unref the ringbuffer.
6754 2006-03-23 Wim Taymans <wim@fluendo.com>
6756 * gst-libs/gst/audio/gstbaseaudiosink.c:
6757 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6758 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6759 Implement new async_play vmethod to start slaving and allow
6760 playback start in case of async PLAY state changes.
6762 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6763 Enable QoS with new method in base class.
6765 2006-03-23 Wim Taymans <wim@fluendo.com>
6767 Patch by: Julien MOUTTE <julien at moutte dot net>
6769 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6770 (gst_video_test_src_do_seek), (gst_video_test_src_create):
6771 Partially handle 0 framerate, only EOS after the first frame
6774 2006-03-23 Wim Taymans <wim@fluendo.com>
6776 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6778 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6779 (gst_riff_create_video_template_caps):
6780 * gst/ffmpegcolorspace/avcodec.h:
6781 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6782 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6783 (gst_ffmpegcsp_avpicture_fill):
6784 * gst/ffmpegcolorspace/imgconvert.c:
6785 Patch for support of YVU9 AVI files (#334822)
6787 2006-03-22 Edward Hervey <edward@fluendo.com>
6789 * docs/design/design-decodebin.txt:
6790 Added design document for new decodebin
6791 (Target Caps): text/x-pango-markup is also a default target caps.
6793 2006-03-22 Wim Taymans <wim@fluendo.com>
6795 * gst-libs/gst/audio/gstbaseaudiosink.c:
6796 (gst_base_audio_sink_dispose):
6797 Since we _parent the ringbuffer, we also need to
6798 _unparent instead of a plain _unref.
6800 2006-03-22 Wim Taymans <wim@fluendo.com>
6802 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6803 (stop_seek), (scrub_toggle_cb), (main):
6806 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
6808 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6809 (gst_ogg_parse_chain):
6810 Fix very inefficient usage of linked lists (#335365).
6812 2006-03-21 Edward Hervey <edward@fluendo.com>
6814 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6815 * gst/playback/gstplaybin.c: (handoff):
6816 * gst/playback/gststreamselector.c:
6817 (gst_stream_selector_set_property):
6818 gcc 4.1 unreferenced pointer fixes.
6819 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6820 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6821 gst_buffer_ref() now takes a GstBuffer*.
6823 2006-03-20 Julien MOUTTE <julien@moutte.net>
6825 * sys/xvimage/xvimagesink.c:
6826 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6829 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
6831 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6832 (id3v1_type_find), (apetag_type_find), (plugin_init):
6833 Can't do tag preferences via probability, as tags would then
6834 lose against types that are recognised with MAXIMUM probability
6835 (like .wav); so let all tag typefinders return MAXIMUM themselves
6836 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6837 that we can prefer APE to ID3v1 (fixes #335028).
6839 2006-03-17 Wim Taymans <wim@fluendo.com>
6841 * gst-libs/gst/audio/gstbaseaudiosink.c:
6842 (gst_base_audio_sink_change_state):
6843 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6844 (gst_ring_buffer_may_start):
6845 * gst-libs/gst/audio/gstringbuffer.h:
6846 Only start playback if we are playing.
6849 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
6851 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6852 * win32/common/config.h:
6853 Revert accidental commits to these files.
6855 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6857 Patch by: Michal Benes <michal dot benes at xeris dot cz>
6859 * tests/Makefile.am:
6860 Don't try to build tests in tests/icles if we
6861 don't have X (#323852)
6863 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6865 * gst-libs/gst/tag/gstid3tag.c:
6866 Add TXXX frame identifiers for replaygain stuff as used
6867 by some taggers (see #323721).
6869 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
6871 * gst/playback/gststreamselector.c:
6872 (gst_stream_selector_set_property),
6873 (gst_stream_selector_bufferalloc):
6874 Preserve the existing buggy streamselector behaviour by performing
6875 a fallback buffer allocation when downstream isn't linked yet.
6876 This should really be fixed in playbin by blocking pads until it's
6878 Also, use gst_pad_alloc_buffer instead of
6879 gst_pad_alloc_buffer_and_set.
6881 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6883 * gst-libs/gst/tag/gstid3tag.c:
6884 Don't crash on unknown ID3v2 TXXX frames.
6886 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
6888 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6889 Chain up to the parent finalize method.
6890 Add 32-bit sample size to the template caps.
6892 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6893 (gst_riff_create_video_template_caps):
6894 Add the fourcc that the VMWare codec uses.
6896 * gst/playback/gststreamselector.c:
6897 (gst_stream_selector_set_property),
6898 (gst_stream_selector_bufferalloc),
6899 (gst_stream_selector_request_new_pad):
6900 For the active pad, forward buffer-alloc requests, otherwise
6901 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6902 having to memcpy every frame when used by playbin.
6904 * gst/tcp/gstmultifdsink.c:
6905 (gst_multi_fd_sink_handle_client_write):
6906 Get negotiated caps from the sink pad, rather than the sink
6909 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6911 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6913 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6914 Don't forget to set src->callbacks_pushed to FALSE again when
6915 popping them, otherwise re-activation in a different mode won't
6918 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6920 Patch by: Sebastien Moutte <sebastien moutte net>
6922 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6923 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6924 (gst_ffmpeg_smpfmt_to_caps):
6925 Replace __VA_ARGS__ caps creation macros with varargs functions.
6926 Makes things compile on MSVC (#320765), looks nicer, and we can
6927 tell the compiler to check for the NULL terminator.
6929 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6931 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6933 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6934 Make sure the buffer we copy into is really always big
6935 enough, this time for real (#333488).
6937 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6939 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6940 Add support for 24bpp DIB (#305279).
6942 2006-03-14 Wim Taymans <wim@fluendo.com>
6944 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6945 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6946 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6947 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6948 (gst_video_scale_init), (gst_video_scale_src_event):
6949 Re-enable QoS after the release.
6950 Rework videoscale to use the base class src_event handler.
6952 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6957 === release 0.10.5 ===
6959 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
6962 releasing 0.10.5, "Net"
6964 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
6966 * docs/plugins/Makefile.am:
6967 Part of previous cdparanoiasrc docs fixes, forgot to commit.
6969 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
6971 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6972 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6973 * docs/plugins/gst-plugins-base-plugins.hierarchy:
6974 Add cdparanoiasrc to docs.
6976 * gst-libs/gst/cdda/gstcddabasesrc.c:
6977 More GstCddaBaseSrc docs.
6979 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
6981 * docs/libs/gst-plugins-base-libs-sections.txt:
6982 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6983 * gst-libs/gst/tag/tag.h:
6984 API: libgsttag: new method gst_tag_from_id3_user_tag().
6986 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
6988 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6989 NULL-terminate array of mpeg4 video file extensions.
6990 Fixes crash on PPC (#334226).
6992 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
6994 * ext/gnomevfs/gstgnomevfssrc.c:
6995 (gst_gnome_vfs_src_check_get_range):
6996 gnome_vfs_uri_is_local() alone is not a good indicator
6997 whether we can operate in pull-mode with a specific URI,
6998 as it returns FALSE for file:// URIs that point to an
6999 NFS-mounted path. Be more conservative here: whitelist
7000 local files, blacklist http URIs and use the old
7001 mechanism for anything else (fixes #334216).
7003 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7008 === release 0.10.4 ===
7010 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7013 releasing 0.10.4, "Power"
7015 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
7017 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7018 Disable max-lateness by setting it to -1 for now, so that
7019 we can bed QoS stuff in thoroughly between now and the next
7022 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
7024 Patch by: Fabrizio Gennari
7026 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7027 Make sure we don't read beyond the palette buffer in case of
7028 broken or manipulated files (#333488)
7030 2006-03-10 Edward Hervey <edward@fluendo.com>
7032 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7033 Fix for variable not initialized.
7035 2006-03-09 Wim Taymans <wim@fluendo.com>
7037 * ext/libvisual/visual.c: (gst_visual_get_type),
7038 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7042 * ext/theora/gsttheoradec.h:
7043 * ext/theora/theoradec.c: (gst_theora_dec_init),
7044 (gst_theora_dec_reset), (_theora_granule_time),
7045 (theora_dec_src_convert), (theora_dec_sink_convert),
7046 (theora_dec_src_query), (theora_dec_src_event),
7047 (theora_dec_sink_event), (theora_handle_comment_packet),
7048 (theora_handle_header_packet), (theora_dec_push),
7049 (theora_handle_data_packet), (theora_dec_chain),
7050 (theora_dec_change_state):
7053 2006-03-09 Wim Taymans <wim@fluendo.com>
7055 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7056 (audiocast_register_listener), (gst_gnome_vfs_src_start):
7059 2006-03-09 Wim Taymans <wim@fluendo.com>
7061 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7062 Don't try to activate NULL chains.
7064 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7066 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7067 Fix invalid memory access to region before peek'd data (#332964).
7069 2006-03-09 Wim Taymans <wim@fluendo.com>
7071 Patch by: Christophe Fergeau
7073 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7074 * ext/pango/gsttextrender.c: (gst_text_render_init):
7075 * gst/adder/gstadder.c: (gst_adder_init):
7076 Don't leak padtemplates, closes #333510.
7078 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7080 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7081 Fix invalid memory access: make sure string passed to
7082 regexec() is NUL-termianted.
7084 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7086 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7088 Refactor mpeg/audio typefinding to make it more maintainable
7089 and easier to fine-tune. Make probing into middle of the file
7090 work properly (fixes #333900, also see #152688).
7092 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7094 * gst/typefind/gsttypefindfunctions.c:
7095 (utf8_type_find_have_valid_utf8_at_offset):
7096 Remove part from previous commit that was bogus:
7097 g_utf8_validate() does in fact not accept embedded
7098 zeroes, so we don't need to check for those (thanks
7099 to Mike for the hint).
7101 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7103 * gst/typefind/gsttypefindfunctions.c:
7104 (utf8_type_find_count_embedded_zeroes),
7105 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7106 Make plain/text typefinder more conservative: firstly, check
7107 for embedded zeroes, which are perfectly valid UTF-8 characters,
7108 but also a fairly good sign that something is not a plain text
7109 file; secondly, probe into the middle of the file if possible.
7110 If we can't probe into the middle, limit the probability value
7111 to be returned to TYPE_FIND_POSSIBLE (see #333900).
7113 2006-03-08 Michael Smith <msmith@fluendo.com>
7115 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7116 Make typefind function name for mpeg4 video unique.
7118 2006-03-08 Wim Taymans <wim@fluendo.com>
7120 * ext/libvisual/visual.c: (gst_visual_init),
7121 (gst_visual_clear_actors), (gst_visual_dispose),
7122 (gst_visual_reset), (gst_visual_src_setcaps),
7123 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7124 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7125 (gst_visual_chain), (gst_visual_change_state):
7126 Cleanups, post nice errors.
7127 Handle sink and src events.
7128 Implement simple QoS.
7130 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7131 Use new basesink methods to configure max-lateness.
7134 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7135 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7136 Debug statement cleanups.
7138 * gst/volume/gstvolume.c: (gst_volume_class_init):
7141 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7143 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7144 (gst_text_overlay_init), (gst_text_overlay_set_property),
7145 (gst_text_overlay_get_property):
7146 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7147 as string type properties, but mark them deprecated. Add
7148 'halignment' and 'valignment' properties that use enums
7151 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7153 Patch by: Fabrizio Gennari
7155 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7156 Allow palettes with less than 256 colours in AVI files
7159 2006-03-07 Julien MOUTTE <julien@moutte.net>
7161 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7162 (gst_text_overlay_video_event): Fix wrong EOS handling on text
7163 pad. We were releasing the queued text buffer when we should keep
7164 it until video pad gets EOS or discard the text buffer because it's
7165 too old. That was eating the last subtitle buffer. Add some more
7168 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7170 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7171 (gst_text_overlay_video_chain):
7172 Fix invalid memory access (we can't access a buffer after it's been
7173 pushed downstream without taking a reference); fix memory leak (if
7174 there's no text to render, bail out before allocating stuff).
7176 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7178 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7179 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7180 * ext/pango/gsttextoverlay.h:
7181 If input is plain text, escape it before passing it to
7182 pango_layout_set_markup().
7184 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7186 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7187 Don't ignore flow return from gst_pad_push().
7189 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7191 Patch by: Fabrizio Gennari
7193 * ext/libvisual/visual.c: (gst_visual_getcaps),
7194 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7195 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7196 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7197 (gst_vorbisenc_convert_sink):
7198 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7199 (gst_audio_duration_from_pad_buffer):
7200 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7201 (gst_audio_filter_chain):
7202 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7203 (gst_base_rtp_depayload_setcaps):
7204 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7205 (gst_video_get_size):
7206 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7207 Don't leak references returned by gst_pad_get_parent()
7210 2006-03-06 Stefan Kost <ensonic@users.sf.net>
7212 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7213 change location param details
7214 * gst/volume/gstvolume.c: (plugin_init):
7215 correct plugin description
7217 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7219 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7220 (gst_gnome_vfs_src_check_get_range):
7221 Override GstBaseSrc::check_get_range() in order to avoid opening
7222 the resource just to check whether we can operate in pull-mode or
7223 not - we can predict that pretty well from the URI alone. Should
7224 fix problems with last.fm (#331690). (Requires latest core CVS).
7226 2006-03-06 Wim Taymans <wim@fluendo.com>
7228 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7229 (gst_video_sink_class_init):
7230 Throw away frames that are later than 20 ms.
7232 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7234 Patch by: Fabrizio Gennari
7236 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7237 Set depth on WMA caps (#333545)
7239 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
7241 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7242 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7243 put Theora BOS pages before others. This hardcodes
7244 the Ogg/Theora I profile, but hey.
7246 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
7249 updated with some examples
7250 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7251 (granulepos_add), (theora_buffer_from_packet):
7252 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7253 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7254 (gst_vorbisenc_chain):
7255 implement strategy from ext/ogg/README
7256 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7257 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7258 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7259 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7260 Fix muxer so that oggz-validate is happy with all streams;
7261 except for no eos mark, and the BOS page ordering
7262 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7263 (check_buffer_granulepos):
7264 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7265 update tests to check for OFFSET being set as requested
7266 fixed type of granulepos, it's not a ClockTime
7268 2006-03-05 Julien MOUTTE <julien@moutte.net>
7270 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7271 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7272 Check that the xvimage we are creating has a correct size
7273 before returning it. (#314897)
7275 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7277 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7278 Give id3 and ape tag typefinders a rank slightly higher
7279 than PRIMARY to ensure they're always run before any of
7280 the other typefinders (in particular wav and mp3) (#324186).
7282 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7284 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7285 Add support for '3IVD' fourcc (#333403).
7287 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
7290 Bump requirements to GStreamer CVS for the new error enum.
7292 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7293 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7294 space left on the device (fixes #333352).
7296 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
7299 add a project file for libgstvolume
7300 update the workspace
7302 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
7304 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7305 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7307 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7308 Set IN_CAPS on header buffers
7310 2006-03-02 Wim Taymans <wim@fluendo.com>
7312 * docs/plugins/Makefile.am:
7313 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7314 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7315 Add audioresample to docs.
7317 * gst/audioconvert/gstaudioconvert.c:
7320 * gst/audioresample/gstaudioresample.c:
7321 (gst_audioresample_base_init), (gst_audioresample_class_init),
7322 (gst_audioresample_init), (gst_audioresample_dispose),
7323 (audioresample_get_unit_size), (audioresample_transform_caps),
7324 (resample_set_state_from_caps), (audioresample_transform_size),
7325 (audioresample_set_caps), (audioresample_event),
7326 (audioresample_do_output), (audioresample_transform),
7327 (audioresample_pushthrough), (gst_audioresample_set_property),
7328 (gst_audioresample_get_property), (plugin_init):
7329 * gst/audioresample/gstaudioresample.h:
7331 Small code cleanups.
7333 2006-03-02 Wim Taymans <wim@fluendo.com>
7335 * docs/plugins/Makefile.am:
7336 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7337 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7338 Added videoscale to docs.
7340 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7341 (gst_video_rate_swap_prev), (gst_video_rate_event),
7342 (gst_video_rate_chain):
7345 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7346 (gst_video_scale_init), (gst_video_scale_prepare_size),
7347 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7348 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7349 * gst/videoscale/gstvideoscale.h:
7350 Added docs, examples.
7352 Post errors instead of g_warning.
7354 2006-03-02 Wim Taymans <wim@fluendo.com>
7356 * docs/libs/gst-plugins-base-libs-docs.sgml:
7357 * docs/libs/gst-plugins-base-libs-sections.txt:
7358 * docs/libs/gst-plugins-base-libs.types:
7359 * docs/plugins/Makefile.am:
7360 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7361 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7362 Added some more docs to libs and plugins.
7364 * gst-libs/gst/audio/gstringbuffer.c:
7365 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7366 * gst-libs/gst/audio/gstringbuffer.h:
7367 Document ringbuffer some more.
7369 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7370 (gst_video_rate_setcaps), (gst_video_rate_reset),
7371 (gst_video_rate_init), (gst_video_rate_flush_prev),
7372 (gst_video_rate_swap_prev), (gst_video_rate_event),
7373 (gst_video_rate_chain), (gst_video_rate_change_state):
7374 * gst/videorate/gstvideorate.h:
7375 Fix videorate to use segments.
7376 Make it work with 0/1 framerates (closes #331903)
7377 Handle EOS correctly.
7380 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7382 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7383 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7384 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7385 In state change function, first chain up to parent class,
7386 then handle downwards state change stuff. Remove some
7387 commented out cruft from 0.8 code.
7389 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7391 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7392 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7393 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7394 (gst_ogm_parse_chain):
7395 Don't remove/re-add source pad if the new caps are the same as
7396 the old caps anyway (#333042). When removing source pad, don't
7397 unref it afterwards - we didn't ref it when adding. Sprinkle some
7398 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7399 after using gst_pad_get_parent(). Return downstream flow return
7400 value in chain function.
7402 2006-03-02 Wim Taymans <wim@fluendo.com>
7404 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7405 * docs/plugins/gst-plugins-base-plugins.args:
7406 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7407 * docs/plugins/gst-plugins-base-plugins.interfaces:
7408 * docs/plugins/gst-plugins-base-plugins.signals:
7409 Fix hierarchy, added some more elements to the docs.
7411 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7412 (gst_ffmpegcsp_get_type):
7413 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7414 Fix docs for ffmpegcolorspace.
7416 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
7418 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7419 (apetag_type_find), (ape_type_find), (plugin_init):
7420 Some typefinding fine-tuning:
7421 - rank ID3/APE tags in order of preference via probabilities, so that
7422 ID3v2 > APEv2 > APEv1 > ID3v1.
7423 - three or four bytes don't really justify MAXIMUM probability,
7424 change those to 'very likely' (musepack and monkeysaudio).
7426 2006-03-01 Wim Taymans <wim@fluendo.com>
7428 * docs/plugins/Makefile.am:
7429 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7430 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7431 * ext/alsa/gstalsamixer.c:
7432 * ext/alsa/gstalsamixer.h:
7433 * ext/alsa/gstalsamixerelement.c:
7434 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7435 * ext/alsa/gstalsamixerelement.h:
7436 * ext/alsa/gstalsasink.c:
7437 * ext/alsa/gstalsasink.h:
7438 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7440 * ext/alsa/gstalsasrc.h:
7442 Small code cleanups.
7444 2006-03-01 Wim Taymans <wim@fluendo.com>
7446 * ext/theora/Makefile.am:
7447 Dist new header too,
7449 2006-03-01 Wim Taymans <wim@fluendo.com>
7451 * docs/plugins/Makefile.am:
7452 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7453 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7454 * ext/gnomevfs/gstgnomevfssink.h:
7455 * ext/gnomevfs/gstgnomevfssrc.h:
7456 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7457 * ext/vorbis/vorbisdec.h:
7458 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7459 * ext/vorbis/vorbisenc.h:
7460 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7461 (vorbis_parse_chain), (vorbis_parse_change_state):
7462 * ext/vorbis/vorbisparse.h:
7463 * gst/audioconvert/gstaudioconvert.h:
7464 * gst/tcp/gsttcpserversink.h:
7465 * gst/videotestsrc/gstvideotestsrc.c:
7466 * gst/videotestsrc/gstvideotestsrc.h:
7467 * gst/volume/gstvolume.c:
7468 * gst/volume/gstvolume.h:
7470 Added docs for vorbisdec and vorbisparse.
7473 2006-03-01 Wim Taymans <wim@fluendo.com>
7475 * docs/plugins/Makefile.am:
7476 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7477 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7478 * ext/pango/gstclockoverlay.h:
7479 * ext/pango/gsttextoverlay.h:
7480 * ext/pango/gsttextrender.h:
7481 * ext/pango/gsttimeoverlay.h:
7482 * ext/theora/gsttheoradec.h:
7483 * ext/theora/gsttheoraenc.h:
7484 * ext/theora/theoradec.c:
7485 * ext/theora/theoraenc.c:
7486 * gst/audioconvert/gstaudioconvert.h:
7487 * gst/audiotestsrc/gstaudiotestsrc.h:
7488 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7489 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7490 * gst/tcp/gstmultifdsink.h:
7491 Updated/added documentation.
7493 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7494 (gst_text_overlay_halign_get_type),
7495 (gst_text_overlay_wrap_mode_get_type),
7496 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7497 (gst_text_overlay_init), (gst_text_overlay_set_property),
7498 (gst_text_overlay_get_property):
7499 Fix up properties to be enums instead of string to make bindings,
7500 introspection and automatic GUI creation possible.
7501 Add getters for the properties.
7503 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
7505 * gst/audiotestsrc/gstaudiotestsrc.c:
7506 added defines of M_PI and M_PI_2
7507 * gst/ffmpegcolorspace/avcodec.h:
7508 removed #include "stdint.h" for win32 as _stdint.h is
7509 autogenerated to win32/common
7510 * win32/common/libgstaudio.def:
7511 * win32/common/libgsttag.def:
7514 some project files bugs corrected
7516 project files are reset to the default vs7 configuration
7517 (they link to msvcr71.dll using default optimizations)
7519 2006-02-28 Wim Taymans <wim@fluendo.com>
7521 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7524 2006-02-28 Edward Hervey <edward@fluendo.com>
7526 * ext/alsa/gstalsasrc.c:
7527 Set proper class on the ElementDetails:
7528 Source/Audio instead of Src/Audio/
7530 2006-02-28 Edward Hervey <edward@fluendo.com>
7532 * gst/videoscale/vs_scanline.c:
7533 (vs_scanline_resample_nearest_RGBA):
7534 Revert optimization in videoscale. It should go in liboil and have
7535 an appropriate liboil function.
7537 2006-02-28 Wim Taymans <wim@fluendo.com>
7539 * gst-libs/gst/audio/gstbaseaudiosink.c:
7540 (gst_base_audio_sink_provide_clock):
7541 Don't try to provide a clock in the NULL state.
7543 2006-02-28 Wim Taymans <wim@fluendo.com>
7545 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7546 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7547 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7548 (gst_ogg_demux_deactivate_current_chain),
7549 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7550 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7551 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7552 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7553 Use GstSegment infrastructure to remove duplicated code
7554 and handle more seek cases correctly.
7556 2006-02-28 Wim Taymans <wim@fluendo.com>
7558 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7559 (gst_ffmpegcsp_transform):
7560 Don't ignore return code from ffmpeg convert function.
7562 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7563 Split out some long statements to ease debugging.
7565 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
7567 * ext/libvisual/visual.c: (gst_visual_init),
7568 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7569 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7570 being able to renegotiate the size. Instead, use the negotiation
7571 algorithm from the goom plugin to pick an initial output caps.
7573 Also, allow theoretical libvisual plugins that might support non-GL
7574 output even if they also do GL.
7576 2006-02-26 Julien MOUTTE <julien@moutte.net>
7578 * ext/libvisual/visual.c: (gst_visual_init),
7579 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7580 (plugin_init): Load only non GL plugins. Fix some memleaks and
7581 possible negotiation issues.
7583 2006-02-25 Julien MOUTTE <julien@moutte.net>
7585 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7587 2006-02-24 Michael Smith <msmith@fluendo.com>
7589 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7590 (cmml_type_find), (plugin_init):
7591 Fix CMML type find function to not require a specific minor version
7594 Add an MPEG4 video elementary stream typefind function.
7596 2006-02-04 Michael Smith <msmith@fluendo.com>
7598 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7599 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7600 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7601 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7602 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7603 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7604 Annodex support in ogg demuxer. Doesn't do very much without the
7605 other annodex patches (to come).
7607 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7609 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7611 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7612 Pick up palette for MS video v1 (#327028)
7614 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7616 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7617 (gst_ffmpegcsp_caps_remove_format_info),
7618 (gst_ffmpegcsp_get_unit_size):
7619 The 'palette_data' field from incoming RGB caps shouldn't be
7620 proxied on outgoing YUV caps; also, restrict unit size
7621 adjustment in case of paletted data only to the unit that
7622 actually has a palette. Fixes #330711.
7624 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7626 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7627 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7628 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7629 (gst_ffmpegcsp_get_unit_size):
7630 Plug some memory leaks.
7632 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7634 * sys/ximage/Makefile.am:
7635 * sys/xvimage/Makefile.am:
7636 Add some _CFLAGS and _LIBS that seem to be missing
7637 and/or required for Cygwin (see #317048).
7639 2006-02-22 Wim Taymans <wim@fluendo.com>
7641 * ext/alsa/gstalsasrc.c:
7642 Fix description as pointed out by caugier.
7644 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
7646 Reviewed by : Edward Hervey <edward@fluendo.com>
7648 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7650 Better 3gp typefinding (#331526).
7652 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7654 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7655 Don't send EOS event here, the base class will send one for us.
7657 * gst/playback/gstplaybasebin.c: (prepare_output):
7658 Subpictures without video stream aren't allowed either.
7660 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7661 Fix debug statement copy'n'paste-o.
7663 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7665 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7666 Fix issues with mixer keeping state when muting/unmuting
7667 and when changing the volume whilst muted (see #331763
7670 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7672 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7673 (parse_subrip), (gst_sub_parse_format_autodetect):
7674 Set right caps given that we send escaped text. Also,
7675 honour <i></i>, <b></b> and <u></u> markers that can be found
7676 in .srt files (fixes #310202).
7678 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7680 * gst-libs/gst/audio/mixerutils.c:
7681 (element_factory_rank_compare_func):
7682 Make order in which elements are tried more determinable.
7684 2006-02-20 Julien MOUTTE <julien@moutte.net>
7686 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7687 (remove_element_chain), (cleanup_decodebin),
7688 (gst_decode_bin_change_state): Make decodebin reusable by
7689 fixing remove_element_chain first and then introduce a
7690 cleaner in state change to ->NULL. (Closes #331678)
7692 2006-02-19 Wim Taymans <wim@fluendo.com>
7694 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7695 use 0666 mask when creating files so umask gets applied
7696 correctly. Fixes #331295.
7698 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7700 * gst/subparse/Makefile.am:
7701 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7702 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7703 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7704 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7705 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7706 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7707 * gst/subparse/gstssaparse.h:
7708 * gst/subparse/gstsubparse.c: (plugin_init):
7709 Add very basic parser for SSA subtitle streams (as often
7710 found in matroska files).
7712 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7714 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7715 That should be text/x-pango-markup, not text/x-pango-layout.
7717 2006-02-19 Julien MOUTTE <julien@moutte.net>
7719 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7722 2006-02-19 Julien MOUTTE <julien@moutte.net>
7724 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7725 (gst_text_overlay_finalize), (gst_text_overlay_init),
7726 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7727 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7728 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7729 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7730 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7731 Fix state change deadlock.
7733 2006-02-19 Julien MOUTTE <julien@moutte.net>
7735 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7736 (gst_text_overlay_finalize), (gst_text_overlay_init),
7737 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7738 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7739 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7740 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7741 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7742 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7743 and subtitles files.
7745 2006-02-19 Julien MOUTTE <julien@moutte.net>
7747 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7748 should be considered as raw.
7750 2006-02-19 Julien MOUTTE <julien@moutte.net>
7752 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7754 * gst/playback/gststreaminfo.h: Introduce language informations.
7756 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
7758 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7759 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7760 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7761 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7762 Set shared memory segments to be deleted as soon as we have attached,
7763 that way they get cleaned up automatically if we crash.
7765 2006-02-18 Julien MOUTTE <julien@moutte.net>
7767 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
7768 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7769 functions are called with lock held.
7771 2006-02-18 Julien MOUTTE <julien@moutte.net>
7773 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7774 (gst_text_overlay_finalize), (gst_text_overlay_init),
7775 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7776 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7777 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7778 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7779 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7780 (gst_text_overlay_change_state): Refactoring of textoverlay
7781 without collectpads. This now supports sparse subtitles coming
7782 from a demuxer instead of a sub file. Seeking is still broken
7783 though. Need to discuss with wtay some more on how to handle
7785 * ext/pango/gsttextoverlay.h:
7786 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7787 subtitles coming from the demuxer.
7789 2006-02-17 Wim Taymans <wim@fluendo.com>
7791 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7792 (gst_vorbisenc_convert_sink):
7793 Use some more scaling functions.
7795 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
7797 * ext/cdparanoia/gstcdparanoiasrc.c:
7798 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7799 (gst_cd_paranoia_paranoia_callback),
7800 (gst_cd_paranoia_src_signal_is_being_watched),
7801 (gst_cd_paranoia_src_read_sector):
7802 * ext/cdparanoia/gstcdparanoiasrc.h:
7803 Add back 'transport-error' and 'uncorrected-error' signals and
7804 make them actually be fired when bad stuff happens (#319340).
7806 2006-02-17 Wim Taymans <wim@fluendo.com>
7808 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7809 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7810 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7811 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7812 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7813 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7814 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7815 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7816 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7817 (gst_ring_buffer_clear):
7819 Added some G_LIKELY.
7821 2006-02-17 Wim Taymans <wim@fluendo.com>
7823 * gst-libs/gst/audio/TODO:
7826 * gst-libs/gst/audio/gstbaseaudiosink.c:
7827 (gst_base_audio_sink_get_offset):
7828 When trying to play samples ASAP and we don't have a
7829 previous sample, try to play at position 0 instead of
7830 an invalid position.
7832 2006-02-17 Wim Taymans <wim@fluendo.com>
7834 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7835 (gst_alsasink_reset):
7836 Also release lock when we get an error in _reset();
7837 fix an error message.
7839 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7841 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7842 (gst_alsasink_init), (get_channel_free_structure),
7843 (caps_add_channel_configuration), (gst_alsasink_getcaps),
7844 (gst_alsasink_close):
7845 * ext/alsa/gstalsasink.h:
7846 Add support for more than 2 channels (#326720).
7848 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7850 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7851 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7852 with 4 or 6 channels, assume a default channel layout to make things
7853 work (not sure there's anything else we can do in those cases).
7855 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7857 * gst-libs/gst/audio/multichannel.c:
7860 * gst-libs/gst/riff/Makefile.am:
7861 * gst-libs/gst/riff/riff-ids.h:
7862 * gst-libs/gst/riff/riff-media.c:
7863 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7864 Add support for WAVEFORMATEX, eg. PCM audio with more than two
7865 channels and a channel layout map.
7867 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
7869 Reviewed by Edward Hervey <edward@fluendo.com>
7871 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
7872 C-level optimization of the RGBA nearest neighbour function.
7873 Eventually this might end up in liboil with vectorized versions.
7875 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7877 * gst-libs/gst/audio/multichannel.c:
7878 (gst_audio_get_channel_positions):
7879 When we have more than 2 channels, but no channel layout is
7880 specified in the caps, return some default channel layout
7881 to the caller and warn about about a possibly buggy element
7882 (could be buggy filtercaps as well of course) (#317038).
7884 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7886 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7887 Add gst-libs/gst/cdda to list of lib search paths.
7889 2006-02-15 Andy Wingo <wingo@pobox.com>
7891 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7892 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7893 to the Lord Jesus that I do not have to touch the ogg muxer ever
7896 2006-02-15 Edward Hervey <edward@fluendo.com>
7898 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7899 quicktime movie files can also contain 'uuid' atoms.
7901 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
7903 * gst/audioconvert/plugin.c: (plugin_init):
7904 Register the GstAudioChannelPosition enum type with the type
7905 system in the plugin_init function, so that it is known before
7906 any element actually makes use of multi-channel stuff. This is
7907 required for example if one wants to be able to deserialise/use
7908 a caps string with channel positions before any pipeline has
7909 been setup and started, like with gst-launch.
7911 2006-02-14 Wim Taymans <wim@fluendo.com>
7913 * gst-libs/gst/audio/gstringbuffer.c:
7914 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7915 (gst_ring_buffer_samples_done), (wait_segment),
7916 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7917 Add some compiler G_(UN_)LIKELY help.
7918 SIGNAL the ringbuffer waiters when going to PAUSED as well to
7919 make sure they can exit their functions. Should fix #330748
7921 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
7926 * win32/common/_stdint.h:
7927 Windows does not have long long; copy the generated _stdint.h
7928 * win32/common/interfaces-enumtypes.c:
7929 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7930 (gst_mixer_track_flags_get_type),
7931 (gst_tuner_channel_flags_get_type):
7932 * win32/common/multichannel-enumtypes.c:
7933 (gst_audio_channel_position_get_type):
7936 2006-02-13 Wim Taymans <wim@fluendo.com>
7938 * gst-libs/gst/audio/gstbaseaudiosink.c:
7939 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7940 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7941 Always sync on first sample we receive when starting.
7943 2006-02-13 Wim Taymans <wim@fluendo.com>
7945 * gst/playback/gstplaybin.c: (gen_vis_element):
7946 Update vis bin docs.
7947 Move queue after tee so we don't queue video buffers but
7948 audio samples instead. Fixes problems where the video queue
7949 is filled and the audio queue empty.
7951 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
7953 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7954 No need to push an EOS event here, GstBaseSrc will do that for us
7955 when we return FLOW_UNEXPECTED.
7957 2006-02-12 Wim Taymans <wim@fluendo.com>
7959 * gst-libs/gst/audio/gstbaseaudiosink.c:
7960 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7961 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7962 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7963 Use scale functions when possible.
7965 Free clockid when after waiting for EOS.
7966 Use G_(UN_)LIKLY when it makes sense.
7967 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7969 2006-02-12 Edward Hervey <edward@fluendo.com>
7971 * gst/playback/gstplaybasebin.c: (prepare_output):
7972 Remove stray semi-colon (fixes #330888).
7974 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
7976 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7977 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7978 Fix up the XShm call testing so that we catch errors, and don't
7979 cause new ones by attempting to detach from a segment we failed
7980 to attach to. Fixes #312439.
7982 2006-02-10 Edward Hervey <edward@fluendo.com>
7984 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7985 Added flv file typefind (video/x-flv).
7987 2006-02-10 Edward Hervey <edward@fluendo.com>
7989 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7990 (gst_riff_create_video_template_caps):
7991 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7992 Also added the caps to the default set of riff video caps.
7994 2006-02-09 Andy Wingo <wingo@pobox.com>
7996 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7997 time and the end time of the last packet in the page.
7998 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7999 on the pages in our queue, set the duration as well. Reflow a
8001 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8002 Fixes bad muxing order.
8004 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
8006 * gst-libs/gst/rtp/gstbasertppayload.c:
8007 (gst_basertppayload_setcaps), (gst_basertppayload_push):
8008 update seqnum before setting it on the packet; this makes sure
8009 that the timestamp and seqnum properties match after pushing
8012 2006-02-09 Andy Wingo <wingo@pobox.com>
8014 * gst-libs/gst/audio/gstringbuffer.c
8015 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8016 overflow after 13.5 hours of recording. Kapow!
8018 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8019 the buffer size -- we don't care about underrun/overrun reporting
8020 right now, just need to return a useful value.
8022 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8027 === release 0.10.3 ===
8029 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8032 releasing 0.10.3, "Under Pressure"
8034 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8037 Drat. Bump libtool version number for new API.
8038 Prelease 0.10.2.3 (of 0.10.3)
8040 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8043 * win32/common/config.h:
8044 0.10.2.2 prerelease (of 0.10.3).
8046 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8048 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8049 Revert Andy's newsegment change pending a more correct
8052 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
8054 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8055 (qt_type_find), (plugin_init):
8056 detect more files as 3gp
8057 group and reorder the iso file formats
8059 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8061 * ext/vorbis/vorbis.c: (plugin_init):
8062 Register musicbrainz tags, so apps don't have to.
8064 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8066 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8067 (gst_tag_to_vorbis_tag):
8068 Make sure we called gst_tag_register_musicbrainz_tags()
8069 before possibly mapping a vorbiscomment string from/to a
8072 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8074 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8075 In case we can't find the required number of consecutive
8076 mpeg audio frames to positively identify an MPEG audio
8077 stream, check if there's at least a valid mpeg audio
8078 frame right at offset 0 and if so suggest mpeg/audio
8079 caps with a very low probability (#153004).
8081 2006-02-07 Andy Wingo <wingo@pobox.com>
8083 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8084 a TIME segment if we get timestamped buffers. Requires recent
8085 fixes in core to work properly.
8087 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8089 * gst/playback/gstplaybasebin.c: (prepare_output):
8090 Don't print the URI as part of the error message, it
8091 makes error dialogs look rather ugly, especially if
8092 the URI is very long or has characters in it that
8095 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8097 * gst/playback/gstplaybasebin.c: (prepare_output):
8098 Error out if we have only text or subtitles, but nothing
8099 else. Also error out if we have subtitles but no video
8102 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8104 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8105 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8106 Post an error message on the bus when we encounter an
8107 error, which will hopefully be more meaningful than the
8108 'Internal Flow Error' message users get to see if we
8109 just return GST_FLOW_ERROR.
8111 2006-02-07 Andy Wingo <wingo@pobox.com>
8113 * configure.ac (GST_MAJORMINOR): Update core version req to
8114 0.10.2.2, for the collectpads API addition (#330244).
8116 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
8118 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8119 Return FALSE from plugin_init() when GnomeVFS can't
8120 be initialised for some reason (#328423).
8122 2006-02-06 Julien MOUTTE <julien@moutte.net>
8124 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
8125 Stick to seeking theory until i find the bug.
8126 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8128 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8130 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8131 (theora_enc_finalize), (theora_enc_sink_setcaps),
8132 (theora_set_header_on_caps), (theora_enc_chain),
8133 (theora_enc_change_state):
8134 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8135 Make theoraenc and the tests leak free. Like, really.
8137 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8139 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8140 (theora_enc_finalize), (theora_enc_sink_setcaps):
8141 Add a finalize method to ensure we clean up state even if
8142 someone omitted the state change back to NULL.
8144 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8145 (gst_vorbisenc_chain):
8146 Free some more leaked bits.
8148 * tests/check/pipelines/theoraenc.c: (start_pipeline),
8150 Wait for state changes to happen if they're ASYNC.
8152 This ought to teach those fancy pants buildbots a lesson.
8154 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8156 * gst-libs/gst/tag/gstid3tag.c:
8157 Add mapping for ID3 International Standard Recording Code
8160 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8162 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8163 Don't leak tag names.
8165 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8167 * docs/libs/gst-plugins-base-libs-docs.sgml:
8168 * docs/libs/gst-plugins-base-libs-sections.txt:
8169 * gst-libs/gst/tag/gstid3tag.c:
8170 * gst-libs/gst/tag/gstvorbistag.c:
8171 * gst-libs/gst/tag/tags.c:
8172 Split libgsttag docs into multiple sections.
8174 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8176 * docs/libs/Makefile.am:
8177 * docs/libs/gst-plugins-base-libs-docs.sgml:
8178 * docs/libs/gst-plugins-base-libs-sections.txt:
8179 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8180 * gst-libs/gst/tag/gstvorbistag.c:
8181 * gst-libs/gst/tag/tag.h:
8182 * gst-libs/gst/tag/tags.c:
8183 Add libgsttag to the docs.
8185 2006-02-05 Julien MOUTTE <julien@moutte.net>
8187 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8188 (gst_text_overlay_init), (gst_text_overlay_src_event),
8189 (gst_text_overlay_collected): Fix clockoverlay.
8191 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8193 * docs/libs/compiling.sgml:
8194 Fix typo: it's pkg-config, not pkg-gconfig
8196 * docs/libs/gst-plugins-base-libs-docs.sgml:
8197 * docs/libs/gst-plugins-base-libs-sections.txt:
8198 * docs/libs/tmpl/gstgconf.sgml:
8199 There is no libgstgconf in 0.10, remove it
8202 2006-02-05 Julien MOUTTE <julien@moutte.net>
8204 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8205 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8206 (gst_text_overlay_src_event), (gst_text_overlay_collected):
8207 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8208 (gst_sub_parse_class_init), (gst_sub_parse_init),
8209 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8210 (parse_mpsub), (parser_state_init), (handle_buffer),
8211 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8212 * gst/subparse/gstsubparse.h: Introduce seeking code.
8214 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8216 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8217 Add comment about LANGUAGE tag inconsistency (we want
8218 ISO-639-1, but extract three-letter identifiers?)
8221 Add two translatable files.
8223 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8225 * gst-libs/gst/tag/Makefile.am:
8226 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8227 * gst-libs/gst/tag/tag.h:
8228 * gst-libs/gst/tag/tags.c:
8229 (gst_tag_register_musicbrainz_tags_internal),
8230 (gst_tag_register_musicbrainz_tags):
8231 Forward-port some tags stuff from the 0.8 branch. This is
8232 mostly the addition of musicbrainz tags and their mapping
8233 to vorbistags, and a vorbistag mapping of the language tag.
8235 2006-02-05 Julien MOUTTE <julien@moutte.net>
8237 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8240 2006-02-04 David Schleef <ds@schleef.org>
8242 * ext/ogg/gstoggmux.c:
8243 * gst/typefind/gsttypefindfunctions.c:
8244 Add Dirac typefinding and add dirac format to oggmux.
8246 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
8248 * gst/playback/gstdecodebin.c: (try_to_link_1):
8249 Don't put essential function call into
8250 g_return_*() macro, otherwise it'll all be
8251 replaced by NOOPs when compiling with
8252 G_DISABLE_CHECKS defined.
8254 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
8256 * ext/ogg/gstoggdemux.c:
8257 * ext/ogg/gstoggparse.c:
8258 * gst/tcp/gsttcpserversink.c:
8259 * sys/v4l/v4lsrc_calls.c:
8260 * sys/v4l/v4lsrc_calls.h:
8261 Just make it compile with --disable-gst-debug.
8263 2006-02-03 Wim Taymans <wim@fluendo.com>
8265 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8266 (gst_alsasink_class_init), (gst_alsasink_init),
8267 (gst_alsasink_write), (gst_alsasink_reset):
8268 * ext/alsa/gstalsasink.h:
8269 Add lock to protect alsa calls.
8270 Implement reset to flush samples ASAP, does not work
8273 2006-02-02 Wim Taymans <wim@fluendo.com>
8275 * gst-libs/gst/audio/gstbaseaudiosink.c:
8276 (gst_base_audio_sink_provide_clock):
8277 Ugh.. getting late I guess...
8279 2006-02-02 Wim Taymans <wim@fluendo.com>
8281 * gst-libs/gst/audio/gstbaseaudiosink.c:
8282 (gst_base_audio_sink_provide_clock),
8283 (gst_base_audio_sink_set_property),
8284 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8285 Don't try to provide a clock when we are not negotiated since
8286 we might not be able to make it run.
8288 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
8290 * gst/playback/gstdecodebin.c: (try_to_link_1):
8291 Unlinking two source pads is ... hard.
8293 2006-02-02 Wim Taymans <wim@fluendo.com>
8295 * gst-libs/gst/audio/TODO:
8298 * gst-libs/gst/audio/gstbaseaudiosink.c:
8299 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8300 On EOS, wait till the last sample is played before posting EOS.
8302 2006-02-01 Philippe Kalaf <burger at speedy dot org>
8304 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8305 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8306 setting queue_delay to zero. Also avoid thread being started if
8307 queue_delay is zero.
8309 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8311 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8312 Make test work again by connecting fakesinks to each decoded pad,
8313 which makes the pipeline wait until each fakesink has a buffer
8314 queued before going to PAUSED state. At that point we know the
8315 decodebin pads are negotiated.
8317 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8319 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8320 (gst_cdda_base_src_handle_event):
8321 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8322 Pass unhandled queries to the parent class's query function.
8324 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8326 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8327 (gst_ogg_pad_src_query):
8328 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8329 * ext/theora/theoradec.c: (theora_dec_src_query),
8330 (theora_dec_sink_query):
8331 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8332 (vorbis_dec_sink_query):
8333 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8334 (gst_vorbisenc_sink_query):
8335 * gst/adder/gstadder.c: (gst_adder_query):
8336 Pass unhandled queries upstream instead of just
8337 dropping them (#326447). Also, fix supported
8338 query types list for some elements.
8340 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8342 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8343 (paris_type_find), (ilbc_type_find), (plugin_init):
8344 Fix typefinding for audio/x-au, audio/x-paris and
8345 audio/iLBC-sh. We cannot use the START_WITH macros
8346 here, because there can only be one typefind factory
8347 with the same name (caps), so the second one would
8348 replace the first one and the first one would never
8349 be called when doing typefinding (see #161712).
8352 2006-01-31 Wim Taymans <wim@fluendo.com>
8354 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8355 (vorbis_handle_header_packet), (vorbis_dec_push),
8356 (vorbis_handle_data_packet):
8357 Use scale_int when we can, add some more scaling.
8358 Check packettype before parsing it.
8360 2006-01-31 Wim Taymans <wim@fluendo.com>
8362 * ext/theora/theoradec.c: (_theora_granule_time),
8363 (theora_dec_src_convert), (theora_dec_sink_convert):
8364 Call right _scale functions.
8365 Use parameter instead of some other random value.
8367 2006-01-31 Wim Taymans <wim@fluendo.com>
8369 * ext/theora/theoradec.c: (_theora_granule_frame),
8370 (_theora_granule_time), (_inc_granulepos),
8371 (theora_dec_src_convert), (theora_dec_sink_convert),
8372 (theora_handle_type_packet), (theora_handle_data_packet),
8374 Use higher precision timestamps calculation.
8375 Convert some other conversions to _scale.
8377 2006-01-31 Stefan Kost <ensonic@users.sf.net>
8379 * gst/audiotestsrc/gstaudiotestsrc.c:
8380 (gst_audio_test_src_create_sine_table), (plugin_init):
8381 * gst/volume/gstvolume.c: (plugin_init):
8382 initialize gst_controller before using
8384 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
8386 * tests/check/pipelines/theoraenc.c:
8387 * tests/check/pipelines/vorbisenc.c:
8388 Define constant using G_GINT64_CONSTANT to avoid errors when
8389 passing it around - otherwise it gets truncated to 32 bits.
8391 Fixes failing tests.
8393 2006-01-31 Andy Wingo <wingo@pobox.com>
8395 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8396 caps being set doesn't have a framerate value. Basically a stopgap
8399 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8400 technically correct enough to put into core though.
8401 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8402 DURATION. Fixes theoraenc ! oggmux.
8404 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8405 fraction, not double.
8407 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
8410 add vs7 project files created by Sergey Scobich
8412 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
8415 add vs8 project files created by Sergey Scobich
8417 2006-01-30 Andy Wingo <wingo@pobox.com>
8419 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8420 timestamp + duration, not just timestamp -- ogg pages should be
8421 ordered by stop time. Necessary fix given the change in vorbis
8424 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
8425 (gst_theora_enc_init): Pull the granule shift out of the encoder.
8426 (granulepos_add): New function, handles the messiness of adjusting
8428 (theora_buffer_from_packet):
8430 (theora_enc_sink_event): Use granulepos_add, not +.
8432 * tests/check/pipelines/theoraenc.c
8433 (check_buffer_granulepos_from_starttime): Just check the frame
8434 count, not the actual granulepos -- we can't dictate to the
8435 encoder when it should be placing keyframes.
8437 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
8439 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8440 SERVICE_NOT_AVAILABLE happens for example when you're trying to
8441 play an http:// stream from a server that's not serving
8443 2006-01-30 Andy Wingo <wingo@pobox.com>
8445 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
8446 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8447 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8450 * ext/theora/gsttheoraenc.h:
8451 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8452 although theoraenc was timestamping correctly. Added handling of
8453 streams that start with nonzero timestamps.
8455 * tests/check/Makefile.am:
8456 * tests/check/pipelines/theoraenc.c: New file, basically does same
8459 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8461 2006-01-30 Wim Taymans <wim@fluendo.com>
8463 * gst-libs/gst/audio/gstaudiosink.c:
8464 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8465 (gst_audioringbuffer_pause):
8466 Implement pause that does not wait for completion.
8468 * gst-libs/gst/audio/gstbaseaudiosink.c:
8469 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8470 Don't drop buffers when going to PAUSED but perform preroll on
8471 remaining samples now that core base class supports this.
8473 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8474 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8475 (gst_ring_buffer_commit):
8476 Pause should not signal waiters.
8477 Implement return value of _commit correctly.
8479 2006-01-30 Andy Wingo <wingo@pobox.com>
8481 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8483 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8484 updated to timestamp from the first sample, not the last.
8485 (gst_vorbisenc_buffer_from_header_packet): New function, takes
8486 special care of granulepos and timestamp for header packets.
8487 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8488 when the first buffer has a nonzero timestamp.
8490 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8491 (GstVorbisEnc.subgranule_offset): New members. Take care of the
8492 case when the first audio buffer we get has a nonzero timestamp.
8493 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8494 properly timestamp vorbis buffers with the time of the first
8495 sample, not the last.
8497 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8498 vorbis_granule_time_copy -- now it takes the granule/subgranule
8499 offset into account.
8501 * tests/check/pipelines/vorbisenc.c: New test for correctness of
8502 timestamps, durations, and granulepos on buffers produced by
8505 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
8507 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8508 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8509 Patch from Eric Jonas to support conversions to/from UYVY
8512 2006-01-30 Julien MOUTTE <julien@moutte.net>
8514 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8515 (setup_subtitle), (setup_source), (set_active_source):
8516 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8517 (gen_text_element), (gen_audio_element), (gen_vis_element),
8518 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8520 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
8522 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8523 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8524 use gst_guint64_to_gdouble to be compliant with vs6
8525 * gst/playback/gstdecodebin.c: (try_to_link_1)
8526 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8527 use G_GINT64_CONSTANT for int64 constants
8528 * win32/common/libgstinterfaces.def:
8529 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8531 update and add new project files
8533 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8537 * win32/common/interfaces-enumtypes.c:
8538 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8539 (gst_mixer_track_flags_get_type),
8540 (gst_tuner_channel_flags_get_type):
8541 * win32/common/interfaces-enumtypes.h:
8542 * win32/common/multichannel-enumtypes.c:
8543 (gst_audio_channel_position_get_type):
8544 * win32/common/multichannel-enumtypes.h:
8545 add a win32-update rule like in core, and copy over enumtypes files
8547 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8550 * win32/common/config.h:
8551 * win32/common/config.h.in:
8552 add config files just like in core
8554 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
8556 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8557 Make gcc-4.1 happy (part of #327357).
8559 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8561 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8562 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8563 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8564 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8565 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8566 (gst_alsasrc_unprepare), (gst_alsasrc_read):
8567 Update all error messages. All of them should either use
8568 the default translated message, or actually provide a
8569 translatable string.
8570 Make the string for channel count problems meaningful.
8572 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8574 * sys/v4l/v4l_calls.c: (gst_v4l_open):
8575 check for and throw RESOURCE_BUSY
8577 2006-01-27 David Schleef <ds@schleef.org>
8579 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8580 checked in this change -- it requires liboil features not
8581 in 0.3.6. Revert parts.
8583 2006-01-27 David Schleef <ds@schleef.org>
8586 * configure.ac: update liboil requirement to 0.3.6
8587 * gst/videoscale/Makefile.am:
8588 * gst/videoscale/vs_scanline.c: liboilify
8590 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8592 * ext/libvisual/visual.c: (get_buffer):
8593 When pad_alloc returns a GstFlowReturn other
8594 than GST_FLOW_OK, make sure it is passed upstream.
8596 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8598 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8599 (gst_alsasink_class_init):
8600 Free the device name string.
8602 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8603 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8604 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8605 Don't remove a pad from the collectpads structure until it
8606 is released - it's a request pad, and may receive data again
8607 if the element gets moved back to PLAYING state.
8609 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8610 Ensure we turn on double buffering on the Xv port, and
8611 set the colour key to something dark and mysterious that
8614 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
8616 * ext/alsa/gstalsaplugin.c: (plugin_init):
8617 * ext/cdparanoia/gstcdparanoiasrc.c:
8618 (gst_cd_paranoia_src_base_init), (plugin_init):
8619 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8620 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8621 - a library should not call setlocale. see "Libraries" node in
8623 - make sure all plugins that use translation do bindtextdomain
8624 to point to the localedir
8625 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8626 (setup_sinks), (plugin_init):
8627 all this, and check for NULL when creating sinks
8629 2006-01-27 Julien MOUTTE <julien@moutte.net>
8631 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8632 (plugin_init): Make typefinding of subtitles work again.
8634 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
8636 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8637 (mp3_type_frame_length_from_header), (mp3_type_find),
8638 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8640 Backport a bunch of typefinding fixes from the 0.8 branch.
8641 Also, improve wavpack typefinding: if we can't peek the
8642 entire wavpack block, try to parse the bits we can get and
8643 see if we find what we're looking for in those.
8645 2006-01-26 Julien MOUTTE <julien@moutte.net>
8647 * sys/ximage/ximagesink.c:
8648 (gst_ximagesink_calculate_pixel_aspect_ratio):
8649 * sys/xvimage/xvimagesink.c:
8650 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8651 more cases of pixel aspect ratio.
8653 2006-01-26 Edward Hervey <edward@fluendo.com>
8655 * gst/playback/gstdecodebin.c: (pad_probe):
8656 Also consider the flush-start and tag events as unblockers
8659 2006-01-26 Julien MOUTTE <julien@moutte.net>
8661 * gst/playback/gstplaybin.c: (gst_play_bin_init),
8662 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8663 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
8664 On the fly visualisation switch, works disabling, enabling as
8665 well but it won't be able to enable vis in a playbin that was
8666 created with no visualisation.
8668 2006-01-25 Wim Taymans <wim@fluendo.com>
8670 * gst-libs/gst/audio/gstbaseaudiosink.c:
8671 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8672 Undo previous commit that returned WRONG_STATE sooner, it breaks
8675 2006-01-25 Wim Taymans <wim@fluendo.com>
8677 * gst-libs/gst/audio/gstbaseaudiosink.c:
8678 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8679 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8681 Post error when caps cannot be parsed.
8682 Resync on discontinuity in the stream.
8683 Clip samples to segment boundaries.
8684 return WRONG_STATE sooner when we are flushing.
8686 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8687 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8688 Make audiosrc operate in TIME.
8689 Set TIMESTAMP and DURATION on buffers.
8691 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
8693 * tests/examples/seek/seek.c: (main):
8694 Output tag messages as well.
8696 2006-01-23 Edward Hervey <edward@fluendo.com>
8698 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8699 (free_pad_probes), (remove_fakesink), (pad_probe),
8700 (close_pad_link), (gst_decode_bin_change_state):
8701 Replace GstPadBlockCallback with pad probes that detect
8702 first buffer AND eos before removing fakesink.
8703 Fixes hang with demuxers doing EOS while pre-rolling.
8706 2006-01-23 Andy Wingo <wingo@pobox.com>
8708 * ext/alsa/gstalsasink.c:
8709 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8710 (gst_base_rtp_depayload_setcaps),
8711 (gst_base_rtp_depayload_add_to_queue),
8712 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8714 Patch by: Jens Granseuer <jensgr at gmx dot net>
8716 2006-01-22 Julien MOUTTE <julien@moutte.net>
8718 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8719 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8720 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
8721 frames. We might get a frame destroyed after changing state to
8722 NULL, adding a safety check on xcontext.
8724 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
8726 * gst-libs/gst/interfaces/xoverlay.c:
8727 Fix prepare-xwindow-id code example in the docs - we need to
8728 ignore all messages that aren't element messages as well.
8730 2006-01-21 Julien MOUTTE <julien@moutte.net>
8732 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8733 I think one day i'll completely undestand how caps negotiation
8734 is supposed to work. This refactoring handles buffer_alloc
8735 called with caps we can't handle. We definitely don't want a
8736 set_caps with those caps, so we define and allocate a buffer
8737 we would like to receive.
8739 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
8741 * gst/playback/gstplaybasebin.c: (setup_source):
8742 Free iterator when done.
8744 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
8746 * gst-libs/gst/audio/gstbaseaudiosink.c:
8747 (gst_base_audio_sink_render):
8748 Fix playback of non-synchronised streams by assuming a rate
8749 of 1.0 instead of a random one.
8751 Makes this work again:
8753 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8754 endianness=(int)4321, signed=(boolean)true, width=(int)16,
8755 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8756 audioresample ! alsasink
8758 === release 0.10.2 ===
8760 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8763 releasing 0.10.2, "Then the devil is six"
8765 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
8767 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8768 * gst/playback/gststreamselector.c:
8769 (gst_stream_selector_set_property):
8770 Comment out broken code that connects to the state-changed signal.
8771 At this point, changing current stream selection is broken, but
8772 stuff like gst-launch playbin current-audio=1 works and filters
8773 to the chosen stream.
8775 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8777 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8778 Fix #327216 (null dereference in vorbisdec)
8780 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
8782 * ext/theora/theoradec.c: (theora_handle_comment_packet):
8783 Post taglist actually on bus instead of just freeing it
8784 (fixes #327114 and totem bug #327080).
8786 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8787 Use gst_element_found_tags_for_pad(), so that the tags
8788 are sent downstream as an event as well.
8790 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
8792 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8793 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8794 (gst_ximagesink_buffer_alloc):
8795 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8796 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8797 (gst_xvimagesink_buffer_alloc):
8798 move all regularly occurring messages to GST_LOG level
8799 add some more object logs
8801 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
8803 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8804 fix a silly segfault
8806 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
8808 * docs/libs/gst-plugins-base-libs-docs.sgml:
8809 * docs/libs/gst-plugins-base-libs-sections.txt:
8810 * gst-libs/gst/audio/mixerutils.c:
8811 * gst-libs/gst/audio/mixerutils.h:
8812 Add docs for mixerutils stuff.
8814 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
8816 * gst/playback/gstplaybasebin.c: (setup_source):
8817 Fix playback for sources that emit raw audio or
8818 raw video streams (e.g.: cd audio sources) (#325984).
8820 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
8822 * gst-libs/gst/audio/mixerutils.c:
8823 (gst_audio_mixer_filter_do_filter):
8824 actually save the element we create
8826 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
8828 * gst-libs/gst/cdda/gstcddabasesrc.c:
8829 (gst_cdda_base_src_handle_track_seek):
8830 No need to post a tag message on the bus when seeking
8831 within the same track, only post it when the current
8834 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8836 * gst/playback/gstplaybasebin.c: (group_destroy),
8837 (probe_triggered), (new_decoded_pad), (mute_group_type),
8838 (set_active_source):
8839 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8840 * gst/playback/gststreamselector.c:
8841 (gst_stream_selector_base_init),
8842 (gst_stream_selector_set_property),
8843 (gst_stream_selector_request_new_pad):
8844 Reenable stream selection. These mechanisms need a complete overhaul
8845 in the face of 0.8->0.10 changes though.
8847 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8849 * ext/ogg/gstoggdemux.c:
8850 Change the pad template to src_%d to match the pads that
8851 are created from it. decodebin needs this information in order
8852 to decide that oggdemux is capable of producing multiple pads
8853 (and hence needs queues inserted).
8855 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8856 (gst_ogg_mux_collected):
8857 Make debug output more useful by using GST_PTR_FORMAT.
8859 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8861 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
8863 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8864 Set depth and width for alaw/mulaw (fixes #326601).
8866 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
8868 * tests/icles/Makefile.am:
8869 don't build the tests if we don't have the libs
8871 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8873 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8874 (gst_cd_paranoia_paranoia_callback):
8875 Don't try to free NULL pointers.
8877 2006-01-10 Edward Hervey <edward@fluendo.com>
8879 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8880 (gst_audio_rate_change_state), (plugin_init):
8881 Add debugging category.
8883 Add case for incoming buffers without valid offset/offset_end.
8885 2006-01-10 Michael Smith <msmith@fluendo.com>
8887 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8888 Don't leak GCond in audio sources.
8890 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
8892 * gst/playback/gstplaybin.c: (gen_audio_element):
8893 Don't leak an autoaudiosink/alsasink when we generate
8894 a new audio element. (old code, I guess)
8896 2006-01-10 Michael Smith <msmith@fluendo.com>
8898 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8899 Support float audio in audiorate.
8900 Use width rather than depth for selecting sample width.
8902 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8904 * gst/videotestsrc/videotestsrc.h:
8905 Use GLib types here (that way we don't have to include the
8906 generated _stdint.h header, which makes life easier for win32
8907 folks that don't use autotools for the build) (#325990, patch
8908 by: Sergey Scobich).
8910 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8912 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8913 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8914 (gst_ring_buffer_pause), (wait_segment):
8915 * gst-libs/gst/audio/gstringbuffer.h:
8916 Name (private) union, makes Forte compiler happy (this time
8917 for real) (#324900).
8919 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
8921 * gst-libs/gst/audio/Makefile.am:
8922 Link against libgstinterfaces, needed for mixer
8923 and property probe stuff.
8925 2006-01-09 Edward Hervey <edward@fluendo.com>
8927 * gst-libs/gst/Makefile.am:
8929 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
8931 * gst-libs/gst/audio/Makefile.am:
8932 * gst-libs/gst/audio/mixerutils.c:
8933 (gst_audio_mixer_filter_do_filter),
8934 (gst_audio_mixer_filter_check_element),
8935 (gst_audio_mixer_filter_probe_feature),
8936 (element_factory_rank_compare_func),
8937 (gst_audio_default_registry_mixer_filter):
8938 * gst-libs/gst/audio/mixerutils.h:
8939 Add gst_audio_default_registry_mixer_filter() utility
8942 2006-01-03 Michael Smith <msmith@fluendo.com>
8944 * gst/audioresample/resample.h:
8945 As before, but for o_buf
8947 2006-01-03 Michael Smith <msmith@fluendo.com>
8949 * gst/audioresample/resample.h:
8950 Declare struct _ResampleState.buffer as unsigned char *, not void *,
8951 since we do arithmetic on it.
8953 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
8955 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8956 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8957 (gst_ring_buffer_pause), (wait_segment):
8958 * gst-libs/gst/audio/gstringbuffer.h:
8959 Sun's Forte compiler doesn't seem to like anonymous structs,
8960 so use same setup as in GstBaseSrc (fixes #324900).
8962 2005-12-30 Stefan Kost <ensonic@users.sf.net>
8965 * gst/volume/Makefile.am:
8966 * gst/volume/demo.c:
8967 move old example to tests/examples/volume/volune.c
8968 * tests/examples/Makefile.am:
8969 * tests/examples/seek/seek.c: (main):
8970 change window-close event from "delete-event" to "destroy"
8971 * tests/examples/volume/Makefile.am:
8972 * tests/examples/volume/volume.c: (value_changed_callback),
8973 (setup_gui), (message_received), (eos_message_received), (main):
8974 fix event handling and bus usage
8976 2005-12-29 Stefan Kost <ensonic@users.sf.net>
8978 * gst/audiotestsrc/gstaudiotestsrc.c:
8979 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8980 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8981 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8982 (gst_audio_test_src_create_square),
8983 (gst_audio_test_src_create_saw),
8984 (gst_audio_test_src_create_triangle),
8985 (gst_audio_test_src_create_silence),
8986 (gst_audio_test_src_create_white_noise),
8987 (gst_audio_test_src_create_pink_noise),
8988 (gst_audio_test_src_init_sine_table),
8989 (gst_audio_test_src_create_sine_table),
8990 (gst_audio_test_src_change_wave),
8991 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8992 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8993 * gst/audiotestsrc/gstaudiotestsrc.h:
8994 update to basesrc changes, implement segmented seeking and eos
8995 handling, add a 'sine-tab' waveform for performance critical playback
8997 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9000 ... and this time the other modified file that I missed last time.
9002 2005-12-29 Michael Smith <msmith@fluendo.com>
9004 * gst/playback/gstdecodebin.c: (new_pad):
9005 Fix non-C89 variable declaration not at the start of a block. Should
9006 help some compilers.
9008 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9010 * tests/check/Makefile.am:
9011 And now fix 'make distcheck' (builddir != srcdir)
9013 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9016 * ext/cdparanoia/Makefile.am:
9017 * ext/cdparanoia/gstcdparanoia.c:
9018 * ext/cdparanoia/gstcdparanoia.h:
9019 * ext/cdparanoia/gstcdparanoiasrc.c:
9020 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9021 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9022 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9023 (gst_cd_paranoia_paranoia_callback),
9024 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9025 (gst_cd_paranoia_src_set_property),
9026 (gst_cd_paranoia_src_get_property), (plugin_init):
9027 * ext/cdparanoia/gstcdparanoiasrc.h:
9028 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9029 plugin again (there are still fixes required to playbin to make
9030 cdda:// uris work there).
9032 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9034 * tests/check/Makefile.am:
9035 Fix test case compilation.
9037 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9039 * gst-libs/gst/cdda/gstcddabasesrc.c:
9040 (gst_cdda_base_src_update_duration),
9041 (gst_cdda_base_src_calculate_cddb_id):
9042 An integer is not a string. Fix access to uninitialised variable.
9044 * tests/check/Makefile.am:
9045 Add cddabasesrc unit test; also actually enable the vorbis test.
9047 * tests/check/generic/states.c:
9048 Blacklist new cd audio elements as well.
9050 * tests/check/libs/cddabasesrc.c:
9051 Unit test for GstCddaBaseSrc (discid calculation mostly).
9053 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9055 * docs/libs/Makefile.am:
9056 * docs/libs/gst-plugins-base-libs-docs.sgml:
9057 * docs/libs/gst-plugins-base-libs-sections.txt:
9058 * docs/libs/gst-plugins-base-libs.types:
9059 Add docs for libgstcdda/GstCddaBaseSrc.
9061 * gst-libs/gst/interfaces/mixertrack.h:
9062 Do one struct member per line with a semicolon at the end, that way
9063 even gtk-doc might parse it without complaining.
9065 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9068 * gst-libs/gst/Makefile.am:
9069 * gst-libs/gst/cdda/Makefile.am:
9070 * gst-libs/gst/cdda/base64.c:
9071 * gst-libs/gst/cdda/base64.h:
9072 * gst-libs/gst/cdda/gstcddabasesrc.c:
9073 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9074 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9075 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9076 (gst_cdda_base_src_get_property),
9077 (gst_cdda_base_src_get_track_from_sector),
9078 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9079 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9080 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9081 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9082 (gst_cdda_base_src_uri_get_protocols),
9083 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9084 (gst_cdda_base_src_uri_handler_init),
9085 (gst_cdda_base_src_setup_interfaces),
9086 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9087 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9088 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9089 (gst_cdda_base_src_add_tags),
9090 (gst_cdda_base_src_add_index_associations),
9091 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9092 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9093 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9094 (gst_cdda_base_src_create):
9095 * gst-libs/gst/cdda/gstcddabasesrc.h:
9096 * gst-libs/gst/cdda/sha1.c:
9097 * gst-libs/gst/cdda/sha1.h:
9098 Add new libgstcdda with GstCddaBaseSrc class.
9100 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9102 * ext/gnomevfs/gstgnomevfssink.h:
9103 Use GstBaseSinkClass as parent_class member for class struct, not
9106 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9108 Patch by: Michael Benes
9110 * gst/videotestsrc/gstvideotestsrc.c:
9111 (gst_video_test_src_class_init), (gst_video_test_src_start):
9112 Add start method to reset running time and number of frames sent
9113 when starting up (fixes #324696)
9115 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9117 * docs/plugins/Makefile.am:
9118 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9119 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9120 * docs/plugins/gst-plugins-base-plugins.args:
9121 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9122 * docs/plugins/gst-plugins-base-plugins.signals:
9123 Add docs stuff for gnomevfssrc and gnomevfssink.
9125 * ext/gnomevfs/gstgnomevfssrc.c:
9126 Fix example pipeline in gtk-doc blurb.
9128 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9130 * ext/gnomevfs/Makefile.am:
9131 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9132 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9133 (gst_gnome_vfs_handle_get_type), (plugin_init):
9134 * ext/gnomevfs/gstgnomevfs.h:
9135 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9136 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9137 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9138 (gst_gnome_vfs_sink_set_property),
9139 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9140 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9141 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9142 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9143 (gst_gnome_vfs_sink_uri_get_type),
9144 (gst_gnome_vfs_sink_uri_get_protocols),
9145 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9146 (gst_gnome_vfs_sink_uri_handler_init):
9147 * ext/gnomevfs/gstgnomevfssink.h:
9148 Port gnomevfssink; add gtk-doc blurb.
9150 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9151 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9152 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9153 (gst_gnome_vfs_src_uri_get_type),
9154 (gst_gnome_vfs_src_uri_get_protocols),
9155 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9156 (gst_gnome_vfs_src_uri_handler_init),
9157 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9158 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9159 (gst_gnome_vfs_src_send_additional_headers_callback),
9160 (gst_gnome_vfs_src_received_headers_callback),
9161 (gst_gnome_vfs_src_push_callbacks),
9162 (gst_gnome_vfs_src_pop_callbacks),
9163 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9164 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9165 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9166 * ext/gnomevfs/gstgnomevfssrc.h:
9167 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9168 file; add gtk-doc blurb with example pipelines.
9170 === release 0.10.1 ===
9172 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
9175 releasing 0.10.1, "Dobro Dedek"
9177 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
9179 * gst/typefind/gsttypefindfunctions.c:
9180 iLBC30 and iLBC20 added to typefind.
9182 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
9184 * gst-libs/gst/audio/gstbaseaudiosink.c:
9185 (gst_base_audio_sink_class_init):
9186 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9187 (gst_base_audio_src_class_init):
9188 update strings, values are in microseconds
9189 change the default sink buffer time to something that is smaller
9190 (to help software volume mixing have a slightly lower delay) but
9191 still be acceptable on Wim's laptop
9193 2005-12-20 Edward Hervey <edward@fluendo.com>
9195 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9196 Made a quack, forgot to add DUCK to the riff video template.
9198 2005-12-19 Edward Hervey <edward@fluendo.com>
9200 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9201 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9202 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9203 (gst_ogm_parse_chain):
9204 Make sure pads are initialized correctly.
9205 * gst-libs/gst/riff/riff-ids.h:
9206 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9207 (gst_riff_create_video_template_caps):
9208 Add a whole bunch of FOURCC <=> MimeType.
9209 Extend the riff video pad template to support the newly added fourcc.
9211 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
9213 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9214 (gst_ogg_demux_activate_chain):
9215 Extra debug output when activating/deactivating chains.
9217 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9218 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9220 Remove a queue from our list when it becomes unlinked.
9221 Don't add queues to elements in class 'Demux' if they
9222 can only produce one pad
9224 2005-12-18 Julien MOUTTE <julien@moutte.net>
9226 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9227 (gst_video_sink_get_type): Add a debug category.
9229 2005-12-17 Philippe Khalaf <burger@speedy.org>
9231 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9232 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9233 Handle downstream newsegment by sending our own newsegment before the
9234 next buffer to be released. (#323900)
9236 2005-12-17 Philippe Khalaf <burger@speedy.org>
9238 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9239 (gst_base_rtp_depayload_set_gst_timestamp):
9240 add queue delay to new segment as well (as opposed to just the first
9241 buffer). (bug #322347)
9243 2005-12-16 Stefan Kost <ensonic@users.sf.net>
9245 * ext/libvisual/visual.c: (make_valid_name):
9246 change some char* into char[]
9247 * gst/audiotestsrc/gstaudiotestsrc.c:
9248 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9249 (gst_audio_test_src_create):
9250 * gst/audiotestsrc/gstaudiotestsrc.h:
9251 prepare to handle EOS and SEGMENT_DONE
9253 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9255 * tests/check/generic/states.c: (GST_START_TEST):
9256 Blacklist cdparanoia element in state test.
9258 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9260 Patch by: Benjamin Pineau
9263 * gst/tcp/gsttcpclientsink.c:
9264 * gst/tcp/gsttcpserversink.c:
9265 * gst/tcp/gsttcpserversrc.c:
9266 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9268 2005-12-15 Michael Smith <msmith@fluendo.com>
9270 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9271 (gst_video_rate_chain):
9272 Fix timestamping for videorate when the first buffer it sees has a
9273 non-zero timestamp. Fix some misleading debug output.
9275 2005-12-15 Michael Smith <msmith@fluendo.com>
9277 * gst/audioresample/gstaudioresample.c:
9278 Don't leak all input buffers to audioresample.
9280 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9282 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9283 Don't operate on empty text buffers. Strip newlines and
9284 tabs only from the end of the text, but leave them intact
9285 in the middle. Fix typo in gtk-doc description.
9287 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9289 * gst/playback/gstplaybasebin.c:
9290 * gst/playback/gstplaybin.c: (handoff):
9291 Make sure the video frame buffer we return to apps via the
9292 "frame" property always has caps set on it. Modify
9293 _gst_gvalue_set_object() macro to handle NULL objects
9296 2005-12-14 Stefan Kost <ensonic@users.sf.net>
9298 * gst/audiotestsrc/gstaudiotestsrc.c:
9299 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9300 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9301 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9302 (gst_audio_test_src_create):
9303 * gst/audiotestsrc/gstaudiotestsrc.h:
9304 Adjust to some recent api changes and add wtays new cool seeking
9307 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
9309 * ext/alsa/Makefile.am:
9310 * ext/alsa/gstalsadeviceprobe.c:
9311 * ext/alsa/gstalsadeviceprobe.h:
9312 Helper functions to add device probing via the GstPropertyProbe
9313 interface to a class.
9315 * ext/alsa/gstalsamixer.h:
9316 Comment out GST_ALSA_MIXER, it returns a struct that's not
9319 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9320 Add some debug info.
9322 * ext/alsa/gstalsamixerelement.c:
9323 (gst_alsa_mixer_element_interface_supported),
9324 (gst_implements_interface_init),
9325 (gst_alsa_mixer_element_init_interfaces),
9326 (gst_alsa_mixer_element_class_init),
9327 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9328 (gst_alsa_mixer_element_set_property),
9329 (gst_alsa_mixer_element_get_property),
9330 (gst_alsa_mixer_element_change_state):
9331 * ext/alsa/gstalsamixerelement.h:
9332 Add 'device' and 'device-name' properties. Add GstPropertyProbe
9333 for device handling (gnome-volume-control will need that).
9335 2005-12-12 Christian Schaller <uraeus@gnome.org>
9337 * ext/Makefile.am: fix cdparanoia entry
9338 * gst-plugins-base.spec.in: add cdparanoia
9340 2005-12-12 Michael Smith <msmith@fluendo.com>
9342 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9343 Use the correct function to free list of typefind factories.
9345 2005-12-12 Wim Taymans <wim@fluendo.com>
9347 * gst/videotestsrc/gstvideotestsrc.c:
9348 (gst_video_test_src_class_init), (gst_video_test_src_init),
9349 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9350 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9351 (gst_video_test_src_create):
9352 * gst/videotestsrc/gstvideotestsrc.h:
9353 Implement seeking in videotestsrc.
9356 2005-12-12 Wim Taymans <wim@fluendo.com>
9358 * ext/cdparanoia/Makefile.am:
9359 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9360 (gst_paranoia_endian_get_type), (_do_init),
9361 (cdparanoia_class_init), (cdparanoia_init),
9362 (cdparanoia_set_property), (cdparanoia_get_property),
9363 (cdparanoia_do_seek), (cdparanoia_is_seekable),
9364 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9365 (cdparanoia_convert), (cdparanoia_get_query_types),
9366 (cdparanoia_query), (cdparanoia_set_index),
9367 (cdparanoia_uri_set_uri):
9368 * ext/cdparanoia/gstcdparanoia.h:
9369 Partially ported cdparanoia now that basesrc can support a
9372 2005-12-12 Wim Taymans <wim@fluendo.com>
9374 * tests/examples/seek/scrubby.c: (main):
9375 Set higher priority for bus events so they don't get reordered with
9378 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9379 (flush_toggle_cb), (main):
9380 Added checkbox to disable flushing seeks.
9381 Disable scrubbing when doing non flushing seeks.
9383 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
9385 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9386 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9387 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9388 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9389 Implement some sort of event handling that doesn't rely on
9390 g_return_if_fail; make sure we always push the last chunk of an
9391 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9392 state change function; remove some old cruft. Seeking is still
9393 rather unlikely to work though.
9398 2005-12-11 Julien MOUTTE <julien@moutte.net>
9400 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9401 Fixed a leak of the current image reference when cleaning up.
9402 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9404 2005-12-09 Michael Smith <msmith@fluendo.com>
9406 * tools/Makefile.am:
9407 * tools/gst-launch-ext-m.m:
9408 Remove gst-launch-ext. It doesn't work, and is no longer
9409 particularly useful.
9411 2005-12-08 Luca Ognibene <luogni@tin.it>
9413 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9414 don't pass random values to ogmparse convert function.
9415 Make seeking possible in the exile1.ogm file.
9417 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
9419 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9420 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9421 Work around refcount problem with g_value_set_object() that occur
9422 if the core has been compiled against GLib-2.6 (g_value_set_object()
9423 will only g_object_ref() the element, but the caller will
9424 gst_object_unref() it and bad things will happen due to the way
9425 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9426 totem for people on FC4 using Thomas's 0.10 RPMs.
9428 2005-12-07 Edward Hervey <edward@fluendo.com>
9430 Time to welcome ogm to 0.10 :)
9432 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9433 (gst_ogg_pad_typefind):
9434 Oggdemux can now properly typefind elements with dynamic pads.
9435 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9436 Properly set caps on src pad, and set caps on outgoing buffers.
9438 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
9440 * ext/alsa/gstalsamixer.h:
9441 * ext/alsa/gstalsamixerelement.h:
9442 * ext/alsa/gstalsamixeroptions.h:
9443 * ext/alsa/gstalsamixertrack.h:
9444 * ext/alsa/gstalsasink.c:
9445 * ext/alsa/gstalsasink.h:
9446 * ext/alsa/gstalsasrc.c:
9447 * ext/alsa/gstalsasrc.h:
9448 * ext/cdparanoia/gstcdparanoia.h:
9449 * ext/gnomevfs/gstgnomevfsuri.h:
9450 * ext/ogg/gstoggdemux.c:
9451 * ext/ogg/gstoggmux.c:
9452 * ext/pango/gsttextoverlay.h:
9453 * ext/theora/theoradec.c:
9454 * ext/theora/theoraenc.c:
9455 * ext/vorbis/vorbisdec.h:
9456 * ext/vorbis/vorbisenc.c:
9457 * ext/vorbis/vorbisenc.h:
9458 * ext/vorbis/vorbisparse.h:
9459 * gst-libs/gst/audio/gstaudioclock.h:
9460 * gst-libs/gst/audio/gstaudiosink.c:
9461 * gst-libs/gst/audio/gstaudiosink.h:
9462 * gst-libs/gst/audio/gstaudiosrc.c:
9463 * gst-libs/gst/audio/gstaudiosrc.h:
9464 * gst-libs/gst/audio/gstbaseaudiosink.c:
9465 * gst-libs/gst/audio/gstbaseaudiosink.h:
9466 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9467 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9468 * gst-libs/gst/audio/gstringbuffer.h:
9469 * gst-libs/gst/audio/multichannel.h:
9470 * gst-libs/gst/floatcast/floatcast.h:
9471 * gst-libs/gst/interfaces/colorbalance.c:
9472 * gst-libs/gst/interfaces/colorbalance.h:
9473 * gst-libs/gst/interfaces/colorbalancechannel.h:
9474 * gst-libs/gst/interfaces/mixer.h:
9475 * gst-libs/gst/interfaces/mixeroptions.h:
9476 * gst-libs/gst/interfaces/mixertrack.h:
9477 * gst-libs/gst/interfaces/navigation.h:
9478 * gst-libs/gst/interfaces/propertyprobe.h:
9479 * gst-libs/gst/interfaces/tuner.h:
9480 * gst-libs/gst/interfaces/tunerchannel.h:
9481 * gst-libs/gst/interfaces/tunernorm.h:
9482 * gst-libs/gst/interfaces/xoverlay.h:
9483 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9484 * gst-libs/gst/riff/riff-ids.h:
9485 * gst-libs/gst/riff/riff-media.h:
9486 * gst-libs/gst/riff/riff-read.h:
9487 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9488 * gst-libs/gst/rtp/gstbasertppayload.c:
9489 * gst-libs/gst/rtp/gstbasertppayload.h:
9490 * gst-libs/gst/rtp/gstrtpbuffer.c:
9491 * gst-libs/gst/rtp/gstrtpbuffer.h:
9492 * gst-libs/gst/tag/gsttageditingprivate.h:
9493 * gst-libs/gst/tag/gstvorbistag.c:
9494 (gst_tag_list_from_vorbiscomment_buffer):
9495 * gst-libs/gst/tag/tag.h:
9496 * gst-libs/gst/video/video.h:
9497 * gst/adder/gstadder.c:
9498 * gst/adder/gstadder.h:
9499 * gst/audioconvert/audioconvert.c:
9500 * gst/audioconvert/audioconvert.h:
9501 * gst/audioconvert/gstaudioconvert.c:
9502 * gst/audioconvert/gstchannelmix.c:
9503 * gst/audioconvert/gstchannelmix.h:
9504 * gst/audiorate/gstaudiorate.c:
9505 * gst/audioresample/buffer.h:
9506 * gst/audioresample/functable.h:
9507 * gst/audioresample/gstaudioresample.c:
9508 * gst/audioresample/resample.h:
9509 * gst/ffmpegcolorspace/avcodec.h:
9510 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9511 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9512 * gst/ffmpegcolorspace/imgconvert.c:
9513 * gst/ffmpegcolorspace/imgconvert_template.h:
9514 * gst/playback/gstdecodebin.c:
9515 * gst/playback/gstplaybasebin.h:
9516 * gst/playback/gstplaybin.c:
9517 * gst/playback/gststreaminfo.h:
9518 * gst/tcp/gstfdset.c:
9519 * gst/tcp/gstfdset.h:
9520 * gst/tcp/gstmultifdsink.c:
9521 * gst/tcp/gstmultifdsink.h:
9523 * gst/tcp/gsttcpclientsrc.c:
9524 * gst/tcp/gsttcpclientsrc.h:
9525 * gst/tcp/gsttcpplugin.h:
9526 * gst/tcp/gsttcpserversink.c:
9527 * gst/tcp/gsttcpserversrc.c:
9528 * gst/typefind/gsttypefindfunctions.c:
9529 * gst/videorate/gstvideorate.c:
9530 * gst/videotestsrc/gstvideotestsrc.h:
9531 * gst/videotestsrc/videotestsrc.h:
9532 * sys/v4l/gstv4lcolorbalance.h:
9533 * sys/v4l/gstv4ltuner.h:
9534 * sys/v4l/gstv4lxoverlay.h:
9535 * sys/v4l/v4l_calls.h:
9536 * sys/v4l/videodev_mjpeg.h:
9537 * tests/check/elements/audioconvert.c:
9538 * tests/check/elements/audioresample.c:
9539 * tests/check/elements/audiotestsrc.c:
9540 * tests/check/elements/videotestsrc.c:
9541 * tests/check/elements/volume.c:
9542 * tests/examples/seek/scrubby.c:
9543 * tests/examples/seek/seek.c:
9546 === release 0.10.0 ===
9548 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9551 releasing 0.10.0, "Mont-d'or"
9553 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
9555 * tests/examples/seek/Makefile.am:
9556 Build fix for when gtk is not available.
9558 2005-12-05 Andy Wingo <wingo@pobox.com>
9560 * ext/libvisual/visual.c: (get_buffer):
9561 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9562 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9563 * ext/theora/theoradec.c: (theora_handle_data_packet):
9564 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9566 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9567 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9568 Update for alloc_buffer changes.
9570 2005-12-05 Andy Wingo <wingo@pobox.com>
9572 patch by: Kai Vehmanen <kv2004 eca cx>
9574 * gst-libs/gst/rtp/gstbasertpdepayload.c
9575 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9577 2005-12-04 Andy Wingo <wingo@pobox.com>
9579 patch by: Sebastien Cote <sebas642 yahoo ca>
9581 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9584 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
9586 * docs/plugins/Makefile.am:
9587 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9588 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9589 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9590 * ext/pango/gstclockoverlay.c:
9591 * ext/pango/gsttextoverlay.c:
9592 * ext/pango/gsttextrender.c:
9593 * ext/pango/gsttimeoverlay.c:
9594 Add gtk-doc blurbs to pango elements.
9596 2005-12-02 Wim Taymans <wim@fluendo.com>
9598 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9599 * gst/audioresample/buffer.h:
9600 * gst/audioresample/gstaudioresample.c:
9601 * gst/audioresample/gstaudioresample.h:
9602 * gst/audioresample/resample.c: (resample_input_flush),
9603 (resample_input_pushthrough), (resample_input_eos),
9604 (resample_get_output_size_for_input),
9605 (resample_get_input_size_for_output), (resample_get_output_size),
9606 (resample_get_output_data):
9607 * gst/audioresample/resample.h:
9608 * gst/audioresample/resample_ref.c: (resample_scale_ref):
9609 Fix audioresample, seek torture, new segments, reverse negotiation
9612 2005-12-02 Wim Taymans <wim@fluendo.com>
9614 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9617 2005-12-02 Wim Taymans <wim@fluendo.com>
9619 * gst/audioconvert/gstaudioconvert.c:
9620 (gst_audio_convert_transform):
9623 === release 0.9.7 ===
9625 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9628 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9630 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9636 add win32 MANIFEST file
9637 do something to the hungarian translation
9639 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
9642 Add $(PANGO_DIR) to SUBDIRS
9644 * ext/pango/gstclockoverlay.c:
9645 * ext/pango/gsttimeoverlay.c:
9646 Fix and improve element descriptions.
9648 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9650 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9651 * docs/plugins/inspect/plugin-libvisual.xml:
9652 * docs/plugins/inspect/plugin-pango.xml:
9653 add pango plugin to docs
9655 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9661 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9664 * tests/Makefile.am:
9665 * tests/icles/.cvsignore:
9666 * tests/icles/Makefile.am:
9667 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9668 (close_display), (resize_window), (move_window), (create_window),
9669 (terminate_playback), (pause_playback), (start_playback), (main):
9670 add stress test for xoverlay from Julien
9672 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9674 * docs/libs/tmpl/gstcolorbalance.sgml:
9675 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9676 * gst-libs/gst/rtp/gstbasertppayload.c:
9677 * gst-libs/gst/rtp/gstrtpbuffer.c:
9678 * gst-libs/gst/rtp/gstrtpbuffer.h:
9679 Do burger's rename for rtp payloaders and depayloaders
9681 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9684 add Visual Studio 6 build files
9686 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9688 * docs/libs/gst-plugins-base-libs-docs.sgml:
9689 * docs/libs/gst-plugins-base-libs-sections.txt:
9690 * docs/libs/tmpl/gstaudio.sgml:
9691 * docs/libs/tmpl/gstringbuffer.sgml:
9692 * gst-libs/gst/interfaces/xoverlay.c:
9693 * gst-libs/gst/video/gstvideofilter.c:
9694 * gst-libs/gst/video/gstvideosink.c:
9695 update documentation
9697 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9699 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9700 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9701 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9702 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9703 (gst_multi_fd_sink_get_stats),
9704 (gst_multi_fd_sink_remove_client_link),
9705 (gst_multi_fd_sink_handle_client_read),
9706 (gst_multi_fd_sink_client_queue_data),
9707 (gst_multi_fd_sink_client_queue_caps),
9708 (gst_multi_fd_sink_client_queue_buffer),
9709 (gst_multi_fd_sink_new_client),
9710 (gst_multi_fd_sink_handle_client_write),
9711 (gst_multi_fd_sink_recover_client),
9712 (gst_multi_fd_sink_queue_buffer),
9713 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9714 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9715 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9716 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9717 * gst/tcp/gstmultifdsink.h:
9718 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9719 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9720 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9721 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9722 (gst_tcp_client_sink_set_property),
9723 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9724 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9725 * gst/tcp/gsttcpclientsink.h:
9726 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9727 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9728 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9729 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9730 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9731 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9732 * gst/tcp/gsttcpclientsrc.h:
9733 * gst/tcp/gsttcpplugin.c: (plugin_init):
9734 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9735 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9736 (gst_tcp_server_sink_finalize),
9737 (gst_tcp_server_sink_handle_server_read),
9738 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9739 (gst_tcp_server_sink_set_property),
9740 (gst_tcp_server_sink_get_property),
9741 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9742 * gst/tcp/gsttcpserversink.h:
9743 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9744 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9745 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9746 (gst_tcp_server_src_set_property),
9747 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9748 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9749 * gst/tcp/gsttcpserversrc.h:
9752 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9754 * docs/plugins/Makefile.am:
9755 * docs/plugins/gst-plugins-base-plugins.args:
9756 * docs/plugins/inspect/plugin-libvisual.xml:
9757 * gst/audioconvert/plugin.h:
9758 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9759 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9760 (gst_audio_rate_setcaps), (gst_audio_rate_init),
9761 (gst_audio_rate_chain), (gst_audio_rate_set_property),
9762 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9764 * gst/audiotestsrc/gstaudiotestsrc.c:
9765 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9766 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9767 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9768 (gst_audio_test_src_get_query_types),
9769 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9770 (gst_audio_test_src_create_square),
9771 (gst_audio_test_src_create_saw),
9772 (gst_audio_test_src_create_triangle),
9773 (gst_audio_test_src_create_silence),
9774 (gst_audio_test_src_create_white_noise),
9775 (gst_audio_test_src_init_pink_noise),
9776 (gst_audio_test_src_generate_pink_noise_value),
9777 (gst_audio_test_src_create_pink_noise),
9778 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9779 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9780 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9782 * gst/audiotestsrc/gstaudiotestsrc.h:
9783 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9784 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9785 (gst_sub_parse_init), (gst_sub_parse_formats),
9786 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9787 (convert_encoding), (get_next_line),
9788 (gst_sub_parse_data_format_autodetect),
9789 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9790 (gst_sub_parse_loop), (gst_sub_parse_chain),
9791 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9793 * gst/subparse/gstsubparse.h:
9794 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9795 (gst_video_rate_base_init), (gst_video_rate_class_init),
9796 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9797 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9798 (gst_video_rate_init), (gst_video_rate_event),
9799 (gst_video_rate_chain), (gst_video_rate_set_property),
9800 (gst_video_rate_get_property), (gst_video_rate_change_state),
9802 * gst/videoscale/gstvideoscale.c:
9803 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9804 (gst_video_scale_src_template_factory),
9805 (gst_video_scale_sink_template_factory),
9806 (gst_video_scale_get_type), (gst_video_scale_base_init),
9807 (gst_video_scale_class_init), (gst_video_scale_init),
9808 (gst_video_scale_set_property), (gst_video_scale_get_property),
9809 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9810 (gst_video_scale_prepare_size), (parse_caps),
9811 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9812 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9813 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9815 * gst/videoscale/gstvideoscale.h:
9816 * gst/videotestsrc/gstvideotestsrc.c:
9817 (gst_video_test_src_pattern_get_type),
9818 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9819 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9820 (gst_video_test_src_set_pattern),
9821 (gst_video_test_src_set_property),
9822 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9823 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9824 (gst_video_test_src_event), (gst_video_test_src_get_times),
9825 (gst_video_test_src_create), (plugin_init):
9826 * gst/videotestsrc/gstvideotestsrc.h:
9827 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9828 (gst_video_test_src_smpte), (gst_video_test_src_snow),
9829 (gst_video_test_src_black):
9830 * gst/videotestsrc/videotestsrc.h:
9832 clean up docs a little
9834 2005-11-30 Wim Taymans <wim@fluendo.com>
9836 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9837 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9838 (gst_basertppayload_event), (gst_basertppayload_push),
9839 (gst_basertppayload_change_state):
9840 * gst-libs/gst/rtp/gstbasertppayload.h:
9843 2005-11-30 Julien MOUTTE <julien@moutte.net>
9845 * docs/libs/gst-plugins-base-libs-docs.sgml:
9846 * docs/libs/gst-plugins-base-libs-sections.txt:
9847 * gst-libs/gst/video/gstvideofilter.c:
9848 * gst-libs/gst/video/gstvideosink.c:
9849 * gst-libs/gst/video/gstvideosink.h: Adding docs.
9851 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9871 * scripts/autoplugins.sh:
9874 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9878 * examples/Makefile.am:
9879 * examples/capsfilter/Makefile.am:
9880 * examples/capsfilter/capsfilter1.c:
9881 * examples/gob/Makefile.am:
9882 * examples/gob/gst-identity2.gob:
9883 * examples/indexing/.cvsignore:
9884 * examples/indexing/Makefile.am:
9885 * examples/indexing/indexmpeg.c:
9886 * examples/seeking/.cvsignore:
9887 * examples/seeking/Makefile.am:
9888 * examples/seeking/cdparanoia.c:
9889 * examples/seeking/cdplayer.c:
9890 * examples/seeking/chained.c:
9891 * examples/seeking/scrubby.c:
9892 * examples/seeking/seek.c:
9893 * examples/stats/Makefile.am:
9894 * examples/stats/mp2ogg.c:
9895 * examples/switch/.cvsignore:
9896 * examples/switch/Makefile.am:
9897 * examples/switch/switcher.c:
9898 * tests/Makefile.am:
9899 * tests/check/generic/.cvsignore:
9900 * tests/check/pipelines/.cvsignore:
9901 * tests/examples/Makefile.am:
9902 * tests/examples/seek/Makefile.am:
9903 reorganize stuff under tests/
9905 2005-11-30 Edward Hervey <edward@fluendo.com>
9907 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9908 Go away you stupid GstStaticPadTemplate memleak.
9910 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9912 * gst-libs/gst/net/Makefile.am:
9913 * gst-libs/gst/net/README:
9914 * gst-libs/gst/net/gstnetbuffer.c:
9915 * gst-libs/gst/net/gstnetbuffer.h:
9916 this was moved to "netbuffer"
9918 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9920 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9921 (gst_video_filter_class_init), (gst_video_filter_init):
9922 * gst-libs/gst/video/gstvideofilter.h:
9923 borgify name to bring in line with other classes
9925 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9927 * gst/audioscale/.cvsignore:
9928 * gst/audioscale/Makefile.am:
9929 * gst/audioscale/README:
9930 * gst/audioscale/audioscale.vcproj:
9931 * gst/audioscale/dtof.c:
9932 * gst/audioscale/dtos.c:
9933 * gst/audioscale/functable.c:
9934 * gst/audioscale/gstaudioscale.c:
9935 * gst/audioscale/gstaudioscale.h:
9936 * gst/audioscale/private.h:
9937 * gst/audioscale/resample.c:
9938 * gst/audioscale/resample.h:
9939 * gst/audioscale/test.c:
9942 2005-11-30 Edward Hervey <edward@fluendo.com>
9944 * gst-libs/gst/netbuffer/Makefile.am:
9945 really, really tired
9947 2005-11-30 Edward Hervey <edward@fluendo.com>
9949 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9950 Update for new GstTypeFindFactory _register()
9952 2005-11-30 Edward Hervey <edward@fluendo.com>
9954 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
9955 Let's not override libgstnet from core for no reason...
9956 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9957 Ok, maybe not so quick next time.
9959 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
9962 * gst-libs/gst/Makefile.am:
9963 moved gst-libs/gst/net to netbuffer through CVS surgery
9964 remove old directory
9965 updating build to accomodate
9968 2005-11-29 Andy Wingo <wingo@pobox.com>
9970 * pkgconfig/gstreamer-plugins-base.pc.in:
9971 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9972 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9975 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9977 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9978 3rd time's the charm. Correct ref-counting for discarded buffers.
9980 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9982 * gst/playback/gststreamselector.c:
9983 (gst_stream_selector_class_init),
9984 (gst_stream_selector_set_property),
9985 (gst_stream_selector_get_property),
9986 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9989 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
9991 * gst/subparse/gstsubparse.c: (feed_textbuf):
9992 Don't access already unref'ed buffer.
9994 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9996 * gst/playback/gststreamselector.c:
9997 (gst_stream_selector_class_init), (gst_stream_selector_init),
9998 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9999 (gst_stream_selector_get_property),
10000 (gst_stream_selector_get_linked_pad),
10001 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10002 * gst/playback/gststreamselector.h:
10003 Add the active-pad property for playbin to use shortly. Ignore buffers
10004 from any other pad, returning GST_FLOW_NOT_LINKED
10006 2005-11-29 Julien MOUTTE <julien@moutte.net>
10008 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10009 patch from bug #322704 (Alessandro Decina).
10011 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10013 * gst-libs/gst/audio/Makefile.am:
10014 folded audiofilter into the audio library
10016 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10018 * gst/videoscale/gstvideoscale.h:
10019 * gst/videoscale/gstvideoscale.c:
10020 remove unimplemented scale methods
10022 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
10024 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10027 2005-11-28 Julien MOUTTE <julien@moutte.net>
10029 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10030 (gst_ximagesink_setcaps):
10031 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10032 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10033 happens (only visible on ximagesink but bug is in xv too) set_caps was
10034 destroying the internal x[v]image used to memcpy non locally alloced
10035 buffers so that it got renewed on next _chain. The issue is that
10036 _expose will try to put that image as it reffed it in _put.
10037 Using gst_buffer_unref instead of destroy fixes it !
10039 2005-11-28 Edward Hervey <edward@fluendo.com>
10041 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10042 (try_to_link_1), (queue_filled_cb):
10043 Better use of the queues. Start with a small size queue and only increase
10044 the size of the queues when the other queues are empty.
10046 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
10048 * gst-libs/gst/video/Makefile.am:
10049 compile in copied-over videofilter into the video library
10050 * gst-libs/gst/video/videosink.h:
10051 rename the header to gstvideosink.h since it's a base GstObject class
10052 * sys/ximage/ximagesink.h:
10053 * sys/xvimage/xvimagesink.h:
10056 2005-11-28 Wim Taymans <wim@fluendo.com>
10058 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10059 * gst/playback/gstplaybasebin.h:
10060 Prepare to handle errors betters.
10062 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10063 Set sinks to PAUSED first before adding and linking them so that
10064 we don't interrupt dataflow.
10066 2005-11-28 Wim Taymans <wim@fluendo.com>
10068 * gst-libs/gst/audio/TODO:
10071 * gst-libs/gst/audio/gstaudiosink.c:
10072 (gst_audioringbuffer_open_device),
10073 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10074 (gst_audioringbuffer_release):
10077 * gst-libs/gst/audio/gstbaseaudiosink.c:
10078 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10079 (gst_base_audio_sink_change_state):
10080 Slave to the master clock when going to PLAYING and unslave when
10083 * gst-libs/gst/audio/gstringbuffer.c:
10084 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10085 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10086 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10087 (gst_ring_buffer_clear_all), (wait_segment),
10088 (gst_ring_buffer_commit), (gst_ring_buffer_read),
10089 (gst_ring_buffer_advance):
10090 * gst-libs/gst/audio/gstringbuffer.h:
10091 Add some docs and cleanups.
10093 2005-11-28 Julien MOUTTE <julien@moutte.net>
10095 * sys/xvimage/xvimagesink.c:
10096 (gst_xvimagesink_navigation_send_event): Fix navigation events
10097 coordinates translation with pixel aspect ratios.
10099 2005-11-28 Julien MOUTTE <julien@moutte.net>
10101 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10102 Use calculated video geometry from _setcaps instead of buffer
10103 caps to respect pixel aspect ratio. (fixes #322388)
10105 2005-11-28 Julien MOUTTE <julien@moutte.net>
10107 * docs/libs/tmpl/gstcolorbalance.sgml:
10108 * docs/libs/tmpl/gstmixer.sgml:
10109 * docs/libs/tmpl/gstxoverlay.sgml:
10110 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10113 2005-11-28 Julien MOUTTE <julien@moutte.net>
10115 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10116 Refuse to create an XvImage if we can't find the format.
10118 2005-11-28 Edward Hervey <edward@fluendo.com>
10120 * gst-libs/gst/riff/riff-media.c:
10121 (gst_riff_create_audio_template_caps):
10122 Add ATRAC3 to the list of riff-possible audio caps.
10123 I know we still don't have a plugin for atrac3, but it's saner to output
10124 that than a cryptic mimetype.
10126 2005-11-27 Edward Hervey <edward@fluendo.com>
10128 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10129 Don't try to create a zero-sized subbuffer.
10131 2005-11-27 Julien MOUTTE <julien@moutte.net>
10133 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10134 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10135 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10136 (gst_ximagesink_expose): Fixed a tricky race.
10137 * sys/ximage/ximagesink.h:
10138 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10139 (gst_xvimagesink_expose): Fixed a tricky race.
10140 * sys/xvimage/xvimagesink.h:
10142 2005-11-27 Edward Hervey <edward@fluendo.com>
10144 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10145 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10146 Remove unused properties, and add queues between demuxers and decoders
10147 so that a lot more files can preroll properly.
10149 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10151 * gst-libs/gst/net/Makefile.am:
10152 * gst-libs/gst/rtp/Makefile.am:
10153 * gst-libs/gst/tag/Makefile.am:
10154 remove silly include
10155 * gst/tags/Makefile.am:
10156 * gst/tags/gsttagediting.c:
10157 * gst/tags/gsttageditingprivate.h:
10158 * gst/tags/tagedit.vcproj:
10159 remove directory, is as good as empty
10161 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10164 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10165 * gst-libs/Makefile.am:
10166 * gst-libs/gst/audio/Makefile.am:
10167 * gst-libs/gst/interfaces/Makefile.am:
10168 * gst-libs/gst/net/Makefile.am:
10169 * gst-libs/gst/riff/Makefile.am:
10170 * gst-libs/gst/rtp/Makefile.am:
10171 * gst-libs/gst/tag/Makefile.am:
10172 * gst-libs/gst/video/Makefile.am:
10175 2005-11-27 Julien MOUTTE <julien@moutte.net>
10177 * docs/libs/tmpl/gstcolorbalance.sgml:
10178 * docs/libs/tmpl/gstmixer.sgml:
10179 * docs/libs/tmpl/gstxoverlay.sgml:
10180 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10181 * sys/ximage/ximagesink.h:
10182 * sys/xvimage/xvimagesink.h: More and more documentation.
10184 2005-11-26 Julien MOUTTE <julien@moutte.net>
10186 * docs/libs/gst-plugins-base-libs-docs.sgml:
10187 * docs/libs/gst-plugins-base-libs-sections.txt:
10188 * docs/libs/tmpl/gstcolorbalance.sgml:
10189 * docs/libs/tmpl/gstmixer.sgml:
10190 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10193 2005-11-26 Julien MOUTTE <julien@moutte.net>
10195 * docs/plugins/Makefile.am:
10196 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10197 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10198 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10200 2005-11-26 Julien MOUTTE <julien@moutte.net>
10202 * docs/plugins/Makefile.am:
10203 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10204 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10205 * docs/plugins/inspect/plugin-adder.xml:
10206 * docs/plugins/inspect/plugin-alsa.xml:
10207 * docs/plugins/inspect/plugin-audioconvert.xml:
10208 * docs/plugins/inspect/plugin-audiorate.xml:
10209 * docs/plugins/inspect/plugin-audioresample.xml:
10210 * docs/plugins/inspect/plugin-audiotestsrc.xml:
10211 * docs/plugins/inspect/plugin-decodebin.xml:
10212 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10213 * docs/plugins/inspect/plugin-gnomevfs.xml:
10214 * docs/plugins/inspect/plugin-ogg.xml:
10215 * docs/plugins/inspect/plugin-playbin.xml:
10216 * docs/plugins/inspect/plugin-subparse.xml:
10217 * docs/plugins/inspect/plugin-tcp.xml:
10218 * docs/plugins/inspect/plugin-theora.xml:
10219 * docs/plugins/inspect/plugin-typefindfunctions.xml:
10220 * docs/plugins/inspect/plugin-video4linux.xml:
10221 * docs/plugins/inspect/plugin-videorate.xml:
10222 * docs/plugins/inspect/plugin-videoscale.xml:
10223 * docs/plugins/inspect/plugin-videotestsrc.xml:
10224 * docs/plugins/inspect/plugin-volume.xml:
10225 * docs/plugins/inspect/plugin-vorbis.xml:
10226 * docs/plugins/inspect/plugin-ximagesink.xml:
10227 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10228 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10230 2005-11-26 Edward Hervey <edward@fluendo.com>
10232 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10233 Properly return GstFlowReturn from gst_pad_push in chain functions.
10235 2005-11-25 Michael Smith <msmith@fluendo.com>
10237 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10238 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10239 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10240 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10241 Handle various conditions better when we don't understand a stream.
10242 Removes a heap of CRITICALs on ogg streams containing unknown data.
10244 2005-11-24 Andy Wingo <wingo@pobox.com>
10246 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10249 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10251 * configure.ac: back to HEAD
10253 === release 0.9.6 ===
10255 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10258 releasing 0.9.6, "White Eight"
10260 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10262 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10263 * docs/plugins/inspect/plugin-sine.xml:
10264 remove sinesrc some more
10266 2005-11-23 Wim Taymans <wim@fluendo.com>
10268 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10269 If we are reading too slowly, jump forward in the ringbuffer
10270 instead of blocking.
10272 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10274 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10275 (gst_visual_chain):
10276 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10277 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10278 (gst_videorate_chain):
10279 * gst/videotestsrc/gstvideotestsrc.c:
10280 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10281 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10282 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10283 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10284 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10285 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10286 Updates for API changes
10288 2005-11-23 Wim Taymans <wim@fluendo.com>
10290 * gst-libs/gst/audio/gstbaseaudiosink.c:
10291 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10292 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10293 Fix for calibration API change.
10295 2005-11-23 Michael Smith <msmith@fluendo.com>
10297 * gst-libs/gst/audio/multichannel.c:
10298 (gst_audio_get_channel_positions),
10299 (gst_audio_set_channel_positions),
10300 (gst_audio_set_structure_channel_positions_list),
10301 (gst_audio_fixate_channel_positions):
10302 Use gst_value_array_*() functions on value arrays, not
10303 gst_value_list_*().
10305 2005-11-23 Edward Hervey <edward@fluendo.com>
10308 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10311 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10313 * check/Makefile.am:
10314 * check/elements/videotestsrc.c: (setup_videotestsrc),
10315 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10317 add a test for videotestsrc
10319 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10321 * gst/sine/.cvsignore:
10322 * gst/sine/Makefile.am:
10323 * gst/sine/gstsinesrc.c:
10324 * gst/sine/gstsinesrc.h:
10325 * gst/sine/sinesrc.vcproj:
10326 and remove sinesrc from the repository. Closes #321446
10328 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10331 * gst-plugins-base.spec.in:
10332 remove sinesrc from the build
10334 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10336 * check/Makefile.am:
10337 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10338 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10340 add a test for audiotestsrc, testing all waves. Even seems
10341 leak-free at first glance, nice job Stefan
10343 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10359 Translation string updates
10361 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10362 (gst_v4lsrc_set_caps):
10363 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10364 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10365 * sys/v4l/v4lsrc_calls.h:
10366 Improve v4lsrc, by making it work again.
10368 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10370 * ext/libvisual/visual.c: (gst_visual_chain):
10371 Fix the fps calculations.
10373 * gst/ffmpegcolorspace/avcodec.h:
10374 Move structure element for clarity
10376 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10377 * gst-libs/gst/interfaces/tunernorm.h:
10378 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10379 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10380 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10381 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10382 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10383 (gst_v4lmjpegsrc_getcaps):
10384 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10385 (gst_v4lsrc_set_caps):
10386 * sys/v4l/gstv4lsrc.h:
10387 * sys/v4l/v4l_calls.c: (gst_v4l_open):
10388 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10389 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10390 * sys/v4l/v4lsrc_calls.h:
10391 Fractional framerates...
10393 2005-11-22 Wim Taymans <wim@fluendo.com>
10395 * gst-libs/gst/audio/gstbaseaudiosink.c:
10396 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10397 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10398 And we provide a clock by default, of course...
10400 2005-11-22 Wim Taymans <wim@fluendo.com>
10402 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10403 This clock can be slaved to a master clock now.
10405 * gst-libs/gst/audio/gstbaseaudiosink.c:
10406 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10407 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10408 (gst_base_audio_sink_set_clock),
10409 (gst_base_audio_sink_set_property),
10410 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10411 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10412 * gst-libs/gst/audio/gstbaseaudiosink.h:
10413 Handle slaving the internal clock to the clock selected in the
10415 Add property to make the basesink not provide a clock.
10417 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10418 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10419 (gst_base_rtp_depayload_wait):
10420 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10421 We can use the clock in GstElement, no need to store it ourselves.
10423 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10425 * docs/libs/tmpl/gstaudio.sgml:
10427 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10428 (gst_paranoia_endian_get_type):
10429 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10430 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10431 * gst/audiotestsrc/gstaudiotestsrc.c:
10432 (gst_audiostestsrc_wave_get_type):
10433 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10434 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10435 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10436 (gst_sync_method_get_type), (gst_unit_type_get_type),
10437 (gst_client_status_get_type), (gst_multifdsink_class_init),
10438 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10439 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10440 (gst_multifdsink_get_property):
10441 * gst/tcp/gstmultifdsink.h:
10442 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10443 * gst/videotestsrc/gstvideotestsrc.c:
10444 (gst_videotestsrc_pattern_get_type):
10445 remove deprecated properties
10446 fix up enums to correctly have short lowercase dashed nicks
10448 2005-11-22 Michael Smith <msmith@fluendo.com>
10450 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10451 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10454 2005-11-22 Michael Smith <msmith@fluendo.com>
10456 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10457 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10458 Use utility method for scaling clocktime for fractional framerates.
10460 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
10462 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10463 (gst_visual_chain):
10464 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10465 * ext/theora/theoradec.c: (theora_handle_type_packet):
10466 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10467 (theora_enc_chain):
10468 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10469 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10470 * gst-libs/gst/video/video.h:
10471 * gst/ffmpegcolorspace/avcodec.h:
10472 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10473 (gst_ffmpeg_caps_to_pixfmt):
10474 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10475 (gst_ffmpegcsp_set_caps):
10476 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10477 (gst_videorate_setcaps), (gst_videorate_blank_data),
10478 (gst_videorate_chain):
10479 * gst/videotestsrc/gstvideotestsrc.c:
10480 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10481 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10482 (gst_videotestsrc_event), (gst_videotestsrc_create):
10483 * gst/videotestsrc/gstvideotestsrc.h:
10484 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10485 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10486 (gst_ximagesink_get_times), (gst_ximagesink_init):
10487 * sys/ximage/ximagesink.h:
10488 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10489 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10490 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10491 * sys/xvimage/xvimagesink.h:
10492 Convert elements to use fractions for their framerate.
10493 V4L elements to come later tonight.
10495 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10497 * gst-libs/gst/audio/audio.c:
10498 * gst-libs/gst/audio/audio.h:
10499 remove some deprecated functions
10501 2005-11-22 Andy Wingo <wingo@pobox.com>
10503 * Update for gst_tag_setter API changes.
10505 2005-11-22 Andy Wingo <wingo@pobox.com>
10507 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10508 (gst_ogg_demux_perform_seek):
10509 * ext/theora/theoradec.c (theora_dec_sink_event):
10510 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10513 2005-11-22 Wim Taymans <wim@fluendo.com>
10515 * examples/seeking/seek.c: (main):
10516 Give higher priority to bus signals than the gtk events
10517 to fix a race condition in the segment looping.
10519 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10521 * ext/theora/Makefile.am:
10522 * ext/vorbis/Makefile.am:
10523 * gst-libs/gst/tag/Makefile.am:
10524 * gst-plugins-base.spec.in:
10525 Rename libgsttagedit to libgsttag (#322117).
10527 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10529 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10530 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10531 Call gst_x_overlay_prepare_xwindow_id() to give applications
10532 a final chance to set their own xwindow id before the video
10533 sink creates its own window.
10535 2005-11-22 Julien MOUTTE <julien@moutte.net>
10537 * sys/xvimage/xvimagesink.c:
10538 (gst_xvimagesink_navigation_send_event): Handle navigation
10539 events correcly with borders if applicable.
10541 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10543 Patch by: Luca Ognibene
10545 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10546 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10547 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10548 (gst_ffmpegcsp_caps_remove_format_info):
10549 * gst/ffmpegcolorspace/imgconvert.c:
10550 * gst/ffmpegcolorspace/imgconvert_template.h:
10551 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10552 #318353); use gst_structure_has_name().
10554 2005-11-22 Julien MOUTTE <julien@moutte.net>
10556 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10557 (gst_ximagesink_class_init): Add debug macros on functions.
10558 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10559 (gst_xvimagesink_xwindow_draw_borders),
10560 (gst_xvimagesink_xvimage_put),
10561 (gst_xvimagesink_xwindow_update_geometry),
10562 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10563 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10564 (gst_xvimagesink_xcontext_clear),
10565 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10566 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10567 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10568 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10569 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10570 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10571 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10572 expose while being PAUSED, out of data flow navigation events, etc..
10574 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10576 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10577 * gst-libs/gst/audio/audio.h:
10578 fix prototype - wondering why the test worked regardless
10580 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
10582 * check/Makefile.am:
10583 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10584 * gst-libs/gst/audio/audio.h:
10585 add a method that returns a proper GstClockTime
10587 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10589 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10590 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10591 * gst-libs/gst/interfaces/xoverlay.h:
10592 Remove everything having to do with the desired size; add
10593 gst_x_overlay_prepare_xwindow_id() function; remove the
10594 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10595 post a message on the bus instead (#321816).
10597 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10598 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10599 (gst_xvimagesink_xoverlay_init):
10600 Remove desired size stuff (#321816).
10602 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10604 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10605 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10606 (mpeg_video_type_find), (mpeg_video_stream_type_find):
10607 Terminate vararg functions with NULL instead of 0 to
10610 2005-11-21 Andy Wingo <wingo@pobox.com>
10612 patch by: Sebastien Cote <sebas642@yahoo.ca>
10614 * gst-libs/gst/rtp/gstrtpbuffer.h:
10615 * gst-libs/gst/rtp/gstrtpbuffer.c
10616 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10618 2005-11-21 Andy Wingo <wingo@pobox.com>
10620 * gst/playback/gstplaybin.c (gen_audio_element)
10621 (gen_video_element): Use the new MISSING_PLUGIN core error
10622 category. Closes #320060.
10624 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
10625 * gst/videorate/gstvideorate.c (gst_videorate_event):
10626 * ext/theora/theoradec.c (theora_dec_sink_event):
10627 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10630 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10631 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10632 stream lock changes.
10634 2005-11-21 Wim Taymans <wim@fluendo.com>
10636 * gst-libs/gst/audio/gstbaseaudiosink.c:
10637 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10638 (gst_base_audio_sink_provide_clock),
10639 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10640 (gst_base_audio_sink_change_state):
10641 * gst/audioresample/gstaudioresample.c:
10642 Segment update fix.
10644 2005-11-21 Andy Wingo <wingo@pobox.com>
10647 * *.c: Ran scripts/update-macros. Oh yes.
10649 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10651 * sys/ximage/Makefile.am:
10652 * sys/ximage/ximage.c:
10653 Rename ximage plugin to ximagesink (#321426) (Don't forget to
10654 remove your old libgstximage.* manually if necessary).
10656 2005-11-21 Michael Smith <msmith@fluendo.com>
10658 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10659 Minimal fix for bug #320200: set the min/max bitrate in the correct
10660 units. A better fix would be to upgrade to the RATEMANAGE2
10661 interface, rather than using the deprecated interface used here, but
10662 that would require an update in our libvorbis dependency (to 1.1),
10663 which is probably undesirable.
10665 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
10667 * ext/libvisual/visual.c: (get_buffer):
10668 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10669 (gst_base_audio_src_fixate):
10670 * gst/audioconvert/gstaudioconvert.c:
10671 (gst_audio_convert_fixate_caps):
10672 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10673 * gst/audiotestsrc/gstaudiotestsrc.c:
10674 (gst_audiotestsrc_src_fixate):
10675 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10676 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10677 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10678 * gst/videotestsrc/gstvideotestsrc.c:
10679 (gst_videotestsrc_src_fixate):
10680 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10681 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10682 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10686 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10688 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10689 (gst_riff_create_iavs_caps):
10690 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10691 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10692 (gst_riff_parse_info):
10693 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10694 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10695 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10696 Fixes for GST_FOURCC_FORMAT API change.
10698 2005-11-21 Andy Wingo <wingo@pobox.com>
10700 patch by: Alessandro Dessina <alessandro nnva org>
10702 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10703 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10704 (gst_ogg_parse_chain):
10705 * ext/theora/theoraenc.c (theora_set_header_on_caps):
10706 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10707 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10708 gst_value_list calls on arrays. Fixes #321962.
10710 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10712 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10713 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10714 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10715 * gst/adder/gstadder.c: (gst_adder_init),
10716 (gst_adder_request_new_pad), (gst_adder_collected),
10717 (gst_adder_change_state):
10718 Update for gst_collectpads_foo() to gst_collect_pads_foo()
10721 2005-11-21 Michael Smith <msmith@fluendo.com>
10723 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10724 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10725 Properly handle pad_push return values.
10727 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
10729 * gst-libs/gst/tag/Makefile.am:
10730 * gst-libs/gst/tag/gstvorbistag.c:
10731 (gst_tag_list_to_vorbiscomment_buffer):
10732 Remove obsolete vorbistag element and debug category.
10734 * gst/playback/gstplaybasebin.c: (check_queue):
10735 Don't divide by 0 when queue-threshold is 0.
10737 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10738 Don't modify an existing pixel-aspect-ratio if we fail to read
10741 2005-11-20 Wim Taymans <wim@fluendo.com>
10743 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10744 (gst_vorbisenc_push_packet):
10745 GST_PAD_IS_USABLE is gone, use the return value of
10746 the push or pad_alloc_buffer instead.
10748 2005-11-18 Julien MOUTTE <julien@moutte.net>
10750 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10751 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10752 (gst_ximagesink_ximage_destroy),
10753 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10754 (gst_ximagesink_xwindow_new),
10755 (gst_ximagesink_xwindow_update_geometry),
10756 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10757 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10758 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10759 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10760 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10761 (gst_ximagesink_navigation_send_event),
10762 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10763 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10764 (gst_ximagesink_finalize), (gst_ximagesink_init),
10765 (gst_ximagesink_class_init):
10766 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10767 This new version brings correct software scaling, non flickering
10768 window while resizing, pixel aspect ratio handling, usage of
10769 hardware buffer pools, out of data flow event thread for
10770 navigation and handling of expose events even when being PAUSED,
10771 a new property to keep video aspect ratio when resizing, etc...
10773 2005-11-18 Julien MOUTTE <julien@moutte.net>
10775 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10776 (gst_videoscale_fixate_caps): Introduce back caps fixate with
10779 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
10781 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
10782 Unsetting IS_SINK flag from the fakesink, so decodebin
10783 never behaves as a sink.
10785 2005-11-17 Wim Taymans <wim@fluendo.com>
10787 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10788 (gst_base_audio_src_change_state):
10789 Fix the audiosrc base class again, we did not unflush.
10791 2005-11-17 Julien MOUTTE <julien@moutte.net>
10793 * examples/seeking/seek.c: (make_dv_pipeline),
10794 (make_vorbis_theora_pipeline), (make_avi_pipeline),
10795 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10796 to ogg/vorbis/theora pipeline.
10798 2005-11-17 Wim Taymans <wim@fluendo.com>
10800 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10801 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10802 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10803 Fix EOS on multiple streams.
10806 2005-11-16 Wim Taymans <wim@fluendo.com>
10808 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10809 (gst_ogg_demux_perform_seek):
10810 Segment done must include stream time.
10812 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10813 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10814 (gst_ogg_mux_change_state):
10815 Fix ogg muxer again.
10817 2005-11-16 Wim Taymans <wim@fluendo.com>
10819 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10822 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10824 * ext/libvisual/visual.c: (gst_visual_init):
10825 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10826 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10827 (gst_ogg_parse_chain):
10828 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10829 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10830 * ext/theora/theoradec.c: (gst_theora_dec_init):
10831 * ext/theora/theoraenc.c: (gst_theora_enc_init):
10832 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10833 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10834 * gst/adder/gstadder.c: (gst_adder_class_init),
10835 (gst_adder_dispose):
10836 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10837 * gst/subparse/gstsubparse.c: (gst_subparse_init):
10838 * gst/videorate/gstvideorate.c: (gst_videorate_init):
10839 Fix a whole set of pad template leaks
10841 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10843 * check/generic/states.c: (GST_START_TEST):
10844 fix the test so that it only checks for elements that are part of
10847 2005-11-16 Michael Smith <msmith@fluendo.com>
10849 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10850 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10851 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10852 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10853 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10854 (gst_ogg_mux_change_state):
10855 Fix leaking collectpads.
10857 2005-11-16 Edward Hervey <edward@fluendo.com>
10859 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10860 (gst_videorate_event), (gst_videorate_chain):
10861 Handle segment seeks
10863 2005-11-16 Wim Taymans <wim@fluendo.com>
10865 * gst-libs/gst/audio/gstbaseaudiosink.c:
10866 (gst_base_audio_sink_provide_clock),
10867 (gst_base_audio_sink_change_state):
10868 Set ringbuffer to non-flushing when going to PAUSED, set to
10869 flushing again when going to READY.
10871 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10872 (gst_ring_buffer_stop):
10873 Start in flushing mode by default.
10874 Don't set flushing in the _stop method, let the app call
10877 2005-11-16 Julien MOUTTE <julien@moutte.net>
10879 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10880 * gst-libs/gst/video/videosink.h: Add helper function needed
10883 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
10885 * gst/videoscale/gstvideoscale.c:
10886 (gst_videoscale_handle_src_event):
10887 Don't leak reference to pad parent.
10889 2005-11-16 Wim Taymans <wim@fluendo.com>
10891 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10892 Set ringbuffer to flushing when stopping so that we don't
10893 block on wait_segment anymore and livelock.
10895 2005-11-16 Wim Taymans <wim@fluendo.com>
10897 * examples/seeking/seek.c: (send_event), (do_seek),
10898 (loop_toggle_cb), (segment_done), (main):
10899 Added looping checkbox.
10901 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10903 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10904 (gst_ogg_demux_init):
10905 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10906 (gst_vorbis_dec_init):
10907 revert unrefs, they don't pass make check
10909 2005-11-15 Johan Dahlin <johan@gnome.org>
10911 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10912 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10913 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10914 (gst_vorbis_dec_init):
10915 Fix pad template leaks.
10917 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
10919 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10920 Make state change function thread safe.
10922 2005-11-15 Edward Hervey <edward@fluendo.com>
10924 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10925 (gst_ogg_demux_class_init):
10926 Implement GstElement::send_event, so we can send seek events
10929 2005-11-14 Julien MOUTTE <julien@moutte.net>
10931 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10932 Discovered how to take away flickering while resizing the
10933 window. Please don't put that in ximagesink, refactoring in
10936 2005-11-14 Michael Smith <msmith@fluendo.com>
10938 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10939 (gst_multifdsink_render):
10940 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10942 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
10944 * gst/playback/gstplaybin.c: (gen_audio_element):
10945 Use autoaudiosink, it tends to be more widely available than
10948 2005-11-14 Andy Wingo <wingo@pobox.com>
10950 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10951 as well if it is available. Fixes #316442.
10953 2005-11-14 Michael Smith <msmith@fluendo.com>
10955 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10956 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10957 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10958 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10959 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10960 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10961 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10962 (gst_vorbisenc_change_state):
10963 Fix a small memory leak in vorbisenc.
10964 Fix large memory leaks in oggmux, also fix lots of state change
10967 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
10969 * gst/videotestsrc/gstvideotestsrc.c:
10970 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10971 (gst_videotestsrc_src_fixate):
10972 move fixation to a fixate function
10973 remove negotiate function, basesrc's is good enough
10974 fixes a bug for check when using the element alone
10976 2005-11-13 Edward Hervey <edward@fluendo.com>
10978 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10979 (key_toggle_cb), (main):
10980 Added checkboxes for adding/removing the accurate and key_unit seek
10983 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
10985 * configure.ac: back to HEAD
10987 === release 0.9.5 ===
10989 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
10992 releasing 0.9.5, "No No Kia"
10994 2005-11-11 Edward Hervey <edward@fluendo.com>
10996 * examples/seeking/seek.c: (make_parselaunch_pipeline):
10997 Added parse-launch syntax seeking mode for the seeking example.
10998 This should help stress-test even more cases.
10999 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11001 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11003 * sys/xvimage/xvimagesink.c:
11004 (gst_xvimagesink_navigation_send_event):
11005 Check whether peer pad exists before sending navigation events
11008 2005-11-11 Michael Smith <msmith@fluendo.com>
11010 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11011 (gst_vorbisenc_buffer_from_packet):
11012 * ext/vorbis/vorbisenc.h:
11013 Set duration on encoded buffers. This allows oggmux's
11014 max_page_delay parameter to actually work.
11016 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11018 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11019 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11020 (gst_ffmpegcsp_avpicture_fill):
11021 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11022 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11023 Make palettes work again (see #132341). Use our own macros
11026 2005-11-10 Andy Wingo <wingo@pobox.com>
11028 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11031 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11033 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11034 (gst_ffmpegcsp_transform_caps):
11035 Prefer passthrough in transform_caps
11037 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11039 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11040 check for ALSA errors properly, instead of relying on ALSA's
11041 error strings to serve to the user.
11043 2005-11-10 Wim Taymans <wim@fluendo.com>
11045 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11046 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11047 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11048 Modernise the seek code.
11050 2005-11-10 Michael Smith <msmith@fluendo.com>
11052 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11053 (setup_substreams), (set_active_source):
11054 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11055 trying to go to NULL if we failed to read a file.
11057 2005-11-10 Wim Taymans <wim@fluendo.com>
11059 * gst/audiotestsrc/gstaudiotestsrc.c:
11060 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11061 (gst_audiotestsrc_create):
11062 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11063 (gst_sinesrc_get_times), (gst_sinesrc_create):
11064 * gst/videotestsrc/gstvideotestsrc.c:
11065 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11066 (gst_videotestsrc_create):
11067 The base class can now sync for us.
11069 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11071 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11072 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11073 name=source autoprobe=false autoprobe-fps=false copy-mode=1
11074 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11075 format=(fourcc)I420" ! xvimagesink
11077 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
11079 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11080 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11081 (gst_sinesrc_newsegment):
11082 Send newsegment event in TIME format, set duration if
11083 num-buffers is set, fix duration querying.
11085 2005-11-10 Michael Smith <msmith@fluendo.com>
11087 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11088 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11089 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11090 (gst_ogg_mux_collected):
11091 Fix EOS handling, partially. Now forwarding an EOS event once we have
11092 EOS on all pads works correctly. However, we still don't properly set
11093 EOS on the actual ogg stream pages.
11095 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
11097 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11098 Set elements to NULL state before disposing of them.
11100 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
11102 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11104 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11105 (gst_base_rtp_depayload_init),
11106 (gst_base_rtp_depayload_set_gst_timestamp):
11107 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11108 We need to send a newsegment event for each instance, not
11109 just for the first instance of this class (get rid of
11110 static variable in function). (#321011).
11112 2005-11-08 Michael Smith <msmith@fluendo.com>
11114 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11115 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11116 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11117 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11118 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11119 This makes us mux things correctly according to the ogg muxing
11120 rules. Still not handling EOS correctly right now, though.
11122 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11124 * gst/audioconvert/gstaudioconvert.c:
11127 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11129 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11130 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11131 Initialise segment_stop to GST_CLOCK_TIME_NONE when
11132 creating a new chain; should fix live streaming. Also
11133 add more debug output and fix a typo.
11135 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
11137 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11139 * gst/volume/gstvolume.c: (volume_set_caps):
11140 Fix compilation on Solaris with Forte. (#320923)
11142 2005-11-08 Wim Taymans <wim@fluendo.com>
11144 * gst-libs/gst/audio/gstbaseaudiosink.c:
11145 (gst_base_audio_sink_render):
11146 No need to do a typecheck.
11148 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
11150 * ext/alsa/gstalsa.h:
11151 We register a debug category, so let's use it.
11153 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11155 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11156 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11157 Fixed a small problem.
11159 2005-11-04 Wim Taymans <wim@fluendo.com>
11161 * examples/seeking/Makefile.am:
11162 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11163 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11164 (make_playerbin_pipeline), (format_value), (update_scale),
11165 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11166 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11167 (print_usage), (main):
11168 Added app for playback speed testing.
11170 * examples/seeking/seek.c: (dynamic_link),
11171 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11172 (make_mpeg_pipeline), (do_seek), (set_update_scale),
11173 (message_received), (main):
11174 Updated seek example.
11176 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11178 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11179 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11180 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11181 (gst_base_rtp_depayload_set_clock):
11182 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11183 Don't sleep on the bench (system clock) when you have a nice
11184 comfortable bed (Gstreamer clock) to sleep on.
11186 2005-11-03 Wim Taymans <wim@fluendo.com>
11188 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11189 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11190 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11191 Handle the case where a pad_block failed.
11193 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
11195 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11197 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11198 (gst_base_rtp_depayload_add_to_queue),
11199 (gst_base_rtp_depayload_push),
11200 (gst_base_rtp_depayload_set_gst_timestamp),
11201 (gst_base_rtp_depayload_queue_release):
11202 Fixes some bugs in the depayloader's queuing/de-queueing code.
11204 2005-10-31 Michael Smith <msmith@fluendo.com>
11206 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11207 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11208 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11209 Patch from Alessandro Decina <alessandro@nnva.org>.
11210 Make oggdemux only find the final time in a chain, not per-pad,
11211 since the per-pad information can be very expensive to locate, and
11212 it isn't used anywhere. This makes reading a file containing
11213 OggSkeleton reasonably fast.
11214 Also, make chain finding work when there are logical bitstreams that
11215 can't be decoded. Fixes #319110.
11217 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11219 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11220 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11221 (gst_base_rtp_depayload_chain),
11222 (gst_base_rtp_depayload_add_to_queue),
11223 (gst_base_rtp_depayload_push),
11224 (gst_base_rtp_depayload_set_gst_timestamp),
11225 (gst_base_rtp_depayload_queue_release),
11226 (gst_base_rtp_depayload_start_thread),
11227 (gst_base_rtp_depayload_set_property),
11228 (gst_base_rtp_depayload_get_property):
11229 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11230 Some random fixes, to fullfill the desires of thomas.
11232 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11234 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11235 (gst_base_rtp_depayload_add_to_queue),
11236 (gst_base_rtp_depayload_push):
11237 Fixed the queueing algorithm.
11239 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11241 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11242 (gst_base_rtp_depayload_push):
11245 2005-10-31 Wim Taymans <wim@fluendo.com>
11247 * gst-libs/gst/audio/gstringbuffer.h:
11250 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11251 (gst_ffmpeg_caps_to_pixfmt):
11252 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11253 (gst_ffmpegcsp_set_caps):
11254 Some more comments.
11255 Handle missing required caps fields better.
11257 2005-10-31 Wim Taymans <wim@fluendo.com>
11259 * gst-libs/gst/audio/gstbaseaudiosink.c:
11260 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11261 (gst_base_audio_sink_render):
11262 * gst-libs/gst/audio/gstringbuffer.c:
11263 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11264 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11265 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11266 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11267 (gst_ring_buffer_read):
11268 * gst-libs/gst/audio/gstringbuffer.h:
11269 Add flushing mode to the ringbuffer so that it in all cases does
11270 not try to handle more audio. This makes sure it does not try to
11271 block anymore when flushing and fixes a livelock.
11273 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
11275 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11276 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11277 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11278 Explicitly check for -1 values before doing a conversion
11279 and always map them to -1. (#315545)
11281 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
11283 * gst/playback/gstplaybin.c: (gen_video_element):
11284 first try autovideosink, then xvimagesink, then error out
11286 add translatable file
11301 update translations
11303 2005-10-27 Philippe Khalaf <burger at speedy dot org>
11305 * gst-libs/gst/rtp/gstbasedepayload.c:
11306 * gst-libs/gst/rtp/gstbasedepayload.h:
11309 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
11311 * gst/playback/.cvsignore:
11312 * gst/playback/decodetest.c:
11313 * gst/playback/test3.c:
11314 Port these two tests as well.
11316 2005-10-27 Wim Taymans <wim@fluendo.com>
11318 * ext/theora/theoradec.c: (theora_dec_src_query),
11319 (theora_dec_sink_event):
11320 * ext/theora/theoraenc.c: (theora_enc_sink_event),
11321 (theora_enc_change_state):
11322 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11323 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11324 Take proper locks when handling events.
11326 2005-10-27 Wim Taymans <wim@fluendo.com>
11328 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11329 (gst_adder_change_state):
11330 Fix timestamps and fix deadlock when stopping the collectpads.
11332 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
11334 * gst-libs/gst/rtp/gstrtpbuffer.h:
11335 Declaring the payload types as strings too so that they can be used
11336 in the padtemplate inialization.
11338 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
11340 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11342 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11343 (gst_base_rtp_depayload_class_init):
11344 Fixes a small but nasty bug. The derived elements no longer segfaults
11347 2005-10-26 Michael Smith <msmith@fluendo.com>
11349 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11350 When clearing an audioconvert context, set tmpbufsize to zero, so
11351 we'll allocate it again later if required.
11352 This fixes audioconvert re-negotiating formats, which previously
11353 segfaulted with a NULL destination buffer.
11355 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11357 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11358 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11359 (gst_base_rtp_depayload_set_gst_timestamp),
11360 (gst_base_rtp_depayload_queue_release):
11361 Fixed a smalll memleak.
11363 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11364 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11365 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11366 (gst_base_rtp_depayload_finalize),
11367 (gst_base_rtp_depayload_setcaps),
11368 (gst_base_rtp_depayload_add_to_queue),
11369 (gst_base_rtp_depayload_push),
11370 (gst_base_rtp_depayload_set_gst_timestamp),
11371 (gst_base_rtp_depayload_queue_release),
11372 (gst_base_rtp_depayload_thread),
11373 (gst_base_rtp_depayload_change_state):
11374 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11375 Changed the C++ comments to C comments
11377 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
11379 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11380 * gst/tcp/gsttcpclientsrc.h:
11381 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11382 * gst/tcp/gsttcpserversrc.h:
11383 Remove unused 'curoffset' structure member.
11385 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
11387 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11388 (gst_base_rtp_depayload_base_init),
11389 (gst_base_rtp_depayload_finalize):
11390 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11391 * gst-libs/gst/rtp/gstbasertppayload.h:
11392 The pad-template on the sinkpad should be set by the derived classes.
11393 Also added some useful macros.
11395 2005-10-24 Wim Taymans <wim@fluendo.com>
11397 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11398 Correctly flush decoder samples even if we could not
11399 copy them to an output buffer. Fixes #319618.
11401 2005-10-24 Julien MOUTTE <julien@moutte.net>
11403 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11404 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11405 the caps against our xcontext caps.
11407 2005-10-24 Wim Taymans <wim@fluendo.com>
11409 * gst-libs/gst/audio/gstbaseaudiosink.c:
11410 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11412 Use sync property from baseclass to disable sync.
11414 2005-10-24 Wim Taymans <wim@fluendo.com>
11416 * gst-libs/gst/audio/gstbaseaudiosink.c:
11417 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11418 Buffers with no timestamps get aligned with previous buffers or
11419 on underrun, played ASAP.
11421 2005-10-24 Julien MOUTTE <julien@moutte.net>
11423 * gst-libs/gst/video/video.h:
11424 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11425 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11426 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11427 here comes my change on caps for framerate and geometry range.
11428 We are now accepting 1 to MAXINT for width and height, and from
11429 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11430 to be blended correctly in videomixer.
11432 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
11437 === release 0.9.4 ===
11439 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11444 releasing 0.9.4, "Velociraptor"
11446 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11448 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11452 2005-10-21 Wim Taymans <wim@fluendo.com>
11454 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11455 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11456 (pad_blocked), (close_pad_link), (new_pad):
11457 Don't try to remove elements twice.
11459 2005-10-21 Wim Taymans <wim@fluendo.com>
11461 * ext/theora/theoradec.c: (theora_dec_src_query),
11462 (theora_dec_sink_event):
11463 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11464 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11465 (vorbis_handle_data_packet):
11466 * ext/vorbis/vorbisdec.h:
11469 * gst-libs/gst/audio/gstbaseaudiosink.c:
11470 (gst_base_audio_sink_render):
11471 Don't try to sync on buffers without a timestamp.
11473 2005-10-21 Wim Taymans <wim@fluendo.com>
11475 * ext/theora/theoradec.c: (theora_dec_src_query),
11476 (theora_dec_sink_event):
11477 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11478 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11479 (vorbis_handle_data_packet):
11480 * ext/vorbis/vorbisdec.h:
11483 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11485 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11486 (gst_vorbisenc_src_query):
11487 Implement position and duration queries.
11489 * gst/playback/test3.c: (update_scale), (main):
11490 Fix for async state changes and print nicer output.
11492 2005-10-20 Wim Taymans <wim@fluendo.com>
11494 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11495 (dump_element_stats), (main):
11496 * gst/playback/test6.c: (main):
11499 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11501 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11502 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11503 Don't use functions for position queries when handling
11506 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11508 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11509 (vorbis_handle_data_packet), (vorbis_dec_chain),
11510 (vorbis_dec_change_state):
11511 * ext/vorbis/vorbisdec.h:
11512 Vorbis streams can be embedded in other container formats
11513 than ogg, container formats where the demuxer might set
11514 timestamps on encoded vorbis buffers instead of those silly
11515 granulepos thingies. In short: make vorbisdec handle
11516 timestamps on incoming buffers as well.
11518 2005-10-20 Wim Taymans <wim@fluendo.com>
11520 * gst/playback/gstplaybasebin.c: (group_destroy),
11521 (gst_play_base_bin_change_state):
11523 Handle case where playbasebin is now ASYNC because
11526 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11528 * gst/audioconvert/Makefile.am:
11529 * gst/audioconvert/bufferframesconvert.c:
11530 * gst/audioconvert/plugin.c: (plugin_init):
11531 * gst/audioconvert/plugin.h:
11532 And bye bye buffer-frames-convert
11534 2005-10-19 Wim Taymans <wim@fluendo.com>
11536 * check/elements/audioconvert.c:
11537 * docs/libs/tmpl/gstaudio.sgml:
11538 * docs/libs/tmpl/gstcolorbalance.sgml:
11539 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11540 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11541 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11542 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11543 * gst-libs/gst/audio/audio.h:
11544 * gst/audioconvert/audioconvert.h:
11545 * gst/audioconvert/gstaudioconvert.c:
11546 (gst_audio_convert_parse_caps):
11547 * gst/volume/gstvolume.c:
11548 Bye bye buffer-frames.
11550 2005-10-19 Wim Taymans <wim@fluendo.com>
11552 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11553 (query_positions_elems), (query_positions_pads), (update_scale),
11554 (do_seek), (set_update_scale), (message_received), (main):
11555 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11556 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11557 (gst_ogg_demux_loop):
11558 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11559 * ext/theora/theoradec.c: (theora_dec_src_query),
11560 (theora_dec_sink_event):
11561 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11562 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11563 * gst/adder/gstadder.c: (gst_adder_query):
11564 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11565 * gst/playback/test3.c: (update_scale):
11566 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11567 (dump_element_stats), (main):
11568 * gst/playback/test6.c: (main):
11569 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11572 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11574 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11575 (xml_check_first_element), (xml_type_find), (smil_type_find),
11577 Add typefinding for SMIL and for generic XML. Based on patch by
11578 Akos Maroy (#308663).
11580 2005-10-18 Wim Taymans <wim@fluendo.com>
11582 * gst/playback/Makefile.am:
11583 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11584 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11585 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11586 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11587 (gst_decode_bin_change_state):
11588 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11589 (gst_play_bin_send_event_to_sink):
11590 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11591 (dump_element_stats), (main):
11592 * gst/playback/test6.c: (main):
11593 Make playbin async, it'll commit state to paused when all streams
11596 Added test6.c to show async behaviour.
11598 2005-10-18 Wim Taymans <wim@fluendo.com>
11600 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11601 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11602 Fix for segment-start/stop API change.
11604 2005-10-18 Wim Taymans <wim@fluendo.com>
11606 * check/Makefile.am:
11607 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11609 Add future test for clock selection.
11611 2005-10-18 Wim Taymans <wim@fluendo.com>
11613 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11614 (gst_alsasink_close):
11615 Set handle to NULL.
11617 * gst-libs/gst/audio/gstringbuffer.c:
11618 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11619 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11620 (gst_ring_buffer_start), (gst_ring_buffer_pause),
11621 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11622 (gst_ring_buffer_read):
11625 2005-10-17 Stefan Kost <ensonic@users.sf.net>
11627 * gst/audiotestsrc/Makefile.am:
11628 * gst/sine/Makefile.am:
11629 * gst/volume/Makefile.am:
11630 fix broken build of controllerized plugins
11632 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11634 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11636 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11637 (gst_riff_create_video_template_caps):
11638 Add support for Indeo-3 (IV32).
11640 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11645 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11647 * gst-libs/gst/video/video.c: (gst_video_get_size):
11648 * gst/audiotestsrc/gstaudiotestsrc.c:
11651 2005-10-17 Andy Wingo <wingo@pobox.com>
11653 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11654 with the collectpads change.
11655 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11657 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11659 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11661 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11662 alloc_buffer flow return to callers.
11663 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11664 change. Fix some memleaks in theoraenc.
11666 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11667 in strange circumstance.
11669 2005-10-17 Julien MOUTTE <julien@moutte.net>
11671 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11672 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11673 from caps, let's use the caps...
11675 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11678 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11680 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11682 * gst-libs/gst/interfaces/Makefile.am:
11685 2005-10-16 Andy Wingo <wingo@pobox.com>
11687 * gst/playback/gstdecodebin.c
11688 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11690 (try_to_link_1): Increase kraziness level.
11692 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11695 restructure like the core one
11696 * gst-libs/gst/audio/Makefile.am:
11697 * gst-libs/gst/interfaces/Makefile.am:
11698 * gst-libs/gst/net/Makefile.am:
11699 * gst-libs/gst/riff/Makefile.am:
11700 * gst-libs/gst/rtp/Makefile.am:
11701 * gst-libs/gst/tag/Makefile.am:
11702 * gst-libs/gst/video/Makefile.am:
11703 use correct linker flags, now the libs are properly versioned
11704 * check/elements/audioconvert.c: (verify_convert):
11705 * ext/alsa/gstalsaplugin.c:
11706 * ext/cdparanoia/gstcdparanoia.c:
11707 * ext/gnomevfs/gstgnomevfs.c:
11708 * ext/libvisual/visual.c:
11709 * ext/ogg/gstogg.c:
11710 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11711 * ext/theora/theora.c:
11712 * ext/vorbis/vorbis.c:
11713 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11714 * gst-libs/gst/tag/gsttagediting.c:
11715 * gst-libs/gst/video/video.c:
11716 * gst/adder/gstadder.c:
11717 * gst/audioconvert/plugin.c:
11718 * gst/audiorate/gstaudiorate.c:
11719 * gst/audioresample/gstaudioresample.c:
11720 * gst/audioresample/resample_ref.c: (resample_scale_ref):
11721 * gst/audioscale/gstaudioscale.c:
11722 * gst/audioscale/resample.c:
11723 * gst/audiotestsrc/gstaudiotestsrc.c:
11724 * gst/ffmpegcolorspace/gstffmpeg.c:
11725 * gst/playback/gstdecodebin.c: (close_pad_link):
11726 * gst/playback/gstplaybin.c: (gen_video_element),
11727 (gen_audio_element):
11728 * gst/sine/gstsinesrc.c:
11729 * gst/subparse/gstsubparse.c:
11730 * gst/tags/gsttagediting.c:
11731 * gst/tcp/gsttcpplugin.c:
11732 * gst/typefind/gsttypefindfunctions.c:
11733 * gst/videorate/gstvideorate.c:
11734 * gst/videoscale/gstvideoscale.c:
11735 * gst/videotestsrc/gstvideotestsrc.c:
11736 * gst/volume/gstvolume.c:
11737 * sys/v4l/gstv4l.c:
11738 * sys/ximage/ximage.c:
11739 * sys/xvimage/xvimagesink.c:
11742 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
11744 * ext/vorbis/vorbisenc.c:
11745 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11746 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11747 (gst_tag_to_vorbis_comments):
11748 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11750 2005-10-13 Stefan Kost <ensonic@users.sf.net>
11752 * examples/stats/mp2ogg.c:
11753 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11756 2005-10-13 Michael Smith <msmith@fluendo.com>
11758 * ext/ogg/gstoggmux.c:
11759 Use magic glib macros to define constants as 64 bit, to ensure
11760 appropriate vararg passing.
11762 2005-10-13 Michael Smith <msmith@fluendo.com>
11764 * ext/ogg/gstoggmux.c:
11765 * gst/audioconvert/audioconvert.c: (float):
11766 Don't use LL suffix, as it's not portable, and neither of these
11767 uses required it anyway.
11769 2005-10-12 Stefan Kost <ensonic@users.sf.net>
11771 * examples/indexing/indexmpeg.c: (main):
11772 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11773 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11774 (cdparanoia_convert), (cdparanoia_query):
11775 * ext/cdparanoia/gstcdparanoia.h:
11776 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11777 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11778 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11779 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11780 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11781 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11782 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11783 (gst_multifdsink_render), (gst_multifdsink_start),
11784 (gst_multifdsink_stop):
11785 * gst/tcp/gstmultifdsink.h:
11786 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11787 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11788 (gst_tcpclientsink_stop):
11789 * gst/tcp/gsttcpclientsink.h:
11790 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11791 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11792 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11793 * gst/tcp/gsttcpclientsrc.h:
11794 * gst/tcp/gsttcpserversink.h:
11795 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11796 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11797 (gst_tcpserversrc_stop):
11798 * gst/tcp/gsttcpserversrc.h:
11799 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11800 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11801 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11802 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11803 moved bitshift from macro to enum definition
11805 2005-10-12 Wim Taymans <wim@fluendo.com>
11807 * examples/seeking/Makefile.am:
11810 2005-10-12 Wim Taymans <wim@fluendo.com>
11812 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11813 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11814 Don't assert on normal stuff.
11816 * gst/playback/gstplaybin.c: (do_playbin_seek):
11819 2005-10-12 Wim Taymans <wim@fluendo.com>
11821 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11822 * examples/seeking/Makefile.am:
11823 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11824 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11825 (do_seek), (set_update_scale), (message_received), (main):
11826 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11827 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11828 Update for _get_state() API change.
11830 2005-10-11 Wim Taymans <wim@fluendo.com>
11832 * gst-libs/gst/audio/gstbaseaudiosink.c:
11833 (gst_base_audio_sink_render):
11834 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11835 (gst_base_audio_src_create):
11836 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11837 (gst_ring_buffer_read):
11839 Commit and read from ringbuffer in samples rather than bytes.
11841 2005-10-11 Wim Taymans <wim@fluendo.com>
11843 * gst-libs/gst/audio/gstbaseaudiosink.c:
11844 (gst_base_audio_sink_render):
11845 Respect segment rate and accum when scheduling samples.
11847 2005-10-11 Julien MOUTTE <julien@moutte.net>
11849 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11850 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11851 EOS correctly, that needs more work.
11853 2005-10-11 Wim Taymans <wim@fluendo.com>
11855 * check/generic/states.c: (GST_START_TEST):
11856 remove old property.
11858 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11859 (gst_ogg_demux_perform_seek):
11860 * ext/theora/theoradec.c: (theora_dec_sink_event):
11861 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11862 (vorbis_handle_data_packet):
11863 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11864 (gst_base_rtp_depayload_set_gst_timestamp):
11865 * gst/videorate/gstvideorate.c: (gst_videorate_event):
11866 Update for newsegment API change.
11868 2005-10-11 Michael Smith <msmith@fluendo.com>
11870 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11871 (do_playbin_seek), (gst_play_bin_send_event):
11872 Override send_event differently, so that we can takes bits of
11873 functionality from GstPipeline (special handling for seeks,
11874 including pausing/resuming, and resetting stream time) and still get
11875 the appropriate behaviour of only forwarding event to a single sink,
11876 rather than all of them.
11877 Unfortunately requires a lot of code duplication, but the
11878 alternatives are equally ugly in the end.
11880 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
11882 * check/elements/audioconvert.c: (setup_audioconvert),
11883 (cleanup_audioconvert), (get_int_caps), (verify_convert),
11884 (GST_START_TEST), (audioconvert_suite):
11885 clean up tests a little, fix some leaks.
11887 2005-10-10 Wim Taymans <wim@fluendo.com>
11889 * ext/alsa/gstalsasink.c:
11890 Also allow unsigned int.
11892 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11893 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11896 2005-10-10 Wim Taymans <wim@fluendo.com>
11898 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11899 Small update, use API as stated in design docs.
11901 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11902 (update_scale), (do_seek), (seek_cb), (set_update_scale),
11903 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11904 (message_received), (main):
11905 Updated seek example for GOption. Some usability improvements.
11907 2005-10-10 Wim Taymans <wim@fluendo.com>
11909 * gst/audioconvert/audioconvert.h:
11910 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11911 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11912 Alloc temp storage somewhere else where we can do it more
11915 2005-10-10 Wim Taymans <wim@fluendo.com>
11917 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11918 (gst_tcpserversrc_start):
11919 Don't block in accept while doing the state change, move
11920 to poll and make cancellable.
11922 2005-10-09 Philippe Khalaf <burger@speedy.org>
11924 * gst-libs/gst/rtp/rtpbasedepayload.c:
11925 Set timestamp and add queue delay to timestamp
11926 * gst-libs/gst/rtp/rtpbuffer.h:
11927 Set correct payload type for h263
11929 2005-10-09 Stefan Kost <ensonic@users.sf.net>
11931 * gst/audiotestsrc/gstaudiotestsrc.c:
11932 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11933 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11934 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11935 (gst_audiotestsrc_create_triangle),
11936 (gst_audiotestsrc_create_silence),
11937 (gst_audiotestsrc_create_white_noise),
11938 (gst_audiotestsrc_init_pink_noise),
11939 (gst_audiotestsrc_generate_pink_noise_value),
11940 (gst_audiotestsrc_create_pink_noise),
11941 (gst_audiotestsrc_change_wave):
11942 * gst/audiotestsrc/gstaudiotestsrc.h:
11943 fixed typo, added pink noise
11945 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11947 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11949 Add wavpack and spc typefind functions from 0.8 branch.
11951 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11953 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11954 (ar_type_find), (msdos_type_find), (plugin_init):
11955 Add typefind functions for tar archives, ar archives,
11956 RAR archives, and msdos-executables (dlls, exe, etc.).
11957 Some of those would be wrongly identified as mpeg
11958 streams of some sort before (#315550).
11960 2005-10-09 Stefan Kost <ensonic@users.sf.net>
11963 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11964 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11965 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11966 * gst/audiotestsrc/Makefile.am:
11967 * gst/audiotestsrc/gstaudiotestsrc.c:
11968 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11969 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11970 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11971 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11972 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11973 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11974 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11975 (gst_audiotestsrc_create_silence),
11976 (gst_audiotestsrc_create_white_noise),
11977 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11978 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11979 (gst_audiotestsrc_start), (plugin_init):
11980 * gst/audiotestsrc/gstaudiotestsrc.h:
11981 add new plugin and element
11982 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11985 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11987 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11988 (gst_adder_init), (gst_adder_request_new_pad),
11989 (gst_adder_change_state):
11990 Add query function to source pad, so adder reports the correct
11991 time/sample position when queried (#315457); fix state change
11992 function; use GST_DEBUG_FUNCPTR() for pad functions.
11994 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
11996 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11997 Fix leaks in typefind registration
11998 Clean up the gratuitous commenting and whitespacing a little
12000 2005-10-08 Wim Taymans <wim@fluendo.com>
12002 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12003 Only actually wait for the thread to be stopped if it's
12006 2005-10-08 Wim Taymans <wim@fluendo.com>
12008 * gst-libs/gst/audio/gstbaseaudiosink.c:
12009 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12010 If we receive EOS we can start playback of what we had.
12012 2005-10-08 Wim Taymans <wim@fluendo.com>
12014 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12015 (gst_multifdsink_finalize), (multifdsink_hash_remove),
12016 (gst_multifdsink_stop):
12017 Fix crasher when going to NULL multiple times.
12019 2005-10-06 Wim Taymans <wim@fluendo.com>
12021 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12022 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12023 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12024 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12025 patch from Edgard Lima <edgard.lima@indt.org.br>
12026 Fixed gstbaseaudiosrc adding ring buffer sync to it.
12028 2005-10-06 Wim Taymans <wim@fluendo.com>
12030 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12031 Report the FLOW_RETURN as string in the error message.
12033 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12034 Don't assert when clearing an unnegotiated buffer.
12036 2005-10-04 Michael Smith <msmith@fluendo.com>
12038 * gst/playback/gstplaybasebin.c: (group_destroy),
12039 (gen_preroll_element), (remove_groups), (setup_source):
12040 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12041 (setup_sinks), (gst_play_bin_send_event),
12042 (gst_play_bin_change_state):
12043 Set state to NULL before removing from bin. Fix refcounting.
12045 2005-10-04 Michael Smith <msmith@fluendo.com>
12047 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12048 Correct refcounting in send_event() function. Previously was wrong
12049 if the first sink was unable to handle the event.
12051 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12054 back to development
12056 === release 0.9.3 ===
12058 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12061 Releasing 0.9.3, "De Facto"
12063 2005-10-03 Andy Wingo <wingo@pobox.com>
12065 * gst/playback/gstdecodebin.c (try_to_link_1)
12066 (remove_element_chain): set element to NULL before removing it.
12068 2005-10-02 Johan Dahlin <johan@gnome.org>
12070 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
12071 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12074 2005-10-02 Andy Wingo <wingo@pobox.com>
12076 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
12077 (gst_ring_buffer_prepare_read):
12078 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12081 2005-09-29 Wim Taymans <wim@fluendo.com>
12083 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12084 * ext/theora/theoradec.c: (theora_handle_data_packet):
12085 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12086 Propagate error codes from alloc_buffer too.
12088 2005-09-29 Wim Taymans <wim@fluendo.com>
12090 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12093 * gst/playback/Makefile.am:
12094 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12095 (dump_element_stats), (main):
12096 Added example stream introspection code.
12098 2005-09-28 Stefan Kost <ensonic@users.sf.net>
12100 * gst/adder/gstadder.c: (gst_adder_collected):
12101 fix adder for float elements
12103 2005-09-28 Wim Taymans <wim@fluendo.com>
12105 * gst-libs/gst/audio/gstbaseaudiosink.c:
12106 (gst_base_audio_sink_class_init),
12107 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12108 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12109 (gst_base_audio_src_class_init),
12110 (gst_base_audio_src_provide_clock):
12111 get_clock -> provide_clock
12113 2005-09-28 Andy Wingo <wingo@pobox.com>
12115 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12118 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12121 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12122 Actually add the pad template.
12123 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12125 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12128 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12129 from fdsrc. Get caps in create() instead of start() so it can be
12130 interrupted. Interruption somewhat untested.
12132 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12133 Proper EOS handling.
12135 2005-09-27 Andy Wingo <wingo@pobox.com>
12137 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12139 * gst/tcp/gsttcpserversrc.c: Cleaned up.
12141 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12143 * gst/tcp/gsttcp.h:
12144 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12145 out of tcpclientsrc.c. Cancellable.
12146 (gst_tcp_socket_read): Made private, cancellable, with better
12147 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12148 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12149 whole buffer, and better diagnostics.
12150 (gst_tcp_gdp_read_caps): Same.
12152 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12154 2005-09-26 Andy Wingo <wingo@pobox.com>
12156 * gst/sine/gstsinesrc.h:
12157 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12158 change the 'sync' property to 'is-live' and implement it halfway,
12159 update for controller api change.
12161 * gst/volume/gstvolume.c (volume_transform_ip): Update for
12162 controller api change.
12164 2005-09-24 Wim Taymans <wim@fluendo.com>
12166 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12167 * gst-libs/gst/audio/gstaudiosink.c:
12168 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12169 (gst_audioringbuffer_stop):
12170 * gst-libs/gst/audio/gstbaseaudiosink.c:
12171 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12172 (gst_base_audio_sink_change_state):
12173 * gst-libs/gst/audio/gstbaseaudiosink.h:
12174 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12175 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12176 (gst_ring_buffer_commit), (gst_ring_buffer_read):
12177 * gst-libs/gst/audio/gstringbuffer.h:
12178 Fix sync again. Moved sample alignment to basesink.
12180 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
12182 * docs/plugins/Makefile.am:
12183 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12184 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12185 * gst/volume/gstvolume.c:
12187 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12188 * gst-libs/gst/audio/audio.h:
12189 add conversion macros for frames <-> clocktime
12191 2005-09-23 David Schleef <ds@schleef.org>
12193 * gst/audioresample/Makefile.am:
12194 * gst/audioresample/debug.h:
12195 * gst/audioresample/gstaudioresample.c:
12196 * gst/audioresample/resample.c: Convert to using gst debugging
12198 2005-09-22 Wim Taymans <wim@fluendo.com>
12200 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12201 (gst_play_bin_send_event):
12202 Only seek on one sink, the first one that succeeds.
12204 2005-09-22 Michael Smith <msmith@fluendo.com>
12206 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12207 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12208 Don't flush encoder state unless we have an initialised encoder.
12209 Clear out encoder state on PAUSED_TO_READY.
12211 2005-09-22 Wim Taymans <wim@fluendo.com>
12213 * gst-libs/gst/rtp/gstbasertppayload.c:
12214 (gst_basertppayload_class_init), (gst_basertppayload_init),
12215 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12216 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12217 (gst_basertppayload_is_filled), (gst_basertppayload_push),
12218 (gst_basertppayload_set_property),
12219 (gst_basertppayload_get_property),
12220 (gst_basertppayload_change_state):
12221 * gst-libs/gst/rtp/gstbasertppayload.h:
12222 Added max-ptime to control amount of data in the rtp packets.
12224 2005-09-21 Andy Wingo <wingo@pobox.com>
12226 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12229 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12230 can be called multiple times, dogs.
12232 2005-09-21 Wim Taymans <wim@fluendo.com>
12234 * gst-libs/gst/rtp/gstbasertppayload.c:
12235 (gst_basertppayload_class_init), (gst_basertppayload_init),
12236 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12237 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12238 (gst_basertppayload_push), (gst_basertppayload_get_property),
12239 (gst_basertppayload_change_state):
12242 2005-09-21 Stefan Kost <ensonic@users.sf.net>
12244 * docs/libs/compiling.sgml:
12247 2005-09-20 Wim Taymans <wim@fluendo.com>
12249 * gst-libs/gst/rtp/gstbasertppayload.c:
12250 (gst_basertppayload_class_init), (gst_basertppayload_init),
12251 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12252 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12253 (gst_basertppayload_push), (gst_basertppayload_set_property),
12254 (gst_basertppayload_get_property),
12255 (gst_basertppayload_change_state):
12256 * gst-libs/gst/rtp/gstbasertppayload.h:
12257 Added property to configure sequence number offsets.
12259 2005-09-20 Wim Taymans <wim@fluendo.com>
12261 * gst-libs/gst/rtp/gstbasertppayload.c:
12262 (gst_basertppayload_class_init), (gst_basertppayload_init),
12263 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12264 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12265 (gst_basertppayload_push), (gst_basertppayload_set_property),
12266 (gst_basertppayload_get_property),
12267 (gst_basertppayload_change_state):
12268 * gst-libs/gst/rtp/gstbasertppayload.h:
12269 Make timestamp offset configurable.
12271 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
12273 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12274 fix wrong pop/unref
12276 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
12278 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12280 * gst-libs/gst/interfaces/propertyprobe.c:
12281 (gst_property_probe_probe_property_name),
12282 (gst_property_probe_needs_probe_name),
12283 (gst_property_probe_get_values_name),
12284 (gst_property_probe_probe_and_get_values_name):
12285 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12286 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12288 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
12290 * check/Makefile.am:
12291 have some tests be disabled for valgrinding
12292 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12294 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12295 Fix A Leak. Chain To Parent Finalize.
12297 2005-09-19 Wim Taymans <wim@fluendo.com>
12299 * examples/seeking/seek.c: (make_wav_pipeline), (main):
12300 Fixed wav pipeline.
12302 2005-09-19 Wim Taymans <wim@fluendo.com>
12304 * gst-libs/gst/rtp/gstbasertppayload.c:
12305 (gst_basertppayload_class_init), (gst_basertppayload_init),
12306 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12307 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12308 (gst_basertppayload_push), (gst_basertppayload_get_property),
12309 (gst_basertppayload_change_state):
12310 Posting ERROR and WARNING messages is good.
12312 2005-09-19 Wim Taymans <wim@fluendo.com>
12314 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12315 (gst_base_rtp_depayload_add_to_queue),
12316 (gst_base_rtp_depayload_push),
12317 (gst_base_rtp_depayload_set_gst_timestamp),
12318 (gst_base_rtp_depayload_queue_release):
12319 This one was not supposed to go in.
12321 2005-09-19 Wim Taymans <wim@fluendo.com>
12323 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12326 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12327 (gst_base_rtp_depayload_chain),
12328 (gst_base_rtp_depayload_add_to_queue),
12329 (gst_base_rtp_depayload_push),
12330 (gst_base_rtp_depayload_set_gst_timestamp),
12331 (gst_base_rtp_depayload_queue_release):
12334 * gst-libs/gst/rtp/gstbasertppayload.c:
12335 (gst_basertppayload_class_init), (gst_basertppayload_init),
12336 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12337 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12338 (gst_basertppayload_get_property),
12339 (gst_basertppayload_change_state):
12340 Added debugging category.
12342 2005-09-18 David Schleef <ds@schleef.org>
12344 * gst/playback/gstdecodebin.c: free plugin list correctly
12345 * gst/playback/gstplaybin.c: emit warning if autovideosink
12346 and autoaudiosink can't be found (instead of segfaulting)
12348 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
12350 * check/elements/audioconvert.c: (GST_START_TEST):
12351 try out 24 bit conversion
12353 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12355 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12356 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12357 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12358 * ext/vorbis/vorbisenc.h:
12359 Fix EOS handling. Still needs a fix in the ogg muxer to
12360 mark the last page as eos.
12362 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12364 * common/gtk-doc-plugins.mak:
12365 * docs/plugins/Makefile.am:
12366 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12367 * gst/ffmpegcolorspace/Makefile.am:
12368 * gst/ffmpegcolorspace/avcodec.h:
12369 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12370 * gst/tcp/gstmultifdsink.c:
12371 fix up ffmpegcolorspace docs; extract header
12373 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12375 * common/gtk-doc-plugins.mak:
12376 * docs/plugins/Makefile.am:
12377 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12378 * ext/theora/Makefile.am:
12379 * ext/theora/gsttheoraenc.h:
12380 * ext/theora/theoraenc.c:
12381 * ext/vorbis/vorbisenc.c:
12382 pick up signals and args for vorbis; add some docs for vorbis
12384 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12386 * common/gstdoc-scangobj:
12387 * common/gtk-doc-plugins.mak:
12388 * docs/libs/Makefile.am:
12389 * docs/plugins/gst-plugins-base-plugins.args:
12390 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12391 * docs/plugins/gst-plugins-base-plugins.interfaces:
12392 * docs/plugins/gst-plugins-base-plugins.prerequisites:
12393 * docs/plugins/gst-plugins-base-plugins.signals:
12394 only scanobj stuff from our source module. Not sure yet
12395 if that's correct, given the hierarchy stuff :)
12397 2005-09-15 Wim Taymans <wim@fluendo.com>
12399 * gst/audioconvert/gstaudioconvert.c:
12400 And enable 24 bits mode as well..
12402 2005-09-15 Wim Taymans <wim@fluendo.com>
12404 * gst-libs/gst/rtp/Makefile.am:
12405 * gst-libs/gst/rtp/gstbasertppayload.c:
12406 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12407 (gst_basertppayload_class_init), (gst_basertppayload_init),
12408 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12409 (gst_basertppayload_chain), (gst_basertppayload_set_options),
12410 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12411 (gst_basertppayload_set_property),
12412 (gst_basertppayload_get_property),
12413 (gst_basertppayload_change_state):
12414 * gst-libs/gst/rtp/gstbasertppayload.h:
12415 Added rtp payloader base class.
12417 2005-09-15 Andy Wingo <wingo@pobox.com>
12419 * configure.ac (plugindir): Remove the EOL matcher from the
12420 regexp, as it causes me problems. Libtool? Make? Who knows?
12422 2005-09-14 David Schleef <ds@schleef.org>
12424 * check/generic/states.c:
12425 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12426 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12427 Fixes for changes in registry API.
12429 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
12430 to GST_PLUGIN_LDFLAGS.
12431 * ext/libvisual/visual.c: Make the library shut up.
12432 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12433 * gst-libs/gst/audio/gstaudiofilter.c: same
12435 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12437 * docs/plugins/Makefile.am:
12438 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12439 * docs/plugins/inspect/plugin-libvisual.xml:
12440 * docs/plugins/tmpl/element-tcpserversink.sgml:
12441 * ext/theora/theoraenc.c:
12442 add libvisual plugin and theoraenc element to docs
12444 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12446 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12447 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12448 * ext/theora/theoraenc.c:
12451 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
12453 * gst/audioconvert/Makefile.am:
12454 Audioconvert derives from GstBaseTransform and should
12455 link to the library with our base elements to avoid
12456 unresolved symbols. Makes things work with MinGW (#316160)
12458 * gst/playback/test4.c: (main):
12459 Fix MinGW build problem and use g_usleep() instead of
12462 2005-09-12 Wim Taymans <wim@fluendo.com>
12464 * gst/audioconvert/audioconvert.c: (float),
12465 (audio_convert_prepare_context), (audio_convert_convert):
12466 * gst/audioconvert/audioconvert.h:
12467 Cleanups, speedups, simplifications, added back support
12470 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
12472 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12473 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12474 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12475 * docs/plugins/tmpl/element-tcpserversink.sgml:
12476 * gst/ffmpegcolorspace/gstffmpeg.c:
12477 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12478 * gst/videotestsrc/gstvideotestsrc.c:
12479 * gst/volume/gstvolume.c:
12480 add more elements to the docs
12482 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
12484 * check/Makefile.am:
12485 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12486 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12487 Add extra tests for basetransform based components.
12488 Comment out the test_element_negotiation test until we decide
12489 if it's testing correct behaviour.
12490 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12491 (gst_visual_chain), (gst_visual_change_state):
12492 Slightly more correct but still bogus timestamping.
12493 Fix state change function.
12494 * gst/audioconvert/gstaudioconvert.c:
12495 (gst_audio_convert_class_init):
12496 * gst/audioresample/gstaudioresample.c:
12497 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12498 (gst_ffmpegcsp_class_init):
12499 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12500 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12501 (gst_videoscale_prepare_image):
12502 * gst/volume/gstvolume.c: (gst_volume_class_init),
12503 (volume_transform_ip):
12504 Basetransform updates. Enable passthrough modes.
12505 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12506 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12507 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12508 Negotiation fix that allows the window to return to the original
12509 size and renegotiate passthrough upstream. Extra debug output.
12511 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
12513 * gst/sine/gstsinesrc.c:
12514 * gst/volume/gstvolume.c:
12515 fix up header include
12517 2005-09-09 Stefan Kost <ensonic@users.sf.net>
12519 * gst-libs/gst/audio/gstbaseaudiosink.c:
12520 (gst_base_audio_sink_render):
12521 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12522 * gst/volume/gstvolume.c: (gst_volume_class_init),
12523 (volume_transform):
12524 fixing lost sync, some more debugging
12526 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
12528 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12529 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12530 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12531 (gst_xvimagesink_check_xshm_calls):
12532 Fix compilation when XShm is not available.
12534 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12536 * ext/libvisual/visual.c: (gst_visual_dispose),
12537 (gst_visual_getcaps), (gst_visual_src_setcaps),
12538 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12539 (gst_visual_change_state):
12540 Finish fixing up libvisual plugin so that it runs.
12542 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12544 * ext/vorbis/vorbisenc.c:
12545 * gst-libs/gst/tag/gstvorbistag.c:
12546 gsttaginterface.h -> gsttagsetter.h
12548 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12550 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12551 added another test that failes for me (test is not active by default)
12553 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12556 v4l2 is no longer in gst-plugins-base
12558 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12561 In the output at the end, don't show the first plugin on the same
12562 line as "Core plug-ins, always built:".
12563 Indent the output as for other plugin categories
12564 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12565 #define that can be used to not use peer buffer_alloc functions for
12567 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12568 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12569 (gst_ximagesink_show_frame):
12570 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12571 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12572 (gst_xvimagesink_show_frame):
12573 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12574 fails gracefully instead of XError aborting or deadlocking.
12576 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12578 * ext/libvisual/Makefile.am:
12579 link against gst-base-libs
12581 2005-09-06 David Schleef <ds@schleef.org>
12583 * configure.ac: Enable libvisual plugin.
12584 * ext/libvisual/Makefile.am:
12585 * ext/libvisual/visual.c: Fixes to make it compile.
12587 === release 0.9.2 ===
12589 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
12594 * docs/random/ChangeLog-0.8:
12595 releasing 0.9.2, "Spoon"
12597 2005-09-05 Michael Smith <msmith@fluendo.com>
12599 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12600 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12601 that in the vorbisenc element.
12603 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12605 * common/gtk-doc-plugins.mak:
12606 * docs/plugins/Makefile.am:
12608 * gst/audioresample/resample.c:
12609 fix wrong docstring
12611 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12613 * common/gst-xmlinspect.py:
12614 * common/gtk-doc-plugins.mak:
12615 only inspect plugins for this given package
12616 require gst-python 0.9
12618 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
12622 * common/gst-xmlinspect.py:
12624 * docs/Makefile.am:
12625 * docs/plugins/inspect/plugin-alsa.xml:
12626 * docs/plugins/inspect/plugin-audioresample.xml:
12627 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12628 * docs/plugins/inspect/plugin-ogg.xml:
12629 * docs/plugins/tmpl/element-gnomevfssink.sgml:
12630 * docs/plugins/tmpl/element-multifdsink.sgml:
12631 * docs/plugins/tmpl/element-tcpserversink.sgml:
12632 * docs/plugins/tmpl/element-vorbisenc.sgml:
12633 * gst-plugins-base.spec.in:
12634 various doc-related updates
12636 2005-08-31 Wim Taymans <wim@fluendo.com>
12638 * gst-libs/gst/audio/gstbaseaudiosink.c:
12639 (gst_base_audio_sink_render):
12640 Resync if the buffer timestamps drift more than a 10th
12643 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
12645 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12646 (gst_v4lsrc_get_property):
12647 The 'timestamp-offset' property is registered as an int64, so
12648 let's use g_value_{set|get}_int64() in our setter and getter
12649 functions (makes it work and fixes warnings with gst-inspect).
12651 2005-08-30 Wim Taymans <wim@fluendo.com>
12653 * check/elements/audioconvert.c: (setup_audioconvert):
12654 * check/elements/audioresample.c: (setup_audioresample):
12655 * check/elements/volume.c: (setup_volume):
12658 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
12660 * common/gtk-doc-plugins.mak:
12661 * common/plugins.xsl:
12662 * docs/plugins/Makefile.am:
12663 make module a param
12665 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12667 * examples/seeking/seek.c: (make_mp3_pipeline),
12668 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12669 (play_cb), (pause_cb), (stop_cb):
12672 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12674 * gst/volume/gstvolume.c: (gst_volume_class_init),
12675 (volume_transform):
12676 do not update controlled params, if buffer has no timestamp
12678 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12681 * gst/sine/Makefile.am:
12682 * gst/volume/Makefile.am:
12683 controllerized elements also need to link against controller-libs ;)
12685 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12687 * docs/libs/tmpl/gstcolorbalance.sgml:
12688 * docs/libs/tmpl/gstgconf.sgml:
12689 * docs/libs/tmpl/gstmixer.sgml:
12690 * docs/libs/tmpl/gstringbuffer.sgml:
12691 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12692 (gst_sinesrc_create):
12693 * gst/volume/gstvolume.c: (gst_volume_class_init),
12694 (volume_transform):
12695 controllerized two audio plugins
12697 2005-08-29 Andy Wingo <wingo@pobox.com>
12699 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
12700 (vorbis_handle_data_packet): Fix some int overflow errors.
12702 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12704 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12706 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12707 if it's valid. Fixed streaming-mode playback.
12709 * check/elements/volume.c (cleanup_volume): Fix for running
12712 * check/elements/audioconvert.c: Convert from native endian, not
12715 2005-08-29 Michael Smith <msmith@fluendo.com>
12717 * ext/ogg/Makefile.am:
12718 * ext/ogg/gstogg.c: (plugin_init):
12719 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12720 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12721 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12722 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12723 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12724 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12725 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12726 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12727 Add an ogg parser element.
12729 2005-08-28 Andy Wingo <wingo@pobox.com>
12731 * Updates for two-arg init from GST_BOILERPLATE_FULL.
12733 2005-08-26 Wim Taymans <wim@fluendo.com>
12735 * gst/audioconvert/audioconvert.c: (if), (float),
12736 (audio_convert_get_func_index), (check_default),
12737 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12738 (audio_convert_clean_context), (audio_convert_get_sizes),
12739 (audio_convert_convert):
12742 2005-08-26 Wim Taymans <wim@fluendo.com>
12744 * gst/audioconvert/audioconvert.c: (if), (float),
12745 (audio_convert_get_func_index), (check_default),
12746 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12747 (audio_convert_clean_context), (audio_convert_get_sizes),
12748 (audio_convert_convert):
12749 More elegant and working temp buffer selection algo.
12751 2005-08-26 Wim Taymans <wim@fluendo.com>
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 Use realloc else we lose our original data.
12760 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
12762 * gst/audioresample/gstaudioresample.c:
12763 use base class' newsegment to properly timestamp
12765 2005-08-26 Wim Taymans <wim@fluendo.com>
12767 * gst/audioconvert/audioconvert.c: (if), (float),
12768 (audio_convert_get_func_index), (check_default),
12769 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12770 (audio_convert_clean_context), (audio_convert_get_sizes),
12771 (get_temp_buffer), (audio_convert_convert):
12772 * gst/audioconvert/gstaudioconvert.c:
12773 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12774 (gst_audio_convert_transform_caps),
12775 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12776 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12777 Oops, allocate enough space to perform the channel mix.
12779 2005-08-26 Wim Taymans <wim@fluendo.com>
12781 * gst/audioconvert/Makefile.am:
12782 * gst/audioconvert/audioconvert.c: (if), (float),
12783 (audio_convert_get_func_index), (check_default),
12784 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12785 (audio_convert_clean_context), (audio_convert_get_sizes),
12786 (get_temp_buffer), (audio_convert_convert):
12787 * gst/audioconvert/audioconvert.h:
12788 * gst/audioconvert/gstaudioconvert.c:
12789 (gst_audio_convert_class_init), (gst_audio_convert_init),
12790 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12791 (gst_audio_convert_get_unit_size),
12792 (gst_audio_convert_transform_caps),
12793 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12794 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12795 * gst/audioconvert/gstaudioconvert.h:
12796 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12797 (gst_channel_mix_fill_identical),
12798 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12799 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12800 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12801 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12802 (gst_channel_mix_mix):
12803 * gst/audioconvert/gstchannelmix.h:
12804 Cleanups, librarify a bit, optimize, better negotiation and more.
12806 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12808 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12809 Another from MikeS:
12810 During typefinding, don't support negative offsets
12811 (offsets from the end of the stream) in our typefind->peek() function
12812 - nothing embedded in ogg ever needs them. However, we need to recognise
12813 those requests and reject them, otherwise we return invalid pointers.
12815 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12817 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12818 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12819 (vorbisdec_finalize), (vorbis_handle_type_packet):
12820 Big shout-out to MikeS for fixing this giant memory leak.
12823 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12825 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12826 (audio_convert_get_unit_size):
12829 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12831 * check/Makefile.am:
12832 * check/elements/audioconvert.c: (setup_audioconvert),
12833 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12834 (GST_START_TEST), (audioconvert_suite), (main):
12835 add a test for audioconvert
12836 * gst/audioresample/gstaudioresample.c:
12837 * gst/audioresample/gstaudioresample.h:
12838 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12839 note that for buffers of 1/3 sec this means DURATION(c) is
12840 one nanosecond more than for a and b
12842 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12844 * check/Makefile.am:
12845 * check/elements/audioresample.c: (setup_audioresample),
12846 (cleanup_audioresample), (fail_unless_perfect_stream),
12847 (test_perfect_stream_instance), (GST_START_TEST),
12848 add a check for audioresample
12849 (audioresample_suite), (main):
12850 * check/elements/volume.c: (GST_START_TEST):
12851 remove unused method
12852 * gst/audioresample/gstaudioresample.c:
12853 set correct buffer parameters since we're changing them
12854 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12857 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12859 * gst/audioresample/debug.c:
12860 * gst/audioresample/gstaudioresample.c:
12861 add room for extra overlap samples when asked to transform size
12862 protect against possible mem corruption and check for discrepancies
12863 between written size and outbuffer's size so we can warn for
12865 * gst/audioresample/resample.c: (resample_init),
12866 (resample_get_output_size_for_input), (resample_get_output_size),
12867 (resample_set_n_channels), (resample_set_format):
12868 set debug level based on RESAMPLE_DEBUG env var
12869 make sure that get_output_size* returns a whole number of
12871 set sample_size each time either channel or format is set
12872 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12873 * gst/audioresample/resample_functable.c:
12874 (resample_scale_functable):
12875 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12876 remove r->sample_size, it's done in resample.c now
12877 add some debugging to the ref implementation
12878 make sure we only give back bytes that are wholes of the sample
12881 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
12882 * gst/playback/gstplaybasebin.c: (fill_buffer):
12883 Revert unpopular change for GST_MESSAGE_SRC to GObject.
12885 2005-08-25 Stefan Kost <ensonic@users.sf.net>
12887 * gst/volume/gstvolume.c:
12888 made set_caps function static
12890 2005-08-24 Wim Taymans <wim@fluendo.com>
12892 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12893 (gst_vorbisenc_change_state):
12894 Stop leaking taglists.
12896 2005-08-24 Wim Taymans <wim@fluendo.com>
12898 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12899 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12900 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12901 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12902 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12903 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12904 Parse seeking events better.
12906 Generate correct newsegment events, fixes seeking in live oggs.
12908 * ext/theora/theoradec.c: (theora_dec_src_query),
12909 (theora_dec_src_event), (theora_dec_src_getcaps),
12910 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12911 Use newsegment values to report correct play time.
12913 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12914 (vorbis_dec_src_event), (vorbis_dec_sink_event):
12915 * ext/vorbis/vorbisdec.h:
12916 Parse and use newsegment values to report correct play time.
12918 * gst-libs/gst/audio/gstbaseaudiosink.c:
12919 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12920 Clear ringbuffer on flush.
12921 Use newsegment values to calculate playback time.
12923 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12924 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12925 Basesink does newsegment calculations for us now.
12927 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12929 * check/Makefile.am:
12931 add core's plugins to the mix so that playbin works
12932 * check/generic/states.c: (GST_START_TEST):
12933 set a 0 timeout on pipelines, so they don't force the next
12935 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12936 (gst_play_base_bin_change_state):
12937 remove the crappy error handling and do GST error handling
12939 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12941 * check/Makefile.am:
12942 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12943 add same test as to core, it bitches out on playbin atm.
12945 2005-08-24 Wim Taymans <wim@fluendo.com>
12950 2005-08-24 Wim Taymans <wim@fluendo.com>
12952 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12953 (gst_videoscale_prepare_size), (parse_caps),
12954 (gst_videoscale_set_caps), (gst_videoscale_get_size),
12955 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12956 (gst_videoscale_transform):
12957 * gst/videoscale/gstvideoscale.h:
12958 Refactor, make use of BaseTranform really well.
12960 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12963 compile audioresample
12964 * gst/audioresample/Makefile.am:
12965 * gst/audioresample/buffer.c:
12966 * gst/audioresample/functable.c:
12967 * gst/audioresample/gstaudioresample.c:
12968 * gst/audioresample/gstaudioresample.h:
12969 * gst/audioresample/resample.c:
12970 (resample_get_output_size_for_input):
12971 * gst/audioresample/resample.h:
12972 * gst/audioresample/resample_chunk.c:
12973 * gst/audioresample/resample_functable.c:
12974 * gst/audioresample/resample_ref.c:
12975 port to use basetransform; doesn't work in all cases yet
12977 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12979 * gst/audioconvert/gstaudioconvert.c:
12980 (gst_audio_convert_class_init), (gst_audio_convert_init),
12981 (audio_convert_get_unit_size), (audio_convert_transform_caps),
12982 (audio_convert_fixate_caps), (audio_convert_set_caps),
12983 (audio_convert_transform),
12984 (gst_audio_convert_buffer_to_default_format),
12985 (gst_audio_convert_buffer_from_default_format),
12986 (gst_audio_convert_channels):
12987 * gst/audioconvert/gstchannelmix.c:
12988 * gst/audioconvert/gstchannelmix.h:
12989 port to basetransform
12990 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12991 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12992 (gst_ffmpegcsp_get_unit_size):
12993 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12994 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12995 fix for basetransform changes
12997 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
12999 * check/Makefile.am:
13000 Add CHECK_CFLAGS and LDFLAGS
13002 * gst/playback/gstplaybasebin.c: (fill_buffer):
13003 GST_MESSAGE_SRC became a GObject
13005 2005-08-24 Wim Taymans <wim@fluendo.com>
13007 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13008 (gst_ring_buffer_clear_all):
13009 * gst-libs/gst/audio/gstringbuffer.h:
13010 Added function to clear the ringbuffer.
13012 2005-08-24 Andy Wingo <wingo@pobox.com>
13014 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
13015 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13016 of _open and _close.
13018 * sys/v4l/gstv4lxoverlay.h:
13019 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13020 an Xv connection here, instead of all the time. Make Xv only be
13021 loaded if you axe for it. Kindof a workaround for buggy behaviour
13022 of Xv when using remote xservers (XvQueryExtension would block).
13023 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13024 replace the _open and _close public API. Only start the xv
13025 connection if necessary.
13026 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13028 2005-08-23 David Schleef <ds@schleef.org>
13030 * gst/audioresample/Makefile.am: Leet audioresampling code
13031 * gst/audioresample/buffer.c:
13032 * gst/audioresample/buffer.h:
13033 * gst/audioresample/debug.c:
13034 * gst/audioresample/debug.h:
13035 * gst/audioresample/functable.c:
13036 * gst/audioresample/functable.h:
13037 * gst/audioresample/gstaudioresample.c:
13038 * gst/audioresample/gstaudioresample.h:
13039 * gst/audioresample/resample.c:
13040 * gst/audioresample/resample.h:
13041 * gst/audioresample/resample_chunk.c:
13042 * gst/audioresample/resample_functable.c:
13043 * gst/audioresample/resample_ref.c:
13045 2005-08-23 Wim Taymans <wim@fluendo.com>
13047 * examples/seeking/seek.c: (make_vorbis_pipeline),
13048 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13049 Small seek updates.
13051 2005-08-23 Andy Wingo <wingo@pobox.com>
13053 * gst-libs/gst/audio/gstbaseaudiosrc.c
13054 (gst_base_audio_src_fixate): Only fixate endianness if it is
13055 present in the caps.
13057 2005-08-22 Andy Wingo <wingo@pobox.com>
13059 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
13060 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13061 device-name property.
13063 * gst-libs/gst/audio/gstaudiosrc.h:
13064 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13065 close_device in the ring buffer, like gstaudiosink.
13067 * ext/alsa/gstalsamixer.h:
13068 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13069 macro to implement the interface without much code. Cleanups.
13071 * ext/alsa/gstalsasrc.h:
13072 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13075 * ext/alsa/Makefile.am: Add new files.
13076 * ext/alsa/gstalsamixerelement.c:
13077 * ext/alsa/gstalsamixerelement.c: Split element code out from
13078 mixer code so that alsasrc can be a mixer too.
13080 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13082 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13084 * check/elements/vorbisdec.c: (setup_vorbisdec),
13085 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13086 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13087 (vorbis_handle_identification_packet),
13088 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13089 (vorbis_handle_header_packet), (vorbis_dec_push),
13090 (vorbis_dec_chain):
13091 use the setup/teardown methods to save code. save code is good.
13093 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13095 * check/Makefile.am:
13096 add ext dir for plugins
13097 add vorbisdec test conditionally
13098 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13099 (GST_START_TEST), (volume_suite):
13100 add a test with wrong caps
13101 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13102 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13103 add a vorbisdec test
13104 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13105 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13106 clean up debug output
13107 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13108 yay, fix a segfault/security issue in vorbisdec
13109 gst-launch fakesrc ! vorbisdec wasn't happy
13110 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13111 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13112 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13113 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13114 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13115 (gst_vorbisenc_set_metadata), (get_constraints_string),
13116 (update_start_message), (gst_vorbisenc_setup),
13117 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13118 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13119 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13120 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13121 * ext/vorbis/vorbisenc.h:
13123 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13124 (gst_ffmpegcsp_transform):
13125 have the kow come home
13126 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13128 * gst/volume/gstvolume.c: (volume_set_caps):
13131 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13134 * check/.cvsignore:
13135 * check/Makefile.am:
13136 * check/elements/.cvsignore:
13137 * check/elements/volume.c: (chain_func), (event_func),
13138 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13141 add unit test structure for gst-plugins-base
13142 add a test for volume
13143 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13144 (gst_volume_set_volume), (gst_volume_get_volume),
13145 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13146 (volume_funcfind), (volume_process_float), (volume_process_int16),
13147 (volume_set_caps), (volume_transform), (volume_update_mute),
13148 (volume_update_volume), (volume_set_property),
13149 (volume_get_property):
13150 document a little; use basetransform vmethod _set_caps
13152 2005-08-19 Andy Wingo <wingo@pobox.com>
13154 * ext/alsa/gstalsamixertrack.h:
13155 * ext/alsa/gstalsamixertrack.c:
13156 * ext/alsa/gstalsamixeroptions.h:
13157 * ext/alsa/gstalsamixeroptions.c:
13158 * ext/alsa/gstalsamixer.h:
13159 * ext/alsa/gstalsamixer.c: Port to 0.9.
13161 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13162 Remove gstalsa.c and alsaclock. No more cruft here.
13164 2005-08-18 Wim Taymans <wim@fluendo.com>
13166 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13167 (gst_base_rtp_depayload_chain),
13168 (gst_base_rtp_depayload_add_to_queue),
13169 (gst_base_rtp_depayload_push),
13170 (gst_base_rtp_depayload_queue_release):
13171 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13172 Fix for RTPBuffer changes.
13174 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13175 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13176 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13177 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13178 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13179 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13180 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13181 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13182 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13183 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13184 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13185 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13186 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13187 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13188 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13189 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13190 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13191 (gst_rtpbuffer_get_payload):
13192 * gst-libs/gst/rtp/gstrtpbuffer.h:
13193 Don't subclass GstBuffer but add methods and helper functions
13194 to construct and manipulate RTP packets in regular GstBuffers.
13196 2005-08-18 Stefan Kost <ensonic@users.sf.net>
13198 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13199 moved statement below switch
13200 * gst/volume/gstvolume.c: (gst_volume_class_init):
13203 2005-08-16 Wim Taymans <wim@fluendo.com>
13205 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13206 (gst_base_audio_src_change_state):
13207 Open and close device in READY<->NULL state change.
13209 2005-08-16 Andy Wingo <wingo@pobox.com>
13211 * examples/seeking/Makefile.am: Don't compile non-compiling
13212 compiled objects with the compiler.
13214 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13217 2005-08-12 Philippe Khalaf <burger@speedy.org>
13218 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13219 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13220 Made a thread to release the queue.
13221 Removed timestamp conversion for now.
13223 2005-08-10 Philippe Khalaf <burger@speedy.org>
13224 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13225 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13226 Added rtp timestamp -> gst timestamp conversion.
13227 Fixed several problems with queue.
13229 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13231 * gst-libs/gst/audio/gstaudioclock.h:
13232 * gst-libs/gst/audio/gstaudiofilter.h:
13233 * gst-libs/gst/audio/gstaudiosink.h:
13234 * gst-libs/gst/audio/gstaudiosrc.h:
13235 * gst-libs/gst/audio/gstbaseaudiosink.h:
13236 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13237 * gst-libs/gst/audio/gstringbuffer.h:
13238 * gst-libs/gst/net/gstnetbuffer.h:
13239 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13240 * gst-libs/gst/rtp/gstrtpbuffer.h:
13241 Add padding (you will need to rebuild gst-plugins-base,
13242 gst-plugins and all applications afterwards!)
13244 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13246 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13247 (gst_riff_parse_chunk):
13248 Fix bug in debug message and add some more debug messages.
13250 2005-08-08 Edward Hervey <edward@fluendo.com>
13252 * gst-libs/gst/riff/riff-media.c:
13253 backported updates since branch
13255 2005-08-08 Andy Wingo <wingo@pobox.com>
13257 * gst-libs/gst/audio/gstbaseaudiosink.c
13258 (gst_base_audio_sink_change_state): Open the device in NULL->READY
13259 like good elements should. Close on READY->NULL too.
13261 * gst-libs/gst/audio/gstaudiosink.c
13262 (gst_audioringbuffer_open_device,
13263 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13264 (gst_audioringbuffer_release): Updates for new ring buffer API,
13265 hook into the new audio sink api.
13267 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13268 (GstAudioSinkClass.close): Just open and close the device -- no
13269 resource allocation or configuration.
13270 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13271 vmethods, handle device setup and resource allocation.
13273 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13274 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13277 * gst-libs/gst/audio/gstringbuffer.h
13278 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13281 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13282 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13283 New API functions. The device should be opened before acquiring
13284 and closed after releasing.
13286 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
13288 * gst-libs/gst/interfaces/mixer.h:
13289 Reset padding to GST_PADDING.
13291 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13293 * gst/playback/gstplaybin.c: (remove_sinks):
13294 Remove visualization from parent explicitely; works around some
13295 apparent refcount issue that I haven't tracked down yet.
13297 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13299 * ext/alsa/gstalsasink.c: (set_hwparams):
13300 Assign debug category, add negotiation debug msgs.
13302 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13304 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13305 Fix error code for file-not-found to NOT_FOUND.
13307 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13309 * common/gtk-doc-plugins.mak:
13310 * docs/plugins/Makefile.am:
13311 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13312 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13313 renamed to actual element names, so much nicer to look at
13314 * docs/plugins/tmpl/gstmultifdsink.sgml:
13316 * docs/plugins/tmpl/multifdsink.sgml:
13317 * docs/plugins/tmpl/tcpserversink.sgml:
13319 * ext/alsa/gstalsa.c:
13320 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13321 * ext/ogg/gstoggmux.c:
13322 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13323 * gst/playback/gstdecodebin.c:
13324 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13325 * gst/tcp/gsttcpserversink.c:
13326 various fixes and documentation additions
13328 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13330 * common/Makefile.am:
13331 * common/gstdoc-scangobj:
13332 * common/gtk-doc-plugins.mak:
13333 * common/gtk-doc.mak:
13334 add a custom scangobj that uses the registry
13335 add a custom gtk-doc-plugins.mak that uses it
13336 some doc build fixes
13338 * docs/Makefile.am:
13339 * docs/plugins/Makefile.am:
13340 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13341 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13342 * docs/plugins/gst-plugins-base-plugins.types:
13343 * docs/plugins/tmpl/gstmultifdsink.sgml:
13344 add docs for one element, multifdsink
13345 * gst/adder/gstadder.h:
13346 * gst/volume/gstvolume.h:
13347 don't privatize enum
13348 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13349 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13350 (gst_sync_method_get_type), (gst_client_status_get_type),
13351 (gst_multifdsink_class_init),
13352 (gst_multifdsink_client_queue_buffer),
13353 (gst_multifdsink_handle_client_write):
13354 * gst/tcp/gstmultifdsink.h:
13355 * gst/tcp/gsttcp.h:
13356 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13357 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13358 (gst_tcpclientsink_render):
13359 * gst/tcp/gsttcpclientsink.h:
13360 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13361 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13362 (gst_tcpclientsrc_start):
13363 * gst/tcp/gsttcpclientsrc.h:
13364 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13365 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13366 * gst/tcp/gsttcpserversrc.h:
13367 * gst/typefind/gsttypefindfunctions.c:
13368 remove superfluous Type stuff
13370 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13372 * gst/playback/gstplaybin.c: (gen_video_element):
13375 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13377 * gst-libs/gst/gconf/gconf.c:
13378 * gst-libs/gst/gconf/gconf.h:
13379 Fix some Andy Problem [tm].
13381 2005-08-04 Andy Wingo <wingo@pobox.com>
13383 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13384 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13385 (gst_ffmpegcsp_get_size): Adapt to API changes.
13387 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13388 Implement an in-place do-nothing transform.
13390 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13392 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13393 (gst_ximagesink_renegotiate_size):
13394 Do not set new window sizes yet if we prepare a new buffer size
13395 for upstream renegotiation (software scaling) at some point in the
13396 future, because this new size waqs not actually accepted yet. Once
13397 accepted, renegotiation later on will set the new sizes just fine.
13398 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13399 embedding testcase.
13401 2005-08-03 Andy Wingo <wingo@pobox.com>
13403 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13404 (gst_ximagesink_buffer_alloc):
13405 Protect the height, width, and desired_caps with the pool_lock.
13406 Fixes videotestsrc ! queue ! ximagesink.
13408 2005-08-02 Edward Hervey <edward@fluendo.com>
13410 * gst/volume/gstvolume.c:
13411 include left from controller cleanup
13413 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
13414 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13415 Stop collectpads before calling the parent state
13416 change function on PAUSED->READY.
13418 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
13420 When testing for X libs, use the X CFlags
13421 * gst/adder/gstadder.c: (gst_adder_change_state):
13422 Stop the collectpads before calling parent state change function
13423 on PAUSED->READY, otherwise we deadlock deactivating pads.
13425 2005-08-01 Stefan Kost <ensonic@users.sf.net>
13428 * docs/libs/tmpl/gstcolorbalance.sgml:
13429 * docs/libs/tmpl/gstmixer.sgml:
13430 * examples/Makefile.am:
13431 * gst/sine/Makefile.am:
13432 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13433 (gst_sinesrc_set_property), (plugin_init):
13434 * gst/sine/gstsinesrc.h:
13435 * gst/volume/Makefile.am:
13436 * gst/volume/gstvolume.c: (gst_volume_set_volume),
13437 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13438 (volume_process_float), (volume_process_int16),
13439 (volume_set_property), (plugin_init):
13440 * gst/volume/gstvolume.h:
13441 deactivate and remove dparams (libgstcontrol)
13443 2005-07-29 Wim Taymans <wim@fluendo.com>
13445 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13446 Convert me to BaseTransform!! help..
13448 2005-07-29 Andy Wingo <wingo@pobox.com>
13450 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13453 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13454 support of both endiannesses.
13456 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13458 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13459 Fix confusing debug message (s/event/query/)
13461 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13463 * gst/videotestsrc/videotestsrc.h:
13464 Use "_stdint.h" instead of <stdint.h>
13466 2005-07-27 Wim Taymans <wim@fluendo.com>
13468 * ext/vorbis/Makefile.am:
13469 Revert wrong commit.
13471 2005-07-27 Wim Taymans <wim@fluendo.com>
13473 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13474 More compilation fixen.
13476 2005-07-27 Wim Taymans <wim@fluendo.com>
13478 * gst-libs/gst/audio/gstbaseaudiosink.c:
13479 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13480 (gst_base_audio_sink_create_ringbuffer),
13481 (gst_base_audio_sink_change_state):
13484 2005-07-27 Wim Taymans <wim@fluendo.com>
13486 * examples/seeking/seek.c: (setup_dynamic_link),
13487 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13488 (query_positions_elems), (query_positions_pads), (do_seek):
13489 Update seek example.
13491 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13492 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13493 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13494 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13495 (gst_ogg_demux_handle_event),
13496 (gst_ogg_demux_deactivate_current_chain),
13497 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13498 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13499 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13500 (gst_ogg_demux_loop):
13501 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13502 * ext/theora/theoradec.c: (theora_dec_src_event),
13503 (theora_dec_src_getcaps), (theora_dec_sink_event),
13504 (theora_dec_push), (theora_dec_chain):
13505 * ext/vorbis/Makefile.am:
13506 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13507 (vorbis_dec_sink_event), (vorbis_dec_push),
13508 (vorbis_handle_data_packet):
13509 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13510 (gst_vorbisenc_chain):
13511 * gst/playback/gststreaminfo.c: (cb_probe):
13512 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13513 * gst/videorate/gstvideorate.c: (gst_videorate_event):
13514 * gst/videoscale/gstvideoscale.c:
13515 (gst_videoscale_handle_src_event):
13516 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13517 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13518 (gst_ximagesink_navigation_send_event):
13519 * sys/xvimage/xvimagesink.c:
13520 (gst_xvimagesink_navigation_send_event):
13521 Various event updates and cleanups
13523 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13525 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13526 Fix segfault for I420/YV12.
13528 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13530 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13533 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13535 * gst/playback/gstplaybin.c: (gen_video_element),
13536 (gen_audio_element):
13537 Switch to auto*sink elements as default sinks; add volume element
13538 so that volume control in totem works.
13540 2005-07-21 Wim Taymans <wim@fluendo.com>
13542 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13543 * gst/playback/gstplaybin.c: (setup_sinks),
13544 (gst_play_bin_change_state):
13545 Refcount fix and more comments.
13547 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13549 * sys/ximage/Makefile.am:
13550 * sys/ximage/ximage.c: (plugin_init):
13551 * sys/ximage/ximagesink.c:
13552 Prepare for adding ximagesrc, rename of plugin to ximage etc.
13555 2005-07-21 Wim Taymans <wim@fluendo.com>
13557 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13558 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13559 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13560 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13561 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13562 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13563 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13564 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13565 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13566 Generate correct disconts for live chained oggs.
13568 * gst-libs/gst/audio/gstbaseaudiosink.c:
13569 (gst_base_audio_sink_render),
13570 (gst_base_audio_sink_create_ringbuffer),
13571 (gst_base_audio_sink_change_state):
13572 Handle discont math correctly.
13574 * gst/playback/gstplaybin.c: (add_sink):
13575 Some small debug cleanup.
13577 2005-07-21 Wim Taymans <wim@fluendo.com>
13579 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13580 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13581 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13582 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13583 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13584 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13585 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13586 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13587 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13588 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13589 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13590 (gst_ogg_demux_change_state), (gst_ogg_print):
13591 Reorganize code to send the right disconts when in streaming
13594 2005-07-20 Andy Wingo <wingo@pobox.com>
13596 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13597 fix (?), fixes a seggie mcfalterson (#310894).
13599 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13601 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13602 (gst_ogg_mux_set_header_on_caps):
13603 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13604 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13605 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13606 * gst-libs/gst/audio/multichannel.c:
13607 (gst_audio_set_channel_positions),
13608 (gst_audio_set_structure_channel_positions_list):
13609 * gst/playback/gstdecodebin.c: (dynamic_create):
13610 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13611 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13612 Fixes for API changes in core.
13614 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13616 * gst/playback/gstplaybasebin.c: (fill_buffer):
13617 Use _new_custom() so we can set custom message types for buffering
13620 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13623 * gst-libs/gst/Makefile.am:
13624 * gst-libs/gst/gconf/.cvsignore:
13625 * gst-libs/gst/gconf/Makefile.am:
13626 * gst-libs/gst/gconf/test-gconf.c:
13627 * pkgconfig/Makefile.am:
13628 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13629 * pkgconfig/gstreamer-gconf.pc.in:
13630 Remove gconf stuff, use gconf elements instead from now on.
13632 2005-07-20 Wim Taymans <wim@fluendo.com>
13634 * gst-libs/gst/audio/TODO:
13635 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13636 (gst_audio_clock_get_internal_time):
13637 * gst-libs/gst/audio/gstaudioclock.h:
13638 * gst-libs/gst/audio/gstbaseaudiosink.c:
13639 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13640 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13641 (gst_base_audio_sink_render),
13642 (gst_base_audio_sink_create_ringbuffer),
13643 (gst_base_audio_sink_change_state):
13644 Make sure the audio clock always returns an increasing value.
13646 2005-07-19 Andy Wingo <wingo@pobox.com>
13648 * gst/videotestsrc/: Cleanups.
13650 2005-07-19 Wim Taymans <wim@fluendo.com>
13652 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13655 2005-07-19 Wim Taymans <wim@fluendo.com>
13657 * examples/seeking/seek.c: (make_dv_pipeline),
13658 (make_vorbis_theora_pipeline), (query_rates),
13659 (query_positions_elems), (query_positions_pads), (do_seek):
13660 Make correct DV pipeline.
13662 2005-07-18 Andy Wingo <wingo@pobox.com>
13664 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13665 default. Also because it's the only thing that really works. (This
13666 is used in the GConf elements).
13667 Use AS_LIBTOOL_TAGS.
13669 2005-07-18 Wim Taymans <wim@fluendo.com>
13671 * gst/playback/gstdecodebin.c: (remove_element_chain):
13672 * gst/playback/gstplaybin.c: (add_sink):
13673 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13674 (gst_stream_info_set_mute):
13675 * gst/playback/gststreamselector.c:
13676 (gst_stream_selector_get_linked_pad),
13677 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13678 More leak and compile fixes.
13680 2005-07-18 Wim Taymans <wim@fluendo.com>
13682 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13683 (query_rates), (query_positions_elems), (query_positions_pads),
13684 (do_seek), (seek_cb), (stop_seek):
13685 Updated seek example.
13687 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13688 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13689 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13690 * gst/playback/gstplaybin.c: (add_sink):
13691 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13692 (gst_stream_info_set_mute):
13693 Some refcount leak fixes.
13695 2005-07-16 Wim Taymans <wim@fluendo.com>
13697 * gst-libs/gst/audio/gstbaseaudiosink.c:
13698 (gst_base_audio_sink_render):
13699 Align samples even if we have roundoff errors in the
13700 timestamp conversion.
13702 2005-07-16 Wim Taymans <wim@fluendo.com>
13704 * docs/libs/tmpl/gstringbuffer.sgml:
13705 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13706 (query_rates), (query_positions_elems), (query_positions_pads),
13707 (update_scale), (do_seek):
13708 Updated seek example.
13710 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13711 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13712 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13713 (gst_ogg_demux_loop):
13714 Push out correct discont values.
13716 * ext/theora/theoradec.c: (theora_dec_src_convert),
13717 (theora_dec_sink_convert), (theora_dec_src_getcaps),
13718 (theora_dec_sink_event), (theora_handle_type_packet),
13719 (theora_handle_header_packet), (theora_dec_push),
13720 (theora_handle_data_packet), (theora_dec_chain),
13721 (theora_dec_change_state):
13722 Better timestamping.
13724 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13725 (vorbis_dec_sink_event), (vorbis_dec_push),
13726 (vorbis_handle_data_packet), (vorbis_dec_chain):
13727 * ext/vorbis/vorbisdec.h:
13728 Better timestamping.
13730 * gst-libs/gst/audio/gstbaseaudiosink.c:
13731 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13732 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13733 Handle syncing on timestamps instead of sample offsets. Make
13734 use of DISCONT values as described in design docs.
13736 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13737 (gst_base_audio_src_get_time):
13738 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13739 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13740 (gst_ring_buffer_read):
13741 * gst-libs/gst/audio/gstringbuffer.h:
13742 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13743 (gst_ximagesink_show_frame):
13744 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13745 Correcly convert buffer timestamp to stream time.
13747 2005-07-16 Wim Taymans <wim@fluendo.com>
13749 * gst/audioconvert/gstaudioconvert.c:
13750 (gst_audio_convert_get_buffer):
13751 Timestamp buffers correctly.
13753 * gst/playback/gstplaybin.c: (gen_video_element):
13754 Make internal fakesink silent.
13756 2005-07-15 Wim Taymans <wim@fluendo.com>
13758 * gst/ffmpegcolorspace/Makefile.am:
13759 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13760 (gst_ffmpegcsp_caps_remove_format_info),
13761 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13762 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13763 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13764 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13765 Ported ffmpegcolorspace to basetransform.
13767 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13768 * gst/volume/gstvolume.c: (volume_transform):
13771 2005-07-14 Wim Taymans <wim@fluendo.com>
13773 * gst/videotestsrc/Makefile.am:
13774 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13775 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13776 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13777 (gst_videotestsrc_init), (gst_videotestsrc_event),
13778 (gst_videotestsrc_create), (gst_videotestsrc_start),
13779 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13780 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13781 (gst_videotestsrc_get_property):
13782 * gst/videotestsrc/gstvideotestsrc.h:
13783 Make videotestsrc a pushsrc.
13785 2005-07-14 Wim Taymans <wim@fluendo.com>
13787 * gst/tcp/gstfdset.c: (gst_fdset_free):
13788 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13789 (gst_multifdsink_add), (gst_multifdsink_remove),
13790 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13791 (gst_multifdsink_remove_client_link),
13792 (gst_multifdsink_client_queue_data),
13793 (gst_multifdsink_client_queue_caps),
13794 (gst_multifdsink_client_queue_buffer),
13795 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13796 (gst_multifdsink_stop):
13797 * gst/tcp/gstmultifdsink.h:
13800 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13801 Also draw image when not from a pool.
13803 2005-07-14 Wim Taymans <wim@fluendo.com>
13805 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13806 (mute_stream), (silence_stream):
13807 Small debug additions.
13809 2005-07-14 Wim Taymans <wim@fluendo.com>
13811 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13812 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13813 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13814 Better error recovery, ignore unconnected pads and
13817 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
13819 * docs/libs/tmpl/gstaudio.sgml:
13820 * docs/libs/tmpl/gstcolorbalance.sgml:
13821 * docs/libs/tmpl/gstgconf.sgml:
13822 * docs/libs/tmpl/gstmixer.sgml:
13823 * docs/libs/tmpl/gstringbuffer.sgml:
13824 * docs/libs/tmpl/gsttuner.sgml:
13825 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13826 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13827 (gst_tcpclientsrc_class_init):
13828 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13829 (gst_tcpserversrc_class_init):
13830 * sys/v4l/gstv4lelement.c:
13831 more autistic cleanliness in functions/names/defines
13833 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
13836 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13837 added manually to each Makefile.am so we are sure it goes
13838 *last* and doesn't add -L flags before linking in libs of our
13839 own, like, say, internal .la libs, that then accidentally pick
13840 up the installed copy.
13841 * docs/libs/Makefile.am:
13842 * ext/alsa/Makefile.am:
13843 * ext/cdparanoia/Makefile.am:
13844 * ext/gnomevfs/Makefile.am:
13845 * ext/libvisual/Makefile.am:
13846 * ext/ogg/Makefile.am:
13847 * ext/theora/Makefile.am:
13848 * ext/vorbis/Makefile.am:
13849 * gst-libs/gst/video/Makefile.am:
13850 * gst/adder/Makefile.am:
13851 * gst/audioconvert/Makefile.am:
13852 * gst/audiorate/Makefile.am:
13853 * gst/audioscale/Makefile.am:
13854 * gst/ffmpegcolorspace/Makefile.am:
13855 * gst/playback/Makefile.am:
13856 * gst/sine/Makefile.am:
13857 * gst/subparse/Makefile.am:
13858 * gst/tags/Makefile.am:
13859 * gst/tcp/Makefile.am:
13860 * gst/typefind/Makefile.am:
13861 * gst/videorate/Makefile.am:
13862 * gst/videoscale/Makefile.am:
13863 * gst/videotestsrc/Makefile.am:
13864 * gst/volume/Makefile.am:
13865 * sys/v4l/Makefile.am:
13866 * sys/ximage/Makefile.am:
13867 * sys/xvimage/Makefile.am:
13868 adapt properly to this change. This should make sure that
13869 plugins and libs properly link to the as-yet-uninstalled
13870 copies of stuff like libgstinterfaces and libgstvideo
13872 2005-07-13 Andy Wingo <wingo@pobox.com>
13874 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13875 (gst_v4lsrc_fixate): Fixate on format as well.
13877 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
13878 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13879 buffer points to it.
13880 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13881 rather just doing X calls ourselves. Also fixes a memleak.
13883 2005-07-12 Andy Wingo <wingo@pobox.com>
13885 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
13886 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
13887 (gst_v4lsrc_create): Re-add the copy-mode property, default to
13888 TRUE to avoid deadlocks if an element holds on to our buffers.
13890 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
13892 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13893 (gst_sinesrc_init), (gst_sinesrc_create),
13894 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13895 (gst_sinesrc_start):
13896 * gst/sine/gstsinesrc.h:
13897 removing num-buffers property before moving it
13899 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
13902 use overridable ERROR_CFLAGS
13903 * docs/libs/gst-plugins-base-libs.types:
13904 * docs/libs/tmpl/gstringbuffer.sgml:
13905 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13906 (gst_alsasink_class_init):
13907 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13908 (gst_alsasrc_class_init):
13909 * gst-libs/gst/audio/audio.h:
13910 * gst-libs/gst/audio/gstaudioclock.h:
13911 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13912 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13913 (gst_audio_filter_link), (gst_audio_filter_init),
13914 (gst_audio_filter_chain), (gst_audio_filter_set_property),
13915 (gst_audio_filter_get_property),
13916 (gst_audio_filter_class_add_pad_templates):
13917 * gst-libs/gst/audio/gstaudiofilter.h:
13918 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13919 (gst_audio_filter_template_get_type),
13920 (gst_audio_filter_template_base_init),
13921 (gst_audio_filter_template_class_init),
13922 (gst_audio_filter_template_init),
13923 (gst_audio_filter_template_set_property),
13924 (gst_audio_filter_template_get_property), (plugin_init),
13925 (gst_audio_filter_template_setup),
13926 (gst_audio_filter_template_filter),
13927 (gst_audio_filter_template_filter_inplace):
13928 * gst-libs/gst/audio/gstaudiosink.c:
13929 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13930 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13931 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13932 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13933 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13934 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13935 * gst-libs/gst/audio/gstaudiosink.h:
13936 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13937 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13938 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13939 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13940 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13941 (gst_audio_src_class_init), (gst_audio_src_init),
13942 (gst_audio_src_create_ringbuffer):
13943 * gst-libs/gst/audio/gstaudiosrc.h:
13944 * gst-libs/gst/audio/gstbaseaudiosink.c:
13945 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13946 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13947 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13948 (gst_base_audio_sink_set_property),
13949 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13950 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13951 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13952 (gst_base_audio_sink_create_ringbuffer),
13953 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13954 * gst-libs/gst/audio/gstbaseaudiosink.h:
13955 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13956 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13957 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13958 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13959 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13960 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13961 (gst_base_audio_src_event), (gst_base_audio_src_create),
13962 (gst_base_audio_src_create_ringbuffer),
13963 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13964 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13965 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13966 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13967 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13968 (gst_ring_buffer_debug_spec_caps),
13969 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13970 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13971 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13972 (gst_ring_buffer_start), (gst_ring_buffer_pause),
13973 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13974 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13975 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13976 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13977 (gst_ring_buffer_clear):
13978 * gst-libs/gst/audio/gstringbuffer.h:
13979 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13980 (gst_video_sink_class_init), (gst_video_sink_get_type):
13981 * gst-libs/gst/video/videosink.h:
13982 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13983 (gst_multifdsink_class_init),
13984 (gst_multifdsink_handle_client_write),
13985 (gst_multifdsink_change_state):
13986 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13987 (gst_tcpclientsink_setcaps):
13988 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13989 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13990 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13991 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13992 (gst_ximagesink_send_pending_navigation),
13993 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13994 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13995 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13996 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13997 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13998 (gst_xvimagesink_send_pending_navigation),
13999 (gst_xvimagesink_navigation_send_event),
14000 (gst_xvimagesink_set_xwindow_id),
14001 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14002 (gst_xvimagesink_get_type):
14003 more macro splitting
14005 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14007 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14008 plug a memleak, allows me to import 1479 albums in one go
14010 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14011 (vorbis_handle_type_packet), (vorbis_dec_chain),
14012 (vorbis_dec_change_state):
14013 fix some format strings
14015 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14017 * docs/libs/tmpl/gstcolorbalance.sgml:
14018 * docs/libs/tmpl/gstmixer.sgml:
14019 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14020 (gst_alsasink_set_property), (gst_alsasink_get_property):
14021 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14022 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14023 add device property
14025 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14027 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14028 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14029 (audiocast_register_listener), (audiocast_thread_run),
14030 (gst_gnomevfssrc_send_additional_headers_callback),
14031 (gst_gnomevfssrc_received_headers_callback),
14032 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14033 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14034 (gst_gnomevfssrc_get_size):
14035 add/clean up debugging
14036 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14039 2005-07-07 Andy Wingo <wingo@pobox.com>
14041 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14042 framerate. Need to get a handle on when exactly this function is
14045 * sys/v4l/v4lsrc_calls.h:
14046 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14047 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14048 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14050 * sys/v4l/v4l_calls.h: Cast to V4lElement.
14051 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14052 v4lelements are sources.
14054 * sys/v4l/gstv4lxoverlay.h:
14055 * sys/v4l/gstv4lxoverlay.c:
14056 * sys/v4l/gstv4ltuner.h:
14057 * sys/v4l/gstv4ltuner.c: Header loc fixen.
14059 * sys/v4l/gstv4lsrc.h:
14060 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14061 PushSrc/BaseSrc. Removed most sync-related properties, videorate
14062 or something should handle that. Made a live source.
14064 * sys/v4l/gstv4lelement.h:
14065 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14066 signals. Some cleanups.
14068 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14070 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14073 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14076 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14078 2005-07-07 Wim Taymans <wim@fluendo.com>
14080 * ext/theora/theoradec.c: (theora_get_query_types),
14081 (theora_dec_src_getcaps), (theora_dec_push):
14082 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14083 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14084 Remove deprecated/unused query types.
14086 2005-07-06 Wim Taymans <wim@fluendo.com>
14088 * ext/alsa/Makefile.am:
14089 * ext/alsa/gstalsaplugin.c: (plugin_init):
14090 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14091 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14092 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14093 (gst_alsasrc_class_init), (gst_alsasrc_init),
14094 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14095 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14096 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14097 (gst_alsasrc_reset):
14098 * ext/alsa/gstalsasrc.h:
14099 * gst-libs/gst/audio/Makefile.am:
14100 * gst-libs/gst/audio/gstaudiosink.c:
14101 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14102 (gst_audioringbuffer_start):
14103 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14104 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14105 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14106 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14107 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14108 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14109 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14110 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14111 * gst-libs/gst/audio/gstaudiosrc.h:
14112 * gst-libs/gst/audio/gstbaseaudiosink.c:
14113 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14114 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14115 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14116 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14117 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14118 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14119 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14120 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14121 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14122 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14123 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14124 (gst_baseaudiosrc_change_state):
14125 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14126 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14127 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14128 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14129 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14130 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14131 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14132 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14133 * gst-libs/gst/audio/gstringbuffer.h:
14134 Added audiosource base classes.
14135 Ported alsasrc, still very basic.
14137 2005-07-06 Wim Taymans <wim@fluendo.com>
14139 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14140 (theora_dec_push), (theora_handle_data_packet):
14141 Prepare for better timestamp fix later.
14143 * gst/audioconvert/gstaudioconvert.c:
14144 List most accurate caps first
14146 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14147 Use proper pad task function.
14149 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14150 (gst_xvimagesink_show_frame):
14151 Fix deadlock when alloc failed.
14153 2005-07-05 Andy Wingo <wingo@pobox.com>
14155 * ext/gnomevfs/gstgnomevfssrc.c:
14156 * gst/sine/gstsinesrc.c:
14157 * gst/tcp/gsttcpserversrc.c:
14158 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14160 * sys/v4l/: Port from 0.8.
14162 * Many files: Null if we got it....
14164 2005-07-05 Andy Wingo <wingo@pobox.com>
14166 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
14167 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14170 2005-07-05 Wim Taymans <wim@fluendo.com>
14173 * gst/tcp/Makefile.am:
14175 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14176 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14177 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14178 (is_sync_frame), (gst_multifdsink_handle_client_write),
14179 (gst_multifdsink_render), (gst_multifdsink_start),
14180 (gst_multifdsink_stop), (gst_multifdsink_change_state):
14181 * gst/tcp/gstmultifdsink.h:
14182 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14183 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14184 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14185 * gst/tcp/gsttcp.h:
14186 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14187 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14188 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14189 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14190 * gst/tcp/gsttcpclientsink.h:
14191 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14192 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14193 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14194 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14195 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14196 * gst/tcp/gsttcpclientsrc.h:
14197 * gst/tcp/gsttcpplugin.c: (plugin_init):
14198 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14199 * gst/tcp/gsttcpserversink.h:
14200 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14201 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14202 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14203 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14204 (gst_tcpserversrc_stop):
14205 * gst/tcp/gsttcpserversrc.h:
14206 * gst/tcp/gsttcpsink.c:
14207 * gst/tcp/gsttcpsink.h:
14208 * gst/tcp/gsttcpsrc.c:
14209 * gst/tcp/gsttcpsrc.h:
14210 Ported tcp plugins to 0.9.
14213 2005-07-05 Andy Wingo <wingo@pobox.com>
14215 * gst/playback/gstplaybasebin.c (fill_buffer):
14216 message_new_application fixen.
14218 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14221 2005-07-04 Wim Taymans <wim@fluendo.com>
14223 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14224 Set caps on output buffer.
14226 2005-07-04 Andy Wingo <wingo@pobox.com>
14228 * ext/gnomevfs/gstgnomevfssrc.c
14229 (gst_gnomevfssrc_received_headers_callback)
14230 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14233 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14234 No refcount leakage.
14236 * configure.ac: Enable -Werror.
14238 * ext/theora/theoradec.c (theora_dec_src_getcaps):
14239 * gst/audioconvert/bufferframesconvert.c
14240 (buffer_frames_convert_fixate):
14241 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14242 (gst_audio_convert_fixate):
14243 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14244 (gst_sinesrc_create): Fixate func changes.
14246 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14247 (gst_ximagesink_buffer_alloc): Unused var.
14249 2005-07-01 Andy Wingo <wingo@pobox.com>
14251 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14252 getcaps to do explicit caps. Needs to be done in all decoders,
14253 possibly via a base class.
14255 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14257 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14258 caps on the sink pad, just rely on the pad template. Also, setting
14259 ANY caps on a pad is not valid because the caps are not fixed.
14261 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14262 caps on the buffer, and get the width from the desired_caps if
14264 (gst_ximagesink_renegotiate_size): Implement via setting the
14265 desired_caps on the ximagesink.
14266 (gst_ximagesink_setcaps): Only reset the width of the player if it
14267 wasn't already set. Not sure if this is right.
14268 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14270 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14271 that the user wants. NULL unless the window has been resized.
14273 * gst/volume/gstvolume.c (volume_transform): Adapt to
14274 basetransform refcount changes.
14276 2005-07-01 Andy Wingo <wingo@pobox.com>
14278 * gst/videoscale/gstvideoscale.c:
14279 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14280 from BaseTransform, implements a transform_caps. Removed dead code
14281 including some PAR stuff that was never reached -- should probably
14282 be added back somehow.
14284 2005-07-01 Andy Wingo <wingo@pobox.com>
14286 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14289 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
14292 * docs/libs/Makefile.am:
14293 * docs/libs/gst-plugins-libs.types:
14294 * ext/alsa/Makefile.am:
14295 * ext/alsa/gstalsamixer.h:
14296 * ext/alsa/gstalsamixeroptions.h:
14297 * ext/alsa/gstalsamixertrack.h:
14298 * gst-libs/gst/Makefile.am:
14299 * gst-libs/gst/colorbalance/.cvsignore:
14300 * gst-libs/gst/colorbalance/Makefile.am:
14301 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14302 * gst-libs/gst/colorbalance/colorbalance.c:
14303 * gst-libs/gst/colorbalance/colorbalance.h:
14304 * gst-libs/gst/colorbalance/colorbalance.vcproj:
14305 * gst-libs/gst/colorbalance/colorbalancechannel.c:
14306 * gst-libs/gst/colorbalance/colorbalancechannel.h:
14307 * gst-libs/gst/interfaces/Makefile.am:
14308 * gst-libs/gst/interfaces/colorbalance.c:
14309 (gst_color_balance_class_init):
14310 * gst-libs/gst/interfaces/colorbalance.h:
14311 * gst-libs/gst/interfaces/interfaces-marshal.list:
14312 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14313 * gst-libs/gst/interfaces/mixer.h:
14314 * gst-libs/gst/interfaces/mixeroptions.h:
14315 * gst-libs/gst/interfaces/navigation.c:
14316 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14317 * gst-libs/gst/interfaces/tuner.h:
14318 * gst/volume/Makefile.am:
14319 * gst/volume/gstvolume.c:
14320 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14321 * sys/ximage/Makefile.am:
14322 * sys/ximage/ximagesink.c:
14323 * sys/xvimage/Makefile.am:
14324 * sys/xvimage/xvimagesink.c:
14325 fold in all interfaces into an interfaces dir, preserving CVS
14328 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14330 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14331 Fix build after riff changes.
14333 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14335 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14336 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14337 (gst_riff_create_video_template_caps),
14338 (gst_riff_create_audio_template_caps),
14339 (gst_riff_create_iavs_template_caps):
14340 * gst-libs/gst/riff/riff-media.h:
14341 * gst-libs/gst/riff/riff-read.h:
14342 * gst-libs/gst/riff/riff.c: (gst_riff_init):
14343 Add gst_riff_init() to initialize the debug category, instead
14344 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14346 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14348 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14349 Oops, I shouldn't apply hacks.
14351 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14353 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14354 Remove pad_loop function which doesn't work.
14356 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14358 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14359 Send EOS when deactivating.
14360 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14361 (check_queue), (queue_threshold_reached), (queue_out_of_data),
14362 (gen_preroll_element), (probe_triggered), (mute_stream),
14363 (silence_stream), (new_decoded_pad), (setup_substreams),
14364 (set_active_source):
14365 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14366 (remove_sinks), (add_sink):
14367 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14368 Change for new probe API.
14370 2005-06-29 Wim Taymans <wim@fluendo.com>
14372 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14373 * gst-libs/gst/audio/gstbaseaudiosink.c:
14374 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14375 (gst_baseaudiosink_change_state):
14376 * gst-libs/gst/audio/gstbaseaudiosink.h:
14377 * gst-libs/gst/audio/gstringbuffer.c:
14378 (gst_ringbuffer_set_callback):
14379 Fix compilation error.
14380 Ringbuffer starts out as not running.
14381 Free our clock in dispose.
14382 When releasing the ringbuffer we need to renegotiate so
14383 clear the pad caps.
14385 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
14389 * docs/Makefile.am:
14390 * docs/libs/Makefile.am:
14391 * docs/libs/gst-plugins-libs-docs.sgml:
14392 * docs/libs/gst-plugins-libs-sections.txt:
14393 * docs/libs/gst-plugins-libs.types:
14394 * docs/libs/tmpl/gstaudio.sgml:
14395 * docs/libs/tmpl/gstcolorbalance.sgml:
14396 * docs/libs/tmpl/gstringbuffer.sgml:
14397 * gst-libs/gst/audio/gstringbuffer.c:
14398 (gst_ringbuffer_set_callback):
14399 reinstate gtk-doc docs for plugin libs
14401 2005-06-28 Wim Taymans <wim@fluendo.com>
14403 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14404 (gst_ogg_demux_init):
14405 Removed pad loop function.
14407 2005-06-28 Wim Taymans <wim@fluendo.com>
14409 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14410 If we're building a chain we are not in an error case
14411 when we queue a buffer.
14413 2005-06-28 Andy Wingo <wingo@pobox.com>
14415 * *.c: Don't cast to GstObject before reffing/unreffing.
14417 2005-06-27 Andy Wingo <wingo@pobox.com>
14419 * gst/videotestsrc/gstvideotestsrc.c
14420 (gst_videotestsrc_activate_push): Activation API changes.
14422 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
14423 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14424 they have refs on the decodebin.
14426 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14428 (gst_ogg_pad_typefind): Don't leak a pad ref.
14429 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14430 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
14431 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14433 2005-06-27 Edward Hervey <edward@fluendo.com>
14435 * ext/theora/theoradec.c: (theora_dec_change_state):
14436 re-arranged call to parent's state change in order to avoid locks (or
14439 2005-06-26 Edward Hervey <edward@fluendo.com>
14441 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14442 2nd argument of 'unknow-type' signal is a GstCaps and not a
14445 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
14446 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14447 Set the worker thread's running flag to TRUE before starting the
14449 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14450 Catch a failure to add typefind to the bin.
14452 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
14454 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14455 (gst_sinesrc_init), (gst_sinesrc_create),
14456 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14457 (gst_sinesrc_start):
14458 * gst/sine/gstsinesrc.h:
14459 add num-buffers and timestamp-offset properties
14460 * gst/videotestsrc/gstvideotestsrc.c:
14461 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14462 (gst_videotestsrc_get_property):
14463 add timestamp-offset property
14465 2005-06-23 Christian Schaller <uraeus@gnome.org>
14467 * configure.ac: add videorate
14468 * gst-plugins-base.spec.in: add videorate
14470 2005-06-23 Wim Taymans <wim@fluendo.com>
14472 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14473 (gst_videorate_getcaps), (gst_videorate_setcaps),
14474 (gst_videorate_event), (gst_videorate_chain):
14475 Fixed videorate, fixating an already fixated caps is not
14478 2005-06-23 Wim Taymans <wim@fluendo.com>
14481 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14482 Buffer on caps is not boxed anymore.
14484 2005-06-22 Wim Taymans <wim@fluendo.com>
14486 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14487 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14488 Set buffers on caps as miniobjects and not as boxed.
14490 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14495 === release 0.9.1 ===
14497 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14518 updates for release
14520 2005-06-09 Andy Wingo <wingo@pobox.com>
14522 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14524 2005-06-09 Andy Wingo <wingo@pobox.com>
14527 * gst-libs/gst/Makefile.am:
14528 * gst-libs/gst/net/Makefile.am:
14529 Add gstnet to build.
14531 2005-06-09 Andy Wingo <wingo@pobox.com>
14533 * gst-libs/gst/gconf/gconf.c:
14534 * gst/playback/test.c:
14535 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14538 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14540 * ext/theora/theoraenc.c (theora_enc_chain):
14541 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14543 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14546 2005-06-02 Wim Taymans <wim@fluendo.com>
14548 * gst-libs/gst/net/Makefile.am:
14549 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14550 * pkgconfig/gstreamer-libs.pc.in:
14551 Added net stuff, version net lib.
14553 2005-06-02 Wim Taymans <wim@fluendo.com>
14555 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14556 (query_rates), (query_positions_elems), (query_positions_pads),
14558 Updated seek example.
14560 2005-06-02 Andy Wingo <wingo@pobox.com>
14562 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14563 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14566 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14567 remove the typefind, the bin dispose will do it for us. When it's
14568 removed and unreffed, the signal handler will be disconnected,
14570 (unlinked): It's too difficult to disconnect from unlinked
14571 handlers, as they are on pads not elements. Just punt if the pads
14572 aren't grandkids of the bin.
14574 2005-06-02 Wim Taymans <wim@fluendo.com>
14577 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14578 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14579 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14580 * ext/theora/theoradec.c: (theora_dec_src_query),
14581 (theora_handle_data_packet):
14582 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14583 (theora_enc_chain):
14584 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14585 (vorbis_handle_data_packet):
14586 * gst/audioconvert/bufferframesconvert.c:
14587 (buffer_frames_convert_chain):
14588 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14589 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14590 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14591 (gst_ffmpegcsp_chain):
14592 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14593 (gst_videorate_getcaps), (gst_videorate_setcaps),
14594 (gst_videorate_event), (gst_videorate_chain):
14595 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14596 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14597 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14598 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14599 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14600 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14601 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14602 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14603 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14604 Cleanups and buffer alloc.
14606 2005-05-31 Wim Taymans <wim@fluendo.com>
14608 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14609 Don't try to call the delay method when the device is not
14612 2005-05-31 Wim Taymans <wim@fluendo.com>
14614 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14615 Get actual segment size and buffer size after opening
14618 2005-05-30 Wim Taymans <wim@fluendo.com>
14620 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14621 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14622 Also FLUSH upstream, makes the loop function exit faster.
14624 * ext/theora/theoradec.c: (theora_dec_src_query):
14625 Some more debug info in the query.
14627 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14628 (gst_ximagesink_setcaps):
14629 Release lock on par error, better error reporting.
14631 2005-05-26 Wim Taymans <wim@fluendo.com>
14633 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14634 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14635 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14636 Clear chains in READY
14637 Queue packets until the chain is activated.
14639 2005-05-25 Wim Taymans <wim@fluendo.com>
14641 * gst-libs/gst/audio/gstaudiosink.c:
14642 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14643 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14644 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14645 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14646 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14647 (gst_audiosink_create_ringbuffer):
14648 * gst-libs/gst/audio/gstbaseaudiosink.c:
14649 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14650 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14651 (gst_baseaudiosink_set_property), (build_linear_format),
14652 (debug_spec_caps), (debug_spec_buffer),
14653 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14654 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14655 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14656 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14657 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14658 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14659 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14660 (gst_ringbuffer_play), (gst_ringbuffer_pause),
14661 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14662 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14663 (wait_segment), (gst_ringbuffer_commit),
14664 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14665 (gst_ringbuffer_clear):
14666 Various small cleanups.
14668 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14669 (gst_audio_convert_change_state):
14670 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14671 No need to take the locks anymore.
14673 2005-05-25 Wim Taymans <wim@fluendo.com>
14675 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14676 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14677 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14679 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14680 (group_destroy), (group_commit), (queue_overrun),
14681 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14682 (mute_stream), (new_decoded_pad), (setup_substreams),
14683 (setup_source), (mute_group_type), (set_active_source),
14684 (gst_play_base_bin_change_state):
14685 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14686 (gen_video_element), (gen_text_element), (gen_audio_element),
14687 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14688 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14689 (gst_stream_info_dispose), (gst_stream_info_set_mute):
14690 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14691 Some playbin cleanups mostly refcounting sloppyness.
14693 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14695 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14696 Work with streaming input.
14698 2005-05-25 Wim Taymans <wim@fluendo.com>
14700 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14701 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14702 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14703 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14704 No need to take the STREAM lock anymore.
14706 2005-05-25 Wim Taymans <wim@fluendo.com>
14708 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14709 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14710 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14711 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14712 (gst_ogg_demux_sink_activate):
14713 * ext/theora/theoradec.c: (theora_dec_src_event),
14714 (theora_handle_comment_packet), (theora_dec_chain),
14715 (theora_dec_change_state):
14716 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14717 (vorbis_handle_data_packet), (vorbis_dec_chain),
14718 (vorbis_dec_change_state):
14719 Remove STREAM locks as they are taken in core now.
14720 Never set bogus granulepos on vorbis/theora.
14721 Fix leaks in theoradec tag parsing.
14723 2005-05-25 Wim Taymans <wim@fluendo.com>
14725 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14726 Fix memleaks, GST_BUFFER_DATA() is not freed.
14728 2005-05-25 Wim Taymans <wim@fluendo.com>
14730 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14731 Open non-blocking, set to blocking mode afterwards to avoid
14732 lockups when audio device is busy.
14734 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14736 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14737 This can't be good.
14739 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14741 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14742 (gst_audio_convert_chain), (gst_audio_convert_link_src),
14743 (gst_audio_convert_setcaps):
14744 Implement instant setup switching.
14746 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14748 * gst/playback/gstplaybasebin.c: (probe_triggered):
14749 Fix missing unlock.
14750 * gst/playback/gstplaybin.c: (add_sink):
14751 First add, then link (otherwise pad link fails).
14753 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14755 * examples/Makefile.am:
14756 fix buildbot (make distcheck)
14758 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14760 * gst/playback/gstplaybin.c: (gen_vis_element):
14761 Remove some wrong code. Doesn't work yet.
14763 2005-05-19 Wim Taymans <wim@fluendo.com>
14765 * gst-libs/gst/net/Makefile.am:
14766 * gst-libs/gst/net/README:
14767 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14768 (gst_netbuffer_class_init), (gst_netbuffer_init),
14769 (gst_netbuffer_finalize), (gst_netbuffer_copy),
14770 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14771 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14772 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14773 * gst-libs/gst/net/gstnetbuffer.h:
14774 Added buffer subclass to store extra to/from addresses for
14775 network sources/sinks.
14777 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14779 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14780 Don't lock an unassigned variable.
14782 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14784 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14785 Increase buffer for video, decrease buffer for other media types.
14786 * gst/playback/gstplaybin.c: (gen_video_element),
14787 (gen_audio_element):
14788 Change names for debugging purposes.
14790 2005-05-18 Wim Taymans <wim@fluendo.com>
14792 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14793 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14794 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14795 (gst_ffmpegcsp_chain):
14796 Enable buffer alloc passthrough if the source and dest
14797 formats are the same.
14799 2005-05-17 Wim Taymans <wim@fluendo.com>
14801 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14802 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14803 (gst_ogg_demux_chain_unlocked):
14804 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14805 (gst_audio_convert_caps_remove_format_info),
14806 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14807 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14808 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14809 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14810 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14811 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14812 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14813 (gst_ffmpegcsp_get_property):
14814 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14815 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14816 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14817 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14818 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14819 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14820 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14821 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14822 Leak fixes in oggdemux.
14823 Some cleanups in audioconvert.
14824 Make passthrough work along with buffer_alloc etc.
14825 Make buffer_alloc and buffer recycling actually work in
14828 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
14830 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14831 make the compiler happy
14833 2005-05-17 Wim Taymans <wim@fluendo.com>
14835 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14836 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14837 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14838 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14839 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14840 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14841 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14842 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14843 (gst_xvimagesink_set_xwindow_id):
14844 * sys/xvimage/xvimagesink.h:
14845 Port xvimagesink to new MiniObject.
14847 2005-05-17 Wim Taymans <wim@fluendo.com>
14849 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14850 (gst_audiofilter_chain):
14851 * gst-libs/gst/audio/gstaudiosink.c:
14852 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14853 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14854 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14855 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14856 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14857 (gst_audiosink_create_ringbuffer):
14858 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14859 (gst_audio_convert_caps_remove_format_info),
14860 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14861 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14862 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14863 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14864 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14865 Fix passthrough in ffmpegcolorspace.
14866 Fix memset in audiosink on wrong memory.
14868 2005-05-16 David Schleef <ds@schleef.org>
14870 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14873 2005-05-16 David Schleef <ds@schleef.org>
14875 Port from GstData to GstMiniObject.
14876 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14877 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14878 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14879 (gst_ogg_mux_collected):
14880 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14881 * ext/theora/theoradec.c: (theora_handle_comment_packet),
14882 (theora_handle_data_packet):
14883 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14884 (theora_set_header_on_caps), (theora_enc_chain):
14885 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14886 (vorbis_handle_comment_packet):
14887 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14888 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14889 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14890 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14891 * gst/audioconvert/gstaudioconvert.c:
14892 (gst_audio_convert_get_buffer):
14893 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14894 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14895 (mute_stream), (silence_stream):
14896 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14897 * gst/volume/gstvolume.c: (volume_transform):
14898 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14899 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14900 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14901 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14902 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14903 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14904 (gst_ximagesink_buffer_alloc):
14905 * sys/ximage/ximagesink.h:
14907 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14909 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14910 (fill_buffer), (check_queue), (queue_threshold_reached),
14911 (queue_out_of_data):
14912 * gst/playback/gstplaybasebin.h:
14913 Post buffer-fullness on the bus.
14915 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14917 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14919 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14920 (group_commit), (probe_triggered), (setup_source),
14921 (gst_play_base_bin_change_state):
14922 * gst/playback/gstplaybasebin.h:
14923 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14924 (gst_play_bin_init), (remove_sinks), (setup_sinks),
14925 (gst_play_bin_change_state):
14926 Move setup_output_pads into a virtual function, remove
14927 group-switch (no longer needed) and redirect (handled by bus
14930 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14932 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14933 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14934 (get_active_group), (get_building_group), (group_destroy),
14935 (group_commit), (check_queue), (queue_overrun),
14936 (queue_threshold_reached), (queue_out_of_data),
14937 (gen_preroll_element), (remove_groups), (unknown_type),
14938 (add_element_stream), (no_more_pads), (probe_triggered),
14939 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14940 (setup_substreams), (setup_source), (finish_source),
14941 (prepare_output), (muted_group_change_state),
14942 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14943 (gst_play_base_bin_change_state):
14944 * gst/playback/gstplaybasebin.h:
14945 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14946 (gst_play_bin_init), (gst_play_bin_set_property),
14947 (gen_video_element), (gen_text_element), (gen_audio_element),
14948 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14949 (gst_play_bin_change_state):
14950 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14951 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14952 (stream_info_change_state), (gst_stream_info_set_mute),
14953 (gst_stream_info_get_property):
14954 * gst/playback/gststreaminfo.h:
14955 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14956 (gst_stream_selector_get_linked_pad),
14957 (gst_stream_selector_getcaps),
14958 (gst_stream_selector_get_linked_pads),
14959 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14960 * gst/playback/gststreamselector.h:
14961 Rough port of playbin. Needs some more work, but is mostly done,
14962 and uses a few locks in important places, which should make stuff
14963 like chain-switches clean. Still uses GST_STATE() in a few places,
14964 which isn't all that good an idea, subtitles/elements disabled
14965 because no elements to test with and thus probably broken, query
14966 and event handling moved to GstBin, internal thread removed
14967 alltogether because the pipeline does that for us now. Can play
14968 Ogg/Vorbis files. Haven't tested anything else yet.
14970 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14972 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14973 Do no-more-pads (needed for autoplugging).
14975 2005-05-10 Andy Wingo <wingo@pobox.com>
14977 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14978 message to the bus with the tags. Still not sent downstream tho.
14980 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14982 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14983 avoid refcounting hassles.
14985 2005-05-09 Andy Wingo <wingo@pobox.com>
14987 * gst/volume/Makefile.am:
14988 * gst/volume/demo.c
14989 * gst/volume/gstvolume.h
14990 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14991 basetransform. Probably need an audio filter base class.
14993 2005-05-09 Wim Taymans <wim@fluendo.com>
14995 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14996 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14997 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14998 (gst_vorbisenc_chain):
14999 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15000 (gst_audio_convert_caps_remove_format_info),
15001 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15002 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15003 Make caps writable before writing to it.
15004 Fix negotiation in audioconvert some more.
15006 2005-05-09 Wim Taymans <wim@fluendo.com>
15008 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15009 (gst_videorate_getcaps), (gst_videorate_setcaps),
15010 (gst_videorate_event), (gst_videorate_chain):
15011 Better negotiation.
15013 2005-05-09 Wim Taymans <wim@fluendo.com>
15015 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15016 (gst_videorate_getcaps), (gst_videorate_setcaps),
15017 (gst_videorate_blank_data), (gst_videorate_init),
15018 (gst_videorate_event), (gst_videorate_chain),
15019 (gst_videorate_change_state):
15020 Port videorate, do a better job at negotiation while we're at
15023 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
15028 * examples/Makefile.am:
15029 * gst-libs/gst/audio/Makefile.am:
15030 * gst-libs/gst/riff/Makefile.am:
15031 * gst-libs/gst/tag/Makefile.am:
15032 * gst-libs/gst/video/Makefile.am:
15033 Fixups for missing variables.
15035 2005-05-09 Wim Taymans <wim@fluendo.com>
15037 * examples/seeking/seek.c: (make_theora_pipeline),
15038 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15039 (query_rates), (query_positions_elems), (query_positions_pads),
15040 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15041 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15042 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15043 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15044 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15045 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15046 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15047 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15048 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15049 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15050 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15051 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15052 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15053 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15054 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15055 (theora_dec_src_convert), (theora_dec_sink_convert),
15056 (theora_dec_src_query), (theora_dec_sink_query),
15057 (theora_dec_src_event), (theora_dec_sink_event),
15058 (theora_handle_comment_packet), (theora_handle_type_packet),
15059 (theora_handle_header_packet), (theora_handle_data_packet),
15060 (theora_dec_chain):
15061 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15062 (vorbis_dec_convert), (vorbis_dec_src_query),
15063 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15064 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15065 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15066 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15067 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15068 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15069 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15070 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15071 (gst_play_bin_query):
15072 * gst/playback/test3.c: (update_scale):
15073 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15074 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15075 * gst/subparse/gstsubparse.c: (gst_subparse_init):
15076 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15077 (gst_videotestsrc_src_query):
15078 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15079 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15080 (paint_hline_YUV9):
15081 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15082 Port to new query API.
15084 Cleanups in x[v]imagesink
15086 2005-05-09 Andy Wingo <wingo@pobox.com>
15088 * ext/alsa/gstalsasink.h:
15089 * ext/gnomevfs/gstgnomevfssrc.c:
15090 (gst_gnomevfssrc_get_icy_metadata):
15091 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15092 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15093 * ext/theora/theoradec.c (theora_dec_src_query)
15094 (theora_dec_src_event, theora_dec_sink_event)
15095 (theora_handle_comment_packet, theora_handle_data_packet):
15096 * ext/theora/theoraenc.c (theora_enc_chain):
15097 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15098 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15099 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15100 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15102 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15103 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15104 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15105 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15106 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15107 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15108 (paint_setup_xBGR8888, paint_setup_RGBx8888)
15109 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15110 (paint_setup_RGB565, paint_setup_xRGB1555):
15111 * gst/videotestsrc/videotestsrc.h:
15112 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15113 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15114 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15117 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15118 gst_pad_query_position. Fixes oggdemux.
15120 2005-05-08 David Schleef <ds@schleef.org>
15122 * configure.ac: Require liboil.
15123 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15125 * gst/videotestsrc/videotestsrc.c:
15126 * gst/videotestsrc/videotestsrc.h:
15128 2005-05-06 Wim Taymans <wim@fluendo.com>
15130 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15131 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15132 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15133 Well, unreffing a buffer right before pushing it is asking
15136 2005-05-06 Christian Schaller <uraeus@gnome.org>
15138 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15140 2005-05-06 Wim Taymans <wim@fluendo.com>
15142 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15143 (gst_audio_convert_caps_remove_format_info),
15144 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15145 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15146 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15147 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15148 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15149 * gst/sine/Makefile.am:
15150 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15151 (gst_sinesrc_class_init), (gst_sinesrc_init),
15152 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15153 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15154 (gst_sinesrc_update_freq):
15155 * gst/sine/gstsinesrc.h:
15156 * gst/tcp/gstmultifdsink.c:
15157 * sys/xvimage/xvimagesink.c:
15158 Fixed negotiation wrt _peer_get_caps()
15162 2005-05-06 Wim Taymans <wim@fluendo.com>
15164 * gst-libs/gst/audio/gstaudiosink.c:
15165 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15166 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15167 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15168 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15169 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15170 (gst_audiosink_create_ringbuffer):
15171 * gst-libs/gst/audio/gstbaseaudiosink.c:
15172 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15173 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15174 (gst_baseaudiosink_set_property), (build_linear_format),
15175 (debug_spec_caps), (debug_spec_buffer),
15176 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15177 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15178 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15179 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15180 * gst-libs/gst/audio/gstbaseaudiosink.h:
15181 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15182 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15183 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15184 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15185 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15186 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15187 (wait_segment), (gst_ringbuffer_commit),
15188 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15189 (gst_ringbuffer_clear):
15190 * gst-libs/gst/audio/gstringbuffer.h:
15191 Make the base audiosink return an error when there is no
15192 audiobuffer negotiated.
15194 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15197 Disable cdparanoia until someone ports it!
15199 2005-05-06 Wim Taymans <wim@fluendo.com>
15201 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15202 (gst_ogg_demux_sink_activate):
15203 And revert after wingo's revert.. sigh..
15205 2005-05-05 Andy Wingo <wingo@pobox.com>
15207 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15209 * configure.ac: Return audiorate and subparse from the ghetto.
15210 Re-enable -Wall -Werror.
15211 * gst/subparse/gstsubparse.c:
15212 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15213 or chain-based. Cleaned up a bit. Not tested.
15215 2005-05-05 Christian Schaller <christian@fluendo.com>
15217 * Makefile.am: remove stuff that is not building
15218 * configure.ac: remove stuff that is not building
15219 * examples/Makefile.am: remove stuff that is not building
15220 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15221 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15222 * sys/Makefile.am: remove stuff that is not building
15223 * testsuite/Makefile.am: remove stuff that is not building
15225 2005-05-05 Andy Wingo <wingo@pobox.com>
15227 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15228 * gst-libs/gst/tag/gstvorbistag.c:
15229 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15230 * gst/adder/gstadder.h:
15231 * gst/audioconvert/gstchannelmix.c:
15232 (gst_audio_convert_fill_one_other):
15233 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15234 (gst_audiorate_init), (gst_audiorate_chain):
15235 * gst/playback/gstplaybasebin.c: (setup_source):
15236 * gst/playback/test3.c: (update_scale):
15254 2005-05-05 Wim Taymans <wim@fluendo.com>
15256 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15257 (gst_audio_convert_caps_remove_format_info),
15258 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15259 (gst_audio_convert_change_state), (gst_audio_convert_channels):
15260 * gst/videotestsrc/gstvideotestsrc.c:
15261 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15262 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15263 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15264 (gst_videotestsrc_init), (gst_videotestsrc_loop):
15265 Don't ignore _push() return values.
15266 Make sure no processing is done when shutting down.
15267 Videotestsrc pad activation fix.
15269 2005-05-05 Wim Taymans <wim@fluendo.com>
15271 * gst/adder/Makefile.am:
15272 * gst/adder/gstadder.c: (gst_adder_setcaps),
15273 (gst_adder_class_init), (gst_adder_init),
15274 (gst_adder_request_new_pad), (gst_adder_collected),
15275 (gst_adder_change_state):
15276 * gst/adder/gstadder.h:
15277 Ported adder as an example of a mixer element using
15278 collect pads. Needs more negotiation work.
15280 2005-05-05 Wim Taymans <wim@fluendo.com>
15282 * ext/theora/theoradec.c: (_inc_granulepos),
15283 (theora_dec_src_event), (theora_dec_sink_event),
15284 (theora_handle_comment_packet), (theora_handle_type_packet),
15285 (theora_handle_header_packet), (theora_handle_data_packet),
15286 (theora_dec_chain):
15287 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15288 (gst_theora_enc_init), (theora_enc_sink_setcaps),
15289 (theora_push_buffer), (theora_push_packet),
15290 (theora_enc_sink_event), (theora_enc_chain),
15291 (theora_enc_change_state), (theora_enc_set_property),
15292 (theora_enc_get_property):
15293 Added stream lock to decoder so that we can serialize
15295 More theoraenc porting, recover from errors, do clean
15298 2005-05-05 Wim Taymans <wim@fluendo.com>
15300 * ext/ogg/Makefile.am:
15302 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15303 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15305 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15306 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15307 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15308 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15309 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15310 (gst_ogg_mux_change_state):
15313 2005-05-05 Wim Taymans <wim@fluendo.com>
15315 * docs/design-audiosinks.txt:
15316 * gst-libs/gst/audio/TODO:
15317 * gst-libs/gst/audio/gstaudiosink.c:
15318 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15319 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15320 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15321 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15322 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15323 (gst_audiosink_create_ringbuffer):
15324 * gst-libs/gst/audio/gstbaseaudiosink.c:
15325 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15326 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15327 (gst_baseaudiosink_set_property), (build_linear_format),
15328 (debug_spec_caps), (debug_spec_buffer),
15329 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15330 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15331 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15332 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15333 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15334 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15335 (gst_ringbuffer_release), (gst_ringbuffer_play),
15336 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15337 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15338 (gst_ringbuffer_set_sample), (wait_segment),
15339 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15340 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15341 More work on the audiosink, mostly debugging and a race in
15344 2005-04-28 Wim Taymans <wim@fluendo.com>
15346 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15347 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15348 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15349 (vorbis_dec_src_query), (vorbis_dec_src_event),
15350 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15351 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15352 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15353 Don't crap out when seeking back to position 0.
15355 2005-04-28 Wim Taymans <wim@fluendo.com>
15357 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15358 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15359 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15360 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15361 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15362 Make audio sink configurable, use alsasink as default.
15364 2005-04-28 Wim Taymans <wim@fluendo.com>
15366 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15367 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15368 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15369 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15370 (vorbis_dec_change_state):
15371 * ext/vorbis/vorbisdec.h:
15372 Refactor, use STREAM_LOCK.
15374 2005-04-28 Wim Taymans <wim@fluendo.com>
15376 * ext/theora/theoradec.c: (_inc_granulepos),
15377 (theora_dec_sink_event), (theora_handle_comment_packet),
15378 (theora_handle_type_packet), (theora_handle_header_packet),
15379 (theora_handle_data_packet), (theora_dec_chain),
15380 (theora_dec_change_state):
15381 Refactor a bit, use STREAM_LOCK.
15383 2005-04-28 Wim Taymans <wim@fluendo.com>
15385 * ext/alsa/Makefile.am:
15386 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15387 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15388 (gst_alsa_link), (gst_alsa_close_audio):
15389 * ext/alsa/gstalsaplugin.c: (plugin_init):
15390 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15391 (gst_alsasink_dispose), (gst_alsasink_base_init),
15392 (gst_alsasink_class_init), (gst_alsasink_init),
15393 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15394 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15395 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15396 (gst_alsasink_reset):
15397 * ext/alsa/gstalsasink.h:
15398 Implement alsasink with simple open/write/close API.
15399 Make alsa dir build by disabling compilation of code.
15401 2005-04-28 Wim Taymans <wim@fluendo.com>
15403 * gst-libs/gst/audio/Makefile.am:
15404 * gst-libs/gst/audio/audio.h:
15405 * gst-libs/gst/audio/audioclock.c:
15406 * gst-libs/gst/audio/audioclock.h:
15407 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15408 (gst_audio_clock_class_init), (gst_audio_clock_init),
15409 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15410 * gst-libs/gst/audio/gstaudioclock.h:
15411 * gst-libs/gst/audio/gstaudiosink.c:
15412 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15413 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15414 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15415 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15416 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15417 (gst_audiosink_create_ringbuffer):
15418 * gst-libs/gst/audio/gstbaseaudiosink.c:
15419 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15420 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15421 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15422 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15423 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15424 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15425 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15426 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15427 * gst-libs/gst/audio/gstbaseaudiosink.h:
15428 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15429 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15430 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15431 (gst_ringbuffer_release), (gst_ringbuffer_play),
15432 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15433 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15434 (gst_ringbuffer_set_sample), (wait_segment),
15435 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15436 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15437 * gst-libs/gst/audio/gstringbuffer.h:
15438 Make ringbuffer faster and more simple by removing the locks
15439 in the playback thread.
15440 Add sample accurate playback based on buffer sample offsets.
15441 Make the baseaudiosink provide a clock.
15442 Parse caps in the base class.
15443 Correctly handle seeking, flushing and state changes.
15445 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
15448 * gst/audioconvert/Makefile.am:
15449 * gst/audioscale/Makefile.am:
15450 Fix part of the build. Come on guys, autogen didn't even work :)
15452 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15455 * gst-libs/gst/Makefile.am:
15456 * gst-libs/gst/media-info/.cvsignore:
15457 * gst-libs/gst/media-info/Makefile.am:
15458 * gst-libs/gst/media-info/README:
15459 * gst-libs/gst/media-info/media-info-priv.c:
15460 * gst-libs/gst/media-info/media-info-priv.h:
15461 * gst-libs/gst/media-info/media-info-test.c:
15462 * gst-libs/gst/media-info/media-info.c:
15463 * gst-libs/gst/media-info/media-info.h:
15464 * gst-libs/gst/media-info/media-info.vcproj:
15465 * pkgconfig/Makefile.am:
15466 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15467 * pkgconfig/gstreamer-media-info.pc.in:
15468 Remove media-info, which is also successed by playbin (see Totem
15471 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15474 * examples/Makefile.am:
15475 * examples/gstplay/.cvsignore:
15476 * examples/gstplay/Makefile.am:
15477 * examples/gstplay/player.c:
15478 * gst-libs/gst/Makefile.am:
15479 * gst-libs/gst/play/.cvsignore:
15480 * gst-libs/gst/play/Makefile.am:
15481 * gst-libs/gst/play/play.c:
15482 * gst-libs/gst/play/play.h:
15483 * gst-libs/gst/play/play.vcproj:
15484 * pkgconfig/Makefile.am:
15485 * pkgconfig/gstreamer-play-uninstalled.pc.in:
15486 * pkgconfig/gstreamer-play.pc.in:
15487 Remove libgstplay, playbin is now the official successor.
15489 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15492 * gst-libs/gst/Makefile.am:
15493 * gst-libs/gst/xwindowlistener/Makefile.am:
15494 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15495 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15496 Remove deprecated xwindowlistener (I've moved xwindowlistening
15497 in the v4l/v4l2 plugins over to serverside).
15499 2005-04-25 David Schleef <ds@schleef.org>
15501 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15502 to examples/dynparams. Examples do not belong interspersed with
15504 * examples/dynparams/demo-dparams.c:
15505 * gst/sine/Makefile.am:
15506 * gst/sine/demo-dparams.c:
15508 2005-04-25 David Schleef <ds@schleef.org>
15510 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15511 * gst-libs/gst/audio/Makefile.am:
15512 * gst-libs/gst/riff/Makefile.am:
15513 * gst-libs/gst/tag/Makefile.am:
15514 * gst-libs/gst/video/Makefile.am:
15515 * gst-libs/gst/xwindowlistener/Makefile.am:
15517 Convert to 0.9 API, seems to work:
15518 * sys/ximage/Makefile.am:
15519 * sys/ximage/ximagesink.c:
15521 2005-04-24 David Schleef <ds@schleef.org>
15523 Link plugins against libraries:
15524 * ext/alsa/Makefile.am:
15525 * gst/tcp/Makefile.am:
15527 Remove asm code that should be in liboil
15528 * gst/videoscale/Makefile.am:
15529 * gst/videoscale/videoscale_x86_asm.s:
15531 gettext wants these checked in:
15547 2005-04-24 David Schleef <ds@schleef.org>
15549 Convert gst_main() to g_main_loop_run()
15550 * gst/playback/decodetest.c: (main):
15551 * gst/playback/test2.c: (main):
15552 * gst/playback/test3.c: (main):
15553 * gst/playback/test4.c: (main):
15555 Link plugins against libraries:
15556 * ext/libvisual/Makefile.am:
15557 * sys/xvimage/Makefile.am:
15559 2005-04-24 David Schleef <ds@schleef.org>
15561 * configure.ac: Remove idct and resample libs
15562 * gst-libs/gst/Makefile.am: same
15564 Remove usage of gst_library_load():
15565 * ext/alsa/gstalsaplugin.c: (plugin_init):
15566 * ext/libvisual/visual.c: (plugin_init):
15567 * ext/ogg/gstogg.c: (plugin_init):
15568 * ext/theora/theora.c: (plugin_init):
15569 * ext/vorbis/vorbis.c: (plugin_init):
15570 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15571 * gst/audioscale/gstaudioscale.c:
15572 * gst/adder/gstadder.c: (plugin_init):
15573 * gst/audioconvert/plugin.c: (plugin_init):
15574 * sys/ximage/ximagesink.c: (plugin_init):
15575 * sys/xvimage/xvimagesink.c: (plugin_init):
15576 * gst/tcp/gsttcpplugin.c: (plugin_init):
15578 Link plugins against libraries:
15579 * ext/ogg/Makefile.am:
15580 * ext/theora/Makefile.am:
15581 * ext/vorbis/Makefile.am:
15582 * gst/audioconvert/Makefile.am:
15584 Create proper libraries:
15585 * gst-libs/gst/riff/Makefile.am:
15586 * gst-libs/gst/audio/Makefile.am:
15587 * gst-libs/gst/video/Makefile.am:
15589 Move resample library to audioscale plugin directory:
15590 * gst-libs/gst/resample/Makefile.am:
15591 * gst-libs/gst/resample/README:
15592 * gst-libs/gst/resample/dtof.c:
15593 * gst-libs/gst/resample/dtos.c:
15594 * gst-libs/gst/resample/functable.c:
15595 * gst-libs/gst/resample/private.h:
15596 * gst-libs/gst/resample/resample.c:
15597 * gst-libs/gst/resample/resample.h:
15598 * gst-libs/gst/resample/resample.vcproj:
15599 * gst-libs/gst/resample/test.c:
15600 * gst/audioscale/Makefile.am:
15601 * gst/audioscale/README:
15602 * gst/audioscale/dtof.c:
15603 * gst/audioscale/dtos.c:
15604 * gst/audioscale/functable.c:
15605 * gst/audioscale/private.h:
15606 * gst/audioscale/resample.c:
15607 * gst/audioscale/resample.h:
15608 * gst/audioscale/test.c:
15610 Move tagedit library to gst-libs:
15611 * gst-libs/gst/tag/Makefile.am:
15612 * gst-libs/gst/tag/gstid3tag.c:
15613 * gst-libs/gst/tag/gsttagediting.c:
15614 * gst-libs/gst/tag/gsttageditingprivate.h:
15615 * gst-libs/gst/tag/gstvorbistag.c:
15616 * gst/tags/Makefile.am:
15617 * gst/tags/gstid3tag.c:
15618 * gst/tags/gstvorbistag.c:
15620 Fix for core changes:
15621 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15622 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15623 (gst_sinesrc_getrange):
15625 2005-04-23 David Schleef <ds@schleef.org>
15627 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
15628 in gst-plugins in a long time, and properly belongs in liboil.
15629 * gst-libs/gst/idct/Makefile.am:
15630 * gst-libs/gst/idct/README:
15631 * gst-libs/gst/idct/dct.h:
15632 * gst-libs/gst/idct/doieee:
15633 * gst-libs/gst/idct/fastintidct.c:
15634 * gst-libs/gst/idct/floatidct.c:
15635 * gst-libs/gst/idct/idct.c:
15636 * gst-libs/gst/idct/idct.h:
15637 * gst-libs/gst/idct/idtc.vcproj:
15638 * gst-libs/gst/idct/ieeetest.c:
15639 * gst-libs/gst/idct/intidct.c:
15641 2005-04-20 Wim Taymans <wim@fluendo.com>
15643 * docs/design-audiosinks.txt:
15644 * gst-libs/gst/audio/Makefile.am:
15645 * gst-libs/gst/audio/TODO:
15646 * gst-libs/gst/audio/gstaudiosink.c:
15647 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15648 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15649 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15650 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15651 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15652 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15653 (gst_audiosink_class_init), (gst_audiosink_init),
15654 (gst_audiosink_create_ringbuffer):
15655 * gst-libs/gst/audio/gstaudiosink.h:
15656 * gst-libs/gst/audio/gstbaseaudiosink.c:
15657 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15658 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15659 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15660 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15661 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15662 (gst_baseaudiosink_create_ringbuffer),
15663 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15664 * gst-libs/gst/audio/gstbaseaudiosink.h:
15665 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15666 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15667 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15668 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15669 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15670 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15671 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15672 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15673 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15674 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15675 * gst-libs/gst/audio/gstringbuffer.h:
15676 An attempt at a set of audio base classes together with some
15679 2005-04-20 Wim Taymans <wim@fluendo.com>
15681 * gst/audioconvert/Makefile.am:
15682 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15683 (gst_audio_convert_caps_remove_format_info),
15684 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15685 (gst_audio_convert_channels):
15686 Link against audio libs.
15687 Fix audio convert plugin.
15689 2005-04-20 Wim Taymans <wim@fluendo.com>
15691 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15692 (gst_ogg_demux_sink_activate):
15693 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15694 (theora_set_header_on_caps), (theora_enc_sink_event),
15695 (theora_enc_chain):
15696 Fix theora encoder.
15698 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15700 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15701 * gst/playback/gstdecodebin.c: (find_compatibles):
15702 Work with staticpadtemplates in elementfactories.
15704 2005-04-12 Wim Taymans <wim@fluendo.com>
15706 * gst/playback/README:
15707 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15708 (compare_ranks), (print_feature), (gst_decode_bin_init),
15709 (dynamic_create), (dynamic_free), (find_compatibles),
15710 (mimetype_is_raw), (close_pad_link), (got_redirect),
15711 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15712 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15713 (gst_decode_bin_change_state):
15714 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15715 (gst_play_base_bin_init), (group_destroy), (group_commit),
15716 (check_queue), (queue_overrun), (queue_threshold_reached),
15717 (queue_out_of_data), (gen_preroll_element), (unknown_type),
15718 (new_decoded_pad), (setup_subtitle), (gen_source_element),
15719 (got_redirect), (setup_source), (play_base_eos),
15720 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15721 (gst_play_base_bin_remove_element):
15722 * gst/playback/gstplaybasebin.h:
15723 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15724 (gst_play_bin_init), (gst_play_bin_dispose),
15725 (gst_play_bin_set_property), (gen_video_element),
15726 (gen_text_element), (gen_audio_element), (remove_sinks),
15727 (gst_play_bin_send_event):
15728 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15729 (stream_info_change_state), (gst_stream_info_set_mute):
15730 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15731 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15732 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15733 (gst_stream_selector_chain):
15734 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15736 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15737 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15738 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15739 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15740 Raw and crude port of decodebin.
15741 Make playbin compile.
15743 2005-04-06 Wim Taymans <wim@fluendo.com>
15745 * ext/gnomevfs/Makefile.am:
15746 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15747 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15748 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15749 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15750 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15751 (gst_gnomevfssrc_stop):
15752 * ext/ogg/Makefile.am:
15753 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15754 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15755 * ext/theora/Makefile.am:
15756 * ext/theora/theoradec.c: (_inc_granulepos),
15757 (theora_dec_sink_event), (theora_dec_chain):
15758 * ext/vorbis/Makefile.am:
15759 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15760 (vorbis_dec_sink_event), (vorbis_dec_chain):
15761 * gst-libs/gst/audio/Makefile.am:
15762 * sys/xvimage/Makefile.am:
15763 Make gnomevfssrc extend the source base class.
15764 Fix linking against libs in various plugins.
15766 2005-04-06 Andy Wingo <wingo@pobox.com>
15768 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15771 * configure.ac: Add check and AC_SUBST for libgstbase.
15773 2005-03-31 Wim Taymans <wim@fluendo.com>
15775 * examples/seeking/Makefile.am:
15776 * examples/seeking/cdparanoia.c: (main):
15777 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15778 (play_cb), (pause_cb), (stop_cb), (main):
15779 * examples/seeking/playbin.c:
15780 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15781 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15782 (make_sid_pipeline), (make_vorbis_pipeline),
15783 (make_theora_pipeline), (make_vorbis_theora_pipeline),
15784 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15785 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15786 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15787 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15789 * examples/seeking/spider_seek.c:
15790 * examples/seeking/vorbisfile.c:
15791 * ext/gnomevfs/Makefile.am:
15792 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15793 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15794 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15795 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15796 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15797 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15798 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15799 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15801 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15802 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15803 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15804 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15805 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15806 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15807 (gst_ogg_pad_event), (gst_ogg_pad_reset),
15808 (gst_ogg_demux_factory_filter), (compare_ranks),
15809 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15810 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15811 (gst_ogg_chain_new), (gst_ogg_chain_free),
15812 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15813 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15814 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15815 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15816 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15817 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15818 (gst_ogg_demux_get_prev_page),
15819 (gst_ogg_demux_deactivate_current_chain),
15820 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15821 (gst_ogg_demux_bisect_forward_serialno),
15822 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15823 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15824 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15825 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15826 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15827 (gst_ogg_demux_change_state), (gst_ogg_print):
15828 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15829 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15830 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15831 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15832 (gst_ogg_mux_loop):
15833 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15834 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15835 (theora_dec_src_convert), (theora_dec_sink_convert),
15836 (theora_dec_src_query), (theora_dec_src_event),
15837 (theora_dec_sink_event), (theora_dec_chain),
15838 (theora_dec_change_state):
15839 * ext/theora/theoraenc.c: (gst_theora_enc_init),
15840 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15841 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15842 (theora_enc_change_state):
15843 * ext/vorbis/Makefile.am:
15844 * ext/vorbis/oggvorbisenc.c:
15845 * ext/vorbis/oggvorbisenc.h:
15846 * ext/vorbis/vorbis.c: (plugin_init):
15847 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15848 (vorbis_dec_src_query), (vorbis_dec_src_event),
15849 (vorbis_dec_sink_event), (vorbis_dec_chain),
15850 (vorbis_dec_change_state):
15851 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15852 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15853 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15854 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15855 (gst_vorbisenc_change_state):
15856 * ext/vorbis/vorbisenc.h:
15857 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15858 * gst-libs/gst/audio/audioclock.c:
15859 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15860 (gst_audiofilter_init), (gst_audiofilter_chain):
15861 * gst-libs/gst/audio/testchannels.c: (main):
15862 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15863 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15864 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15865 (gmip_find_track_streaminfo), (gmip_find_track_format):
15866 * gst-libs/gst/media-info/media-info.c:
15867 (gst_media_info_read_idler):
15868 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15869 (gst_play_get_all_by_interface):
15870 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15871 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15872 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15873 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15874 (gst_riff_parse_info):
15875 * gst-libs/gst/riff/riff-read.h:
15876 * gst-libs/gst/riff/riff.c: (plugin_init):
15877 * gst-libs/gst/video/Makefile.am:
15878 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15879 (gst_videosink_class_init), (gst_videosink_get_type):
15880 * gst-libs/gst/video/videosink.h:
15881 * gst/audioconvert/bufferframesconvert.c:
15882 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15883 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15884 * gst/audioconvert/channelmixtest.c: (main):
15885 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15886 (gst_audio_convert_chain),
15887 (gst_audio_convert_caps_remove_format_info),
15888 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15889 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15890 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15891 (gst_audio_convert_buffer_to_default_format),
15892 (gst_audio_convert_buffer_from_default_format),
15893 (gst_audio_convert_channels):
15894 * gst/audioconvert/gstchannelmix.h:
15895 * gst/ffmpegcolorspace/avcodec.h:
15896 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15897 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15898 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15899 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15900 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15901 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15902 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15903 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15904 (mpeg_video_type_find), (mpeg_video_stream_type_find),
15906 * gst/videotestsrc/gstvideotestsrc.c:
15907 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15908 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15909 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15910 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15911 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15912 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15913 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15914 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15915 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15916 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15917 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15918 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15919 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15920 (gst_xvimagesink_navigation_send_event),
15921 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15922 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15923 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15924 * sys/xvimage/xvimagesink.h:
15925 Plugin port to 0.9, ogg/theora playback should work in the seek
15927 Removed old examples.
15928 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15929 explained in 0.9 TODO doc.
15932 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
15954 * testsuite/Makefile.am:
15955 remove a whole bunch of plugins. This module now contains a set
15956 of free reference plugins/elements as agreed.
15958 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
15961 hunting season on 0.9 is now OPEN
15963 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15965 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15966 Kick the hell out of gcc for not warning me about a symbol conflict.
15968 2005-02-22 Luca Ognibene <luogni@tin.it>
15970 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
15972 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15973 Don't leak caps string (fixes #168134)
15975 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15976 (gst_jpegenc_init), (gst_jpegenc_finalize),
15977 (gst_jpegenc_change_state):
15978 Don't leak line buffers and context struct (fixes #168133).
15980 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
15983 * ext/dirac/gstdiracdec.cc:
15984 (gst_diracdec_chain):
15985 Since dirac 0.5.0 the framerate in dirac is expressed as a
15986 rational number. Fix build and up requirement to 0.5.0, and
15987 also pass parameters to gst_diracdec_link in the right order
15990 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
15992 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15993 * ext/faad/gstfaad.h:
15994 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
15995 certain invalid muxed streams, where some packets will contain
15996 junk after decoder data. Partially fixes #149158.
15998 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
15999 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16000 Make sure we only write to writable buffers
16002 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
16004 * gst-libs/gst/riff/riff-media.c:
16005 (gst_riff_create_audio_caps_with_data):
16006 Do actually fix invalid RIFF fmt header values for alaw
16007 and mulaw audio instead of just saying so.
16009 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16010 Give gst_riff_create_audio_caps_with_data() a chance to
16011 fix up broken format header fields before extracting any
16012 parameters from the header. (fixes #167633)
16014 2005-02-19 Martin Holters <martin.holters@gmx.de>
16016 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16018 * gst/audioconvert/bufferframesconvert.c:
16019 (buffer_frames_convert_link):
16020 Don't leak othercaps. (fixes #167878)
16022 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
16025 * ext/libvisual/visual.c: (gst_visual_srclink),
16026 (gst_visual_change_state):
16027 Support libvisual 0.2.0.
16029 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
16031 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16032 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16033 Use same rowstrides for I420 as used everywhere else.
16035 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
16037 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16038 Declare variables at beginning of block and make gcc-2.95 happy
16039 (fixes # 167482, patch by Gergely Nagy).
16041 * gst/tcp/gsttcpclientsrc.c:
16042 * gst/tcp/gsttcpclientsrc.h:
16043 Move some includes into the header, so that struct sockaddr_in is
16044 defined when it should be defined on FreeBSD as well (fixes
16047 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16048 Don't pass uninitialised values to setsockopt() here either.
16050 2005-02-17 Luca Ognibene <luogni at tin dot it>
16052 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16054 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16055 Don't pass uninitialised values to setsockopt(). (fixes #167704)
16057 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16059 * gst/playback/gstplaybin.c: (add_sink):
16060 Invert bin_add/link order to workaround deadlock in opt.
16062 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16064 * gst/modplug/gstmodplug.cc:
16065 Add missing break causing position queries to fail.
16067 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16069 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16070 Granpos can apparently be -1, which screws up calculations...
16072 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
16074 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16075 (gst_ximagesink_send_pending_navigation),
16076 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16077 (gst_ximagesink_init):
16078 * sys/ximage/ximagesink.h:
16079 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16080 (gst_xvimagesink_send_pending_navigation),
16081 (gst_xvimagesink_navigation_send_event),
16082 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16083 * sys/xvimage/xvimagesink.h:
16084 Use a mutex protected list to marshal navigation
16085 events into the stream thread from whichever thread
16088 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
16090 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16091 Display current position and track length; misc. clean-ups.
16093 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16094 (speed_init), (speed_chain):
16095 Add query function, so that the stream length and current position
16096 get adjusted when queried (note that current position queries may
16097 still be wrong if the audio sink returns values based on buffer
16098 timestamps instead of passing on the query).
16100 2005-02-13 Benjamin Otte <otte@gnome.org>
16102 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16103 (gst_audio_convert_channels):
16104 create channel conversion matrix when linking
16105 * gst/audioconvert/.cvsignore:
16106 * gst/audioconvert/Makefile.am:
16107 * gst/audioconvert/channelmixtest.c: (main):
16108 add (ugly) test that ensures stereo <=> mono conversion works
16111 2005-02-13 Benjamin Otte <otte@gnome.org>
16113 * gst/audioconvert/gstchannelmix.h:
16114 include missing header file
16115 * gst/audioconvert/gstchannelmix.c:
16116 (gst_audio_convert_fill_compatible):
16117 use same sign for both channels when converting to/from compatible
16118 channel. Previously used different signs made the signals cancel
16119 each other out and appear like silence. (fixes #167269)
16121 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16123 * gst/ffmpegcolorspace/avcodec.h:
16124 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16125 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16126 (gst_ffmpegcsp_avpicture_fill):
16127 * gst/ffmpegcolorspace/imgconvert.c:
16128 Convert to and from YV12 (fixes #156379).
16130 2005-02-12 Julien MOUTTE <julien@moutte.net>
16132 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16133 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16134 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16135 (gst_ximagesink_expose), (gst_ximagesink_set_property),
16136 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16137 methods from chain and negotiation and vice versa (Fixes #166142).
16138 * sys/ximage/ximagesink.h: Add stream_lock.
16139 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16140 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16141 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16142 (gst_xvimagesink_expose): Check for xcontext before trying to link.
16144 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16146 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16147 Don't send "Hey! You gave me a NULL pointer you naughty person" as
16148 error message when we can't open the DVD device (when dvdnav_open()
16149 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16150 the above). Send something more useful instead (fixes #167117).
16152 2005-02-11 Julien MOUTTE <julien@moutte.net>
16154 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16155 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16156 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16157 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16158 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16159 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16160 methods from chain and negotiation and vice versa (Fixes #166142).
16161 Fix a possible bug of images in the buffer pool being discarded because
16162 we are looking at the wrong geometry.
16163 * sys/xvimage/xvimagesink.h: Add stream_lock.
16165 2005-02-11 David Schleef <ds@schleef.org>
16167 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16168 unsigned int. (fixes #167128)
16170 2005-02-11 David Schleef <ds@schleef.org>
16172 * gst/librfb/Makefile.am: Testing stuff before committing is
16173 for wimps... and people with fast machines. Fix stupid
16176 2005-02-11 David Schleef <ds@schleef.org>
16178 * configure.ac: Pull in librfb from my CVS tree, because it is
16179 too small and annoying to be separate. Move rfbsrc plugin
16182 * ext/librfb/Makefile.am:
16183 * ext/librfb/gstrfbsrc.c:
16184 * gst/librfb/Makefile.am:
16185 * gst/librfb/gstrfbsrc.c:
16186 * gst/librfb/rfb.c:
16187 * gst/librfb/rfb.h:
16188 * gst/librfb/rfbbuffer.c:
16189 * gst/librfb/rfbbuffer.h:
16190 * gst/librfb/rfbbytestream.c:
16191 * gst/librfb/rfbbytestream.h:
16192 * gst/librfb/rfbcontext.h:
16193 * gst/librfb/rfbdecoder.c:
16194 * gst/librfb/rfbdecoder.h:
16195 * gst/librfb/rfbutil.h:
16197 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
16199 * gst/speed/Makefile.am:
16200 * gst/speed/demo-mp3.c: (main):
16201 * gst/speed/filter.func:
16202 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16203 (speed_class_init), (speed_init), (speed_chain_int16),
16204 (speed_chain_float32), (speed_chain), (speed_set_property),
16205 (speed_get_property), (speed_change_state):
16206 * gst/speed/gstspeed.h:
16207 Fix speed element and make it chain-based (fixes #156467),
16208 and make it handle more than one channel.
16210 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
16212 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16213 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16214 (gst_dtsdec_chain), (gst_dtsdec_change_state):
16215 * ext/dts/gstdtsdec.h:
16216 Don't clobber the stack constructing the channels array.
16217 Make the element chain-based. DTS tracks can now be played.
16219 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
16221 * gst-libs/gst/audio/multichannel.h:
16222 * gst-libs/gst/gconf/gconf.h:
16223 * gst-libs/gst/idct/idct.h:
16224 * gst-libs/gst/media-info/media-info-priv.h:
16225 * gst-libs/gst/play/play.h:
16226 * gst-libs/gst/resample/private.h:
16227 * gst-libs/gst/resample/resample.h:
16228 * gst-libs/gst/riff/riff-ids.h:
16229 * gst-libs/gst/video/video.h:
16230 * gst-libs/gst/video/videosink.h:
16231 Add G_BEGIN_DECLS and G_END_DECLS around headers where
16232 missing, so that they work when included from C++ code.
16234 2005-02-09 David Schleef <ds@schleef.org>
16236 * testsuite/gst-lint: Check for non-statically scoped
16237 parent_class variables. This won't be a problem once
16238 plugins are loaded with RTLD_LOCAL.
16240 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16242 * ext/mplex/gstmplexibitstream.cc:
16245 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16247 * ext/ogg/gstogmparse.c:
16248 * gst/debug/gstnavigationtest.c:
16249 Die, thou faulty symbol pollutors (non-static parent_class).
16251 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16253 * ext/mplex/gstmplexibitstream.cc:
16254 Fix event handling (#165525).
16256 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16258 * ext/mikmod/gstmikmod.c:
16259 * gst/modplug/gstmodplug.cc:
16260 Add missing endianness to template (fixes #165509).
16262 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16264 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16265 Fix wrong order of reading of optional bytes (#165290).
16267 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16269 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16270 Implement FILLER event awareness.
16272 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16274 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16275 Fix track calculations (#166208).
16277 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16279 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16281 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16282 * ext/libpng/gstpngenc.c:
16283 Fix byte-order, use proper fixed caps. Fixes #164197.
16285 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16290 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16291 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16292 Don't push buffers if the src pad isn't negotiated yet.
16294 * gst/audioconvert/gstaudioconvert.c:
16295 (gst_audio_convert_buffer_to_default_format),
16296 (gst_audio_convert_buffer_from_default_format):
16297 Add support for 24-bit width.
16299 * gst/dvdlpcmdec/.cvsignore:
16300 * gst/dvdlpcmdec/Makefile.am:
16301 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16302 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16303 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16304 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16306 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16307 New decoder for rearranging DVD LPCM into our audio/x-raw-int
16308 format. Needs support for the channels maps if someone can find
16309 a DVD LPCM track with > 2 channels.
16311 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16312 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16313 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16314 * gst/mpegstream/gstdvddemux.h:
16315 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16316 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16317 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16318 * gst/mpegstream/gstmpegdemux.h:
16319 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16320 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16321 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16322 (gst_mpeg_parse_handle_src_query),
16323 (gst_mpeg_parse_handle_src_event):
16324 Use audio/x-dvd-lpcm for LPCM output.
16327 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16329 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16331 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16332 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16333 Add BGRA handling (#165736).
16335 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
16337 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16339 * gst/law/alaw-decode.c: (alawdec_link):
16340 * gst/law/alaw-encode.c: (alawenc_link):
16341 * gst/law/mulaw-decode.c: (mulawdec_link):
16342 * gst/law/mulaw-encode.c: (mulawenc_link):
16343 Fix caps memleaks (#166600).
16345 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
16347 * ext/tarkin/mem.h:
16348 * ext/tarkin/wavelet.h:
16349 * ext/tarkin/yuv.h:
16350 * gst/ffmpegcolorspace/avcodec.h:
16351 Include "_stdint.h" instead of <stdint.h>. Fixes build on
16352 systems that don't have stdint.h, like Solaris9 (fixes #166631).
16354 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16356 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16357 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16358 (gst_xvimagesink_change_state):
16359 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16360 Xv video (and thereby regenerate Xv colourkey) in clear() so
16361 that PLAY -> READY -> PLAY works (fixes #162504).
16363 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16365 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16366 Switch to list instead of range, since MJPEG-devices really just
16367 support decimations, not any size.
16369 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16370 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16371 (gst_mpeg2dec_reset), (free_all_buffers),
16372 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16373 * ext/mpeg2dec/gstmpeg2dec.h:
16374 The libmpeg2 user-allocated buffer management is awkward,
16375 to say the least. Hopefully this fixes things.
16377 2005-02-04 Andy Wingo <wingo@pobox.com>
16379 * gst/audioconvert/bufferframesconvert.c
16380 (buffer_frames_convert_fixate): New function, fixates to 256
16381 frames per buffer by default. (Much better than 1.)
16382 (buffer_frames_convert_init): Set the fixate function for both src
16384 (buffer_frames_convert_link): After success setting nonfixed caps,
16385 get the negotiated caps so we can know how many buffer-frames it
16386 will be. No idea how this worked at all before.
16388 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16390 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16391 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16392 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16393 (handle_sequence), (handle_picture):
16394 * ext/mpeg2dec/gstmpeg2dec.h:
16395 Rearrange buffer tracking and refcounting and refactor
16396 a little for readability.
16398 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
16399 * sys/v4l/gstv4l.c: (plugin_init):
16400 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16401 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16402 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16403 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16404 * sys/v4l/gstv4ljpegsrc.h:
16405 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16406 * sys/v4l/v4l_calls.h:
16407 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16408 (gst_v4lsrc_get_fps):
16409 * sys/v4l/v4lsrc_calls.h:
16410 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16411 you jpeg inside rgb frames" driver.
16412 Don't error in the v4lsrc link function, just return
16415 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16417 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16418 (gst_qcamsrc_open):
16419 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16421 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16423 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16424 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16426 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16428 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16429 Reset negotiated state on PAUSED->READY.
16431 2005-02-02 David Schleef <ds@schleef.org>
16433 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16434 whereever possible. (Fixes #165997)
16435 * examples/capsfilter/capsfilter1.c: (main):
16436 * examples/dynparams/filter.c: (create_ui):
16437 * examples/seeking/cdparanoia.c: (get_track_info), (main):
16438 * examples/seeking/chained.c: (main):
16439 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16440 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16441 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16442 (make_mpeg_pipeline), (make_mpegnt_pipeline):
16443 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16444 * examples/switch/switcher.c: (main):
16445 * ext/dv/demo-play.c: (main):
16446 * ext/faad/gstfaad.c: (gst_faad_change_state):
16447 * ext/mad/gstmad.c: (gst_mad_chain):
16448 * ext/smoothwave/demo-osssrc.c: (main):
16449 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16450 (gst_gconf_render_bin_from_description),
16451 (gst_gconf_get_default_audio_sink),
16452 (gst_gconf_get_default_video_sink),
16453 (gst_gconf_get_default_audio_src),
16454 (gst_gconf_get_default_video_src),
16455 (gst_gconf_get_default_visualization_element):
16456 * gst/level/demo.c: (main):
16457 * gst/level/plot.c: (main):
16458 * gst/playback/gstplaybin.c: (gen_video_element),
16459 (gen_audio_element):
16460 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16461 * gst/playondemand/demo-mp3.c: (setup_pipeline):
16462 * gst/sine/demo-dparams.c: (main):
16463 * gst/spectrum/demo-osssrc.c: (main):
16464 * gst/speed/demo-mp3.c: (main):
16465 * gst/volume/demo.c: (main):
16466 * testsuite/embed/embed.c: (main):
16468 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16470 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16471 (gst_tcpclientsink_finalize):
16472 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16473 (gst_tcpclientsrc_finalize):
16474 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16475 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16476 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16477 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16478 Don't leak the hostname when shutting down.
16479 In tcpserversrc, take a copy of the default hostname.
16481 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16483 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16484 Set caps to systemstream=TRUE.
16486 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16488 * testsuite/Makefile.am:
16489 Fix more OSX buildbots.
16491 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16493 * ext/mpeg2dec/gstmpeg2dec.c:
16494 Don't send things to NULL PAD_PEERs
16496 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16497 Copy-on-write the incoming buffer.
16499 * gst/mpegstream/gstdvddemux.h:
16500 * gst/mpegstream/gstmpegclock.h:
16501 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16502 (normal_seek), (gst_mpeg_demux_handle_src_event):
16503 * gst/mpegstream/gstmpegdemux.h:
16504 * gst/mpegstream/gstmpegpacketize.h:
16505 * gst/mpegstream/gstmpegparse.c:
16506 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16507 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16508 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16509 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16510 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16511 * gst/mpegstream/gstmpegparse.h:
16512 * gst/mpegstream/gstrfc2250enc.h:
16513 Various changes to the way time is computed that make seeking and
16514 total time estimation much better here.
16515 Use G_BEGIN/END_DECLS instead of __cplusplus
16517 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16518 Use gst_buffer_stamp instead of only copying the TIMESTAMP
16520 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16522 * gst/subparse/gstsubparse.c:
16525 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16527 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16528 (theora_enc_chain), (theora_enc_change_state):
16529 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16530 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16531 (gst_vorbisenc_change_state):
16532 * ext/vorbis/vorbisenc.h:
16533 Set granulepos and timestamp correctly for streams not
16534 starting at 0, taking into account the initial delay.
16536 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16538 * gst/mpegstream/gstdvddemux.c:
16539 Add audio/x-dts to audio pad template caps
16541 2005-01-30 David Schleef <ds@schleef.org>
16543 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16544 (create_context), (gst_polypsink_link): Fix silly endianness
16545 bug. Add some debugging. Remove float from caps; it doesn't
16546 work. Attempt to get remote audio working.
16548 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16550 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16553 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16555 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16556 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16557 (gst_avi_demux_stream_data):
16558 * gst/avi/gstavidemux.h:
16559 Invert DIB images. Fixes #132341.
16561 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16563 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16564 (gst_ffmpegcsp_chain):
16565 D'oh, reference the palette data, not the palette structure.
16566 Fixes color distortion in #132341.
16568 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16570 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16571 PAR can be non-fixed when not provided as argument (#162626).
16573 2005-01-29 David Moore <dcm@acm.org>
16575 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16577 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16578 (gst_qtdemux_loop_header):
16579 Re-apply patch from #142272 that allows non-seekable sources,
16580 re-proposed by Daniel Drake <dsd@gentoo.org>.
16582 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16584 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16585 Use the src template for creating the src pad (#162330).
16587 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16590 * ext/musepack/Makefile.am:
16591 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16592 (gst_musepackdec_init), (gst_musepackdec_dispose),
16593 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16594 (gst_musepack_stream_init), (gst_musepackdec_loop),
16595 (gst_musepackdec_change_state):
16596 * ext/musepack/gstmusepackdec.cpp:
16597 * ext/musepack/gstmusepackdec.h:
16598 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16599 (gst_musepack_reader_read), (gst_musepack_reader_seek),
16600 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16601 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16602 * ext/musepack/gstmusepackreader.cpp:
16603 * ext/musepack/gstmusepackreader.h:
16604 Update to 1.1 API (#165446).
16606 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16611 2005-01-28 Andy Wingo <wingo@pobox.com>
16613 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16614 to reflect a different dubious internet source. Add a reference
16615 and some commentary.
16617 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16619 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16620 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16621 * gst/playback/gststreamselector.h:
16622 Be more selective when we're redoing caps negotiation from
16623 within the chain function on a stream change.
16625 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16629 * ext/amrnb/Makefile.am:
16630 * ext/amrnb/amrnb.c: (plugin_init):
16631 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16632 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16633 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16634 (gst_amrnbdec_state_change):
16635 * ext/amrnb/amrnbdec.h:
16636 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16637 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16638 (gst_amrnbparse_init), (gst_amrnbparse_formats),
16639 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16640 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16641 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16642 * ext/amrnb/amrnbparse.h:
16643 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16644 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16645 Add AMR-NB/-WB raw formats.
16646 * ext/alsa/gstalsa.c: (gst_alsa_link):
16647 Keep valid time when changing format.
16648 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16649 (qtdemux_parse_trak):
16650 Add some more format-specific options (#140141, #143555, #155163).
16652 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16654 * gst/matroska/matroska-demux.c:
16655 (gst_matroska_demux_parse_blockgroup):
16656 Fix logic error in timing of subtitle stream synchronization.
16657 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16658 Add skip-chunk, which is found in kodak-camera streams.
16660 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
16664 Adding Vietnamese translation (submitted by Clytie Siddall)
16666 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16668 * gst/playback/gstdecodebin.c: (try_to_link_1):
16669 Use realpad for signal.
16671 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16673 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16674 Fix category so decodebin picks it up.
16676 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16678 * ext/mad/Makefile.am:
16679 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16680 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16681 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16682 (found_type), (gst_id3demux_bin_change_state):
16683 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16684 (gst_id3_tag_init), (gst_id3_tag_handle_event),
16685 (gst_id3_tag_src_link), (gst_id3_tag_chain),
16686 (gst_id3_tag_change_state), (plugin_init):
16687 * ext/mad/gstmad.h:
16688 Add id3demuxbin (which is a simple bin consisting of id3demux
16689 and typefind), take over rank from id3demux, remove typefind
16690 code from id3demux. Makes all broken mp3s that I know of work,
16691 and thereby fixes #152688.
16693 2005-01-27 Edward Hervey <bilboed@bilboed.com>
16695 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16697 * ext/mad/gstmad.c: (gst_mad_src_event):
16698 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16699 Allow seeks on audio pad, make mad forward those (#164826).
16700 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16701 Set duration (#165335).
16703 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16705 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16706 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16707 (gst_asf_demux_process_ext_content_desc),
16708 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16709 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16710 * gst/asfdemux/gstasfdemux.h:
16711 Improve metadata display, e.g. if the metadata comes before the
16712 streams are loaded (which is perfectly valid).
16714 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16716 * tools/gst-launch-ext-m.m:
16717 Fix AVI/ASF pipelines (#165340).
16719 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
16720 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
16721 build failure on amd64
16723 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
16725 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16726 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16727 Check environment variables GST_ID3V2_TAG_ENCODING,
16728 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16729 list of character encodings to force interpretation of non-unicode
16730 strings stored in an ID3v2 tag to a particular encoding. If none
16731 is specified, try to use current locale's encoding, then fall back
16732 to ISO-8859-1 (which will always succeed). (Resolves #149274)
16733 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16734 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16735 Check environment variables GST_ID3V1_TAG_ENCODING,
16736 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16737 list of character encodings to use in case a string encountered
16738 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16739 specified, try to use the current locale's encoding, then fall
16740 back to ISO-8859-1 (which will always succeed).
16742 2005-01-25 Benjamin Otte <otte@gnome.org>
16744 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16745 - on half framerate, compute the rate in advance so the comparisons
16746 don't compare wrong values
16747 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16749 - don't use mad_header_decode anymore, mad_frame_decode does that
16751 - when getting rid of consumed bytes, reset the stream's skiplen
16754 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16756 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16757 Use 1/2 a second for default max_discont, as PES streams from DVB
16758 seem to have larger spacings in the SCR.
16761 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16763 * gst/playback/gstplaybasebin.c: (group_commit):
16764 Notify delayed stream-info availability.
16766 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16767 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16768 (gst_a52dec_handle_event), (gst_a52dec_chain):
16769 Add some debug output. Check that a discont has a valid
16771 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16772 (gst_alsa_sink_loop):
16773 Ignore TAG events. A little extra debug for broken timestamps.
16774 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16775 (dvdnavsrc_change_state):
16776 Ensure we send a discont to engage the link before we send any
16778 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16779 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16780 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16781 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16782 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16783 dvd://title works in totem because typefinding sends a seek that ends
16784 up going back to chapter 1 regardless.
16785 * ext/mpeg2dec/gstmpeg2dec.c:
16786 * ext/mpeg2dec/gstmpeg2dec.h:
16787 Output correct timestamps and handle disconts.
16788 * ext/ogg/gstoggdemux.c: (get_relative):
16789 Small guard against a null dereference.
16790 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16791 (gst_textoverlay_set_property):
16792 Free memory when done. Don't call gst_event_filler_get_duration on
16793 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16795 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16796 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16797 (gst_sw_srclink), (gst_smoothwave_chain):
16798 Draw solid lines, prettier colours.
16799 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16800 Add a default palette that'll work for some movies.
16801 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16802 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16803 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16804 * gst/mpegstream/gstdvddemux.h:
16805 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16806 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16807 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16808 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16809 * gst/mpegstream/gstmpegparse.h:
16810 Use PTM/NAV events when for timestamp adjustment when connected to
16811 dvdnavsrc. Don't use many discont events where one suffices.
16812 * gst/playback/gstplaybasebin.c: (group_destroy),
16813 (gen_preroll_element), (gst_play_base_bin_add_element):
16814 * gst/playback/gstplaybasebin.h:
16815 Make sure we remove subtitles from the same bin we put them in.
16816 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16817 (gst_subparse_buffer_format_autodetect),
16818 (gst_subparse_change_state):
16819 Fix some memleaks and invalid accesses.
16820 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16821 (oggskel_type_find), (cmml_type_find), (plugin_init):
16822 Some typefind functions for Annodex v3.0 files
16823 * gst/wavparse/gstwavparse.h:
16824 GstRiffReadClass is the correct parent class.
16826 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16828 * gst-libs/gst/riff/riff-media.c:
16829 (gst_riff_create_video_caps_with_data):
16830 Add extradata to huffyuv (fixes #165013).
16831 * gst-libs/gst/riff/riff-read.c:
16832 (gst_riff_read_strf_vids_with_data):
16833 Fix extradata extraction if it is in the chunk size.
16835 2005-01-25 Edward Hervey <bilboed@bilboed.com>
16837 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16839 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16840 (gst_quarktv_change_state), (gst_quarktv_dispose):
16841 Memory free'ing location fix (#164708).
16843 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16845 * gst/playback/gstplaybasebin.c: (group_commit),
16846 (gen_preroll_element), (probe_triggered), (gen_source_element),
16847 (setup_source), (gst_play_base_bin_change_state),
16848 (gst_play_base_bin_add_element):
16849 Don't block for streams.
16850 * gst/playback/gststreaminfo.c: (stream_info_change_state),
16851 (gst_stream_info_set_mute):
16852 Use gst_pad_set_active_recursive.
16854 2005-01-25 Andy Wingo <wingo@pobox.com>
16856 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16857 for #ifndef HAVE_XVIDEO.
16859 2005-01-24 Jeffrey C. Ollie
16861 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
16863 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16864 * ext/gsm/gstgsmdec.h:
16865 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16866 * ext/gsm/gstgsmenc.h:
16867 Fix rate to 8kHz as per spec, removes obscure errors when no rate
16868 was given by property. Add proper buffer timestamps and offsets.
16870 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16872 * gst-libs/gst/riff/riff-media.c:
16873 (gst_riff_create_audio_caps_with_data):
16874 Audio can be <8000Hz.
16876 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16878 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16879 Explicit state change to workaround refcount bugs.
16881 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16883 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16884 (gst_avimux_riff_get_avi_header):
16887 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16889 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16890 (gst_riff_read_element_data):
16891 * gst-libs/gst/riff/riff-read.h:
16892 Add _peek version (req'ed in CDXA).
16893 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16894 (gst_cdxaparse_loop):
16895 Fix parsing in playbin.
16896 * gst/playback/gstdecodebin.c: (close_pad_link):
16897 Ignore current_ pads, they cause major annoyance.
16899 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16901 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16904 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16906 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16909 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16911 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16912 Allow for 0-sized buffers. Fixes length query problems in
16913 starwars.mkv from the testsuite.
16915 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
16917 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16918 (gst_video_box_i420), (gst_video_box_chain):
16919 Fix row strides for I420 (fixes #163159)
16921 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16923 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16924 MPEG2 has a useful rate property, so we can actually use that.
16925 For MPEG-1, continue using the bytes/time properties.
16927 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16929 * gst-libs/gst/riff/riff-media.c:
16930 (gst_riff_create_video_caps_with_data),
16931 (gst_riff_create_video_template_caps):
16934 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16936 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16937 Fail if caps negotiation fails. Should fix #162184, and should
16938 definately be in there regardless of it fixing the actual bug.
16939 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16940 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16941 (gst_avimux_riff_get_avix_header),
16942 (gst_avimux_riff_get_video_header),
16943 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16944 (gst_avimux_start_file), (gst_avimux_handle_event),
16945 (gst_avimux_change_state):
16946 * gst/avi/gstavimux.h:
16947 Refactor structure writing to use GST_WRITE_UINT macros, add
16948 metadata writing support.
16950 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16952 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16953 Elements may already be destroyed when this function is called.
16955 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16957 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16958 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16959 More memory leak fixes (#149162).
16961 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16963 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16964 (gst_qtdemux_add_stream):
16967 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16969 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16972 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16974 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16975 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16976 when fixating to six channels in Totem.
16978 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16980 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16981 Fix compile warnings on Solaris 10 buildbot
16983 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16985 * ext/dvdread/dvdreadsrc.c: (_read):
16986 Don't read beyond the last cell in a chapter (fixes
16987 invalid memory access)
16989 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16991 * ext/dvdread/stream_labels.c:
16992 (dvdreadsrc_get_audio_stream_labels):
16993 Use NULL for an empty GList instead of g_list_alloc(); fix
16994 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
16995 of GString (easier to bulk free later)
16997 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
16999 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17001 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17002 (gst_ffmpeg_pixfmt_to_caps):
17003 Fix BGRA32 caps (#164209).
17005 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17007 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17009 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17010 (gst_ffmpeg_caps_to_pixfmt):
17011 alpha_mask can be RGBA/ABGR. Fixes #164265.
17013 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
17015 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17017 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17018 (gst_mpeg2dec_alloc_buffer):
17019 * ext/mpeg2dec/gstmpeg2dec.h:
17020 Crop if decoding size is not the actual image size (#163676).
17022 2005-01-17 Steve Baker <steve@stevebaker.org>
17024 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17026 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17027 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17028 Add libsndfile typefind functions (#163309).
17030 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17032 * tools/gst-launch-ext-m.m:
17033 Add .aac, fix .m1v/.m2v (#163891).
17035 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17037 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17038 Sanity check, don't wait endlessly since the clock might not
17039 actually run at this point (which is a deadlock). Fixes #164069.
17041 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17043 * gst/playback/gstplaybasebin.c: (probe_triggered):
17044 Of course, only pause if group is done...
17046 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17048 * gst/playback/gstplaybasebin.c: (probe_triggered):
17051 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
17053 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17054 Don't return state change success when the parent
17057 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17059 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17060 Free events (fix memleak in #162905).
17062 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
17064 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17066 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17067 (gst_ffmpeg_caps_to_pixfmt):
17068 Fix for depth = 15. Fixes #161675.
17070 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17072 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17073 Set FPS correctly, even for webcams and the like.
17074 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17075 Don error on setting while capturing.
17077 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17079 * ext/dv/gstdvdec.c:
17080 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17081 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17082 I'm a bad boy. using /1001. to force C to do float division
17083 and not integer division (as it did in my last commit)
17084 Thanks to David I. Lehn for pointing this mistake.
17086 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17088 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17089 Revert Johan's 1.35->1.36 since it breaks compat.
17091 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17093 * ext/dv/gstdvdec.c:
17094 * ext/libfame/gstlibfame.c:
17095 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17096 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17097 replace framerate aproximations by their real value
17098 (24000/1001, 30000/1001, 60000/1001)
17099 Finish fixing bug #164049
17101 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17103 * ext/ogg/gstoggmux.c:
17105 * gst/tcp/gstmultifdsink.c:
17106 * gst/tcp/gstmultifdsink.h:
17107 * gst/tcp/gsttcp.c:
17108 * gst/tcp/gsttcp.h:
17109 * gst/tcp/gsttcpclientsink.c:
17110 * gst/tcp/gsttcpclientsrc.c:
17111 * gst/tcp/gsttcpserversink.c:
17112 * gst/tcp/gsttcpserversrc.c:
17113 improve reusability of elements after state changes and errors
17114 make multifdsink throw away streamheaders when receiving new ones
17116 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17118 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17119 Fix for if items are already in list...
17121 2005-01-12 Benjamin Otte <otte@gnome.org>
17123 * gst/adder/gstadder.c: (gst_adder_loop):
17124 fix adder a bit so it doesn't screw up with events as much anymore
17126 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
17128 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17129 (pixbufscale_scale), (gst_pixbufscale_chain):
17130 * ext/gdk_pixbuf/pixbufscale.h:
17131 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17132 to ensure rowstrides are calculated the same way as
17134 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17135 that we pick up duration and offset also.
17137 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17139 * gst/avi/gstavimux.c: (gst_avimux_class_init),
17140 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17143 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17145 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17146 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17147 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17148 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17149 Update flags when requested.
17151 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17153 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17156 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17158 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17159 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17160 (probe_triggered), (new_decoded_pad), (gen_source_element),
17161 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17162 * gst/playback/gstplaybasebin.h:
17163 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17164 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17165 (gst_play_bin_change_state):
17166 Implement group-switch signal for use in apps to clear metadata
17167 cache, clean up subtitle, add suburi property instead of # hack,
17168 some error-out fixes.
17170 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17172 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17174 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17175 If we got a state change in the _get handler, don't return success.
17177 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17179 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17180 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17181 Make jpegdec quiet on MJPEG decoding
17182 * gst/asfdemux/README:
17183 Fix mimetypes for MJPEG and H263
17185 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17187 * ext/theora/theoradec.c: (theora_dec_chain):
17188 Fix broken code generation by gcc by swapping arguments.
17189 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17192 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17195 delete this file, it is by far outdated
17196 * ext/alsa/gstalsa.1: remove
17197 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17198 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17199 (gst_alsa_get_caps):
17200 Add HW probing for supported sample rates. Fixes #161704
17202 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17204 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17205 Don't crash, biatch! :).
17207 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17209 * ext/musepack/gstmusepackreader.cpp:
17210 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17211 Some work on tags - still doesn't work in playbin...
17212 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17215 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17217 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17218 Also shove tags on kid pads.
17220 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17222 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17223 Don't bail on unknown events.
17224 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17225 Don't crash on events before negotiation.
17226 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17227 Send tags on pads, too.
17228 * gst/playback/gststreamselector.c:
17229 (gst_stream_selector_request_new_pad):
17230 Forward events on first pad if no input was selected yet.
17232 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17234 * gst/playback/gstplaybasebin.c: (setup_substreams):
17235 Don't disable streamtype if the stream doesn't exist, since
17236 then playing a video after audio will disable both and nothing
17237 will happen. Fixes the testsuite.
17239 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17241 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17242 (gst_v4l_xoverlay_set_xwindow_id):
17243 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17244 (gst_v4l2_xoverlay_set_xwindow_id):
17245 Add debug categories, fix overlay disabling.
17247 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17249 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17250 * ext/alsa/gstalsa.h:
17251 Add HW probing for period_count/size and buffer_size MIX/MAX
17252 Adjust default/user defined value if out of bounds
17253 Should fix bug #162024
17255 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17257 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17258 Fix warning (#161191).
17260 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17262 * ext/dvdread/stream_labels.c:
17263 (dvdreadsrc_get_audio_stream_labels):
17264 Fix warning (init the good variable in switch default)
17266 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
17268 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17270 * gst/tta/gstttaparse.c: (gst_tta_src_event):
17271 Fix gcc-2.95 compile (#163485).
17273 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17276 * ext/flac/gstflacenc.c: (gst_flacenc_init),
17277 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17278 (gst_flacenc_tell_callback), (gst_flacenc_chain),
17279 (gst_flacenc_change_state):
17280 * ext/flac/gstflacenc.h:
17281 Update for API change in flac-1.1.1. Update requirement in
17282 configure.ac. Fixes #162974.
17284 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17286 * gst/playback/gstplaybasebin.c: (group_destroy):
17287 Remove hack to get rid of assert and get rid of unlinked
17290 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17292 * gst/playback/gstplaybasebin.c: (setup_source):
17293 Set source to NULL so that resources are free'ed. Fixes issues
17294 with playback of CDDA and similar device-accessing things.
17296 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17298 * testsuite/embed/Makefile.am:
17299 test->noinst, fix make test in buildbot.
17301 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17303 * ext/dvdread/stream_labels.c: new file
17304 * ext/dvdread/stream_labels.h: new file
17305 * ext/dvdread/Makefile.am:
17306 * ext/dvdread/dvdreadsrc.c: (_seek_title):
17307 Extract audio stream label from DVD IFO files.
17308 It only dump them on the console for now, still have to
17309 make playbin aware of them.
17311 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17313 * gst/playback/gstplaybasebin.c: (setup_source):
17316 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17318 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17319 (gen_preroll_element), (remove_groups), (setup_subtitle),
17320 (gen_source_element), (setup_source):
17321 * gst/playback/gstplaybasebin.h:
17322 Multiple .sub files is just a stupid idea... Fix some threading
17323 mistakes. Interestingly, external .sub files cause playbin to
17324 hang, I don't know why... Parsing fixes contributed by Fran??ois
17325 Kooman <fkooman@tuxed.net>.
17327 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17329 * testsuite/embed/Makefile.am:
17332 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17334 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17336 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17337 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17338 (gst_pngenc_set_property):
17339 * ext/libpng/gstpngenc.h:
17340 Add compression level property (#163323).
17342 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17345 * examples/capsfilter/capsfilter1.c: (main):
17346 * examples/seeking/spider_seek.c: (make_spider_pipeline):
17347 * ext/dvdread/Makefile.am:
17348 * ext/dvdread/demo-play:
17349 * ext/dvdread/demo-play.c:
17350 * gconf/gstreamer.schemas.in:
17351 * gst-libs/gst/gconf/gconf.c:
17353 * testsuite/Makefile.am:
17354 * testsuite/embed/Makefile.am:
17355 * testsuite/embed/embed.c: (cb_expose), (main):
17356 Remove all references to xvideosink, fix examples (#140845).
17357 * gst/playback/gstplaybasebin.c: (group_destroy):
17358 Apparently, disposal does not unlink - so do explicitely.
17359 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17362 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
17364 * README: fix PKG_CONFIG_PATH instructions, what was there
17365 previously was breaking default search path, not nice.
17368 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17370 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17371 (gst_audioscale_chain):
17372 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17373 when resampling - how the ^@$^!@^! is this possible?!?
17375 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17377 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17378 Reset variables on READY.
17379 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17380 (gst_matroska_mux_loop):
17381 Require data before writing header.
17383 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
17385 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17387 * ext/mad/gstmad.c: (gst_mad_chain):
17388 Don't call mad_stream_sync() directly after recovering sync.
17391 2005-01-09 Martin Eikermann <meiker@upb.de>
17393 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17395 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17396 (snapshot_handler), (gst_snapshot_sinkconnect),
17397 (gst_snapshot_chain):
17398 Allocate resources when required, fix recursive signal emission
17399 and fix caps. Fixes #161667.
17401 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17403 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17405 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17406 (gst_pngdec_chain):
17407 Handle only 8-bppc (bits-per-pixel-component) images, better
17408 error handling and correct strides. Fixes #163177.
17409 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17410 (gst_pngenc_chain):
17411 Better error handling. Fixes #163348.
17413 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17415 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17416 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17417 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17418 (dvdnavsrc_uri_handler_init):
17419 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17420 * gst/playback/gstplaybasebin.c: (gen_source_element):
17421 Add MMS to streaming URIs.
17423 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17425 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17426 * sys/xvimage/xvimagesink.c:
17427 (gst_xvimagesink_navigation_send_event):
17428 Check for pad availability before sending event.
17430 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17432 * gst-plugins.spec.in:
17435 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17438 Since we use functions from CVS, up requirement.
17440 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17442 * gst/playback/Makefile.am:
17443 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17444 (group_destroy), (group_commit), (group_is_muted),
17445 (gen_preroll_element), (add_stream), (unknown_type),
17446 (probe_triggered), (preroll_unlinked), (mute_stream),
17447 (silence_stream), (new_decoded_pad), (setup_substreams),
17448 (setup_source), (get_active_source), (mute_group_type),
17449 (muted_group_change_state), (set_active_source),
17450 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17451 (play_base_eos), (gst_play_base_bin_change_state):
17452 * gst/playback/gstplaybasebin.h:
17453 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17454 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17455 (gst_stream_info_dispose), (stream_info_mute_pad),
17456 (stream_info_change_state), (gst_stream_info_set_mute):
17457 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17458 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17459 (gst_stream_selector_init), (gst_stream_selector_dispose),
17460 (gst_stream_selector_get_linked_pad),
17461 (gst_stream_selector_get_caps), (gst_stream_selector_link),
17462 (gst_stream_selector_get_linked_pads),
17463 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17464 * gst/playback/gststreamselector.h:
17465 Adding stream selection support plus required properties for
17466 applications to use this. Fully fixes #100931.
17468 2005-01-08 Benjamin Otte <otte@gnome.org>
17470 * gst/games/gstpuzzle.c: (nav_event_handler):
17471 - handle nav events differently: forward every event no matter if it
17472 was handled or not.
17474 You can now cheat by using navigationtest ! puzzle and moving the
17475 mouse close to the edge of a tile. ;)
17477 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17480 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17481 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17482 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17483 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17484 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17485 (gst_ogm_parse_plugin_init):
17486 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17487 (gst_textoverlay_link), (gst_textoverlay_getcaps),
17488 (gst_textoverlay_event), (gst_textoverlay_video_chain),
17489 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17490 * ext/pango/gsttextoverlay.h:
17491 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17492 (gst_matroska_demux_handle_seek_event),
17493 (gst_matroska_demux_sync_streams),
17494 (gst_matroska_demux_parse_blockgroup),
17495 (gst_matroska_demux_subtitle_caps),
17496 (gst_matroska_demux_plugin_init):
17497 * gst/matroska/matroska-ids.h:
17498 * gst/playback/gstdecodebin.c: (close_pad_link):
17499 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17500 (gen_preroll_element), (remove_groups), (add_stream),
17501 (new_decoded_pad), (setup_subtitles), (gen_source_element),
17503 * gst/playback/gstplaybasebin.h:
17504 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17505 * gst/subparse/Makefile.am:
17506 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17507 (gst_subparse_base_init), (gst_subparse_class_init),
17508 (gst_subparse_init), (gst_subparse_formats),
17509 (gst_subparse_eventmask), (gst_subparse_event),
17510 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17511 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17512 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17513 (parse_mpsub_deinit), (parse_mpsub_init),
17514 (gst_subparse_buffer_format_autodetect),
17515 (gst_subparse_format_autodetect), (gst_subparse_loop),
17516 (gst_subparse_change_state), (gst_subparse_type_find),
17518 * gst/subparse/gstsubparse.h:
17519 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17521 Add subtitle support, .sub parser (supports SRT and MPsub),
17522 OGM text support, Matroska UTF-8 text support, deadlock fixes
17523 all over the place, subtitle awareness in decodebin/playbin
17524 and some fixes to textoverlay to handle subtitles in a stream
17525 correctly. Fixes #100931.
17527 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17529 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17530 Check for pad availability before doing a query on it.
17532 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17534 * ext/dv/gstdvdec.c:
17535 really fix bpp24/32 dvdec caps (classic rgba indeed)
17536 * gst/asfdemux/gstasfdemux.c:
17537 (gst_asf_demux_process_ext_content_desc):
17538 don't send text tags if they are empty (bis repetita)
17540 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17542 * ext/dv/gstdvdec.c:
17543 remove unneeded comment from dvdec
17544 (related to DV 4CC codes in AVI files)
17545 moved them in gstreamer/docs/random/mimetypes
17546 * gst/asfdemux/gstasfdemux.c:
17547 (gst_asf_demux_process_ext_content_desc):
17548 don't send text tags if they are empty
17549 fix mem leak on error path
17550 * gst/ffmpegcolorspace/avcodec.h:
17551 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17552 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17553 (gst_ffmpegcsp_avpicture_fill):
17554 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17555 * gst/ffmpegcolorspace/imgconvert_template.h:
17556 adds BGR32 and BGRA32 to ffmpegcolorspace
17557 (still bad colors, fixing it on next commit)
17558 helps with dvdec outputing BGR32
17560 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17562 * ext/dv/gstdvdec.c:
17563 Fix audio caps i just broke (missing ',')
17564 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17565 (gst_matroska_mux_reset):
17566 Fix typo + add FIXME about old "x-gst-metadata" crap
17568 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17570 * ext/dv/demo-play.c: (main):
17571 xvideosink -> xvimagesink
17572 * ext/dv/gstdvdec.c:
17573 change rgb 32/32 caps to 24/32 (no alpha)
17574 change nb of channels to be a list (2 or 4, not 2)
17575 change sample rate to be a list (32, 44.1, 48 kHz) not a range
17576 * gst/asfdemux/gstasfdemux.c:
17577 (gst_asf_demux_process_ext_content_desc):
17578 Add 'date/year' to extracted metadata list
17580 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17582 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17583 The return value of fixate_to does not imply that the requested
17584 value was set, so don't assume.
17586 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
17588 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17590 * ext/libpng/gstpngdec.c:
17591 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17592 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17593 * ext/libpng/gstpngenc.h:
17594 Alpha support (encoder; #163161), mime fixage.
17596 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
17598 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17600 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17601 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17602 (gst_faac_set_property), (gst_faac_get_property):
17603 * ext/faac/gstfaac.h:
17604 Allow for ADTS output (#153434).
17606 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17608 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17609 Fix against template (#150576).
17611 2005-01-06 Benjamin Otte <otte@gnome.org>
17613 * gst/games/gstpuzzle.c: (draw_puzzle):
17614 don't draw a puzzle if either width or height of tiles would be 0.
17616 2005-01-06 Benjamin Otte <otte@gnome.org>
17618 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17619 (gst_puzzle_class_init), (gst_puzzle_finalize):
17620 no memleaks, please
17621 (gst_puzzle_create), (gst_puzzle_init),
17622 (gst_puzzle_set_property), (gst_puzzle_setup):
17623 change initialization code around so we don't reshuffle on resize
17625 fix another stupid typo
17627 2005-01-06 Benjamin Otte <otte@gnome.org>
17629 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17630 fix stupid typo that borked copying on YUY2
17632 2005-01-06 Benjamin Otte <otte@gnome.org>
17634 * gst/games/gstpuzzle.c: (draw_puzzle):
17635 fix edges when image sizes aren't multiples of tile sizes
17637 2005-01-06 Benjamin Otte <otte@gnome.org>
17639 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17640 make RGB endianness work correctly
17641 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17642 refactor and fix race with initial shuffling
17643 (nav_event_handler):
17644 allow using the mouse to puzzle
17646 insist on tiles having width and height as multiples of 4 to get
17647 clean YUV image handling
17648 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17649 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17650 s/DEBUG/LOG/ for common messages
17651 (gst_xvimagesink_navigation_send_event):
17652 fix mouse event translation to not include screen PAR
17653 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17654 fix mouse event translation to actually work
17656 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17658 * gst/asfdemux/gstasfdemux.c:
17659 (gst_asf_demux_process_ext_content_desc):
17660 Extract TrackNumber metadata + clean up code
17661 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17662 Hope this is the good fix (var used unitialised)
17664 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17666 * ext/faad/gstfaad.c: (gst_faad_chain):
17667 Only increment timestamp if it's valid. Fixes raw AAC streams.
17669 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
17672 * gst/games/Makefile.am:
17673 * gst/games/gstpuzzle.c:
17674 add a puzzle game with...
17675 * gst/games/gstvideoimage.c:
17676 * gst/games/gstvideoimage.h:
17677 ... full colorspace support (that includes YUV9 and RGB16)) stolen
17678 from videotestsrc and made into something that would be a nice
17679 library for a lot of other plugins.
17681 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17684 don't compile faad plugin if a RC of 2.0 is found
17685 Fixes #155346 (and FC1 buildbot)
17686 * gst/asfdemux/gstasfdemux.c:
17687 (gst_asf_demux_process_ext_content_desc):
17688 try to make Solaris compiler happier
17690 2005-01-06 Paul Jack <pjack@sfaf.org>
17692 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17694 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17695 Fix segfault (#161667).
17697 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17699 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17700 Fix framerate reporting.
17702 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17704 * gst-libs/gst/riff/riff-ids.h:
17705 * gst/wavenc/riff.h:
17706 Add AMR (VBR and CBR) ids to riff.h audio codec list
17707 * gst/asfdemux/gstasfdemux.c:
17708 (gst_asf_demux_process_ext_content_desc),
17709 (gst_asf_demux_process_object):
17710 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17712 2005-01-05 Martin Eikermann <meiker@upb.de>
17714 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17716 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17717 (gst_dvd_demux_handle_discont):
17718 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17719 (gst_mpeg_demux_handle_discont):
17720 Recreate pads on new-media (#160730).
17721 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17722 Send discont even if manager changes timestamps (#161929).
17724 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
17726 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17728 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17729 Fix invalid memory access (#159211).
17731 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17733 * examples/gstplay/player.c: (main):
17735 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17736 Add visualizations.
17737 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17738 (gst_a52dec_handle_frame):
17740 * ext/dvdnav/gst-dvd:
17741 Add audioconvert. Fixes #161325.
17742 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17743 Explicitely case to gint64. Possible valgrind error.
17744 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17745 (gst_play_tick_callback), (gst_play_change_state),
17746 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17747 (gst_play_set_location), (gst_play_get_location),
17748 (gst_play_seek_to_time), (gst_play_set_data_src),
17749 (gst_play_set_video_sink), (gst_play_set_audio_sink),
17750 (gst_play_set_visualization), (gst_play_connect_visualization),
17751 (gst_play_get_framerate), (gst_play_get_all_by_interface),
17753 Use playbin. Fixes #139749 and #147744.
17754 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17756 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17757 (audioscale_get_type), (gst_audioscale_base_init),
17758 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17759 (gst_audioscale_getcaps), (gst_audioscale_fixate),
17760 (gst_audioscale_link), (gst_audioscale_get_buffer),
17761 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17762 (gst_audioscale_init), (gst_audioscale_dispose),
17763 (gst_audioscale_chain), (gst_audioscale_set_property),
17764 (gst_audioscale_get_property), (plugin_init):
17766 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17768 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17769 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17770 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17771 Add more metadata (fixes #162656).
17773 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17778 === release 0.8.7 ===
17780 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17785 releasing 0.8.7, "Hyperspace"
17787 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17789 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
17791 * gst/playback/gstplaybasebin.c:
17792 Fix for #162924 - free caps after use, not before
17794 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
17796 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17798 * gst/playback/gstplaybasebin.c:
17799 * gst/wavparse/gstwavparse.c:
17800 Fix for #154773 - fixes playback of small .wav files
17802 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
17804 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17806 * gst/audioscale/gstaudioscale.c:
17807 Fix for #162819 - make audioscale reusable
17808 Fixes playback of more than one file with playbin/totem
17810 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17812 * gst/ffmpegcolorspace/avcodec.h:
17813 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17814 * gst/ffmpegcolorspace/imgconvert.c:
17815 clean up the mess that made me cry and avoid needless duplication
17817 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17819 * gst/ffmpegcolorspace/imgconvert.c:
17820 give some indication of why we're segfaulting
17822 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17825 Fix indentation, fix v4l2 plugin detection.
17827 Fix libmms location (Maciej, use diff -u!).
17828 * ext/alsa/gstalsa.c: (gst_alsa_init):
17829 Initialize caps cache to NULL.
17830 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17831 Only change state on audiosink if it exists.
17833 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
17835 * gst/matroska/matroska-demux.c:
17836 * gst/matroska/matroska-ids.h:
17837 * gst/matroska/matroska-demux.h:
17838 Fix Vorbis streams failing to decode in some files, where cluster_time
17839 isn't 0, because then it doesn't send codec_priv before actual data.
17840 Remove time-based test and replace it with marker set on beginning of
17843 2004-12-28 David Schleef <ds@schleef.org>
17845 Merge patch from Ronald fixing problems with streaming
17847 * ext/cairo/gstcairo.c: (plugin_init):
17848 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17849 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17850 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17851 (gst_textoverlay_font_init), (gst_textoverlay_init),
17852 (gst_textoverlay_set_property):
17853 * ext/cairo/gsttextoverlay.h:
17855 2004-12-27 David Schleef <ds@schleef.org>
17857 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17858 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17859 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17860 (gst_textoverlay_font_init), (gst_textoverlay_init),
17861 (gst_textoverlay_set_property): Improvements to actually
17862 render text as white on black outline on video, including
17863 font selection and horizontal/vertical alignment. (Ronald's
17865 * ext/cairo/gsttextoverlay.h:
17867 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17869 * ext/ogg/gstogg.c:
17870 * ext/ogg/gstogmparse.c:
17871 fix ogm[audio/video]parse plugin registration
17872 (riff won't load if bytestream is already loaded)
17874 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17876 * gst/audioconvert/gstchannelmix.c:
17879 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17883 disable docs again until it actually passes make distcheck.
17885 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17887 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17888 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17890 Add 3GP (variables name Q3GP because they can't start with a
17891 number). Add samr audio fourcc (used in .3gp files), decoder
17892 is work in progress. Also do a GST_WARNING instead of ERROR
17893 in case of unknown nodes, to decrease output.
17895 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17900 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17903 * ext/speex/gstspeexdec.h:
17904 * ext/speex/gstspeexenc.h:
17905 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
17906 Fix detection code in configure.ac
17908 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17910 * gst/matroska/matroska-demux.c:
17911 (gst_matroska_demux_parse_blockgroup):
17912 Save position, so that queries give proper return values. Don't
17913 know how this could ever have worked before...
17915 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17918 Put additional LAME check inside the conditional. Fixes #152339
17920 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17922 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17923 (gst_avi_demux_stream_scan):
17924 Add some more debug. Fix logic error when setting movi offset
17925 while reading index.
17927 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17929 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17930 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17931 (gst_avi_demux_process_next_entry):
17932 Add some debugging. Better detection of broken indexes and the
17933 accompanying index recovery. No infinite loops on state changes
17934 when we're still in our loopfunction.
17936 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17941 2004-12-22 Archana Shah <archana.shah@wipro.com>
17943 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17945 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17946 Normalizing the value before setting
17947 (gst_sunaudiomixer_get_volume):
17948 Normalizing the value after getting. Fixes bug# 161980
17950 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
17952 * Makefile.am: Make sure docs gets disted
17953 * docs/Makefile.am: Make sure all needed files get disted
17954 * gst-plugins.spec.in: latest updates
17956 2004-12-22 Wim Taymans <wim@fluendo.com>
17958 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17959 Revert patch 1.38 as clock distribution over schedulers does
17960 not work correcly in the core yet.
17962 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17964 * sys/oss/README: remove this file, which predates my birth
17965 (and which content is by far outdated)
17967 2004-12-20 Stefan Kost <ensonic@users.sf.net>
17971 * docs/Makefile.am:
17972 * docs/libs/Makefile.am:
17973 * docs/libs/gst-plugins-libs-docs.sgml:
17974 * docs/libs/gst-plugins-libs-sections.txt:
17975 * docs/libs/tmpl/gstgconf.sgml:
17977 * docs/version.entities.in:
17978 Added boilerplate gtk-doc files for plugin-libs documentation.
17980 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17982 * gst/auparse/gstauparse.c: fix int and float audio caps
17984 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17986 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17987 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17988 g_assert() can be a macro, don't use #ifdef inside it.
17990 2004-12-19 Edward Hervey <bilboed@bilboed.com>
17992 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17994 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17995 (gst_videorate_init), (gst_videorate_chain),
17996 (gst_videorate_change_state):
17997 Event handling (fixes #159986).
17999 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18001 * gst-libs/gst/riff/riff-media.c:
18002 (gst_riff_create_video_caps_with_data):
18003 Add BLZ0 (Blizzard's version of DivX) fourcc.
18005 2004-12-18 David Schleef <ds@schleef.org>
18007 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18010 2004-12-18 David Schleef <ds@schleef.org>
18012 * gst/tta/ttadec.h: Disable some header code that isn't used
18013 and clearly isn't portable.
18015 2004-12-18 David Schleef <ds@schleef.org>
18017 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18018 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18019 (avcodec_get_pix_fmt), (avpicture_layout),
18020 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18021 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18022 Fix code to not use GCC extensions (and c99 extensions that
18023 Forte does not like.)
18025 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
18027 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18029 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18030 (gst_deinterlace_chain):
18031 Rowstride fixes. Fixes #161039.
18032 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18033 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18034 (gst_video_crop_getcaps), (gst_video_crop_link),
18035 (gst_video_crop_i420), (gst_video_crop_chain),
18036 (gst_video_crop_change_state):
18037 Rework of negotiation. Actually works now. Fixes #158650.
18039 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18041 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18042 That was very stupid.
18044 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18046 * gst/matroska/matroska-demux.c:
18047 (gst_matroska_demux_parse_blockgroup):
18048 Fix possible crasher.
18050 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18052 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18053 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18054 Lace sizes can be zero.
18056 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18058 * ext/musepack/gstmusepackdec.cpp:
18059 Fetch error return values. Fixes #161624.
18060 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18063 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18065 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18066 Work for truncated (unfinished download etc.) files. Fixes #160514.
18068 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18070 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18071 Fix for integer overflow. Makes #156001 not crash. Probably masks
18074 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18076 * gst/ac3parse/gstac3parse.c: (plugin_init):
18077 Parsers never have ranks. Fixes #159651.
18079 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
18081 * gst/playback/gstdecodebin.c: (compare_ranks):
18082 make sure the facotries are ordered the same every time even if they
18083 have the same rank by using the name
18084 * gst/playback/gstdecodebin.c: (find_compatibles):
18085 make sure we don't add factories to the list twice
18087 2004-12-16 David Schleef <ds@schleef.org>
18089 * configure.ac: look for musepack headers as musepack/*.h
18091 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18092 * ext/musepack/gstmusepackreader.h: same
18094 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18096 * gst-libs/gst/riff/riff-read.c:
18097 (gst_riff_read_strf_auds_with_data):
18098 Read extradata correctly (fixes #155879).
18100 2004-12-16 David Schleef <ds@schleef.org>
18102 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18103 audio. does _not_ attempt or allow conversion unless channels
18106 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18108 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18110 2004-12-16 David Schleef <ds@schleef.org>
18112 * gst/audioscale/gstaudioscale.c: the resample library only
18113 handles 1 or 2 channels. Change caps to compensate.
18115 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18117 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18118 (gst_matroska_demux_audio_caps):
18119 Some MPEG-AAC hacks, because else it doesn't work...
18121 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18123 * gst-libs/gst/riff/riff-media.c:
18124 (gst_riff_create_video_caps_with_data),
18125 (gst_riff_create_video_template_caps):
18128 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18130 * gst-libs/gst/audio/Makefile.am:
18131 Try to fix buildbot.
18133 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
18135 * gst/tcp/gstmultifdsink.c:
18136 Clean up and uniformize debugging.
18138 2004-12-16 Edward Hervey <bilboed@bilboed.com>
18140 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18142 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18143 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18144 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18145 (gst_mpeg_demux_change_state):
18146 Reset on ready. Fixes 160276.
18148 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18150 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18152 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18153 (gst_ffmpegcsp_pad_link):
18154 Fix memleak (#154815).
18156 2004-12-16 James Bowes <bowes@cs.dal.ca>
18158 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18160 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18161 (gst_musicbrainz_init), (gst_musicbrainz_chain),
18162 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18163 * ext/musicbrainz/gsttrm.h:
18164 Add support for using a proxy server when getting a trm id from
18165 the MusicBrainz database (#149613).
18167 2004-12-16 Christophe Fergeau <teuf@gnome.org>
18169 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18171 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18172 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18173 Fix memleaks (#157233).
18175 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18177 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18179 * gst-libs/gst/resample/resample.c: (gst_resample_close):
18180 * gst-libs/gst/resample/resample.h:
18181 * gst/audioscale/gstaudioscale.c:
18182 Fix memleak (#159215).
18184 2004-12-16 Toni Willberg <toniw@iki.fi>
18186 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18188 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18189 * sys/oss/oss_probe.c: (main):
18190 Check for mono/stereo support (similar to samplerate probing),
18191 fixes #159433. Also add missing copyright header to oss_probe.c.
18193 2004-12-15 David Schleef <ds@schleef.org>
18195 * configure.ac: add audioresample and cairo plugins. Remove
18196 HAVE_MMX stuff, because it's not used.
18197 * ext/Makefile.am: same
18198 * ext/audioresample/Makefile.am: You are not ready for an
18199 audio resampling element based on audioresample.
18200 * ext/audioresample/gstaudioresample.c:
18201 * ext/audioresample/gstaudioresample.h:
18202 * ext/cairo/Makefile.am: You are not ready for overlay elements
18203 based on cairo. Don't look too closely, these elements kinda
18205 * ext/cairo/gstcairo.c: new
18206 * ext/cairo/gsttextoverlay.c: new
18207 * ext/cairo/gsttextoverlay.h: new
18208 * ext/cairo/gsttimeoverlay.c: new
18209 * ext/cairo/gsttimeoverlay.h: new
18210 * gst-libs/gst/media-info/media-info-priv.h: fix compile
18211 problem with compilers that don't support variadic macros.
18213 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
18215 Reviewed by: David Schleef <ds@schleef.org>
18217 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
18218 Bala, registering sunaudiosrc (oops!), and cleaning up code a
18219 bit. Also ran indent-gst.
18220 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18221 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18222 (gst_sunaudiosrc_setparams):
18224 2004-12-14 David Schleef <ds@schleef.org>
18226 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18227 output rate to 16000. Should fix #160235.
18229 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18231 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18232 Add typefinding for mpeg2 pes streams
18234 2004-12-13 David Schleef <ds@schleef.org>
18236 * configure.ac: Applied patch from bug #143659, making default
18237 sources and sinks OS-dependent (for Solaris), and added code
18239 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18241 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18243 * gst-libs/gst/riff/riff-media.c:
18244 forgot to add h2.64 to avidemux template caps
18246 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18248 * gst/wavenc/riff.h:
18249 * gst-libs/gst/riff/riff-media.c:
18250 * gst-libs/gst/riff/riff-ids.h:
18251 * gst/avi/gstavimux.c
18252 add 4CC code for VideoSoft h264 in AVI (VSSH)
18254 remove s323 from riff, it's quicktime specific :(
18256 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18258 * gst/asfdemux/README
18259 * gst/wavenc/riff.h
18260 * gst-libs/gst/riff/riff-ids.h
18261 * gst-libs/gst/riff/riff-media.c
18262 * gst/qtdemux/qtdemux.c:
18263 add new 4CC codes for h263 related codecs
18264 fixes partially bug #155163
18266 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
18268 * configure.ac: Update polyaudio requirement to 0.7
18269 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18271 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18273 * gst/interleave/deinterleave.c:
18274 fix my name's spelling! :)
18276 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18278 * AUTHORS ChangeLog
18279 * gst/auparse/gstauparse.c
18280 * gst/interleave/deinterleave.c
18282 alaw-decode.c alaw-encode.c
18283 mulaw-decode.c mulaw-encode.c
18284 * gst/oneton/gstoneton.c
18286 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18288 cocoawindow.h cocoawindow.m
18289 osxvideosink.h osxvideosink.m
18291 put the same mail address for Zaheer Abbas Merali everywhere
18293 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18295 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18296 Align by packetsize, and assert that we a packet available before
18297 playing. The first makes webstreams work (they often include
18298 trailing padding data in a packet), the second allows pausing a
18299 ASF stream in totem without getting demux errors afterwards.
18301 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18303 * ext/ogg/gstoggdemux.c: (get_relative):
18304 Check for non-NULL before accessing member (end-of-chain).
18306 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18308 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18309 (cdparanoia_set_property), (cdparanoia_get_property):
18310 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18311 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18312 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18313 (dvdreadsrc_init), (dvdreadsrc_set_property),
18314 (dvdreadsrc_get_property):
18315 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18316 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18317 Synchronize property names where not yet the case. Devices are
18318 now device=X, other versions are deprecated (but still exist).
18319 Also use g_free() unconditionally.
18320 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18321 (setup_source), (gst_play_base_bin_get_property):
18324 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
18326 * configure.ac: move GCONF macro outside conditional for the am
18327 conditional. Fixes #160439
18329 2004-12-08 David Schleef <ds@schleef.org>
18331 * tools/gst-visualise-m.m: Switch to elements that currently
18334 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18336 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18337 We love wrong commas.
18339 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18341 * gst/matroska/matroska-demux.c:
18342 (gst_matroska_demux_handle_src_query):
18343 Don't set DEFAULT, unsupported - makes length display incorrectly
18346 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18348 * gst/monoscope/README: remove blurb about files being GPL
18349 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18350 * gst/monoscope/monoscope.c: Change license to BSD with explanation
18351 monoscope is now effectively LGPL licensed
18353 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18355 * gst/monoscope/README: Update information to be more correct
18356 * gst/monoscope/convolve.c: Relicense to LGPL
18357 * gst/monoscope/convolve.h: Relicense to LGPL
18359 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
18361 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18362 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18363 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18364 set default_duration for mpeg1 audio
18366 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18368 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18369 * ext/alsa/gstalsa.h:
18370 refactor big chunks of the core caps negotiation code to make it
18371 a lot faster, because people claim it's really slow
18372 (actually, just cache the getcaps when the device is opened)
18374 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18376 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18377 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18378 (gst_a52dec_handle_frame), (gst_a52dec_chain),
18379 (gst_a52dec_change_state), (plugin_init):
18380 * ext/a52dec/gsta52dec.h:
18381 Do something useful with timestamps. Make chain-based (since
18382 there's really no reason to be loopbased).
18383 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18384 Update current_byte/frame correctly.
18386 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18388 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18389 (gst_ape_demux_stream_init):
18392 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18394 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18395 Let's make sure we're done typefinding when detecting tags.
18397 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18399 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18400 (gst_ebml_read_init), (gst_ebml_read_use_event),
18401 (gst_ebml_read_element_id), (gst_ebml_peek_id),
18402 (gst_ebml_read_seek), (gst_ebml_read_skip),
18403 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18404 (gst_ebml_read_master):
18405 * gst/matroska/ebml-read.h:
18406 * gst/matroska/matroska-demux.c:
18407 (gst_matroska_demux_parse_contents),
18408 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18409 Disgustingly evil hack for working around INTERRUPT events and
18410 their extremely annoying habit of being a pain in the ass. We
18411 simply peek a cluster before reading any of it.
18413 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18415 * ext/musepack/gstmusepackdec.cpp:
18416 There's also floating point libmusepacks.
18418 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18420 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18421 (gst_faad_chanpos_to_gst), (gst_faad_chain):
18422 Set DURATION even if source buffer didn't. Also use increasing
18424 * gst-libs/gst/riff/riff-media.c:
18425 (gst_riff_create_audio_caps_with_data):
18426 Block_align can have larger values than 8192.
18428 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18430 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18431 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18432 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18433 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18436 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18438 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18441 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18443 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18446 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18448 * ext/esd/esdsink.c: (gst_esdsink_chain):
18449 Make error actually say something useful (fixes #156798).
18450 * gst-libs/gst/riff/riff-media.c:
18451 (gst_riff_create_video_caps_with_data),
18452 (gst_riff_create_video_template_caps):
18453 Add Intel Video 5.0 fourcc (IV50).
18455 2004-12-01 Christophe Fergeau <teuf@gnome.org>
18457 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18458 detection on mono and stereo mp3 files.
18460 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18462 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18463 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18464 the contained stream).
18466 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18468 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18469 Oops, remove debug.
18471 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18473 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18475 * gst/law/alaw-decode.c: (alawdec_getcaps):
18476 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18477 Prevent warnings when negotiating caps (fixes #159338).
18479 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18481 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18482 (gst_ffmpegcsp_chain):
18483 Remove old leftover that shouldn't be there...
18485 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18487 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18489 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18490 Don't forward DISCONT events (fixes #159684).
18492 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18494 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18495 Unlink manually since sometimes bin disposal (and therefore
18496 pad unlinking) is delayed, which will cause a new media file
18497 to not be able to start playing instantly.
18499 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18501 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18502 On mute of an unlinked stream, check for pad availability so
18503 we don't crash on unlinked pad.
18505 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18507 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18508 (gst_avi_demux_massage_index):
18509 Fix quite humiliating bug in omitting 0-sized index chunks but
18510 forgetting to count them for timestamps.
18512 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18514 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18515 Actually leave the loop if we failed to sync. Don't crash.
18517 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18519 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18520 (gst_dvd_demux_process_private):
18521 * gst/mpegstream/gstdvddemux.h:
18522 Fix crash (#159759). Doesn't work, though. :-(.
18524 2004-11-28 Benjamin Otte <otte@gnome.org>
18526 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18527 more overwriting protection due to modifying channels one by one
18528 instead of all at once
18530 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18532 * gst/audioconvert/gstchannelmix.c:
18533 (gst_audio_convert_fill_normalize):
18534 Normalize using absolute values.
18536 2004-11-28 Julien MOUTTE <julien@moutte.net>
18540 * ext/directfb/Makefile.am:
18541 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18542 (gst_directfbvideosink_get_pixel_format),
18543 (gst_directfbvideosink_get_format_from_fourcc),
18544 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18545 (gst_directfbvideosink_sink_link),
18546 (gst_directfbvideosink_change_state),
18547 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18548 (gst_directfbvideosink_buffer_alloc),
18549 (gst_directfbvideosink_interface_supported),
18550 (gst_directfbvideosink_interface_init),
18551 (gst_directfbvideosink_navigation_send_event),
18552 (gst_directfbvideosink_navigation_init),
18553 (gst_directfbvideosink_set_property),
18554 (gst_directfbvideosink_get_property),
18555 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18556 (gst_directfbvideosink_base_init),
18557 (gst_directfbvideosink_class_init),
18558 (gst_directfbvideosink_get_type), (plugin_init):
18559 * ext/directfb/directfbvideosink.h: Adding a first version of
18561 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18564 2004-11-28 Benjamin Otte <otte@gnome.org>
18566 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18567 walk the samples backwards if out_channels > in_channels so we don't
18570 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18572 * gst/audioconvert/Makefile.am:
18573 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18574 (gst_audio_convert_link), (gst_audio_convert_change_state),
18575 (gst_audio_convert_channels):
18576 * gst/audioconvert/gstchannelmix.c:
18577 (gst_audio_convert_unset_matrix),
18578 (gst_audio_convert_fill_identical),
18579 (gst_audio_convert_fill_compatible),
18580 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18581 (gst_audio_convert_fill_others),
18582 (gst_audio_convert_fill_normalize),
18583 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18584 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18585 * gst/audioconvert/gstchannelmix.h:
18586 Implement a channel mixer.
18588 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
18590 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18591 * ext/alsa/gstalsa.h:
18592 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18593 Make alsasink actually honor gst_element_set_clock and use that
18594 clock instead of its internal one.
18596 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18598 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18599 (gst_play_base_bin_change_state): nullify source and decoder when
18600 going from READY to NULL so that we don't try to do weird stuff with
18601 them when going from NULL to READY
18602 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18603 instead of g_object_unref
18604 (gen_video_element), (gen_audio_element): more refcounting fixes, now
18605 it should be correct
18606 (gst_play_bin_change_state): don't call remove_sinks if we are
18607 currently disposing the object
18609 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18611 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18612 Don't forget bass if it's there. Else left channel is silent...
18614 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18616 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18617 (gst_a52dec_change_state):
18618 Don't do sample adjusting anymore, we use float audio now.
18619 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18620 Don't fixate to non-existing properties.
18622 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18624 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18625 (gst_a52dec_change_state):
18626 Advertise that we can do surround sound.
18628 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18630 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18631 Add buffer-frames=0.
18632 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18633 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18634 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18635 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18636 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18637 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18638 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18639 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18640 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18641 * ext/dvdread/dvdreadsrc.h:
18642 Add seeking, querying for bytes, sectors, title, angle and
18643 chapter. Handle multiple chapters. Relicense to LGPL because
18644 Billy agreed on that (thanks Billy!).
18646 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18648 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18649 call parent dispose method
18651 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
18653 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18654 (gst_audio_clock_get_internal_time):
18655 Fix active <-> inactive transitions: ensure time value always
18656 grows and avoid abrupt value changes.
18658 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
18661 * gst/tta/Makefile.am:
18663 * gst/tta/filters.h:
18664 * gst/tta/gsttta.c:
18665 * gst/tta/gstttadec.c:
18666 * gst/tta/gstttadec.h:
18667 * gst/tta/gstttaparse.c:
18668 * gst/tta/gstttaparse.h:
18669 * gst/tta/ttadec.h:
18670 added TTA parser and decoder
18672 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18674 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18675 (probe_triggered), (check_queue), (buffer_underrun),
18676 (buffer_running), (buffer_overrun), (gen_source_element),
18678 * gst/playback/gstplaybasebin.h:
18679 Implement buffering. Needs some more work.
18681 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18683 * ext/theora/theoradec.c: (theora_dec_chain):
18684 Fix ilog mask range overflow.
18686 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18688 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18689 Don't omit the last (which in case of dmix is the only :) )
18690 channel count. Don't set channels if <= 2.
18692 2004-11-26 Christophe Fergeau <teuf@gnome.org>
18694 * gst/playback/gstplaybin.c: (gen_video_element),
18695 (gen_audio_element): Removed 2 obsolete comments
18697 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18699 * ext/vorbis/oggvorbisenc.c
18700 * ext/vorbis/vorbisenc.c :
18701 change description fields of those plugins to differentiate them
18702 (pitivi show Encoders by description, they had the same one)
18704 2004-11-25 Christophe Fergeau <teuf@gnome.org>
18706 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18708 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18709 (gst_play_bin_set_property), (gen_video_element),
18710 (gen_audio_element):
18711 Refcounting fixes for provided audio-/videosinks.
18713 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18715 * gst/playback/gstplaybin.c: (gen_video_element),
18716 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18717 Don't reference all sinks, but only the video- and audiosinks.
18718 The vis. element should be disposed when we're done with it.
18719 We don't have any reason to keep it around. This fixes warnings
18720 when reusing playbin for playing multiple audio files with
18721 vis. enabled. Also release audio device on pause - idea stolen
18724 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18726 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18727 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18728 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18729 * ext/alsa/gstalsaplugin.c: (plugin_init):
18730 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18731 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18732 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18733 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18734 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18735 (gst_faad_change_state), (plugin_init):
18736 * ext/faad/gstfaad.h:
18737 * ext/vorbis/vorbis.c: (plugin_init):
18738 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18739 * gst-libs/gst/audio/Makefile.am:
18740 * gst-libs/gst/audio/audio.c: (plugin_init):
18741 * gst-libs/gst/audio/multichannel.c:
18742 (gst_audio_check_channel_positions),
18743 (gst_audio_get_channel_positions),
18744 (gst_audio_set_channel_positions),
18745 (gst_audio_set_structure_channel_positions_list),
18746 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18747 (gst_audio_fixate_channel_positions):
18748 * gst-libs/gst/audio/multichannel.h:
18749 * gst-libs/gst/audio/testchannels.c: (main):
18750 * gst/audioconvert/gstaudioconvert.c:
18751 (gst_audio_convert_class_init), (gst_audio_convert_init),
18752 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18753 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18754 (gst_audio_convert_fixate), (gst_audio_convert_channels):
18755 * gst/audioconvert/plugin.c: (plugin_init):
18756 Surround sound support.
18758 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18760 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18761 Fix position for discont if we're close as well. Nitpicking, but
18762 saves a few milliseconds of extra waiting or skipping.
18764 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18766 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18767 We sometimes need parsers for playback, so add those too.
18769 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18772 * gst/apetag/Makefile.am:
18773 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18774 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18775 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18776 (gst_ape_demux_get_src_query_types),
18777 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18778 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18779 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18780 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18781 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18782 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18783 (gst_ape_demux_change_state):
18784 * gst/apetag/apedemux.h:
18785 * gst/apetag/apetag.c: (plugin_init):
18786 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18788 APE v1/2 tag reader plus typefind function.
18790 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18793 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18794 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18795 Remove hacks for older core. Require newer core version
18798 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18800 * gst/cdxaparse/Makefile.am:
18801 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18802 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18803 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18804 * gst/cdxaparse/gstcdxaparse.h:
18805 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18806 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18807 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18808 (gst_cdxastrip_get_src_query_types),
18809 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18810 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18811 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18812 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18813 * gst/cdxaparse/gstcdxastrip.h:
18814 SVCD/VCD header stripping separated from CDXA image parsing.
18815 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18817 Add VCD/SVCD header typefinding for VCD/SVCD.
18818 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18819 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18820 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18821 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18822 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18823 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18824 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18825 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18826 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18827 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18828 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18829 * sys/vcd/vcdsrc.h:
18830 Fix up, add seeking, querying, URI interface. Works in totem now.
18832 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18837 === release 0.8.6 ===
18839 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18857 releasing 0.8.6, "IOU Love"
18859 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18861 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18863 * gst/playback/gstplaybasebin.c:
18864 Fix unplayable files error handling. Fixes #158365
18866 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18868 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18870 * gst/typefind/gsttypefindfunctions.c:
18871 Fix broken mp3 typefinding. Fixes #158375
18873 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18875 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18877 * ext/ogg/gstoggdemux.c:
18878 Fix sync on broken files. Fixes #158976
18880 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18882 patch by: Edward Hervey <bilboed@bilboed.com>
18884 * ext/libpng/gstpngenc.c:
18885 Copy over buffer properties. Fixes #158832
18887 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18889 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18891 * ext/dvdread/dvdreadsrc.c:
18892 Fixes invalid reads (#158462)
18894 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18896 * sys/v4l/gstv4lsrc.c:
18897 * sys/v4l/gstv4lsrc.h:
18898 * sys/v4l/v4lsrc_calls.c:
18899 Probe less and cache it. Fixes #159187.
18901 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18903 * gst/videorate/gstvideorate.c:
18904 Handle all video formats. Fixes #159186.
18906 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
18907 * gst/synaesthesia/gstsynaesthesia.c:
18908 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18909 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18910 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18911 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18912 (gst_synaesthesia_change_state), (plugin_init):
18913 Fix up synaesthesia to work under different samplerates/ buffer sizes.
18914 Force 320x200 output, as that's the only thing the underlying
18915 synaesthesia implementation supports. Still needs to be made
18918 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18921 Fix mpeg2enc configure check (similar to mplex check below).
18923 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
18925 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18927 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18928 Fix for gcc-2.95 (fixes #158221).
18930 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18932 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18933 Re-add clock distribution hack (until new core is released).
18936 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
18938 fix mplex configure check segfaulting on some systems (bug #140994)
18940 2004-11-13 Benjamin Otte <otte@gnome.org>
18942 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18944 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18945 do a wait when we enter the loop func with no data available to
18946 write instead of getting into an 100% CPU loop by just returning and
18947 being called again by the scheduler
18949 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
18952 * ext/libvisual/visual.c: (gst_visual_get_type),
18953 (libvisual_log_handler), (gst_visual_getcaps),
18954 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18956 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18957 * ext/smoothwave/Makefile.am:
18958 * ext/smoothwave/demo-osssrc.c: (main):
18959 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18960 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18961 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18963 * ext/smoothwave/gstsmoothwave.h:
18964 Make gstsmoothwave a working element in the 20th century.
18966 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18967 Fix incorrect link function
18969 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18971 * gst/volume/gstvolume.c:
18972 Allow buffer-frames=0.
18974 2004-11-12 Iain <iaingnome@gmail.com>
18976 * configure.ac: Check for polypaudio
18978 * ext/Makefile.am: Build the polyp dir
18980 * ext/polyp: The polypsink sources.
18982 2004-10-30 Iain <iaingnome@gmail.com>
18984 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18985 caps to reflect the new number of channels.
18987 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18989 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18990 Fix for negotiation order problem. This would show when the
18991 ALSA loopfuction was called before any other function. ALSA
18992 wouldn't do anything because we're not negotiated yet, leading
18993 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18995 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
18997 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18999 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19000 No warnings (#157986).
19002 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19004 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19005 Prefer apev1/2 and id3v1 (at end of file) over musepack.
19007 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19009 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19010 Signal no-more-pads (so it works in playbin).
19012 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19014 * ext/musepack/gstmusepackreader.cpp:
19015 Workaround for older core.
19017 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19019 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19020 Actually test for odd width/height rather than testing whether
19021 a temporary variable that was 0 before we subtracted 1 is now
19022 not equal to zero (which it always is).
19024 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19026 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19027 Fix compilation if HAVE_XVIDEO is not defined
19029 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19031 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19032 Fix compilation if HAVE_XVIDEO is not defined
19034 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
19036 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19037 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19038 (gst_goom_change_state), (plugin_init):
19039 Use the bytestream adapter so goom doesn't depend on the input
19041 Add a debug category
19043 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19045 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19046 Only set hardware parameters *after* negotiation. Before
19047 negotiation, it will set ANY and that seems to cause crashes
19048 (see e.g. #151288, #153227).
19050 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19052 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19053 This seems to be antique leftover. It needs to pass error
19055 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19056 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19057 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19058 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19059 Fix GstXOverlay implementation (#151059).
19061 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19063 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19064 Don't assert (#157853).
19066 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19068 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19069 Fix bytes/samples confustion.
19070 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19071 Fix for underrun (#144389).
19073 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19075 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19076 Disable halfway-seek for pending release (since it needs a new
19079 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19081 * sys/v4l/gstv4lsrc.c:
19082 * sys/v4l/gstv4lsrc.h:
19083 * sys/v4l/v4lsrc_calls.c:
19084 add autoprobe-fps property so we can separate autoprobing parts
19086 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19088 * sys/v4l/gstv4lsrc.c:
19089 * sys/v4l/v4lsrc_calls.c:
19090 initialise fourcc to catch unset fourcc's, and debug
19092 2004-11-09 Wim Taymans <wim@fluendo.com>
19094 * gst/playback/README:
19095 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19096 * gst/playback/gstplaybin.c: (gst_play_bin_init),
19097 (gst_play_bin_dispose), (gst_play_bin_set_property),
19098 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19099 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19100 (gst_play_bin_get_formats), (gst_play_bin_convert),
19101 (gst_play_bin_get_query_types), (gst_play_bin_query):
19102 Cleanups and some more documentation.
19104 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
19106 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19107 (gst_cacasink_init), (gst_cacasink_chain):
19108 * ext/libcaca/gstcacasink.h:
19109 Cacasink inherits from VideoSink, so let that store the clock.
19111 2004-11-09 Wim Taymans <wim@fluendo.com>
19113 * gst/playback/README:
19114 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19115 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19116 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19117 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19118 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19120 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19121 (gst_stream_info_is_mute), (gst_stream_info_set_property):
19122 * gst/playback/gststreaminfo.h:
19124 Only switch groups if all streams have muted (EOSed).
19125 Send Tags in sync with the stream playback instead of in
19126 the playback/preroll phase.
19127 Some cleanups, free the fakesrc elements.
19129 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
19131 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19132 buffer-frames property was missing
19133 * ext/arts/gst_arts.c:
19134 rate missing from sinkcaps
19135 * ext/audiofile/gstafparse.c:
19136 * ext/audiofile/gstafsink.c:
19137 * ext/audiofile/gstafsrc.c:
19138 * ext/swfdec/gstswfdec.c:
19139 int audio doesn't know buffer-frames
19140 * ext/cdparanoia/gstcdparanoia.c:
19141 int audio doesn't know chunksize either
19142 * ext/nas/nassink.c:
19143 it's endianness, not endianess
19144 * gst-libs/gst/audio/audio.h:
19145 make float standard pad template caps really describe float
19146 * gst/law/mulaw.c: (linear_factory):
19147 signed only, please
19148 * gst/mpegstream/gstdvddemux.c:
19149 widths of 20 are not valid
19151 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
19153 Submitted by: Luca Ferretti <elle.uca@infinito.it>
19159 2004-11-08 Wim Taymans <wim@fluendo.com>
19161 * gst/playback/README:
19162 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19163 * gst/playback/gstplaybasebin.c: (probe_triggered),
19164 (gst_play_base_bin_change_state):
19165 Updated README, added more comments for fixmes etc..
19167 2004-11-08 Wim Taymans <wim@fluendo.com>
19169 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19170 We can remove this hack now.
19172 2004-11-08 Wim Taymans <wim@fluendo.com>
19174 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19175 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19176 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19177 Only mix AYUV for maximum quality.
19179 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19181 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19182 (gst_ogg_demux_push), (gst_ogg_pad_push):
19183 Let's act as if we're synchronized now! :).
19184 * ext/theora/theoradec.c: (theora_dec_chain):
19187 2004-11-08 Wim Taymans <wim@fluendo.com>
19189 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19190 (gst_alpha_set_property), (gst_alpha_sink_link),
19191 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19192 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19193 (gst_alpha_init_params), (gst_alpha_chain):
19194 Implement alpha functions for AYUV too, this increases
19195 accuracy quite a bit.
19197 2004-11-08 Wim Taymans <wim@fluendo.com>
19199 * gst/ffmpegcolorspace/avcodec.h:
19200 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19201 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19202 (gst_ffmpegcsp_avpicture_fill):
19203 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19204 (gst_ffmpegcsp_caps_remove_format_info):
19205 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19206 (shrink12), (img_get_alpha_info), (deinterlace_line),
19207 (deinterlace_line_inplace):
19208 * gst/ffmpegcolorspace/imgconvert_template.h:
19209 Added AYUV colorspace and handle RGBA a bit more respectful.
19211 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19213 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19214 Actually always send a discont (cornercase when resending the
19215 same serial-tagged chain twice).
19217 2004-11-08 Julien MOUTTE <julien@moutte.net>
19219 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19220 (gst_ximagesink_finalize):
19221 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19222 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19224 2004-11-08 Wim Taymans <wim@fluendo.com>
19226 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19227 Don't segfault on NULL data.
19229 2004-11-08 Wim Taymans <wim@fluendo.com>
19231 * gst/playback/gstdecodebin.c: (unlinked):
19232 * gst/playback/gstplay-marshal.list:
19233 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19234 (gst_play_base_bin_init), (group_create), (get_active_group),
19235 (get_building_group), (group_destroy), (group_commit),
19236 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19237 (add_element_stream), (no_more_pads), (probe_triggered),
19238 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19239 (state_change), (setup_source), (gst_play_base_bin_get_property),
19240 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19241 (gst_play_base_bin_link_stream),
19242 (gst_play_base_bin_get_streaminfo):
19243 * gst/playback/gstplaybasebin.h:
19244 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19245 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19246 Add support for chained ogg files. Prepare for playlist
19247 support. This patch introduces the concept of pad groups, which
19248 together compose one playable media file.
19250 2004-11-07 David Schleef <ds@schleef.org>
19252 * testsuite/gst-lint: Check for pad templates that aren't statically
19255 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19259 * ext/musepack/Makefile.am:
19260 * ext/musepack/gstmusepackdec.cpp:
19261 * ext/musepack/gstmusepackdec.h:
19262 * ext/musepack/gstmusepackreader.cpp:
19263 * ext/musepack/gstmusepackreader.h:
19264 Add musepack decoder.
19265 * ext/faad/gstfaad.c: (gst_faad_base_init):
19266 Make pad templates static.
19267 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19269 Add musepack typefinder, make mp3 typefinding work halfway stream,
19270 which doesn't actually work yet because id3demux doesn't implement
19273 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19275 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19276 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19277 Fix interrupt event handling (#144436).
19279 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19281 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19284 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19286 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19288 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19289 Fix weird caps (#157548).
19291 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19293 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19295 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19296 Add missing NULL terminator (#157543).
19298 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
19300 * gst/tcp/gsttcp.h:
19301 * gst/tcp/gsttcpclientsink.c:
19302 * gst/tcp/gsttcpclientsrc.c:
19303 * gst/tcp/gsttcpserversink.c:
19304 * gst/tcp/gsttcpserversrc.c:
19305 ports can go up to 65535. Move common defines to gsttcp.h
19307 2004-11-05 Wim Taymans <wim@fluendo.com>
19309 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19310 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19311 Added two more colorspaces.
19313 2004-11-05 Wim Taymans <wim@fluendo.com>
19315 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19316 (gst_ffmpegcsp_avpicture_fill):
19317 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19318 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19319 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19322 2004-11-05 Wim Taymans <wim@fluendo.com>
19324 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19325 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19326 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19327 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19328 (gst_videomixer_loop):
19331 2004-11-05 Benjamin Otte <otte@gnome.org>
19333 * ext/mad/gstmad.c: (gst_mad_chain):
19334 don't overflow data buffer. Flush not needed sync data when syncing
19337 2004-11-04 Wim Taymans <wim@fluendo.com>
19339 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19340 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19341 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19342 (gst_alpha_init_params), (gst_alpha_chain),
19343 (gst_alpha_change_state):
19344 Updated the chroma keying algorithm with something more
19347 2004-11-03 Wim Taymans <wim@fluendo.com>
19349 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19350 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19351 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19352 Fix stride issues. Does not completely work for odd
19355 2004-11-03 Wim Taymans <wim@fluendo.com>
19357 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19358 (gst_alpha_chroma_key), (gst_alpha_chain):
19359 Fix stride issues. Does not completely work for odd
19362 2004-11-03 Christophe Fergeau <teuf@gnome.org>
19364 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19365 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19368 2004-11-03 Wim Taymans <wim@fluendo.com>
19370 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19371 (gst_ffmpegcsp_avpicture_fill):
19372 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19374 * gst/ffmpegcolorspace/imgconvert_template.h:
19375 Use correct _fill function to get correct strides.
19377 2004-11-02 David Schleef <ds@schleef.org>
19379 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19380 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19381 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19382 Change all g_print()s to debugging. Add a bunch of consistency
19385 2004-11-02 Wim Taymans <wim@fluendo.com>
19387 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19388 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19389 (unlinked), (no_more_pads), (close_link):
19390 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19391 (unknown_type), (add_element_stream), (new_decoded_pad),
19392 (removed_decoded_pad), (setup_source):
19393 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19394 (gst_stream_info_class_init), (gst_stream_info_init),
19395 (gst_stream_info_new), (gst_stream_info_dispose),
19396 (stream_info_mute_pad), (gst_stream_info_set_property),
19397 (gst_stream_info_get_property):
19398 * gst/playback/gststreaminfo.h:
19399 Fix playback of multiple files.
19400 a slightly different approach to handling dynamic pad removals.
19401 This one only looks at pads that we have linked.
19403 2004-11-01 Christophe Fergeau <teuf@gnome.org>
19405 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19406 free" warning from libc.
19408 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19410 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19411 (get_unconnected_element), (remove_starting_from), (pad_removed),
19413 Implement support for dynamic pad changing. We listen to "live"
19414 pad removals (i.e. while playing) and re-setup autoplugging
19415 after that. Playbasebin/playbin need some more work for this
19416 to finally work, but decodebin supports (and replugs) chained
19419 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
19421 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19422 (gst_alsa_finalize):
19423 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19424 (gst_cdaudio_finalize):
19425 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19426 (cdparanoia_finalize):
19427 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19428 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19429 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19430 (dvdreadsrc_finalize):
19431 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19432 (gst_flacdec_finalize):
19433 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19434 (gst_flacenc_finalize):
19435 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19436 (gst_gnomevfssink_finalize):
19437 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19438 (gst_gnomevfssrc_finalize):
19439 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19440 (gst_fameenc_finalize):
19441 * ext/nas/nassink.c: (gst_nassink_class_init),
19442 (gst_nassink_finalize):
19443 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19444 (gst_sdlvideosink_class_init):
19445 * ext/sndfile/gstsf.c: (gst_sf_dispose):
19446 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19447 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19448 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19449 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19450 (gst_x_window_listener_dispose):
19451 * gst/audioscale/gstaudioscale.c:
19452 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19453 (play_on_demand_finalize):
19454 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19455 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19456 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19457 (cdplayer_finalize):
19458 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19459 (gst_glimagesink_class_init):
19460 * sys/oss/gstosselement.c: (gst_osselement_class_init),
19461 (gst_osselement_finalize):
19462 * sys/oss/gstosssink.c: (gst_osssink_dispose):
19463 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19464 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19465 Fixes a bunch of problems with finalize and dispose functions,
19466 either assumptions that dispose is only called once, or not calling
19467 the parent class dispose/finalize function
19469 2004-11-01 Stefan Kost <ensonic@users.sf.net>
19471 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19472 added two api precondition guards
19473 use g_strdup with getenv to fix crash when using ENVVAR
19475 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
19476 * ext/esd/esdsink.c: (gst_esdsink_class_init),
19477 (gst_esdsink_finalize):
19478 Use a finalize function, not dispose, and more importantly,
19479 call the parent class finalize function too
19481 2004-11-01 Johan Dahlin <johan@gnome.org>
19483 * ext/ogg/gstoggdemux.c:
19484 * gst/tags/gstvorbistag.c:
19487 2004-10-31 Benjamin Otte <otte@gnome.org>
19489 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19490 lotsa memleaks today. But they're all small...
19492 2004-10-31 Benjamin Otte <otte@gnome.org>
19494 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19495 another memleak crushed
19497 2004-10-31 Benjamin Otte <otte@gnome.org>
19499 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19502 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19504 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19505 Hack to prevent crash when going to READY inside signal handler
19506 while this function is active.
19508 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19510 * gst/ffmpegcolorspace/Makefile.am:
19511 * gst/ffmpegcolorspace/avcodec.h:
19512 * gst/ffmpegcolorspace/common.h:
19513 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19514 * gst/ffmpegcolorspace/dsputil.h:
19515 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19516 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19517 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19518 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19519 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19520 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19521 (gst_ffmpegcsp_avpicture_fill):
19522 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19523 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19524 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19525 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19526 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19527 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19528 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19529 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19530 * gst/ffmpegcolorspace/imgconvert.c:
19531 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19532 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19533 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19534 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19535 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19536 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19537 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19538 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19539 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19540 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19541 (grow21), (grow22), (grow41), (grow44), (conv411),
19542 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19543 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19544 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19545 (avpicture_free), (is_yuv_planar), (img_convert),
19546 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19547 (deinterlace_line_inplace), (deinterlace_bottom_field),
19548 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19549 * gst/ffmpegcolorspace/imgconvert_template.h:
19550 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19551 * gst/ffmpegcolorspace/mmx.h:
19552 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19553 (av_fast_realloc), (av_mallocz_static), (av_free_static),
19554 (av_freep), (avcodec_get_context_defaults),
19555 (avcodec_alloc_context), (avcodec_init):
19556 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19557 handling plus update from ffmpeg CVS. Large clean-up.
19559 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19561 * gst/playback/Makefile.am:
19562 We need the marshallers for decodebin, too.
19564 2004-10-30 David Schleef <ds@schleef.org>
19566 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19567 quicktime typefinding work with 64-bit offsets.
19569 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
19571 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19572 Set EOS on the element when processing an EOS event.
19573 * ext/speex/gstspeexdec.h:
19574 * ext/speex/gstspeexenc.h:
19575 Only keep a const ptr to the mode
19576 * gst-libs/gst/riff/riff-media.c:
19577 (gst_riff_create_audio_caps_with_data),
19578 (gst_riff_create_audio_template_caps):
19579 Allow WMAV3, with up to 6 channels.
19580 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19581 Don't call gst_pad_set_event_function on a sink pad.
19582 * gst/mpegstream/gstdvddemux.c:
19583 (gst_dvd_demux_get_subpicture_stream),
19584 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19585 Copy the explicit caps that were set across to the cur_* pads,
19586 instead of trying to use a possibly non-existent negotiated caps.
19587 Reset the type of subpicture pads to UNKNOWN after calling
19588 init_stream, so that the caps get set.
19590 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
19592 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19594 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19595 Don't touch buffer if it is of size 0 (fixes #151064).
19597 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19599 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19600 Synchronized discont handling.
19602 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19604 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19605 (gst_ogg_demux_push):
19606 Make seeking sort-of exact again (fixes #156387).
19608 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19610 * gst/playback/gstplaybasebin.c: (unknown_type),
19611 (add_element_stream), (new_decoded_pad),
19612 (gst_play_base_bin_change_state):
19613 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19614 (gst_stream_info_init), (gst_stream_info_new),
19615 (gst_stream_info_dispose), (gst_stream_info_get_property):
19616 * gst/playback/gststreaminfo.h:
19617 Make caps explicitely available. Makes testing for unsupported
19618 types possible. Improves error reporting.
19620 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19622 * gst/audioconvert/gstaudioconvert.c:
19623 (gst_audio_convert_buffer_to_default_format):
19624 Really don't touch read-only buffers (#156563).
19626 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
19628 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19630 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19631 Fix memleak (#155223).
19633 2004-10-29 Wim Taymans <wim@fluendo.com>
19635 * gst/tcp/.cvsignore:
19636 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19637 (gst_multifdsink_class_init), (gst_multifdsink_init),
19638 (gst_multifdsink_add), (gst_multifdsink_remove),
19639 (gst_multifdsink_remove_client_link), (is_sync_frame),
19640 (gst_multifdsink_new_client),
19641 (gst_multifdsink_handle_client_write),
19642 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19643 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19644 (gst_multifdsink_get_property):
19645 * gst/tcp/gstmultifdsink.h:
19646 Added burst on connect sync_method, deprecated sync_clients,
19647 streamlined the sync code some more.
19649 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19651 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19652 (gst_play_base_bin_change_state):
19653 Improve error reporting.
19655 2004-10-28 Wim Taymans <wim@fluendo.com>
19657 * gst/tcp/Makefile.am:
19658 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19659 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19660 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19661 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19662 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19663 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19665 Added more locks around fdset structures. Fixed/reworked
19666 the poll array resizing code.
19667 Added stress test for fdset.
19669 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19671 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19674 2004-10-28 Benjamin Otte <otte@gnome.org>
19676 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19677 fix link function to always query channels and query width for
19681 * gst/equalizer/Makefile.am:
19682 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19683 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19684 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19685 (arg_to_scale), (setup_filter),
19686 (gst_iir_equalizer_compute_frequencies),
19687 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19688 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19692 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19694 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19698 Added Norwegian Bokmaal translation
19700 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19702 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19703 Don't break on options (fixes #156488).
19705 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19708 * ext/cdaudio/Makefile.am:
19710 fix build on older automake
19712 2004-10-26 Wim Taymans <wim@fluendo.com>
19714 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19715 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19716 Allow a little margin when negotiating the framerate.
19718 2004-10-26 Stefan Kost <ensonic@users.sf.net>
19720 * gst/level/gstlevel.c:
19721 synchonised naming of pads and pad-templates
19723 2004-10-26 Wim Taymans <wim@fluendo.com>
19725 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19726 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19727 (_find_streams_check), (gst_ogg_demux_push):
19728 Fix EOS again. Needs to be done in a better way. We should not
19729 remove the pad if there is no new chained stream.
19731 2004-10-26 Iain <iaingnome@gmail.com>
19733 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19734 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19736 * gst/interleave/interleave.c (interleave_class_init): Hook up release
19738 (interleave_release_pad): Remove the pad.
19739 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19740 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19742 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19744 (gst_xvimagesink_xcontext_clear): Free the xcontext.
19745 (gst_xvimagesink_finalize): Free the par.
19747 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19749 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19750 (gst_avimux_stop_file):
19751 First calculate the rate, and only then use it. Hdr.rate is a
19752 multiple and not a derivative of hdr.scale. Scale is not the
19753 same as blockalign but is solely related to rate.
19755 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19757 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19758 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19761 2004-10-25 James Henstridge <james@jamesh.id.au>
19763 Reviewed by: David Schleef <ds@schleef.org>
19765 * examples/gstplay/player.c: (got_stream_length), (main):
19766 * examples/seeking/cdplayer.c: (update_scale):
19767 * examples/seeking/seek.c: (format_value), (update_scale):
19768 * examples/seeking/spider_seek.c: (format_value), (update_scale),
19770 Build fixes on AMD64.
19772 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19774 reviewed by: Ronald Bultje <rbultje at gnome dot org>
19776 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19777 Fix for some v4l cards which hang in v4lsrc
19779 2004-10-25 Wim Taymans <wim@fluendo.com>
19781 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19782 (gst_ogg_demux_push), (gst_ogg_chains_clear):
19783 Make sure to remove the pad when a new chain is
19784 encountered. Set some vars to NULL so we don't try
19785 to reference freed memory.
19787 2004-10-25 Wim Taymans <wim@fluendo.com>
19789 * examples/seeking/Makefile.am:
19790 * examples/seeking/cdplayer.c: (update_scale):
19791 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19792 * examples/seeking/playbin.c: (make_playerbin_pipeline),
19793 (format_value), (update_scale), (iterate), (start_seek),
19794 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19795 (print_usage), (main):
19796 Added some more examples, update others.
19798 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19800 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19801 * ext/speex/gstspeexdec.c: (speex_dec_chain):
19802 * ext/theora/theoradec.c: (theora_dec_chain):
19803 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19804 Add codec-name metadata.
19806 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
19808 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19810 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19811 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19812 * ext/alsa/gstalsamixertrack.h:
19814 ALSA mixer track label internationalization (#154054).
19816 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19818 * ext/theora/theoradec.c: (theora_dec_chain):
19819 Export bitrate as metadata.
19821 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19823 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19824 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19825 * ext/alsa/gstalsamixertrack.h:
19826 Fix names, fix loop.
19828 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19830 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19831 (speex_dec_convert):
19832 sinkconvert function so oggdemux can get the file length (totem).
19834 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
19836 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19838 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19839 Don't push incomplete packets.
19840 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19841 Fix MPEG-4 audio typefinding.
19843 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19845 * sys/v4l/Makefile.am:
19846 * sys/v4l/gstv4l.c: (plugin_init):
19847 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19848 (gst_v4lelement_init), (gst_v4lelement_dispose),
19849 (gst_v4lelement_change_state):
19850 * sys/v4l/gstv4lelement.h:
19851 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19852 (gst_v4l_xoverlay_close), (idle_refresh),
19853 (gst_v4l_xoverlay_set_xwindow_id):
19854 * sys/v4l/gstv4lxoverlay.h:
19855 * sys/v4l/v4l-overlay_calls.c:
19856 * sys/v4l/v4l_calls.h:
19857 * sys/v4l2/Makefile.am:
19858 * sys/v4l2/gstv4l2.c: (plugin_init):
19859 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19860 (gst_v4l2element_init), (gst_v4l2element_dispose),
19861 (gst_v4l2element_change_state):
19862 * sys/v4l2/gstv4l2element.h:
19863 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19864 (gst_v4l2_xoverlay_close), (idle_refresh),
19865 (gst_v4l2_xoverlay_set_xwindow_id):
19866 * sys/v4l2/gstv4l2xoverlay.h:
19867 * sys/v4l2/v4l2-overlay_calls.c:
19868 * sys/v4l2/v4l2_calls.h:
19869 Remove client-side overlay handling, use the X-server v4l plugin
19870 for that. Nicer overlay, less code. Also make the plugin
19871 compileable without X (but then without overlay, obviously).
19872 Makes xwindowlistener obsolete, should we remove that?
19874 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19876 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19877 (gst_osssrc_src_query):
19878 * sys/oss/gstosssrc.h:
19879 OK, so people want offset in DEFAULT. This time, actually fix all
19881 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19884 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19886 * gst/asfdemux/gstasfmux.c:
19887 * gst/avi/gstavimux.c:
19890 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19892 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19893 Fix properties (channel, norm, frequency).
19895 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19897 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19899 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19902 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19904 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19907 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19909 * sys/v4l2/gstv4l2element.h:
19910 Yet Another Hack (tm) for kernel header borkedness.
19911 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19912 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19913 (gst_v4l2src_link), (gst_v4l2src_getcaps),
19914 (gst_v4l2src_change_state):
19915 * sys/v4l2/gstv4l2src.h:
19916 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19917 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19918 Fix caps, keep track of state, work.
19920 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19922 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19925 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19927 * sys/oss/gstosssrc.c: (gst_osssrc_get):
19928 Don't mix bytes and samples.
19930 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19932 * ext/ogg/gstoggmux.c:
19933 Basic pad template which accepts OGM tracks, speex, flac, vorbis
19934 and theora. Any is incorrect.
19935 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19937 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19938 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19939 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19940 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19941 * sys/v4l/gstv4lmjpegsrc.h:
19942 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19943 (gst_v4lsrc_change_state):
19944 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19945 (gst_v4lmjpegsrc_capture_stop):
19946 Fix caps. Keep track of internal state. Work.
19948 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19951 Fix the build fixes.
19953 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19955 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19956 (gst_ogg_demux_src_event), (_find_chain_seek),
19957 (gst_ogg_pad_push):
19958 Check for pad availability before using it.
19959 * ext/ogg/gstoggdemux.c: (_find_chain_process):
19960 Fix parsing of chained ogg. Needs more work on the decoder side.
19962 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
19964 * gst/spectrum/Makefile.am:
19965 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19967 Fix demo and reenable it. Yes, I'm currently playing with audio
19970 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19972 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19973 We love it if files that start at zero work too...
19975 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19977 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19978 Handle files with missing EOS headers.
19980 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19982 * gst/tcp/gsttcpserversink.c:
19983 (gst_tcpserversink_handle_server_read),
19984 (gst_tcpserversink_init_send):
19985 Zero some variables first (need for accept not to return EINVAL)
19987 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19989 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19990 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19991 * ext/theora/theoradec.c: (theora_dec_sink_convert),
19992 (theora_dec_chain):
19993 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19994 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19995 Seeking and querying finetune.
19997 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
20001 * ext/raw1394/Makefile.am:
20004 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20006 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20008 * gst/playback/Makefile.am:
20009 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20010 * gst/playback/gstplay-marshal.list:
20011 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20014 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20016 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20019 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20021 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20022 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20023 (gst_ogg_pad_push):
20024 Yay for non-lineair granulepos in theora.
20026 2004-10-18 Wim Taymans <wim@fluendo.com>
20028 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20029 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20030 * ext/dv/gstdvdec.h:
20031 Make sure we renegotiate aspect ratio when the camera switches.
20033 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20035 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20036 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20038 * ext/theora/theoradec.c: (theora_dec_chain):
20039 Skip headers. Bad idea for chained ogg, but fixes seeking.
20041 2004-10-18 Wim Taymans <wim@fluendo.com>
20044 I swear, this is the last time I touch this.
20046 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20048 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20049 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20050 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20052 * ext/theora/theoradec.c: (theora_dec_sink_convert):
20053 Time-to-default conversion.
20054 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20055 Don't error on unknown packets, just skip. We should probably
20056 read them if we want to support chained ogg.
20058 2004-10-18 Wim Taymans <wim@fluendo.com>
20061 Added cdaudio to wrong list.
20063 2004-10-18 Wim Taymans <wim@fluendo.com>
20068 2004-10-18 Wim Taymans <wim@fluendo.com>
20070 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20071 (gst_dvdec_video_link), (gst_dvdec_push):
20072 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20073 (gst_smokeenc_resync), (gst_smokeenc_chain):
20074 Fix mimetype on smoke encoder.
20075 Add aspect ratio to dvdec. Not sure if these
20076 values are correct though....
20078 2004-10-18 Wim Taymans <wim@fluendo.com>
20080 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20081 Fix vorbis property descriptions and ranges.
20083 2004-10-18 Wim Taymans <wim@fluendo.com>
20085 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20086 Really do nothing when no data is available.
20087 Go to the playing state when the stream is not seekable
20088 instead of failing.
20090 2004-10-18 Wim Taymans <wim@fluendo.com>
20092 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20093 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20094 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20095 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20096 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20097 Added uri handler for cd://
20100 2004-10-18 Wim Taymans <wim@fluendo.com>
20102 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20103 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20104 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20105 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20106 (remove_prerolls), (unknown_type), (add_element_stream),
20107 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20108 (gst_play_base_bin_remove_element),
20109 (gst_play_base_bin_link_stream):
20110 * gst/playback/gstplaybin.c: (gen_video_element),
20111 (gen_vis_element), (remove_sinks), (setup_sinks):
20112 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20113 (gst_stream_info_get_type), (gst_stream_info_class_init),
20114 (gst_stream_info_init), (gst_stream_info_new),
20115 (gst_stream_info_dispose), (stream_info_mute_pad),
20116 (gst_stream_info_set_property), (gst_stream_info_get_property):
20117 * gst/playback/gststreaminfo.h:
20118 Add sink padtemplate to decodebin.
20119 Added some more comments.
20120 Make queue size configurable in playbasebin.
20121 Added possibility to use elements as sinks (ex cdaudio).
20123 2004-10-15 Wim Taymans <wim@fluendo.com>
20125 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20126 (gst_speexenc_chain):
20127 Fix speex timestamps so that it gets muxed properly.
20129 2004-10-15 Wim Taymans <wim@fluendo.com>
20131 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20132 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20133 (gst_dv1394src_init), (gst_dv1394src_dispose),
20134 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20135 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20136 (gst_dv1394src_event), (gst_dv1394src_get_formats),
20137 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20138 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20139 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20140 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20141 * ext/raw1394/gstdv1394src.h:
20142 Added conversion/query functions.
20143 Update buffer timestamps,
20145 Added uri dv:// so it might play from the firewire in playbin.
20146 Fix a possible leak.
20149 2004-10-15 Wim Taymans <wim@fluendo.com>
20151 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20152 (gst_dv1394src_init), (gst_dv1394src_set_property),
20153 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20154 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20155 * ext/raw1394/gstdv1394src.h:
20156 Added AV/C VTR control support needed for some cameras.
20157 Added automatic port detection.
20158 Added properties for selecting the channel.
20159 The configure.ac script is not yet updated to reflect the
20160 new libavc1394 and librom1394 dependencies.
20162 2004-10-15 Wim Taymans <wim@fluendo.com>
20164 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20165 (qtdemux_parse), (gst_qtdemux_handle_esds):
20166 An esds box is not a container.
20167 Fix parsing of mp4v boxes.
20168 Do not try to renegotiate fps for each frame. Need to
20169 find a better method. This should fix mp4 playback.
20171 2004-10-14 David Schleef <ds@schleef.org>
20173 * configure.ac: update for swfdec-0.3 and liboil-0.2
20174 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20175 * ext/swfdec/gstswfdec.h: same
20176 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20177 * gst/videotestsrc/videotestsrc.c: same
20179 2004-10-14 Wim Taymans <wim@fluendo.com>
20181 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20182 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20183 (is_sync_frame), (gst_multifdsink_new_client),
20184 (gst_multifdsink_handle_client_write),
20185 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20186 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20187 Turn warnings into info.
20188 Don't allow a state change in the streaming thread.
20190 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
20192 * ext/vorbis/oggvorbisenc.c:
20193 * ext/vorbis/vorbisdec.c:
20194 fix template sample rate
20196 2004-10-13 Wim Taymans <wim@fluendo.com>
20198 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20199 Decoding the header first fixes some problems in resyncing
20202 2004-10-12 Wim Taymans <wim@fluendo.com>
20204 * gst/playback/gstplaybin.c: (gen_video_element),
20205 (gen_vis_element), (remove_sinks), (setup_sinks):
20206 Added vis plugin support, need to configure the vis
20207 element to activate it.
20209 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20211 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20212 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20214 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20215 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20216 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20217 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20218 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20219 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20220 * gst/avi/gstavidemux.h:
20221 Support for openDML-2.0 indx/ix## chunks. Support for broken index
20222 recovery (where, if part of the index is broken, we will still read
20223 the rest of the index and recover the broken part by stream
20224 scanning). More broken media support. EOS workarounds. General AVI
20225 braindamage headache recovery. Aspirin included.
20227 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20229 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20230 (cdparanoia_event), (cdparanoia_query):
20231 Get rid of hideous lead-in.
20233 2004-10-11 Wim Taymans <wim@fluendo.com>
20235 * gst/playback/gstplaybasebin.c: (setup_source):
20236 Wrong var used to get g_list_next.
20238 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20240 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20241 (cdparanoia_get), (cdparanoia_open):
20242 Report discid as metadata, add duration.
20244 2004-10-11 Wim Taymans <wim@fluendo.com>
20246 * gst/playback/gstplaybasebin.c: (setup_source):
20247 Cleanup the previous pipeline a little earlier for the
20248 case that a source element provides raw data.
20250 2004-10-11 Benjamin Otte <otte@gnome.org>
20252 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20253 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20254 consuming the last 128 bytes, even though it was valid mp3 data.
20256 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20258 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20259 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20260 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20261 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20263 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20265 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20266 Fix for webcams that support only specific width or height
20268 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20270 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20272 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20273 Fix wrong discont event setup (fixes #154967).
20275 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
20277 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20279 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20280 Error out on invalid data (fixes #154807).
20282 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20284 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20286 * ext/dvdread/dvdreadsrc.c: (_read):
20287 Make titles > 0 work again (fixes #154834).
20289 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20291 * gst-libs/gst/riff/riff-media.c:
20292 (gst_riff_create_video_template_caps):
20293 WMV3 missing in template caps.
20295 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20297 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20298 OK, so the original code was too strict. It makes random AVI files
20299 hang for seconds upon opening, which is unacceptable and is far
20300 beyond the original goal of getting multiple chunks for one-chunk
20301 sounc stream files. So now do just that.
20303 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20305 * gst/playback/gstplaybasebin.c: (setup_source),
20306 (gst_play_base_bin_change_state):
20307 Actually clean up streaminfo if output fails. This would trigger
20308 if, for example, there was no CD in the drive. No preroll, so
20309 a streaminfo structure is created, but the subsequent state change
20310 of the thread fails.
20311 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20312 Don't change state if parent failed.
20314 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20316 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20317 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20318 (gen_video_element), (remove_sinks):
20319 Add small bits of code for screenshot handling.
20321 2004-10-08 Wim Taymans <wim@fluendo.com>
20323 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20324 (gen_video_element), (gen_audio_element), (setup_sinks):
20325 Don't assume the user provided sinks are named "sink"...
20327 2004-10-08 Wim Taymans <wim@fluendo.com>
20329 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20330 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20331 (gst_play_base_bin_link_stream):
20332 Do not try to autoplug sources that generate raw streams like
20334 disconnect the preroll overrun signal when we don't need it anymore.
20336 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
20338 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20339 Added reworked patch from #154903 from milosz derezynski (deadchip).
20341 2004-10-08 Wim Taymans <wim@fluendo.com>
20343 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20344 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20345 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20346 (cdparanoia_convert), (cdparanoia_uri_get_type),
20347 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20348 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20349 * ext/cdparanoia/gstcdparanoia.h:
20350 This adds the cdda://<tracknum> uri.
20352 2004-10-08 Wim Taymans <wim@fluendo.com>
20354 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20355 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20356 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20357 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20358 (unknown_type), (gst_play_base_bin_remove_element),
20359 (gst_play_base_bin_link_stream):
20360 * gst/playback/gstplaybasebin.h:
20361 * gst/playback/gstplaybin.c: (gst_play_bin_init),
20362 (gst_play_bin_set_property), (gen_video_element),
20363 (gen_audio_element), (setup_sinks):
20364 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20365 (gst_stream_info_get_type), (gst_stream_info_class_init),
20366 (gst_stream_info_init), (gst_stream_info_new),
20367 (gst_stream_info_dispose), (stream_info_mute_pad),
20368 (gst_stream_info_set_property), (gst_stream_info_get_property):
20369 * gst/playback/gststreaminfo.h:
20370 Reuse the audio and video bins.
20371 Some internal cleanups in the stream selection code.
20373 2004-10-08 Julien MOUTTE <julien@moutte.net>
20375 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20376 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20377 * sys/ximage/ximagesink.h:
20378 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20379 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20380 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20381 not coming from those elements. Moreover these elements should not keep
20382 the xid they have been given when in NULL state.
20384 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20386 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20387 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20388 * sys/ximage/ximagesink.h:
20389 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20390 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20391 * sys/xvimage/xvimagesink.h:
20392 Actually only create a new toplevel window if we're not gonna
20393 embed it right after.
20395 2004-10-07 Wim Taymans <wim@fluendo.com>
20397 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20398 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20399 * gst/playback/gstplaybin.c: (setup_sinks):
20400 Implement muting/unmuting of streams, mute streams that are not
20403 2004-10-07 Wim Taymans <wim@fluendo.com>
20405 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20407 Added lame audio/x-ac3 typefind function.
20409 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20414 === release 0.8.5 ===
20416 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20421 releasing 0.8.5, "Take You On"
20423 2004-10-06 Wim Taymans <wim@fluendo.com>
20425 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20426 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20427 (no_more_pads), (close_link), (type_found):
20428 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20429 * gst/playback/gstplaybin.c: (gen_video_element):
20430 Do not signal the no_more_pads after the first pad when
20431 we are plugging a non dynamic element with multiple
20432 output pads (like swfdec, dvdec, ...).
20434 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20437 bump for prerelease
20439 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20441 * gst/wavparse/gstwavparse.c:
20442 add ATRAC3 to STATIC CAPS to fix a warning
20444 * gst/matroska/ebml-read.c:
20445 * gst-libs/gst/riff/riff-read.c:
20448 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20450 * gst-libs/gst/riff/riff-media.c:
20451 generate caps for ATRAC3 audio streams
20453 * gst/realmedia/rmdemux.c:
20454 generate caps for ATRAC3 audio streams
20456 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20458 * gst/wavparse/Makefile.am
20459 * gst/wavparse/riff.h
20460 * gst/wavparse/wavparse.vcproj
20461 riff.h removal (unused and duplication with riff-ids.h)
20463 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20465 * gst/wavparse/gstwavparse.h
20466 remove duplicated defines for audio codec codes
20468 * gst-libs/gst/riff/riff-ids.h
20469 * gst/wavenc/riff.h:
20470 add "4CC" code for ATRAC3 audio streams
20471 add "4CC" code for ITU_G721_ADPCM (unused for now)
20473 2004-10-06 Wim Taymans <wim@fluendo.com>
20475 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20476 Actually _do_ negotiation. Pass gdouble as arg instead
20477 of guint64 for the framerate.
20479 2004-10-06 Wim Taymans <wim@fluendo.com>
20481 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20482 (find_compatibles), (close_pad_link), (try_to_link_1),
20483 (no_more_pads), (close_link), (type_found):
20484 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20485 * gst/playback/gstplaybin.c: (gen_video_element),
20486 (gen_audio_element):
20487 Set state on newly added element to READY so that negotiation
20489 Addes some more debug info.
20490 Do not try to plug pads with multiple caps structures or ANY
20491 because it is too dangerous since we do not do dynamic
20494 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20496 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20500 add Oriya translation
20502 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20504 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20505 Prevent overwrite of size member. Makes audio sound crappy.
20507 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20509 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20510 Add rmvb to the list of known RealMedia extensions
20512 2004-10-05 Wim Taymans <wim@fluendo.com>
20514 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20515 (mngdec_openstream), (mngdec_closestream),
20516 (mngdec_handle_sink_event), (mngdec_readdata),
20517 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20518 (mngdec_getcanvasline), (mngdec_refresh),
20519 (gst_mngdec_change_state):
20520 Set the framerate correctly.
20522 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20524 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20525 There was something wrong with the index massaging.
20527 2004-10-04 Wim Taymans <wim@fluendo.com>
20529 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20530 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20531 (gst_smokedec_chain):
20532 * ext/jpeg/gstsmokedec.h:
20533 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20534 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20535 * ext/jpeg/gstsmokeenc.h:
20536 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20537 (smokecodec_decode_new), (smokecodec_info_free),
20538 (smokecodec_set_quality), (smokecodec_get_quality),
20539 (smokecodec_set_threshold), (smokecodec_get_threshold),
20540 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20541 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20542 (smokecodec_encode), (smokecodec_parse_id),
20543 (smokecodec_parse_header), (smokecodec_decode):
20544 * ext/jpeg/smokecodec.h:
20545 * ext/jpeg/smokeformat.h:
20546 Updated smoke, new bitstream, allows embedding in ogg.
20548 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20550 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20551 Fix seeking in some files. All this code is no longer needed (and
20552 actually breaks stuff) because we now synchronize the full index
20553 right when reading the header.
20555 2004-10-04 Wim Taymans <wim@fluendo.com>
20558 configure update for libmng.
20560 2004-10-04 Wim Taymans <wim@fluendo.com>
20562 * ext/libmng/Makefile.am:
20563 * ext/libmng/gstmng.c: (plugin_init):
20564 * ext/libmng/gstmng.h:
20565 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20566 (gst_mngdec_base_init), (gst_mngdec_class_init),
20567 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20568 (gst_mngdec_loop), (gst_mngdec_get_property),
20569 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20570 (mngdec_closestream), (mngdec_handle_sink_event),
20571 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20572 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20573 (gst_mngdec_change_state):
20574 * ext/libmng/gstmngdec.h:
20575 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20576 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20577 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20578 (gst_mngenc_chain), (gst_mngenc_get_property),
20579 (gst_mngenc_set_property):
20580 * ext/libmng/gstmngenc.h:
20581 Added basic MNG decoder. Needs more work. The encoder does
20584 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20586 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20587 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20588 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20589 Don't hang on length=0 chunks. Some negotiation fixes. Signal
20592 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
20595 you need at least 1.0.4 of speex
20597 2004-10-04 Iain <iaingnome@gmail.com>
20599 * ext/speex/gstspeexdec.h: Revert the includes changes.
20601 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20603 2004-09-30 Iain <iaingnome@gmail.com>
20605 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20606 found during init or set as a property instead of hardcoding /dev/audio
20608 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20610 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20611 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20612 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20613 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20614 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20615 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20616 (gst_rmdemux_dump_data):
20617 Use debug category, fix EOS handling. filesrc ! rmdemux now
20620 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20622 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20623 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20624 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20625 Improve allocation, cutting and sorting of the index. How takes a
20626 few seconds instead of minutes.
20628 2004-10-03 Christophe Fergeau <teuf@gnome.org>
20630 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20633 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20635 * gst-libs/gst/riff/riff-media.c:
20636 (gst_riff_create_video_caps_with_data),
20637 (gst_riff_create_video_template_caps):
20638 Add wing commander format mimetype/fourccs.
20639 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20640 Don't crash if some value is 0.
20642 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20644 * gst-libs/gst/riff/riff-media.c:
20645 (gst_riff_create_video_caps_with_data),
20646 (gst_riff_create_video_template_caps):
20647 Add DIB fourcc (raw, palettized 8-bit RGB).
20648 * gst-libs/gst/riff/riff-read.c:
20649 (gst_riff_read_strf_vids_with_data):
20650 Oops, fix strf_data reading bug.
20651 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20652 Use a non-NULL tag.
20653 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20654 Time for hacks. Sorry Dave. At least one quicktime movie (a
20655 trailer) that I've encountered contains multiple video tracks.
20656 One of those is the actual video track, the other are one-frame
20657 tracks (images). Unfortunately, the number of frames according
20658 to the trak header is 1 for each, so that doesn't help. So
20659 instead, I look at the duration and discard tracks with a
20660 duration shorter than 20% of the length of the stream. Better
20663 2004-10-01 Christian Schaller <christian@fluendo.com>
20665 * ext/ivorbis/vorbis.c:
20666 Patch from Phil Blundell (Bug 152341)
20668 2004-10-01 Wim Taymans <wim@fluendo.com>
20670 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20671 (speex_dec_get_formats), (speex_dec_convert),
20672 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20673 (speex_dec_chain), (gst_speexdec_get_property),
20674 (gst_speexdec_set_property):
20677 2004-10-01 Wim Taymans <wim@fluendo.com>
20679 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20680 (gst_wavparse_stream_init), (gst_wavparse_fmt),
20681 (gst_wavparse_other), (gst_wavparse_loop),
20682 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20683 (gst_wavparse_srcpad_event):
20684 * gst/wavparse/gstwavparse.h:
20685 Added some more debugging info.
20686 Fix the case where the length of the file is 0.
20687 Make sure we seek to sample borders.
20689 2004-10-01 Wim Taymans <wim@fluendo.com>
20691 * gst/playback/README:
20692 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20693 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20694 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20695 Add some debug info to decodebin, update README
20697 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20699 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20700 Don't use g_print(); use GST_DEBUG().
20702 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20704 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20705 (gst_ogg_mux_queue_pads):
20706 Handle EOS properly.
20708 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20710 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20712 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20713 (gst_faad_chain), (gst_faad_change_state):
20714 * ext/faad/gstfaad.h:
20715 Allow playback of raw (unframed) MPEG AAC files (#148993).
20717 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20719 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20721 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20722 Throw error if we didn't recognize the stream. Fixes #152289.
20724 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20726 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20729 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
20731 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20733 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20736 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
20738 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20740 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20742 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20745 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20747 * gst-libs/gst/riff/riff-media.c:
20748 (gst_riff_create_video_caps_with_data),
20749 (gst_riff_create_audio_caps_with_data):
20750 Add codec_data handling (like asfdemux used to do).
20751 * gst/asfdemux/gstasf.c: (plugin_init):
20752 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20753 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20754 Use riff-media for caps creation instead of our own (mostly
20755 broken) copy of its functions.
20757 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20759 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20760 Don't actually error out if we get another return value than
20761 -EINVAL. Opposite to what I first thought, drivers have random
20762 return values for this, although -EINVAL is the expected return
20763 value. Since this is not fatal, we shouldn't use
20764 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20766 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20768 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20769 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20770 (dvdreadsrc_get_property), (_open), (_seek), (_read),
20771 (dvdreadsrc_get), (dvdreadsrc_open_file),
20772 (dvdreadsrc_change_state):
20773 Fix. Don't do one big huge loop around the whole DVD, that will
20774 cache all data and thus eat sizeof(dvd) (several GB) before we
20776 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20777 Actually NULL'ify event after using it.
20778 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20779 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20780 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20781 (gst_ebml_read_seek), (gst_ebml_read_skip):
20783 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20784 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20785 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20786 Fix timing (this will probably break if I seek using menus, but
20787 I didn't get there yet). VOBs and normal DVDs should now work.
20788 Add a mpeg2-only pad with high rank so this get autoplugged for
20790 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20791 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20792 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20793 (gst_mpeg_demux_get_audio_stream),
20794 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20795 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20796 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20797 MPEG-1 but use dvddemux for MPEG-2.
20798 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20799 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20800 (gst_mpeg_parse_parse_packhead):
20801 Timing. Only add pad template if it exists. Add sink template from
20802 class and not from ourselves. This means we will always use the
20803 correct sink template even if it is not the one defined in this
20806 2004-09-29 Wim Taymans <wim@fluendo.com>
20808 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20809 (gst_mpeg_demux_parse_pes):
20810 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20811 Fix playback of mpeg again, timestamps where screwed up by
20814 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20816 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20817 Only return true if we actually filled something in. Prevents
20818 player applications from showing a random length for flac files.
20819 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20820 (gst_riff_read_use_event), (gst_riff_read_handle_event),
20821 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20822 (gst_riff_read_strf_vids_with_data),
20823 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20824 OK, ok, so I implemented event handling. Apparently it's normal
20825 that we receive random events at random points without asking
20827 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20828 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20829 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20830 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20831 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20832 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20833 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20834 * gst/avi/gstavidemux.h:
20835 Implement non-lineair chunk handling and subchunk processing.
20836 The first solves playback of AVI files where the audio and video
20837 data of individual buffers that we read are not synchronized.
20838 This should not happen according to the wonderful AVI specs, but
20839 of course it does happen in reality. It is also a prerequisite for
20840 the second. Subchunk processing allows us to cut chunks in small
20841 pieces and process each of these pieces separately. This is
20842 required because I've seen several AVI files with incredibly large
20843 audio chunks, even some files with only one audio chunk for the
20844 whole file. This allows for proper playback including seeking.
20845 This patch is supposed to fix all AVI A/V sync issues.
20846 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20847 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20849 * gst/modplug/gstmodplug.cc:
20850 Proper return value setting for the query() function.
20851 * gst/playback/gstplaybasebin.c: (setup_source):
20852 Being in non-playing state (after, e.g., EOS) is not necessarily
20853 a bad thing. Allow for that. This fixes playback of short files.
20854 They don't actually playback fully now, because the clock already
20855 runs. This means that small files (<500kB) with a small length
20856 (<2sec) will still not or barely play. Other files, such as mod
20857 or flx, will work correctly, however.
20859 2004-09-28 Wim Taymans <wim@fluendo.com>
20861 * ext/speex/gstspeex.c: (plugin_init):
20862 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20863 (gst_speex_dec_class_init), (speex_dec_get_formats),
20864 (speex_get_event_masks), (speex_get_query_types),
20865 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20866 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20867 (gst_speexdec_get_property), (gst_speexdec_set_property),
20868 (speex_dec_change_state):
20869 * ext/speex/gstspeexdec.h:
20870 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20871 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20872 (gst_speexenc_base_init), (gst_speexenc_class_init),
20873 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20874 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20875 (gst_speexenc_src_query), (gst_speexenc_init),
20876 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20877 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20878 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20879 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20880 (gst_speexenc_chain), (gst_speexenc_get_property),
20881 (gst_speexenc_set_property), (gst_speexenc_change_state):
20882 * ext/speex/gstspeexenc.h:
20883 Rewrote speex encoder, make sure it can be embedded in ogg.
20884 Implemented speex decoder.
20886 2004-09-28 Christian Schaller <christian@fluendo.com>
20889 Remove kioslave plugin. Markey is brewing a new working one
20890 * ext/Makefile.am: Remove kioslave plugin
20892 * gst-plugins.spec.in: remove kio plugin from spec
20894 2004-09-27 Wim Taymans <wim@fluendo.com>
20896 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20897 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20898 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20899 (gst_multifdsink_new_client),
20900 (gst_multifdsink_handle_client_write),
20901 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20902 (gst_multifdsink_handle_clients):
20903 * gst/tcp/gstmultifdsink.h:
20904 Make syncing to keyframes actually work for new clients and lagging
20907 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
20909 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20910 (gst_navigationtest_handle_src_event), (draw_box_planar411),
20911 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20912 * gst/debug/gstnavigationtest.h:
20913 make navigationtest display button-press and button-release events
20915 2004-09-26 Iain <iaingnome@gmail.com>
20917 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20918 the channels have received a new media event.
20919 (interleave_buffered_loop): Compresses a new media event on all
20922 2004-09-26 Iain <iaingnome@gmail.com>
20924 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20925 call the sinkpad's default event handler and not the srcpads. He also
20926 says this is confusing :)
20927 (gst_wavenc_stop_file): Company says that seek events only go upstream
20928 we should send a discontinuous downstream instead.
20930 2004-09-25 Christian Schaller <christian@fluendo.com>
20932 * Update SPEC file to be usable in conjunction with Fedora Core,
20933 Fedora.us and freshrpms packages
20934 * Fix typo in multifilesrc test Makefile
20936 2004-09-24 Wim Taymans <wim@fluendo.com>
20938 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20939 Only signal the no_more_pads signal when we have
20940 added the stream to our list.
20942 2004-09-24 Wim Taymans <wim@fluendo.com>
20944 * gst/playback/gstplaybasebin.c: (remove_prerolls),
20946 * gst/playback/gstplaybasebin.h:
20947 * gst/playback/gstplaybin.c: (setup_sinks):
20948 Don't try to preroll or decode more than one audio/video
20951 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20953 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20954 Throw error if we failed to find a suitable output. This should
20955 throw an error if we successfully set up a pipeline (e.g. because
20956 we recognized a media file) but found no decodable streams in it
20957 (e.g. because it contains only media stream types for which we
20958 have no decoders, or because it's not a media type).
20960 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20962 * ext/dirac/Makefile.am:
20963 * ext/dirac/gstdirac.cc:
20964 * ext/dirac/gstdiracdec.cc:
20965 * ext/dirac/gstdiracdec.h:
20966 Do something. Don't actually know if this works because I don't
20967 have a demuxer yet.
20968 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20969 Add channels=1 to caps returned from _getcaps().
20970 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20971 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20972 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20973 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20974 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20975 (gst_ogm_parse_change_state):
20976 Separate between audio/video so ogmaudioparse actually uses the
20977 audio pad templates. Both audio and video work now, including
20978 autoplugging. Also use sometimes-srcpad hack.
20979 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20980 Handle events better. Don't hang on infinite loops.
20981 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20982 (gst_avi_demux_init), (gst_avi_demux_reset),
20983 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20984 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20985 (gst_avi_demux_change_state):
20986 * gst/avi/gstavidemux.h:
20987 Improve A/V sync. Still not perfect.
20988 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20989 (gst_ebml_read_skip):
20990 Handle events better.
20991 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20992 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20993 (qtdemux_audio_caps):
20994 Add IMA4. Improve event handling. Save offset after a seek when
20995 the headers are at the end of the file so that we don't end up in
20997 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20998 Add low-priority typefind support for files with no length.
21000 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21002 * testsuite/multifilesink/Makefile.am:
21005 2004-09-22 Julien MOUTTE <julien@moutte.net>
21007 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21008 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21009 mistakes from thaytan's patches.
21011 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21013 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21014 For completeness, XSync in the destroy function as xvimage does.
21016 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21018 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21019 Correct caps negotiation
21020 * gst/volume/gstvolume.c: (volume_chain_float),
21021 (volume_chain_int16):
21022 Modify debug output to be little more informative
21023 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21024 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21025 (gst_xvimagesink_xvimage_destroy):
21026 Add XSync calls after detaching from the shared memory segment to
21029 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21031 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21032 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21033 * ext/vorbis/vorbis.c: (plugin_init):
21034 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21035 (gst_vorbisenc_chain):
21036 * ext/vorbis/vorbisenc.h:
21037 remove explicit newmedia support from oggmux and vorbisenc
21038 add debug category to vorbisenc
21039 * gst/multifilesink/gstmultifilesink.c:
21040 (gst_multifilesink_class_init), (gst_multifilesink_init),
21041 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21042 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21043 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21045 * gst/multifilesink/gstmultifilesink.h:
21046 add support for streamheader in multifilesink
21048 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21050 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21051 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21052 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21053 Prevent infinite loops. More correct error reporting.
21054 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21055 Error out if negotiation fails.
21056 * gst/playback/gstplaybasebin.c: (setup_source),
21057 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21058 (gst_play_base_bin_found_tag):
21059 Error/tag forwarding. Pre-roll fixes for source errors on state
21060 changes (e.g. "file does not exist") to prevent hangs.
21062 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21064 * testsuite/multifilesink/Makefile.am:
21065 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21066 (gst_newmedia_class_init), (gst_newmedia_init),
21067 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21068 (newfile_signal), (test_signal), (main):
21069 * testsuite/multifilesink/multifilesrc_test.c: (main):
21070 * testsuite/multifilesink/oggtheora_test.c:
21071 (gst_newmedia_base_init), (gst_newmedia_class_init),
21072 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21073 (test_format), (newfile_signal), (test_signal), (main):
21074 * testsuite/multifilesink/oggvorbis_test.c:
21075 (gst_newmedia_base_init), (gst_newmedia_class_init),
21076 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21077 (test_format), (newfile_signal), (test_signal), (main):
21078 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21079 (gst_newmedia_class_init), (gst_newmedia_init),
21080 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21081 (newfile_signal), (test_signal), (main):
21084 2004-09-20 Christian Schaller <christian@fluendo.com>
21086 * Fix mikmod license to LGPL as they have relicensed
21087 * Move Dirac and Effectv into LGPL section of README_license
21089 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21091 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21092 (gst_mad_change_state):
21093 Allow for mp3 rate/channels changes. However, only very
21094 conservatively. Reason that we *have* to enable this is smiply
21095 because the mad find_sync() function is not good enough, it will
21096 regularly sync on random data as valid frames and therefore make
21097 us provide random caps as *final* caps of the stream. The best fix
21098 I could think of is to simply require several of the same stream
21099 changes in a row before we change caps.
21100 The actual testcase that works now is #
21101 * ext/ogg/Makefile.am:
21102 * ext/ogg/gstogg.c: (plugin_init):
21103 * ext/ogg/gstogmparse.c:
21104 OGM support (video only for now; I need an audio sample file).
21105 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21106 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21107 (gst_asf_demux_add_video_stream):
21109 * gst/playback/gstplaybasebin.c: (unknown_type):
21110 Don't error out on single unknown-types after all. It's wrong.
21111 If we found type of video and audio but not of a subtitle stream,
21112 it will still error out (which is unwanted). Will find a better fix
21114 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21115 (ogmaudio_type_find), (plugin_init):
21118 2004-09-20 Johan Dahlin <johan@gnome.org>
21120 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21121 after setting caps.
21123 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21125 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21126 * gst/wavenc/gstwavenc.h:
21127 Added newmedia support to wavenc
21129 2004-09-17 Wim Taymans <wim@fluendo.com>
21131 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21132 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21133 (gst_fdset_fd_can_write), (gst_fdset_wait):
21134 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21135 (gst_multifdsink_init), (gst_multifdsink_add),
21136 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21137 (gst_multifdsink_remove_client_link),
21138 (gst_multifdsink_client_queue_buffer),
21139 (gst_multifdsink_handle_client_write),
21140 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21141 (gst_multifdsink_close), (gst_multifdsink_change_state):
21142 * gst/tcp/gstmultifdsink.h:
21143 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21144 (gst_tcpserversink_removed):
21145 Small cleanups in fdset.c
21146 Use a hastable to map fd to the client structure for faster
21147 lookup in _remove and get_stats.
21148 Added virtual function to close the fds.
21149 Handle clients even when the select/poll call was unblocked because
21151 Implement syncing to keyframe in the recovery procedure.
21153 2004-09-16 Iain <iaingnome@gmail.com>
21155 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21158 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21160 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21161 Caps are only set if the type of the stream is unknown, but this
21162 is initialized in ->init_stream(), so set to UNKNOWN after calling
21163 ->init_stream() so that capsnego starts.
21165 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21167 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21168 (gst_avi_demux_stream_data):
21169 Just hardcode for raw audio then. AVI audio sucks.
21171 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
21173 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21174 * gst/matroska/matroska-mux.c: (audiosink_templ),
21175 (gst_matroska_mux_audio_pad_link):
21176 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21177 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21179 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21181 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21182 (gst_avi_demux_stream_data):
21183 Try to fix a/v sync issues.
21185 2004-09-15 David Schleef <ds@schleef.org>
21187 * configure.ac: remove NASM check, since we don't use it. Update
21189 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21190 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21191 Initialized variables.
21192 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21193 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21194 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21197 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21199 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21200 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21201 * gst/avi/gstavidemux.h:
21202 Fix for compressed audio (mp3) timestamp generation. How did this
21205 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21207 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21208 Volume is a double not a float.
21210 2004-09-15 Wim Taymans <wim@fluendo.com>
21212 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21213 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21214 Don't close the fd in multifdsink as we didn't open it in the
21215 first place. Some cleanups.
21217 2004-09-15 Wim Taymans <wim@fluendo.com>
21219 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21220 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21221 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21222 Fix the case where the muxer would mark pages as delta
21223 frames when they are not (vorbis only ogg).
21225 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21227 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21228 (gst_play_base_bin_change_state):
21229 Handle the case where we failed to setup a clear pipeline. This
21230 will throw an error (or EOS, another nice case) and if you don't
21231 catch that, the app will wait for the signal forever (and thus
21234 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21236 * ext/gnomevfs/gstgnomevfssink.c:
21237 (gst_gnomevfssink_uri_get_protocols):
21238 * ext/gnomevfs/gstgnomevfssrc.c:
21239 (gst_gnomevfssrc_uri_get_protocols):
21240 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21241 * ext/gnomevfs/gstgnomevfsuri.h:
21242 Use _uri_new() instead of _open(), so it doesn't take as long and
21243 Christophe's computer won't hang.
21244 * gst/playback/gstplaybasebin.c: (unknown_type):
21245 Throw error on unknown media type, so apps actually display it.
21247 2004-09-14 Brian Cameron <brian.cameron@sun.com
21249 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
21250 this script to work on Solaris since bash shell handles echo
21251 differenly than bash.
21253 2004-09-17 Wim Taymans <wim@fluendo.com>
21255 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21256 (setup_source), (gst_play_base_bin_set_property),
21257 (gst_play_base_bin_add_element):
21258 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21259 Some more work on making sure seeking pauses the pipeline and
21260 that changing the uri actually does something.
21262 2004-09-17 Wim Taymans <wim@fluendo.com>
21264 * gst/tcp/gstfdset.c: (gst_fdset_wait):
21265 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21266 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21267 (gst_tcpserversink_close):
21268 Be a bit more paranoid when freeing memory.
21270 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21272 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21273 (qtdemux_parse_trak):
21274 Don't crash by dividing by zero (see sample movie in #126922).
21276 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21278 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21279 Don't touch non-existing data (fixes crash on file in #140147).
21281 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21283 * gst/playback/gstplaybasebin.c:
21284 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21285 Handle double disposals, and proper change of URIs.
21287 2004-09-13 Martin Eikermann <meiker@upb.de>
21289 * gst/mpegstream/gstmpegparse.c:
21290 fix synchronistation for streams recorded from digital PCR
21293 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21295 * ext/gnomevfs/Makefile.am:
21296 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21297 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21298 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21299 (gst_gnomevfssink_uri_get_type),
21300 (gst_gnomevfssink_uri_get_protocols),
21301 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21302 (gst_gnomevfssink_uri_handler_init),
21303 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21304 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21305 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21306 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21307 (gst_gnomevfssrc_uri_get_type),
21308 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21309 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21310 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21311 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21312 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21313 * ext/gnomevfs/gstgnomevfsuri.h:
21314 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21315 of fake URIs to see which this version of Gnome-VFS likes, and
21316 uses that for the Gst-URI interface. Makes playbin support http://
21317 streams. Also fix up some stupid behaviour in gnomevfssrc.
21319 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21321 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21322 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21323 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21324 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21325 Update mixer (to sync with other sessions) if we try to obtain
21326 a new value. This makes alsamixer work accross applications.
21327 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21328 Only call sync functions if we're running, else alsalib asserts.
21329 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21330 Sometimes fails to compile. Possibly a gcc bug.
21331 * gst/playback/gstplaybin.c: (gen_video_element),
21332 (gen_audio_element):
21333 Add a reference to an application-provided object, because we lose
21334 this same reference if we add it to the bin. If we don't do this,
21335 we can only use this object once and thus crash if we go from
21336 ready to playing, back to ready and back to playing again.
21337 Also add an audioscale element because several cheap soundcards -
21338 like mine - don't support all samplerates.
21339 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21340 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21341 Fix wrong order or PAR calls. Makes automatically obtained PAR
21342 from the X server atually being used.
21344 2004-09-12 David Schleef <ds@schleef.org>
21346 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21347 #151887, #152102, #152247.
21348 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21349 * examples/seeking/cdparanoia.c: same
21350 * examples/seeking/cdplayer.c: same
21351 * examples/seeking/seek.c: same
21352 * examples/seeking/spider_seek.c: same
21353 * examples/seeking/vorbisfile.c: same
21354 * examples/stats/mp2ogg.c: same
21355 * ext/esd/esdsink.c: (gst_esdsink_class_init),
21356 (gst_esdsink_dispose): Dispose of element properly.
21357 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21359 * ext/nas/nassink.c: (gst_nassink_class_init),
21360 (gst_nassink_dispose): Dispose of element correctly.
21361 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21362 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21363 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21364 Fix 64-bit warning.
21365 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21366 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21367 Fix 64-bit warning.
21369 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21371 * configure.ac : change speex detection as 1.1.6 now uses
21372 .pc/pkg-config and they changed their headers location.
21374 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
21376 * gst/matroska/matroska-mux.h:
21377 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21378 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21379 (gst_matroska_mux_write_data):
21380 Write multiple blocks/frames per cluster.
21381 Write meta-seek information (seek heads).
21383 2004-09-09 Scott Wheeler <wheeler@kde.org>
21385 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21386 (gst_play_bin_set_property), (gst_play_bin_get_property),
21387 (gen_audio_element), (gen_audio_element):
21388 Add a volume element / property to the pipeline.
21390 2004-09-07 Wim Taymans <wim@fluendo.com>
21392 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21393 Copy timestamps from the master pad to the output buffers.
21395 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21397 * ext/raw1394/gstdv1394src.c:
21398 throw errors when applicable
21400 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
21402 * gst/matroska/ebml-ids.h:
21403 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21404 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21405 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21406 automatically convert unix time <-> ebml time when reading/writing
21407 a date, use gst_ebml_write_uint to write CUETIME,
21408 not gst_ebml_write_date.
21409 * gst/matroska/matroska-ids.h:
21410 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21411 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21412 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21413 (gst_matroska_mux_write_data):
21414 Write track and segment UIDs, write muxing date, write
21415 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21416 Create cues for audio only files.
21418 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21420 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21421 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21422 Re-commit ALSA switches.
21423 * gst/adder/gstadder.c: (gst_adder_loop):
21424 64-bit fix (#151416).
21425 * gst/debug/progressreport.c: (gst_progressreport_report):
21426 64-bit fix (#151419).
21427 * gst/matroska/matroska-demux.c:
21428 (gst_matroska_demux_parse_contents):
21429 64-bit fix (#151420).
21430 * gst/playback/test3.c: (update_scale):
21431 64-bit fix (#151421).
21433 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21438 === release 0.8.4 ===
21440 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21442 * configure.ac: releasing 0.8.4, "Alias"
21444 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21446 * ext/theora/Makefile.am:
21447 fix makefile. Fixes #151462.
21449 2004-08-30 Wim Taymans <wim@fluendo.com>
21451 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21452 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21453 (gst_multifdsink_remove_client_link),
21454 (gst_multifdsink_client_queue_buffer),
21455 (gst_multifdsink_handle_client_write):
21456 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21457 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21458 Fix some memory leaks.
21460 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21462 Patch by: David Schleef
21466 rename our detection macro for V4L2. Fixes #151236.
21468 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21470 Patch by: David Schleef
21473 check to define LAMEPRESET. Fixes #151232.
21475 2004-08-27 David Schleef <ds@schleef.org>
21477 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21478 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21479 (gst_glimagesink_fixate): Move local variable declarations to
21480 make gcc-2.95 happy.
21482 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21485 bump nano for prerelease
21487 2004-08-27 David Schleef <ds@schleef.org>
21489 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21490 * sys/sunaudio/gstsunaudiosrc.c:
21491 * sys/sunaudio/gstsunaudiosrc.h:
21493 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21495 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21496 handle EOS correctly
21497 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21498 * gst/matroska/matroska-mux.h:
21499 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21500 VFW compatibility mode
21502 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21504 patch by: Zaheer Abbas Merali
21506 * ext/ogg/gstoggmux.c:
21507 * ext/vorbis/vorbisenc.c:
21508 * ext/vorbis/vorbisenc.h:
21511 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21513 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21514 fix byte order reversion on little endian machines.
21515 * gst/matroska/matroska-mux.c: (audiosink_templ),
21516 (gst_matroska_mux_audio_pad_link):
21517 add TTA codec to the list of supported codecs.
21518 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21519 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21520 (gst_matroska_mux_write_data):
21521 * gst/matroska/matroska-mux.h:
21522 write segment duration correctly, write muxing app string, fixes bugs
21523 #140897 and #140898.
21524 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21525 wait for all pads to be negotiated before starting to mux.
21527 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21529 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21530 * ext/lame/gstlame.h:
21531 Added new media support to lame
21533 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21535 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21536 send vorbis headers at the beginning of a stream, fixes bug #141554.
21537 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21539 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21540 (gst_matroska_demux_plugin_init):
21541 * gst/matroska/matroska-ids.h:
21542 enable demuxing of TTA audio streams, fixes bug #148951.
21543 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21544 enable typefinding for TTA audio files, fixes bug #148711.
21545 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21546 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21547 fixes playback of packed bitstream and xvid with bframes, bug #135407.
21549 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
21551 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21552 (gst_riff_read_element_data), (gst_riff_read_seek),
21553 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21554 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21557 2004-08-23 Iain <iaingnome@gmail.com>
21559 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21560 tags. They appear to be handled differently to normal.
21561 (tag_list_to_id3_tag_foreach): Ditto.
21563 2004-08-22 Wim Taymans <wim@fluendo.com>
21565 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21566 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21567 Make sure we never send -1 granulepos.
21569 2004-08-20 Wim Taymans <wim@fluendo.com>
21571 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21572 (gst_ogg_mux_loop):
21573 I will accept bitchslappings with non sharp objects.
21575 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21578 Clean up the test for lame presets
21580 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21583 * ext/lame/Makefile.am:
21584 * ext/lame/gstlame.c: (gst_lame_class_init),
21585 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21586 Only enable lame presets if version of lame has presets in API
21588 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
21589 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21590 * gst/udp/gstudpsrc.h:
21591 Don't call gst_pad_push in a get function. Fixes #150449
21593 2004-08-18 Wim Taymans <wim@fluendo.com>
21595 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21596 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21597 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21598 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21599 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21601 * gst/tcp/gstfdset.h:
21602 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21603 (gst_multifdsink_client_queue_buffer),
21604 (gst_multifdsink_handle_client_write):
21605 * gst/tcp/gstmultifdsink.h:
21606 Some extra checks in gstfdset.
21607 Only use send() when the fd is a socket. Don't try to
21608 read from write only fds.
21610 2004-08-18 Wim Taymans <wim@fluendo.com>
21612 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21613 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21614 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21615 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21617 Add more locking and bounds checking.
21619 2004-08-18 Wim Taymans <wim@fluendo.com>
21621 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21622 Realloc test fdset in the lock and right before starting
21623 the poll call. Bump the limit to 4096.
21625 2004-08-17 David Schleef <ds@schleef.org>
21627 * sys/sunaudio/Makefile.am:
21628 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21629 of rates and channels. Make debugging less obnoxious.
21631 Patch from Balamurali Viswanathan implementing a mixer for
21632 Sun audio. (bug #144091):
21633 * sys/sunaudio/gstsunelement.c:
21634 * sys/sunaudio/gstsunelement.h:
21635 * sys/sunaudio/gstsunmixer.c:
21636 * sys/sunaudio/gstsunmixer.h:
21638 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21640 * gst/audioscale/gstaudioscale.c:
21641 * gst/audioscale/gstaudioscale.h:
21642 made audioscale resample from any sample rate to any sample rate
21644 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21646 * ext/libpng/gstpngdec.c:
21647 error out on unsupported types
21649 2004-08-17 Iain <iaingnome@gmail.com>
21651 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21652 mid_side and loose_mid_side properties if its a stereo stream.
21654 2004-08-17 Wim Taymans <wim@fluendo.com>
21656 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21657 (theora_get_formats), (theora_dec_src_convert),
21658 (theora_dec_sink_convert), (theora_dec_src_query),
21659 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21662 2004-08-17 Wim Taymans <wim@fluendo.com>
21664 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21665 (gst_ogg_pad_push):
21666 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21667 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21668 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21669 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21670 Mark delta units in the muxer.
21671 Try to decode the packet after an out-of-sync error from
21674 2004-08-17 Wim Taymans <wim@fluendo.com>
21676 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21677 (gst_multifdsink_init), (gst_multifdsink_add),
21678 (gst_multifdsink_client_queue_buffer),
21679 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21680 * gst/tcp/gstmultifdsink.h:
21681 Added option to send a keyframe to clients as the first buffer.
21682 Make timeout property writable.
21684 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21686 patch by: Wim Taymans
21688 * gst/tcp/gstfdset.c:
21689 * gst/tcp/gstmultifdsink.c:
21690 fix index comparison, should include 0
21692 2004-08-16 Wim Taymans <wim@fluendo.com>
21694 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21695 (gst_fdset_add_fd), (gst_fdset_remove_fd),
21696 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21697 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21699 copy when reallocing for poll so the select arguments don't get
21700 changed during the call
21702 2004-08-16 Wim Taymans <wim@fluendo.com>
21704 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21705 (gst_theora_enc_class_init), (theora_enc_sink_link),
21706 (theora_buffer_from_packet), (theora_enc_chain):
21707 Fix bug where buffers were not marked as keyframes
21710 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21712 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21713 (gst_lame_preset_get_type), (gst_lame_class_init):
21714 describe the enum values for vbr mode and presets more verbosely
21716 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21718 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21719 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21720 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21721 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21722 * ext/lame/gstlame.h:
21723 add preset property to lame so it can use lame presets
21725 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21727 * ext/lame/gstlame.c: (gst_lame_get_property):
21728 whoops forgot break, thanks teuf
21730 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21732 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21733 (gst_lame_class_init), (gst_lame_src_getcaps),
21734 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21735 (gst_lame_get_property), (gst_lame_setup):
21736 * ext/lame/gstlame.h:
21737 fix lame's broken vbr stuff, allow it to resample if need be, and also
21738 make xing header optional
21740 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21742 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21743 added getcaps function so samplerate doesnt get fixated to silly values
21745 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21747 * ext/lame/gstlame.c: (gst_lame_src_link):
21748 revert previous fix
21750 2004-08-12 Johan Dahlin <johan@gnome.org>
21752 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21753 checks. Doesn't matter what state we are in. Interfaces are a
21754 compile time thing, not runtime. It also broke the python bindings.
21756 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21758 * ext/lame/gstlame.c: (gst_lame_src_link):
21759 made source pad link function check if sinkpad is ok..fixes the problem
21760 where core fixates the output rate of lame stupidly
21762 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
21764 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21765 * sys/v4l/v4l_calls.c:
21766 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21767 fix fixate function to handle nonsimple caps.
21768 remove bogus check in _link
21771 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21773 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21774 set default compression ratio parameter to 0.0 so bitrate parameter
21777 2004-08-11 David Schleef <ds@schleef.org>
21779 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21781 2004-08-11 David Schleef <ds@schleef.org>
21783 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21786 2004-08-11 David Schleef <ds@schleef.org>
21788 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21790 2004-08-11 David Schleef <ds@schleef.org>
21792 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21794 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21795 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21797 * gst/auparse/gstauparse.c: Fix plugin license field.
21798 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21799 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21800 * gst/rtp/gstrtp.c: Fix plugin license field.
21802 2004-08-11 Wim Taymans <wim@fluendo.com>
21804 * gst/tcp/Makefile.am:
21805 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21806 (ensure_size), (gst_fdset_new), (gst_fdset_free),
21807 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21808 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21809 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21810 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21811 (gst_fdset_fd_can_write), (gst_fdset_wait):
21812 * gst/tcp/gstfdset.h:
21813 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21814 (gst_multifdsink_class_init), (gst_multifdsink_init),
21815 (gst_multifdsink_add), (gst_multifdsink_remove),
21816 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21817 (gst_multifdsink_remove_client_link),
21818 (gst_multifdsink_handle_client_read),
21819 (gst_multifdsink_client_queue_data),
21820 (gst_multifdsink_client_queue_caps),
21821 (gst_multifdsink_client_queue_buffer),
21822 (gst_multifdsink_handle_client_write),
21823 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21824 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21825 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21826 (gst_multifdsink_close):
21827 * gst/tcp/gstmultifdsink.h:
21828 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21829 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21830 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21831 (gst_tcpserversink_close):
21832 * gst/tcp/gsttcpserversink.h:
21833 Abstracted away the select call, implemented poll (yes we ran into
21834 the 1024 limit in production).
21836 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
21838 * gst/tcp/gsttcp.c:
21839 * gst/tcp/gsttcpplugin.c:
21840 improve debuggging, remove assert
21842 2004-08-10 Wim Taymans <wim@fluendo.com>
21844 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21845 (gst_client_status_get_type), (gst_multifdsink_class_init),
21846 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21847 (gst_multifdsink_handle_client_read),
21848 (gst_multifdsink_handle_client_write),
21849 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21850 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21851 (gst_multifdsink_get_property):
21852 * gst/tcp/gstmultifdsink.h:
21853 * gst/tcp/gsttcp-marshal.list:
21854 Starting to prepare for specifying buffer time in other units
21855 than buffers. Expose remove reason in signal.
21857 2004-08-10 Wim Taymans <wim@fluendo.com>
21859 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21860 (gst_multifdsink_remove), (gst_multifdsink_clear),
21861 (gst_multifdsink_remove_client_link),
21862 (gst_multifdsink_handle_client_read),
21863 (gst_multifdsink_client_queue_data),
21864 (gst_multifdsink_client_queue_buffer),
21865 (gst_multifdsink_handle_client_write),
21866 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21867 (gst_multifdsink_chain), (gst_multifdsink_close):
21868 * gst/tcp/gstmultifdsink.h:
21869 Added more debugging info. Changed the way clients are
21870 removed from the lists. Fixed a bug where a bad file descriptor
21871 could cause many clients to be removed.
21873 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
21875 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21876 allow all pixel-aspect-ratios, not just 1:1
21878 2004-08-09 David Schleef <ds@schleef.org>
21880 * sys/glsink/ARB_multitexture.h: Remove old files.
21881 * sys/glsink/EXT_paletted_texture.h:
21882 * sys/glsink/NV_register_combiners.h:
21883 * sys/glsink/gstgl_nvimage.c:
21884 * sys/glsink/gstgl_pdrimage.c:
21885 * sys/glsink/gstgl_rgbimage.c:
21886 * sys/glsink/gstglsink.c:
21887 * sys/glsink/gstglsink.h:
21888 * sys/glsink/gstglxwindow.c:
21889 * sys/glsink/regcomb_yuvrgb.c:
21891 2004-08-09 David Schleef <ds@schleef.org>
21893 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21894 GL sink plugin. (Bug #147302)
21896 * configure.ac: Test for OpenGL
21897 * sys/Makefile.am: Use test for OpenGL
21898 * sys/glsink/Makefile.am:
21899 * sys/glsink/glimagesink.c: rewrite
21900 * sys/glsink/glimagesink.h: rewrite
21902 2004-08-09 David Schleef <ds@schleef.org>
21904 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
21906 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21907 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21908 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21910 2004-08-09 Wim Taymans <wim@fluendo.com>
21912 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21913 (gst_multifdsink_add), (gst_multifdsink_get_stats),
21914 (gst_multifdsink_client_remove),
21915 (gst_multifdsink_handle_client_read),
21916 (gst_multifdsink_handle_client_write),
21917 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21918 Do a bit more logging, make the client_read code more robust.
21920 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21922 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21923 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21924 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21925 (gst_jpegdec_init), (gst_jpegdec_chain):
21926 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21927 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21928 cleanups, debugging fixes and memleak plugging
21930 2004-08-09 Wim Taymans <wim@fluendo.com>
21932 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21933 (theora_get_formats), (theora_dec_src_convert),
21934 (theora_dec_sink_convert), (theora_dec_src_query),
21935 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21936 (theora_dec_change_state):
21937 Don't crash on missing header packets.
21939 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21943 Added Albanian translation (Laurent Dhima)
21947 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21949 * ext/lame/gstlame.c:
21952 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21954 * sys/ximage/ximagesink.c:
21955 * sys/xvimage/xvimagesink.c:
21956 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
21958 2004-08-06 Wim Taymans <wim@fluendo.com>
21960 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21961 (gst_multifdsink_add), (gst_multifdsink_get_stats),
21962 (gst_multifdsink_client_remove),
21963 (gst_multifdsink_handle_client_read),
21964 (gst_multifdsink_handle_client_write),
21965 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21966 Make sure we don't try to read more from a client that what
21967 ioctl says us or we deadlock.
21969 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
21971 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21972 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21973 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21974 decouple running_time and n_frames so it can handle changing
21975 framerate while running
21977 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
21981 updated translations
21983 2004-08-04 Benjamin Otte <otte@gnome.org>
21985 * gst/videotestsrc/gstvideotestsrc.c:
21986 (gst_videotestsrc_get_capslist), (generate_capslist),
21988 generate the list of supported caps at startup and reuse it instead
21989 of always generating it
21991 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
21993 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21994 whoops, last checkin broke normal build
21996 2004-08-03 Benjamin Otte <otte@gnome.org>
21998 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21999 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22000 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22001 (gst_alsa_mixer_get_option):
22002 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22003 (dvdnavsrc_print_event):
22004 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22005 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22006 (gst_ogg_mux_pad_unlink):
22007 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22008 (gst_multipart_mux_pad_unlink):
22009 * gst/videofilter/gstvideobalance.c:
22010 (gst_videobalance_colorbalance_set_value):
22011 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22012 (gst_videomixer_pad_unlink):
22014 * sys/oss/gstossmixer.c:
22015 * sys/v4l/gstv4lcolorbalance.c:
22016 * sys/v4l/gstv4ltuner.c:
22017 * sys/v4l/v4lsrc_calls.c:
22018 * sys/v4l2/gstv4l2colorbalance.c:
22019 * sys/v4l2/gstv4l2tuner.c:
22020 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22022 2004-08-03 Benjamin Otte <otte@gnome.org>
22024 * examples/dynparams/filter.c: (ui_control_create):
22025 * examples/gstplay/player.c: (print_tag):
22026 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22027 * ext/gdk_pixbuf/gstgdkanimation.c:
22028 (gst_gdk_animation_iter_may_advance):
22029 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22030 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22031 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22032 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22033 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22034 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22035 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22036 * gst/sine/demo-dparams.c: (main):
22037 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22038 * testsuite/alsa/formats.c: (create_pipeline):
22039 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22040 fixes for G_DISABLE_ASSERT and friends
22041 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22042 (mp3_type_frame_length_from_header), (mp3_type_find),
22044 require mp3 typefinding to have at least MIN_HEADERS valid headers
22045 add typefinding for AAC adts files
22047 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
22049 * sys/ximage/ximagesink.c:
22050 (gst_ximagesink_calculate_pixel_aspect_ratio):
22051 * sys/xvimage/xvimagesink.c:
22052 (gst_xvimagesink_calculate_pixel_aspect_ratio):
22053 Make sure we calculate pixel-aspect-ratio using floating point maths
22055 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22058 updated translation
22060 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22062 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22063 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22064 add debugging for display PAR calculation
22066 2004-08-02 David Schleef <ds@schleef.org>
22068 * configure.ac: Fix mikmod CFLAGS.
22070 2004-07-27 Benjamin Otte <otte@gnome.org>
22072 * gst/audioscale/gstaudioscale.c:
22073 - fix templates to only support S16, it's the only format that works
22074 - make caps nego code use try_set_caps_nonfixed and fixation instead
22075 of try_set_caps twice, which is not nice for autopluggers
22076 - change rank to secondary, so autopluggers can pick it up after
22079 2004-08-02 Iain <iain@prettypeople.org>
22081 * gst/interleave/interleave.c (interleave_init),
22082 (interleave_request_new_pad),
22083 (interleave_pad_removed),
22084 (interleave_buffered_loop): Use the real pad count, not the artificial
22087 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22089 * configure.ac: bump nano back to development
22091 === release 0.8.3 ===
22093 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22095 * configure.ac: releasing 0.8.3, "Water"
22097 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22099 * sys/xvimage/xvimagesink.c:
22100 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22101 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22102 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22103 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22104 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22105 * sys/xvimage/xvimagesink.h:
22106 apply similar PAR fixes as to ximagesink
22108 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22110 patch from: Benjamin Otte
22112 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22113 add link function to lame. Fixes #148986.
22115 2004-08-02 Johan Dahlin <johan@gnome.org>
22117 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22120 2004-07-30 David Schleef <ds@schleef.org>
22122 * gst/videomixer/Makefile.am: Fix things that should have been
22123 fixed in the last checkin.
22125 2004-07-30 David Schleef <ds@schleef.org>
22127 * gst/multipart/Makefile.am: Fix things that should have been
22128 fixed in the last checkin.
22130 2004-07-30 David Schleef <ds@schleef.org>
22132 * testsuite/multifilesink/Makefile.am: Fix unused variable.
22134 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22137 bump nano for prerelease
22149 2004-07-30 Wim Taymans <wim@fluendo.com>
22151 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22152 (gst_multifdsink_add), (gst_multifdsink_remove),
22153 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22154 (gst_multifdsink_client_remove),
22155 (gst_multifdsink_handle_client_write),
22156 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22157 * gst/tcp/gstmultifdsink.h:
22158 Recover from a select with a bad file descriptor by removing
22161 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22164 fix requirement of core
22165 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22166 (gst_play_pipeline_setup):
22167 don't use colorspace element. do use hermescolorspace element.
22168 make macro to get a colorspace element.
22169 mark strings for translation.
22181 update translations
22183 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22185 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22186 fix default for newmedia flag
22188 2004-07-30 Wim Taymans <wim@fluendo.com>
22190 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22191 (gst_theora_dec_init), (theora_get_formats),
22192 (theora_dec_src_convert), (theora_dec_sink_convert),
22193 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22194 (theora_dec_chain), (theora_dec_set_property),
22195 (theora_dec_get_property):
22196 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22197 (gst_theora_enc_class_init), (gst_theora_enc_init),
22198 (theora_enc_sink_link), (theora_enc_chain),
22199 (theora_enc_set_property), (theora_enc_get_property):
22200 Added cropping option to theora decoder.
22201 Added border option to theora encoder.
22203 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22205 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22206 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22207 (gst_pngenc_set_property):
22208 * ext/libpng/gstpngenc.h:
22209 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
22211 2004-07-30 Wim Taymans <wim@fluendo.com>
22213 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22214 (theora_enc_sink_link), (theora_enc_chain),
22215 (theora_enc_set_property), (theora_enc_get_property):
22216 Fix encoding of non-multiple-of-16 video.
22218 2004-07-29 David Schleef <ds@schleef.org>
22220 * configure.ac: make test for audiofile more strict
22222 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
22224 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22225 give different names to typefind functions
22227 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22229 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22230 (gst_ximagesink_calculate_pixel_aspect_ratio),
22231 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22232 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22233 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22234 (gst_ximagesink_get_property), (gst_ximagesink_init):
22235 * sys/ximage/ximagesink.h:
22236 allocate PAR's dynamically.
22237 use autodetected PAR if no object-set PAR is given.
22238 add workaround for directfb's X not setting physical size.
22239 fix to xvimagesink will follow tomorrow.
22241 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22243 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22244 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22245 (gst_shout2send_get_type), (gst_shout2send_set_clock),
22246 (gst_shout2send_class_init), (gst_shout2send_init),
22247 (set_shout_metadata), (gst_shout2send_set_metadata),
22248 (gst_shout2send_chain), (gst_shout2send_set_property),
22249 (gst_shout2send_get_property), (gst_shout2send_connect),
22250 (gst_shout2send_change_state):
22251 * ext/shout2/gstshout2.h:
22252 - fix for sending mp3 audio to icecast2 server, if pad link function not
22253 called before PAUSED state
22254 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22255 - added tagging support for mp3 audio broadcasted
22256 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22259 2004-07-28 Wim Taymans <wim@fluendo.com>
22261 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22262 (gst_ogg_demux_push):
22263 Return query failure when we don't know the length of
22264 an ogg stream insteda of returning TRUE with a bogus value.
22266 2004-07-28 Wim Taymans <wim@fluendo.com>
22268 * ext/theora/theoradec.c: (theora_get_formats),
22269 (theora_dec_src_convert), (theora_dec_sink_convert),
22270 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22271 (theora_dec_chain):
22272 Don't screw up the 1 Chroma for 1 luma sample situation when we
22273 have an odd offset/width by adding a black border in those cases.
22275 2004-07-28 Wim Taymans <wim@fluendo.com>
22277 * ext/theora/theoradec.c: (theora_get_formats),
22278 (theora_dec_src_convert), (theora_dec_sink_convert),
22279 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22280 (theora_dec_chain):
22281 * ext/theora/theoraenc.c: (theora_enc_sink_link):
22282 Added first attempt at cropping of the image as required by the
22283 theora spec. We need more properties in the caps (offset_x,
22284 offset_y,stride) to implement this correctly.
22286 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
22288 * ext/dvdnav/README:
22289 Update the README to use dvddemux
22290 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22291 Ensure getcaps returns a subset of the template caps
22292 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22293 (gst_mpeg2subt_init):
22294 Ensure getcaps returns a subset of the template caps
22295 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22296 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22297 (gst_dvd_demux_get_subpicture_stream),
22298 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22299 * gst/mpegstream/gstdvddemux.h:
22300 Set the explicit caps on the current_video pad before pushing
22302 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22303 (gst_mpeg_demux_get_audio_stream):
22304 Free caps used to gst_pad_set_explicit_caps, which takes a const
22307 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22309 * configure.ac: update GStreamer requirement to 0.8.4 because of
22312 2004-07-28 Wim Taymans <wim@fluendo.com>
22314 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22315 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22316 Add the pad to the element after setting up the caps. This
22317 makes it a lot easier to autoplug.
22319 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22321 * gst/median/gstmedian.c:
22322 * gst/mpeg2subt/gstmpeg2subt.c:
22323 * gst/mpegaudioparse/gstmpegaudioparse.c:
22324 * gst/mpegstream/gstdvddemux.c:
22325 * gst/mpegstream/gstmpegdemux.c:
22326 * gst/mpegstream/gstmpegpacketize.c:
22327 * gst/rtjpeg/gstrtjpeg.c:
22328 * gst/rtjpeg/gstrtjpegdec.c:
22329 * gst/rtjpeg/gstrtjpegenc.c:
22330 * gst/sine/gstsinesrc.c:
22331 * gst/smooth/gstsmooth.c:
22332 * gst/smpte/gstsmpte.c:
22333 * gst/smpte/gstsmpte.h:
22334 * gst/stereo/gststereo.c:
22335 * gst/videofilter/gstgamma.c:
22336 * gst/videofilter/gstvideobalance.c:
22337 * gst/videofilter/gstvideofilter.c:
22338 * gst/videofilter/gstvideoflip.c:
22339 * gst/videoscale/gstvideoscale.c:
22340 * gst/videoscale/videoscale.c:
22341 * gst/videotestsrc/gstvideotestsrc.c:
22342 * gst/videotestsrc/videotestsrc.c:
22343 * gst/wavenc/gstwavenc.c:
22344 * gst/wavparse/gstwavparse.c:
22345 fix local includes and 64 bits constants
22347 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22350 * gst-libs/gst/*/*.vcproj:
22352 more working plugins
22354 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22356 * testsuite/alsa/Makefile.am:
22357 * testsuite/alsa/srcstate.c:
22358 add test for alsasrc changing state
22360 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22362 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22364 * gst/silence/gstsilence.h:
22365 fix silence generation for 16bit raw audio
22367 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22369 * gst/matroska/matroska-demux.c:
22370 (gst_matroska_demux_parse_metadata),
22371 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22372 * gst/mpegaudio/common.c:
22373 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22374 (gst_videoscale_getcaps), (gst_videoscale_link),
22375 (gst_videoscale_src_fixate), (gst_videoscale_init),
22376 (gst_videoscale_finalize):
22377 * gst/videoscale/gstvideoscale.h:
22378 * gst/videotestsrc/gstvideotestsrc.c:
22379 (gst_videotestsrc_get_capslist):
22380 * gst/wavenc/gstwavenc.c:
22381 * sys/oss/gstossmixer.c: (fill_labels):
22382 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22383 (gst_ximagesink_handle_xevents),
22384 (gst_ximagesink_calculate_pixel_aspect_ratio),
22385 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22386 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22387 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22388 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22389 (gst_ximagesink_init), (gst_ximagesink_class_init):
22390 * sys/ximage/ximagesink.h:
22391 * sys/xvimage/xvimagesink.c:
22392 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22393 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22394 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22395 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22396 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22397 * sys/xvimage/xvimagesink.h:
22398 first batch of pixel aspect ratio commits.
22400 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22402 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22403 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22404 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22405 handle stride, needs work if we want to move stride handling
22406 upstream, but works correctly for our purposes.
22408 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22410 * gst/videoscale/README:
22411 add testing examples
22412 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22413 (gst_videoscale_chain):
22414 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22415 (gst_videoscale_get_size):
22416 add get_size function that handles stride like videotestsrc.
22417 fixes conversion for YUV formats for as much as I can test them.
22419 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22421 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22422 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22423 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22424 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22425 (gst_xvimagesink_xvimage_put):
22426 further cleanups, logging, error handling and synchronizing
22428 2004-07-27 Wim Taymans <wim@fluendo.com>
22430 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22431 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22432 (gst_videomixer_pad_set_property),
22433 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22434 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22435 (gst_videomixer_class_init), (gst_videomixer_init),
22436 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22437 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22438 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22439 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22440 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22441 (gst_videomixer_loop), (plugin_init):
22442 Be a nicer negotiation citizen and provide a getcaps function on
22443 the srcpad. This also fixes a crash when resizing.
22445 2004-07-27 Julien MOUTTE <julien@moutte.net>
22447 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22448 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22450 2004-07-27 Wim Taymans <wim@fluendo.com>
22452 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22453 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22454 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22455 (gst_pngenc_set_property):
22456 * ext/libpng/gstpngenc.h:
22457 Added snapshot property to pngenc.
22458 removed g_print from pngdec
22460 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22462 * gst/ac3parse/ac3parse.vcproj
22463 * gst/adder/adder.vcproj
22464 * gst/alpha/alpha.vcproj
22465 * gst/alpha/alphacolor.vcproj
22466 * gst/asfdemux/asf.vcproj
22467 * gst/audioconvert/audioconvert.vcproj
22468 * gst/audiorate/audiorate.vcproj
22469 * gst/audioscale/audioscale.vcproj
22470 * gst/auparse/auparse.vcproj
22471 * gst/avi/avi.vcproj
22472 * gst/cdxaparse/cdxaparse.vcproj
22473 * gst/chart/chart.vcproj
22474 * gst/colorspace/colorspace.vcproj
22475 * gst/cutter/cutter.vcproj
22476 * gst/debug/debug.vcproj
22477 * gst/debug/efence.vcproj
22478 * gst/debug/navigationtest.vcproj
22479 * gst/deinterlace/deinterlace.vcproj
22480 * gst/effectv/effectv.vcproj
22481 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22482 * gst/filter/filter.vcproj
22483 * gst/flx/flxdec.vcproj
22484 * gst/goom/goom.vcproj
22485 * gst/interleave/interleave.vcproj
22486 * gst/law/alaw.vcproj
22487 * gst/law/mulaw.vcproj
22488 * gst/matroska/matroska.vcproj
22489 * gst/median/median.vcproj
22490 * gst/mixmatrix/mixmatrix.vcproj
22491 * gst/mpeg1sys/mpeg1systemencode.vcproj
22492 * gst/mpeg1videoparse/mp1videoparse.vcproj
22493 * gst/mpeg2sub/mpeg2subt.vcproj
22494 * gst/mpegaudio/mpegaudio.vcproj
22495 * gst/mpegaudioparse/mpegaudioparse.vcproj
22496 * gst/mpegstream/mpegstream.vcproj
22497 * gst/multifilesink/multifilesink.vcproj
22498 * gst/multipart/multipart.vcproj
22499 * gst/oneton/oneton.vcproj
22500 * gst/overlay/overlay.vcproj
22501 * gst/passthrough/passthrough.vcproj
22502 * gst/qtdemux/qtdemux.vcproj
22503 * gst/realmedia/rmdemux.vcproj
22504 * gst/rtjpeg/rtjpeg.vcproj
22505 * gst/rtp/rtp.vcproj
22506 * gst/silence/silence.vcproj
22507 * gst/sine/sinesrc.vcproj
22508 * gst/smooth/smooth.vcproj
22509 * gst/smpte/smpte.vcproj
22510 * gst/spectrum/spectrum.vcproj
22511 * gst/speed/speed.vcproj
22512 * gst/stereo/stereo.vcproj
22513 * gst/switch/switch.vcproj
22514 * gst/tags/tagedit.vcproj
22515 * gst/tcp/tcp.vcproj
22516 * gst/typefind/typefindfunctions.vcproj
22517 * gst/udp/udp.vcproj
22518 * gst/videobox/videobox.vcproj
22519 * gst/videocrop/videocrop.vcproj
22520 * gst/videodrop/videodrop.vcproj
22521 * gst/videofilter/gamma.vcproj
22522 * gst/videofilter/videobalance.vcproj
22523 * gst/videofilter/videofilter.vcproj
22524 * gst/videofilter/videoflip.vcproj
22525 * gst/videoflip/videoflip.vcproj
22526 * gst/videomixer/videomixer.vcproj
22527 * gst/videorate/videorate.vcproj
22528 * gst/videoscale/videoscale.vcproj
22529 * gst/videotestsrc/videotestsrc.vcproj
22530 * gst/virtualdub/virtualdub.vcproj
22531 * gst/volenv/volenv.vcproj
22532 * gst/volume/volume.vcproj
22533 * gst/wavenc/wavenc.vcproj
22534 * gst/wavparse/wavparse.vcproj
22535 * gst/y4m/y4menc.vcproj
22536 * gst-libs/gst/audio/audio.vcproj
22537 * gst-libs/gst/audio/audiofilter.vcproj
22538 * gst-libs/gst/colorbalance/colorbalance.vcproj
22539 * gst-libs/gst/idct/idtc.vcproj
22540 * gst-libs/gst/media-info/media-info.vcproj
22541 * gst-libs/gst/mixer/mixer.vcproj
22542 * gst-libs/gst/navigation/navigation.vcproj
22543 * gst-libs/gst/play/play.vcproj
22544 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22545 * gst-libs/gst/resample/resample.vcproj
22546 * gst-libs/gst/riff/riff.vcproj
22547 * gst-libs/gst/tuner/tuner.vcproj
22548 * gst-libs/gst/video/video.vcproj
22549 * gst-libs/gst/xoverlay/xoverlay.vcproj
22550 avoid problems with math.h, fix release dependancy
22551 rename GStreamer-0.8.lib to libgstreamer.lib
22553 2004-07-27 Julien MOUTTE <julien@moutte.net>
22555 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22556 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22557 the atom is not available we have to unlock the mutex. Fixes #148023
22559 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22561 * gst-libs/gst/media-info/media-info.h:
22562 issue for a vararg macro with MSVC
22564 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22566 * gst/effectv/effectv.vcproj
22567 * gst-libs/gst/idct/idct.vcproj:
22568 * gst-libs/gst/media-info/media-info.vcproj:
22569 * gst-libs/gst/navigation/navigation.vcproj:
22570 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22571 * gst-libs/gst/video/video.vcproj:
22572 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22573 fixes for build problems
22575 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22577 * gst-libs/gst/audio/audio.def:
22578 * gst-libs/gst/audio/riff.def:
22579 add some definitions needed by plugins
22581 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22583 * gst/asfdemux/gstasfmux.c
22584 Fix some 64 bits constants to be glib friendly
22586 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22588 * gst/ac3parse/gstac3parse.c
22589 * gst/audioscale/gstaudioscale.c
22590 * gst/auparse/gstauparse.c
22591 * gst/colorspace/gstcolorspace.c
22592 * gst/colorspace/yuv2rgb.h
22593 local include fixes
22595 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22598 add more plugins to the build
22600 2004-07-26 Julien MOUTTE <julien@moutte.net>
22602 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22603 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22605 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22607 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22608 (gst_level_set_property), (gst_level_get_property),
22609 (gst_level_base_init), (gst_level_class_init):
22610 add debugging categories. cleanups.
22612 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22614 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22615 (gst_videoscale_planar411), (gst_videoscale_planar400),
22616 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22617 (gst_videoscale_scale_nearest_str1),
22618 (gst_videoscale_scale_nearest_str2),
22619 (gst_videoscale_scale_nearest_str4),
22620 (gst_videoscale_scale_nearest_16bit),
22621 (gst_videoscale_scale_nearest_24bit):
22622 fixed stride issues
22623 tested with 320x240 -> 321, 322, 324 x240
22624 tested with YV12, I420, YUY2, UYVY
22625 fixed packed422rev (don't think it could have worked before)
22626 by testing with UYVY
22628 2004-07-26 Benjamin Otte <otte@gnome.org>
22630 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22631 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22633 add debugging category, add error checks like checking return values
22634 of setup calls, make sure it still works after
22635 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22637 2004-07-26 Wim Taymans <wim@fluendo.com>
22639 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22640 (gst_mpeg_demux_get_audio_stream),
22641 (gst_mpeg_demux_process_private):
22642 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22643 Check for error codes from the negotiation functions. Make sure
22644 we really set the pad caps when a new pad is created.
22646 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22648 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22649 (gst_ffmpeg_caps_to_pix_fmt):
22650 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22651 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22652 (gst_ffmpegcolorspace_pad_link):
22653 don't make function do two things at the same time without reason.
22655 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22657 * gst/ac3parse/ac3parse.vcproj
22658 * gst/adder/adder.vcproj
22659 * gst/alpha/alpha.vcproj
22660 * gst/alpha/alphacolor.vcproj
22661 * gst/asfdemux/asf.vcproj
22662 * gst/audioconvert/audioconvert.vcproj
22663 * gst/audiorate/audiorate.vcproj
22664 * gst/audioscale/audioscale.vcproj
22665 * gst/auparse/auparse.vcproj
22666 * gst/avi/avi.vcproj
22667 * gst/cdxaparse/cdxaparse.vcproj
22668 * gst/chart/chart.vcproj
22669 * gst/colorspace/colorspace.vcproj
22670 * gst/cutter/cutter.vcproj
22671 * gst/debug/debug.vcproj
22672 * gst/debug/efence.vcproj
22673 * gst/debug/navigationtest.vcproj
22674 * gst/deinterlace/deinterlace.vcproj
22675 * gst/effectv/effectv.vcproj
22676 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22677 * gst/filter/filter.vcproj
22678 * gst/flx/flxdec.vcproj
22679 * gst/goom/goom.vcproj
22680 * gst/interleave/interleave.vcproj
22681 * gst/law/alaw.vcproj
22682 * gst/law/mulaw.vcproj
22683 * gst/matroska/matroska.vcproj
22684 * gst/median/median.vcproj
22685 * gst/mixmatrix/mixmatrix.vcproj
22686 * gst/mpeg1sys/mpeg1systemencode.vcproj
22687 * gst/mpeg1videoparse/mp1videoparse.vcproj
22688 * gst/mpeg2sub/mpeg2subt.vcproj
22689 * gst/mpegaudio/mpegaudio.vcproj
22690 * gst/mpegaudioparse/mpegaudioparse.vcproj
22691 * gst/mpegstream/mpegstream.vcproj
22692 * gst/multifilesink/multifilesink.vcproj
22693 * gst/multipart/multipart.vcproj
22694 * gst/oneton/oneton.vcproj
22695 * gst/overlay/overlay.vcproj
22696 * gst/passthrough/passthrough.vcproj
22697 * gst/qtdemux/qtdemux.vcproj
22698 * gst/realmedia/rmdemux.vcproj
22699 * gst/rtjpeg/rtjpeg.vcproj
22700 * gst/rtp/rtp.vcproj
22701 * gst/silence/silence.vcproj
22702 * gst/sine/sinesrc.vcproj
22703 * gst/smooth/smooth.vcproj
22704 * gst/smpte/smpte.vcproj
22705 * gst/spectrum/spectrum.vcproj
22706 * gst/speed/speed.vcproj
22707 * gst/stereo/stereo.vcproj
22708 * gst/switch/switch.vcproj
22709 * gst/tags/tagedit.vcproj
22710 * gst/tcp/tcp.vcproj
22711 * gst/typefind/typefindfunctions.vcproj
22712 * gst/udp/udp.vcproj
22713 * gst/videobox/videobox.vcproj
22714 * gst/videocrop/videocrop.vcproj
22715 * gst/videodrop/videodrop.vcproj
22716 * gst/videofilter/gamma.vcproj
22717 * gst/videofilter/videobalance.vcproj
22718 * gst/videofilter/videofilter.vcproj
22719 * gst/videofilter/videoflip.vcproj
22720 * gst/videoflip/videoflip.vcproj
22721 * gst/videomixer/videomixer.vcproj
22722 * gst/videorate/videorate.vcproj
22723 * gst/videoscale/videoscale.vcproj
22724 * gst/videotestsrc/videotestsrc.vcproj
22725 * gst/virtualdub/virtualdub.vcproj
22726 * gst/volenv/volenv.vcproj
22727 * gst/volume/volume.vcproj
22728 * gst/wavenc/wavenc.vcproj
22729 * gst/wavparse/wavparse.vcproj
22730 * gst/y4m/y4menc.vcproj
22731 more plugins supported under windows
22733 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22735 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22736 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22737 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22738 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22739 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22740 Add debugging statements. Use the sizes as returned by the
22741 *CreateImage calls.
22743 2004-07-26 Johan Dahlin <johan@gnome.org>
22745 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22746 the pad is negotiated.
22748 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22750 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22752 * gst-libs/gst/colorbalance/colorbalance.vcproj:
22753 * gst-libs/gst/idct/idct.vcproj:
22754 * gst-libs/gst/media-info/media-info.vcproj:
22755 * gst-libs/gst/mixer/mixer.vcproj:
22756 * gst-libs/gst/navigation/navigation.vcproj:
22757 * gst-libs/gst/play/play.vcproj:
22758 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22759 * gst-libs/gst/resample/resample.vcproj:
22760 * gst-libs/gst/tuner/tuner.vcproj:
22761 * gst-libs/gst/video/video.vcproj:
22762 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22763 more plugins supported under windows
22765 2004-07-25 Iain <iain@prettypeople.org>
22767 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22768 pad now rather than when the pad is created because state changes wipe
22769 explicit caps (fixes #148043).
22771 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
22773 reviewed by Benjamin Otte <otte@gnome.org>
22775 * ext/mad/gstmad.c:
22776 fix mad plugin crashing on Sun (fixes #148289)
22778 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22781 * gst/avi/avi.vcproj:
22782 * gst/matroska/matroska.def:
22783 * gst/matroska/matroska.vcproj:
22784 remove unused .def files
22786 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22788 * gst-libs/gst/audio/gstaudiofilter.c:
22789 Clean the local include
22791 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22794 * gst-libs/gst/audio/audio.def:
22795 * gst-libs/gst/audio/audio.vcproj:
22796 * gst-libs/gst/audio/audiofilter.vcproj:
22797 * gst-libs/gst/audio/riff.def:
22798 * gst-libs/gst/audio/riff.vcproj:
22799 * gst-libs/gst/gst-libs.def:
22800 * gst-libs/gst/gst-libs.vcproj:
22801 * gst/avi/avi.vcproj:
22802 * gst/avi/avi.vcproj:
22803 Copy the files where needed after building, cleaner projects
22805 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22807 * gst/matroska/ebml-write.c:
22808 Fix some 64 bits constants to be glib friendly
22810 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
22813 * gst-libs/gst/gst-libs.def:
22814 * gst-libs/gst/gst-libs.vcproj:
22815 * gst/matroska/matroska.def:
22816 * gst/matroska/matroska.vcproj:
22817 Add the preliminary canvas to build plugins on Win32
22819 2004-07-23 Benjamin Otte <otte@gnome.org>
22821 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22822 don't enfore negotiation from source side, it breaks
22823 sinesrc ! audioconvert ! osssink
22825 2004-07-22 David Schleef <ds@schleef.org>
22827 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22828 for ELF files, since they can easily be recognized as audio/mpeg.
22831 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22833 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22834 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22835 (gst_videoscale_scale_nearest_24bit),
22836 (gst_videoscale_scale_nearest_16bit):
22837 fix 16bit and 24bit for stride (24bit might need testing)
22838 don't pretend we do more than one algorithm
22840 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22844 * gst/multifilesink/Makefile.am:
22845 * gst/multifilesink/gstmultifilesink.c:
22846 (gst_multifilesink_get_formats),
22847 (gst_multifilesink_get_query_types), (_do_init),
22848 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22849 (gst_multifilesink_init), (gst_multifilesink_dispose),
22850 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22851 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22852 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22853 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22854 (gst_multifilesink_chain), (gst_multifilesink_change_state),
22855 (gst_multifilesink_uri_get_type),
22856 (gst_multifilesink_uri_get_protocols),
22857 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22858 (gst_multifilesink_uri_handler_init), (plugin_init):
22859 * gst/multifilesink/gstmultifilesink.h:
22860 * testsuite/Makefile.am:
22861 * testsuite/multifilesink/Makefile.am:
22862 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22863 (gst_newmedia_class_init), (gst_newmedia_init),
22864 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22865 (newfile_signal), (test_signal), (main):
22866 multifilesink plugin for creating new files every time a new media
22867 discontinuity event occurs
22869 2004-07-22 Wim Taymans <wim@fluendo.com>
22871 * gst/alpha/Makefile.am:
22872 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22873 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22874 (gst_alpha_color_init), (gst_alpha_color_set_property),
22875 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22876 (transform), (gst_alpha_color_chain),
22877 (gst_alpha_color_change_state), (plugin_init):
22878 Stupid plugin to to RGBA to AYUV conversion because none of
22879 the colorspace plugins can handle that yet.
22881 2004-07-22 Wim Taymans <wim@fluendo.com>
22883 * examples/seeking/seek.c: (update_scale), (main):
22884 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22885 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22886 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22887 (gst_decode_bin_init), (gst_decode_bin_dispose),
22888 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22889 (no_more_pads), (close_link), (type_found),
22890 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22892 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22893 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22894 (gst_play_base_bin_dispose), (queue_overrun),
22895 (gen_preroll_element), (remove_prerolls), (unknown_type),
22896 (no_more_pads), (new_stream), (setup_source),
22897 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22898 (play_base_eos), (gst_play_base_bin_change_state),
22899 (gst_play_base_bin_add_element),
22900 (gst_play_base_bin_remove_element),
22901 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22902 (gst_play_base_bin_unlink_stream),
22903 (gst_play_base_bin_get_streaminfo):
22904 * gst/playback/gstplaybin.c: (gen_video_element),
22905 (gen_audio_element):
22906 * gst/playback/gststreaminfo.h:
22907 More playback updates, attempt to fix things after the state change
22910 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22912 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22913 (gst_videoscale_scale_nearest_16bit):
22916 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22918 * gst/videotestsrc/gstvideotestsrc.c:
22919 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22920 (gst_videotestsrc_init), (gst_videotestsrc_get),
22921 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22922 (gst_videotestsrc_get_property):
22923 * gst/videotestsrc/gstvideotestsrc.h:
22924 * gst/videotestsrc/videotestsrc.c:
22925 * gst/videotestsrc/videotestsrc.h:
22926 cleanup and commenting
22928 2004-07-21 Wim Taymans <wim@fluendo.com>
22930 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22931 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22932 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22933 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22934 (_find_chain_get_unknown_part), (_find_streams_check),
22935 (gst_ogg_demux_push), (gst_ogg_pad_push):
22936 * ext/theora/theoradec.c: (theora_get_formats),
22937 (theora_dec_src_convert), (theora_dec_sink_convert),
22938 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22939 (theora_dec_chain):
22940 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22941 (vorbis_dec_convert), (vorbis_dec_src_query),
22942 (vorbis_dec_src_event), (vorbis_dec_event):
22943 More seeking fixes, oggdemux now supports seeking to time and
22944 uses the downstream element to convert granulepos to time.
22945 Seeking in theora-only ogg files now works.
22947 2004-07-21 Wim Taymans <wim@fluendo.com>
22949 * ext/theora/theoradec.c: (gst_theora_dec_init),
22950 (theora_get_formats), (theora_get_event_masks),
22951 (theora_get_query_types), (theora_dec_src_convert),
22952 (theora_dec_sink_convert), (theora_dec_src_query),
22953 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22954 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22955 (vorbis_get_event_masks), (vorbis_get_query_types),
22956 (gst_vorbis_dec_init), (vorbis_dec_convert),
22957 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22958 Added query/convert/formats functions to vorbis and theora decoders
22959 so that the outside world can use them too. Fixed seeking on an
22960 ogg/theora/vorbis file by disabling the seeking seeking on the
22963 2004-07-21 Julien MOUTTE <julien@moutte.net>
22965 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22966 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22967 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22968 images creation for both elements. We don't create the image on caps
22969 nego or renego, we just destroy the internal one if present if it does
22970 not match the needs. The chain function takes care of creating a new
22972 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22973 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22974 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22975 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22976 the image format information. The buffer pool checks for the context
22977 image format and discard images with different formats.
22978 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22980 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
22982 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22983 (gst_ffmpegcolorspace_chain):
22984 no point in doing any chaining if the pad we want to push from
22987 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
22989 * gst-libs/gst/riff/riff-media.c:
22990 (gst_riff_create_audio_caps_with_data):
22991 Fix double end-to-native symbol conversion (#148021).
22993 2004-07-20 David Schleef <ds@schleef.org>
22995 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22996 Don't use an Atom that doesn't exist.
22998 2004-07-20 Wim Taymans <wim@fluendo.com>
23000 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23001 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23002 (gst_multifdsink_client_remove),
23003 (gst_multifdsink_handle_client_write),
23004 (gst_multifdsink_queue_buffer):
23005 * gst/tcp/gstmultifdsink.h:
23006 More multifdsink stats. Avoid deadlock by releasing locks
23007 before sending out a signal.
23009 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
23013 added Hungarian translation (Laszlo Dvornik)
23015 2004-07-20 Wim Taymans <wim@fluendo.com>
23017 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23018 (gst_multifdsink_add), (gst_multifdsink_client_remove),
23019 (gst_multifdsink_handle_client_write),
23020 (gst_multifdsink_queue_buffer):
23021 * gst/tcp/gsttcp-marshal.list:
23022 Fixed the stupid marshal definition.
23024 2004-07-20 Wim Taymans <wim@fluendo.com>
23026 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23027 (gst_multifdsink_init), (gst_multifdsink_add),
23028 (gst_multifdsink_client_remove),
23029 (gst_multifdsink_handle_client_write),
23030 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23031 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23032 (gst_multifdsink_init_send):
23033 * gst/tcp/gstmultifdsink.h:
23034 Added more stats, added timeout for a client, fixed some typos
23035 and added some comments.
23037 2004-07-20 Wim Taymans <wim@fluendo.com>
23039 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23040 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23041 (gst_multifdsink_client_remove),
23042 (gst_multifdsink_handle_client_write):
23043 * gst/tcp/gstmultifdsink.h:
23044 * gst/tcp/gsttcp-marshal.list:
23045 Added get_stats method that returns a GValueArray of
23048 2004-07-19 Benjamin Otte <otte@gnome.org>
23050 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23051 make sure longname, description and author are valid UTF-8
23053 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
23055 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23056 (gst_ximagesink_set_property):
23057 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23058 (gst_xvimagesink_set_property):
23059 make sure SYNCHRONOUS is respected after getting the X context
23061 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23063 * gst/matroska/matroska-demux.c:
23064 (gst_matroska_demux_handle_src_event),
23065 (gst_matroska_demux_parse_blockgroup):
23066 * gst/matroska/matroska-ids.h:
23067 add BlockReference tag and ignore it to clear out log.
23068 ignore NAVIGATION events to clear out log.
23070 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23072 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23073 (gst_matroska_demux_add_stream):
23074 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23075 add debug categories
23077 2004-07-16 Wim Taymans <wim@fluendo.com>
23079 * ext/libpng/Makefile.am:
23080 * ext/libpng/gstpng.c: (plugin_init):
23081 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23082 (gst_pngdec_get_type), (gst_pngdec_base_init),
23083 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23084 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23085 * ext/libpng/gstpngdec.h:
23088 2004-07-16 Julien MOUTTE <julien@moutte.net>
23090 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23091 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23092 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23093 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23094 (gst_ximagesink_buffer_alloc):
23095 * sys/ximage/ximagesink.h:
23096 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23097 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23098 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23099 (gst_xvimagesink_buffer_alloc):
23100 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23101 again. Using internal data pointer of the x(v)image to store image's
23102 data to be coherent with the buffer alloc mechanism. Investigated the
23103 image destruction code to be sure that everything gets freed correctly.
23105 2004-07-16 Wim Taymans <wim@fluendo.com>
23107 * gst-libs/gst/riff/riff-read.c:
23108 (gst_riff_read_strf_vids_with_data),
23109 (gst_riff_read_strf_auds_with_data):
23110 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23111 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23112 Make sure we don't create 0 sized subbuffers in riff-read.
23113 Signal the no more pads signal after reading the avi header.
23115 2004-07-16 Wim Taymans <wim@fluendo.com>
23117 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23118 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23119 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23120 (gst_decode_bin_init), (gst_decode_bin_dispose),
23121 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23122 (no_more_pads), (close_link), (type_found),
23123 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23124 (gst_decode_bin_change_state), (plugin_init):
23125 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23126 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23127 (gst_play_base_bin_dispose), (queue_overrun),
23128 (gen_preroll_element), (remove_prerolls), (unknown_type),
23129 (no_more_pads), (new_stream), (setup_source),
23130 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23131 (play_base_eos), (gst_play_base_bin_change_state),
23132 (gst_play_base_bin_add_element),
23133 (gst_play_base_bin_remove_element),
23134 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23135 (gst_play_base_bin_unlink_stream),
23136 (gst_play_base_bin_get_streaminfo):
23137 * gst/playback/gstplaybasebin.h:
23138 Better error recovery. Added configurable preroll queue size. Faster
23139 detection of no-more-pads.
23141 2004-07-16 Wim Taymans <wim@fluendo.com>
23143 * gst-libs/gst/video/video.h:
23144 Added 32 bits RGBA. Not sure if we should use another mime-type
23145 for alpha rgb. Currently the presence of the alpha_mask property
23146 signals an alpha channel.
23148 2004-07-16 Wim Taymans <wim@fluendo.com>
23150 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23151 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23152 FPS seems to be 0.0 to MAX everywhere else.
23154 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23156 * gst-libs/gst/riff/riff-media.c:
23157 (gst_riff_create_video_caps_with_data):
23158 mp42/mp43 (no caps) exist too.
23159 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23160 Set pixel_width/height; we've got them in-caps.
23161 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23162 * gst/wavparse/gstwavparse.c: (plugin_init):
23163 Both are valid primary.
23164 * sys/oss/gstossmixer.c:
23165 Remove i18n hack and enable translations.
23167 2004-07-15 Benjamin Otte <otte@gnome.org>
23169 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23170 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23171 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23173 2004-07-15 Benjamin Otte <otte@gnome.org>
23175 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23176 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23177 (gst_alsa_close_audio):
23178 disable some of the debugging code for now. Writing debugging to a
23179 buffer is broken in current alsalib releases.
23181 2004-07-12 Benjamin Otte <otte@gnome.org>
23183 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23186 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23188 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23189 (theora_dec_src_query), (theora_dec_event):
23190 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23191 add debugging categories. Remove \n's.
23193 2004-07-13 Johan Dahlin <johan@gnome.org>
23195 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23196 (gst_play_bin_get_property): Impl.
23198 2004-07-13 Wim Taymans <wim@fluendo.com>
23200 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23201 When trying to find the stream length, seek back N pages
23202 instead of just one, where N is the number of streams in
23205 2004-07-13 Wim Taymans <wim@fluendo.com>
23207 * gst-libs/gst/riff/riff-media.c:
23208 (gst_riff_create_audio_caps_with_data),
23209 (gst_riff_create_audio_caps),
23210 (gst_riff_create_audio_template_caps):
23211 * gst-libs/gst/riff/riff-media.h:
23212 * gst-libs/gst/riff/riff-read.c:
23213 (gst_riff_read_strf_vids_with_data),
23214 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23215 * gst-libs/gst/riff/riff-read.h:
23216 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23217 (gst_avi_demux_add_stream):
23218 Set codec_data on caps for avidemuxer.
23220 2004-07-12 David Schleef <ds@schleef.org>
23222 * configure.ac: Fix test for Objective C
23224 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
23225 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23226 (gst_gdk_pixbuf_chain):
23227 Add svg and pcx to template caps, and ensure that getcaps returns a
23228 subset of the template caps.
23229 Copy each row manually for output, as gdkpixbuf may pad the
23230 rowstride to a 32-bit word boundary.
23232 2004-07-12 Wim Taymans <wim@fluendo.com>
23234 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23235 (gst_riff_create_video_template_caps):
23236 Fix the template caps to include some more media types.
23238 2004-07-12 Wim Taymans <wim@fluendo.com>
23240 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23241 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23242 (compare_ranks), (print_feature), (gst_decode_bin_init),
23243 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23244 (try_to_link_1), (new_pad), (close_link), (type_found),
23245 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23246 (gst_decode_bin_change_state), (plugin_init):
23247 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23248 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23249 (gst_play_base_bin_dispose), (queue_overrun),
23250 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23251 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23252 (gst_play_base_bin_get_property), (play_base_eos),
23253 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23254 (gst_play_base_bin_remove_element),
23255 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23256 (gst_play_base_bin_unlink_stream),
23257 (gst_play_base_bin_get_streaminfo):
23258 * gst/playback/gstplaybasebin.h:
23259 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23260 (gst_play_bin_class_init), (gst_play_bin_init),
23261 (gst_play_bin_dispose), (gst_play_bin_set_property),
23262 (gst_play_bin_get_property), (gen_video_element),
23263 (gen_audio_element), (remove_sinks), (setup_sinks),
23264 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23265 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23266 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23267 (gst_play_bin_query), (plugin_init):
23268 * gst/playback/test4.c: (main):
23269 More fixes on reusing of the element.
23271 2004-07-11 Benjamin Otte <otte@gnome.org>
23273 * ext/mad/gstmad.c: (normal_seek):
23274 allow seeking for other methods than just SET
23276 2004-07-11 Andy Wingo <wingo@pobox.com>
23278 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23279 float, "any" caps -> buffer_frames=[0,MAX].
23281 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23282 doesn't intersect our caps with the template any more. Do it
23284 (interleave_buffered_loop): Use g_newa instead of malloc/free.
23286 2004-07-09 Wim Taymans <wim@fluendo.com>
23288 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23289 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23290 (compare_ranks), (print_feature), (gst_decode_bin_init),
23291 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23292 (try_to_link_1), (new_pad), (close_link), (type_found),
23293 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23294 (gst_decode_bin_change_state), (plugin_init):
23295 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23296 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23297 (gst_play_base_bin_dispose), (queue_overrun),
23298 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23299 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23300 (gst_play_base_bin_get_property), (play_base_eos),
23301 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23302 (gst_play_base_bin_remove_element),
23303 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23304 (gst_play_base_bin_unlink_stream),
23305 (gst_play_base_bin_get_streaminfo):
23306 * gst/playback/gstplaybasebin.h:
23307 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23308 (gst_play_bin_class_init), (gst_play_bin_init),
23309 (gst_play_bin_dispose), (gst_play_bin_set_property),
23310 (gst_play_bin_get_property), (gen_video_element),
23311 (gen_audio_element), (remove_sinks), (setup_sinks),
23312 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23313 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23314 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23315 (gst_play_bin_query), (plugin_init):
23316 * gst/playback/test4.c: (main):
23317 Work on object reuse and seeking.
23319 2004-07-09 Wim Taymans <wim@fluendo.com>
23321 * examples/seeking/seek.c: (iterate):
23322 Don't consume all CPU in the idle loop.
23324 2004-07-09 Wim Taymans <wim@fluendo.com>
23326 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23327 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23328 Add pad to element *after* setting the pad functions so that
23329 the scheduler can use the correct ones.
23331 2004-07-09 Wim Taymans <wim@fluendo.com>
23333 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23334 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23335 Sync to keyframe after seek
23337 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23339 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23340 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23341 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23342 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23343 * ext/libvisual/visual.c: (gst_visual_change_state):
23344 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23345 * ext/theora/theoradec.c: (theora_dec_change_state):
23346 * ext/theora/theoraenc.c: (theora_enc_change_state):
23347 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23348 * gst-libs/gst/navigation/navigation.c:
23349 * gst/adder/gstadder.c: (gst_adder_change_state):
23350 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23351 (gst_audio_convert_get_buffer):
23352 * gst/multipart/multipartdemux.c:
23353 (gst_multipart_demux_change_state):
23354 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23355 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23356 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23357 * gst/videoscale/gstvideoscale.c:
23358 (gst_videoscale_handle_src_event):
23359 * gst/volume/gstvolume.c: (volume_chain_int16):
23360 don't assert in state change, this should be done by the base
23362 various debugging fixes.
23364 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23367 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23368 (gst_play_dispose), (gst_play_set_location),
23369 (gst_play_set_data_src), (gst_play_set_video_sink),
23370 (gst_play_set_audio_sink), (gst_play_set_visualization),
23371 (gst_play_connect_visualization), (gst_play_get_sink_element),
23372 (gst_play_get_all_by_interface):
23373 * gst-libs/gst/play/play.h:
23374 add new method to get elements implementing an interface.
23375 add various error logging
23377 2004-07-08 Wim Taymans <wim@fluendo.com>
23379 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23380 (make_mpeg_pipeline), (make_mpegnt_pipeline),
23381 (make_playerbin_pipeline), (query_durations_elems),
23382 (query_durations_pads), (query_positions_elems),
23383 (query_positions_pads), (update_scale), (iterate), (stop_seek),
23385 Added playbin seeking example.
23387 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23389 * gst-libs/gst/play/play.c: (gst_play_set_location),
23390 (gst_play_set_data_src), (gst_play_set_video_sink),
23391 (gst_play_set_audio_sink), (gst_play_set_visualization),
23392 (gst_play_connect_visualization), (gst_play_get_framerate):
23393 use a macro to look up elements from hash table
23395 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23397 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23398 (gst_play_get_length_callback), (gst_play_set_location),
23399 (gst_play_seek_to_time), (gst_play_set_data_src),
23400 (gst_play_set_video_sink), (gst_play_set_audio_sink),
23401 (gst_play_set_visualization), (gst_play_connect_visualization),
23402 (gst_play_get_sink_element):
23403 - add debugging info
23404 - fix looking up sink elements by iterating over complete caps
23405 - put everything except for source and autoplugger in a complete bin
23407 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23409 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23410 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23411 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23412 (gst_alsa_sink_write), (gst_alsa_sink_loop):
23413 * ext/alsa/gstalsasink.h:
23414 - add debugging info
23415 - clean up schizophrenia of data/buffer/event
23416 - fix double event unref error
23418 2004-07-08 Wim Taymans <wim@fluendo.com>
23420 * gst/playback/Makefile.am:
23421 Add headers to noinst
23423 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23425 * tools/gst-launch-ext-m.m:
23426 * tools/gst-launch-ext.1.in:
23427 convert to the third millenium
23429 2004-07-07 David Schleef <ds@schleef.org>
23431 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23433 2004-07-07 Wim Taymans <wim@fluendo.com>
23435 * gst/playback/Makefile.am:
23436 * gst/playback/README:
23437 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23438 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23439 (compare_ranks), (print_feature), (gst_decode_bin_init),
23440 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23441 (try_to_link_1), (new_pad), (close_link), (type_found),
23442 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23444 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23445 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23446 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23447 (gen_preroll_element), (no_more_pads), (new_stream),
23448 (setup_source), (gst_play_base_bin_set_property),
23449 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23450 (gst_play_base_bin_add_element),
23451 (gst_play_base_bin_remove_element),
23452 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23453 (gst_play_base_bin_unlink_stream),
23454 (gst_play_base_bin_get_streaminfo):
23455 * gst/playback/gstplaybasebin.h:
23456 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23457 (gst_play_bin_class_init), (gst_play_bin_init),
23458 (gst_play_bin_dispose), (gst_play_bin_set_property),
23459 (gst_play_bin_get_property), (gen_video_element),
23460 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23461 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23462 (gst_play_bin_get_formats), (gst_play_bin_convert),
23463 (gst_play_bin_get_query_types), (gst_play_bin_query),
23465 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23466 (gst_stream_info_get_type), (gst_stream_info_class_init),
23467 (gst_stream_info_init), (gst_stream_info_new),
23468 (gst_stream_info_dispose), (gst_stream_info_set_property),
23469 (gst_stream_info_get_property):
23470 * gst/playback/gststreaminfo.h:
23471 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23473 * gst/playback/test2.c: (main):
23474 * gst/playback/test3.c: (update_scale), (main):
23475 More playbin fixes. Added README. Do better element filtering.
23476 Added base class to preroll media. Added test apps.
23478 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23480 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23481 * ext/mpeg2dec/gstmpeg2dec.h:
23482 various debugging improvements. Reset stream to next picture
23483 instead of sequence header, otherwise seeks cannot work.
23485 2004-07-07 Wim Taymans <wim@fluendo.com>
23487 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23488 (gst_video_box_class_init), (gst_video_box_set_property),
23489 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23490 Use pad_alloc where possible.
23492 2004-07-07 Wim Taymans <wim@fluendo.com>
23494 * sys/oss/gstosselement.c: (gst_osselement_reset),
23495 (gst_osselement_parse_caps):
23496 * sys/oss/gstosselement.h:
23497 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23498 Fix offset on osssrc.
23500 2004-07-07 Wim Taymans <wim@fluendo.com>
23502 * ext/theora/theora.c: (plugin_init):
23503 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23504 (theora_dec_src_query), (theora_dec_chain):
23505 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23506 (theora_enc_sink_link), (theora_buffer_from_packet),
23507 (theora_push_packet), (theora_enc_chain):
23508 Fix theora granulepos calculation.
23509 Fix overflow in duration/position calculation.
23510 Bump rank to PRIMARY for theoradec.
23511 Use granulepos of last packet to calculate position.
23512 Set keyframe flag on buffers when needed.
23514 2004-07-06 David Schleef <ds@schleef.org>
23516 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
23517 serious? (Fixed, obviously.)
23519 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
23523 added Czech translation (Miloslav Trmac)
23525 2004-07-05 Wim Taymans <wim@fluendo.com>
23527 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23528 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23529 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23530 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23531 (close_link), (type_found), (gst_decode_bin_set_property),
23532 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23533 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23534 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23535 (gst_decode_bin_query), (plugin_init):
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), (rebuild_pipeline), (get_audio_element),
23539 (get_video_element), (new_pad), (setup_source),
23540 (gst_play_bin_set_property), (gst_play_bin_get_property),
23541 (gst_play_bin_change_state), (gst_play_bin_add_element),
23542 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23543 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23544 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23545 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23546 * gst/playback/test.c: (main):
23547 More fixes, cleaned up playbin, make it use decodebin. Added
23548 threaded property to playbin.
23550 2004-07-05 Wim Taymans <wim@fluendo.com>
23553 * gst/playback/Makefile.am:
23554 * gst/playback/decodetest.c: (main):
23555 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23556 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23557 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23558 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23559 (close_link), (type_found), (gst_decode_bin_set_property),
23560 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23561 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23562 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23563 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23565 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23566 (gst_play_bin_class_init), (gst_play_bin_init),
23567 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23568 (collect_sink_pads), (find_compatibles), (close_pad_link),
23569 (try_to_link_1), (new_pad), (close_link), (type_found),
23570 (setup_source), (gst_play_bin_set_property),
23571 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23572 (compare_ranks), (gst_play_bin_collect_factories),
23573 (gst_play_bin_change_state), (gst_play_bin_add_element),
23574 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23575 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23576 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23577 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23578 * gst/playback/test.c: (main):
23579 Added some playback helper elements and some test apps, very alpha
23582 2004-07-04 Benjamin Otte <otte@gnome.org>
23584 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23585 only restart audio when we indeed have an xrun to fix repeated
23586 xruns. Fix suggested by Giuliano Pochini.
23588 2004-07-03 David Schleef <ds@schleef.org>
23590 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23591 call to gst_debug_log() if debugging is disabled (bug #145118)
23593 2004-07-03 Benjamin Otte <otte@gnome.org>
23595 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23596 use our own functions for restarting the alsa device.
23597 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23598 I should apply patches myself - use MIN for the third argument, not
23599 the second, this fixes seeking
23601 2004-07-02 David Schleef <ds@schleef.org>
23603 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23604 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
23607 2004-07-02 David Schleef <ds@schleef.org>
23609 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
23610 output buffers. Fix logic mistake. (bug #144866)
23612 2004-07-02 David Schleef <ds@schleef.org>
23614 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23615 on X. (bug #144753)
23617 2004-07-02 David Schleef <ds@schleef.org>
23619 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23620 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23622 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23623 (gst_osselement_rate_probe_check): Add another workaround for
23624 buggy drivers (bug #145336)
23626 2004-07-02 David Schleef <ds@schleef.org>
23628 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23629 Most systems don't have MSG_NOSIGNAL.
23631 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
23634 * gst-libs/gst/colorbalance/Makefile.am:
23635 * gst-libs/gst/mixer/Makefile.am:
23636 * gst-libs/gst/play/Makefile.am:
23637 * gst-libs/gst/tuner/Makefile.am:
23638 (hopefully) fix both install and dist and make error message useful.
23639 needs testing across automakes.
23641 2004-07-02 Benjamin Otte <otte@gnome.org>
23643 * ext/ogg/gstogg.c: (plugin_init):
23644 we require bytestream now
23645 * ext/ogg/gstoggdemux.c:
23646 huge diff to implement chain setup in a fast and generic way. This
23647 improves tag reading and startup of huge files (read: Theora videos)
23648 quite a bit. It probably contains bugs, too, so please test.
23649 Seeking is not improved to the fast method.
23651 2004-06-29 Wim Taymans <wim@fluendo.com>
23653 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23654 * ext/ogg/gstoggmux.c:
23655 Fix memleak in oggdemux when running unconnected pads.
23656 doc update in mux, start working on keyframe mode.
23658 2004-06-29 Benjamin Otte <otte@gnome.org>
23660 * sys/oss/gstosssink.c:
23661 * sys/oss/gstosssrc.c:
23662 advertise correct template caps - we indeed do non-native endianness
23663 and 8bit audio has no endianness
23664 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23665 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23666 avoid (wrong) duplications in getcaps function and return
23669 2004-06-29 Wim Taymans <wim@fluendo.com>
23671 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23672 (gst_multifdsink_class_init), (gst_multifdsink_add),
23673 (gst_multifdsink_remove), (gst_multifdsink_clear),
23674 (gst_multifdsink_client_remove),
23675 (gst_multifdsink_handle_client_read),
23676 (gst_multifdsink_client_queue_data),
23677 (gst_multifdsink_client_queue_caps),
23678 (gst_multifdsink_client_queue_buffer),
23679 (gst_multifdsink_handle_client_write),
23680 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23681 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23682 (gst_multifdsink_init_send), (gst_multifdsink_close):
23683 Fix wrong GList iteration that could crash the server when
23684 more then 2 clients disconnect at the same time. Read all the
23685 pending commands in one batch to recover from command storms under
23688 2004-06-28 Wim Taymans <wim@fluendo.com>
23690 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23691 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23692 (gst_videomixer_pad_set_property),
23693 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23694 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23695 (gst_videomixer_class_init), (gst_videomixer_init),
23696 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23697 (pad_zorder_compare), (gst_videomixer_sort_pads),
23698 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23699 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23700 (gst_videomixer_update_queues), (gst_videomixer_loop),
23702 Avoid divide by zero, choose masterpad as the pad with the highest
23705 2004-06-27 Julien Moutte <julien@moutte.net>
23707 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23708 (gst_ximagesink_xwindow_new):
23709 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23710 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23711 function directly. We might want to call it from somewhere else one day.
23713 2004-06-27 Julien Moutte <julien@moutte.net>
23715 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23716 (gst_ximagesink_xwindow_new):
23717 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23718 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23719 window decorations.
23721 2004-06-27 Wim Taymans <wim@fluendo.com>
23723 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23724 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23725 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23726 (gst_dvdec_set_property), (gst_dvdec_get_property):
23727 * ext/dv/gstdvdec.h:
23728 Implement drop_factor property to lower the framerate with
23731 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
23733 * gst-libs/gst/colorbalance/Makefile.am:
23734 * gst-libs/gst/mixer/Makefile.am:
23735 * gst-libs/gst/play/Makefile.am:
23736 * gst-libs/gst/tuner/Makefile.am:
23737 unbreak Company's fix that didn't install the -enum.h files
23739 2004-06-27 Wim Taymans <wim@fluendo.com>
23741 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23742 (gst_dvdec_change_state):
23743 * ext/dv/gstdvdec.h:
23744 Fix timestamp, duration and offset of the buffers.
23746 2004-06-27 Wim Taymans <wim@fluendo.com>
23748 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23749 (gst_multifdsink_class_init), (gst_multifdsink_add),
23750 (gst_multifdsink_remove), (gst_multifdsink_clear),
23751 (gst_multifdsink_client_remove),
23752 (gst_multifdsink_handle_client_read),
23753 (gst_multifdsink_client_queue_data),
23754 (gst_multifdsink_client_queue_caps),
23755 (gst_multifdsink_client_queue_buffer),
23756 (gst_multifdsink_handle_client_write),
23757 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23758 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23759 (gst_multifdsink_init_send), (gst_multifdsink_close):
23760 * gst/tcp/gstmultifdsink.h:
23761 * gst/tcp/gsttcpserversink.c:
23762 (gst_tcpserversink_handle_server_read),
23763 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23764 More multifdsink fixes, more recovery policy fixes.
23765 Removed stupid g_print
23767 2004-06-26 Wim Taymans <wim@fluendo.com>
23769 * gst/tcp/Makefile.am:
23770 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23771 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23772 (gst_multifdsink_class_init), (gst_multifdsink_init),
23773 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23774 (gst_multifdsink_handle_client_read),
23775 (gst_multifdsink_client_queue_data),
23776 (gst_multifdsink_client_queue_caps),
23777 (gst_multifdsink_client_queue_buffer),
23778 (gst_multifdsink_handle_client_write),
23779 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23780 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23781 (gst_multifdsink_chain), (gst_multifdsink_set_property),
23782 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23783 (gst_multifdsink_close), (gst_multifdsink_change_state):
23784 * gst/tcp/gstmultifdsink.h:
23785 * gst/tcp/gsttcpplugin.c: (plugin_init):
23786 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23787 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23788 (gst_tcpserversink_handle_server_read),
23789 (gst_tcpserversink_handle_select),
23790 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23791 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23792 * gst/tcp/gsttcpserversink.h:
23793 Added multifdsink, made tcpserversink a subclass of fdsink, removed
23794 one of the locks, added recovery policy to multifdsink.
23796 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23798 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23799 fix decision for when getting frames with same timestamp
23800 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23801 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23802 (gst_v4lsrc_get_property):
23803 * sys/v4l/gstv4lsrc.h:
23804 add latency offset property
23806 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23808 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23810 fix debugging. add category.
23812 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23814 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23817 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23819 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23820 (gst_alsa_src_get_time), (gst_alsa_src_loop),
23821 (gst_alsa_src_change_state):
23822 return a time that is in sync with the element's processing
23824 2004-06-25 Wim Taymans <wim@fluendo.com>
23826 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23827 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23828 (gst_tcpserversink_client_remove),
23829 (gst_tcpserversink_handle_client_read),
23830 (gst_tcpserversink_client_queue_data),
23831 (gst_tcpserversink_client_queue_caps),
23832 (gst_tcpserversink_client_queue_buffer),
23833 (gst_tcpserversink_handle_client_write),
23834 (gst_tcpserversink_queue_buffer),
23835 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23836 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23837 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23838 (gst_tcpserversink_close):
23839 * gst/tcp/gsttcpserversink.h:
23840 Serversink rewrite. Really do non blocking writes to clients and
23841 maintain an internal queue to handle slower clients while not
23842 disturbing fast clients.
23844 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23846 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23847 better debug, don't override OFFSET and OFFSET_END
23849 2004-06-25 Iain <iain@prettypeople.org>
23851 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23852 name=source for the wavparse pipeline.
23854 2004-06-24 Johan Dahlin <johan@gnome.org>
23856 * ext/theora/theoraenc.c (theora_enc_chain): Call
23857 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23858 streamheader caps are set correctly.
23860 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23862 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23863 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23864 respect minimum bitrate; same could be done for max bitrate
23866 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23868 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23869 (gst_vorbisenc_setup):
23870 fix sample rate range
23872 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23874 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23875 (gst_oggvorbisenc_setup):
23876 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23877 (gst_vorbisenc_setup):
23878 resolve ambiguities in code and description
23880 2004-06-24 Wim Taymans <wim@fluendo.com>
23882 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23883 * ext/alsa/gstalsa.h:
23884 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23885 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23886 Use alsa trigger_tstamp to get the timestamp of the first
23887 sample in the buffer for more precise sync. Some cleanups.
23889 2004-06-24 Wim Taymans <wim@fluendo.com>
23891 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23892 (gst_audiorate_init), (gst_audiorate_chain),
23893 (gst_audiorate_set_property), (gst_audiorate_get_property):
23894 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23895 (gst_videorate_chain):
23896 Added some logging, fixed an overflow bug in videorate.
23898 2004-06-24 Benjamin Otte <otte@gnome.org>
23900 * ext/kio/Makefile.am:
23901 fix for builddir != srcdir and distcheck
23903 2004-06-24 Benjamin Otte <otte@gnome.org>
23905 * gst-libs/gst/colorbalance/Makefile.am:
23906 * gst-libs/gst/mixer/Makefile.am:
23907 * gst-libs/gst/play/Makefile.am:
23908 * gst-libs/gst/tuner/Makefile.am:
23909 * gst/tcp/Makefile.am:
23910 * sys/dxr3/Makefile.am:
23911 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23913 Also add all *.list files that were missing.
23915 add a distcheck hook to ensure the above doesn't happen again.
23917 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
23919 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23921 2004-06-23 Colin Walters <walters@redhat.com>
23923 * m4/Makefile.am: Distribute gst-fionread.m4.
23925 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
23927 * configure.ac: back to dev
23929 2004-06-23 Wim Taymans <wim@fluendo.com>
23931 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23932 (gst_alsa_xrun_recovery):
23933 * ext/alsa/gstalsa.h:
23934 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23935 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23936 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23937 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23938 (gst_alsa_src_loop):
23939 Add clock to alsasrc. Take new capture timestamp when
23940 restarting after an overrun. Split up some functions between
23941 alsasrc and alsasink.
23943 === release 0.8.2 ===
23945 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
23947 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23948 (gst_alsa_change_state), (gst_alsa_update_avail),
23949 (gst_alsa_xrun_recovery):
23950 * ext/alsa/gstalsa.h:
23951 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23952 merge back changes from release
23954 2004-06-23 Wim Taymans <wim@fluendo.com>
23956 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23957 (gst_audiorate_init), (gst_audiorate_chain),
23958 (gst_audiorate_set_property), (gst_audiorate_get_property):
23959 Implement sample dropping and notify
23961 2004-06-22 Wim Taymans <wim@fluendo.com>
23963 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23964 (theora_enc_sink_link), (theora_buffer_from_packet),
23965 (theora_push_packet), (theora_enc_chain):
23966 Some cleanups, make sure the timestamps are correct.
23968 2004-06-22 Wim Taymans <wim@fluendo.com>
23970 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23971 (gst_alsa_change_state), (gst_alsa_update_avail),
23972 (gst_alsa_xrun_recovery):
23973 * ext/alsa/gstalsa.h:
23974 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23975 Cleanups, take queued samples into account when reporting
23978 2004-06-22 Wim Taymans <wim@fluendo.com>
23980 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23981 (gst_videorate_init):
23982 Initialize the property as well.
23984 2004-06-22 Wim Taymans <wim@fluendo.com>
23986 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23987 (gst_videorate_init), (gst_videorate_chain),
23988 (gst_videorate_set_property), (gst_videorate_get_property):
23989 Add property to make videorate silent.
23990 Add property to prefer new frames over old ones.
23992 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23994 * sys/osxvideo/Makefile.am:
23995 Workaround so that the osxvideo .so file gets linked with the
23996 Cocoa, OpenGL and QuickTime frameworks
23998 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24000 * sys/osxaudio/Makefile.am:
24001 Workaround so that the osxaudio .so file gets linked with the
24002 CoreAudio framework
24004 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24007 Whoops, my fault...fixed build issues
24009 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24012 Add objective-c support if running in Darwin/Mac OS X
24015 * sys/osxvideo/Makefile.am:
24016 * sys/osxvideo/osxvideosink.h:
24017 * sys/osxvideo/osxvideosink.m:
24018 * sys/osxvideo/cocoawindow.h:
24019 * sys/osxvideo/cocoawindow.m:
24020 Add osxvideosink, a cocoa-based osx video sink
24023 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
24024 * ext/dvdnav/gst-dvd:
24025 Grab the gconf key from the right spot
24026 * gst/debug/gstnavseek.c: (gst_navseek_init),
24027 (gst_navseek_segseek), (gst_navseek_handle_src_event),
24028 (gst_navseek_chain):
24029 * gst/debug/gstnavseek.h:
24030 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24031 and loop parameters of a segment seek.
24032 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24033 (gst_videotestsrc_get_event_masks),
24034 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24035 * gst/videotestsrc/gstvideotestsrc.h:
24036 Add seeking support to videotestsrc
24037 Initialise the timestamp_offset variable.
24039 2004-06-18 Wim Taymans <wim@fluendo.com>
24041 * ext/sidplay/gstsiddec.cc:
24042 Fix negotiation and set correct end offset.
24044 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
24046 * configure.ac: branch and prerelease
24048 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24050 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24051 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24052 (gst_tcpclientsrc_init_receive):
24053 * gst/tcp/gsttcpclientsrc.h:
24054 read caps when connecting to server for GDP so we set them correctly
24056 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24058 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24059 notify drops and duplicates
24060 * gst/videoscale/videoscale.c: (videoscale_get_structure):
24061 no good reason to limit ourselves to 100x100
24063 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24065 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24066 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24067 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24068 (gst_v4lsrc_get_property):
24069 * sys/v4l/gstv4lsrc.h:
24070 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24071 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24072 (gst_v4l_set_audio):
24073 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24074 (gst_v4lsrc_try_capture):
24075 * sys/v4l/v4lsrc_calls.h:
24076 change try_palette to more general try_capture
24077 add autoprobe option so we can turn off autoprobing
24080 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24084 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24085 (gst_ximagesink_class_init):
24086 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24087 (gst_xvimagesink_class_init):
24088 run them as finalize, not dispose, since dispose can be invoked
24091 2004-06-17 Wim Taymans <wim@fluendo.com>
24093 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24094 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24095 * ext/alsa/gstalsa.h:
24096 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24097 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24098 (gst_alsa_src_change_state):
24099 * ext/alsa/gstalsasrc.h:
24100 Make the xrun code timestamp and offset the buffers correctly.
24101 moved the clock to the base class, use alsa methods to get time.
24102 Do correct timestamping on outgoing buffers.
24104 2004-06-17 Wim Taymans <wim@fluendo.com>
24106 * gst/audiorate/Makefile.am:
24107 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24108 (gst_audiorate_base_init), (gst_audiorate_class_init),
24109 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24110 (gst_audiorate_set_property), (gst_audiorate_get_property),
24111 (gst_audiorate_change_state), (plugin_init):
24112 Added an audiorate converter that fills in gaps.
24114 2004-06-17 Johan Dahlin <johan@gnome.org>
24116 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24118 2004-06-16 Wim Taymans <wim@fluendo.com>
24120 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24121 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24122 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24123 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24124 (gst_v4lsrc_get_property):
24125 * sys/v4l/gstv4lsrc.h:
24126 Added a copy mode to v4lsrc where it will output a copied version
24127 of its internal hardware buffer.
24128 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24131 2004-06-16 Wim Taymans <wim@fluendo.com>
24133 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24136 2004-06-16 Wim Taymans <wim@fluendo.com>
24138 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24139 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24140 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24141 (gst_v4lsrc_get_property):
24142 * sys/v4l/gstv4lsrc.h:
24143 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24144 Added a sync mode enum property to control v4lsrc timestamp method
24145 Removed the use-fixed-fps property and moved functionality in
24147 Don't error on an error value from v4l-conf, it might not always
24150 2004-06-16 Wim Taymans <wim@fluendo.com>
24152 * gst/videorate/Makefile.am:
24153 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24154 (gst_videorate_base_init), (gst_videorate_class_init),
24155 (gst_videorate_getcaps), (gst_videorate_link),
24156 (gst_videorate_init), (gst_videorate_chain),
24157 (gst_videorate_set_property), (gst_videorate_get_property),
24158 (gst_videorate_change_state), (plugin_init):
24159 Added a video timestamp corrector.
24161 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24163 fixed a potential leak with previous commit
24165 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24167 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24169 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24170 Added missing refcount, fixes bug #144425
24171 Cheers Tim for finding the bug
24173 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
24175 * sys/v4l/gstv4l.c: (plugin_init):
24176 * sys/v4l/gstv4lcolorbalance.c:
24177 * sys/v4l/gstv4lcolorbalance.h:
24178 * sys/v4l/gstv4lelement.c:
24179 * sys/v4l/gstv4lelement.h:
24180 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24181 * sys/v4l/gstv4lmjpegsink.h:
24182 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24183 * sys/v4l/gstv4lmjpegsrc.h:
24184 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24185 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24186 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24187 * sys/v4l/gstv4lsrc.h:
24188 * sys/v4l/gstv4ltuner.c:
24189 * sys/v4l/gstv4ltuner.h:
24190 * sys/v4l/gstv4lxoverlay.c:
24191 * sys/v4l/gstv4lxoverlay.h:
24192 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24193 (gst_v4l_set_window), (gst_v4l_enable_overlay):
24194 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24195 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24196 (gst_v4l_set_audio):
24197 * sys/v4l/v4l_calls.h:
24198 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24199 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24200 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24201 (gst_v4lmjpegsink_playback_init),
24202 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24203 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24204 (gst_v4lmjpegsink_playback_stop),
24205 (gst_v4lmjpegsink_playback_deinit):
24206 * sys/v4l/v4lmjpegsink_calls.h:
24207 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24208 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24209 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24210 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24211 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24212 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24213 * sys/v4l/v4lmjpegsrc_calls.h:
24214 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24215 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24216 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24217 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24218 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24219 (gst_v4lsrc_try_palette):
24220 * sys/v4l/v4lsrc_calls.h:
24221 bunch of paranoia cleanups
24223 2004-06-14 David Schleef <ds@schleef.org>
24225 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24226 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24227 Send discont events and change timestamps appropriately when
24228 we get a seek event. (bug #144240)
24229 * ext/cdparanoia/gstcdparanoia.h:
24231 2004-06-14 Benjamin Otte <otte@gnome.org>
24233 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24234 snd_pcm_hw_params_set_rate since the latter fails for no good
24235 reason on some setups.
24237 2004-06-14 David Schleef <ds@schleef.org>
24239 * gst/volume/demo.c: (value_changed_callback): exp10() is not
24240 standard. Thank you for playing.
24242 2004-06-14 Wim Taymans <wim@fluendo.com>
24244 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24245 Patch 1.3 broke the ordering of the colorspace info and
24246 made the plugin basically work by coincidence, reordered
24249 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24251 * ext/lame/gstlame.c:
24252 * ext/mad/gstmad.c:
24253 sync caps. Make sure mad can only output a list of rates, not
24254 a full range. In the future, have three caps lists for each of the
24255 mpeg versions. Change mpegversion to a double as well.
24257 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24259 * gst/volume/.cvsignore:
24260 * gst/volume/Makefile.am:
24261 * gst/volume/demo.c: (value_changed_callback), (idler),
24262 (setup_gui), (main):
24263 added small demo app
24265 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
24266 * ext/esd/esdsink.c: (gst_esdsink_change_state):
24267 * ext/esd/esdsink.h:
24268 Close the esd connection on pause, because esd will just wait -
24269 blocking all other esd clients indefinitely.
24271 2004-06-12 Christophe Fergeau <teuf@gnome.org>
24273 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24274 previous commit with GST_DEBUG
24276 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
24279 add a header check for a dvdread header in dvdnav. Fixes #133002
24281 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24283 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24284 * gst/tcp/gsttcpclientsink.h:
24285 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24286 * gst/tcp/gsttcpclientsrc.h:
24287 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24288 (gst_tcpserversink_handle_server_read),
24289 (gst_tcpserversink_init_send):
24290 * gst/tcp/gsttcpserversink.h:
24291 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24292 * gst/tcp/gsttcpserversrc.h:
24293 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24296 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24299 Added ogg library so that OSX detects libtheora properly
24301 2004-06-11 Wim Taymans <wim@fluendo.com>
24303 * ext/theora/theoradec.c: (theora_dec_chain),
24304 (theora_dec_change_state):
24305 Don't try to decode frames before we received a keyframe.
24307 2004-06-11 Wim Taymans <wim@fluendo.com>
24309 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24310 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24311 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24312 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24313 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24314 Added property to set the maximum delay of a page.
24316 2004-06-10 Wim Taymans <wim@fluendo.com>
24318 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24319 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24320 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24321 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24322 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24323 Added max-delay property to control the maximum amount
24324 of data to put in one page.
24326 2004-06-10 Wim Taymans <wim@fluendo.com>
24328 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24329 (gst_theora_enc_init), (theora_enc_sink_link),
24330 (theora_buffer_from_packet), (theora_enc_set_property),
24331 (theora_enc_get_property):
24332 Set duration on encoded buffer, added some more properties
24334 2004-06-10 Wim Taymans <wim@fluendo.com>
24336 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24337 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24338 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24339 * ext/theora/theoraenc.c: (theora_enc_chain):
24340 Fix refcounting bugs
24342 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
24344 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24345 (gst_asf_demux_loop), (gst_asf_demux_process_file),
24346 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24347 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24348 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24349 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24350 (gst_asf_demux_change_state):
24351 * gst/asfdemux/gstasfdemux.h:
24352 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24353 feels like. I think we should set a new requirement for demuxers
24354 from now on to implement sane loop functions, data loops, query
24355 and seek functions before first commit into CVS. And this commit
24356 fixes all of the above.
24358 2004-06-10 Christophe Fergeau <teuf@gnome.org>
24360 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24361 vorbis comments are properly encoded in UTF-8 before adding them
24364 2004-06-09 Benjamin Otte <otte@gnome.org>
24366 * ext/alsa/gstalsa.c: (add_channels):
24367 handle min <= max correctly
24368 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24369 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24370 add fixation functions so we fixate correctly. No preferring of alaw
24371 anymore because it's the first structure.
24372 * ext/alsa/gstalsa.h:
24373 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24374 (gst_alsa_hw_params_dump):
24375 add functions to ease debugging in alsalib
24376 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24377 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24378 (gst_alsa_start_audio):
24379 only specify hw params if we really setup a format (fixes #134007 -
24380 or at least works around it)
24382 2004-06-09 Wim Taymans <wim@fluendo.com>
24384 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24385 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24386 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24387 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24388 (gst_ogg_mux_loop):
24389 Use stream caps to setup the initial pages in the ogg stream.
24390 Correctly set the streamheader caps on the srcpad.
24392 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
24394 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24395 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24396 (gst_v4lsrc_getcaps):
24397 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24398 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24399 add querying of fps lists for webcams. Negotiating to a framerate
24402 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24404 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24405 (theora_push_buffer), (theora_push_packet),
24406 (theora_set_header_on_caps), (theora_enc_chain):
24407 mark buffers and put on streamheader, raw theora streaming
24408 now works too, whee
24410 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24412 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24413 (gst_tcp_gdp_read_caps):
24414 do a looping read for caps and GDP headers too
24416 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24418 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24419 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24420 return EOS instead of NULL in _get
24422 2004-06-08 Wim Taymans <wim@fluendo.com>
24424 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24425 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24426 (gst_tcp_gdp_write_caps):
24427 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24428 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24429 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24432 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24434 * ext/vorbis/Makefile.am:
24435 * ext/vorbis/vorbis.c: (plugin_init):
24436 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24437 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24438 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24439 (vorbis_parse_change_state):
24440 * ext/vorbis/vorbisparse.h:
24441 adding a vorbisparse element that marks the buffers, streaming
24442 raw vorbis using GDP now works, whee
24444 2004-06-08 Wim Taymans <wim@fluendo.com>
24446 * ext/jpeg/Makefile.am:
24448 * ext/jpeg/gstjpeg.c: (plugin_init):
24449 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24450 (gst_smokedec_base_init), (gst_smokedec_class_init),
24451 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24452 * ext/jpeg/gstsmokedec.h:
24453 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24454 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24455 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24456 (gst_smokeenc_resync), (gst_smokeenc_chain),
24457 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24458 * ext/jpeg/gstsmokeenc.h:
24459 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24460 (smokecodec_flush_destination), (smokecodec_term_destination),
24461 (smokecodec_init_source), (smokecodec_fill_input_buffer),
24462 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24463 (smokecodec_term_source), (smokecodec_encode_new),
24464 (smokecodec_decode_new), (smokecodec_info_free),
24465 (smokecodec_set_quality), (smokecodec_get_quality),
24466 (smokecodec_set_threshold), (smokecodec_get_threshold),
24467 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24468 (find_best_size), (abs_diff), (put), (smokecodec_encode),
24469 (smokecodec_parse_header), (smokecodec_decode):
24470 * ext/jpeg/smokecodec.h:
24471 Added a new simple jpeg based codec
24473 2004-06-08 Wim Taymans <wim@fluendo.com>
24475 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24476 (gst_multipart_mux_loop):
24479 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24481 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24482 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24483 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24484 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24485 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24486 * gst/tcp/gsttcpserversink.h:
24487 take streamheader into account
24489 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24491 * gst/level/Makefile.am:
24492 * gst/level/gstlevel.c: (gst_level_class_init):
24493 clean up marshal generation
24495 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24497 * gst/tcp/Makefile.am:
24498 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24499 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24500 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24501 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24502 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24503 (gst_tcpclientsrc_get_property):
24504 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24505 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24506 (gst_tcpserversink_handle_client_read),
24507 (gst_tcpserversink_handle_client_write),
24508 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24509 * gst/tcp/gsttcpserversink.h:
24510 add signals client-added and client-removed
24511 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24512 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24513 (gst_tcpserversrc_get_property):
24514 uniformized, change default protocol to NONE
24515 * gst/tcp/gsttcp-marshal.list: added
24516 2004-06-07 Benjamin Otte <otte@gnome.org>
24518 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24519 handle discont events if they happen before caps nego
24521 2004-06-07 Wim Taymans <wim@fluendo.com>
24523 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24524 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24525 (gst_multipart_demux_plugin_init):
24526 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24527 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24528 (gst_multipart_mux_change_state):
24529 Small updates, fix a memleak
24531 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24533 * configure.ac: OSS portability
24534 * ext/arts/gst_arts.c: idem
24535 * sys/oss/gstosselement.c: idem
24536 * sys/oss/gstossmixer.c: idem
24537 * sys/oss/gstosssink.c: idem
24538 * sys/oss/gstosssrc.c: idem
24539 * sys/oss/oss_probe.c: idem
24540 - check for soundcard.h in different places for some BSD
24542 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
24545 Add me to the authors file
24547 Increase the libdv requirement to >= version 0.100
24548 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24549 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24550 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24551 * ext/dv/gstdvdec.h:
24552 Add support for the new_media flag when sending DISCONT events
24553 Make the querying work when video pad is not linked
24555 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24557 reviewed by Benjamin Otte <otte@gnome.org>
24559 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24560 create a NULL-initialized array of pads, so we don't think they
24561 exist already. (fixes #143130)
24563 2004-06-07 Benjamin Otte <otte@gnome.org>
24565 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24566 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24567 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24568 don't use // coments
24570 2004-06-07 Benjamin Otte <otte@gnome.org>
24572 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24573 cast to GstClockTime to get higher granularity
24574 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24575 use gst_element_set_time_delay to get the exact time
24576 * ext/mad/gstmad.c: (gst_mad_chain):
24577 use the negotiated rate instead of the current frame's rate which
24578 might be wrong because of bit errors. This avoids emitting totally
24579 bogus timestamps and screwing sync.
24582 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24584 reviewed by Benjamin Otte <otte@gnome.org>
24586 * gst/adder/gstadder.c: (gst_adder_loop):
24587 properly error out when no negotiation has happened yet. (fixes
24590 2004-06-06 Benjamin Otte <otte@gnome.org>
24592 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24593 forward correctly transformed offset in discont events. Based on
24594 patch by Arwed v. Merkatz. (fixes #142851)
24596 2004-06-06 David Schleef <ds@schleef.org>
24598 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24599 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
24600 problems on several systems.
24602 2004-06-06 Benjamin Otte <otte@gnome.org>
24604 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24605 use explicit caps on the srcpad
24606 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24607 properly error out if caps couldn't be set (fixes #142764)
24609 2004-06-06 Benjamin Otte <otte@gnome.org>
24611 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24612 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24613 (gst_alsa_start_audio):
24614 - don't call set_periods_integer anymore, it breaks the
24615 configuration randomly
24616 - call snd_pcm_hw_params_set_access directly instead of using masks
24617 - don't fail if the sw_params can't be set, just use the default
24618 params and hope it works. Alsalib has weird issues when you touch
24619 sw_params and does no proper error reporting about what failed.
24620 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24621 (gst_alsa_close_audio):
24622 make our alsa debugging go via gst debugging and not conditionally
24624 * ext/alsa/gstalsa.h:
24625 add ALSA_DEBUG_FLUSH macro
24626 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24628 wrap alsa errors to be printed via the gst debugging system and not
24631 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24633 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24634 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24635 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24636 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24637 (qtdemux_parse_trak):
24638 * gst/qtdemux/qtdemux.h:
24639 Bitch. Also known as seeking, querying & co.
24640 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24641 (gst_osssink_change_state):
24642 * sys/oss/gstosssink.h:
24643 Resyncing is for weenies, this hack is no longer needed and was
24644 broken anyway (since it - unintendedly - always leaves resync to
24647 2004-06-05 Andrew Turner <zxombie@hotpop.com>
24649 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24650 * gst/tcp/gsttcpclientsrc.h: idem
24651 - define MSG_NOSIGNAL if not done
24652 - include unistd.h for off_t
24655 2004-06-05 Benjamin Otte <otte@gnome.org>
24658 * ext/kio/Makefile.am:
24659 check for qt's moc preprocessor explicitly and use it
24661 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24663 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24664 don't get a signal for EPIPE on socket writes
24665 (somebody check if this works on other platforms)
24667 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24669 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24670 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24671 check error condition on available samples correctly
24673 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24675 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24677 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24678 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24679 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24680 (gst_tcpserversrc_gdp_read_header):
24681 use ssize_t over size_t since the former is signed and thus the
24682 check for error codes can work
24684 2004-06-02 Wim Taymans <wim@fluendo.com>
24688 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24689 (gst_multipart_mux_loop):
24692 2004-06-02 Wim Taymans <wim@fluendo.com>
24694 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24695 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24696 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24697 (gst_multipart_mux_change_state):
24698 Added configurable boundary specifier, added the value as a
24699 caps field as well.
24701 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24703 * gst/tcp/gsttcp.c:
24704 * gst/tcp/gsttcpclientsrc.c:
24705 * gst/tcp/gsttcpclientsrc.h:
24706 * gst/tcp/gsttcpserversrc.c:
24707 - portability fix, to compile on OSX
24710 * sys/osxaudio/gstosxaudioelement.c:
24711 * sys/osxaudio/gstosxaudiosink.c:
24712 * sys/osxaudio/gstosxaudiosrc.c:
24713 - compilation warnings on OSX
24716 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24718 * ext/vorbis/vorbisdec.c : sign warning fixes
24720 * gst-libs/gst/mixer/mixertrack.c :
24721 do no use defines which are glib 2.4 specific
24723 2004-06-01 Christophe Fergeau <teuf@gnome.org>
24725 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24726 buffer since libflac doesn't expect it (reports a sync error when
24727 it encounters that)
24730 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
24732 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24733 * gst-libs/gst/mixer/mixertrack.c:
24734 (gst_mixer_track_get_property), (get_mixer_track_init),
24735 (get_mixer_track_get_property): Added property accessors
24736 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24737 * gst-libs/gst/mixer/mixeroptions.c:
24738 (gst_mixer_options_get_values): Added
24739 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24740 * gst-libs/gst/mixer/mixer.c: Fixed comment
24743 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24745 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24746 improve error messages on open
24749 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24751 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24752 check if v4l-conf is in path
24754 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24756 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24757 change assert to a more readable error message
24759 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24761 * gst-libs/gst/tuner/tunerchannel.h:
24762 - add a freq_multiplicator field to make the conversion
24763 between internal frequency unit and Hz
24764 * sys/v4l/gstv4lelement.c:
24765 * sys/v4l2/gstv4l2element.c:
24766 - change default video device to /dev/video0
24767 * sys/v4l/v4l_calls.c:
24768 * sys/v4l2/v4l2_calls.c:
24769 - we only expose frequency to the user in Hz instead of
24770 bastard v4lX unit (either 62.5kHz or 62.5Hz)
24772 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
24773 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24774 Initialise b_o_s and e_o_s variables
24775 * gst-libs/gst/riff/riff-media.c:
24776 (gst_riff_create_video_caps_with_data):
24777 Add some unusual fourcc's from mplayer avi's
24778 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24779 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24782 2004-05-28 Wim Taymans <wim@fluendo.com>
24785 * gst/alpha/Makefile.am:
24786 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24787 (gst_alpha_get_type), (gst_alpha_base_init),
24788 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24789 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24790 (gst_alpha_chroma_key), (gst_alpha_chain),
24791 (gst_alpha_change_state), (plugin_init):
24792 A plugin to add an alpha channel to I420 video. Can optionally do
24794 * gst/multipart/Makefile.am:
24795 * gst/multipart/multipart.c: (plugin_init):
24796 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24797 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24798 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24799 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24800 (gst_multipart_demux_change_state),
24801 (gst_multipart_demux_plugin_init):
24802 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24803 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24804 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24805 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24806 (gst_multipart_mux_pad_unlink),
24807 (gst_multipart_mux_request_new_pad),
24808 (gst_multipart_mux_handle_src_event),
24809 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24810 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24811 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24812 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24813 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24814 send multipart jpeg images to a browser.
24815 * gst/videobox/Makefile.am:
24816 * gst/videobox/README:
24817 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24818 (gst_video_box_get_type), (gst_video_box_base_init),
24819 (gst_video_box_class_init), (gst_video_box_init),
24820 (gst_video_box_set_property), (gst_video_box_get_property),
24821 (gst_video_box_sink_link), (gst_video_box_i420),
24822 (gst_video_box_ayuv), (gst_video_box_chain),
24823 (gst_video_box_change_state), (plugin_init):
24824 Crops or adds borders around an image. can do alpha channel
24826 * gst/videomixer/Makefile.am:
24827 * gst/videomixer/README:
24828 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24829 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24830 (gst_videomixer_pad_get_sink_event_masks),
24831 (gst_videomixer_pad_get_property),
24832 (gst_videomixer_pad_set_property),
24833 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24834 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24835 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24836 (gst_videomixer_base_init), (gst_videomixer_class_init),
24837 (gst_videomixer_init), (gst_videomixer_request_new_pad),
24838 (gst_videomixer_handle_src_event),
24839 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24840 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24841 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24842 (gst_videomixer_loop), (gst_videomixer_get_property),
24843 (gst_videomixer_set_property), (gst_videomixer_change_state),
24845 Generic video mixer plugin, can handle multiple inputs all with
24846 different framerates and video sizes. Is fully alpha channel
24849 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
24851 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24852 Select first track as master track. Not sure how else to handle
24854 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24855 Discard discont events. Should fix #142962.
24857 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
24859 * ext/alsa/Makefile.am:
24860 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24861 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24862 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24863 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24864 (gst_alsa_mixer_get_option):
24865 * ext/alsa/gstalsamixer.h:
24866 * ext/alsa/gstalsamixeroptions.c:
24867 (gst_alsa_mixer_options_get_type),
24868 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24869 (gst_alsa_mixer_options_new):
24870 * ext/alsa/gstalsamixeroptions.h:
24871 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24872 * ext/alsa/gstalsamixertrack.h:
24873 Add enumerations (as GstMixerOptions). Make correct distinction
24874 between input/output tracks. Add capture/playback private flag.
24875 Use flag to decide on whether to set capture or playback volumes
24876 or switches. Use playback and record switches.
24877 * gst-libs/gst/mixer/Makefile.am:
24878 * gst-libs/gst/mixer/mixer-marshal.list:
24879 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24880 (gst_mixer_set_option), (gst_mixer_get_option),
24881 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24882 (gst_mixer_volume_changed), (gst_mixer_option_changed):
24883 * gst-libs/gst/mixer/mixer.h:
24884 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24885 (gst_mixer_options_class_init), (gst_mixer_options_init),
24886 (gst_mixer_options_dispose):
24887 * gst-libs/gst/mixer/mixeroptions.h:
24888 Add GstMixerOptions.
24889 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24890 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24891 broken device detection on computers with multiple OSS sound
24894 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
24896 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24897 fixate nicely even when the peer is not negotiating
24899 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
24901 * gst/audioconvert/gstaudioconvert.c:
24902 (gst_audio_convert_parse_caps):
24903 make sure we don't allow depth > width
24904 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24905 fixate endianness to G_BYTE_ORDER as default
24906 * gst/audioscale/gstaudioscale.c:
24907 we don't handle another endianness as host-endianness
24909 2004-05-25 David Schleef <ds@schleef.org>
24911 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
24913 2004-05-24 Benjamin Otte <otte@gnome.org>
24915 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24916 (gst_oggvorbisenc_setup):
24917 properly fail when we can't setup the vorbis encoder due to
24918 unsupported settings
24919 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24920 (gst_vorbisenc_setup):
24922 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24923 fix case where warnings occured when one pad was unlinked while the
24924 other's link function was called
24926 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
24928 * gst/tcp/Makefile.am:
24931 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
24933 * gst-libs/gst/resample/private.h:
24934 don't use optimizations that are #if 0'ed
24936 2004-05-24 Wim Taymans <wim@fluendo.com>
24938 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24939 Fix potential division by zero error and hopefully get
24940 the position query right to get correct timestamps on avi
24943 2004-05-24 Wim Taymans <wim@fluendo.com>
24945 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24946 (gst_videoscale_scale_nearest_str2),
24947 (gst_videoscale_scale_nearest_str4),
24948 (gst_videoscale_scale_nearest_32bit),
24949 (gst_videoscale_scale_nearest_24bit),
24950 (gst_videoscale_scale_nearest_16bit):
24951 Fix the scaling algorithm and avoid a buffer overflow.
24952 removed the while loop in the scaling function as it
24953 was used for point sampling only.
24955 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
24957 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24958 (gst_id3_tag_class_init), (gst_id3_tag_init),
24959 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24960 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24961 (gst_id3_tag_send_tag_event):
24962 lots of fixes to make id3mux work and id3demux work correctly
24964 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24967 add rules to build shout2send (was removed by accident
24968 when this module was no more marked experimental/broken)
24970 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24972 * ext/shout2/gstshout2.c:
24973 * ext/shout2/gstshout2.h:
24974 adding a "connection problem" signal to shout2send
24977 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
24979 * ext/kio/kioreceiver.cpp:
24980 * ext/kio/kioreceiver.h:
24981 fix sign comparison issues
24983 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24985 * gst/cdxaparse/gstcdxaparse.c:
24986 * gst/cdxaparse/gstcdxaparse.h:
24988 add some checks/sanity
24989 prepare for seek addition
24991 * sys/sunaudio/gstsunaudio.c:
24992 remove exported dupe init function
24994 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
24996 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24997 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24998 Fix format conversion and position querying.
24999 * gst/debug/progressreport.c: (gst_progressreport_report):
25000 Don't output a bogus total value that we didn't query.
25001 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25002 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25003 only a blank window after xine has been used.
25005 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25008 sync with upstream version to fix test on FC2
25009 readd with -ko to preserve Id header
25011 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25014 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25015 * gst/tcp/gsttcpclientsrc.c: idem
25016 * gst/tcp/gsttcpserversink.c: idem
25017 * gst/tcp/gsttcpserversrc.c: idem
25018 * m4/gst-fionread.m4: idem
25020 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25022 * configure.ac: enable speex plugin for speex 1.1.5+
25023 * ext/speex/gstspeexenc.c: fix cast warning
25025 * ext/esd/README: fix typo
25027 2004-05-20 David Schleef <ds@schleef.org>
25029 * configure.ac: Minor cosmetic change to convince the buildbot to
25031 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25032 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25033 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25034 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25035 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25036 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25037 More hacking. Plays audio now.
25039 2004-05-20 David Schleef <ds@schleef.org>
25044 2004-05-20 David Schleef <ds@schleef.org>
25046 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
25047 * sys/osxaudio/gstosxaudio.c:
25048 * sys/osxaudio/gstosxaudioelement.c:
25049 * sys/osxaudio/gstosxaudioelement.h:
25050 * sys/osxaudio/gstosxaudiosink.c:
25051 * sys/osxaudio/gstosxaudiosink.h:
25052 * sys/osxaudio/gstosxaudiosrc.c:
25053 * sys/osxaudio/gstosxaudiosrc.h:
25055 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25057 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25058 (gst_vorbisenc_chain):
25059 put the codec headers on the caps as streamheader as well as
25062 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25064 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25065 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25066 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25067 split up push_packet into two functions
25069 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25071 * gst/tcp/.cvsignore:
25073 * gst/tcp/Makefile.am:
25075 * gst/tcp/gsttcp.c:
25076 * gst/tcp/gsttcp.h:
25077 * gst/tcp/gsttcpclientsink.c:
25078 * gst/tcp/gsttcpclientsink.h:
25079 * gst/tcp/gsttcpclientsrc.c:
25080 * gst/tcp/gsttcpclientsrc.h:
25081 * gst/tcp/gsttcpplugin.c:
25082 * gst/tcp/gsttcpserversink.c:
25083 * gst/tcp/gsttcpserversink.h:
25084 * gst/tcp/gsttcpserversrc.c:
25085 * gst/tcp/gsttcpserversrc.h:
25086 add new tcp elements
25088 2004-05-19 Wim Taymans <wim@fluendo.com>
25090 * gst/law/mulaw-conversion.c: (mulaw_encode):
25091 Fix overflow bug in ulaw encoding.
25093 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25095 * ext/mad/gstmad.c: (gst_mad_handle_event):
25096 don't unref the event twice
25098 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25101 remove -Wno-sign-compare
25103 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25106 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25107 if you want to work against glib 2.2 and 2.4
25109 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
25111 * gst/tcp/Makefile.am:
25112 * gst/tcp/gsttcp.c:
25113 * gst/tcp/gsttcp.h:
25114 * gst/tcp/gsttcpsink.h:
25115 * gst/tcp/gsttcpsrc.h:
25116 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25118 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25120 * gst/debug/tests.c: (md5_get_value):
25121 fix segfault on gst-inspect
25123 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25125 * gst/debug/testplugin.c:
25126 * gst/debug/tests.c:
25127 * gst/debug/tests.h:
25128 add new extensible and configurable testing element. Current tests
25129 include buffer count, stream length, timestamp/duration matching and
25131 * gst/debug/Makefile.am:
25132 * gst/debug/gstdebug.c: (plugin_init):
25133 add infrastructure for new element
25135 2004-05-19 Johan Dahlin <johan@gnome.org>
25137 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25138 ending of the array. Fixes gst-inspect segfault on ppc.
25140 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25142 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25144 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25146 2004-05-18 David Schleef <ds@schleef.org>
25148 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25149 warnings (bugs, actually) noticed by gcc but not forte.
25151 2004-05-18 David Schleef <ds@schleef.org>
25153 * sys/sunaudio/Makefile.am:
25154 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25156 2004-05-18 David Schleef <ds@schleef.org>
25158 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25159 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
25160 to allow qtdemux to use non-seekable streams. (bug #142272)
25162 2004-05-18 David Schleef <ds@schleef.org>
25164 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25165 (gst_resample_sinc_ft_float): Remove use of static temporary
25166 buffer. This code was obviously not supposed to last long, but
25167 it's stuck in our ABI, so it required a little hack to make it
25168 ABI-compatible. Fixes #142585.
25169 * gst-libs/gst/resample/resample.h: same.
25171 2004-05-18 David Schleef <ds@schleef.org>
25173 * configure.ac: Add sunaudio
25174 * examples/Makefile.am: make gstplay depend on gconf
25175 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25176 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25177 (convert_table_lookup), (img_convert): remove c99-isms
25178 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25179 unsigned, to fix a warning on Solaris
25180 * gst/mpeg1sys/systems.c: bcopy->memcpy
25181 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25182 * sys/Makefile.am: Add sunaudio
25184 2004-05-18 Wim Taymans <wim@fluendo.com>
25186 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25187 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25188 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25189 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25190 (gst_ogg_mux_loop):
25191 Fix an ugly memleak where the muxer didn't flush enough ogg
25192 pages. This also resulted in badly muxed ogg files.
25194 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25196 * gst/asfdemux/asfheaders.c :
25197 * gst/asfdemux/asfheaders.h :
25198 * gst/asfdemux/gstasfdemux.c :
25199 - fix ASF_OBJ_PADDING guid
25200 - add 3 new object guids (language list, metadata,
25201 extended stream properties)
25202 - add a function to parse extended header objects
25204 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
25206 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25207 remove leftover debugging g_print
25209 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
25211 * ext/mad/gstmad.c: (gst_mad_handle_event):
25212 Fix for when the first format in a discont event is not a
25213 byte-based one. Should fix #137710.
25215 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25217 * m4/a52.m4 : fix compilation with -Wall -Werror
25218 * m4/libfame.m4 : idem
25219 * m4/libmikmod.m4 : idem
25221 2004-05-17 Benjamin Otte <otte@gnome.org>
25223 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25224 signal the new tags before giving up the reference
25226 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25228 * ext/shout2/gstshout2.c:
25229 use application/ogg instead of application/x-ogg (patch by Patrick
25230 Guimond, fixes #142432)
25231 * sys/oss/gstosselement.c: (gst_osselement_reset),
25232 (gst_osselement_sync_parms):
25233 don't set fragment size unless specified (fixes #142493)
25235 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25237 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25240 2004-05-17 Benjamin Otte <otte@gnome.org>
25242 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25243 compute offsets correctly for internal buffers so timestamps are set
25244 correctly when we can't seek. Also handle cases where there are no
25245 offsets. (based on a patch by David Moore, fixes #142507)
25247 2004-05-17 Benjamin Otte <otte@gnome.org>
25249 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25250 use correct variable when determining amount of data to skip so we
25251 don't skip into the void and segfault
25253 2004-05-16 Benjamin Otte <otte@gnome.org>
25255 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25258 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25260 * gst/asfdemux/gstasfdemux.c:
25261 - fix a mem leak and always propagate tags
25262 - add WMV3 to known video codecs (but no decoder yet)
25263 - replace "surplus data" at end of audio header for what
25264 it is : codec specific data
25267 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
25269 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25271 * gst-libs/gst/audio/audioclock.c:
25272 Fix wrong return type (#142205).
25274 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25276 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25277 Ignore CRCs by default (fixes #142566).
25279 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25281 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25282 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25283 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25284 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25285 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25286 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25287 Fix for cases where we fail to attach to a mixer.
25289 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25291 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25292 Don't touch events after not owning them anymore.
25293 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25294 (gst_wavparse_fmt), (gst_wavparse_other),
25295 (gst_wavparse_handle_seek), (gst_wavparse_loop),
25296 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25297 (gst_wavparse_srcpad_event):
25298 * gst/wavparse/gstwavparse.h:
25299 Add seeking, fix querying.
25301 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25303 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25304 - process comments even if they don't end with \0\0
25305 g_convert would ignore them if present and works well without them
25307 2004-05-16 Benjamin Otte <otte@gnome.org>
25309 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25312 2004-05-16 Benjamin Otte <otte@gnome.org>
25314 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25315 don't write to memory we might not write to - g_convert does that
25316 for us anyway (fixes #142613)
25317 (gst_asf_demux_audio_caps):
25318 comment out gst_util_dump_mem
25320 2004-05-16 Benjamin Otte <otte@gnome.org>
25322 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25323 compute correct expected timestamps after seek (broken since
25325 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25326 rename element and debugging category to gdkpixbufscale
25328 2004-05-16 Benjamin Otte <otte@gnome.org>
25330 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25331 add error checking to snd_pcm_delay and remove duplicate call to
25332 snd_pcm_delay that caused issues (see inline code comments)
25333 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25334 make more readable and fix return value when snd_pcm_delay fails
25337 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
25338 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25339 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25340 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25341 (gst_pixbufscale_link), (gst_pixbufscale_init),
25342 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25343 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25344 (gst_pixbufscale_get_property), (pixbufscale_init):
25345 * ext/gdk_pixbuf/pixbufscale.h:
25346 Add these files I forgot earlier
25348 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
25349 * ext/gdk_pixbuf/Makefile.am:
25350 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25351 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25352 Add new pixbufscale element to scale RGB video
25353 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25354 and HYPER interpolation correctly.
25355 * ext/theora/theoraenc.c: (theora_enc_chain),
25356 Discard buffer and return if explicit caps could not be set
25357 (theora_enc_get_property):
25358 Make _get return kbps for the bitrate consistent with
25362 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25364 * ext/libvisual/visual.c: (gst_visual_chain):
25365 add missing visual_audio_analyze
25367 2004-05-14 David Schleef <ds@schleef.org>
25369 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25370 is killed while we're playing.
25371 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25372 gst_element_no_more_pads().
25374 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25376 * gst-libs/gst/riff/riff-read.c :
25377 - fix INFO tag extraction in RIFF/AVI files
25378 because gst_event_unref (event) also freed taglist
25381 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25383 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25384 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25386 * gst/auparse/gstauparse.c :
25387 - add code (commented for now) to support audio/x-adpcm on src pad
25388 (we have no decoder for those layout yet)
25390 * gst/cdxaparse/gstcdxaparse.c :
25391 * gst/cdxaparse/gstcdxaparse.h :
25392 - partial rewrite using RiffRead (ripped iain's wavparse code)
25394 * gst/rtp/gstrtpL16enc.c : typo
25395 * gst/rtp/gstrtpgsmenc.c : typo
25397 2004-05-13 Benjamin Otte <otte@gnome.org>
25400 check for exact version of libvisual, it's not supposed to be
25403 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
25405 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25406 signal no-more-pads
25408 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25410 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25411 Report which format was used for GST_FORMAT_DEFAULT
25412 * gst/debug/Makefile.am:
25413 * gst/debug/gstdebug.c: (plugin_init):
25414 * gst/debug/progressreport.c: (gst_progressreport_base_init),
25415 (gst_progressreport_class_init), (gst_progressreport_init),
25416 (gst_progressreport_report), (gst_progressreport_set_property),
25417 (gst_progressreport_get_property), (gst_progressreport_chain),
25418 (gst_progressreport_plugin_init):
25419 Add progressreport element for testing.
25421 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
25423 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25424 * sys/v4l/gstv4lsrc.h:
25425 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25426 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25427 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25428 (gst_v4lsrc_grab_frame):
25430 send a discont at start
25432 2004-05-12 Colin Walters <walters@redhat.com>
25434 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25435 inflooping if we can't find a chunk. Or in other words, don't blow
25436 chunks if we don't have a chunk to blow.
25438 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25439 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25440 Remove old debug output
25441 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25442 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25443 (gst_dvdec_set_property), (gst_dvdec_get_property):
25444 Change the quality setting to an enum, so it works from gst-launch
25445 Don't renegotiate a non-linked pad. Allows audio only decoding.
25446 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25447 (gst_deinterlace_link), (gst_deinterlace_init):
25448 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25449 (gst_videodrop_link):
25450 Some caps negotiation fixes
25452 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25454 * ext/tarkin/gsttarkin.c :
25455 - Change RANK from NONE to PRIMARY
25456 * ext/gdk_pixbuf/gstgdkpixbuf.c :
25457 - Change RANK from NONE to MARGINAL
25458 * ext/divx/gstdivxenc.c :
25459 - Change RANK from PRIMARY to NONE (encoder/spider issue)
25461 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
25463 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25464 (gst_vorbisenc_push_packet):
25465 copy a function that was added between 1.0 and 1.0.1 until we
25466 depend on worthwhile features of post-1.0
25468 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25471 enable shout2 by default
25472 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25473 (gst_shout2send_base_init), (gst_shout2send_init),
25474 (gst_shout2send_connect), (gst_shout2send_change_state):
25475 * ext/shout2/gstshout2.h:
25476 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25478 * ext/theora/theora.c: (plugin_init):
25479 don't set rank on encoders
25481 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
25483 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25484 Use codec_data property instead of flag1 and flag2 for wma
25486 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25488 * gst/cdxaparse/gstcdxaparse.c :
25489 - Add mpegversion to CAPS to make it link
25490 - Rank is as GST_RANK_SECONDARY instead of NONE
25491 * gst/auparse/gstauparse.c :
25492 - Document all audio encoding we can encounter from Solaris 9
25493 headers and libsndfile information.
25494 - Increase max. rate from 48000 to 192000 (to match other elements)
25495 - Don't try to play junk data between header and samples
25497 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25499 * ext/libvisual/visual.c: (gst_visual_getcaps):
25500 use the right caps depending on endianness (I hope)
25501 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25502 use GST_RANK_NONE for all non-decoding elements or spider gets
25505 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
25507 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25508 Fix some odd cases and fix BE metadata parsing of unicode16 text.
25510 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25512 * gst/switch/gstswitch.c: (gst_switch_release_pad),
25513 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25514 (gst_switch_loop), (gst_switch_get_type):
25515 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25516 HEADERS. Had to be said.
25518 2004-05-10 David Schleef <ds@schleef.org>
25520 * configure.ac: Add prototype Dirac support.
25522 * ext/dirac/Makefile.am:
25523 * ext/dirac/gstdirac.cc:
25524 * ext/dirac/gstdiracdec.cc:
25526 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25528 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25529 (gst_auparse_init), (gst_auparse_chain),
25530 (gst_auparse_change_state):
25531 Hack around spider. Remove me some day please.
25533 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25535 * gst/auparse/gstauparse.c: (gst_auparse_chain):
25536 Fix for some uninitialized variables in previous patch, also
25537 makes it work. Fixes #142286 while we're at it.
25539 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25541 * gst/auparse/gstauparse.c:
25542 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25543 only unsupported formats are ADPCM/CCITT G.72x
25545 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25547 2004-05-10 Wim Taymans <wim@fluendo.com>
25549 * ext/vorbis/Makefile.am:
25550 * ext/vorbis/README:
25551 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25552 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25553 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25554 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25555 (gst_oggvorbisenc_convert_sink),
25556 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25557 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25558 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25559 (get_constraints_string), (update_start_message),
25560 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25561 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25562 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25563 * ext/vorbis/oggvorbisenc.h:
25564 * ext/vorbis/vorbis.c: (plugin_init):
25565 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25566 (raw_caps_factory), (gst_vorbisenc_class_init),
25567 (gst_vorbisenc_init), (gst_vorbisenc_setup),
25568 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25569 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25570 * ext/vorbis/vorbisenc.h:
25571 Added a raw vorbis encoder to be used with the oggmuxer.
25572 We still need the old encoder for some gnome applications,
25573 read the README to find out how that works.
25574 The raw encoder is called "rawvorbisenc" until 0.9.
25576 2004-05-10 Wim Taymans <wim@fluendo.com>
25578 * ext/ogg/gstogg.c: (plugin_init):
25579 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25581 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25582 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25583 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25584 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25585 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25586 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25587 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25588 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25589 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25590 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25591 Added an ogg muxer.
25592 Small typo fixes in the demuxer.
25594 2004-05-10 Wim Taymans <wim@fluendo.com>
25596 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25597 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25598 (theora_enc_change_state), (theora_enc_set_property),
25599 (theora_enc_get_property):
25600 Mark the last packet with an EOS flag which is not really needed
25602 Do some better video framerate initialisation.
25603 Update the buffer timestamp.
25605 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
25607 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25608 Return the result of the parent state change call
25610 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25612 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25613 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25614 * gst/law/alaw-encode.c : (idem)
25615 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25616 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25617 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25619 2004-05-09 Benjamin Otte <otte@gnome.org>
25621 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25622 don't use a fixed buffer size when writing variable length data to
25623 it. Fixes memory corruption and makes alsasrc work
25625 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25627 * ext/gnomevfs/gstgnomevfssink.c:
25628 (_gst_boolean_allow_overwrite_accumulator),
25629 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25630 Run glib's default signal handler (??) in RUN_CLEANUP rather than
25631 RUN_LAST, and don't use that to set the accumulator value because
25632 then it's always FALSE.
25634 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25636 * gst-libs/gst/riff/riff-media.c:
25637 (gst_riff_create_video_caps_with_data),
25638 (gst_riff_create_audio_caps),
25639 (gst_riff_create_audio_template_caps):
25640 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25641 Fix for unaligned RIFF files (i.e. where all the chunks together
25642 in a LIST chunk are not of the same size as the size given in
25643 the LIST chunk header). Fixes several odd WAVE files. Also fix
25644 ADPCM (block_align property) in audio, so that wavparse based
25645 on this works now as it used to stand-alone.
25647 2004-05-09 Edward Hervey <bilboed@bilboed.com>
25649 reviewed by Benjamin Otte <otte@gnome.org>
25651 * ext/a52dec/gsta52dec.c:
25652 * ext/divx/gstdivxdec.c:
25653 * ext/divx/gstdivxenc.c:
25654 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25655 * ext/faac/gstfaac.c: (gst_faac_base_init):
25656 * ext/faad/gstfaad.c: (gst_faad_base_init):
25657 * ext/ivorbis/vorbisfile.c:
25658 * ext/lame/gstlame.c:
25659 * ext/libfame/gstlibfame.c:
25660 * ext/mpeg2enc/gstmpeg2enc.cc:
25661 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25662 * ext/sidplay/gstsiddec.cc:
25663 * ext/speex/gstspeexdec.c:
25664 * ext/speex/gstspeexenc.c:
25665 * ext/xvid/gstxviddec.c:
25666 * ext/xvid/gstxvidenc.c:
25667 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25670 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
25672 * ext/alsa/gstalsa.c: (device_list),
25673 (gst_alsa_class_probe_devices):
25674 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25675 Fix alsa oddness in mixer after the combination of using mixer
25676 in source/sink elements and using hw:x,y instead of just hw:x.
25678 2004-05-09 Benjamin Otte <otte@gnome.org>
25680 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25681 (gst_wavparse_create_sourcepad):
25682 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25685 2004-05-09 Benjamin Otte <otte@gnome.org>
25687 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25688 allow discont events before caps nego
25690 2004-05-08 Benjamin Otte <otte@gnome.org>
25692 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25695 2004-05-08 Benjamin Otte <otte@gnome.org>
25697 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25698 (gst_level_change_state), (gst_level_init):
25699 * gst/level/gstlevel.h:
25700 figure out if we're initialized directly instead of keeping a
25701 variable that's wrong in 90% of cases
25702 don't initialize pads and then leak them and use a new unitialized
25703 pad. (fixes #142084)
25704 these were bugs so n00bish I didn't find them for an hour :/
25706 2004-05-08 Iain <iain@prettypeople.org>
25708 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25709 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25710 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25711 return the length that was read.
25712 (gst_riff_read_strf_auds): Allow fmt tags as well.
25714 2004-05-07 David Schleef <ds@schleef.org>
25716 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25717 signed char assumption in faad.h.
25719 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25721 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25722 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25724 2004-05-07 Colin Walters <walters@redhat.com>
25726 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25727 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25729 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25730 Add dispose function.
25732 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
25733 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25734 Fix caps nego and pad templates. RGB mode caps should
25736 * ext/dvdnav/gst-dvd:
25737 Move mpeg2dec inside the thread because otherwise the
25738 queue rejects cap changes mid-stream
25739 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25740 (gst_mpeg2dec_flush_decoder):
25741 For mpeg2dec > 0.4.0, call the flush function instead of
25742 manually extracting all in-flight frames.
25743 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25744 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25745 Change mime type video/dv go video/x-dv to match the
25746 rest of gst-plugins
25748 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25750 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25751 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25752 (gst_alsa_sink_class_init):
25753 * ext/alsa/gstalsasink.h:
25754 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25755 (gst_alsa_src_class_init):
25756 * ext/alsa/gstalsasrc.h:
25757 Make alsasink/src a subclass of alsamixer so that mixer stuff
25758 shows up in gst-rec. Needs some finetuning.
25760 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
25762 * ext/lame/gstlame.c: (gst_lame_chain):
25764 * ext/mad/gstmad.c: (gst_mad_handle_event):
25766 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25767 be able to detect mp3 files < 4096 bytes
25769 2004-05-06 Wim Taymans <wim@fluendo.com>
25771 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25772 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25773 (theora_enc_set_property), (theora_enc_get_property):
25774 Also encode the first frame, cleanup some code.
25776 2004-05-06 Wim Taymans <wim@fluendo.com>
25778 * ext/mpeg2enc/gstmpeg2enc.cc:
25779 Forward events first before deciding that negotiation was
25782 2004-05-06 Wim Taymans <wim@fluendo.com>
25784 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25785 First process the events before deciding that negotiation
25788 2004-05-06 Wim Taymans <wim@fluendo.com>
25790 * ext/theora/Makefile.am:
25791 * ext/theora/theora.c: (plugin_init):
25792 * ext/theora/theoradec.c: (theora_dec_change_state):
25793 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25794 (gst_theora_enc_class_init), (gst_theora_enc_init),
25795 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25796 (theora_enc_chain), (theora_enc_change_state),
25797 (theora_enc_set_property), (theora_enc_get_property):
25798 Added a theora encoder, grouped the encoder and decoder into the
25801 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
25803 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25804 (gst_jpegenc_chain):
25805 fix DURATION on outgoing buffers
25806 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25807 debug using time formats
25808 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25809 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25810 (gst_xvimagesink_sink_link):
25811 windows with width/height 0 generate X errors, so don't allow them
25813 2004-05-05 Wim Taymans <wim@fluendo.com>
25815 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25816 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25817 (gst_mpeg2dec_negotiate_format):
25818 * ext/mpeg2dec/gstmpeg2dec.h:
25819 removed the static pad template so that we can add the
25820 more accurate framerate value to the caps.
25823 2004-05-04 Benjamin Otte <otte@gnome.org>
25826 check for kdemacros.h, too (should fix #141821)
25827 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25828 don't crash if no header was sent, but nicely error out (fixes part
25831 2004-05-04 Wim Taymans <wim@fluendo.com>
25833 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25834 parent dispose function to avoid segfault on destroy.
25836 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
25838 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25840 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25841 (gst_xvimagesink_sink_link):
25842 clean up debugging caps
25843 also recreate xvimage when format has changed
25845 2004-05-04 Benjamin Otte <otte@gnome.org>
25847 * ext/libvisual/Makefile.am:
25848 * ext/libvisual/visual.c: (gst_visual_class_init),
25849 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25850 (gst_visual_srclink), (gst_visual_chain),
25851 (gst_visual_change_state), (plugin_init):
25852 use a GstAdapter to correctly adapt buffer sizes - allows using a
25855 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25857 * sys/v4l/gstv4lelement.h:
25858 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25859 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25860 (gst_v4lsrc_buffer_free):
25861 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25862 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25863 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25864 (gst_v4lsrc_requeue_frame):
25865 move some debugging categories around
25866 query for fps index and set accordingly if found
25868 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25870 * ext/lame/gstlame.c:
25871 correct defaults that lame_init puts out of range
25873 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25875 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25876 (gst_divxenc_class_init):
25877 fix range since -1 is the default
25878 * gst/mpeg1sys/gstmpeg1systemencode.c:
25879 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25880 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25881 (gst_rtjpegdec_chain):
25882 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25883 (gst_rtjpegenc_chain):
25884 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25885 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25886 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25887 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25888 * sys/v4l/gstv4lsrc.c:
25889 * sys/v4l/v4l_calls.c: (gst_v4l_open):
25890 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25891 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25892 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25893 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25894 remove gst_info calls
25896 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25905 Updated translations
25907 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25909 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25910 refactor/comment code
25912 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
25914 * gst/asfdemux/Makefile.am:
25915 * gst/asfdemux/asfheaders.c:
25916 * gst/asfdemux/asfheaders.h:
25917 * gst/asfdemux/gstasf.c: (plugin_init):
25918 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25919 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25920 (gst_asf_demux_setup_pad):
25921 * gst/asfdemux/gstasfdemux.h:
25922 * gst/asfdemux/gstasfmux.c:
25923 * gst/asfdemux/gstasfmux.h:
25924 Add tagging support to demuxer, split out registration in its own
25925 file instead of in demux (hacky), and prevent having some tables
25926 in our memory multiple times (in asfheaders.h).
25928 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
25930 * gst/matroska/matroska-demux.c:
25931 (gst_matroska_demux_parse_metadata):
25932 * gst/matroska/matroska-ids.h:
25933 Basic tag reading support.
25935 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
25937 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25938 Really detect ac-3 audio.
25939 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25940 really detect matroska files (off-by-1).
25942 2004-04-30 David Schleef <ds@schleef.org>
25944 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25945 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25946 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25947 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25948 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25949 hackage -- parse a lot more atoms, extract a few tags. One might even
25950 mistake this for tag support. Maybe it is.
25951 * gst/qtdemux/qtdemux.h:
25953 2004-04-30 Colin Walters <walters@verbum.org>
25955 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25957 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
25959 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25960 (gst_ffmpegcolorspace_getcaps):
25961 remove broken nego fix
25963 2004-04-30 Benjamin Otte <otte@gnome.org>
25967 * ext/libvisual/Makefile.am:
25968 * ext/libvisual/visual.c:
25969 add initial support for libvisual (http://libvisual.sourceforge.net)
25970 libvisual is still quite alpha, so expect crashes in there :)
25972 2004-04-29 David Schleef <ds@schleef.org>
25974 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25975 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25976 up qtdemux to make it spit out codec_data. Do _not_ look at this
25977 code; you will no longer respect me.
25979 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25981 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25982 * ext/alsa/gstalsa.h :
25983 change alsa pcm device discovery to find more than 1 device
25984 per card. code review by Ronald.
25986 2004-04-29 David Schleef <ds@schleef.org>
25988 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25989 Add a check for a driver bug on FreeBSD. (bug #140565)
25991 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
25993 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25994 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25995 (gst_jpegenc_getcaps):
25996 move format setting to inner loop
25997 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25998 (gst_ffmpegcolorspace_getcaps):
25999 use GST_PAD_CAPS if available so that we use already negotiated
26001 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26002 (qtdemux_parse_moov), (qtdemux_parse):
26004 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26005 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26006 move hardcoded path to DEFINE
26008 2004-04-28 David Schleef <ds@schleef.org>
26010 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
26013 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26015 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26016 Don't probe for playback device if we're a source element. Fixes
26019 2004-04-29 Benjamin Otte <otte@gnome.org>
26021 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26022 (gst_id3_tag_chain):
26023 rewrite buffer offset
26025 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26029 * ext/dts/Makefile.am:
26030 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26031 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26032 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26033 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26034 (gst_dtsdec_loop), (gst_dtsdec_change_state),
26035 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26037 * ext/dts/gstdtsdec.h:
26039 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26040 (gst_faad_srcconnect):
26041 Add ESDS atom handling (.m4a).
26043 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
26045 * ext/divx/gstdivxdec.c: (plugin_init):
26046 Remove comment that makes no sense.
26047 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26048 Fix for obvious typo that resulted in warnings during gst-register.
26049 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26050 (gst_xviddec_sink_link):
26051 Fix caps negotiation a bit better.
26052 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26053 We call this 'codec_data', not 'esds'.
26055 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26057 * gst/monoscope/gstmonoscope.c:
26058 make sure we only provide 256x128
26059 * gst/monoscope/monoscope.c: (monoscope_init):
26060 assert size of 256x128
26062 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26065 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26066 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26067 fixate to max width and height of device
26069 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26072 * sys/v4l/gstv4l.c:
26073 * sys/v4l/gstv4lsrc.c:
26074 * sys/v4l/v4l_calls.c:
26075 * sys/v4l/v4lsrc_calls.c:
26076 fix for qc-usb driver which fakes having more than one buffer
26077 by handing the same buffer twice, which confused GStreamer's/v4lsrc
26078 buffer_free override
26081 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26084 * gst/videotestsrc/gstvideotestsrc.c:
26085 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26086 (gst_videotestsrc_init), (gst_videotestsrc_get),
26087 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26088 * gst/videotestsrc/gstvideotestsrc.h:
26089 add num-buffers property
26091 2004-04-26 Benjamin Otte <otte@gnome.org>
26093 * ext/mad/gstid3tag.c: (plugin_init):
26094 set id3mux rank to NONE so it doesn't confuse spider
26095 require audio/mpeg,mpegversion=1 in id3mux
26097 2004-04-26 Benjamin Otte <otte@gnome.org>
26100 detect faad correctly as non-working if it's indeed non-working
26102 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
26105 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26106 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26107 fix _getcaps so it only negotiates to its supported format
26109 2004-04-25 Benjamin Otte <otte@gnome.org>
26111 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26114 2004-04-23 Benjamin Otte <otte@gnome.org>
26116 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26117 audio/x-raw-int with height rules! not. Now it's depth.
26119 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
26121 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26122 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26123 (gst_wavparse_loop):
26124 Missing variable initialization. Add handling of DVI ADPCM. Fix
26125 mis-parsing of LIST chunks. This works around a bug where we mis-
26126 parse non-aligning LIST chunks (so LIST chunks where the contents
26127 don't align with the actual LIST size). The correct fix is to use
26128 rifflib, I'm not going to fix wavparse - too much work. All this
26131 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26133 reviewed by Benjamin Otte <otte@gnome.org>
26135 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26136 fix shoutcast not working (fixes #140844)
26138 2004-04-22 Benjamin Otte <otte@gnome.org>
26140 * ext/hermes/gsthermescolorspace.c:
26141 (gst_hermes_colorspace_caps_remove_format_info):
26142 * gst/colorspace/gstcolorspace.c:
26143 (gst_colorspace_caps_remove_format_info):
26144 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26145 (gst_ffmpegcolorspace_caps_remove_format_info):
26146 s/gst_caps_simplify/gst_caps_do_simplify/
26148 2004-04-22 Benjamin Otte <otte@gnome.org>
26150 * gst-libs/gst/riff/riff-media.c:
26151 (gst_riff_create_video_caps_with_data):
26152 mpegversion is an int
26153 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26154 don't try to create pad templates with NULL caps, use any caps
26157 2004-04-20 David Schleef <ds@schleef.org>
26159 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26160 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
26163 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26165 reviewed by David Schleef
26167 * ext/mad/gstid3tag.c: Add stdlib.h
26168 * gst/rtp/gstrtpgsmenc.c: same
26169 * gst/tags/gstid3tag.c: same
26170 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26171 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26172 GST_DISABLE_LOADSAVE use.
26173 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26174 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26175 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26177 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26178 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26180 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26181 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26183 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26186 2004-04-20 David Schleef <ds@schleef.org>
26188 * gst/realmedia/rmdemux.c: This was supposed to part of the
26189 last checkin. Same idea.
26191 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26193 reviewed by David Schleef
26195 * configure.ac: bump required gstreamer version to 0.8.1.1
26196 because of following changes [--ds]
26198 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
26199 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26200 (gst_riff_read_header): Use GST_READ_UINT*
26201 macros to access possibly unaligned memory.
26203 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26204 (mp3_type_find): Use GST_READ_UINT*
26205 macros to access possibly unaligned memory.
26206 (mp3_type_find, mpeg1_parse_header, qt_type_find)
26207 (speex_type_find): Likewise
26209 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26211 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26212 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26213 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26214 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26215 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26216 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
26217 macros to access possibly unaligned memory.
26219 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26222 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26223 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26225 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26228 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26229 (gst_mpeg2subt_chain_subtitle): Likewise.
26231 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26232 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26235 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26238 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26241 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26244 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26247 update required version of GStreamer because of GST_TIME_FORMAT
26249 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
26251 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26252 remove leftover g_print
26253 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26254 don't try setting only a subset of the caps. We don't want to kill
26255 autoplugging on purpose
26257 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26259 * sys/ximage/ximagesink.c: (plugin_init):
26260 * sys/xvimage/xvimagesink.c: (plugin_init):
26261 add debugging categories
26263 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26267 Adding en_GB translation (Gareth Owen)
26269 2004-04-20 David Schleef <ds@schleef.org>
26271 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26272 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26273 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26274 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26275 A number of new features and hacks to extract the esds atom and
26276 put it into the caps. (bug #137724)
26278 2004-04-19 David Schleef <ds@schleef.org>
26280 * gconf/Makefile.am: Fix for non-GNU make
26281 * gst-libs/gst/Makefile.am: Change directory order to handle
26282 GstPlay linking with gstinterfaces
26283 * gst-libs/gst/audio/make_filter: make use of tr portable
26284 * gst-libs/gst/play/Makefile.am: Add intended \
26285 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26286 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26287 function prototype instead of void *.
26288 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26290 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26291 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26292 * gst/videofilter/make_filter: make use of tr portable
26293 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26295 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
26299 Added Ukrainian translation (Maxim V. Dziumanenko)
26301 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26303 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26304 (gst_gsmdec_link), (gst_gsmdec_chain):
26305 Fix capsnego, simplify chain function slightly.
26306 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26309 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26311 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26312 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26313 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26314 Hack to make wavparse work with spider (always -> sometimes pad).
26315 Fixes #135862 && #140411.
26317 2004-04-18 Benjamin Otte <otte@gnome.org>
26319 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26320 (gst_osselement_rate_probe_check),
26321 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26322 get rid of \n in debug output
26324 2004-04-17 Iain <iain@prettypeople.org>
26326 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26329 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26331 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26332 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26333 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26334 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26335 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26336 (gst_id3_tag_change_state), (plugin_init):
26337 deprecate id3tag element and replace with id3demux/id3mux.
26338 great side effect: this ugly file is now even uglier, yay!
26339 * ext/mad/gstmad.h:
26340 remove non-available function
26341 update for new get_type
26343 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26346 require mpeg2dec >= 0.4.0
26348 2004-04-17 Benjamin Otte <otte@gnome.org>
26350 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26351 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26352 (gst_xvimagesink_set_xwindow_id):
26353 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26354 assorted cleanup fixes.
26356 2004-04-16 David Schleef <ds@schleef.org>
26358 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26359 * sys/xvimage/xvimagesink.h: same
26361 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
26363 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26364 Fix GST_ELEMENT_ERROR with (NULL)
26366 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26368 * gst-libs/gst/riff/riff-media.c:
26369 (gst_riff_create_video_caps_with_data):
26370 Add div[3456] as fourccs for DivX 3 (fixes #140137).
26372 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26374 * gst-libs/gst/riff/riff-media.c:
26375 (gst_riff_create_video_caps_with_data),
26376 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26377 (gst_riff_create_video_template_caps),
26378 (gst_riff_create_audio_template_caps):
26379 * gst-libs/gst/riff/riff-media.h:
26380 * gst-libs/gst/riff/riff-read.c:
26381 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26382 * gst-libs/gst/riff/riff-read.h:
26383 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26384 Add MS RLE support. I added some functions to read out strf chunks
26385 into strf chunks and the data behind it. This is usually color
26386 palettes (as in RLE, but also in 8-bit RGB). Also use those during
26387 caps creation. Lastly, add ADPCM (similar to wavparse - which
26388 should eventually be rifflib based).
26389 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26390 (gst_matroska_demux_init), (gst_matroska_demux_reset):
26391 * gst/matroska/matroska-demux.h:
26392 Remove placeholders for some prehistoric tagging system. Didn't add
26393 support for any tag system really anyway.
26394 * gst/qtdemux/qtdemux.c:
26395 Add support for audio/x-m4a (MPEG-4) through spider.
26396 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26397 (gst_wavparse_loop):
26398 ADPCM support (#135862). Increase max. buffer size because we
26399 cannot split buffers for ADPCM (screws references) and I've seen
26400 files with 2048 byte chunks. 4096 seems safe for now.
26402 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26404 * configure.ac: bump nano to 1
26406 === release 0.8.1 ===
26408 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26410 * configure.ac: releasing 0.8.1, "Comforting Sounds"
26412 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26414 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26415 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26418 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26420 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26421 lower rank of dvddemux so that it's not used for mpeg playback.
26423 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26426 save libs correctly when checking mad
26428 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26430 * ext/mad/gstid3tag.c: (plugin_init):
26431 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
26433 2004-04-13 David Schleef <ds@schleef.org>
26435 * common/m4/gst-feature.m4: Call -config scripts with
26436 --plugin-libs if it is supported.
26437 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26438 JPEG images are image/jpeg.
26439 * gst/debug/Makefile.am:
26440 * gst/debug/negotiation.c: (gst_negotiation_class_init),
26441 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26442 (gst_negotiation_update_caps), (gst_negotiation_get_property),
26443 (gst_negotiation_plugin_init): Add a property that acts like
26445 * testsuite/gst-lint: Move license checking to be a standard
26448 2004-04-13 David Schleef <ds@schleef.org>
26450 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26451 patch from Sebastien Cote (bug #139958)
26453 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26455 * examples/gstplay/Makefile.am:
26456 * examples/gstplay/player.c: (main):
26457 make the commandline player example use gconf settings
26459 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26461 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26462 (gst_cacasink_sinkconnect), (gst_cacasink_init),
26463 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26464 init/end library during state transition, not object
26465 creation/disposal. get rid of custom dispose handler.
26468 2004-04-12 Christian Schaller <Uraeus@gnome.org>
26470 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26473 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26475 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26476 Handle JUNK chunks inside data section. Prevents warnings.
26478 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26480 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26481 (gst_riff_create_video_template_caps):
26483 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26484 (gst_avi_demux_stream_data):
26485 Add support for "rec-list" chunks.
26487 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26489 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26490 Fix another codecname mismatch.
26492 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26494 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26495 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26496 so that MJPEG plays back.
26498 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26500 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26501 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26502 * gst/mpeg1videoparse/gstmp1videoparse.h:
26503 Fix for some slight mis-cuts in buffer parsing, and for some
26504 potential overflows or faults-causers. Adds disconts. Also fixes
26505 #139105 while we're at it.
26507 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26510 * sys/v4l2/gstv4l2element.h:
26511 Workaround for missing struct v4l2_buffer declaration in Suse 9
26512 and Mandrake 10 linux/videodev2.h header file (#135919).
26514 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26516 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26517 Bail out if no filename was given.
26519 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26521 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26522 (gst_v4l2_fourcc_from_structure):
26523 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26526 2004-04-09 Benjamin Otte <otte@gnome.org>
26528 * ext/gnomevfs/gstgnomevfssink.c:
26529 (_gst_boolean_allow_overwrite_accumulator),
26530 (gst_gnomevfssink_class_init):
26531 fix erase signal - if any handler returns false the file will not be
26532 overwritten. If no handler is connected, the file will not be
26533 overwritten either.
26534 renamed signal to "allow-overwrite"
26535 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26536 free string when adding it to ID3 failed
26537 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26538 unref event when done
26539 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26541 * gst/typefind/gsttypefindfunctions.c:
26542 (mpeg_video_stream_type_find):
26545 2004-04-08 David Schleef <ds@schleef.org>
26547 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26548 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26550 2004-04-08 David Schleef <ds@schleef.org>
26552 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26553 we don't support (bug #139532)
26555 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
26557 * ext/mad/gstmad.c: (gst_mad_handle_event),
26558 (gst_mad_check_caps_reset), (gst_mad_chain),
26559 (gst_mad_change_state):
26560 only set explicit caps if they haven't been set before for
26561 this stream. MPEG-audio sample rate/channels aren't allowed
26562 to change in-stream.
26565 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26567 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26568 (_gst_boolean_did_something_accumulator),
26569 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26570 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26571 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26572 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26573 (gst_gnomevfssink_change_state):
26574 Fix erase signal. Don't erase by default. Remove handoff signal.
26575 Remove erase property. Don't segfault. General cleanup.
26577 2004-04-07 Benjamin Otte <otte@gnome.org>
26579 * gst-libs/gst/gconf/test-gconf.c: (main):
26580 add missing gst_init
26582 2004-04-07 Benjamin Otte <otte@gnome.org>
26584 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26585 free the mutexes, too
26587 2004-04-07 Benjamin Otte <otte@gnome.org>
26589 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26590 actually free the URI string
26591 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26592 compute offset correctly when passing discont events
26593 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26594 don't leak discont events
26595 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26596 add some missing breaks so caps aren't copied randomly
26597 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26598 if we realloc memory, we better use it
26600 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
26602 * ext/mad/gstmad.c: (normal_seek):
26603 fix GST_FORMAT_TIME usage
26605 2004-04-05 David Schleef <ds@schleef.org>
26607 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
26608 a deprecated function (hack!)
26610 2004-04-05 Benjamin Otte <otte@gnome.org>
26612 * ext/esd/esdmon.c: (gst_esdmon_get):
26613 fix nonterminated vararg and memleak
26615 2004-04-05 Benjamin Otte <otte@gnome.org>
26617 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26618 (gst_ladspa_init), (gst_ladspa_force_src_caps),
26619 (gst_ladspa_set_property), (gst_ladspa_get_property),
26620 (gst_ladspa_instantiate), (gst_ladspa_activate),
26621 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26624 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
26626 reviewed by Benjamin Otte <otte@gnome.org>
26628 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26629 check for broken LADSPA parameters (fixes #138635)
26631 2004-04-05 Benjamin Otte <otte@gnome.org>
26633 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26634 advertise buffer-frames correctly on sinkpads
26636 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26638 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26639 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26640 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26641 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26642 (gst_mad_check_caps_reset), (gst_mad_chain):
26643 add more debugging, only reset caps when we're not in error state
26645 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26647 * ext/mad/gstmad.c: add debugging category, comment + cleanups
26649 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26651 reviewed by Benjamin Otte <otte@gnome.org>
26654 fix == in test(1) operator
26656 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26658 reviewed by Benjamin Otte <otte@gnome.org>
26661 fix --export-symblos-regex to a working regex.
26663 2004-04-04 Benjamin Otte <otte@gnome.org>
26665 * sys/oss/.cvsignore:
26668 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
26670 reviewed by Benjamin Otte <otte@gnome.org>
26672 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26673 add missing 'new_media' argument (fixes #138168)
26674 * gst/matroska/matroska-demux.c:
26675 (gst_matroska_demux_handle_seek_event):
26676 add vararg terminator (fixes #138169)
26678 2004-04-02 David Schleef <ds@schleef.org>
26680 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
26681 disted (bug #138914)
26683 2004-04-01 Benjamin Otte <otte@gnome.org>
26685 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26686 (gst_alsa_close_audio):
26687 handle case better where a soundcard can't pause
26688 * ext/ogg/gstoggdemux.c:
26689 don't crash when we get events but don't have pads yet
26691 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26693 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26694 throw an error if we couldn't probe any caps.
26696 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26698 * ext/dvdnav/gst-dvd:
26699 Add a really simple sample DVD player
26701 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26703 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26704 (gst_a52dec_push), (gst_a52dec_handle_event),
26705 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26706 (gst_a52dec_change_state):
26707 * ext/a52dec/gsta52dec.h:
26708 Use a debug category, Output timestamps correctly
26709 Emit tag info, Handle events, tell liba52dec about cpu
26710 capabilities so it can use MMX etc.
26711 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26712 Fix a crasher accessing invalid memory
26713 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26714 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26715 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26716 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26718 Some support for byte-format seeking.
26719 Small fixes for still frames and menu button overlays
26720 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26721 (gst_mpeg2dec_alloc_buffer):
26722 Use a debug category. Adjust the report level of several items to
26723 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26724 so it doesn't lose the GstBuffer pointer
26725 * gst/debug/Makefile.am:
26726 * gst/debug/gstdebug.c: (plugin_init):
26727 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26728 (gst_navseek_base_init), (gst_navseek_class_init),
26729 (gst_navseek_init), (gst_navseek_seek),
26730 (gst_navseek_handle_src_event), (gst_navseek_set_property),
26731 (gst_navseek_get_property), (gst_navseek_chain),
26732 (gst_navseek_plugin_init):
26733 * gst/debug/gstnavseek.h:
26734 Add the navseek debug element for seeking back and forth in a
26735 video stream using arrow keys.
26736 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26737 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26738 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26739 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26740 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26741 (gst_mpeg2subt_parse_header), (gst_get_nibble),
26742 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26743 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26744 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26745 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26746 * gst/mpeg2sub/gstmpeg2subt.h:
26747 Pretty much a complete rewrite. Now a loopbased element. May still
26748 require work to properly synchronise subtitle buffers.
26749 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26750 (gst_dvd_demux_send_subbuffer):
26751 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26752 Don't attempt to create subbuffers of size 0
26753 Reduce a couple of error outputs to warnings.
26754 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26755 (gst_y4mencode_chain):
26756 Output the y4m frame header correctly.
26758 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26760 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26761 throw errors instead of allowing SIGFPE
26763 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26765 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26766 (gst_gconf_render_bin_from_key):
26767 leak plugging and style fixing
26769 2004-03-31 David Schleef <ds@schleef.org>
26771 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26772 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26774 * gst/debug/Makefile.am:
26775 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26776 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
26778 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26779 (gst_negotiation_base_init), (gst_negotiation_class_init),
26780 (gst_negotiation_init), (gst_negotiation_getcaps),
26781 (gst_negotiation_pad_link), (gst_negotiation_chain),
26782 (gst_negotiation_set_property), (gst_negotiation_get_property),
26783 (gst_negotiation_plugin_init): New element to talk about random
26784 negotiation things happening in a pipeline.
26786 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26788 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26789 fix integer addition with help of Stefan Kost
26791 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26793 * po/nl.po: updated Dutch translation (Elros Cyriatan)
26795 2004-03-30 David Schleef <ds@schleef.org>
26797 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26798 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
26799 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26801 * ext/mpeg2dec/gstmpeg2dec.h:
26803 2004-03-30 David Schleef <ds@schleef.org>
26805 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26807 2004-03-30 David Schleef <ds@schleef.org>
26809 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
26810 Michael Petullo) to handle .mov
26812 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26814 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26815 (gst_osselement_rate_check_rate):
26816 probe caps correctly for sound cards that only support one format
26818 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26820 * ext/kio/kiosrc.cpp: (process_events):
26821 update handling event processing if inside KDE - untested
26823 2004-03-29 David Schleef <ds@schleef.org>
26825 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26826 by 2 to not interfere with other colorspaces.
26827 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26828 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26829 one to not interfere with ffmpeg_colorspace.
26831 2004-03-29 David Schleef <ds@schleef.org>
26833 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26834 aren't in the caps.
26835 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26836 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26838 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26840 * gst-libs/gst/riff/riff-media.c:
26841 fail on error, don't try to set stuff on NULL caps
26843 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26847 * ext/kio/Makefile.am:
26848 * ext/kio/kioreceiver.cpp:
26849 * ext/kio/kioreceiver.h:
26850 * ext/kio/kiosrc.cpp:
26851 * ext/kio/kiosrc.h:
26852 add experimental kiosrc plugin
26853 * ext/alsa/gstalsaplugin.c: (plugin_init):
26854 initialize debugging category only when we're sure registering the
26857 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26859 * examples/gstplay/player.c: (main):
26860 * gst-libs/gst/play/play.c: (gst_play_class_init),
26861 (gst_play_set_location), (gst_play_set_data_src),
26862 (gst_play_set_video_sink), (gst_play_set_audio_sink),
26863 (gst_play_set_visualization), (gst_play_connect_visualization):
26864 check return values of element_set_state and return FALSE where
26867 2004-03-29 Benjamin Otte <otte@gnome.org>
26869 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26870 try harder to check if an event is really a discont
26872 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26874 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26877 2004-03-28 Benjamin Otte <otte@gnome.org>
26879 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26880 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26881 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26882 get rid of non-standard "..." ranges in case statements.
26884 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
26886 * gst/mpegstream/gstmpegdemux.c:
26887 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26888 specific functionality split to the new dvddemux element.
26889 * gst/mpegstream/gstdvddemux.c:
26890 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26891 streams, derived from mpegdemux.
26892 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26893 up. SCR based timestamp rewriting can be turned off (will probably
26894 completely disappear soon).
26895 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26896 hacking. General cleanup. All printf statements replaced by
26897 debugging messages. Almost complete libdvdnav support.
26898 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26899 by events. New properties for audio and subpicture languages.
26900 (dvdnavsrc_update_highlight): Now uses events.
26901 (dvdnavsrc_user_op): Cleaned up.
26902 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26903 based). Lots of cleanup, and propper support for most libdvdnav
26905 (dvdnavsrc_make_dvd_event): New function.
26906 (dvdnavsrc_make_dvd_nav_packet_event): New function.
26907 (dvdnavsrc_make_clut_change_event): New function.
26909 2004-03-26 Benjamin Otte <otte@gnome.org>
26911 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26912 fix bug where typefinding would claim it's theora whenever less then
26913 7 bytes of data were available
26915 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
26917 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26918 (gst_alawdec_base_init), (gst_alawdec_class_init),
26919 (gst_alawdec_init), (gst_alawdec_chain):
26920 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26921 (gst_alawenc_base_init), (gst_alawenc_class_init),
26922 (gst_alawenc_init), (gst_alawenc_chain):
26923 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26924 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26925 (gst_mulawdec_init), (gst_mulawdec_chain):
26926 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26927 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26928 (gst_mulawenc_init), (gst_mulawenc_chain):
26929 Fix capsnego in all four, remove the unused property functions and
26930 simplify the chain functions slightly. I guess we could use macros
26931 or something similar for those, since the code is so similar, but
26932 I'm currently too lazy...
26934 2004-03-24 David Schleef <ds@schleef.org>
26936 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26937 (gst_osselement_close_audio), (gst_osselement_probe_caps),
26938 (gst_osselement_get_format_structure),
26939 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26940 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26941 (gst_osselement_rate_int_compare): Add code to handle rate probing
26943 * sys/oss/gstosselement.h: same
26944 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26945 Use rate probing provided by osselement.
26946 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26948 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
26950 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26951 (gst_xvidenc_get_property):
26954 2004-03-24 David Schleef <ds@schleef.org>
26956 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26957 (gst_speexdec_init):
26958 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26959 (gst_speexenc_init): Create the pad template correctly (from
26960 the static pad template, not a NULL pointer.)
26962 2004-03-25 Benjamin Otte <otte@gnome.org>
26964 * gst/debug/Makefile.am:
26965 * gst/debug/breakmydata.c:
26966 add element that quasi-randomly changes bytes in the stream.
26967 Intended use is robustness checking of demuxers and decoders in
26970 2004-03-24 Benjamin Otte <otte@gnome.org>
26972 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26973 (gst_alsa_probe_hw_params):
26974 * ext/alsa/gstalsa.h:
26975 debugging output fixes
26977 2004-03-24 Benjamin Otte <otte@gnome.org>
26979 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26980 don't g_return_if_fail if element is PLAYING, fail silently as every
26982 * gst/effectv/gstquark.c: (gst_quarktv_chain):
26983 only fix needed for cast lvalue issues in gst-plugins
26984 * gst/volenv/gstvolenv.c: (gst_volenv_init):
26987 2004-03-24 Benjamin Otte <otte@gnome.org>
26989 * gst/level/gstlevel.c: (gst_level_init):
26990 add proxying getcaps function, so level doesn't advertise impossible
26993 2004-03-24 David Schleef <ds@schleef.org>
26995 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26996 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26997 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26998 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26999 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27000 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27001 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27002 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27003 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
27004 messages. Divide the chunk size by the compression ratio
27005 (needed for MACE audio)
27007 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27009 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27010 Fix buffer overflow read error.
27012 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27014 * ext/alsa/gstalsa.h:
27015 Remove unused entry.
27016 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27018 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27019 (gst_videodrop_link), (gst_videodrop_chain):
27020 Fix, sort of. Was horribly broken with new capsnego. Bah...
27022 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
27024 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27026 Add a monkeysaudio typefind function
27028 2004-03-23 Johan Dahlin <johan@gnome.org>
27030 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27031 (gst_play_video_fixate): Check so the structure has the field
27032 before trying to fixate them, this makes it possible to have
27033 fakesinks for video and audio output without printing errors on
27034 the output console.
27036 2004-03-22 David Schleef <ds@schleef.org>
27038 * sys/oss/Makefile.am:
27039 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27040 (check_rate), (add_rate): Rate probing test app.
27042 2004-03-21 Benjamin Otte <otte@gnome.org>
27044 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27045 (_fixate_caps_to_int), (gst_audio_convert_fixate):
27046 add a fixation function that pretty much does the right thing (fixes
27049 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
27051 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27053 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
27055 reviewed by: Benjamin Otte <otte@gnome.org>
27057 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27058 terminate gst_event_new_discontinuous correctly (fixes parts of
27061 2004-03-19 David Schleef <ds@schleef.org>
27063 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
27064 since it doesn't depend on X, and it's part of our ABI.
27066 2004-03-19 Iain <iain@prettypeople.org>
27068 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27069 is_int in the structure, not the local variable.
27071 2004-03-19 David Schleef <ds@schleef.org>
27073 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27074 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27075 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27076 Improvements in caps negotiation.
27078 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27082 adding Afrikaans (Petri Jooste)
27084 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27086 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27087 (gst_ffmpegcolorspace_chain):
27088 throw error instead of g_critical (#137588)
27090 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27094 dist common and m4 correctly
27097 2004-03-17 David Schleef <ds@schleef.org>
27099 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
27102 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27106 adding Swedish translation (Christian Rose)
27108 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27110 * Makefile.am: use release.mak
27112 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27114 * common/ChangeLog:
27115 * common/gst-autogen.sh:
27116 add some explanation about the version detection
27120 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27122 * configure.ac: bump nano to 1
27124 === release 0.8.0 ===
27126 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27128 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27130 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27133 update libtool version
27134 * gst-libs/gst/media-info/Makefile.am:
27135 actually use libtool version
27137 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27139 * configure.ac: fix speex detection to work with 1.0 but not 1.1
27141 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27144 * gst-plugins.spec.in:
27145 * pkgconfig/Makefile.am:
27146 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27147 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27148 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27149 * pkgconfig/gstreamer-libs.pc.in:
27150 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27151 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27152 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27153 * pkgconfig/gstreamer-plugins.pc.in:
27154 remove @VERSION@ from some of the pc files since core and plugins
27156 created gstreamer-plugins.pc as it's a better name, but keeping
27157 -libs around for now to get fixes upstream done first.
27159 2004-03-15 Julien MOUTTE <julien@moutte.net>
27161 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27162 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27163 * gst-libs/gst/play/play.h:
27165 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27167 * *.c, *.cc: don't mix tabs and spaces
27169 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27171 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27172 use the new ffmpegcolorspace
27173 * gst-plugins.spec.in:
27174 package new colorspace and media-info
27176 * pkgconfig/Makefile.am:
27177 fix some more disting issues
27178 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27179 * pkgconfig/gstreamer-media-info.pc.in:
27180 generate media-info pc files
27182 2004-03-15 Johan Dahlin <johan@gnome.org>
27184 * *.h: Revert indenting
27186 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27189 adding ffmpegcolorspace element
27190 * gst/ffmpegcolorspace/Makefile.am:
27191 * gst/ffmpegcolorspace/avcodec.h:
27192 * gst/ffmpegcolorspace/common.h:
27193 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27194 * gst/ffmpegcolorspace/dsputil.h:
27195 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27196 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27197 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27198 (gst_ffmpeg_caps_to_pix_fmt):
27199 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27200 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27201 (gst_ffmpegcolorspace_caps_remove_format_info),
27202 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27203 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27204 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27205 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27206 (gst_ffmpegcolorspace_set_property),
27207 (gst_ffmpegcolorspace_get_property),
27208 (gst_ffmpegcolorspace_register):
27209 * gst/ffmpegcolorspace/imgconvert.c:
27210 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27211 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27212 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27213 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27214 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27215 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27216 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27217 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27218 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27219 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27220 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27221 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27222 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27223 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27224 (img_get_alpha_info), (deinterlace_line),
27225 (deinterlace_line_inplace), (deinterlace_bottom_field),
27226 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27227 * gst/ffmpegcolorspace/imgconvert_template.h:
27228 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27229 * gst/ffmpegcolorspace/mmx.h:
27230 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27231 adding ffmpegcolorspace element supplied by Ronald after cleaning
27232 up and pulling in the right bits of upstream source.
27233 I'm sure a better C/compiler wizard could do some cleaning up (for
27234 example use GLIB's malloc stuff), but as a first pass this
27237 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27239 * ext/alsa/gstalsa.h:
27240 I assume Ronald forgot to commit the change to have cardname
27241 as a struct member. Expect some public spanking at the next
27244 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
27246 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27247 (gst_alsa_open_audio), (gst_alsa_close_audio):
27248 * ext/alsa/gstalsa.c:
27249 Don't open the device if we're a mixer (= padless).
27250 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27251 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27252 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27253 Open mixer during state change rather than during object
27254 initialization. Also, get a device name. Currently in a somewhat
27255 hackish fashion, but I didn't really find something better.
27257 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
27259 * *.c, *.h: run gst-indent
27261 2004-03-14 Benjamin Otte <otte@gnome.org>
27263 * gst/modplug/gstmodplug.cc:
27264 * gst/modplug/gstmodplug.h:
27265 set correct timestamps on outgoing buffers
27267 2004-03-14 Benjamin Otte <otte@gnome.org>
27269 * gst/modplug/gstmodplug.cc:
27270 handle events - don't do crap when a discont arrives that's not
27272 This allows correct loading and playback of mods in Rhythmbox
27274 2004-03-14 Benjamin Otte <otte@gnome.org>
27277 * gst-libs/gst/gconf/Makefile.am:
27278 * pkgconfig/Makefile.am:
27279 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27280 they get rebuilt properly
27282 when checking for vorbis, try pkgconfig first.
27283 * gst/modplug/gstmodplug.cc:
27284 add fixate function
27286 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
27288 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27289 Fix for obvious mistake, where we first shift the offset and then
27290 read a samplesize element assuming the old offset. Note that this
27291 part still has something weird, i.e. my movies containing those
27292 don't actually play well, but at least there's something that looks
27295 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
27296 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27298 Add a typefind function for speex format
27300 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27302 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27303 (gst_asf_demux_setup_pad):
27304 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27305 instead of 0. Reason is simple: some elements have a fps range
27306 of 1-max instead of 0-max. So now ASF video actually works.
27308 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
27312 adding serbian as a language
27314 2004-03-13 Benjamin Otte <otte@gnome.org>
27316 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27317 return taglist correctly from _get function, don't gst_pad_push it.
27320 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27321 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27323 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27325 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27326 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27327 (gst_alsa_mixer_track_new):
27328 * ext/alsa/gstalsamixertrack.h:
27329 Fix ancient leftovers... MixerTrack is a GObject.
27331 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27333 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27334 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27335 Don't block during probing...
27337 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
27339 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27340 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27341 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27342 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27343 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27344 (gst_alsa_open_audio), (gst_alsa_close_audio):
27345 * ext/alsa/gstalsa.h:
27346 Add propertyprobe interface implementation, add some device-name
27347 property, all this so that it looks good in gnome-volume-control.
27349 2004-03-12 David Schleef <ds@schleef.org>
27351 * configure.ac: the Hermes library controls hermescolorspace, not
27353 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27354 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27356 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27357 * ext/sdl/sdlvideosink.h: ditto.
27358 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27360 2004-03-12 Benjamin Otte <otte@gnome.org>
27362 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27363 (gst_x_overlay_got_xwindow_id):
27364 * gst-libs/gst/xoverlay/xoverlay.h:
27365 replace XID with unsigned long to get rid of the xlibs dependency in
27366 XOverlay (fixes #137004)
27368 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27369 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27370 (gst_agingtv_setup):
27371 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27372 (gst_dicetv_base_init), (gst_dicetv_class_init),
27373 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27374 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27375 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27376 (gst_edgetv_setup), (gst_edgetv_rgb32):
27377 * gst/effectv/gsteffectv.c:
27378 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27379 (gst_quarktv_set_property):
27380 * gst/effectv/gstrev.c: (gst_revtv_get_type),
27381 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27382 (gst_revtv_setup), (gst_revtv_rgb32):
27383 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27384 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27385 (gst_shagadelictv_init), (gst_shagadelictv_setup),
27386 (gst_shagadelictv_rgb32):
27387 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27388 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27389 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27390 * gst/effectv/gstwarp.c:
27391 Port everything that can be ported to videofilter and fix up the caps.
27392 Can someone with a big-endian machine please check these?
27394 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27396 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27397 (gst_osssink_chain), (gst_osssink_change_state):
27398 Latest fixes for A/V sync, audio playback and such. This is about
27399 all... MPEG playback issues are mostly related to the async build-
27400 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27402 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27404 patch from: Stephane Loeuillet
27407 use pkg-config for some libraries, falling back to the old .m4 way
27412 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27415 * tools/Makefile.am:
27416 * tools/Makefile.in:
27417 * tools/gst-launch-ext-m.m:
27418 * tools/gst-launch-ext.1.in:
27419 * tools/gst-visualise-m.m:
27420 * tools/gst-visualise.1:
27421 * tools/gst-visualise.1.in:
27422 reorganizing generation of script tools
27424 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27426 * ext/divx/gstdivxdec.c:
27427 Downgrade priority. We prefer ffdec_mpeg4.
27428 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27429 (gst_faad_chain), (gst_faad_change_state):
27430 Fix capsnego. Doesn't work for some sounds because we don't have
27431 a 5:1 to stereo element.
27432 * ext/xvid/gstxvid.c: (plugin_init):
27434 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27435 (gst_osssink_change_state):
27436 Add discont handling.
27438 2004-03-09 Colin Walters <walters@verbum.org>
27440 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27443 2004-03-09 Benjamin Otte <otte@gnome.org>
27445 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27446 the signals take 2 arguments
27448 2004-03-09 David Schleef <ds@schleef.org>
27450 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27451 (gst_alsa_fixate): Add fixate function. (bug #136686)
27452 * ext/alsa/gstalsa.h:
27453 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27455 2004-03-09 Benjamin Otte <otte@gnome.org>
27457 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27458 (gst_mikmod_change_state):
27459 * ext/mikmod/gstmikmod.h:
27460 make mikmod's loop function not loop infinitely and call
27461 gst_element_yield anymore
27462 * gst/modplug/gstmodplug.cc:
27463 fix pad negotiation (fixes #136590)
27465 2004-03-09 David Schleef <ds@schleef.org>
27467 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
27468 doesn't conflict with the internal colorspace plugin.
27469 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
27470 satisfy the crappy-ass shell shipped by a certain vendor.
27471 * gst/videofilter/make_filter: same (bug #135299)
27473 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27475 * configure.ac: bump nano to 1
27477 === release 0.7.6 ===
27479 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27481 * configure.in: releasing 0.7.6, "There"
27483 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27485 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27486 * pkgconfig/gstreamer-play.pc.in:
27487 synchronize the two
27489 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27491 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27492 (cdparanoia_open), (cdparanoia_event):
27493 fix/add error handling
27495 add cdparanoia source
27496 * tools/Makefile.am:
27497 make scripts executable
27499 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27502 * ext/vorbis/Makefile.am:
27504 remove id3types, vorbisfile and xvideosink from the build (#133783)
27506 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
27508 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27509 Fix metadata read crash (#136537).
27511 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27513 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27514 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27515 adding mime types, fixing the one-stop function
27517 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27519 * ext/nas/nassink.c and /ext/nas/nassink.h:
27520 More NAS love from Arwed von Merkatz
27521 So lets all sing 'Can you feel the NAS tonight'
27523 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27525 * tools/gst-launch-ext.in:
27526 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27528 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27530 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27531 (gst_mpeg2dec_init):
27532 remove the user_data pad for now, because it is being used in
27533 fixating causing MPEG playback to fixate on 1000 Hz for playback.
27534 If someone knows how to fix this properly, please do.
27536 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27538 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27539 (gst_osssink_get_time):
27540 add a warning, IMO this won't get triggered anymore, remove later
27542 2004-03-07 David Schleef <ds@schleef.org>
27544 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
27545 format (bug #136470)
27547 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
27549 * gst-libs/Makefile.am:
27550 * gst-libs/gst/media-info/Makefile.am:
27551 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27552 (error_callback), (gst_media_info_error_create),
27553 (gst_media_info_error_element), (gmip_init), (gmip_reset),
27554 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27555 * gst-libs/gst/media-info/media-info-priv.h:
27556 * gst-libs/gst/media-info/media-info-test.c: (main):
27557 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27558 (gst_media_info_class_init), (gst_media_info_instance_init),
27559 (gst_media_info_set_source), (gst_media_info_read_with_idler),
27560 (gst_media_info_read_idler), (gst_media_info_read):
27561 * gst-libs/gst/media-info/media-info.h:
27562 fixed, should work now
27564 2004-03-07 Christian Schaller <Uraeus@gnome.org>
27566 * ext/nas/nassink.c:
27567 A bunch of NAS fixes from Arwed von Merkatz
27569 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27571 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27572 (qtdemux_parse_trak):
27573 Fix crash (j might be greater than n_samples, in which case we're
27574 writing outside the allocated space for the array) and memleak.
27576 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27578 * sys/oss/gstosssink.c: (gst_osssink_chain):
27579 And another caller that couldn't handle delay < 0 (unsigned
27580 integer overflow). Video now continues playing on an audio
27581 buffer underrun, and the clock continues working. Audio still
27584 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27586 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27587 (gst_osssink_get_time):
27588 get_delay() may return values lower than 0. In those cases, we
27589 should not actually cast to *unsigned* int64, that will break
27590 stuff horribly. In my case, it screwed up A/V sync in movies
27591 in totem rather badly.
27593 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27595 * ext/faac/gstfaac.c: (gst_faac_chain):
27596 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27597 * ext/libpng/gstpngenc.c: (user_write_data):
27598 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27599 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27600 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27601 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27602 Fix several misuse of gst_buffer_merge (it doesn't take ownership
27603 of any buffer), should fix some leaks. I hope I didn't unref buffers
27604 that shouldn't be...
27606 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27608 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27609 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27610 (error_callback), (gmi_reset), (gmi_seek_to_track),
27611 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27612 (gmip_find_type_post), (gmip_find_stream_post),
27613 (gmip_find_track_streaminfo_post):
27614 * gst-libs/gst/media-info/media-info-priv.h:
27615 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27616 (info_print), (main):
27617 * gst-libs/gst/media-info/media-info.c:
27618 (gst_media_info_error_create), (gst_media_info_error_element),
27619 (gst_media_info_instance_init), (gst_media_info_get_property),
27620 (gst_media_info_new), (gst_media_info_set_source),
27621 (gst_media_info_read_idler), (gst_media_info_read):
27622 * gst-libs/gst/media-info/media-info.h:
27623 first pass at making this work again. This seems to work on
27624 tagged ogg/vorbis and mp3 files.
27626 2004-03-06 Benjamin Otte <otte@gnome.org>
27628 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27629 fix huge leak: gst_buffer_merge doesn't unref the first argument
27632 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27634 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27635 report layer/mode/emphasis
27637 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27639 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27641 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27643 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27646 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27648 * ext/vorbis/vorbis.c: (plugin_init):
27649 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27650 (gst_vorbis_dec_init), (vorbis_dec_event):
27652 make vorbisdec handle _BYTE and _TIME queries
27654 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27656 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27657 from the xing header
27659 2004-03-06 Benjamin Otte <otte@gnome.org>
27661 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27662 (gst_audio_convert_link), (gst_audio_convert_change_state),
27663 (gst_audio_convert_buffer_from_default_format):
27664 do conversions from/to float correctly, fix some caps nego errors,
27665 export correct supported caps in template and getcaps, use correct
27666 caps in try_set_caps functions
27668 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27670 For some reason, I only committed a ChangeLog entry yesterday and
27671 not the corresponding code...
27672 * ext/mad/gstmad.c: Fix detection of Xing headers
27673 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27675 2004-03-06 Benjamin Otte <otte@gnome.org>
27677 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27678 (gst_ogg_demux_src_query):
27679 make sure to handle the case where there's no current chain
27682 2004-03-05 David Schleef <ds@schleef.org>
27684 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27685 Add fixate function. (bug #131128)
27686 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27687 (gst_sdlvideosink_fixate): Add fixate function.
27688 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27689 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27690 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27691 Fix missing break that was causing ulaw to be interpreted as
27694 2004-03-05 David Schleef <ds@schleef.org>
27696 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27697 Fix code that ignores return value of gst_buffer_merge().
27699 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27700 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27701 * testsuite/gst-lint: Check for above.
27703 2004-03-05 David Schleef <ds@schleef.org>
27705 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
27706 caps and throw an element error. (bug #136334)
27708 2004-03-05 David Schleef <ds@schleef.org>
27710 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27711 (gst_faad_chain): Fix negotiation.
27712 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27713 key and button events.
27714 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27716 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27718 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27719 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27720 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27721 function to encourage better negotiation, particularly between
27722 audioconvert and osssink.
27723 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27724 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
27726 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
27728 * gst/vbidec/vbiscreen.c: Add glib header
27729 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
27731 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
27733 * ext/mad/gstmad.c: Fix detection of Xing headers
27734 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27736 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27738 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27739 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27742 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27744 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27745 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27746 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27747 files, and report the parsed length as a GST_TAG_DURATION tag.
27748 * gst/tags/gstid3tag.c: support TLEN (duration) tag
27750 2004-03-05 Benjamin Otte <otte@gnome.org>
27752 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27753 convert channels correctly. convert correctly to unsigned.
27755 2004-03-05 Julien MOUTTE <julien@moutte.net>
27757 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27758 we have a window before clearing it.
27760 2004-03-05 Julien MOUTTE <julien@moutte.net>
27762 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27763 have a window before clearing it.
27765 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
27767 * gconf/gstreamer.schemas.in:
27768 * gst-libs/gst/gconf/Makefile.am:
27769 version installation path the same way as for 0.6
27770 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27771 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27772 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27773 remove comment that was fixed
27775 2004-03-05 David Schleef <ds@schleef.org>
27777 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27778 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27779 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27780 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27781 Add prototype code for handling seeking and querying.
27783 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27785 * examples/gstplay/player.c: (main):
27786 Initialize variables to NULL. Prevents a segfault because the
27787 (uninitialized) variable is not NULL, resulting in a crash on
27788 trying to reach error->message.
27790 2004-03-05 Benjamin Otte <otte@gnome.org>
27792 * gst/audioconvert/gstaudioconvert.c:
27793 (gst_audio_convert_buffer_to_default_format):
27794 make float=>int conversion work correctly even in cornercases.
27796 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
27798 * debian/README.Debian:
27799 * debian/build-deps:
27800 * debian/changelog:
27802 * debian/control.in:
27803 * debian/copyright:
27804 * debian/gstreamer-a52dec.files:
27805 * debian/gstreamer-aa.files:
27806 * debian/gstreamer-alsa.files:
27807 * debian/gstreamer-alsa.manpages:
27808 * debian/gstreamer-arts.files:
27809 * debian/gstreamer-artsd.files:
27810 * debian/gstreamer-audiofile.files:
27811 * debian/gstreamer-avifile.files:
27812 * debian/gstreamer-cdparanoia.files:
27813 * debian/gstreamer-colorspace.files:
27814 * debian/gstreamer-doc.files:
27815 * debian/gstreamer-dv.files:
27816 * debian/gstreamer-dvd.files:
27817 * debian/gstreamer-esd.files:
27818 * debian/gstreamer-festival.files:
27819 * debian/gstreamer-flac.files:
27820 * debian/gstreamer-gconf.conffiles:
27821 * debian/gstreamer-gconf.files:
27822 * debian/gstreamer-gconf.postinst:
27823 * debian/gstreamer-gnomevfs.files:
27824 * debian/gstreamer-gsm.files:
27825 * debian/gstreamer-http.files:
27826 * debian/gstreamer-jack.files:
27827 * debian/gstreamer-jpeg.files:
27828 * debian/gstreamer-mad.files:
27829 * debian/gstreamer-mikmod.files:
27830 * debian/gstreamer-misc.files:
27831 * debian/gstreamer-mpeg2dec.files:
27832 * debian/gstreamer-oss.files:
27833 * debian/gstreamer-plugin-apps.files:
27834 * debian/gstreamer-plugin-apps.manpages:
27835 * debian/gstreamer-plugin-libs-dev.files:
27836 * debian/gstreamer-plugin-libs.files:
27837 * debian/gstreamer-plugin-template.postinst:
27838 * debian/gstreamer-plugin-template.postrm:
27839 * debian/gstreamer-sdl.files:
27840 * debian/gstreamer-sid.files:
27841 * debian/gstreamer-vorbis.files:
27842 * debian/gstreamer-x.files:
27843 * debian/mk.control:
27845 Debian package info not maintained here.
27847 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
27849 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27850 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27851 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27852 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27853 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27854 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27855 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27856 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27857 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27858 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27859 * gst-libs/gst/colorbalance/colorbalance.c:
27860 (gst_color_balance_class_init):
27861 * gst-libs/gst/colorbalance/colorbalancechannel.c:
27862 (gst_color_balance_channel_class_init):
27863 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27864 * gst-libs/gst/play/play.c: (gst_play_class_init):
27865 * gst-libs/gst/propertyprobe/propertyprobe.c:
27866 (gst_property_probe_iface_init):
27867 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27868 * gst-libs/gst/tuner/tunerchannel.c:
27869 (gst_tuner_channel_class_init):
27870 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27871 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27872 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27873 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27874 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27875 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27876 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27877 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27878 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27879 fix signals to use - instead of _
27880 * ext/libcaca/gstcacasink.h:
27881 * ext/sdl/sdlvideosink.h:
27884 2004-03-04 David Schleef <ds@schleef.org>
27886 * testsuite/gst-lint: Add a check for bad signal names.
27888 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
27890 reviewed by David Schleef
27892 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27893 modified the alpha channel and caused a warning. (bug #136192)
27895 2004-04-03 Christian Schaller <Uraeus@gnome.org>
27897 * gst-plugins.spec.in:
27898 Change names of plugins to actually be correct. Try to keep things
27899 alphabetical to avoid getting beat up by Thomas
27901 2004-03-03 Julien MOUTTE <julien@moutte.net>
27903 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27904 Using ximagesink as a default if no gconf key found. We should
27905 probably consider using alsasink instead of osssink for the audio
27908 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27911 fix --with-plugins, don't think it ever worked before
27912 * gst-plugins.spec.in:
27915 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
27917 * ext/sdl/sdlvideosink.h:
27918 * sys/ximage/ximagesink.h:
27919 * sys/xvideo/xvideosink.h:
27920 * sys/xvimage/xvimagesink.h:
27921 Fix for move of gstvideosink.h -> videosink.h.
27923 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27925 * gst-libs/gst/xwindowlistener/Makefile.am:
27926 this is a plugin library, not a library
27928 2004-03-01 David Schleef <ds@schleef.org>
27930 * AUTHORS: Added some names. Add yourself if you're still
27933 2004-03-01 David Schleef <ds@schleef.org>
27937 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27939 * gst-plugins.spec.in: clean up spec file
27941 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27943 * gst-libs/gst/video/Makefile.am:
27944 * gst-libs/gst/video/gstvideosink.c:
27945 * gst-libs/gst/video/gstvideosink.h:
27946 rename gstvideosink.h to videosink.h to match other headers
27947 * gst/mixmatrix/Makefile.am:
27948 fix plugin filename
27949 * gst/tags/Makefile.am: fix plugin filename
27951 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27953 * gst/tags/Makefile.am: fix plugin filename
27955 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27957 * examples/gstplay/player.c: (got_time_tick), (main):
27959 display time_tick more readably
27960 * gst/mixmatrix/Makefile.am:
27961 fix plugin file name
27963 2004-02-29 Christophe Fergeau <teuf@gnome.org>
27965 * sys/oss/gstosselement.c: (gst_osselement_probe),
27966 (device_combination_append), (gst_osselement_class_probe_devices):
27967 * sys/oss/gstosselement.h:
27968 Reworked enumeration of oss dsps and mixers so that gst-mixer works
27969 on my system using alsa oss emulation, fixes bug #135597
27971 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
27973 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27974 (gst_videodrop_chain), (gst_videodrop_change_state):
27975 * gst/videodrop/gstvideodrop.h:
27976 Work based on timestamp of input data, not based on the expected
27977 framerate from the input. The consequence is that this element now
27978 not only scales framerates, but also functions as a framerate
27979 corrector or framerate stabilizer/constantizer.
27981 2004-02-27 David Schleef <ds@schleef.org>
27983 patches from jmmv@menta.net (Julio M. Merino Vidal)
27985 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27986 GST_ELEMENT_ERROR call (bug #135634)
27987 * gst/interleave/interleave.c: (interleave_buffered_loop),
27988 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27989 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27990 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27991 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27992 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27993 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27994 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27995 Fix GST_ELEMENT_ERROR call.
27996 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27997 GST_ELEMENT_ERROR call.
27999 2004-02-27 Benjamin Otte <otte@gnome.org>
28001 * gst-libs/gst/audio/audio.h:
28002 add macro to make sure header isn't included twice
28003 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28004 don't use gst_buffer_free
28005 * gst/playondemand/filter.func:
28006 don't use gst_data_free. Free data only once.
28008 2004-02-26 David Schleef <ds@schleef.org>
28010 * gst-libs/gst/colorbalance/Makefile.am:
28011 * gst-libs/gst/mixer/Makefile.am:
28012 * gst-libs/gst/tuner/Makefile.am:
28013 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28014 should not be disted, -marshal.h files should not be installed,
28015 and -enum.h files _should_ be installed. Fix to make this the
28018 === release 0.7.5 ===
28020 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
28022 * configure.ac: release 0.7.5, "Under The Sea"
28024 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28026 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28027 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28028 * gst/videoscale/gstvideoscale.c:
28029 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28030 assorted debug/warning fixes
28032 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28034 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28035 (gst_videoscale_init), (gst_videoscale_chain),
28036 (gst_videoscale_set_property), (plugin_init):
28037 * gst/videoscale/gstvideoscale.h:
28038 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28039 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28040 (gst_videoscale_planar400), (gst_videoscale_packed422),
28041 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28042 (gst_videoscale_24bit), (gst_videoscale_16bit),
28043 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28044 (gst_videoscale_scale_plane_slow),
28045 (gst_videoscale_scale_point_sample),
28046 (gst_videoscale_scale_nearest),
28047 (gst_videoscale_scale_nearest_str2),
28048 (gst_videoscale_scale_nearest_str4),
28049 (gst_videoscale_scale_nearest_32bit),
28050 (gst_videoscale_scale_nearest_24bit),
28051 (gst_videoscale_scale_nearest_16bit):
28052 add debugging category and use it properly
28053 fix use of GST_PTR_FORMAT
28055 2004-02-25 Andy Wingo <wingo@pobox.com>
28057 * gst/interleave/interleave.c (interleave_buffered_loop): Always
28058 push only when channel->buffer is NULL. Prevents segfaults doing
28059 the state change after a nonlocal exit, like a scheme exception.
28061 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28062 Handle the case where the intersected caps is empty.
28064 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28066 * gst/law/mulaw-decode.c: (mulawdec_link):
28067 * gst/law/mulaw.c: (plugin_init):
28068 fix mulawdec so it actually works again
28070 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
28072 reviewed by: David Schleef <ds@schleef.org>
28074 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28075 (gst_gamma_init), (gst_gamma_set_property),
28076 (gst_gamma_get_property), (gst_gamma_calculate_tables),
28077 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
28078 for RGB, with separate r g and b correction factors. (#131167)
28080 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
28082 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28083 only signal tags for bitrate if they're > 0 (#134894)
28085 2004-02-24 David Schleef <ds@schleef.org>
28087 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28088 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28089 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28090 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28091 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28092 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28093 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28094 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28095 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
28096 category. Attempt to fix timestamp calculation.
28098 2004-02-24 Johan Dahlin <johan@gnome.org>
28100 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28102 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
28105 * gconf/Makefile.am:
28106 * gconf/gstreamer.schemas:
28107 * gst-libs/gst/gconf/Makefile.am:
28108 * gst-libs/gst/gconf/gconf.c:
28109 version gconf schemas and install locations
28111 2004-02-23 Benjamin Otte <otte@gnome.org>
28113 * ext/xine/xineinput.c: (gst_xine_input_dispose):
28114 (gst_xine_input_subclass_init):
28115 call parent dispose.
28116 change pad template for CD reader correctly
28117 * ext/xine/Makefile.am:
28118 * ext/xine/gstxine.h:
28119 * ext/xine/xine.c: (plugin_init):
28120 * ext/xine/xineaudiosink.c:
28121 wrap audio sinks, too
28122 * gst-libs/gst/resample/private.h:
28123 * gst-libs/gst/resample/resample.c: (gst_resample_init),
28124 (gst_resample_reinit), (gst_resample_scale),
28125 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28126 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28127 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28128 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28129 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28130 * gst-libs/gst/resample/resample.h:
28131 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28132 (gst_audioscale_class_init), (gst_audioscale_link),
28133 (gst_audioscale_get_buffer), (gst_audioscale_init),
28134 (gst_audioscale_chain), (gst_audioscale_set_property),
28135 (gst_audioscale_get_property):
28136 * gst/audioscale/gstaudioscale.h:
28137 s/resample_*/gst_resample_*/i to not clobber namespaces
28139 2004-02-23 Julien MOUTTE <julien@moutte.net>
28141 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28142 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28143 (gst_riff_create_video_template_caps),
28144 (gst_riff_create_audio_template_caps),
28145 (gst_riff_create_iavs_template_caps):
28146 * gst-libs/gst/riff/riff-media.h:
28147 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28148 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28149 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28150 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28151 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28152 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28153 (gst_matroska_demux_plugin_init): First batch implementing audio and
28154 video codec tags in demuxers.
28156 2004-02-22 Benjamin Otte <otte@gnome.org>
28158 * ext/xine/Makefile.am:
28159 * ext/xine/gstxine.h:
28160 * ext/xine/xine.c: (plugin_init):
28161 * ext/xine/xineinput.c:
28162 add input plugin wrapper. Playback from files, http, mms and cdda
28164 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28165 remove leftover G_GNUC_UNUSED
28166 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28167 (gst_asf_demux_identify_guid):
28168 improve debugging output
28170 2004-02-22 Benjamin Otte <otte@gnome.org>
28172 reported by: Padraig O'Briain <padraig.obriain@sun.com>
28175 replace test -e with test -x for mkinstalldirs to be more portable.
28178 2004-02-22 Benjamin Otte <otte@gnome.org>
28180 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28182 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28183 set rank to PRIMARY
28184 * gst/volume/gstvolume.c: (plugin_init):
28188 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
28190 reviewed by Benjamin Otte <otte@gnome.org>
28192 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28193 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28195 2004-02-22 Benjamin Otte <otte@gnome.org>
28198 export [_]*{gst,Gst,GST}.* symbols from plugins
28200 2004-02-22 Christophe Fergeau <teuf@gnome.org>
28202 reviewed by: Benjamin Otte <otte@gnome.org>
28204 * ext/lame/gstlame.c: (add_one_tag):
28205 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28206 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28207 (gst_vorbisenc_metadata_set1):
28208 * gst/tags/gstid3tag.c:
28209 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28210 apply fixes from bugs #135042 (lame can't write tags) and #133817
28211 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28213 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28215 * configure.ac: Export only gst_plugin_desc from plugins.
28216 Note that this change only makes any effect with Linux using libtool
28217 1.5.2 or higher. Otherwise it is silently ignored, but it would build
28218 fine. And don't try to have several versions of libtool in different
28221 2004-02-20 Andy Wingo <wingo@pobox.com>
28223 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28224 interleave respectively.
28226 * gst/interleave/deinterleave.c: New plugin: deinterleave
28227 (replaces on oneton).
28228 * gst/interleave/interleave.c: New plugin: interleave.
28229 * gst/interleave/plugin.h: Support file.
28230 * gst/interleave/plugin.c: Support file.
28232 * configure.ac: Remove intfloat and oneton, add interleave.
28234 * ext/sndfile/gstsf.c: Handle events better.
28236 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28237 and float2int operation. int2float has scheduling problems as
28238 noted in in2float_chain.
28240 2004-02-20 Benjamin Otte <otte@gnome.org>
28242 * ext/xine/Makefile.am:
28243 * ext/xine/gstxine.h:
28245 * ext/xine/xineaudiodec.c:
28246 * ext/xine/xinecaps.c:
28247 add first version of xine plugin wrapper. Currently only wraps the
28248 QDM2 win32 DLL, and even that only in proof-of-concept quality.
28251 add xine plugin wrapper, disabled by default. Use --enable-xine to
28252 build. Note that it'll segfault on gst-register if you don't remove
28253 the goom and tvtime post plugins from xine.
28254 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28255 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28256 add extradata parsing for QDM2.
28257 change around debugging prints.
28259 2004-02-19 Benjamin Otte <otte@gnome.org>
28261 * ext/lame/gstlame.c: (gst_lame_chain):
28262 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28263 use gst_tag_list_insert when you want to insert tags
28265 2004-02-18 David Schleef <ds@schleef.org>
28267 * configure.ac: Move massink to gst-rotten
28269 * ext/mas/Makefile.am:
28270 * ext/mas/massink.c:
28271 * ext/mas/massink.h:
28273 2004-02-18 David Schleef <ds@schleef.org>
28275 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28276 typefinding, since it seems to be worse than nothing.
28277 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
28278 atom to recognize .mp4 and .m4a files as video/quicktime.
28280 2004-02-18 David Schleef <ds@schleef.org>
28282 * gst/sine/demo-dparams.c: (quit_live),
28283 (dynparm_log_value_changed), (dynparm_value_changed), (main):
28284 Use double dparams, not float.
28285 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28286 (gst_sinesrc_init): Change sync default to FALSE, since multiple
28287 sync'd elements don't really work correctly.
28288 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28289 (volume_update_volume), (volume_get_property): Change dparam
28292 2004-02-18 Julien MOUTTE <julien@moutte.net>
28294 * sys/ximage/ximagesink.c:
28295 (gst_ximagesink_xwindow_update_geometry),
28296 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28297 (gst_ximagesink_change_state), (gst_ximagesink_expose),
28298 (gst_ximagesink_init): Rework the way software video scaling works. So
28299 now we check on each chain call if the video frames are feeling the
28300 window. If not we try to renegotiate caps. On failure we memorize that
28301 and we won't try again for that PLAYING sessions.
28302 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28304 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28307 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28309 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28310 break up _link so we can give a better debug message for errors
28312 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28314 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28315 set up debug category
28317 2004-02-18 Julien MOUTTE <julien@moutte.net>
28319 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28320 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28321 the way renegotiation work. The event handling function is not taking
28322 care of external windows and renegotiate method check for pad flags
28323 NEGOTIATING. Should fix : #133209
28325 2004-02-17 Julien MOUTTE <julien@moutte.net>
28327 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28328 pad is negotiating before trying renegotiation.
28330 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
28332 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28333 pass on all possible mime types as typefind hints
28335 2004-02-17 Julien MOUTTE <julien@moutte.net>
28337 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28338 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28339 possible SHM leak if we crash. All other apps using XShm are doing
28342 2004-02-17 Julien MOUTTE <julien@moutte.net>
28344 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28345 (gst_ximagesink_expose): Renegotiate size on expose.
28346 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28349 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
28351 * testsuite/alsa/sinesrc.c:
28352 cosmetic fix to fix compile issue with gcc 2.95.4
28354 2004-02-16 Julien MOUTTE <julien@moutte.net>
28356 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28357 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28358 failed opening the audio device.
28359 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28360 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28361 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28362 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28363 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28364 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28365 (gst_ximagesink_change_state), (gst_ximagesink_chain),
28366 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28367 Removing some useless g_return_if_fail like wingo suggested.
28368 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28369 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28370 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28371 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28372 (gst_xvimagesink_update_colorbalance),
28373 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28374 (gst_xvimagesink_xcontext_clear),
28375 (gst_xvimagesink_get_fourcc_from_caps),
28376 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28377 (gst_xvimagesink_set_xwindow_id),
28378 (gst_xvimagesink_colorbalance_list_channels),
28379 (gst_xvimagesink_colorbalance_set_value),
28380 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28381 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28383 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
28385 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28386 throw error when not negotiated instead of asserting
28388 2004-02-15 Julien MOUTTE <julien@moutte.net>
28390 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28391 correct data refcounting.
28393 2004-02-15 Julien MOUTTE <julien@moutte.net>
28395 * gst/switch/gstswitch.c: (gst_switch_change_state),
28396 (gst_switch_class_init): Cleaning the sinkpads correctly on state
28397 change, mostly the EOS flag.
28399 2004-02-15 Julien MOUTTE <julien@moutte.net>
28401 * examples/gstplay/player.c: (got_eos), (main): Adding some
28402 output for debugging.
28403 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28404 timeouts if we go to any state different from PLAYING.
28405 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28406 more EOS bugs in riff lib.
28408 2004-02-14 Julien MOUTTE <julien@moutte.net>
28410 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28411 visualization until i find a way to fix switch correctly.
28412 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28414 * gst/switch/gstswitch.c: (gst_switch_release_pad),
28415 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28416 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28417 Reworked switch to get a more correct behaviour with events and refing
28418 of data stored in sinkpads.
28419 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28420 we don't pull from a pad in EOS.
28422 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28424 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28425 remove v1 tag even if we can't read it (makes sure we don't detect
28428 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28430 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28431 (gst_alsa_xrun_recovery):
28432 * ext/alsa/gstalsa.h:
28433 try xrun recovery when wait failed. Make xrun recovery function
28434 return TRUE/FALSE to indicate success. (might fix #134354)
28436 2004-02-13 David Schleef <ds@schleef.org>
28438 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28439 (dynparm_value_changed), (main): Convert from float to double.
28440 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28442 2004-02-13 David Schleef <ds@schleef.org>
28444 * gst/silence/gstsilence.c: (gst_silence_class_init),
28445 (gst_silence_set_clock), (gst_silence_get),
28446 (gst_silence_set_property), (gst_silence_get_property):
28447 * gst/silence/gstsilence.h: Add sync property.
28448 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28449 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28450 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28451 * gst/sine/gstsinesrc.h: Add sync property.
28453 2004-02-13 David Schleef <ds@schleef.org>
28455 * gst/intfloat/gstint2float.c: (conv_f32_s16),
28456 (gst_int2float_chain_gint16): Change stdint usage to glib types.
28458 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28462 * gst-libs/ext/Makefile.am:
28463 move ffmpeg plugin to gst-ffmpeg module
28465 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28467 * configure.ac: use GST_ARCH to detect architecture
28469 2004-02-12 Julien MOUTTE <julien@moutte.net>
28471 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28473 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
28475 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28476 classify LADSPA plugins based on number of src/sink pads
28477 (#133663, Stefan Kost)
28478 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28479 fix dparams registration
28480 (#133528, Stefan Kost)
28481 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28482 fix use of isprint and use g_ascii_isprint instead
28483 (#133316, Stefan Kost)
28485 2004-02-11 David Schleef <ds@schleef.org>
28487 Convert a few inner loops to use liboil. This is currently
28488 optional, and is only enabled if liboil is present (duh!).
28489 * configure.ac: Check for liboil-0.1
28490 * gst/intfloat/Makefile.am:
28491 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28492 (gst_int2float_chain_gint16):
28493 * gst/videofilter/Makefile.am:
28494 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28495 (tablelookup_u8), (gst_videobalance_planar411):
28496 * gst/videotestsrc/Makefile.am:
28497 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28498 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28499 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28500 (paint_hline_RGB565), (paint_hline_xRGB1555):
28502 2004-02-11 David Schleef <ds@schleef.org>
28504 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28505 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28506 (gst_colorspace_getcaps), (gst_colorspace_link),
28507 (gst_colorspace_base_init), (gst_colorspace_init),
28508 (gst_colorspace_chain), (gst_colorspace_change_state),
28509 (plugin_init): Merge Ronald's patch (bug #117897) and update
28510 for new caps and negotiation. Seems to work, although it
28511 shows off bugs in lcs.
28513 2004-02-11 David Schleef <ds@schleef.org>
28515 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28516 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28518 2004-02-11 David Schleef <ds@schleef.org>
28520 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28521 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28522 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28523 Add server and port properties
28525 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28530 * m4/as-liblame.m4:
28531 * m4/as-slurp-ffmpeg.m4:
28532 * m4/check-libheader.m4:
28539 * m4/gst-ivorbis.m4:
28540 * m4/gst-matroska.m4:
28542 * m4/gst-shout2.m4:
28550 fix underquotedness of macros (#133800)
28551 * m4/as-avifile.m4:
28553 removed because no longer used
28555 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28558 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28559 by autopoint (fixes #132996)
28561 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
28563 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28564 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28565 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28566 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28569 2004-02-11 David Schleef <ds@schleef.org>
28571 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28572 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28573 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28574 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28575 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28576 (gst_jpegenc_class_init), (gst_jpegenc_init),
28577 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28578 (gst_jpegenc_chain), (gst_jpegenc_set_property),
28579 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
28580 * ext/jpeg/gstjpegenc.h: Fix negotiation.
28582 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
28584 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28585 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28586 * ext/mikmod/gstmikmod.h:
28587 fix caps negotiation in mikmod
28588 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28589 output debug information
28591 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
28593 * gst-libs/gst/colorbalance/Makefile.am:
28594 * gst-libs/gst/navigation/Makefile.am:
28595 * gst-libs/gst/xoverlay/Makefile.am:
28596 remove unused GST_OPT_CFLAGS from Makefiles
28597 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28599 2004-02-07 David Schleef <ds@schleef.org>
28601 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28602 push events to pads that haven't been created (#133508)
28604 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
28606 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28607 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28608 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28609 (gst_dvdec_loop), (gst_dvdec_change_state):
28610 Second attempt at committing a working dvdec element.
28612 2004-02-06 David Schleef <ds@schleef.org>
28614 Build fixes for OS X: (see #129600)
28615 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28616 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28617 (gst_riff_read_strf_iavs):
28618 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28619 (gst_avi_demux_stream_odml):
28620 * gst/playondemand/Makefile.am:
28621 * gst/rtp/rtp-packet.c:
28623 2004-02-05 David Schleef <ds@schleef.org>
28625 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28626 last change, because it Just Doesn't Compile.
28628 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28630 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28631 skip undecodable id3v2 tag instead of keeping it
28633 2004-02-05 David Schleef <ds@schleef.org>
28635 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28636 Unref leaked buffer. (Noticed by Ronald)
28638 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
28640 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28641 Sync requires with other checks. >= vs =.
28643 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
28645 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28646 (gst_dvdec_video_link), (gst_dvdec_loop):
28647 * ext/dv/gstdvdec.h:
28648 rework the caps negotiation so that dvdec works again instead
28649 of just segfaulting.
28651 === release 0.7.4 ===
28653 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
28655 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28656 * configure.ac: changed for release
28658 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
28660 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28661 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28662 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28663 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28664 reworked patch by David Lehn to fix libdir and includedir for
28665 uninstalled libraries
28666 removed play and gconf from gstreamer-libs since they have their
28667 own pkgconfig files
28669 2004-02-04 David Schleef <ds@schleef.org>
28671 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28674 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28676 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28677 use correct GST_TAG_ENCODER tag
28679 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28681 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28682 be sure to stop the clock when going to paused
28683 * sys/oss/gstosssink.c: (gst_osssink_change_state):
28684 reset number of transmitted when going to ready.
28687 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
28689 reviewed by Benjamin Otte
28691 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28692 extract track count (fixes #133410)
28694 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28696 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28697 that should be !=, not == (fixes #132519)
28699 2004-02-04 David Schleef <ds@schleef.org>
28701 Make sure set_explicit_caps() is called before adding pad.
28702 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28703 * gst/id3/gstid3types.c: (gst_id3types_loop):
28704 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28705 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28707 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28710 bump nano to 2, first prerelease
28711 put back AM_PROG_LIBTOOL
28713 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28715 * testsuite/alsa/Makefile.am:
28716 these are user test apps, not automatic testsuite tests
28718 2004-02-04 David Schleef <ds@schleef.org>
28720 Convert GST_DEBUG_CAPS() to GST_DEBUG():
28721 * gst/mpeg1videoparse/gstmp1videoparse.c:
28722 (mp1videoparse_parse_seq):
28723 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28724 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28725 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28726 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28727 (gst_xvideosink_getcaps):
28728 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28729 * testsuite/gst-lint: more tests
28731 2004-02-04 David Schleef <ds@schleef.org>
28733 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28734 with the code that they would expand to.
28735 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28736 (gst_flacdec_get_src_query_types),
28737 (gst_flacdec_get_src_event_masks):
28738 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28739 (gst_gnomevfssrc_get_query_types),
28740 (gst_gnomevfssrc_get_event_mask):
28742 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28744 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28745 (gst_sinesrc_dispose):
28746 fix memleak by properly disposing sinesrc
28748 2004-02-04 Julien MOUTTE <julien@moutte.net>
28750 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28751 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28752 an overlay to redraw the image because it has been exposed.
28753 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28754 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28755 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28756 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28758 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28759 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28760 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28761 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28764 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28766 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28767 more memleak fixage
28769 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28771 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28772 * gst/typefind/gsttypefindfunctions.c:
28773 fix memleaks shown by gst-typefind
28775 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28777 * common/glib-gen.mak:
28778 add hack rule to touch .Plo files
28779 * gst-libs/gst/colorbalance/Makefile.am:
28780 * gst-libs/gst/mixer/Makefile.am:
28781 * gst-libs/gst/play/Makefile.am:
28782 * gst-libs/gst/tuner/Makefile.am:
28783 remove glib_root variable
28785 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28787 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28788 set explicit caps before adding the element, so the autopluggers can
28790 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28791 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28792 (mpeg_video_type_find), (mpeg_video_stream_type_find),
28794 fix memleaks in typefind functions. gst_type_find_suggest takes a const
28797 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28799 * gst-libs/gst/colorbalance/Makefile.am:
28800 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28801 * gst-libs/gst/colorbalance/colorbalance.c:
28802 * gst-libs/gst/colorbalance/colorbalance.h:
28803 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28804 * gst-libs/gst/mixer/Makefile.am:
28805 * gst-libs/gst/mixer/mixer-marshal.list:
28806 * gst-libs/gst/mixer/mixer.c:
28807 * gst-libs/gst/mixer/mixer.h:
28808 * gst-libs/gst/mixer/mixermarshal.list:
28809 * gst-libs/gst/play/Makefile.am:
28810 * gst-libs/gst/play/play.h:
28811 * gst-libs/gst/tuner/Makefile.am:
28812 * gst-libs/gst/tuner/tuner-marshal.list:
28813 * gst-libs/gst/tuner/tuner.c:
28814 * gst-libs/gst/tuner/tuner.h:
28815 * gst-libs/gst/tuner/tunermarshal.list:
28816 use new glib-gen.mak snippet to clean up Makefile.am
28817 fix various bugs in Makefile.am's
28819 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28821 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28822 handle chain parsing correctly in the multichain case
28823 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28824 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28825 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28826 (theora_dec_chain):
28827 handle events and queries correctly
28829 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28832 Ignore generated file _stdint.h.
28834 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28836 * gst-libs/gst/colorbalance/Makefile.am:
28837 * gst-libs/gst/colorbalance/colorbalance.h:
28838 * gst-libs/gst/mixer/Makefile.am:
28839 * gst-libs/gst/mixer/mixer.h:
28840 * gst-libs/gst/play/Makefile.am:
28841 * gst-libs/gst/play/play.h:
28842 * gst-libs/gst/tuner/Makefile.am:
28843 * gst-libs/gst/tuner/tuner.h:
28844 Generate enum type code with glib-mkenums.
28845 * gst-libs/gst/colorbalance/.cvsignore:
28846 * gst-libs/gst/mixer/.cvsignore:
28847 * gst-libs/gst/play/.cvsignore:
28848 * gst-libs/gst/tuner/.cvsignore:
28849 Ignore generated files.
28851 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28853 * gst-libs/gst/audio/.cvsignore:
28854 Ignore generated file.
28855 * gst-libs/gst/audio/Makefile.am:
28856 Do not install example filter.
28858 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28860 * examples/switch/.cvsignore:
28861 Ignore generated file.
28863 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28865 * common/m4/ax_create_stdint_h.m4:
28867 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28870 remove generated _stdint.h in DISTCLEANFILES
28871 * ext/a52dec/gsta52dec.c:
28872 include _stdint.h for a52dec. (should fix #133064)
28874 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28876 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28877 (gst_tag_to_vorbis_comments):
28878 Add replaygain support to vorbistag
28880 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28881 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28882 (gst_ffmpeg_caps_to_extradata):
28883 Fix SVQ3 caps flag properties
28884 Use glib macro for bytes swap
28886 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28888 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28889 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28890 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28891 * ext/sndfile/gstsf.c: (plugin_init):
28892 * gst/avi/gstavi.c: (plugin_init):
28893 * sys/dxr3/dxr3init.c: (plugin_init):
28894 * sys/oss/gstossaudio.c: (plugin_init):
28895 * sys/v4l/gstv4l.c: (plugin_init):
28896 * sys/v4l2/gstv4l2.c: (plugin_init):
28897 remove textdomain calls
28899 update Dutch translation
28901 2004-02-02 Julien MOUTTE <julien@moutte.net>
28903 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28904 (gst_play_set_audio_sink): Moving volume in the audio thread for
28905 instantaneous volume change. Maybe i will add another volume in front
28906 of visualization later, not sure yet though.
28908 2004-02-02 Julien MOUTTE <julien@moutte.net>
28910 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28911 (gst_ximagesink_handle_xevents): Better X events handling, only take
28912 the latest events for configure and motion.
28913 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28915 2004-02-02 Jon Trowbridge <trow@gnu.org>
28917 reviewed by: David Schleef <ds@schleef.org>
28920 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28921 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28923 2004-02-02 David Schleef <ds@schleef.org>
28925 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
28927 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28928 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28929 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28930 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28931 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28932 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28933 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28934 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28935 (gst_float2_2_int_link):
28936 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28937 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28938 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28939 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28940 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28941 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28942 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28943 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28944 * testsuite/gst-lint: Add tests for bzero and ;;
28946 2004-02-02 David Schleef <ds@schleef.org>
28948 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28950 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28952 * ext/aalib/gstaasink.c: (gst_aasink_open):
28953 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28954 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28955 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28956 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28957 (gst_afsink_close_file):
28958 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28959 (gst_afsrc_close_file):
28960 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28961 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28962 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28963 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28964 * ext/esd/esdmon.c: (gst_esdmon_get):
28965 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28966 * ext/faac/gstfaac.c: (gst_faac_chain):
28967 * ext/faad/gstfaad.c: (gst_faad_chain):
28968 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28969 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28970 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28971 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28972 (gst_flacdec_loop):
28973 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28974 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28975 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28976 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28977 (gst_gnomevfssink_close_file):
28978 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28979 (gst_gnomevfssrc_open_file):
28980 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28981 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28982 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28983 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28984 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28985 * ext/mad/gstmad.c: (gst_mad_chain):
28986 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28987 * ext/mpeg2dec/gstmpeg2dec.c:
28988 * ext/mpeg2enc/gstmpeg2enc.cc:
28989 * ext/mplex/gstmplex.cc:
28990 * ext/mplex/gstmplexibitstream.cc:
28991 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28992 (gst_ogg_demux_push):
28993 * ext/raw1394/gstdv1394src.c:
28994 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28995 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28996 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28998 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28999 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29000 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29001 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29002 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29003 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29004 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29005 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29006 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29007 (gst_riff_read_element_data), (gst_riff_read_seek),
29008 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29009 * gst/adder/gstadder.c: (gst_adder_loop):
29010 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29011 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29012 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29013 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29014 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29015 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29016 * gst/goom/gstgoom.c: (gst_goom_chain):
29017 * gst/id3/gstid3types.c: (gst_id3types_loop):
29018 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29019 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29020 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29021 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29022 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29023 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29024 (gst_ebml_read_float), (gst_ebml_read_header):
29025 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29026 (gst_matroska_demux_parse_blockgroup):
29027 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29028 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29029 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29030 * gst/silence/gstsilence.c: (gst_silence_get):
29031 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29032 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29033 * gst/speed/gstspeed.c: (speed_loop):
29034 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29035 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29036 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29037 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29038 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29039 (gst_wavparse_loop):
29040 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29041 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29042 (dxr3audiosink_close):
29043 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29044 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29045 (dxr3videosink_close), (dxr3videosink_write_data):
29046 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29047 * sys/oss/gstosssink.c: (gst_osssink_chain):
29048 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29049 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29050 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29051 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29052 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29053 (gst_v4l_set_window), (gst_v4l_enable_overlay):
29054 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29055 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29056 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29057 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29058 (gst_v4l_set_audio):
29059 * sys/v4l/v4l_calls.h:
29060 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29061 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29062 (gst_v4lmjpegsink_playback_init),
29063 (gst_v4lmjpegsink_playback_start):
29064 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29065 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29066 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29067 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29068 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29069 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29070 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29071 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29072 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29073 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29074 (gst_v4l2_get_output), (gst_v4l2_set_output),
29075 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29076 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29077 (gst_v4l2_set_attribute):
29078 * sys/v4l2/v4l2_calls.h:
29079 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29080 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29081 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29082 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29083 (gst_v4l2src_capture_stop):
29084 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29085 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29086 (gst_ximagesink_chain):
29087 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29088 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29089 (gst_xvideosink_xwindow_new):
29090 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29091 (gst_xvimagesink_chain):
29093 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29095 * gst/volume/gstvolume.c: (gst_volume_set_volume),
29096 (gst_volume_get_volume), (volume_class_init), (volume_init),
29097 (volume_chain_int16), (volume_update_volume):
29098 * gst/volume/gstvolume.h:
29099 make code more readable by removing magic numbers
29100 make mixer interface export 0-100 range
29101 make it internally map to 0.0-1.0 range so users don't distort
29102 output by putting the sliders at full volume
29104 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29106 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29107 (gst_play_state_change), (gst_play_seek_to_time):
29108 block the tick callback for 0.5 secs after doing a seek
29110 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29112 * gst-libs/gst/play/play.c: (gst_play_new):
29115 2004-02-01 Julien MOUTTE <julien@moutte.net>
29117 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29118 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29119 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29120 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29121 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29122 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29124 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
29127 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29128 check for a function added in vorbis 1.1
29130 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29132 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29133 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29134 really start/stop clock only on PLAYING <=> PAUSED
29135 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29136 remove \n from debugging lines
29137 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29138 make it work when seeking does not
29139 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29142 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29144 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29145 start clock on PAUSED=>PLAYING, not later
29146 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29147 extract correct time for different discont formats
29148 (gst_alsa_sink_get_time):
29149 don't segfault when no format is negotiated yet, just return 0
29150 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29151 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29152 (gst_ogg_pad_push):
29153 handle flush and discont events correctly
29154 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29155 handle discont events correctly
29157 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
29159 * gst-libs/gst/play/play.c: (gst_play_error_quark),
29160 (gst_play_error_create), (gst_play_error_plugin),
29161 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29162 * gst-libs/gst/play/play.h:
29163 add error handling during creation
29164 * examples/gstplay/player.c: (main):
29165 use new gst_play_new
29168 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29170 * ext/theora/theoradec.c: (theora_dec_chain):
29172 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29173 (vorbis_dec_src_event), (vorbis_dec_chain):
29174 add encoder tag, fix tag reading to be more error tolerant, change
29175 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29176 gst_pad_event_default.
29177 * gst/tags/gstvorbistag.c:
29178 (gst_tag_list_from_vorbiscomment_buffer):
29179 undefine function specific define at end of function
29181 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
29183 * ext/flac/gstflac.c: (plugin_init):
29184 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29185 * ext/flac/gstflacdec.h:
29186 * ext/flac/gstflacenc.h:
29189 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
29191 * examples/gstplay/player.c: s/gstplay.h/play.h/
29193 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29195 * gst-libs/gst/play/Makefile.am:
29196 * gst-libs/gst/play/gstplay.c:
29197 * gst-libs/gst/play/gstplay.h:
29198 * gst-libs/gst/play/play.c:
29199 more surgery, operation complete
29201 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29203 * gst-libs/gst/play/play.old.c:
29204 * gst-libs/gst/play/play.old.h:
29205 after CVS surgery by moving, remove
29206 * gst-libs/gst/play/playpipelines.c:
29209 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29210 add negotiation error
29212 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29214 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29215 (gst_ogg_demux_push):
29216 add some seeking debug info
29217 send a flush when seeking
29219 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29225 * ext/theora/Makefile.am:
29226 * ext/theora/theoradec.c:
29227 add theora video decoder. Does just do simple decoding for now and
29228 has been tested against Theora cvs only. It only works when theora
29229 is compiled with --enable-static.
29230 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29231 always reset packetno on DISCONT
29233 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29235 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29238 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29240 * gst/mpegaudioparse/gstmpegaudioparse.c:
29241 (mp3_type_frame_length_from_header):
29242 Fix header parsing - stolen from ffmpeg (thank you! :) ).
29244 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29246 * ext/esd/esdsink.c: (gst_esdsink_init):
29247 Since we have static pad template caps, we don't need to negotiate;
29248 either the core errors out or we know the format.
29250 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29252 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29253 (gst_riff_read_seek):
29254 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29255 (gst_ebml_read_seek):
29256 Fix event handling.
29258 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29260 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29261 removee video/x-theora from vp3 decoder, it doesn't handle raw
29263 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29264 fix bug with finalizing element that never went to PAUSED
29265 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29266 length and position queries were swapped
29267 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29268 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29269 (vorbis_dec_src_event):
29270 implement querying time and bytes
29272 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29274 * just about every source file:
29275 gst_element_error -> GST_ELEMENT_ERROR
29277 2004-01-29 Julien MOUTTE <julien@moutte.net>
29279 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29280 emiting FLUSH and even before DISCONT.
29281 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29282 get the best instant seeking as possible yay!
29284 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
29286 * gst/mpeg1videoparse/gstmp1videoparse.c:
29287 (gst_mp1videoparse_real_chain):
29288 Committed wrong version last week... Grr... Didn't notice until now.
29290 2004-01-29 Julien MOUTTE <julien@moutte.net>
29292 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29293 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29294 have_xwindow_id signal in xwindow_create.
29296 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
29298 * ext/ogg/gstoggdemux.c:
29299 lots of changes - mainly support for chained bitstreams, seeking,
29300 querying and bugfixes of course
29301 * ext/vorbis/Makefile.am:
29302 * ext/vorbis/vorbisdec.c:
29303 * ext/vorbis/vorbisdec.h:
29304 add vorbisdec raw vorbis decoder
29305 * ext/vorbis/vorbis.c: (plugin_init):
29306 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29307 * gst/intfloat/Makefile.am:
29308 * gst/intfloat/float22int.c:
29309 * gst/intfloat/float22int.h:
29310 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29311 add float2intnew plugin. It converts multichannel interleaved float to
29312 multichannel interleaved int. The name should probably be changed.
29313 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29315 add typefinding for raw theora video so oggdemux can detect it.
29317 2004-01-28 Julien MOUTTE <julien@moutte.net>
29319 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29320 sink element first.
29321 * gst/videoscale/gstvideoscale.c:
29322 (gst_videoscale_handle_src_event): Fixing src event handler.
29324 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
29326 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29327 (gst_v4lsrc_open), (gst_v4lsrc_close),
29328 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29329 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29330 * sys/v4l/gstv4lsrc.h:
29331 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29332 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29333 Implement resizing... Hack. But that's why v4l is b0rked...
29335 2004-01-28 Julien MOUTTE <julien@moutte.net>
29337 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29338 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29339 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29340 (gst_ximagesink_xwindow_destroy):
29341 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29342 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29343 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29344 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29345 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29346 correctly cleaning the image created to check xshm calls on succes,
29347 added a lot of XSync calls in X11 functions, and fixed a segfault when
29348 no image format was defined before negotiation happened.
29350 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
29352 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29353 use gst_element_get_time to get correct time
29355 2004-01-28 Julien MOUTTE <julien@moutte.net>
29357 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29358 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29359 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29360 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29361 (gst_xvimagesink_check_xshm_calls),
29362 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29363 X plugins are now able to detect that XShm calls will fail even if the
29364 server claims that it has XShm support (remote displays most of the
29365 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29366 so that we use non XShm functions. This feature is almost useless for
29367 xvimagesink as Xv is not supported on remote displays anyway, but
29368 it might happen than even on the local display XShm calls fail.
29370 2004-01-27 David Schleef <ds@schleef.org>
29372 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29373 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29374 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
29375 changed esdsink to only use 44100,16,2, since esd sucks at rate
29376 conversion and esdsink has had difficulty negotiating.
29378 2004-01-27 Julien MOUTTE <julien@moutte.net>
29380 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29381 (gst_play_seek_to_time): Fixing the way to get current position.
29383 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29385 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29386 use gst_element_get_time to get correct time
29388 2004-01-27 Julien MOUTTE <julien@moutte.net>
29390 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29391 fix ever... Inverting 2 lines of code make spider autoplug correctly
29394 2004-01-27 David Schleef <ds@schleef.org>
29396 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29397 Use gst_pad_try_set_caps_nonfixed().
29399 2004-01-27 David Schleef <ds@schleef.org>
29401 * gst/ac3parse/gstac3parse.c: update to checklist 5
29402 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
29403 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29404 * gst/audioscale/gstaudioscale.c: same
29405 * gst/auparse/gstauparse.c: same
29406 * gst/avi/gstavidemux.c: same
29408 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29410 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29411 stop processing after EOS
29413 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29415 * gst/asfdemux/asfheaders.h:
29416 * gst/asfdemux/gstasfdemux.c:
29417 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29418 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29419 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29420 lot's of fixes to make data extraction simpler and get the code
29421 architecture and compiler independant. Add debugging category
29422 * gst/goom/gstgoom.c: (gst_goom_change_state):
29423 reset channel count on PAUSED=>READY, not READY=>PAUSED
29425 2004-01-26 Colin Walters <walters@verbum.org>
29427 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29428 code to pull a bigger buffer in iradio mode. This as a side effect
29429 makes typefinding work.
29431 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29433 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29434 Fix SVQ3 decoding on PPC
29436 2004-01-26 Julien MOUTTE <julien@moutte.net>
29438 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29439 that one managed to stay there... Fixed.
29441 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29443 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29444 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29445 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29446 (qtdemux_video_caps):
29447 * gst/qtdemux/qtdemux.h:
29448 Add SVQ3 specific flags to qtdemux and ffmpeg
29450 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29452 * gst-libs/gst/audio/audio.h:
29453 remove buffer-frames from audio caps
29454 * gst/audioconvert/gstaudioconvert.c:
29455 fix plugin to really work.
29457 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29459 * gst-libs/gst/mixer/mixer.c:
29460 * gst-libs/gst/propertyprobe/propertyprobe.c:
29461 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29462 (gst_tuner_find_channel_by_name):
29463 * gst-libs/gst/tuner/tuner.h:
29464 Add gtk-doc style comments. Also fix a function name.
29466 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29468 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29469 (gst_divxdec_negotiate):
29470 Fix for new capsnego - also fixes gst-player with divxdec.
29472 2004-01-25 Julien MOUTTE <julien@moutte.net>
29474 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29475 (gst_play_identity_handoff), (gst_play_set_location),
29476 (gst_play_set_visualization), (gst_play_connect_visualization): Another
29477 try in visualization implementation. Still have an issue with switch
29478 blocking when pulling from video_queue and only audio comes out of
29480 * gst/switch/gstswitch.c: (gst_switch_release_pad),
29481 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29482 release method. And check if the pad is usable before pulling.
29484 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29486 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29487 (gst_videobalance_init),
29488 (gst_videobalance_colorbalance_list_channels),
29489 (gst_videobalance_colorbalance_set_value),
29490 (gst_videobalance_colorbalance_get_value),
29491 (gst_videobalance_update_properties),
29492 (gst_videobalance_update_tables_planar411),
29493 (gst_videobalance_planar411):
29494 * gst/videofilter/gstvideobalance.h:
29495 Implement lookup-tables. +/- 10x faster.
29497 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29499 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29500 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29501 The index reading was broken. The rest worked fine, but the whole
29502 goal of my rewrite was to make avidemux readable, and this was
29503 not at all readable. Please use typed variables.
29505 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29507 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29508 Additional pad usability check.
29509 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29510 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29511 (gst_mp1videoparse_real_chain):
29512 Fix MPEG video stream parsing. The original plugin had several
29513 issues, including not timestamping streams where the source was
29514 not timestamped (this happens with PTS values in mpeg system
29515 streams, but MPEG video is also a valid stream on its own so
29516 that needs timestamps too). We use the display time code for that
29517 for now. Also, if one incoming buffer contains multiple valid
29518 frames, we push them all on correctly now, including proper EOS
29519 handling. Lastly, several potential segfaults were fixed, and we
29520 properly sync on new sequence/gop headers to include them in next,
29521 not previous frames (since they're header for the next frame, not
29522 the previous). Also see #119206.
29523 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29525 Move caps setting so we only do it after finding several valid
29526 MPEG-1 fraes sequentially, not right after the first one (which
29527 might be coincidental).
29528 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29529 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29531 Add unsynced MPEG video stream typefinding, and change some
29532 probability values so we detect streams rightly. The idea is as
29533 follows: I can have an unsynced system stream which contains
29534 video. In the current code, I would randomly get a type for either
29535 system or video stream type found, because the probabilities are
29536 being calculated rather randomly. I now use fixed values, so we
29537 always prefer system stream if that was found (and that is how it
29538 should be). If no system stream was found, we can still identity the stream as video-only.
29540 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29542 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29543 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29544 don't write to buffer. Extract data without the need of
29545 __attribute__ ((packed))
29547 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29549 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29550 (mpeg1_sys_type_find):
29551 Fix MPEG-1 stream typefinding.
29553 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29555 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29556 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29558 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29560 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29561 * ext/esd/gstesd.c: (plugin_init):
29562 private debugging, better error reporting
29564 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29566 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29567 (gst_riff_read_init), (gst_riff_read_change_state):
29568 * gst-libs/gst/riff/riff-read.h:
29569 Remove stuff fromold metadata system.
29571 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29573 * ext/ogg/gstoggdemux.c:
29574 Fix wrong file comment.
29575 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29576 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29577 Add metadata reading properly.
29579 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29582 Fix nas DIST_SUBDIRS
29584 Fix bug where make distcheck doesn't get run on adding stuff to
29587 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29589 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29590 * ext/divx/gstdivxdec.h:
29591 Fix divx3 ("msmpeg4") playback using divxdec.
29593 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29595 * gst/typefind/gsttypefindfunctions.c:
29596 (mp3_type_frame_length_from_header): fix bug in length computation
29597 (mp3_type_find): improve debugging output
29599 2004-01-23 Julien MOUTTE <julien@moutte.net>
29601 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29602 (gst_play_set_location), (gst_play_seek_to_time),
29603 (gst_play_set_audio_sink), (gst_play_set_visualization),
29604 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29605 the pipeline from scratch. Visualization is back and switch went out as
29606 i realized it was not possible to use the way i wanted.
29607 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29608 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29609 clearing in state change from READY to NULL. So that one can clean the
29610 X ressources keeping the element.
29611 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29612 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29613 (gst_xvimagesink_colorbalance_set_value),
29614 (gst_xvimagesink_colorbalance_get_value),
29615 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29616 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29617 change from READY to NULL and fixed some stupid bugs in colorbalance
29618 get/set values. Also added the following feature : when nobody tries to
29619 set some values to the colorbalance levels before the xcontext is
29620 grabbed, then when creating channels list from Xv attributes we set the
29621 internal values to the Xv defaults. This way we handle buggy Xv drivers
29622 that set default hue values far from the middle of the range (Thanks
29623 to Jon Trowbridge for pointing that issue).
29624 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29625 colorbalance levels have been set before xcontext is grabbed.
29627 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
29629 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29630 Fix the ossmixer case where we shouldn't open /dev/dsp* because
29631 it might block operations (which is bad for a mixer).
29633 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29635 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29636 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29637 (gmip_find_type_pre):
29638 * gst-libs/gst/media-info/media-info-priv.h:
29639 * gst-libs/gst/media-info/media-info.c:
29640 (gst_media_info_instance_init), (gst_media_info_read_idler):
29641 add fakesink to get caps on decoder src pad again
29642 fix callback prototype to match new have_type signal signature
29644 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29646 * gst/adder/gstadder.c: (gst_adder_link):
29647 fix non-compile and cut-n-paste code
29649 2004-01-21 David Schleef <ds@schleef.org>
29651 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29652 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29653 (gst_swfdec_init), (gst_swfdec_change_state):
29654 * ext/swfdec/gstswfdec.h:
29656 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29657 (gst_adder_request_new_pad): Fix negotiation.
29658 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29659 Add a fixate function.
29660 * gst/intfloat/gstfloat2int.c:
29661 * gst/intfloat/gstfloat2int.h:
29662 * gst/intfloat/gstint2float.c:
29663 * gst/intfloat/gstint2float.h:
29664 Completely rewrite the negotiation. Doesn't quite work yet,
29665 due to some buffer-frames problem.
29667 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
29669 * ext/gnomevfs/gstgnomevfssrc.c:
29670 * sys/v4l2/v4l2_calls.h:
29671 fix includes for distcheck
29673 2004-01-21 Christian Schaller <uraeus@gnome.org>
29676 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29677 based on earlier patch from Laurent Vivier
29679 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
29681 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29682 Fix wma caps property
29683 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29684 Fix typo (flags1 and flags2)
29686 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29688 * gst-libs/gst/media-info/media-info-priv.c:
29689 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29690 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29691 (gmip_find_stream), (gmip_find_track_metadata),
29692 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29693 (gmip_find_track_format):
29694 * gst-libs/gst/media-info/media-info-priv.h:
29695 * gst-libs/gst/media-info/media-info-test.c: (main):
29696 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29697 (gst_media_info_read_idler), (gst_media_info_read):
29698 * gst-libs/gst/media-info/media-info.h:
29699 register debugging category and use it for debugging
29701 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29703 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29704 (gst_vorbisfile_new_link):
29705 signal streaminfo through tags
29707 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29709 * ext/mplex/gstmplex.cc:
29710 * ext/mplex/gstmplexibitstream.cc:
29711 g++ doesn't like NULL in our i18n/error macros, should be
29712 either (NULL) or ("").
29714 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29716 * sys/dxr3/dxr3audiosink.c:
29717 * sys/dxr3/dxr3init.c:
29718 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29719 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29720 Fix more error error error errors (missing includes here).
29722 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29724 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29725 fix thomas' error errors.
29727 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29729 * ext/mpeg2enc/gstmpeg2enc.cc:
29732 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29734 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29735 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29736 Fix for new error system.
29738 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29740 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29741 fix for new error reporting
29743 2004-01-20 David Schleef <ds@schleef.org>
29745 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29746 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29747 (gst_ximagesink_set_xwindow_id): Change to using a framerate
29748 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29749 and neither is 100+, most likely.
29750 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29751 (gst_xvimagesink_getcaps): same
29753 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
29756 Up version requirement to 2.0.3 (not yet released) to avoid symbol
29757 clashes with ffmpeg.
29759 2004-01-20 Julien MOUTTE <julien@moutte.net>
29761 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29762 (gst_switch_init): Fixed switch element : proxying link and setting
29763 caps from src to sink on request.
29765 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29767 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29768 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29769 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29772 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29774 * sys/v4l/v4l_calls.h:
29775 * sys/v4l2/v4l2_calls.h:
29776 element_error fixes
29778 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29780 * gst-libs/gst/gst-i18n-plugin.h:
29782 remove config.h inclusion
29784 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29787 adding autopoint invocation
29790 * gst-libs/gst/gettext.h:
29791 adding gettext bits
29792 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29793 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29794 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29795 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29796 (gst_gnomevfssink_close_file):
29797 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29798 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29799 * gst-libs/gst/gst-i18n-plugin.h:
29800 * gst/avi/gstavi.c: (plugin_init):
29801 * sys/dxr3/dxr3init.c: (plugin_init):
29802 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29803 * sys/oss/gstossaudio.c: (plugin_init):
29804 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29805 * sys/v4l/gstv4l.c: (plugin_init):
29806 * sys/v4l/v4l_calls.c: (gst_v4l_open):
29807 * sys/v4l2/gstv4l2.c: (plugin_init):
29808 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29809 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29810 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29811 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29812 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29813 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29814 make sure locale and translation domain are set
29815 fix translated strings
29821 put translation files into place
29822 * sys/xvideo/imagetest.c: (main):
29823 * ext/dv/demo-play.c: (main):
29824 fix unnecessary translations
29826 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
29828 * ext/sndfile/gstsf.c:
29829 * gst/avi/gstavimux.c:
29830 * ext/audiofile/gstafsink.c:
29831 * ext/audiofile/gstafsrc.c:
29832 * ext/gnomevfs/gstgnomevfssink.c:
29833 * ext/gnomevfs/gstgnomevfssrc.c:
29834 * sys/oss/gstosselement.c:
29835 * sys/v4l/v4l_calls.h:
29838 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29840 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29841 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29842 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29843 (gst_v4l2_get_output), (gst_v4l2_set_output),
29844 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29845 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29846 (gst_v4l2_set_attribute):
29847 update to new error handling
29849 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29851 * ext/sidplay/gstsiddec.cc:
29852 * gst/modplug/gstmodplug.cc:
29853 parenthese NULL because C++ seems angry about it
29855 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29857 * gst-libs/gst/gst-i18n-plugin.h:
29858 add skeleton i18n stuff, but needs to be further implemented
29860 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
29862 * examples/gstplay/player.c: (main):
29863 * ext/aalib/gstaasink.c: (gst_aasink_open):
29864 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29865 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29866 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29867 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29868 (gst_afsink_close_file):
29869 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29870 (gst_afsrc_close_file):
29871 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29872 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29873 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29874 * ext/esd/esdmon.c: (gst_esdmon_get):
29875 * ext/esd/esdsink.c: (gst_esdsink_chain):
29876 * ext/faac/gstfaac.c: (gst_faac_chain):
29877 * ext/faad/gstfaad.c: (gst_faad_chain):
29878 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29879 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29880 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29881 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29882 (gst_flacdec_loop):
29883 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29884 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29885 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29886 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29887 (gst_gnomevfssink_close_file):
29888 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29889 (gst_gnomevfssrc_open_file):
29890 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29891 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29892 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29893 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29894 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29895 * ext/mad/gstmad.c: (gst_mad_chain):
29896 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29897 * ext/mpeg2dec/gstmpeg2dec.c:
29898 * ext/mpeg2enc/gstmpeg2enc.cc:
29899 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29900 * ext/mplex/gstmplex.cc:
29901 * ext/mplex/gstmplexibitstream.cc:
29902 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29903 (gst_ogg_demux_push), (gst_ogg_pad_push):
29904 * ext/raw1394/gstdv1394src.c:
29905 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29906 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29907 * ext/sidplay/gstsiddec.cc:
29908 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29910 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29911 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29912 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29913 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29914 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29915 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29916 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29917 * gst-libs/gst/Makefile.am:
29918 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29919 (gst_riff_read_element_data), (gst_riff_read_seek),
29920 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29921 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29922 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29923 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29924 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29925 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29926 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29927 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29928 * gst/goom/gstgoom.c: (gst_goom_chain):
29929 * gst/id3/gstid3types.c: (gst_id3types_loop):
29930 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29931 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29932 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29933 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29934 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29935 (gst_ebml_read_float), (gst_ebml_read_header):
29936 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29937 (gst_matroska_demux_parse_blockgroup):
29938 * gst/modplug/gstmodplug.cc:
29939 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29940 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29941 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29942 * gst/silence/gstsilence.c: (gst_silence_get):
29943 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29944 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29945 * gst/speed/gstspeed.c: (speed_loop):
29946 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29947 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29948 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29949 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29950 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29951 (gst_wavparse_loop):
29952 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29953 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29954 (dxr3audiosink_close):
29955 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29956 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29957 (dxr3videosink_close), (dxr3videosink_write_data):
29958 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29959 * sys/oss/gstosselement.h:
29960 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29961 (gst_osssink_chain):
29962 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29963 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29964 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29965 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29966 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29967 (gst_v4l_enable_overlay):
29968 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29969 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29970 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29971 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29972 (gst_v4l_set_audio):
29973 * sys/v4l/v4l_calls.h:
29974 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29975 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29976 (gst_v4lmjpegsink_playback_init),
29977 (gst_v4lmjpegsink_playback_start):
29978 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29979 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29980 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29981 (gst_v4lmjpegsrc_requeue_frame):
29982 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29983 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29984 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29985 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29986 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29987 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29988 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29989 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29990 (gst_v4l2src_capture_stop):
29991 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29992 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29993 (gst_ximagesink_chain):
29994 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29995 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29996 (gst_xvideosink_xwindow_new):
29997 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29998 (gst_xvimagesink_chain):
29999 use new error signal, function and categories
30001 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
30005 * ext/musicbrainz/gsttrm.c:
30006 * ext/musicbrainz/gsttrm.h:
30007 * ext/musicbrainz/Makefile.am:
30010 2004-01-18 Julien MOUTTE <julien@moutte.net>
30012 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30013 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30014 synchronous property for debugging.
30015 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30016 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30017 (gst_xvimagesink_set_property): Moving a pointer declaration to a
30018 smaller block, fixing indent.
30020 2004-01-16 David Schleef <ds@schleef.org>
30022 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30023 property affects the video stream.
30024 * sys/xvimage/xvimagesink.c:
30025 * sys/xvimage/xvimagesink.h:
30026 Add synchronous property for debugging. Should probably be
30027 disabled in non-CVS builds. Make sure that the Xv attribute
30028 exists before we set it (crash!). Fix a silly float bug that
30029 caused colorbalance to just not work.
30031 2004-01-17 Christian Schaller <Uraeus@gnome.org>
30033 * tools/gst-launch-ext.in - update for new plugins
30035 2004-01-16 David Schleef <ds@schleef.org>
30037 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30038 already-freed caps.
30040 2994-01-16 Christian Schaller <Uraeus@gnome.org>
30042 * Update spec for new colorspace plugin and libcaca plugin
30043 * Fix compilation of libcaca plugin (clock -> id)
30045 2004-01-16 Julien MOUTTE <julien@moutte.net>
30047 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30048 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30049 (gst_xvimagesink_set_xwindow_id),
30050 (gst_xvimagesink_colorbalance_set_value),
30051 (gst_xvimagesink_colorbalance_get_value),
30052 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30053 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30054 correct colorbalance properties. They can now be set when the element
30055 is still in NULL state. The values will be committed to the Xv Port
30056 when xcontext is initialized.
30057 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30058 brightness int values in the GstXvImagesink structure.
30060 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30062 * gst-libs/gst/Makefile.am:
30063 restructure so having local patches works easier.
30065 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30067 * ext/mpeg2enc/Makefile.am:
30068 * ext/mpeg2enc/gstmpeg2enc.cc:
30069 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30070 Bugfix with respect to EOS handling.
30072 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30074 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30075 Link with right caps (else, it segfaults).
30076 * ext/mplex/gstmplexjob.cc:
30077 Fix for slight API change in 1.6.1.93 release of mjpegtools.
30079 2004-01-15 David Schleef <ds@schleef.org>
30081 * gst-libs/gst/audio/Makefile.am:
30082 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30084 * gst-libs/gst/audio/gstaudiofilter.c:
30085 * gst-libs/gst/audio/gstaudiofilter.h:
30086 Add bytes_per_sample and size and n_samples calculation.
30087 * gst-libs/gst/audio/gstaudiofilterexample.c:
30088 Remove, now autogenerated.
30089 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30090 Moved from gstaudiofilterexample, object name changed, code added
30091 so that it actually works.
30092 * gst-libs/gst/audio/make_filter:
30093 Script to build an audiofilter subclass from the template.
30094 * gst/colorspace/Makefile.am:
30095 * gst/colorspace/yuv2yuv.c:
30096 Remove file, since it's GPL, and we don't use it.
30098 2004-01-15 Julien MOUTTE <julien@moutte.net>
30100 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30101 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30102 them use the buffer free function to test how the buffer was allocated.
30104 2004-01-15 David Schleef <ds@schleef.org>
30106 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30107 that handles osssink fallback.
30108 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30109 (gst_audio_convert_getcaps):
30110 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30111 Add audio/x-qdm2 for QDM2 audio.
30112 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30113 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30114 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30115 Decrease minimum size to 16x16.
30116 * gst/wavparse/gstwavparse.c:
30117 Convert disabled pad template caps to new caps.
30118 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30119 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30120 (gst_xvimagesink_chain): Throw element error when display cannot
30121 be opened. Increase minimum framerate to 1.0. Check the data
30122 free function on a buffer to make sure it is the type we expect
30123 before manipulating it.
30125 2004-01-15 Julien MOUTTE <julien@moutte.net>
30127 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30128 (gst_videobalance_colorbalance_set_value): Implement passthru if
30129 settings are in the middle.
30130 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30132 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30134 * gst/videofilter/Makefile.am:
30135 * gst/volume/Makefile.am:
30136 Since we use videofilter symbols, link to it.
30138 2004-01-15 Julien MOUTTE <julien@moutte.net>
30140 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30141 mixer interface type to HARDWARE.
30142 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30144 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30145 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30146 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30147 (gst_volume_interface_init), (gst_volume_list_tracks),
30148 (gst_volume_set_volume), (gst_volume_get_volume),
30149 (gst_volume_set_mute), (gst_volume_mixer_init),
30150 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30151 (volume_init): Implementing mixer interface.
30152 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30153 * sys/oss/gstosselement.c: (gst_osselement_get_type),
30154 (gst_osselement_change_state): Removing some trailing commas in
30156 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30157 interface type to HARDWARE.
30158 * sys/v4l/gstv4lcolorbalance.c:
30159 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30161 * sys/v4l2/gstv4l2colorbalance.c:
30162 (gst_v4l2_color_balance_interface_init): Setting colorbalance
30163 interface type to HARDWARE.
30164 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30165 same code than ximagesink for event handling.
30167 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30169 * ext/snapshot/Makefile.am:
30170 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30171 (gst_snapshot_chain):
30172 * ext/snapshot/gstsnapshot.h:
30173 This has to be a joke... Snapshot should be connected to a tee,
30174 colorspace element before it and EOS after that, where the other
30175 src of the tee receives normal data.
30176 The current way is *wrong*.
30178 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30180 * ext/hermes/gsthermescolorspace.c:
30181 Fix another compile error. Same as below.
30183 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30185 * gst/colorspace/gstcolorspace.c:
30186 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30187 (gst_colorspace_i420_to_yv12):
30188 Fix compiling... Didn't test if it actually works.
30190 2004-01-15 David Schleef <ds@schleef.org>
30193 * gst/colorspace/Makefile.am:
30194 * gst/colorspace/gstcolorspace.c:
30195 * gst/colorspace/gstcolorspace.h:
30196 * gst/colorspace/yuv2rgb.c:
30197 * gst/colorspace/yuv2rgb.h:
30198 Duplicate the ext/hermes colorspace plugin, and remove Hermes
30199 code and GPL code. Fix for new caps negotiation. Rewrite
30200 much of the format handling code, and some of the conversion
30201 code. Basically, rewrote almost everything. This element
30202 handles I420, YV12 to RGB conversions.
30203 * ext/hermes/Makefile.am:
30204 * ext/hermes/gsthermescolorspace.c:
30205 Rename colorspace to hermescolorspace. Fix negotiation issues.
30206 Remove non-Hermes related code. This element handles lots of
30207 RGB to RGB conversions, but no YUV.
30208 * ext/hermes/gstcolorspace.c:
30209 * ext/hermes/gstcolorspace.h:
30210 * ext/hermes/rgb2yuv.c:
30211 * ext/hermes/yuv2rgb.c:
30212 * ext/hermes/yuv2rgb.h:
30213 * ext/hermes/yuv2rgb_mmx16.s:
30214 * ext/hermes/yuv2yuv.c:
30215 * ext/hermes/yuv2yuv.h:
30218 2004-01-14 Colin Walters <walters@verbum.org>
30220 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30221 they've already been.
30223 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30225 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30226 assume tag mode when pad is not connected
30228 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30230 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30231 Don't update the time of the clock
30232 (gst_alsa_sink_loop):
30233 sync to the clock given to alsasink, not the own clock
30234 * sys/oss/gstosssink.c: (gst_osssink_chain):
30236 (gst_osssink_change_state):
30238 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30239 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30240 remove bogus code that made DISCONT events unhandled
30241 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30242 explicitly case to double in _set_simple. (fixes 2nd warning in bug
30244 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30245 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30246 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30247 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30248 2nd warning in bug #131502)
30250 2004-01-14 Julien MOUTTE <julien@moutte.net>
30252 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30253 (gst_videobalance_colorbalance_set_value),
30254 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30255 for colorbalance interface implementation.
30256 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30257 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30258 (gst_ximagesink_dispose), (gst_ximagesink_init),
30259 (gst_ximagesink_class_init): Adding DISPLAY property.
30260 * sys/ximage/ximagesink.h: Adding display_name to store display.
30261 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30262 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30263 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30264 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30265 properties (they still need polishing though for gst-launch use : no
30266 xcontext yet, i ll do that tomorrow).
30267 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30269 2004-01-14 Julien MOUTTE <julien@moutte.net>
30271 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30272 (gst_play_set_location), (gst_play_set_visualization): Preparing
30273 switch integration, adding videobalance in the pipeline.
30275 2004-01-14 Julien MOUTTE <julien@moutte.net>
30277 * gst-libs/gst/colorbalance/colorbalance.c:
30278 (gst_color_balance_class_init): Adding a default type.
30279 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30281 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30282 (gst_videobalance_dispose), (gst_videobalance_class_init),
30283 (gst_videobalance_init), (gst_videobalance_interface_supported),
30284 (gst_videobalance_interface_init),
30285 (gst_videobalance_colorbalance_list_channels),
30286 (gst_videobalance_colorbalance_set_value),
30287 (gst_videobalance_colorbalance_get_value),
30288 (gst_videobalance_colorbalance_init): Implementing colorbalance
30290 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30292 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30293 bug which was triggering a BadAccess X error when setting an overlay
30294 before pad was really negotiated.
30295 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30296 Using the colorbalance type macro.
30298 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30300 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30301 (gst_flacenc_chain):
30302 handle tags correctly
30303 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30304 extract ID3v1 tags correctly
30306 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30308 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30310 Improve matroska typefinding for odd-typed headers...
30312 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30314 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30315 Fix for using incremental number on padnames.
30317 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30319 * ext/divx/gstdivxdec.c:
30320 * ext/divx/gstdivxenc.c:
30321 Set category to divx4linux instead of divx (too generic).
30322 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30323 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30324 (gst_wavparse_loop), (gst_wavparse_change_state):
30325 * gst/wavparse/gstwavparse.h:
30326 fix parsing of WAV files with non-standard fmt-tag size and fix
30327 skipping of unrecognized chunks... Someone please fix this thing
30328 to use rifflib so all this is automated.
30329 * sys/v4l/Makefile.am:
30330 * sys/v4l2/Makefile.am:
30331 Add X_CFLAGS because we depend on X (for overlay).
30333 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
30335 * ext/mpeg2dec/gstmpeg2dec.c:
30336 Don't issue a timestamp unless we tagged the frame
30339 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30341 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30342 Query the audio element to get the time, not the clock. We're
30343 interested in the element's time here.
30345 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30347 * ext/aalib/gstaasink.c: (gst_aasink_chain):
30348 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30349 * ext/esd/esdsink.c: (gst_esdsink_chain):
30350 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30351 * ext/mas/massink.c: (gst_massink_chain):
30352 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30353 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30354 (gst_matroska_demux_parse_metadata):
30355 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30356 (gst_mpeg_parse_release_locks):
30357 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30358 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30359 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30360 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30361 (gst_osssink_change_state):
30362 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30363 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30364 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30365 (gst_xvideosink_release_locks):
30366 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30368 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30369 (gst_alsa_clock_stop):
30370 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30371 (gst_audio_clock_get_internal_time):
30372 simplify for use with new clocking code.
30373 * testsuite/alsa/Makefile.am:
30374 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30375 fix testsuite for new caps system
30377 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30379 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30380 * ext/flac/gstflacenc.c: (add_one_tag):
30381 length is already host endian, no need to convert. Fixes playback of
30382 tagged files on PPC. (bug #128384)
30384 2004-01-13 Julien MOUTTE <julien@moutte.net>
30386 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30387 colorbalance interface stating if it is hardware based or software
30389 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30390 Removing a trailing comma.
30391 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30392 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30393 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30394 the documentation seems to be wrong on the -1000 to 1000 interval.
30396 2004-01-12 David Schleef <ds@schleef.org>
30398 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30399 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30400 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30401 Fix negotiation. Add a bufferalloc function for the sink pad,
30402 and generally clean up some of the code.
30404 2004-01-12 Julien MOUTTE <julien@moutte.net>
30406 * gst-libs/gst/colorbalance/colorbalancechannel.c:
30407 (gst_color_balance_channel_dispose): Adding safety check in dispose
30409 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30410 (gst_xvimagesink_xcontext_clear),
30411 (gst_xvimagesink_interface_supported),
30412 (gst_xvimagesink_colorbalance_list_channels),
30413 (gst_xvimagesink_colorbalance_set_value),
30414 (gst_xvimagesink_colorbalance_get_value),
30415 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30416 Adding colorbalance interface support to set XV parameters such as
30417 HUE, BRIGHTNESS, CONTRAST, SATURATION.
30418 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30421 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30423 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30424 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30425 (gst_audio_convert_init), (gst_audio_convert_set_property),
30426 (gst_audio_convert_get_property), (gst_audio_convert_chain),
30427 (gst_audio_convert_link),
30428 (gst_audio_convert_buffer_to_default_format),
30429 (gst_audio_convert_buffer_from_default_format), (plugin_init):
30430 - implement _getcaps and use it
30432 - remove float caps since no float conversion is actually done
30433 - remove properties and arguments that were to be used for rate
30436 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30438 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30439 (gst_audio_structure_set_int):
30440 * gst-libs/gst/audio/audio.h:
30441 add helper functions for _getcaps matching the standard audio
30444 2004-01-12 David Schleef <ds@schleef.org>
30446 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30447 Test that pad is negotiated before getting its caps.
30449 2004-01-12 Julien MOUTTE <julien@moutte.net>
30451 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30452 analyzing the pads of an element the bin is mostly in READY state so
30453 no caps were negotiated. This helper function needs to work with
30454 _get_caps directly then. I was not freeing them though, added that to
30457 2004-01-12 Julien MOUTTE <julien@moutte.net>
30459 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30460 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30461 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30462 than the free_func.
30464 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30466 * sys/oss/gstossaudio.c: (plugin_init):
30467 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30468 * sys/oss/gstosselement.h:
30469 make an oss debugging category
30470 make failure more descriptive
30472 2004-01-11 David Schleef <ds@schleef.org>
30474 * ext/ffmpeg/gstffmpeg.c:
30475 * ext/ffmpeg/gstffmpegcodecmap.c:
30476 * ext/ffmpeg/gstffmpegdec.c:
30477 * ext/ffmpeg/gstffmpegenc.c:
30478 * ext/ffmpeg/gstffmpegprotocol.c:
30479 * ext/gdk_pixbuf/gstgdkanimation.c:
30480 * ext/jpeg/gstjpeg.c:
30481 * ext/libpng/gstpng.c:
30482 * ext/mpeg2dec/perftest.c:
30483 * ext/speex/gstspeex.c:
30484 * gst-libs/gst/resample/dtos.c:
30485 * gst/intfloat/gstintfloatconvert.c:
30486 * gst/oneton/gstoneton.c:
30487 * gst/rtjpeg/RTjpeg.c:
30488 * gst/rtp/gstrtp.c:
30489 * sys/dxr3/dxr3init.c:
30490 * sys/glsink/gstgl_nvimage.c:
30491 * sys/glsink/gstgl_pdrimage.c:
30492 * sys/glsink/gstglsink.c:
30493 * testsuite/gst-lint:
30494 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30496 2004-01-11 David Schleef <ds@schleef.org>
30498 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30499 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30500 * ext/gdk_pixbuf/gstgdkanimation.c:
30501 (gst_gdk_animation_iter_create_pixbuf):
30502 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30503 (gst_gdk_pixbuf_chain):
30504 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30505 * ext/jack/gstjack.c: (gst_jack_change_state):
30506 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30507 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30508 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30509 * gst/videofilter/gstvideofilter.c:
30510 (gst_videofilter_set_output_size):
30511 Remove all usage of gst_pad_get_caps(), and replace it with
30512 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30514 2004-01-11 David Schleef <ds@schleef.org>
30517 * ext/Makefile.am: Fixes to make ext/libcaca compile.
30518 * ext/divx/gstdivxdec.c:
30519 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30520 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30521 handle images that span multiple buffers. Now work with both
30522 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30523 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30524 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30525 video/video.h changes
30526 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30527 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30528 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30529 of GstData free function.
30530 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30533 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30535 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30536 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30537 (gst_v4l2element_get_property):
30538 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30539 add norm, channel and frequency properties.
30540 * sys/v4l2/gstv4l2tuner.c:
30541 fixes for tuner interface changes
30542 * sys/v4l2/gstv4l2element.h:
30543 * sys/v4l2/gstv4l2src.c:
30544 * sys/v4l2/gstv4l2src.h:
30545 * sys/v4l2/v4l2src_calls.c:
30546 * sys/v4l2/v4l2src_calls.h:
30547 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30549 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30551 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30552 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30553 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30554 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30555 * gst-libs/gst/tuner/tuner.h:
30556 GObjects aren't const.
30557 Add find_by_name functions.
30558 Add checks to _changed functions.
30559 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30560 (gst_v4l_tuner_get_norm):
30563 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30565 * gst-libs/gst/video/video.h:
30566 Fix caps template names to be understandable.
30567 Prefix everything with GST_VIDEO.
30568 * ext/aalib/gstaasink.c:
30569 * ext/divx/gstdivxdec.c:
30570 * ext/divx/gstdivxenc.c:
30571 * ext/gdk_pixbuf/gstgdkpixbuf.c:
30572 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30573 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30574 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30575 * ext/libcaca/gstcacasink.c:
30576 * ext/libpng/gstpngenc.c: (raw_caps_factory):
30577 * ext/snapshot/gstsnapshot.c:
30578 * ext/swfdec/gstswfdec.c:
30579 * ext/xvid/gstxviddec.c:
30580 * ext/xvid/gstxvidenc.c:
30581 * gst/chart/gstchart.c:
30582 * gst/deinterlace/gstdeinterlace.c:
30583 * gst/effectv/gsteffectv.c:
30584 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30585 * gst/goom/gstgoom.c:
30586 * gst/median/gstmedian.c:
30587 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30588 (gst_monoscope_srcconnect), (gst_monoscope_chain):
30589 * gst/overlay/gstoverlay.c:
30590 * gst/smooth/gstsmooth.c:
30591 * gst/smpte/gstsmpte.c:
30592 * gst/synaesthesia/gstsynaesthesia.c:
30593 * gst/videocrop/gstvideocrop.c:
30594 * gst/videodrop/gstvideodrop.c:
30595 * gst/y4m/gsty4mencode.c:
30596 * sys/qcam/gstqcamsrc.c:
30597 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30598 Make them work with new video.h file.
30599 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30600 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30601 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30602 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30603 Make it work with new buffer allocation system.
30605 2004-01-11 Julien MOUTTE <julien@moutte.net>
30607 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30608 pad_alloc_buffer implementation to use ->srcpad
30609 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30610 pad_alloc_buffer implementation to use ->srcpad
30611 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
30612 pad_alloc_buffer implementation to use ->srcpad
30613 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30614 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30615 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30616 a reference to everything we need.
30617 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30618 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30619 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30620 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30621 a reference to everything we need.
30622 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30624 2004-01-11 David Schleef <ds@schleef.org>
30626 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30627 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30628 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30630 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30631 value during a resize/renegotiation.
30632 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30633 gst_pad_alloc_buffer();
30634 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30635 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30637 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30638 Fix for rename of buffer private structure members.
30639 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30640 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30641 Fix for rename of buffer private structure members.
30642 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30643 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30644 Fix for rename of buffer private structure members.
30646 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
30648 reviewed by: David Schleef <ds@schleef.org>
30650 * gst/videofilter/Makefile.am:
30651 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
30652 from the patch by ds to fit in with recent make_filter changes.
30654 2004-01-11 Julien MOUTTE <julien@moutte.net>
30656 * configure.ac: Adding examples/switch/Makefile
30657 * examples/Makefile.am: Adding examples/switch
30658 * examples/switch/Makefile.am: Adding switcher example.
30659 * examples/switch/switcher.c: (got_eos), (idle_iterate),
30660 (switch_timer), (main): Adding an example demonstrating switch usage
30661 with 2 videotestsrc showing different patterns.
30662 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30663 (gst_switch_init): Fixing switch with the new caps system.
30665 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30667 * gst-libs/gst/video/video.h:
30668 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30669 They should probably be like
30670 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30672 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30674 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30675 (qtdemux_parse_trak):
30676 fix audio chunk size/timestamp calculation
30678 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30680 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30683 2004-01-11 Steve Baker <steve@stevebaker.org>
30685 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30686 (gst_agingtv_base_init), (gst_agingtv_class_init),
30687 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30688 (gst_agingtv_set_property), (gst_agingtv_get_property):
30689 Port agingTV to videofilter
30691 2004-01-09 Julien MOUTTE <julien@moutte.net>
30693 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30694 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30696 2004-01-09 Julien MOUTTE <julien@moutte.net>
30698 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30699 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30700 * gst-libs/gst/xoverlay/xoverlay.c:
30701 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30702 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30703 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30704 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30705 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30706 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30707 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30708 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30709 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30710 interface implementation to handle xid being 0 and fix some bugs
30711 triggered by Benjamin's testcase.
30712 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30713 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30714 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30715 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30716 interface implementation to handle xid being 0 and fix some bugs
30717 triggered by Benjamin's testcase.
30719 2004-01-09 David Schleef <ds@schleef.org>
30721 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
30722 mouse pointer events. It works.
30724 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
30726 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30727 Use explicit caps - fix capsnego.
30728 * ext/xvid/gstxviddec.c:
30729 * ext/xvid/gstxvidenc.c:
30730 Remove macro-inside-macro which caused compile errors.
30731 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30732 Error out if it's not a RIFF file. Else we error out without
30733 gst_element_error() which is not good...
30735 2004-01-08 David Schleef <ds@schleef.org>
30737 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30738 Fix pad_link function to handle formats that ffmpeg returns
30739 as multiple caps structures.
30740 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30741 Only complain if source buffer is _smaller_ than expected.
30742 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30743 (gst_videoscale_handle_src_event): Resize navigation events
30744 when passing them upstream.
30745 * gst/videotestsrc/gstvideotestsrc.c:
30746 * gst/videotestsrc/gstvideotestsrc.h:
30747 * gst/videotestsrc/videotestsrc.c:
30748 * gst/videotestsrc/videotestsrc.h:
30749 Rewrite many of the buffer painting functions to handle odd
30750 sizes (for many formats, size%4!=0 or size%8!=0). Most have
30751 been verified to work with my video card.
30752 * testsuite/gst-lint: Add check for elements calling
30753 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30755 2004-01-08 David Schleef <ds@schleef.org>
30757 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30758 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30760 2004-01-08 Julien MOUTTE <julien@moutte.net>
30762 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30763 configure event is not emiting the desired size signal. That fixes
30764 aspect ratio issues with gst-player.
30766 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
30768 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30771 2004-01-08 Julien MOUTTE <julien@moutte.net>
30773 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30774 public method to fire size signal.
30776 2004-01-07 Julien MOUTTE <julien@moutte.net>
30778 * examples/gstplay/Makefile.am: Adding the interface library.
30779 * gst-libs/gst/play/Makefile.am: Adding the interface library.
30780 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
30781 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30782 GST_IS_X_OVERLAY before signal connect.
30783 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30784 Removing the have_video_size signal.
30785 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30786 and associated public method.
30787 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30788 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30790 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30791 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30793 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30794 Using XOverlay public method to fire size signal.
30796 2004-01-07 David Schleef <ds@schleef.org>
30798 * gst/videofilter/Makefile.am:
30799 * gst/videofilter/gstvideotemplate.c:
30800 * gst/videofilter/make_filter:
30801 Create gstvideoexample.c in a srcdir!=builddir friendly way.
30802 Convert make_filter to /bin/sh script.
30804 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
30806 * gst/modplug/gstmodplug.cc: fix element description
30808 2004-01-07 Julien MOUTTE <julien@moutte.net>
30810 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30811 (got_video_size): Adding some new lines in g_print calls.
30812 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30813 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30814 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30815 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30816 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30817 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30818 Complete code review, reverting some stuff i disagree with, adding
30819 some fixes : time synchronization on invalid timestamps, renegotiation
30821 * sys/ximage/ximagesink.h:
30822 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30823 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30824 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30825 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30826 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30827 (gst_xvimagesink_buffer_new),
30828 (gst_xvimagesink_navigation_send_event),
30829 (gst_xvimagesink_set_xwindow_id),
30830 (gst_xvimagesink_get_desired_size),
30831 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30832 stuff i disagree with, adding some fixes : Renegotiation of private
30833 window, implementing get_desired_size.
30835 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
30837 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30838 (gst_afsink_handle_event):
30839 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30840 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30841 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30842 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30843 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30844 Fix for instantiate-test (see core). Also remove dead code from
30845 jpegenc (which still needs fixing, but that's lower on my TODO
30847 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30848 Never return NULL as caps.
30850 2004-01-07 David Schleef <ds@schleef.org>
30854 * ext/librfb/Makefile.am:
30855 * ext/librfb/gstrfbsrc.c:
30856 New source plugin based on librfb-0.1. RFB (remote framebuffer)
30857 is the protocol used by VNC.
30859 2004-01-07 David Schleef <ds@schleef.org>
30861 * gst/videofilter/gstvideotemplate.c:
30862 * gst/videofilter/gstvideotemplate.h:
30863 * gst/videofilter/make_filter:
30864 Merge videotemplate header into source file.
30865 * gst/effectv/Makefile.am:
30866 * gst/effectv/gsteffectv.c: (plugin_init):
30867 * gst/effectv/gstwarp.c:
30868 Make warpTV a subclass of videofilter.
30870 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30872 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30873 Add guard against invalid utf-8 conversions in mad. Just in case.
30875 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30877 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30878 Fix for bug shown by poisoning
30880 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30882 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30883 (gst_v4lmjpegsrc_buffer_free):
30884 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30885 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30886 (gst_v4lsrc_buffer_free):
30887 Fix for removed bufferpools.
30889 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30891 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30892 Fix caps negotiation.
30894 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30895 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30896 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30898 * ext/mpeg2dec/gstmpeg2dec.c:
30899 * gst-libs/gst/navigation/navigation.c:
30900 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30901 * gst-libs/gst/navigation/navigation.h:
30902 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30903 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30904 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30905 Super-simple first version of mouse and keyboard events. Clicking
30906 on a DVD menu now works, although it may not take you where you
30909 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30910 * gst/videotestsrc/gstvideotestsrc.c:
30911 (gst_videotestsrc_src_fixate):
30912 These fixate functions were broken - they never actually
30915 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30917 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30918 (gst_icecastsend_init):
30919 fix for new caps system.
30920 * gst-libs/gst/mixer/mixertrack.h:
30921 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30922 Add 'master track' flag (for tools like ACME that only want to
30923 change the main volume).
30925 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30927 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30928 (gst_xvid_csp_to_caps):
30929 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30930 * ext/xvid/gstxvidenc.c:
30931 ifdef out ARGB type when it isn't available
30932 in xvidcore 1.0.0beta2
30934 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30936 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30937 When we have received a new SCR right in the first buffer after
30938 a seek (so in the same cycle that handles the discont), we should
30939 handle the buffer instead of unreffing it, else we lose data.
30941 2004-01-06 Iain <iain@prettypeople.org>
30943 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30944 buffer-frames caps too.
30946 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30947 caps that we need, don't destroy them all and rebuild them. And when
30948 creating src pads, use the src pad template rather than the sink...
30950 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
30952 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30953 Add pad to element *after* setting functions such as event handler.
30954 Without this, the scheduler (opt) will link pads, set the event
30955 handler from the default event function (dispatcher in gstpad.c)
30956 and *after* that, we will set our own event function, which will
30957 thus never be used (and thus mpegdemux doesn't handle events).
30959 2004-01-04 David Schleef <ds@schleef.org>
30961 Fix the fixate functions to handle new prototype:
30962 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30963 * gst/videotestsrc/gstvideotestsrc.c:
30964 (gst_videotestsrc_src_fixate):
30965 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30966 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30967 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30969 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
30971 * sys/ximage/ximagesink.h:
30972 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30973 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30974 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30975 (gst_ximagesink_xoverlay_init):
30976 assorted fixes to make (re)embedding work
30977 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30978 (gst_ximagesink_get_desired_size):
30979 implement desired size additions to XOverlay
30981 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
30983 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30984 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30985 (gst_x_overlay_got_desired_size):
30986 * gst-libs/gst/xoverlay/xoverlay.h:
30987 Add optional "desired size" signal and querying.
30989 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30991 * gst/matroska/matroska-demux.c:
30992 (gst_matroska_demux_parse_blockgroup):
30993 Fix EBML-laced block parsing. Diffs are relative to previous
30994 lace, not the first lace. Thanks to Mosu from the Matroska
30995 team for detecting this.
30996 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30997 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30998 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30999 (gst_wavparse_change_state):
31000 * gst/wavparse/gstwavparse.h:
31001 Quickfix for capsnego.
31003 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31005 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31006 Fix indenting, fix pad creation.
31008 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31010 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31011 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31012 (gst_xviddec_sink_link):
31013 Implement src_getcaps() so proper size caps is negotiated.
31015 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31017 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31018 Finish flac decoder on EOS. See #116178.
31020 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31022 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31023 (gst_matroska_demux_add_stream):
31024 * gst/matroska/matroska-ids.h:
31025 Add getcaps() function to fix capsnego...
31027 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31029 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31030 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31031 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31032 Fix more integer overflows. Again, see #126967.
31034 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31036 * ext/mpeg2dec/gstmpeg2dec.c:
31037 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31040 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31043 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31044 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31045 * ext/xvid/gstxvid.h:
31046 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31047 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31048 (gst_xviddec_src_link), (gst_xviddec_sink_link),
31049 (gst_xviddec_change_state):
31050 * ext/xvid/gstxviddec.h:
31051 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31052 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31053 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31054 (gst_xvidenc_link), (gst_xvidenc_set_property),
31055 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31056 * ext/xvid/gstxvidenc.h:
31057 Update xvid plugin to latest xvid (1.0.0-beta3) API.
31059 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31061 * gst/rtp/rtp-packet.c:
31062 Add sys/types.h include, since OS X doesn't define in_addr_t
31063 in netinet/in.h, like it does on Linux (see #129600).
31065 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
31067 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
31069 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31070 Correct logic of dispose function (see #129306).
31072 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31074 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31075 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31076 (gst_mpeg_parse_init):
31077 * gst/mpegstream/gstmpegparse.h:
31078 Remove clock (which was never provided, i.e. dead code), and
31079 also fix integer overflows at high PTS values (see #126967).
31081 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31083 * ext/flac/gstflacdec.c:
31084 * ext/libpng/gstpngenc.h:
31085 * ext/mikmod/gstmikmod.h:
31086 OS X fixes (see #126628).
31088 2004-01-02 David Schleef <ds@schleef.org>
31090 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31091 (gst_alsa_src_base_init): Remove bogus "src" request pad.
31092 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31093 (gst_mpeg_parse_class_init): Move pad template registration
31094 to class_init, since the derived class (mpegdemux) doesn't
31097 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31099 * sys/ximage/Makefile.am:
31100 * sys/xvideo/Makefile.am:
31101 * sys/xvimage/Makefile.am:
31102 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31103 after installation (see #127664).
31105 2004-01-02 David Schleef <ds@schleef.org>
31107 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31108 (gst_ffmpegenc_connect): Negotiation fixes.
31109 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31110 Remove inappropriate gst_caps_free().
31111 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31112 Reenable Ronald's internal resize code, since the core handles
31115 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31117 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31118 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31119 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31120 Fix pad template stuff.
31122 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31124 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31125 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31126 fix signed integer reading/writing.
31128 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
31131 Remove outdated document
31133 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
31135 * gst/cutter/gstcutter.c: (gst_cutter_init):
31136 src pad was being created twice - oops.
31138 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31140 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31141 Comment out internal resize. It doesn't handle the resulting
31142 XEvent internally, does another try_set_caps() which leads to
31143 a really nice loop.
31144 Real fix will come when Julien and Dave are awake. ;).
31146 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31148 * ext/mpeg2enc/gstmpeg2enc.cc:
31149 fix const/nonconst compile issue.
31151 2004-01-02 David Schleef <ds@schleef.org>
31153 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31154 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31155 Add fixate function and a check for bad formats.
31157 2004-01-01 David Schleef <ds@schleef.org>
31160 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31161 (gst_audiofilter_init):
31162 * gst/debug/efence.c: (gst_efence_init):
31163 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31164 (gst_deinterlace_init):
31165 * gst/volume/gstvolume.c: (volume_connect):
31167 2004-01-01 David Schleef <ds@schleef.org>
31169 Convert elements to use gst_pad_use_explicit_caps() where
31171 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31172 * ext/audiofile/gstafparse.c: (gst_afparse_init),
31173 (gst_afparse_open_file):
31174 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31175 (gst_afsrc_open_file):
31176 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31177 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31178 (gst_ffmpegdec_chain):
31179 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31180 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31181 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31182 (gst_gdk_pixbuf_chain):
31183 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31184 (gst_jpegdec_chain):
31185 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31186 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31187 (gst_mikmod_negotiate):
31188 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31189 (gst_mpeg2dec_negotiate_format):
31190 * ext/mpeg2enc/gstmpeg2enc.cc:
31191 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31192 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31193 (gst_speexdec_sinkconnect):
31194 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31195 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31196 (gst_vorbisfile_new_link):
31197 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31198 (gst_ac3parse_chain):
31199 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31200 (gst_asf_demux_setup_pad):
31201 * gst/auparse/gstauparse.c: (gst_auparse_init),
31202 (gst_auparse_chain):
31203 * gst/id3/gstid3types.c: (gst_id3types_loop):
31204 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31205 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31206 (mp1videoparse_parse_seq):
31207 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31209 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31210 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31211 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31212 (gst_mpeg_parse_send_data):
31213 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31214 (gst_qtdemux_add_stream):
31215 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31216 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31217 (gst_wavparse_parse_fmt):
31219 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
31222 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31223 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31224 it therefore uses the wrong include paths. Too bad... Note
31225 that 1.6.1.93 is not release yet. ;).
31226 Also add a check for mplex, which is now using the lib'ified
31227 mplex from mjpegtools, too.
31228 * ext/ffmpeg/gstffmpegcodecmap.c:
31229 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31230 issues. I don't think ffmpeg handles 3ivx correctly, so this
31231 probably won't work. But it won't hurt either.
31232 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31233 (gst_ffmpegdec_chain):
31234 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31235 (gst_ffmpegenc_chain_audio):
31236 Fix memleak in audio encoding. Close codec if open fails, this
31237 calls the cleanup routines so we can re-use the context.
31238 * ext/mpeg2enc/gstmpeg2enc.cc:
31239 Fix pad template names/types, fix memory issue with getcaps().
31240 * ext/mpeg2enc/gstmpeg2encoder.cc:
31241 * ext/mpeg2enc/gstmpeg2encoder.hh:
31242 Fix compile issue with new caps system (const thingy).
31243 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31244 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31245 We read a first frame right on initing, so that we have a caps
31246 when we init the output. This caps is cached in padprivate and
31247 read as first frame.
31248 * ext/mplex/Makefile.am:
31249 * ext/mplex/gstmplex.cc:
31250 * ext/mplex/gstmplex.h:
31251 * ext/mplex/gstmplex.hh:
31252 * ext/mplex/gstmplexibitstream.cc:
31253 * ext/mplex/gstmplexibitstream.hh:
31254 * ext/mplex/gstmplexjob.cc:
31255 * ext/mplex/gstmplexjob.hh:
31256 * ext/mplex/gstmplexoutputstream.cc:
31257 * ext/mplex/gstmplexoutputstream.hh:
31258 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31259 had issues, didn't do capsnego, supported only a subset of the
31260 mplex features and required a mplex fork in our local CVS. Plus
31261 that it worked agaist a very old mplex version. Rewriting was
31262 faster than updating it.
31263 * gst-libs/ext/Makefile.am:
31264 * gst-libs/ext/mplex/INSTRUCT:
31265 * gst-libs/ext/mplex/Makefile.am:
31266 * gst-libs/ext/mplex/README:
31267 * gst-libs/ext/mplex/TODO:
31268 * gst-libs/ext/mplex/ac3strm_in.cc:
31269 * gst-libs/ext/mplex/audiostrm.hh:
31270 * gst-libs/ext/mplex/audiostrm_out.cc:
31271 * gst-libs/ext/mplex/aunit.hh:
31272 * gst-libs/ext/mplex/bits.cc:
31273 * gst-libs/ext/mplex/bits.hh:
31274 * gst-libs/ext/mplex/buffer.cc:
31275 * gst-libs/ext/mplex/buffer.hh:
31276 * gst-libs/ext/mplex/fastintfns.h:
31277 * gst-libs/ext/mplex/format_codes.h:
31278 * gst-libs/ext/mplex/inputstrm.cc:
31279 * gst-libs/ext/mplex/inputstrm.hh:
31280 * gst-libs/ext/mplex/lpcmstrm_in.cc:
31281 * gst-libs/ext/mplex/mjpeg_logging.cc:
31282 * gst-libs/ext/mplex/mjpeg_logging.h:
31283 * gst-libs/ext/mplex/mjpeg_types.h:
31284 * gst-libs/ext/mplex/mpastrm_in.cc:
31285 * gst-libs/ext/mplex/mpegconsts.cc:
31286 * gst-libs/ext/mplex/mpegconsts.h:
31287 * gst-libs/ext/mplex/mplexconsts.hh:
31288 * gst-libs/ext/mplex/multplex.cc:
31289 * gst-libs/ext/mplex/outputstream.hh:
31290 * gst-libs/ext/mplex/padstrm.cc:
31291 * gst-libs/ext/mplex/padstrm.hh:
31292 * gst-libs/ext/mplex/stillsstream.cc:
31293 * gst-libs/ext/mplex/stillsstream.hh:
31294 * gst-libs/ext/mplex/systems.cc:
31295 * gst-libs/ext/mplex/systems.hh:
31296 * gst-libs/ext/mplex/vector.cc:
31297 * gst-libs/ext/mplex/vector.hh:
31298 * gst-libs/ext/mplex/videostrm.hh:
31299 * gst-libs/ext/mplex/videostrm_in.cc:
31300 * gst-libs/ext/mplex/videostrm_out.cc:
31301 * gst-libs/ext/mplex/yuv4mpeg.cc:
31302 * gst-libs/ext/mplex/yuv4mpeg.h:
31303 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31304 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31305 We don't fork mjpegtools' mplex in our CVS anymore.
31306 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31307 (gst_avi_demux_add_stream):
31308 * gst/avi/gstavidemux.h:
31309 Add getcaps() function for proper caps nego. This makes some
31310 parts of AVI playback/reading work.
31311 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31312 Resize window on new capsnego. This is probably wrong, but
31313 I'm still committing it because with current capsnego, the
31314 first successfull capsnego is auto-fixated, therefore rounded
31315 down to the lowest values in the caps. this results in a 16x16
31316 XWindow that is not reized when real capsnego finishes.
31317 Dave, I see more cases of this, do you know a proper solution?
31318 * tools/gst-launch-ext.in:
31319 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31321 2003-12-31 David Schleef <ds@schleef.org>
31323 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31324 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31325 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31327 2003-12-30 David Schleef <ds@schleef.org>
31329 * ext/ffmpeg/gstffmpegcolorspace.c:
31330 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31331 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31332 (gst_ffmpegcsp_chain): Negotiation fixes
31333 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31334 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31335 (gst_audio_convert_link), (gst_audio_convert_channels):
31336 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31337 (gst_audioscale_link), (gst_audioscale_get_buffer),
31338 (gst_audioscale_chain): Negotiation fixes
31339 * gst/audioscale/gstaudioscale.h:
31340 * gst/videofilter/gstvideofilter.c:
31341 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31342 (gst_videofilter_link), (gst_videofilter_init),
31343 (gst_videofilter_set_output_size), (gst_videofilter_setup),
31344 (gst_videofilter_find_format_by_structure):
31345 * gst/videofilter/gstvideofilter.h: Negotiation fixes
31346 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31347 (gst_videoscale_link):
31348 * gst/videoscale/videoscale.c: (videoscale_get_structure),
31349 (videoscale_find_by_structure), (gst_videoscale_setup):
31350 * gst/videoscale/videoscale.h: Negotiation fixes
31351 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31352 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31353 function, restrict resizing to a multiple of 4 (hack until
31354 everyone supports odd sizes correctly).
31356 2003-12-29 Colin Walters <walters@verbum.org>
31358 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31361 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
31363 * ext/sndfile/gstsf.c: (gst_sf_loop):
31364 Fix warning about discarding const qualifier
31366 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
31368 * gst/cutter/gstcutter.c:
31369 * gst/videoscale/gstvideoscale.c:
31370 * gst/volenv/gstvolenv.c:
31371 * gst-libs/gst/audio/audio.c:
31372 * gst-libs/gst/video/video.c:
31375 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31377 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31378 Don't send ALSA debugging to stderr.
31379 * ext/alsa/gstalsa.h:
31380 Use GST_WARNING instead of g_warning when ALSA functions fail.
31382 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31384 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31385 Free XVAdapterInfo correctly.
31387 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31389 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31390 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31391 Make id3tag use correct caps nego.
31393 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
31395 * ext/ivorbis/vorbis.c:
31396 * ext/ivorbis/vorbisenc.h:
31397 * ext/ivorbis/vorbisfile.c:
31398 Modify so that it uses the new caps things
31400 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31402 * testsuite/spider/spider1.c: (main):
31403 * testsuite/spider/spider2.c: (main):
31404 * testsuite/spider/spider3.c: (main):
31405 Make tests compile again. They probably don't work.
31407 2003-12-24 Colin Walters <walters@verbum.org>
31409 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31410 we can't fixate the caps anymore.
31412 2003-12-23 David Schleef <ds@schleef.org>
31414 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31415 * sys/oss/gstosssink.c: (gst_osssink_init),
31416 (gst_osssink_sink_fixate): Add fixate function.
31418 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
31420 * ext/ffmpeg/gstffmpegcodecmap.c:
31421 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31422 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31423 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31424 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31425 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31426 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31427 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31428 fix typo in RGB masks, and move back to "old" colorspace
31429 capsnego code until whoever wrote this new crap has actually
31430 tested it so that it works.
31431 And yes, this works, keep it that way please.
31433 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31435 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31436 (gst_divxdec_init), (gst_divxdec_negotiate):
31437 * ext/divx/gstdivxdec.h:
31438 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31439 (gst_divxenc_init):
31440 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31441 (gst_faac_sinkconnect), (gst_faac_srcconnect):
31442 * ext/mpeg2enc/gstmpeg2enc.cc:
31443 * ext/mpeg2enc/gstmpeg2encoder.cc:
31444 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31445 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31446 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31447 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31448 (dxr3spusink_init):
31449 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31450 (dxr3videosink_init):
31451 Fix caps breakage after Dave's caps branch merge.
31453 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31455 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31456 Fix for 24bpp display.
31458 2003-12-23 Colin Walters <walters@verbum.org>
31460 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31461 a GnomeVFSHandle directly.
31463 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31465 * gst/volume/Makefile.am:
31466 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31467 (volume_base_init), (volume_init):
31468 Reenable volume element and fix to work with new caps stuff.
31469 Rhythmbox needs this.
31471 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31473 * gst/qtdemux/qtdemux.c: (plugin_init):
31474 qtdemux requires bytestream
31476 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31478 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31479 Fix remaining caps handling errors due to CAPS merge.
31481 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31483 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31484 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31485 (gst_faad_srcconnect):
31486 Port to new caps system.
31488 2003-12-21 Julien MOUTTE <julien@moutte.net>
31490 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31491 (got_video_size), (main): using g_print instead of g_message.
31492 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31493 signal which was not emitted because of "switch" element added to the
31494 bin but not connected. (Removing from the bin temporarily)
31496 2003-12-21 Julien MOUTTE <julien@moutte.net>
31498 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31499 find X development files. I don't understand the previous tests and
31500 they fail on my debian/ppc unstable. This one works.
31501 * examples/gstplay/player.c: (main): Set the pipeline to READY before
31503 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31504 (gst_play_set_video_sink), (gst_play_set_audio_sink),
31505 (gst_play_set_visualization): Add some safety checks in set_ methods
31506 and state_change. This was throwing some ugly CRITICAL messages when
31507 pipeline was getting disposed and casts were failing.
31509 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
31512 Improve mpeg2enc detection. This is for distributions that do
31513 ship mjpegtools, but without mpeg2enc. Also does object check
31514 for might there ever be ABI incompatibility.
31515 * ext/mpeg2enc/gstmpeg2enc.cc:
31516 Add Andrew as second maintainer (he's helping me), and also add
31517 an error if no caps was set. This happens if I pull before capsnego
31518 and that's something I should solve sometime else.
31519 * gst/matroska/matroska-demux.c:
31520 (gst_matroska_demux_parse_blockgroup):
31522 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31523 (gst_matroska_mux_track_header):
31524 Add caps to templates.
31525 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31526 Add mpegversion=1 to prevent confusion with MPEG/AAC.
31527 * gst/mpegstream/gstmpegdemux.c:
31528 Remove layer since it causes warnings about unfixed caps.
31529 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31530 Fix obvious typo (we error out if caps were set, we should of
31531 course error out if *no* caps were set).
31532 * sys/oss/gstosselement.c: (gst_osselement_convert):
31533 Fix format conversion, we confused bits/bytes.
31534 * sys/oss/gstosselement.h:
31535 Improve documentation for 'bps'.
31537 Remove stuff about plugins that need removing - this was done
31539 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31540 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31541 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31542 (gst_v4lsrc_src_query):
31543 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31544 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31545 Add get_query_types(), get_formats() and query() functions.
31547 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
31549 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31550 * moved CVS to freedesktop.org