1 2007-03-19 Wim Taymans <wim@fluendo.com>
3 * gst/playback/gstdecodebin.c: (remove_fakesink):
4 Don't post STATE_DIRTY anymore.
6 * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
7 (gst_play_bin_change_state):
8 Remove stream_time reset in seek handling, core does that now.
9 Disable clocking for live pipelines by forcing a NULL clock to the
10 complete pipeline, core is too smart now for our previous hack.
11 We can always autoplug in PAUSED now.
13 2007-03-17 David Schleef <ds@schleef.org>
15 * REQUIREMENTS: Update this file, change the formatting to make
16 it more consistent, plus more machine readable.
18 2007-03-16 Michael Smith <msmith@fluendo.com>
20 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
21 (strip_width_64), (append_with_other_format):
22 Previous fix was too simplistic, and broke the tests. Use a better
23 approach; only strip 64 from widths for integer audio.
25 2007-03-16 Michael Smith <msmith@fluendo.com>
27 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
28 (gst_audio_convert_transform_caps):
29 We don't support 64 bit integer audio, so don't try to claim we can.
30 Stops us producing caps don't match our template caps.
33 2007-03-15 Michael Smith <msmith@fluendo.com>
35 * gst/audioresample/gstaudioresample.c:
36 (audioresample_check_discont), (audioresample_transform):
37 Don't trigger discontinuities for very small imperfections; a filter
38 flush will sound bad, and many plugins have rounding errors leading
41 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
43 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
44 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
45 Add min-ptime property to RTP base audio payloader. Patch by
46 olivier.crete@collabora.co.uk.
49 Indentation/whitespace/documentation fixes.
51 2007-03-14 Julien MOUTTE <julien@moutte.net>
53 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
54 (audioresample_transform_size), (audioresample_do_output),
55 (audioresample_transform), (audioresample_pushthrough): Handle
56 discontinuous streams.
57 * gst/audioresample/gstaudioresample.h:
58 * tests/check/elements/audioresample.c:
59 (test_discont_stream_instance), (GST_START_TEST),
60 (audioresample_suite): Add a test for discontinuous streams.
61 * win32/common/config.h: Updated.
63 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
78 Update translations from translation project.
80 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
82 * gst/audioresample/debug.h:
83 * gst/audioresample/resample.c: (resample_init):
84 Since I really am not interested in a debug line for each sample
85 being processed, move the library's debugging to its own category,
88 2007-03-13 Michael Smith <msmith@fluendo.com>
90 * ext/theora/theoradec.c: (theora_handle_type_packet):
91 Since the plugin doesn't support anything other than 4:2:0 right
92 now, post an error and fail if we get something else. Won't matter
93 until libtheora supports the other pixel formats, but hopefully
96 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
98 * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
99 Use gst_guint64_to_gdouble for conversion.
101 Add new files to the win32 MANIFEST.
102 * win32/common/libgstaudio.def:
103 * win32/common/libgstpbutils.def:
104 Add new exported functions.
105 * win32/vs6/gst_plugins_base.dsw:
106 * win32/vs6/libgstdecodebin.dsp:
107 * win32/vs6/libgstplaybin.dsp:
108 Change the link to libgstpbutils.lib.
109 * win32/vs6/libgstdecodebin2.dsp:
110 Add a new project for decodebin2.
111 * win32/vs6/libgstpbutils.dsp:
112 Add a new project for pbutils.
114 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
116 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
117 Also accept partial dates with only year and month,
118 like 1999-12-00 (fixes #410396 even more).
120 * tests/check/libs/tag.c: (GST_START_TEST):
121 Add unit test for the above.
123 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
125 * tests/check/elements/subparse.c: (GST_START_TEST),
127 Add unit test for MPL2 subtitle format (#413799).
129 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
131 Patch by: Kamil Pawlowski <kamilpe gmail com>
133 * gst/subparse/Makefile.am:
134 * gst/subparse/gstsubparse.c:
135 (gst_sub_parse_data_format_autodetect),
136 (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
137 (gst_subparse_type_find):
138 * gst/subparse/gstsubparse.h:
139 * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
140 * gst/subparse/mpl2parse.h:
141 Add support for MPL2 subtitle format (#413799).
143 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
146 We require core CVS for the new buffer metadata copy functions.
148 2007-03-09 Wim Taymans <wim@fluendo.com>
150 * gst-libs/gst/tag/gstid3tag.c:
151 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
154 Patch by: Alex Lancaster <alexl at users sourceforge net>
156 2007-03-09 Wim Taymans <wim@fluendo.com>
158 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
159 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
160 Improve adapter usage and comments.
162 2007-03-09 Wim Taymans <wim@fluendo.com>
164 * ext/pango/gsttextrender.c: (gst_text_render_chain):
165 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
166 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
167 Use new metadata copy function.
169 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
170 (gst_ffmpegcsp_transform):
171 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
172 Basetransform copied the metadata for us.
174 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
176 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
177 (gst_text_overlay_video_event):
178 Some more logging. Only accept newsegment events in TIME format and
179 send a WARNING message if they are not in TIME format.
181 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
182 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
183 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
184 * gst/subparse/gstsubparse.h:
185 No need to allocate GstSegment structure dynamically, just put it
186 into the instance structure; ignore newsegment events in BYTE
187 format and in particular don't let it overwrite our saved TIME
188 segment from the last seek.
190 2007-03-09 Michael Smith <msmith@fluendo.com>
192 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
193 Replace AC3 typefinder with one that isn't terrible, and actually
196 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
198 * gst/audioconvert/gstaudioconvert.c:
199 (gst_audio_convert_transform):
200 fix error category and translatable string
203 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
205 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
206 * pkgconfig/gstreamer-plugins-base.pc.in:
207 Fix up utils => pbutils here too.
209 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
211 * gst/subparse/gstsubparse.c: (handle_buffer):
212 Break out of loop in chain function as soon as possible if we get
213 a non-OK flow return.
215 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
217 * tests/check/elements/alsa.c: (GST_START_TEST):
218 Unref the mixer if the state change fails too (if the
219 alsa devices are inaccessible, for example)
221 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
223 * tests/check/Makefile.am:
224 Don't test libvisual elements in the states check, because libvisual
225 seems to leak internally.
227 Re-enable the alsa and states tests now that there's new suppressions
230 * tests/check/elements/alsa.c: (GST_START_TEST):
231 Don't leak the alsamixer we instantiated.
233 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
235 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
236 (gst_ximagesink_change_state), (gst_ximagesink_reset),
237 (gst_ximagesink_finalize):
238 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
239 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
240 Move some cleanup stuff from the state change handler into a _reset()
241 function that can be called from _finalize(). This ensures that things
242 get freed even if (for some reason) the NULL->READY state transition
243 fails in the parent class.
244 Even if a parent state change fails, process our downward state change
245 logic instead of bailing out early.
246 Free the correct xcontext pointer in ximagesink's xcontext_clear.
248 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
250 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
253 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
254 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
255 Use pango_font_description_set_family_static instead of
256 pango_font_description_set_family to save a string copy (it was
257 leaking due to the strdup anyway)
259 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
260 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
261 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
262 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
263 Chain up in finalize.
265 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
267 * gst-libs/gst/interfaces/mixertrack.c:
268 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
269 (gst_mixer_track_set_property):
270 API: add "untranslated-label" property which should be set by
271 implementations at construct time (#414645).
273 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
274 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
275 Set "untranslated-label" when constructing mixer track objects.
277 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
278 Unit test to check the above.
280 2007-03-07 Wim Taymans <wim@fluendo.com>
282 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
283 Fix confusing debug message.
285 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
287 * gst-plugins-base.doap:
288 update doap file with new version
290 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
295 === release 0.10.12 ===
297 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
300 releasing 0.10.12, "Zombie Horde"
302 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
305 Bump version to 0.10.11.4 pre-release
307 2007-03-06 Wim Taymans <wim@fluendo.com>
309 * gst-libs/gst/audio/gstbaseaudiosink.c:
310 (gst_base_audio_sink_async_play):
311 Fix regression that made GStreamer skip the first samples of audio.
314 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
317 Bump version to 0.10.11.3 pre-release
319 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
322 Update paths for the rename from utils to pbutils to fix the build.
324 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
326 * gst-libs/gst/pbutils/Makefile.am:
327 Change directory to install headers in from gst/utils to gst/pbutils
330 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
333 * docs/libs/gst-plugins-base-libs-docs.sgml:
334 * docs/libs/gst-plugins-base-libs-sections.txt:
335 * gst-libs/gst/Makefile.am:
336 * gst-libs/gst/interfaces/mixer.c:
337 * gst-libs/gst/pbutils/Makefile.am:
338 * gst-libs/gst/pbutils/descriptions.c:
339 (gst_pb_utils_get_source_description),
340 (gst_pb_utils_get_sink_description),
341 (gst_pb_utils_get_decoder_description),
342 (gst_pb_utils_get_encoder_description),
343 (gst_pb_utils_get_element_description),
344 (gst_pb_utils_add_codec_description_to_tag_list),
345 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
346 * gst-libs/gst/pbutils/descriptions.h:
347 * gst-libs/gst/pbutils/install-plugins.c:
348 * gst-libs/gst/pbutils/install-plugins.h:
349 * gst-libs/gst/pbutils/missing-plugins.c:
350 (gst_missing_uri_source_message_new),
351 (gst_missing_uri_sink_message_new),
352 (gst_missing_element_message_new),
353 (gst_missing_decoder_message_new),
354 (gst_missing_encoder_message_new),
355 (gst_missing_plugin_message_get_description):
356 * gst-libs/gst/pbutils/missing-plugins.h:
357 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
358 * gst-libs/gst/pbutils/pbutils.h:
359 * gst-libs/gst/utils/Makefile.am:
360 * gst-libs/gst/utils/base-utils.c:
361 * gst-libs/gst/utils/base-utils.h:
362 * gst-libs/gst/utils/descriptions.c:
363 * gst-libs/gst/utils/descriptions.h:
364 * gst-libs/gst/utils/install-plugins.c:
365 * gst-libs/gst/utils/install-plugins.h:
366 * gst-libs/gst/utils/missing-plugins.c:
367 * gst-libs/gst/utils/missing-plugins.h:
368 * gst-plugins-base.spec.in:
369 * gst/playback/Makefile.am:
370 * gst/playback/gstdecodebin.c:
371 * gst/playback/gstdecodebin2.c:
372 * gst/playback/gstplaybasebin.c: (setup_subtitle),
373 (gen_source_element):
374 * gst/playback/gstplaybin.c: (plugin_init):
375 * tests/check/Makefile.am:
376 * tests/check/libs/pbutils.c: (GST_START_TEST),
377 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
378 * tests/check/libs/utils.c:
379 rename utils to pbutils
381 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
383 * docs/plugins/Makefile.am:
384 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
385 * docs/plugins/gst-plugins-base-plugins-sections.txt:
386 * docs/plugins/inspect/plugin-decodebin2.xml:
387 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
388 Add documentation for decodebin2 that indicates that the API
391 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
394 Update to 0.10.11.2 (0.10.12 pre-release)
396 2007-03-01 Wim Taymans <wim@fluendo.com>
398 * gst-libs/gst/audio/gstbaseaudiosink.c:
399 (gst_base_audio_sink_async_play):
400 base time is irrelevant here.
402 2007-03-01 Wim Taymans <wim@fluendo.com>
404 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
405 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
408 * gst-libs/gst/audio/gstbaseaudiosink.c:
409 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
410 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
411 Improve latency and clock slaving calculations.
412 Improve slave clock calibration.
414 * gst-libs/gst/audio/gstringbuffer.c:
415 (gst_ring_buffer_commit_full):
416 When we are asked to render N sample to 0 bytes, return N.
418 2007-03-01 Wim Taymans <wim@fluendo.com>
420 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
421 (gst_alsasink_write), (gst_alsasink_reset):
422 * ext/alsa/gstalsasink.h:
423 Remove unused dispose function.
424 Rename lock to not interfere with alsasrc lock.
426 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
427 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
428 (gst_alsasrc_read), (gst_alsasrc_reset):
429 * ext/alsa/gstalsasrc.h:
430 Implement finalize function.
431 Use lock to protect alsa access.
435 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
438 Convert to new AG_GST style.
440 2007-02-28 Wim Taymans <wim@fluendo.com>
442 Patch by: Ed Catmur <ed at catmur dot co dot uk>
444 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
445 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
446 Fix race condition when rapidly switching visualisations in playbin.
449 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
451 * tests/check/Makefile.am:
452 Include local stuff before system installed things in LDFLAGS and
455 2007-02-28 Wim Taymans <wim@fluendo.com>
457 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
460 2007-02-28 Wim Taymans <wim@fluendo.com>
462 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
463 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
464 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
465 Fix duration and timestamping, taking latency into account.
466 Implement latency query.
468 2007-02-28 Wim Taymans <wim@fluendo.com>
470 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
471 (gst_audio_clock_new):
474 * gst-libs/gst/audio/gstbaseaudiosink.c:
475 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
476 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
477 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
478 (gst_base_audio_src_create):
479 Improve latency query code.
480 Use proper clock names.
482 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
484 * tests/check/generic/states.c: (GST_START_TEST):
485 Copy the states.c test from core again
486 * tests/check/Makefile.am:
487 ignore cdio and cdparanoiasrc
489 2007-02-28 Stefan Kost <ensonic@users.sf.net>
491 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
492 (double_hq), (audio_convert_get_func_index), (check_default),
493 (audio_convert_prepare_context), (audio_convert_convert):
494 Also make valgrind happy and avoid copying data in some cases.
496 2007-02-28 Stefan Kost <ensonic@users.sf.net>
498 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
499 (double_hq), (audio_convert_get_func_index),
500 (audio_convert_prepare_context), (audio_convert_convert):
501 * gst/audioconvert/gstaudioconvert.c:
502 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
503 (gst_audio_convert_transform_caps):
504 * tests/check/elements/audioconvert.c: (GST_START_TEST),
505 (audioconvert_suite):
506 Don't run inplace if that overwrites source data as we go. Add more
507 tests. Fixes #339837 even more.
509 2007-02-27 Julien MOUTTE <julien@moutte.net>
511 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
512 (msg_segment_done): Fix various seeking bugs (Slider was not
513 updating when doing a non flushing seek, Reverse playback
514 on segment seek was wrong).
516 2007-02-26 Wim Taymans <wim@fluendo.com>
518 * tests/examples/seek/seek.c: (stop_seek):
519 When we stop scrubbing, don't leave the pipeline PLAYING when we
520 requested a PAUSED state.
522 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
524 Patch by: René Stadler <mail at renestadler de>
526 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
527 Parse date strings in vorbis comments that have an invalid (zero)
528 month or day (#410396).
530 * tests/check/libs/tag.c: (GST_START_TEST):
531 Test case for the above.
533 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
535 Patch by: Loïc Minier <lool+gnome at via ecp fr>
538 * ext/alsa/Makefile.am:
539 * gst/audiotestsrc/Makefile.am:
540 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
542 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
544 * gst/playback/gstplaybin.c:
545 Improve docs: point out that the application needs to assist playbin
548 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
550 * gst-libs/gst/utils/install-plugins.c:
551 * gst-libs/gst/utils/missing-plugins.c:
552 * tests/check/libs/utils.c: (missing_msg_check_getters):
553 Change GStreamer marker prefix in detail string from 'gstreamer.net'
554 to just 'gstreamer'. Document the caps string component of the
555 decoder/encoder detail a bit better, since not everyone will be
556 familiar with the GStreamer media type/caps system (but they better
557 enjoy nested itemized lists).
559 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
561 * gst-libs/gst/netbuffer/gstnetbuffer.c:
562 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
563 Fix copying of GstNetBuffer (would crash before, or at least lead to
564 invalid memory access, #410772), for now by copying the GstBuffer copy
565 code from the core over here so we can copy the GstBuffer fields on a
566 provided buffer instance (of type GstNetBuffer in this case). Would be
567 better to fix this with some support by the core though (and in the long
568 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
570 * tests/check/Makefile.am:
571 Enable unit test for GstNetBuffer.
573 2007-02-22 Andy Wingo <wingo@pobox.com>
575 * gst-libs/gst/audio/gstbaseaudiosink.c
576 (gst_base_audio_sink_init): Disable pull-mode activation until we
577 figure out how to make audio sinks go to PLAYING.
579 2007-02-22 Stefan Kost <ensonic@users.sf.net>
581 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
582 (double_hq), (audio_convert_get_func_index),
583 (audio_convert_prepare_context), (audio_convert_convert):
584 * gst/audioconvert/audioconvert.h:
585 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
586 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
587 * gst/audioconvert/gstchannelmix.h:
588 * tests/check/elements/audioconvert.c: (GST_START_TEST):
589 Add float as an intermediate format, as well as float mixing. Enable
590 test that was failing before. Fixes #339837
592 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
594 * tests/examples/seek/seek.c: (do_seek):
595 Undo the previous commit: -1 as a stop time implies that the stop
596 time is the end of file, clearing any previously configured segment.
598 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
600 * tests/examples/seek/seek.c: (do_seek):
601 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
603 2007-02-21 Stefan Kost <ensonic@users.sf.net>
605 * gst/volume/gstvolume.c: (volume_process_int16),
606 (volume_process_int16_clamp), (volume_set_caps):
607 Unbreak volume, value remains gint.
609 2007-02-21 Stefan Kost <ensonic@users.sf.net>
611 * gst/volume/gstvolume.c: (volume_choose_func),
612 (volume_update_real_volume), (gst_volume_set_volume),
613 (gst_volume_init), (volume_process_double), (volume_process_float),
614 (volume_process_int16), (volume_process_int16_clamp),
615 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
616 * gst/volume/gstvolume.h:
617 Extend float audio support (double) and some int->uint cleanups.
619 2007-02-20 Edward Hervey <edward@fluendo.com>
621 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
622 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
623 (sort_end_pads), (gst_decode_group_expose),
624 (gst_decode_group_hide):
625 Don't free groups from the streaming threads. Just put them aside and
626 free them in dispose.
628 2007-02-20 Edward Hervey <edward@fluendo.com>
630 * gst/playback/gstdecodebin2.c: (connect_element),
631 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
632 (sort_end_pads), (gst_decode_group_expose):
633 Handle dynamic pads within groups.
634 Sort pads before exposing them in order to make playbin happy.
635 There still is a race with the multiqueue filling up. This should be
639 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
641 * gst-libs/gst/utils/base-utils.c:
642 * gst-libs/gst/utils/descriptions.c:
643 * gst-libs/gst/utils/install-plugins.c:
644 * gst-libs/gst/utils/missing-plugins.c:
645 Some more docs (and descriptions for two subtitle formats).
647 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
649 * gst-libs/gst/audio/audio.c:
652 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
654 Patch by: Yves Lefebvre <ivanohe abacom com>
656 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
657 Don't leak caps. Fixes #408278.
659 2007-02-15 Stefan Kost <ensonic@users.sf.net>
661 * ext/cdparanoia/gstcdparanoiasrc.h:
662 * ext/ogg/gstoggdemux.h:
663 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
664 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
665 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
666 * gst-libs/gst/audio/audio.h:
667 * gst-libs/gst/audio/gstaudiofilter.h:
668 * gst-libs/gst/interfaces/videoorientation.h:
669 * gst/adder/gstadder.h:
670 More docs coverage and some ChangeLog surgery (add missing names)
672 2007-02-15 Wim Taymans <wim@fluendo.com>
674 * sys/ximage/ximagesink.c:
675 (gst_ximagesink_calculate_pixel_aspect_ratio):
676 * sys/xvimage/xvimagesink.c:
677 (gst_xvimagesink_calculate_pixel_aspect_ratio):
678 Small constifications.
680 2007-02-15 Wim Taymans <wim@fluendo.com>
682 * gst-libs/gst/audio/gstbaseaudiosink.c:
683 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
684 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
685 (gst_base_audio_sink_async_play),
686 (gst_base_audio_sink_change_state):
687 Answer latency query.
688 Use configured latency when syncing.
691 * gst-libs/gst/audio/gstbaseaudiosrc.c:
692 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
693 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
694 Fix possible memleak.
695 Implement latency query.
698 2007-02-15 Wim Taymans <wim@fluendo.com>
700 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
701 Ignore errors in reset, these are not fatal. They also grab the element
702 lock which is already taking when this function is called. Fixes
705 2007-02-13 Stefan Kost <ensonic@users.sf.net>
708 Remove 'tests/examples/xerror/Makefile' from output files again.
710 2007-02-13 Stefan Kost <ensonic@users.sf.net>
713 * docs/plugins/Makefile.am:
714 Also crossref against gst-plugins-base-libs.
716 2007-02-12 Stefan Kost <ensonic@users.sf.net>
719 * docs/libs/Makefile.am:
720 * docs/plugins/Makefile.am:
721 Add crossreferences to glib/gobject/gstream docs.
723 * gst-libs/gst/audio/audio.h:
726 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
727 Add own debug category.
729 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
731 Patch by: René Stadler <mail at renestadler de>
733 * gst-libs/gst/tag/gstvorbistag.c:
734 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
737 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
739 * gst/playback/gstplaybasebin.c: (setup_source):
740 When we have external subtitles and wait for the subtitle decodebin
741 to get up and running, we set up a (sync) bus handler for the
742 subtitle decodebin, so we can stop waiting when it posts an error
743 message. However, we should do that before we set the subtitle
744 decodebin's state to playing, otherwise things are racy and we might
745 miss error messages posted before we had a chance to set up the bus.
746 This should finally fix totem hanging on .txt pseudo-subtitle files.
748 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
750 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
751 Use gst_gdouble_to_guint64 for conversions.
752 * win32/common/config.h.in:
753 Add a define for GST_INSTALL_PLUGINS_HELPER
754 * win32/common/libgstaudio.def:
755 * win32/common/libgstcdda.def:
756 * win32/common/libgstnetbuffer.def:
757 * win32/common/libgstrtp.def:
758 * win32/common/libgutils.def:
759 Add new exported functions.
760 * win32/vs6/gst_plugins_base.dsw:
761 * win32/vs6/libgstdecodebin.dsp:
762 * win32/vs6/libgstnetbuffer.dsp:
763 * win32/vs6/libgstplaybin.dsp:
764 * win32/vs6/libgstrtp.dsp:
765 * win32/vs6/libgstvorbis.dsp:
766 * win32/vs6/libgstcdda.dsp:
767 * win32/vs6/libgstgdp.dsp:
768 * win32/vs6/libgstutils.dsp:
769 Update and add new project files.
771 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
773 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
774 (subrip_remove_unhandled_tags), (parse_subrip):
775 For SubRip (.srt) subtitles, ignore all markup tags we don't
776 handle (like font tags, for example).
778 * tests/check/elements/subparse.c:
781 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
783 * gst/playback/gstdecodebin.c: (add_fakesink),
784 (gst_decode_bin_change_state):
785 * gst/playback/gstdecodebin2.c: (add_fakesink),
786 (gst_decode_bin_change_state):
787 Don't error out if there is no fakesink in the NULL to READY state
788 change, since when decodebin is re-used, we're only adding the
789 fakesink element in READY to PAUSED.
791 * tests/check/elements/decodebin.c:
792 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
794 Minimal unit test to make sure we can use the same decodebin
795 instance twice (at least with audiotestsrc input).
797 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
799 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
800 Try to get devic-name from device string first, and from handle only
801 as fallback (seems to yield better results and is more robust
802 against buggy probing code on the application side).
804 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
806 Based on patch by: Julien Puydt <julien.puydt at laposte net>
808 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
809 (gst_alsa_find_device_name):
810 * ext/alsa/gstalsa.h:
811 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
812 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
813 Improve device-name detection a bit, especially in the case where
814 the device is not actually open (#405020, #405024). Move common code
815 into gstalsa.c instead of duplicating it.
817 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
819 * gst/audioconvert/gstaudioconvert.c:
820 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
822 2007-02-06 Julien MOUTTE <julien@moutte.net>
824 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
825 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
826 (gst_xvimagesink_interface_supported),
827 (gst_xvimagesink_probe_get_properties),
828 (gst_xvimagesink_probe_probe_property),
829 (gst_xvimagesink_probe_needs_probe),
830 (gst_xvimagesink_probe_get_values),
831 (gst_xvimagesink_property_probe_interface_init),
832 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
833 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
834 (gst_xvimagesink_get_type):
835 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
836 for XVAdaptors so that one can choose the adaptor to use with
837 gstreamer-properties.
839 2007-02-06 Stefan Kost <ensonic@users.sf.net>
841 * gst/audioconvert/gstaudioconvert.c:
842 Also mention that a conversion from double to float is suboptimal still.
844 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
846 * gst-libs/gst/audio/gstaudiofilter.c:
847 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
848 Clear our formats structure and free the caps contained in it when
851 2007-02-05 Andy Wingo <wingo@pobox.com>
853 * gst-libs/gst/audio/gstbaseaudiosink.c
854 (gst_base_audio_sink_callback): Update basesink->offset so that we
855 pull monotonically increasing offsets instead of, um, seeking back
856 to 0 each time. Fixes alsasrc ! alsasink!
858 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
860 * gst/videoscale/gstvideoscale.c:
861 A width and height of 1 makes us crash, so increase minimum size to
862 2x2 pixels until someone feels like fixing this (#404512).
864 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
866 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
867 Add small test to make sure request pads are cleaned up properly
868 even if oggmux never changes state out of NULL.
870 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
872 * tests/check/libs/utils.c: (GST_START_TEST):
873 Fix unit test. Turns out things work much better when you
874 NULL-terminate string arrays. Should make p5 build bot happy again.
876 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
878 * gst-libs/gst/audio/Makefile.am:
879 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
880 (gst_audio_filter_template_base_init),
881 (gst_audio_filter_template_class_init),
882 (gst_audio_filter_template_init),
883 (gst_audio_filter_template_set_property),
884 (gst_audio_filter_template_get_property),
885 (gst_audio_filter_template_setup),
886 (gst_audio_filter_template_filter),
887 (gst_audio_filter_template_filter_inplace), (plugin_init):
888 Oops, forgot to commit fixed-up example.
890 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
892 * docs/libs/gst-plugins-base-libs-sections.txt:
893 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
894 (gst_audio_filter_class_init), (gst_audio_filter_init),
895 (gst_audio_filter_set_caps),
896 (gst_audio_filter_class_add_pad_templates):
897 * gst-libs/gst/audio/gstaudiofilter.h:
898 Port GstAudioFilter to 0.10. This change technically breaks
899 API and ABI (and thus also every library developer's heart),
900 but seems justifiable on the grounds that the base class was
901 completely unusable before (ie. would crash immediately when
902 actually used). Fixes #403963 (and eventually also #403572).
903 Also document all of this a bit.
905 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
907 * gst-libs/gst/utils/install-plugins.c:
908 (gst_install_plugins_spawn_child):
909 * tests/check/libs/utils.c:
910 (test_base_utils_install_plugins_do_callout):
911 Lowering log level to see why things fail on the p5 build bot;
912 fix some typos in unit test messages.
914 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
916 * tests/check/libs/utils.c:
917 (test_base_utils_install_plugins_do_callout):
918 Don't hard-code temp directory for test helper; use GLib functions
919 to write out file and do error checking etc.
921 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
923 * gst-libs/gst/utils/Makefile.am:
924 * gst-libs/gst/utils/base-utils.h:
925 * gst-libs/gst/utils/install-plugins.c:
926 (gst_install_plugins_context_set_xid),
927 (gst_install_plugins_context_new),
928 (gst_install_plugins_context_free),
929 (gst_install_plugins_get_helper),
930 (gst_install_plugins_spawn_child),
931 (gst_install_plugins_return_from_status),
932 (gst_install_plugins_installer_exited),
933 (gst_install_plugins_async), (gst_install_plugins_sync),
934 (gst_install_plugins_return_get_name),
935 (gst_install_plugins_installation_in_progress):
936 * gst-libs/gst/utils/install-plugins.h:
937 API: add API for applications to initiate installation of missing
938 plugins, ie. gst_install_plugins_async() primarily.
939 Based on libgimme-codec by Ryan Lortie.
942 Add --with-install-plugins-helper configure option so distros can specify
943 the path of the helper script or program to call when plugin installation
944 is requested (distros: please do any argument munging in this helper
945 script instead of patching GStreamer to pass arguments differently
946 to another program directly).
948 * docs/libs/gst-plugins-base-libs-docs.sgml:
949 * docs/libs/gst-plugins-base-libs-sections.txt:
950 Build and document new API.
952 * tests/check/libs/utils.c: (result_cb),
953 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
954 (libgstbaseutils_suite):
955 Some simple checks for the new API.
957 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
959 * tests/check/elements/audioconvert.c: (test_float_conversion):
960 Add small test for 32bit float <=> 64bit float conversion (works
961 only one way so far, 32=>64 produces structured noise).
963 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
965 * gst/audioconvert/gstaudioconvert.c:
966 (set_structure_widths_32_and_64), (make_lossless_changes):
967 We don't support floats with a width of 40, 48 or 56 bits.
969 2007-02-02 Stefan Kost <ensonic@users.sf.net>
971 * gst/audioconvert/audioconvert.c: (float), (double),
972 (audio_convert_get_func_index):
973 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
974 (make_lossless_changes):
975 Support for 64-bit float audio in audioconvert (#339837)
977 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
979 Patch by: Holger Wansing <linux wansing-online de>
983 Add German translation (#352069).
985 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
987 reviewed by: Wim Taymans <wim@fluendo.com>
989 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
990 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
991 Use newly added GstCollectPads API to free the allocated resources in
992 the GstOggPad structures (#402393).
994 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
996 * gst/playback/gstplaybin.c: (gen_vis_element):
997 Add audioresample+audioconvert in front of the visualisation
998 element, so that elements like libvisual 0.4 that don't support all
999 samplerates can work.
1003 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
1005 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
1006 (gst_play_base_bin_get_streaminfo_value_array):
1007 Take some locks and make a copy of the streaminfo value array we
1008 maintain while holding the lock, so that the application can
1009 retrieve the stream-info as a value array in a thread-safe way.
1011 2007-01-30 Wim Taymans <wim@fluendo.com>
1013 * gst/audioconvert/gstaudioconvert.c:
1014 Don't fail on 0 sized buffers. Fixes #396835.
1016 2007-01-29 David Schleef <ds@schleef.org>
1018 * gst/typefind/gsttypefindfunctions.c:
1019 Detect BBCD as video/x-dirac, so we can play raw dirac
1022 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
1024 * ext/theora/theoraenc.c: (theora_enc_chain):
1025 Check return value of theora_encode_header(), or we might try to
1026 allocate a random number of bytes. theora_encode_header() can fail
1027 if libtheora has been compiled with encoding support disabled.
1030 2007-01-29 Wim Taymans <wim@fluendo.com>
1032 * tests/check/gst/.cvsignore:
1033 Do as buildbot says.
1035 2007-01-29 Wim Taymans <wim@fluendo.com>
1037 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1038 Fix strides in libvisual. Gst uses X strides.
1039 Inspired by: <ed at catmur dot co dot uk> and
1040 <tim at centricular dot net>
1043 2007-01-27 Wim Taymans <wim@fluendo.com>
1045 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1046 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1047 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1048 (gst_ogg_demux_perform_seek),
1049 (gst_ogg_demux_bisect_forward_serialno),
1050 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1051 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1052 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1053 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1054 * ext/ogg/gstoggdemux.h:
1055 Properly propagate streaming errors when we are scanning the file for
1056 chains so that we don't crash when shut down. Might fix some crashers
1057 when quickly switching oggs in RB such as #332503 and #378436.
1059 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
1061 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1062 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1065 2007-01-25 Wim Taymans <wim@fluendo.com>
1067 * gst/playback/gstplaybasebin.c: (remove_source):
1068 Don't try to disconnect a signal from a finalized object.
1070 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1072 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1073 Cast lock macro parameters to make sure we're actually accessing the
1074 lock member at the right class level. Free list itself in _dispose()
1075 as well and NULL it in case dispose gets called multiple times.
1077 2007-01-25 Edward Hervey <edward@fluendo.com>
1079 * gst/playback/gstdecodebin2.c:
1080 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1081 Free GstDecodeGroups no longer used.
1082 (gst_decode_group_expose):
1083 Don't unlock too many times !
1084 (deactivate_free_recursive):
1085 Free iterator once we're done with it.
1086 Fix for recursively deactivating elements (stop at ghostpads).
1088 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1090 * gst/playback/gstplaybin.c: (handoff):
1091 Fix up caps on the frame buffer before we save it and potentially
1092 make it accessible to other threads via g_object_get; also use
1093 gst_buffer_replace() instead of gst_mini_object_replace().
1095 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1097 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1098 Make getting the current frame thread-safe.
1100 2007-01-25 Edward Hervey <edward@fluendo.com>
1102 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1103 (gst_decode_group_new), (gst_decode_group_free):
1104 Set queues to bigger sizes to cope with HD contents.
1105 Fix some mutex freeing and add comment about MT safe methods.
1107 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
1109 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1110 (gst_text_overlay_text_event):
1111 Don't unnecessarily ref (and then leak) upstream events if the text
1112 pad is not linked. Fixes #399948.
1114 * tests/check/gst-plugins-base.supp:
1115 Add suppression for pango on edgy/x86 for textoverlay test.
1117 2007-01-24 Wim Taymans <wim@fluendo.com>
1119 * gst-libs/gst/rtp/gstrtpbuffer.h:
1120 Add some more fixed payloads.
1122 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1124 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1125 Error out properly if we get an error from libogg while reading the
1126 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1128 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1130 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1133 * tests/check/elements/playbin.c:
1134 (test_sink_usage_video_only_stream),
1135 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1136 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1137 (test_missing_suburisource_handler),
1138 (test_missing_primary_decoder), (playbin_suite):
1139 Run all tests once with decodebin and once with decodebin2.
1140 One test does not pass yet with decodebin2.
1142 2007-01-23 Edward Hervey <edward@fluendo.com>
1144 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1145 Fix the cases where oggmux doesn't properly figure out that all
1146 sinkpads have gone EOS, and therefore doesn't push out the remaining
1147 buffers and the final EOS event.
1150 2007-01-23 Julien MOUTTE <julien@moutte.net>
1152 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1153 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1154 Don't lock on navigation event push, just on keysym to string.
1155 Fixes #397673 again.
1157 2007-01-22 Edward Hervey <edward@fluendo.com>
1159 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1160 (get_current_group), (group_demuxer_event_probe),
1161 (gst_decode_group_expose), (deactivate_free_recursive),
1162 (gst_decode_group_free):
1164 Don't forget to emit 'no-more-pads' once a group is exposed.
1165 Cleanup elements from a DecodeGroup once we remove it.
1166 Protect call to gst_decode_group_expose() with the decodebin lock.
1168 2007-01-22 Julien MOUTTE <julien@moutte.net>
1170 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1171 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1172 Looking at Xorg code i can't figure out if that XKeysymToString
1173 function is thread sensible or not. Lock it just in case as
1174 recommended by Radek Doulik <rodo at ximian dot com>.
1176 2007-01-22 Julien MOUTTE <julien@moutte.net>
1178 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1179 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1180 Lock that X Call as well. Fixes #397673.
1182 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1184 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1185 Don't go into an endless loop if the file starts with 00 00 01 2X,
1186 like quicktime redirect files might. Fixes #396042.
1188 * tests/check/Makefile.am:
1189 * tests/check/gst/.cvsignore:
1190 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1191 (typefindfunctions_suite):
1192 Add unit test for the above.
1194 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1196 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1197 On second thought, use "depth" field rather than "bpp" field.
1199 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1201 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1202 Camtasia caps apparently need a bpp field (#398875).
1204 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1206 * gst/playback/gstplaybasebin.c: (setup_subtitle),
1207 (gen_source_element), (gst_play_base_bin_change_state):
1208 Attempt at a better error message in case we don't have the required
1209 URI handler installed; post missing-plugin message also when we're
1210 missing an URI handler for the subtitle URI; clean up properly also
1211 when an error occurs and we never made it to PAUSED state.
1213 * tests/check/elements/playbin.c: (GST_START_TEST),
1215 Check that we're also getting a missing-plugin messsage for a
1216 missing subtitle URI handler (and clean up properly).
1218 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1220 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1221 Plug a few reference leaks.
1223 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1225 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1226 Lower probability a bit if the marker isn't right at the start,
1227 to decrease the chance of false positives.
1229 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1231 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1232 Small mpeg2 system stream typefinding improvement: make typefinder
1233 probe a bit into the stream instead of just looking for a marker
1234 at the beginning. Fixes #397810.
1236 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
1238 * gst/audioconvert/gstchannelmix.c:
1239 Remove compatibility cruft for prehistoric GLib versions.
1241 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
1243 * gst/playback/Makefile.am:
1244 * gst/playback/gstdecodebin.c: (close_pad_link):
1245 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1246 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1247 (gst_play_base_bin_handle_message_func), (unknown_type):
1248 Let decodebin be the element to post missing-plugin messages for
1249 missing decoders (rather than playbin); make playbin implement
1250 GstBin::handle_message so we can suppress missing-plugin messages
1251 for types we're not handling on purpose (don't want to bring up an
1252 installer in those cases).
1254 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
1256 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1257 * gst-libs/gst/tag/gstvorbistag.c:
1258 (gst_tag_list_to_vorbiscomment_buffer):
1259 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1260 Fix potentially unaligned access (#397207).
1262 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1264 * tests/examples/seek/seek.c: (set_scale), (update_scale),
1265 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1266 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1268 Allow to toggle looping while it plays. Fix callback prototype. Clean
1269 up code a bit more. Add copyright header.
1271 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1273 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1274 Red and blue mask was swapped (spotted by Dan Williams).
1276 2007-01-15 Stefan Kost <ensonic@users.sf.net>
1278 * gst-libs/gst/tag/gstid3tag.c:
1279 * gst-libs/gst/tag/gstvorbistag.c:
1280 Use new beats-per-minute tag from core.
1282 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
1285 Add new files with translatable strings, so they actually make it
1286 into the template file one day.
1288 2007-01-12 Andy Wingo <wingo@pobox.com>
1290 * gst-libs/gst/audio/gstbaseaudiosink.c
1291 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1292 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1293 stuff, as the base class handles this now. Actually tell the ring
1295 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1296 How did this work before? Maybe I'm not as awesome a programmer as
1299 * gst-libs/gst/audio/gstbaseaudiosrc.c
1300 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1303 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1305 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1306 Remove more fields so that the application can better blacklist
1307 formats that have been tried before.
1309 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1311 * gst-libs/gst/audio/mixerutils.h:
1312 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1313 used when compiling with c++ compilers as well.
1315 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1317 * gst/typefind/gsttypefindfunctions.c:
1320 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
1322 * gst/playback/gstplaybin.c: (post_missing_element_message),
1323 (gen_video_element), (gen_text_element), (gen_audio_element),
1325 Post missing-plugin messages also when we error out because
1326 converters, textoverlay or auto*sinks are missing (#161922).
1328 2007-01-10 Wim Taymans <wim@fluendo.com>
1330 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1331 (is_demuxer_element), (new_caps):
1332 * gst/playback/gstplaybasebin.c: (source_new_pad):
1333 Fix the case where we try to ref a NULL element when we delay a link
1334 because of unfixed caps.
1335 Set the state of autoplugged decodebins to PAUSED.
1336 RTSP now works in playbin, we can remove it from the blacklist.
1338 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1340 * gst/playback/Makefile.am:
1341 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1342 (unknown_type), (setup_subtitle), (gen_source_element):
1343 * gst/playback/gstplaybin.c: (plugin_init):
1344 Post missing-plugin messages on the bus for missing sources and
1345 missing decoders/demuxers/depayloaders; fix error code used when
1346 we're missing an URI handler source; for media types that we are not
1347 handling on purpose at the moment, don't print "don't know how to
1348 handle xyz" messages to the terminal or post missing-plugin
1349 messages on the bus.
1351 * tests/check/elements/playbin.c: (create_playbin),
1352 (GST_START_TEST), (gst_codec_src_uri_get_type),
1353 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1354 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1355 (gst_codec_src_init_type), (gst_codec_src_base_init),
1356 (gst_codec_src_create), (gst_codec_src_class_init),
1357 (gst_codec_src_init), (plugin_init), (playbin_suite):
1358 Add some tests for the missing-plugin stuff.
1360 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1363 * gst-libs/gst/Makefile.am:
1364 * gst-libs/gst/utils/Makefile.am:
1365 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1366 * gst-libs/gst/utils/base-utils.h:
1367 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1368 (find_format_info), (caps_are_rtp_caps),
1369 (gst_base_utils_get_source_description),
1370 (gst_base_utils_get_sink_description),
1371 (gst_base_utils_get_decoder_description),
1372 (gst_base_utils_get_encoder_description),
1373 (gst_base_utils_get_element_description),
1374 (gst_base_utils_add_codec_description_to_tag_list),
1375 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1376 * gst-libs/gst/utils/descriptions.h:
1377 * gst-libs/gst/utils/missing-plugins.c:
1378 (missing_structure_get_type), (copy_and_clean_caps),
1379 (gst_missing_uri_source_message_new),
1380 (gst_missing_uri_sink_message_new),
1381 (gst_missing_element_message_new),
1382 (gst_missing_decoder_message_new),
1383 (gst_missing_encoder_message_new),
1384 (missing_structure_get_string_detail),
1385 (missing_structure_get_caps_detail),
1386 (gst_missing_plugin_message_get_installer_detail),
1387 (gst_missing_plugin_message_get_description),
1388 (gst_is_missing_plugin_message):
1389 * gst-libs/gst/utils/missing-plugins.h:
1390 API: add new libgstbaseutils library with functions
1391 - to create and parse missing-plugins messages
1392 - that provide (translated) descriptions for caps/decoders/sources/etc.
1395 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1396 * pkgconfig/gstreamer-plugins-base.pc.in:
1399 * docs/libs/gst-plugins-base-libs-docs.sgml:
1400 * docs/libs/gst-plugins-base-libs-sections.txt:
1401 Generate docs for new lib and API.
1403 * tests/check/Makefile.am:
1404 * tests/check/libs/.cvsignore:
1405 * tests/check/libs/utils.c: (missing_msg_check_getters),
1406 (GST_START_TEST), (libgstbaseutils_suite):
1407 Add some basic unit tests.
1409 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1411 * ext/ogg/Makefile.am:
1412 Dist gstoggdemux.h to fix 'make distcheck'.
1414 * sys/v4l/Makefile.am:
1415 Fix 'make distcheck' even more.
1417 2007-01-09 Wim Taymans <wim@fluendo.com>
1419 * docs/plugins/Makefile.am:
1420 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1421 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1422 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1423 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1424 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1425 (gst_ogg_demux_perform_seek):
1426 * ext/ogg/gstoggdemux.h:
1428 Add some more comments.
1431 2007-01-09 Wim Taymans <wim@fluendo.com>
1433 * ext/theora/theoradec.c:
1434 * ext/vorbis/vorbisdec.c:
1435 * gst-libs/gst/audio/gstringbuffer.c:
1436 (gst_ring_buffer_commit_full):
1437 * gst-libs/gst/audio/gstringbuffer.h:
1438 * gst-libs/gst/rtp/gstrtpbuffer.c:
1439 * gst-libs/gst/tag/gstvorbistag.c:
1440 Small documentation updates/fixes
1442 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1445 Require core CVS HEAD for Andy's basesrc/sink API additions.
1447 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1449 Patch by: Günter Thelen <daedalus dot inc at gmx net>
1451 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1453 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1454 on flac.sf.net (there appear to be other versions of the first
1455 ogg page in the wild) (#391365).
1457 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1460 Check if localtime_r() is available.
1462 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1463 If localtime_r() is not available, fall back to localtime(). Should
1464 fix build on MingW (#393310).
1466 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1468 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1469 * gst/subparse/gstsubparse.h:
1470 Remove spurious 1000 subtrahend when calculating the timestamp from
1471 the frame number and the frame rate . Also, use the frames/second
1472 value specified in the first line of the file, if one is specified
1473 there. Should fix #357503.
1475 * tests/check/elements/subparse.c: (do_test),
1476 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1478 Add some basic unit tests for the microdvd subtitle format.
1480 2007-01-07 Julien MOUTTE <julien@moutte.net>
1482 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1483 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1484 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1485 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1486 (gst_xvimagesink_set_xwindow_id),
1487 (gst_xvimagesink_set_event_handling),
1488 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1489 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1490 Patch by : Young-Ho Cha <ganadist at chollian dot net>
1492 Add an adaptor property to select a specific XV adaptor.
1493 * sys/xvimage/xvimagesink.h:
1495 2007-01-07 Julien MOUTTE <julien@moutte.net>
1497 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1498 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1499 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1500 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1501 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1502 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1503 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1504 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1505 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1506 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1507 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1508 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1509 Use flow_lock much more to protect every access to xwindow.
1510 Try to catch erros while creating images in case some drivers are
1511 just generating an XError when the requested image is too big.
1512 Should fix : #354698, #384008, #384060.
1513 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1514 Implement some stress testing of setting window xid.
1516 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
1518 * win32/common/libgsaudio.def:
1519 Add new exported function.
1520 * win32/common/libgstogg.dsp:
1521 Add gstoggaviparse.c to the build.
1522 * win32/common/libgstvideoscale.dsp:
1523 Add vs_4tap.c to the build.
1524 * win32/common/libgstvorbis.dsp:
1525 Add vorbistag.c to the build.
1527 2007-01-06 Andy Wingo <wingo@pobox.com>
1529 * gst-libs/gst/audio/gstbaseaudiosink.c
1530 (gst_base_audio_sink_class_init)
1531 (gst_base_audio_sink_init):
1532 (gst_base_audio_sink_activate_pull): Add an activate_pull function
1533 to baseaudiosink, and tell basesink that we can work in pull mode.
1534 This way the ring buffer thread drives the pipeline directly, if
1535 pull mode is possible. There is some lingering nastiness regarding
1537 (gst_base_audio_sink_callback): Implement the callback to pull
1538 data. This interface is a bit light, though -- it should get a
1539 GstFlowReturn return value at least.
1541 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1543 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1544 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1545 * gst/playback/gstdecodebin2.c:
1546 (gst_decode_group_check_if_blocked):
1547 Printf format and missing argument fixes.
1549 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
1551 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1552 (gst_ogm_parse_change_state):
1553 Activate pads before adding them to the element.
1555 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1557 * tests/examples/seek/scrubby.c: (main):
1558 * tests/examples/seek/seek.c: (main):
1559 Call g_thread_init() first thing in main() (see #391278).
1561 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1563 * tests/check/Makefile.am:
1564 * tests/check/libs/.cvsignore:
1565 * tests/check/libs/netbuffer.c: (GST_START_TEST),
1567 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1568 for the time being, since it's broken, see #393099.
1570 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1572 * tests/check/Makefile.am:
1573 Update to use GST_PLUGINS_BASE_CFLAGS as well.
1575 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1578 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1579 so that GST_BASE_CFLAGS can go inbetween them, making sure
1580 we use uninstalled gst-libs headers
1581 * docs/libs/Makefile.am:
1582 * ext/alsa/Makefile.am:
1583 * ext/cdparanoia/Makefile.am:
1584 * ext/gnomevfs/Makefile.am:
1585 * ext/libvisual/Makefile.am:
1586 * ext/ogg/Makefile.am:
1587 * ext/theora/Makefile.am:
1588 * ext/vorbis/Makefile.am:
1589 * gst-libs/gst/audio/Makefile.am:
1590 * gst-libs/gst/cdda/Makefile.am:
1591 * gst-libs/gst/interfaces/Makefile.am:
1592 * gst-libs/gst/riff/Makefile.am:
1593 * gst-libs/gst/rtp/Makefile.am:
1594 * gst-libs/gst/tag/Makefile.am:
1595 * gst/adder/Makefile.am:
1596 * gst/audioconvert/Makefile.am:
1597 * gst/audiorate/Makefile.am:
1598 * gst/audioresample/Makefile.am:
1599 * gst/playback/Makefile.am:
1600 * gst/tcp/Makefile.am:
1601 * gst/videoscale/Makefile.am:
1602 * gst/volume/Makefile.am:
1603 * sys/ximage/Makefile.am:
1604 * sys/xvimage/Makefile.am:
1605 * tests/icles/Makefile.am:
1608 2007-01-04 Julien MOUTTE <julien@moutte.net>
1610 * gst-libs/gst/interfaces/xoverlay.c:
1611 (gst_x_overlay_handle_events):
1612 * gst-libs/gst/interfaces/xoverlay.h:
1613 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1614 (gst_ximagesink_set_xwindow_id),
1615 (gst_ximagesink_set_event_handling),
1616 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1617 (gst_ximagesink_get_property), (gst_ximagesink_init),
1618 (gst_ximagesink_class_init):
1619 * sys/ximage/ximagesink.h:
1620 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1621 (gst_xvimagesink_set_xwindow_id),
1622 (gst_xvimagesink_set_event_handling),
1623 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1624 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1625 (gst_xvimagesink_class_init):
1626 * sys/xvimage/xvimagesink.h:
1627 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1628 Add a method to the XOverlay interface to allow disabling of
1629 event handling in x[v]imagesink elements. This will let X events
1630 propagate to parent windows which can be usefull in some cases.
1631 Be carefull that the application is then responsible of pushing
1632 navigation events and expose events to the video sink.
1635 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
1637 * gst-libs/gst/tag/gstvorbistag.c:
1638 * tests/check/libs/tag.c: (GST_START_TEST):
1639 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1642 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
1646 * docs/design/Makefile.am:
1649 2006-12-27 Julien MOUTTE <julien@moutte.net>
1651 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1652 typo. Fixes: #390063.
1654 2006-12-27 Julien MOUTTE <julien@moutte.net>
1656 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1657 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1659 * win32/common/config.h: Updated.
1661 2006-12-22 Stefan Kost <ensonic@users.sf.net>
1663 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1664 (setup_gdpdepay_streamheader):
1665 * tests/check/elements/gdppay.c: (cleanup_gdppay),
1666 (setup_gdppay_streamheader):
1667 Fix the dp tests, but activating the pads for the streamheader tests
1668 too and cleaning up conditionaly
1670 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
1672 * gst/ffmpegcolorspace/avcodec.h:
1673 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1674 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1675 (gst_ffmpegcsp_avpicture_fill):
1676 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1677 (img_get_alpha_info):
1678 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1679 other end of the word. Fixes: #387073.
1681 Add some inconsequential branch hints in a couple of places.
1683 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
1685 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1686 (gst_ffmpeg_caps_to_smpfmt):
1687 The "signed" field in raw audio caps is of boolean type, trying to
1688 extract the value with _get_int() will fail (fix to keep in sync with
1689 the copy in gst-ffmpeg)
1691 2006-12-21 Stefan Kost <ensonic@users.sf.net>
1693 * tests/check/elements/audioresample.c: (cleanup_audioresample):
1694 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1695 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1697 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1698 * tests/check/elements/subparse.c: (teardown_subparse):
1699 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1700 * tests/check/elements/videorate.c: (cleanup_videorate):
1701 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1702 * tests/check/elements/volume.c: (cleanup_volume):
1703 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1704 (cleanup_vorbisdec):
1705 * tests/check/elements/vorbistag.c: (setup_vorbistag),
1706 (cleanup_vorbistag):
1707 consistent pad (de)activation
1709 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1711 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1712 Forgot to register the extensions.
1714 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1716 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1718 Add typefinder for VIVO files (my christmas present to the 90s).
1720 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1722 * gst/playback/gstdecodebin.c: (type_found):
1723 Special-case the text/plain media type: we only want to recognise it
1724 as a 'raw' decoded media type if it comes from a demuxer or subtitle
1725 parser, but not if the entire stream is of text/plain type. If the
1726 entire stream is text/plain, we should just error out.
1728 This fixes playback of audio files with lyrics in totem. Totem can't
1729 distinguish between text files and subtitle files and passes any
1730 .txt file with the same basename as the main file to playbin as
1731 suburi, and playbin will then throw a 'subtitle found, but no video
1732 stream' error, which isn't entirely helpful. See #380342.
1734 Also, with this change we'll show a slightly more correct error
1735 message in case totem passes a playlist file to us (although a
1736 custom error message wording instead of the default text would
1737 probably not be a bad idea either).
1739 Same problem also needs to be fixed for playbin+decodebin2.
1741 * tests/check/Makefile.am:
1742 * tests/check/elements/decodebin.c: (src_handoff_cb),
1743 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1745 Add simple unit test for decodebin for the above.
1747 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1749 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1750 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1751 Refuse to change state to READY when we failed to create any of the
1752 required elements in our instance init function.
1754 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
1756 * docs/libs/gst-plugins-base-libs-sections.txt:
1757 Small docs fixes/updates.
1759 * gst-libs/gst/video/gstvideosink.h:
1760 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1761 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1762 removed from the base sink API between 0.9.6 and 0.9.7).
1763 API: add GST_VIDEO_SINK_CAST and use it for the height/width
1764 accessor macros, so we don't do a runtime GObject type check every
1767 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
1770 * gst-plugins-base.doap:
1771 * gst-plugins-base.spec.in:
1774 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
1776 Patch by: Jens Granseuer <jensgr at gmx net>
1778 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1779 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1780 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1781 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1782 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1783 Declare variables at the beginning of a block. Fixes #383195.
1785 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
1788 Bump version nano - back to CVS.
1791 === release 0.10.11 ===
1793 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
1796 releasing 0.10.11, "Dumb things"
1798 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
1800 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1801 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1802 Handle the case where an element has multiple pads with
1803 unfixed caps as well as still possibly producing more dynamic
1804 pads by storing each case as a distinct entry in the dynamic list.
1807 2006-12-04 Wim Taymans <wim@fluendo.com>
1809 * gst/playback/gstdecodebin.c: (close_pad_link):
1810 Fix #382223, add more dynamic caps handling.
1812 2006-12-04 Wim Taymans <wim@fluendo.com>
1814 reviewed by: <delete if not using a buddy>
1816 * gst-libs/gst/audio/gstringbuffer.h:
1817 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1818 (gst_netaddress_set_ip4_interface),
1819 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1820 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1821 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1822 (gst_netaddress_get_ttl):
1823 * gst-libs/gst/netbuffer/gstnetbuffer.h:
1824 * gst/playback/gstdecodebin.c: (close_pad_link):
1825 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1826 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1827 * win32/common/config.h:
1829 2006-12-01 Michael Smith <msmith@fluendo.com>
1831 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1832 Delete bad debug code.
1835 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
1837 * gst/videoscale/vs_4tap.c:
1839 * win32/common/config.h:
1840 * win32/vs8/libgstvideoscale.vcproj:
1841 Fix compilation on win32 under VS8
1842 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1843 Partially fixes #381175
1845 2006-11-30 Michael Smith <msmith@fluendo.com>
1847 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1849 It would be very bad if, after a discont buffer, we thought every
1850 single following buffer was also discont. So, add to the test to
1851 ensure that this isn't the case.
1853 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1854 ... it was the case. So fix it.
1856 2006-11-28 Wim Taymans <wim@fluendo.com>
1858 * gst/playback/gstplaybasebin.c: (check_queue_event):
1861 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1862 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1863 padtemplate caps. Refixes #357577.
1865 2006-11-28 Wim Taymans <wim@fluendo.com>
1867 * gst/playback/gstplaybasebin.c: (check_queue_event),
1868 (queue_threshold_reached), (queue_out_of_data),
1869 (gen_preroll_element):
1870 Add event probe to see when EOS is in a queue and we can disable the
1871 underrun signals. Fixes #357577.
1873 2006-11-28 Edward Hervey <edward@fluendo.com>
1875 * gst/playback/Makefile.am:
1876 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1877 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1878 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1879 (gst_decode_bin_init), (gst_decode_bin_dispose),
1880 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1881 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1882 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1883 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1884 (connect_element), (expose_pad), (type_found),
1885 (pad_added_group_cb), (pad_removed_group_cb),
1886 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1887 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1888 (are_raw_caps), (multi_queue_overrun_cb),
1889 (multi_queue_underrun_cb), (gst_decode_group_new),
1890 (get_current_group), (group_demuxer_event_probe),
1891 (gst_decode_group_control_demuxer_pad),
1892 (gst_decode_group_control_source_pad),
1893 (gst_decode_group_check_if_blocked),
1894 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1895 (gst_decode_group_hide), (gst_decode_group_free),
1896 (gst_decode_group_set_complete), (source_pad_blocked_cb),
1897 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1898 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1900 New decodebin2 element.
1902 * gst/playback/gstplay-marshal.list:
1903 Added marshallers for new signals in decodebin2
1904 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1905 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1908 2006-11-28 Wim Taymans <wim@fluendo.com>
1910 * gst/playback/gstplaybasebin.c: (setup_source),
1911 (gst_play_base_bin_change_state):
1912 Disable rtsp:// uris for the release, it's not good enough yet.
1915 2006-11-26 Wim Taymans <wim@fluendo.com>
1917 * ext/theora/theoradec.c: (gst_theora_dec_reset),
1918 (theora_dec_push_forward), (theora_dec_push_reverse),
1919 (theora_handle_data_packet), (theora_dec_decode_buffer),
1920 (theora_dec_flush_decode), (theora_dec_chain_reverse),
1921 (theora_dec_chain_forward), (theora_dec_chain):
1922 Implement reverse playback.
1924 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1925 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1926 (vorbis_dec_chain_forward):
1927 Clear buffers used for reverse playback in _reset.
1928 No need to set the eos flag, we clip samples using the segment.
1930 2006-11-24 Wim Taymans <wim@fluendo.com>
1932 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1933 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1934 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1935 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1937 Handle continued pages in reverse mode.
1939 2006-11-24 Wim Taymans <wim@fluendo.com>
1941 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1942 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1943 (vorbis_dec_flush_decode):
1945 Don't try to add invalid timestamps.
1946 Clipping will unref the buffer.
1948 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1950 * gst/adder/gstadder.h:
1951 * gst/audiotestsrc/gstaudiotestsrc.h:
1952 remove obsolete _factory_init protos
1954 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1956 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1957 Fix spacing in debug message.
1959 2006-11-23 Wim Taymans <wim@fluendo.com>
1961 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1962 (gst_ogg_demux_chain):
1963 Don't just ignore return values from _pad_push().
1964 Small debug improvements.
1966 2006-11-23 Michael Smith <msmith@fluendo.com>
1968 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1969 If our incoming buffer is marked as DISCONT, then increment the page
1970 number (so that the discontinuity is marked in the final ogg
1971 bitstream) and flush the previous page.
1973 2006-11-22 Michael Smith <msmith@fluendo.com>
1975 * ext/theora/gsttheoraenc.h:
1976 * ext/theora/theoraenc.c: (gst_theora_enc_init),
1977 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1978 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1979 (theora_enc_chain), (theora_enc_change_state):
1980 Mark discontinuities of > 3/4 of a frame, reinit encoder.
1982 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1983 (GST_START_TEST), (theoraenc_suite):
1984 Enable discontinuity test, fix it.
1986 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1988 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1989 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1990 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1991 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1992 (gst_text_overlay_change_state):
1993 * ext/pango/gsttextoverlay.h:
1994 Some textoverlay fixes: for one, in the video chain function,
1995 actually wait for a text buffer to come in if there is none at the
1996 moment and there should be one; also, deal more gracefully with
1997 incoming buffers that do not have a timestamp or duration; discard
1998 text buffer when not needed any longer. Fixes #341681.
2000 * tests/check/Makefile.am:
2001 * tests/check/elements/.cvsignore:
2002 * tests/check/elements/textoverlay.c:
2003 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
2004 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
2005 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
2006 (test_video_waits_for_text_send_text_newsegment_thread),
2007 (test_video_waits_for_text_shutdown_element),
2008 (test_render_continuity_push_video_buffers_thread),
2009 (textoverlay_suite):
2010 Add some unit tests for textoverlay.
2012 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
2014 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2015 Avoid integer underflow when the found probability for mp3 is
2016 smaller than the 'penalty' we subtract if there's not a clean
2017 mp3 header sync at offset 0.
2019 2006-11-21 Stefan Kost <ensonic@users.sf.net>
2021 * docs/libs/gst-plugins-base-libs-sections.txt:
2022 Add some new symbols to the docs
2024 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
2026 * tests/check/Makefile.am:
2027 * tests/check/elements/ffmpegcolorspace.c:
2028 (ffmpegcolorspace_suite):
2029 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2030 (for now not for valgrinding though, since it takes too long).
2032 2006-11-20 Wim Taymans <wim@fluendo.com>
2034 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2035 (gst_ffmpeg_pixfmt_to_caps):
2036 Fix RGBA32 caps. Fixes #357038.
2038 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
2040 * gst-libs/gst/interfaces/mixertrack.h:
2041 Add FIXME so we can add some padding here in 0.11
2043 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
2045 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2046 Fix GstBaseRTPAudioPayload structure so the whole GObject
2047 inheritance business actually works (parent class instance structure
2048 must always come first in the derived class instance structure).
2050 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
2052 * gst/videotestsrc/Makefile.am:
2053 * tests/check/Makefile.am:
2054 Make sure our checks and the videotestsrc plugin link against the
2055 local uninstalled gst libs and not any installed gst libs that
2056 might happen to exist as well.
2058 * tests/check/elements/adder.c: (message_received),
2059 (test_event_message_received), (test_play_twice_message_received):
2060 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2061 Fix compiler warnings when compiling against core with disabled
2064 2006-11-16 Michael Smith <msmith@fluendo.com>
2066 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2067 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2068 Fix audiorate, so that it accurately sets offsets and timestamps.
2069 Doesn't change the fundamental algorithmic decisions; so should be
2072 * tests/check/Makefile.am:
2073 Enable audiorate test now that it passes.
2075 2006-11-09 Stefan Kost <ensonic@users.sf.net>
2077 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2078 clear xv when going to NULL, remove // commented non-existant proto
2080 * tests/examples/seek/seek.c: (main):
2081 add missing tooltip description for scrub and play_scrub
2083 2006-11-14 David Schleef <ds@schleef.org>
2086 Bump liboil requirement to 0.3.8.
2087 * gst-libs/gst/riff/riff-media.c:
2089 * gst/videoscale/vs_image.h:
2090 * gst/videoscale/vs_scanline.h:
2091 Use liboil's stdint.h.
2092 * gst/videotestsrc/videotestsrc.c:
2093 Remove liboil related ifdef's, since they aren't needed now, and
2094 won't work with future versions.
2096 2006-11-14 David Schleef <ds@schleef.org>
2098 * gst/videoscale/Makefile.am:
2099 * gst/videoscale/gstvideoscale.c:
2100 * gst/videoscale/gstvideoscale.h:
2101 * gst/videoscale/vs_4tap.c:
2102 * gst/videoscale/vs_4tap.h:
2103 * gst/videoscale/vs_image.c:
2104 * gst/videoscale/vs_image.h:
2105 * gst/videoscale/vs_scanline.c:
2106 * gst/videoscale/vs_scanline.h:
2107 Add a 4-tap image scaler. Theoretically looks much prettier.
2108 The tap calculation could use some improvement.
2110 2006-11-14 Wim Taymans <wim@fluendo.com>
2112 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2114 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2115 (gst_riff_parse_strf_iavs):
2116 * gst/subparse/gstsubparse.c: (convert_encoding):
2117 * gst/tcp/gstmultifdsink.c:
2118 (gst_multi_fd_sink_handle_client_write):
2119 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2120 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2121 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2122 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2123 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2124 (gst_ximagesink_ximage_new):
2125 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2126 Various gsize and gssize printf fixes. Fixes #372507.
2128 2006-11-13 Wim Taymans <wim@fluendo.com>
2130 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2131 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2132 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2133 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2134 (vorbis_dec_chain_forward), (vorbis_dec_chain):
2135 * ext/vorbis/vorbisdec.h:
2136 First stab at vorbis reverse playback.
2138 2006-11-13 Wim Taymans <wim@fluendo.com>
2140 * gst-libs/gst/audio/gstbaseaudiosink.c:
2141 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2142 * gst-libs/gst/audio/gstbaseaudiosink.h:
2143 Make the clock sync code more accurate wrt resampling and playback
2146 * gst-libs/gst/audio/gstringbuffer.c:
2147 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2148 * gst-libs/gst/audio/gstringbuffer.h:
2149 Use better algorithm to interpolate sample rates.
2151 2006-11-13 Michael Smith <msmith@fluendo.com>
2153 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2154 Improve a debug line slightly.
2156 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2157 Call gst_riff_init() in plugin_init, to avoid getting errors from
2158 the debug system (unrelated changes to another plugin made this turn
2161 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
2163 Patch by: Sergey Scobich <sergery.scobich at gmail com>
2165 * win32/common/libgsttag.def:
2166 Add missing symbol (#366492).
2168 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
2170 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2171 Don't unref a NULL pad.
2173 2006-11-09 Wim Taymans <wim@fluendo.com>
2175 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2176 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2177 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2178 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2179 (gst_ogg_demux_loop):
2180 Implement first stab at reverse playback.
2182 2006-11-07 Stefan Kost <ensonic@users.sf.net>
2184 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2185 (gst_riff_create_video_template_caps):
2186 add h263/h264 variants to the caps, Fixes #363118
2188 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
2190 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2191 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2192 Use g_strerror instead of strerror so we get UTF-8.
2194 2006-11-03 David Schleef <ds@schleef.org>
2196 * ext/ogg/gstoggdemux.c:
2197 * ext/ogg/gstoggmux.c:
2198 Add/remove KW-DIRAC header here, since it is ogg-specific.
2200 2006-11-03 Michael Smith <msmith@fluendo.com>
2202 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2203 Recognise more mpeg4 elementary video streams.
2205 2006-11-02 Edward Hervey <edward@fluendo.com>
2207 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2208 Lower the probability of mp3 typefinding functions if we don't find a
2209 valid mp3 header at the start of the file.
2212 2006-11-02 Wim Taymans <wim@fluendo.com>
2214 * ext/theora/gsttheoradec.h:
2215 * ext/theora/theoradec.c: (gst_theora_dec_init),
2216 (theora_dec_sink_event), (theora_dec_chain_forward),
2217 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2219 Document and partially implement an algorithm for doing reverse playback
2222 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
2224 Patch by: Sergey Scobich <sergey.scobich at gmail com>
2226 * win32/common/config.h:
2227 * win32/common/interfaces-enumtypes.c:
2228 * win32/common/libgsttag.def:
2229 * win32/vs8/gst-plugins-base.sln:
2230 * win32/vs8/libgstaudioresample.vcproj:
2231 * win32/vs8/libgstinterfaces.vcproj:
2232 * win32/vs8/libgstogg.vcproj:
2233 * win32/vs8/libgstriff.vcproj:
2234 * win32/vs8/libgsttag.vcproj:
2235 * win32/vs8/libgsttheora.vcproj:
2236 * win32/vs8/libgstvideoscale.vcproj:
2237 * win32/vs8/libgstvorbis.vcproj:
2238 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2239 to libgsttag.def; add missing dependencies for some vs8 projects;
2240 re-arrange placement of .def files in vs8 projects (#366334).
2242 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
2245 Remove unused variable.
2247 * ext/ogg/gstoggdemux.c:
2248 Fix Wim's surname in plugin description.
2250 2006-10-31 Wim Taymans <wim@fluendo.com>
2252 * gst-plugins-base.spec.in:
2253 spec new .h file. Fixes #368310.
2255 2006-10-31 Michael Smith <msmith@fluendo.com>
2257 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2258 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2259 (gst_multi_fd_sink_get_stats),
2260 (gst_multi_fd_sink_remove_client_link),
2261 (gst_multi_fd_sink_queue_buffer),
2262 (gst_multi_fd_sink_handle_clients):
2263 * gst/tcp/gstmultifdsink.h:
2264 Make using the remove or clear signals threadsafe.
2265 Make calling get-stats with an invalid fd not segfault.
2268 2006-10-31 Wim Taymans <wim@fluendo.com>
2270 * gst-libs/gst/rtp/Makefile.am:
2271 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2272 (gst_base_rtp_audio_payload_init):
2273 Fix and activate base audio payloader.
2275 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2277 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2279 Add typefinder for QuickTime Image Files (see #366156).
2281 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2283 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2284 Another typo fix (#366212).
2286 2006-10-27 Wim Taymans <wim@fluendo.com>
2288 * gst/volume/gstvolume.c: (volume_transform_ip):
2289 Use stream time to synchronize volume property instead of rather random
2290 timestamps. This is needed when gnonlin does its time shifting.
2292 2006-10-27 Wim Taymans <wim@fluendo.com>
2294 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2296 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2297 Remove the pad from the element in release_pad. Fixes #364812.
2299 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
2301 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2302 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2303 Explicitly create our custom buffer classes at a thread-safe
2304 location as well, since g_type_class_ref() doesn't seem to be
2305 entirely thread-safe either (#365501; also see #349410).
2307 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
2309 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2310 (gst_riff_parse_info):
2311 If strings in INFO chunk are not UTF-8, do something similar to
2312 what we do for ID3v1 tags: check a number of environment variables
2313 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2314 character sets to try, otherwise try the current locale and/or fall
2315 back on ISO-8859-1. Fixes #360552.
2317 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2319 * gst/videotestsrc/gstvideotestsrc.c:
2320 (gst_video_test_src_pattern_get_type),
2321 (gst_video_test_src_set_pattern):
2322 * gst/videotestsrc/gstvideotestsrc.h:
2323 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2324 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2325 (gst_video_test_src_checkers8):
2326 * gst/videotestsrc/videotestsrc.h:
2327 Add a bunch of exciting new checkers patterns.
2329 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2331 * gst/subparse/Makefile.am:
2332 * gst/subparse/gstsubparse.c:
2333 (gst_sub_parse_data_format_autodetect),
2334 (gst_sub_parse_format_autodetect), (handle_buffer),
2335 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2336 * gst/subparse/gstsubparse.h:
2337 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2339 * gst/subparse/tmplayerparse.h:
2340 Add support for TMPlayer-type subtitles (#362845).
2342 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2343 (GST_START_TEST), (subparse_suite):
2344 Add some basic unit tests for the above.
2346 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2348 * tests/check/elements/audiorate.c: (test_injector_base_init),
2349 (test_injector_class_init), (test_injector_chain),
2350 (test_injector_init), (probe_cb), (do_perfect_stream_test),
2351 (GST_START_TEST), (audiorate_suite):
2352 More tests for audiorate: inject buffers to check behaviour when
2355 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
2357 * tests/check/Makefile.am:
2358 * tests/check/elements/.cvsignore:
2359 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2360 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2361 Add some basic unit tests for audiorate. Disabled at the moment
2362 since it doesn't pass yet (see bug #363119).
2364 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
2366 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2367 (parse_subrip), (handle_buffer):
2368 Add missing closing tags for markup and fix broken markup,
2369 otherwise pango won't render anything (fixes #357531). Also,
2370 make sure the text we send out is always NUL-terminated
2371 (better safe than sorry etc.).
2373 * tests/check/elements/subparse.c: (test_srt_do_test),
2375 Some more tests for .srt incl. tests for the above stuff.
2377 2006-10-20 Julien MOUTTE <julien@moutte.net>
2379 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2380 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2381 Patch by: Stefan Kost <ensonic@users.sf.net>
2382 Try to redraw borders only when needed. Apparently this consumes
2383 resources on small devices... :-O (#363607)
2385 2006-10-20 Michael Smith <msmith@fluendo.com>
2387 * gst/tcp/gstmultifdsink.c:
2388 (gst_multi_fd_sink_client_queue_buffer):
2389 If caps change, then update the client's idea of the caps so that we
2390 don't end up re-sending streamheaders for every single buffer after
2393 2006-10-20 Michael Smith <msmith@fluendo.com>
2395 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2396 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2397 Set caps on pushed buffers; fix up refcounting of caps objects.
2399 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2401 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2403 Typefind mmsh header data packet to application/x-mmsh (#362625).
2405 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2407 * tests/check/Makefile.am:
2408 * tests/check/elements/.cvsignore:
2409 * tests/check/elements/subparse.c: (buffer_from_static_string),
2410 (setup_subparse), (teardown_subparse), (test_srt_do_test),
2411 (GST_START_TEST), (subparse_suite):
2412 Add very simple unit test for subparse.
2414 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2416 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2418 Strip trailing newlines from subtitle text output.
2420 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2422 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2423 (gst_sub_parse_change_state):
2424 Fix memleak; clear subparse->textbuf n state change function.
2426 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2428 * gst/subparse/gstsubparse.c:
2429 (gst_sub_parse_data_format_autodetect):
2430 Don't require subrip (.srt) files to start with a chunk number of 1.
2432 2006-10-18 Wim Taymans <wim@fluendo.com>
2434 * gst-libs/gst/audio/gstbaseaudiosink.c:
2435 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2436 * gst-libs/gst/audio/gstbaseaudiosink.h:
2437 Extract rate from the NEWSEGMENT event.
2438 Use commit_full to also take rate adjustment into account when writing
2439 samples to the ringbuffer.
2441 * gst-libs/gst/audio/gstringbuffer.c:
2442 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2443 (gst_ring_buffer_read):
2444 * gst-libs/gst/audio/gstringbuffer.h:
2445 Added _commit_full() to also take rate into account.
2446 Use simple interpolation algorithm to resample audio.
2447 API: gst_ring_buffer_commit_full()
2449 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2450 * tests/examples/seek/seek.c: (segment_done):
2451 Don't try to seek with 0.0 rate, just pause instead.
2452 Remove bogus debug line.
2454 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2456 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2458 Catch async errors when starting up the subtitle bin, so we can
2459 stop waiting and continue with the main film instead of hanging
2460 forever. Fixes #339366.
2462 * tests/check/elements/playbin.c: (playbin_suite):
2463 Enable unit test for the above.
2465 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2467 * tests/check/Makefile.am:
2468 * tests/check/elements/.cvsignore:
2469 * tests/check/elements/playbin.c: (GST_START_TEST),
2470 (gst_red_video_src_uri_get_type),
2471 (gst_red_video_src_uri_get_protocols),
2472 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2473 (gst_red_video_src_uri_handler_init),
2474 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2475 (gst_red_video_src_create), (gst_red_video_src_class_init),
2476 (gst_red_video_src_init), (plugin_init), (playbin_suite):
2477 Some small and basic unit tests for playbin; not very useful yet,
2478 but at least a start.
2480 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2482 * gst/playback/gstplaybin.c: (setup_sinks):
2483 The old pad activation spiel.
2485 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2487 * gst/playback/gstplaybasebin.c: (setup_source):
2488 Don't hang forever if the subbin already fails to start up in
2489 the state change to PAUSED (#339366).
2491 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
2493 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2494 (gst_tuner_set_channel), (gst_tuner_get_channel),
2495 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2496 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2497 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2498 (gst_tuner_find_channel_by_name):
2499 Fix some function guards, add some more function guards.
2501 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
2503 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2504 (remove_element_chain):
2505 Don't return a pad from get_our_ghost_pad unless it is actually the
2507 Change a cast in remove_element_chain slightly.
2509 2006-10-13 Julien MOUTTE <julien@moutte.net>
2511 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2512 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2513 Segment seeking needs to use the rate and set stop to -1.
2515 2006-10-13 Wim Taymans <wim@fluendo.com>
2517 * gst-libs/gst/audio/gstbaseaudiosink.c:
2518 (gst_base_audio_sink_setcaps):
2519 Don't crash when ringbuffer is not yet created.
2520 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2523 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2524 * gst/playback/gststreamselector.c:
2525 (gst_stream_selector_request_new_pad):
2526 Activate pads befre adding them to running elements.
2528 2006-10-13 Julien MOUTTE <julien@moutte.net>
2530 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2531 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2532 updater when we start grabing the slider. Don't wait for the
2533 pipeline to be PAUSED.
2535 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
2537 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2538 (gst_mixer_set_volume), (gst_mixer_get_volume),
2539 (gst_mixer_set_mute), (gst_mixer_set_option),
2540 (gst_mixer_get_option), (gst_mixer_mute_toggled),
2541 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2542 (gst_mixer_option_changed):
2543 Guard mixer interface functions against bogus arguments.
2545 2006-10-12 Julien MOUTTE <julien@moutte.net>
2547 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2548 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2549 (msg_state_changed), (main): Use state-changed messages to trigger
2550 start/stop of scale update timer. Indeed the scale slider was
2551 jumping here and there because the update timer was activated
2552 before seek completed. This fixes instant applying of rate changes
2553 by pressing the spinbutton like a crazy man !
2555 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
2557 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
2559 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2560 (gst_basertppayload_finalize):
2561 Fix two small memory leaks (#361456).
2563 2006-10-10 Julien MOUTTE <julien@moutte.net>
2565 * tests/examples/seek/seek.c: (do_seek),
2566 (rate_spinbutton_changed_cb): When changing spinbutton we try
2567 to change the rate on the fly.
2569 2006-10-10 Wim Taymans <wim@fluendo.com>
2571 * gst-libs/gst/riff/riff-ids.h:
2572 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2573 (gst_riff_create_audio_template_caps):
2576 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2578 Patch by: Josep Torre Valles <josep@fluendo.com>
2580 * ext/gnomevfs/gstgnomevfssink.c:
2581 * ext/gnomevfs/gstgnomevfssrc.c:
2582 Fix URI interface implementation return type.
2583 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2584 Fix what looks like a copy/paste issue when assigning values.
2585 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2586 (gst_audio_filter_template_get_type):
2587 Cast to prevent Forte warnings.
2588 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2589 Fix URI interface implementation return type.
2590 gst_pad_query_position requires a signed integer pointer as
2591 3rd parameter, GstClockTime is unsigned.
2592 * gst/audioconvert/audioconvert.c:
2593 Fix integer overflow when treated as signed.
2594 * gst/audioresample/resample.c: (resample_add_input_data):
2595 Cast to prevent warnings on Forte.
2596 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2597 Fix integer overflow when treated as signed.
2598 * gst/ffmpegcolorspace/imgconvert_template.h:
2599 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2600 * gst/playback/gstdecodebin.c: (queue_filled_cb),
2601 (cleanup_decodebin):
2602 Who initialises a guint to -1!
2603 Cast function pointers to prevent warnings on Forte.
2604 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2605 (queue_threshold_reached):
2606 Cast function pointers correctly to prevent warnings on Forte.
2607 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2608 Cast function pointers correctly to prevent warnings on Forte.
2609 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2610 Obvious change to unsigned, 0xEF > max signed char.
2611 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2612 GstClockTime is unsigned, initialise correctly.
2613 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2614 Cast so pointer arithemetic doesn't cause warnings on Forte.
2615 * gst/videorate/gstvideorate.c:
2616 Use correct return value.
2617 * tests/examples/seek/scrubby.c:
2618 GstClockTime is unsigned, initialise correctly.
2620 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
2622 Patch by: Ferenc Gerlits <fgerlits at gmail com>
2624 * gst/typefind/gsttypefindfunctions.c:
2625 Recognise XML files and XML-like files shorter than 256 bytes as
2626 well (fixes #359237).
2628 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
2630 Patch by: Renato Filho <renato.filho@indt.org.br>
2632 * gst/typefind/gsttypefindfunctions.c:
2633 Added typefind functions to video/x-nuv media.
2635 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
2637 * gst-libs/gst/interfaces/xoverlay.c:
2638 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2639 Some more guards against invalid input.
2641 2006-10-07 Julien MOUTTE <julien@moutte.net>
2643 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
2645 * tests/examples/seek/seek.c: (do_seek),
2646 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2647 seek example to experiment with rates != 1.0 (reverse playback !)
2649 2006-10-06 Stefan Kost <ensonic@users.sf.net>
2651 * gst-libs/gst/interfaces/xoverlay.c:
2652 Unref message in doc-example (spotted by Robert McQueen)
2654 2006-10-06 Wim Taymans <wim@fluendo.com>
2656 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2657 (mpeg1_parse_header), (mpeg1_sys_type_find):
2660 2006-10-06 Wim Taymans <wim@fluendo.com>
2662 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2664 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2665 Activate dynamic pads before adding them to the element.
2667 2006-10-06 Michael Smith <msmith@fluendo.com>
2669 * gst-libs/gst/floatcast/floatcast.h:
2670 Fix obviously-bogus macros; use the correct types.
2672 2006-10-06 Wim Taymans <wim@fluendo.com>
2674 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2675 (gst_base_rtp_depayload_change_state):
2676 Also call parent state change function to activate pads.
2678 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2679 (mpeg1_parse_header), (mpeg1_sys_type_find):
2680 Add some more debug info in mpeg typefinding.
2682 2006-10-06 Michael Smith <msmith@fluendo.com>
2684 * ext/theora/theoradec.c: (theora_dec_chain):
2685 Zero byte theora packets are valid and well-defined; don't warn on
2688 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
2690 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2691 (gst_multi_fd_sink_get_stats), (find_limits),
2692 (gst_multi_fd_sink_queue_buffer):
2693 API: add dropped_buffers to the get-stats GValueArray
2695 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
2697 * ext/alsa/gstalsadeviceprobe.c:
2698 (gst_alsa_device_property_probe_get_values):
2699 * ext/alsa/gstalsasink.c: (set_hwparams):
2700 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2701 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2702 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2703 (gst_ogg_mux_process_best_pad):
2704 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2705 (gst_ogg_parse_chain):
2706 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2707 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2708 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2709 (gst_vorbis_enc_buffer_check_discontinuous):
2710 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2711 * gst-libs/gst/audio/gstbaseaudiosink.c:
2712 (gst_base_audio_sink_render):
2713 * gst-libs/gst/cdda/gstcddabasesrc.c:
2714 (gst_cdda_base_src_handle_track_seek):
2715 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2716 (gst_base_rtp_depayload_push_full):
2717 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2718 * gst/audioresample/resample.c: (resample_input_pushthrough):
2719 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2720 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2721 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2722 (wavpack_type_find):
2723 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2724 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2725 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2726 * tests/check/elements/volume.c: (GST_START_TEST):
2727 Printf format fixes.
2729 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
2731 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2732 Fix a simple mistake (see the docs)
2735 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2737 * docs/plugins/Makefile.am:
2738 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2739 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2740 * docs/plugins/gst-plugins-base-plugins.args:
2741 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2742 * docs/plugins/inspect/plugin-adder.xml:
2743 * docs/plugins/inspect/plugin-alsa.xml:
2744 * docs/plugins/inspect/plugin-audioconvert.xml:
2745 * docs/plugins/inspect/plugin-audiorate.xml:
2746 * docs/plugins/inspect/plugin-audioresample.xml:
2747 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2748 * docs/plugins/inspect/plugin-cdparanoia.xml:
2749 * docs/plugins/inspect/plugin-decodebin.xml:
2750 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2751 * docs/plugins/inspect/plugin-gdp.xml:
2752 * docs/plugins/inspect/plugin-gnomevfs.xml:
2753 * docs/plugins/inspect/plugin-libvisual.xml:
2754 * docs/plugins/inspect/plugin-ogg.xml:
2755 * docs/plugins/inspect/plugin-pango.xml:
2756 * docs/plugins/inspect/plugin-playbin.xml:
2757 * docs/plugins/inspect/plugin-subparse.xml:
2758 * docs/plugins/inspect/plugin-tcp.xml:
2759 * docs/plugins/inspect/plugin-theora.xml:
2760 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2761 * docs/plugins/inspect/plugin-video4linux.xml:
2762 * docs/plugins/inspect/plugin-videorate.xml:
2763 * docs/plugins/inspect/plugin-videoscale.xml:
2764 * docs/plugins/inspect/plugin-videotestsrc.xml:
2765 * docs/plugins/inspect/plugin-volume.xml:
2766 * docs/plugins/inspect/plugin-vorbis.xml:
2767 * docs/plugins/inspect/plugin-ximagesink.xml:
2768 * docs/plugins/inspect/plugin-xvimagesink.xml:
2769 Add vorbistag element to docs; update version numbers to 0.10.10.1.
2771 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2773 Patch by: James "Doc" Livingston <doclivingston at gmail com>
2775 * ext/vorbis/Makefile.am:
2776 * ext/vorbis/vorbis.c: (plugin_init):
2777 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2778 (vorbis_parse_parse_packet), (vorbis_parse_chain):
2779 * ext/vorbis/vorbisparse.h:
2780 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2781 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2782 (gst_vorbis_tag_parse_packet):
2783 * ext/vorbis/vorbistag.h:
2784 Add new vorbistag element which derives from vorbisparse
2785 and is essentially the same as well, only that it implements
2786 the GstTagSetter interface and can modify the stream's
2787 vorbiscomment on the fly (#335635).
2789 * tests/check/Makefile.am:
2790 * tests/check/elements/.cvsignore:
2791 * tests/check/elements/vorbistag.c: (setup_vorbistag),
2792 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2793 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2794 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2795 Add unit test for new vorbistag element.
2797 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2799 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2800 (vorbis_parse_push_headers), (vorbis_parse_chain):
2801 Set BOS flag in packet structure to fix 'jump depends
2802 on unitialized value' errors in valgrind; various minor
2805 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
2807 * gst/playback/gstdecodebin.c: (close_pad_link):
2808 Fix typo in a debug statement.
2810 * gst/playback/gstplaybasebin.c: (probe_triggered),
2811 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2812 (gen_source_element), (source_new_pad), (analyse_source),
2814 When handling no_more_pads in new_decoded_pad, make sure to treat
2815 subtitle pads correctly. Fixes playback with subtitle files.
2817 Move a recurring message to LOG level.
2819 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2820 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2821 which ends up as -1 when cast to an int. Make the logic handle the
2822 max value as an unsigned mask and only change the colorkey when it's
2823 a value we recognise.
2825 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2827 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2828 Removed empty * between paragraphs
2830 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2832 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2833 * gst-libs/gst/rtp/README:
2834 Moved some documentation into .c file
2836 2006-09-29 Wim Taymans <wim@fluendo.com>
2838 * gst/playback/gstdecodebin.c: (no_more_pads):
2841 2006-09-29 Wim Taymans <wim@fluendo.com>
2843 * gst/playback/gstdecodebin.c: (new_caps):
2846 * gst/playback/gstplaybin.c:
2849 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2851 * tests/check/Makefile.am:
2852 Re-enable cddabasesrc test to see if it works again
2855 2006-09-29 Wim Taymans <wim@fluendo.com>
2857 * gst/playback/gstplaybasebin.c: (setup_subtitle),
2858 (gen_source_element):
2859 Handle invalid URIs a bit more gracefully.
2861 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2863 * tests/check/pipelines/oggmux.c:
2864 Remove obsolete comment.
2866 2006-09-29 Michael Smith <msmith@fluendo.com>
2868 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2869 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2870 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2871 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2872 (gst_ogg_mux_collected):
2873 Commit patch from James "Doc" Livingston, adds proper EOS handling
2874 in oggmux. GStreamer can, for the first time ever, create a valid
2877 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2879 Reenable tests now that they pass.
2881 2006-09-29 Wim Taymans <wim@fluendo.com>
2883 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2884 Stop reading commands when EOF (we read 0) as well.
2886 2006-09-28 Wim Taymans <wim@fluendo.com>
2888 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2889 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2890 (find_dynamic), (unlinked), (close_link):
2891 Implement delayed caps linking needed for element with a lot of
2892 different caps on the src pads that get fixed at runtime.
2893 Improve management of dynamic elements.
2895 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2896 (group_destroy), (group_commit), (check_queue), (queue_overrun),
2897 (gen_preroll_element), (remove_groups), (unknown_type),
2898 (add_element_stream), (no_more_pads_full), (no_more_pads),
2899 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2900 (new_decoded_pad), (setup_subtitle), (array_has_value),
2901 (gen_source_element), (source_new_pad), (has_all_raw_caps),
2902 (analyse_source), (remove_decoders), (make_decoder),
2903 (remove_source), (setup_source), (finish_source), (prepare_output),
2904 (gst_play_base_bin_change_state):
2905 * gst/playback/gstplaybasebin.h:
2906 Use more _CAST instead of full type checking casts.
2907 Small cleanups, plug some leaks.
2908 Handle dynamic sources.
2909 Add some helper functions to create lists of strings used for
2910 blacklisting and other stuff.
2911 Refactor some code dealing with analysing the source.
2912 Re-enable sources without pads (like cd:// or other selfcontained
2915 2006-09-28 Wim Taymans <wim@fluendo.com>
2917 * gst-libs/gst/audio/gstbaseaudiosink.c:
2918 (gst_base_audio_sink_render):
2919 When we have a timestamp, we can still perform clipping.
2920 When we have no clock, we must play the sample ASAP.
2922 2006-09-28 Wim Taymans <wim@fluendo.com>
2924 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2925 Set caps on outgoing buffers.
2927 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2928 (gst_video_rate_event), (gst_video_rate_chain):
2929 * gst/videorate/gstvideorate.h:
2930 Fix videorate some more. Fixes #357977
2932 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2934 * tests/check/elements/adder.c: (adder_suite):
2935 Don't set timeout to 6 seconds when we're running
2936 in valgrind ... (and how is 6 seconds longer than
2937 the default anyway?)
2939 2006-09-28 Wim Taymans <wim@fluendo.com>
2941 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2942 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2943 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2944 Keep sink and src segment to keep track of time and support more
2946 Fix bogus next_offset and run_time calculation, don't understand how
2947 this could have worked before. Fixes #357976.
2948 Remove some unneeded vars.
2950 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2952 * gst/playback/gstplaybin.c: (remove_sinks):
2953 Only remove visualisation from visbin if there is a visbin (or:
2954 don't throw warnings when closing totem without playing a file).
2956 2006-09-27 Wim Taymans <wim@fluendo.com>
2958 * gst-libs/gst/audio/gstbaseaudiosink.c:
2959 (gst_base_audio_sink_render):
2960 Add some more info in a WARNING.
2962 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2963 (gst_base_audio_src_create):
2964 Handle PAUSE in create function, use new -core addition to
2965 wait for playing. Fixes pausing and resuming capture from an
2968 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2969 (gst_ring_buffer_read):
2971 Caller supports interrupted reads now.
2973 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2975 * tests/check/Makefile.am:
2976 Another attempt to make the gen64 buildbot happy.
2978 2006-09-27 Stefan Kost <ensonic@users.sf.net>
2980 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2982 * ext/libvisual/visual.c: (gst_visual_clear_actors),
2983 (gst_visual_chain), (gst_visual_change_state):
2984 Libvisual plugin was not passing audio data to libvisual 0.4.0
2985 correctly. Fixes #357800
2987 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2989 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2990 Add timeout to _get_state() so we see which pipeline it is
2991 that causes trouble on the gen64 build bot.
2993 2006-09-27 Wim Taymans <wim@fluendo.com>
2995 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2996 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2997 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2998 (gst_base_rtp_depayload_set_gst_timestamp):
2999 the source pad always uses fixed caps.
3001 2006-09-27 Wim Taymans <wim@fluendo.com>
3003 * docs/libs/gst-plugins-base-libs-docs.sgml:
3004 * docs/libs/gst-plugins-base-libs-sections.txt:
3005 * gst-libs/gst/audio/gstaudioclock.c:
3006 * gst-libs/gst/audio/gstaudioclock.h:
3007 * gst-libs/gst/audio/gstaudiosink.c:
3008 * gst-libs/gst/audio/gstaudiosink.h:
3009 * gst-libs/gst/audio/gstaudiosrc.c:
3010 * gst-libs/gst/audio/gstbaseaudiosink.c:
3011 (gst_base_audio_sink_render):
3012 * gst-libs/gst/audio/gstbaseaudiosink.h:
3013 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3014 * gst-libs/gst/audio/gstbaseaudiosrc.h:
3015 * gst-libs/gst/audio/gstringbuffer.h:
3016 Added docs for the audio libs.
3018 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3020 * tests/check/Makefile.am:
3021 Temporarily disable test that fails on the bots for unknown reasons.
3023 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
3025 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3026 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3027 Moved AudioCodecType into priv
3028 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3030 2006-09-25 Wim Taymans <wim@fluendo.com>
3032 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3033 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3034 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3036 Cleanups and small leak fixes.
3037 Added Depayloaders to valid list of autopluggable elements.
3039 2006-09-25 Wim Taymans <wim@fluendo.com>
3041 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3042 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3043 (gen_video_element), (gen_text_element), (gen_audio_element),
3044 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3045 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3046 Detect NO_PREROLL state change returns and disable clock distribution to
3047 the sinks so that sync is disabled.
3048 Avoid some type checking and do simple casts instead.
3049 Small cleanups, fix some FIXMEs.
3050 Be more robust when linking user specified elements, catch an report
3051 errors. Fixes #357404.
3052 Fix some leaks in the error paths.
3054 2006-09-25 Stefan Kost <ensonic@users.sf.net>
3057 ChangeLog surgery for missing bug-number
3059 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
3061 Patch by: Peter Kjellerstedt <pkj at axis com>
3063 * gst/playback/test.c:
3064 Fix compilation with uClibc and -Werror (#357591).
3066 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
3068 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3069 Parse dates that are followed by a time as well (#357532).
3071 * tests/check/libs/tag.c: (test_vorbis_tags):
3072 Add unit test for this.
3074 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3076 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3077 (gst_audio_convert_transform_caps):
3078 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3079 * gst/videotestsrc/videotestsrc.h:
3080 A few array const-ifications.
3082 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3084 * tests/check/Makefile.am:
3085 See if this makes the build bots happy.
3087 * tests/check/libs/cddabasesrc.c:
3090 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3092 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3094 * gst/subparse/samiparse.c: (handle_start_font),
3095 (fix_invalid_entities):
3096 More case-insensitivity for certain tags; recognise entities with
3097 decimal codes as special entities as well (#357330).
3099 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3101 * gst-libs/gst/Makefile.am:
3102 Need to build tag directory before cdda.
3104 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3106 * docs/libs/gst-plugins-base-libs-sections.txt:
3107 * gst-libs/gst/cdda/Makefile.am:
3108 * gst-libs/gst/cdda/gstcddabasesrc.c:
3109 (gst_cdda_base_src_base_init):
3110 * gst-libs/gst/cdda/gstcddabasesrc.h:
3111 * gst-libs/gst/tag/tag.h:
3112 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3113 (gst_tag_register_musicbrainz_tags):
3114 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3115 depend on libgsttag. This is required so we can extract/read tags like
3116 DISCID without depending on libgstcddabasesrc (which used to register
3119 * gst-libs/gst/tag/gstvorbistag.c:
3120 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3121 tags (also see #347848).
3123 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3124 Log vorbis comments we are actually writing. Const-ify array.
3126 2006-09-23 Wim Taymans <wim@fluendo.com>
3128 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3129 Improve buffering a bit by avoiding a deadlock because we cannot assume
3130 the underrun is always called.
3132 2006-09-23 Wim Taymans <wim@fluendo.com>
3134 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3136 * gst-libs/gst/riff/riff-ids.h:
3137 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3138 (gst_riff_create_audio_template_caps):
3139 Added MPEG-4 AAC and id and caps. Fixes #357289
3140 Added WMA9 Lossless id.
3142 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
3144 * ext/gnomevfs/gstgnomevfssrc.c:
3145 Fix misleading docs addition.
3147 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3148 Get rid of compiler warning the right way.
3150 2006-09-22 Wim Taymans <wim@fluendo.com>
3152 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3153 (gst_base_rtp_depayload_finalize),
3154 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3155 (gst_base_rtp_depayload_push_full),
3156 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3157 (gst_base_rtp_depayload_process),
3158 (gst_base_rtp_depayload_set_gst_timestamp),
3159 (gst_base_rtp_depayload_queue_release):
3160 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3163 Refactored the process method and added methods to push from the process
3165 Use _scale functions.
3166 API: gst_base_rtp_depayload_push_ts
3167 API: gst_base_rtp_depayload_push
3169 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3170 timestamps are uint.
3172 2006-09-22 Stefan Kost <ensonic@users.sf.net>
3174 * gst-libs/gst/interfaces/xoverlay.c:
3175 Remove unused statement from doc example.
3177 2006-09-21 Stefan Kost <ensonic@users.sf.net>
3179 * gst-libs/gst/interfaces/videoorientation.c:
3180 (gst_video_orientation_iface_init),
3181 (gst_video_orientation_get_hflip),
3182 (gst_video_orientation_get_vflip),
3183 (gst_video_orientation_get_hcenter),
3184 (gst_video_orientation_get_vcenter),
3185 (gst_video_orientation_set_hflip),
3186 (gst_video_orientation_set_vflip),
3187 (gst_video_orientation_set_hcenter),
3188 (gst_video_orientation_set_vcenter):
3189 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3192 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
3194 * tests/check/Makefile.am:
3195 * tests/check/elements/.cvsignore:
3196 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3197 (create_rgb_conversions), (rgb_conversion_free),
3198 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3199 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3200 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3201 but disable for now since it doesn't pass (something wrong with
3204 2006-09-21 Wim Taymans <wim@fluendo.com>
3206 * gst/playback/gstplaybasebin.c: (group_commit),
3207 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3208 (queue_out_of_data), (gen_preroll_element),
3209 (preroll_remove_overrun), (probe_triggered):
3210 Refactor handling of overrun detection.
3211 Separate handling of group completion and deadlock detection when doing
3212 network buffering. This should fix some deadlocks that were not detected
3213 because the group was completed.
3214 Add more comments, improve debugging.
3216 2006-09-21 Wim Taymans <wim@fluendo.com>
3218 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3219 * tests/check/libs/audio.c:
3220 Some more compilation fixes.
3222 2006-09-21 Wim Taymans <wim@fluendo.com>
3224 * gst-libs/gst/audio/gstringbuffer.c:
3225 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3226 (gst_ring_buffer_read):
3227 Early morning compilation fix.
3229 2006-09-20 Wim Taymans <wim@fluendo.com>
3231 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3232 * tests/check/elements/multifdsink.c: (GST_START_TEST):
3233 * tests/check/elements/videorate.c: (GST_START_TEST):
3234 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3235 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3238 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3240 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3241 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3242 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3243 Handcrafted merge to help CVS understanding what I changed and what
3246 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3248 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3249 (gst_xvimagesink_get_times):
3250 change colorkey behaviour back according to #354773 comment 6/7
3252 2006-09-19 Michael Smith <msmith@fluendo.com>
3254 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3255 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3256 (gst_multi_fd_sink_recover_client),
3257 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3258 (gst_multi_fd_sink_get_property):
3259 * gst/tcp/gstmultifdsink.h:
3260 Implement stubbed out properties unit-type, units-soft-max,
3261 units-max, to allow specifying maximum sizes in units other than
3265 2006-09-19 Wim Taymans <wim@fluendo.com>
3267 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3268 (gst_riff_create_audio_template_caps):
3269 Reorder the audio formats a bit for clarity.
3270 Detect and create caps for MSGSM and MSN (WAV49).
3273 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3274 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3275 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3276 Small cleanups, move error handling out of normal flow for clarity.
3278 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3280 * docs/libs/gst-plugins-base-libs-docs.sgml:
3281 * docs/libs/gst-plugins-base-libs.types:
3282 * gst-libs/gst/interfaces/Makefile.am:
3283 * gst-libs/gst/interfaces/videoorientation.c:
3284 (gst_video_orientation_get_type),
3285 (gst_video_orientation_iface_init),
3286 (gst_video_orientation_get_hflip),
3287 (gst_video_orientation_get_vflip),
3288 (gst_video_orientation_get_hcenter),
3289 (gst_video_orientation_get_vcenter),
3290 (gst_video_orientation_set_hflip),
3291 (gst_video_orientation_set_vflip),
3292 (gst_video_orientation_set_hcenter),
3293 (gst_video_orientation_set_vcenter):
3294 * gst-libs/gst/interfaces/videoorientation.h:
3295 API: Add new interface to control video orientation (fixes #354908)
3297 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3299 * gst/videotestsrc/gstvideotestsrc.c:
3300 Use G_UNLIKELY in _create and log one more detail.
3302 (gst_video_test_src_get_times), (gst_video_test_src_create):
3303 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3304 Use gst_util_uint64_scale_int in _get_times().
3306 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3308 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3309 Give better warning message (add object and detail).
3311 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3313 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3314 (gst_xvimagesink_get_times):
3315 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3316 #354773), use gst_util_uint64_scale_int in _get_times()
3318 2006-09-18 Michael Smith <msmith@fluendo.com>
3320 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3321 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3322 always true, leading to dropping all timestamps.
3324 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3326 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3327 (gst_visual_chain), (gst_visual_change_state):
3328 update to work also with libvisual 0.4 API, fix double unref (#355914)
3330 * tools/gst-launch-ext.1.in:
3331 * tools/gst-visualise.1.in:
3332 remove references to old man-pages
3334 * tests/examples/seek/seek.c: (main):
3335 add real meadi-buttons, add tool-tips for the seek-options, arrange
3336 seek options in a table
3338 2006-09-18 Michael Smith <msmith@fluendo.com>
3340 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3341 (gst_ogg_mux_push_buffer):
3342 Don't generate out-of-order timestamps from oggmux, instead clamp
3343 output timestamps to be >= the previously output ts.
3346 2006-09-18 Michael Smith <msmith@fluendo.com>
3348 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3349 (gst_multi_fd_sink_class_init):
3350 Updates, fixes, and typo corrections for multifdsink. No functional
3353 2006-09-17 Michael Smith <msmith@fluendo.com>
3355 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3356 Don't crash on truncated files - check that we got an 8 byte buffer
3357 before trying to memcmp it.
3359 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3361 * gst/playback/gstplaybasebin.c: (get_active_source):
3362 Make stream-switching appear instant to the application
3363 (ie. make sure that a g_object_get on 'current-foo' returns
3364 the stream previously set with g_object_set(). Totem needs
3365 this to update stream-related meta-info (like audio-codec)
3366 correctly when switching streams.
3368 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3370 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3371 (gst_alsa_mixer_ensure_track_list):
3372 Try harder to guess which mixer track is the master mixer
3373 track (instead of just taking the first one that has a pvolume).
3376 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3378 reviewed by: <delete if not using a buddy>
3380 * gst-libs/gst/audio/audio.h:
3381 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3383 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3385 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3386 (gst_audio_convert_transform_caps):
3387 Get structure-name just once.
3389 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3391 * tests/check/elements/audioresample.c: (GST_START_TEST):
3392 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3393 * tests/check/elements/volume.c: (GST_START_TEST):
3394 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3395 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3396 (test_pipeline), (GST_START_TEST):
3397 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3398 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3399 Fix big batch of compiler warnings.
3401 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3403 * ext/gnomevfs/gstgnomevfssrc.c:
3404 Add docs about icydemux usage in connection with gnomevfssrc
3406 * ext/libvisual/visual.c:
3407 * ext/ogg/gstoggaviparse.c:
3408 * ext/ogg/gstoggdemux.c:
3409 * ext/ogg/gstoggmux.c:
3410 * ext/ogg/gstoggparse.c:
3411 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3412 * gst-libs/gst/audio/gstaudiosink.c:
3413 * gst-libs/gst/audio/gstaudiosrc.c:
3414 * gst/audiorate/gstaudiorate.c:
3415 More G_OBJECT macro fixing.
3417 * gst/audiotestsrc/gstaudiotestsrc.h:
3418 Fix wrong info in header due to copy & paste
3420 2006-09-15 Wim Taymans <wim@fluendo.com>
3422 * gst-libs/gst/audio/gstbaseaudiosink.c:
3423 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3424 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3425 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3426 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3427 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3428 Do the delay calculation in the source/sink base classes as this is
3429 specific for the capture/playback mode.
3430 Try to fixate a bit better, like round depth up to a multiple of 8
3432 Handle underruns correctly by marking DISCONT on buffers and adjusting
3433 timestamps to handle the gap.
3434 Set offset/offset_end correctly on buffers.
3436 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3437 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3438 (gst_ring_buffer_read):
3439 Remove resync and underrun recovery from the ringbuffer.
3440 Fix ringbuffer read code on under/overrun.
3442 2006-09-15 Wim Taymans <wim@fluendo.com>
3444 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3445 (gst_play_base_bin_init), (fill_buffer), (check_queue),
3446 (queue_threshold_reached), (gst_play_base_bin_set_property),
3447 (gst_play_base_bin_get_property):
3448 * gst/playback/gstplaybasebin.h:
3449 Don't use a 0 low watermark when buffering, it is catching starvation
3450 way too late. Instead, use a 3 second queue with 30 and 95
3451 percent low/high watermarks.
3452 Added queue-min-threshold property to configure low watermark.
3453 Use new _buffering message API.
3454 Make queue_threshold variable big enough to store a uint64 time value.
3455 API: playbin::queue-min-threshold property.
3457 2006-09-15 Wim Taymans <wim@fluendo.com>
3460 We require 0.10.10.1 now because of _wait_preroll().
3462 * gst-libs/gst/audio/gstbaseaudiosink.c:
3463 (gst_base_audio_sink_render):
3464 Use gst_base_sink_wait_preroll().
3466 2006-09-15 Wim Taymans <wim@fluendo.com>
3468 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3469 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3470 Use DEBUG_OBJECT more.
3472 === release 0.10.10 ===
3474 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3476 patch by: Michael Smith <msmith at fluendo dot com>
3478 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3479 (gst_multi_fd_sink_client_queue_buffer),
3480 (gst_multi_fd_sink_new_client):
3481 * tests/check/elements/multifdsink.c: (GST_START_TEST),
3482 (multifdsink_suite):
3483 Fix implementation of sync-method 'next-keyframe'
3486 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3488 patch by: Wim Taymans <wim at fluendo dot com>
3490 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3491 This patch removes the RANDOM flag that was incorrectly introduced with
3492 revision 1.91. Fixes #354590
3494 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
3496 * tests/check/Makefile.am:
3497 Random variation in Makefile line to see if it makes the
3498 gen64-base-full bot any happier.
3500 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3502 * tests/check/pipelines/oggmux.c: (oggmux_suite):
3503 Disable test that fails at the moment (killed after timeout).
3505 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3507 Patch by: James Livingston <doclivingston at gmail.com>
3509 * tests/check/Makefile.am:
3510 * tests/check/pipelines/.cvsignore:
3511 * tests/check/pipelines/oggmux.c: (get_page_codec),
3512 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3513 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3514 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3515 (test_theora_vorbis), (oggmux_suite):
3516 Add simple unit test for oggmux from #337026 with checking for the
3517 EOS flags disabled for the time being.
3519 2006-09-04 Wim Taymans <wim@fluendo.com>
3521 patch by: Alessandro Dessina <alessandro nnva org>
3523 * ext/ogg/gstoggmux.c:
3524 Add cmml caps to oggmux. Fixes #353912
3526 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3528 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3529 Returning a return value often helps. In this case, we
3530 don't need the return value anyway, so just get rid of it.
3531 Should make build bots much happier.
3533 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3535 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3536 (paint_get_structure), (gst_video_test_src_get_size),
3537 (gst_video_test_src_smpte), (gst_video_test_src_snow),
3538 (gst_video_test_src_unicolor), (paint_setup_AYUV),
3539 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3540 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3541 * gst/videotestsrc/videotestsrc.h:
3542 Add support for AYUV and the various RGBA formats. Initialise
3543 fields of paintinfo structs allocated on the stack.
3545 * tests/check/elements/videotestsrc.c: (right_shift_colour),
3546 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3547 (check_rgb_buf), (videotestsrc_suite):
3548 Add unit tests for videotestsrc's RGB output.
3550 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3552 * gst/videotestsrc/gstvideotestsrc.c:
3553 (gst_video_test_src_pattern_get_type),
3554 (gst_video_test_src_set_pattern):
3555 * gst/videotestsrc/gstvideotestsrc.h:
3556 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3557 (gst_video_test_src_black), (gst_video_test_src_white),
3558 (gst_video_test_src_red), (gst_video_test_src_green),
3559 (gst_video_test_src_blue):
3560 * gst/videotestsrc/videotestsrc.h:
3561 Add more uni-colour patterns ("white", "red", "green", and "blue").
3563 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3565 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3566 Fix stride for YVYU, should be word-aligned (#353658).
3568 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
3570 * gst/adder/gstadder.c: (gst_adder_src_event):
3573 2006-08-31 Edward Hervey <edward@fluendo.com>
3575 * gst/adder/gstadder.c: (forward_event_func),
3576 (gst_adder_src_event), (gst_adder_collected),
3577 (gst_adder_change_state):
3578 * gst/adder/gstadder.h:
3579 Remember the start position asked in the incoming seeks, so we can
3580 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3581 of assuming it will always be 0).
3583 2006-08-31 Edward Hervey <edward@fluendo.com>
3585 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3586 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3587 (gst_ogg_demux_loop):
3588 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3590 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
3592 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3593 (gst_ffmpegcsp_get_unit_size):
3594 Return FALSE instead of returning a random false unit
3595 size when the format isn't known/supported (even if
3596 this shouldn't happen under normal circumstances).
3598 2006-08-29 Wim Taymans <wim@fluendo.com>
3600 Patch by: Tim-Philipp Müller <tim at centricular dot net>
3602 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3603 (gst_gnome_vfs_src_start):
3604 Try harder to get the size from a uri by using _info_uri() when
3605 _info_from_handle() does not give us enough info.
3606 Also follow symlinks when getting the size.
3607 Partially Fixes #332864.
3609 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3611 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
3613 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3614 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3615 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3616 (gst_alsa_mixer_set_record):
3617 * ext/alsa/gstalsamixertrack.c:
3618 (gst_alsa_mixer_track_update_alsa_capabilities),
3619 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3620 (gst_alsa_mixer_track_update):
3621 * ext/alsa/gstalsamixertrack.h:
3622 Improve and fix mixer track handling, in particular better handling
3623 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3624 separate track objects for tracks that have both capture and playback
3625 volume (and label them differently as well so they're not mistakenly
3626 assumed to be duplicates); classify mixer tracks that only affect
3627 the audible volume of something (rather than the capture volume)
3628 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3629 for capture tracks to correspond to alsa-pswitch alsa-cswitch
3630 (following the meaning documented in the mixer interface header
3631 file); add support for alsa's exclusive cswitch groups; update/sync
3632 state/flags better if mixer settings are changed by another
3633 application. Fixes #336075.
3635 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3637 * gst/playback/gstplaybin.c:
3638 Improve docs: add section about BUFFERING messages sent by playbin.
3640 2006-08-29 Michael Smith <msmith@fluendo.com>
3642 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3643 (gst_vorbis_enc_buffer_check_discontinuous),
3644 (gst_vorbis_enc_chain):
3645 Ignore explicit DISCONT marked on buffers (which is often spurious,
3646 particularly when using multiple segments), in favour of solely
3647 using the timestamps/durations.
3649 2006-08-29 Edward Hervey <edward@fluendo.com>
3651 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3652 Don't rely on incoming buffers offset anymore, since it is completely
3653 broken when using multiple segments.
3654 Instead convert the incoming buffers timestamp to running time, and
3655 then convert that value to the offsets.
3656 Also inform GstSegment of the last outputted stop position, which is
3657 needed if we received several segments with an unknown stop value.
3659 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
3661 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3662 fix buffer unreffing on a header push failure
3664 2006-08-28 Wim Taymans <wim@fluendo.com>
3666 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3667 (gst_audio_rate_chain):
3668 Make the metadata of the buffer writable before changing its
3671 2006-08-28 Wim Taymans <wim@fluendo.com>
3673 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3674 (gst_audio_rate_setcaps), (gst_audio_rate_init),
3675 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3676 (gst_audio_rate_chain), (gst_audio_rate_change_state):
3677 Fix audiorate some more.
3678 Reset and resync counters on flush and READY.
3679 Handle the DISCONT flag correctly.
3680 Use GstSegment to track position.
3681 Fail when not negotiated.
3684 2006-08-25 Michael Smith <msmith@fluendo.com>
3686 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3688 Remove accidently included debug line.
3690 2006-08-25 Wim Taymans <wim@fluendo.com>
3692 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3694 If a buffer is received with no caps, make the buffer metadata
3695 writable and set the caps, making sure that we don't screw up the
3698 2006-08-25 Michael Smith <msmith@fluendo.com>
3700 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3701 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3702 Fix memory leaks and misleading debug messages, add a couple of
3705 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3706 (gst_multi_fd_sink_render):
3707 Do not use gst_buffer_make_writable() in a basesink render method,
3708 as it may incorrectly unref the buffer. Instead, use convoluted
3709 dance to avoid copying the buffer except when we need to.
3711 2006-08-25 Michael Smith <msmith@fluendo.com>
3713 * ext/vorbis/vorbisenc.c:
3714 (gst_vorbis_enc_buffer_check_discontinuous):
3715 Allow very small discontinuities in the timestamps. These we can't
3716 do anything useful with anyway (because vorbis's timestamps have
3717 only sample granularity), and are commonly produced by elements with
3718 minor bugs. Allow up to 1/2 a sample out.
3721 2006-08-24 Wim Taymans <wim@fluendo.com>
3723 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3724 (play_scrub_toggle_cb), (main):
3725 Add a checkbox to enable play scrubbing. Makes it possible to disable
3728 2006-08-23 Stefan Kost <ensonic@users.sf.net>
3730 * tests/check/elements/.cvsignore:
3733 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3735 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3736 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3737 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3738 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3739 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3740 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3741 (gst_ogm_text_parse_strip_trailing_zeroes),
3742 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3743 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3744 Refactor ogm parse, do better input checking, misc. clean-ups.
3745 Cache incoming events and push them once the source pad has
3746 been created. Don't pass unterminated strings to sscanf().
3747 Strip trailing zeroes from subtitle text output, since they
3748 are not valid UTF-8. Don't push vorbiscomment packets on
3749 the subtitle text pad. Output perfect streams if possible.
3751 2006-08-23 Wim Taymans <wim@fluendo.com>
3753 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3754 Waits for tasks to settle down so that we clean up correctly for
3757 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3759 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3760 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3761 actually return return value in taglists_are_equal.
3763 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3765 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3766 Fix crash due to broken bitstream parsing on x86-64: can't make
3767 any assumptions about sizeof(struct) due to alignment/packing
3768 differences on different architectures. Fixes #351790.
3770 2006-08-22 Wim Taymans <wim@fluendo.com>
3772 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3773 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3774 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3775 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3776 (gst_riff_parse_info):
3777 Protect public functions against bad input.
3781 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3783 * gst-libs/gst/riff/riff-ids.h:
3784 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3785 Add voxware audio IDs (even if we can't play it) (#351795).
3787 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3789 * gst-libs/gst/riff/riff-media.c:
3790 (gst_riff_create_video_template_caps),
3791 (gst_riff_create_audio_template_caps),
3792 (gst_riff_create_iavs_template_caps):
3793 Const-ify some arrays and use G_N_ELEMENTS instead
3794 of wasting oodles of RAM on terminator bits.
3796 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3798 * gst-libs/gst/tag/gstvorbistag.c:
3799 (gst_tag_list_to_vorbiscomment_buffer):
3800 * tests/check/libs/tag.c: (GST_START_TEST):
3801 And the same for _to_vorbiscomment_buffer(): allow
3802 id_data_len == 0 for speex.
3804 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
3807 * docs/plugins/Makefile.am:
3808 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3809 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3810 * docs/plugins/inspect/plugin-gdp.xml:
3811 * gst/gdp/Makefile.am:
3812 * tests/check/Makefile.am:
3813 Move GDP plugin to -base from -bad. Closes #347783.
3815 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3817 * gst-libs/gst/tag/gstvorbistag.c:
3818 (gst_tag_list_from_vorbiscomment_buffer):
3819 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3820 Also add some checks to make sure we don't memcmp() beyond the end of
3821 vorbiscomment buffer if the ID to check for is larger than the buffer.
3823 * tests/check/libs/tag.c: (GST_START_TEST):
3824 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3826 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3828 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3829 (gst_vorbis_enc_set_metadata):
3830 Use vorbis comment utility functions from libgsttag
3831 instead of re-inventing the wheel (partially fixes #347091).
3833 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
3835 * tests/check/elements/audioconvert.c: (GST_START_TEST):
3836 Fix leaks. Wait for state transitions that might happen ASYNC, as well
3839 2006-08-21 Wim Taymans <wim@fluendo.com>
3841 * docs/libs/Makefile.am:
3842 * docs/libs/gst-plugins-base-libs-sections.txt:
3843 * docs/libs/gst-plugins-base-libs.types:
3844 Don't try to GObject scan the netbuffer as it's not a GObject.
3847 * gst-libs/gst/netbuffer/gstnetbuffer.c:
3848 * gst-libs/gst/netbuffer/gstnetbuffer.h:
3849 Document GstNetBuffer.
3851 2006-08-21 Stefan Kost <ensonic@users.sf.net>
3853 * tests/check/elements/audioconvert.c: (GST_START_TEST),
3854 (audioconvert_suite):
3855 Add testcase for caps-size-explosion
3857 2006-08-20 Stefan Kost <ensonic@users.sf.net>
3859 * gst/audioconvert/gstaudioconvert.c:
3860 (gst_audio_convert_get_unit_size), (set_structure_widths):
3861 Lower debug, use g_assert in _get_unit_size
3863 * gst/audioresample/gstaudioresample.c:
3864 (audioresample_get_unit_size):
3865 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3866 (gst_ffmpegcsp_get_unit_size):
3867 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3868 use g_assert in _get_unit_size
3870 2006-08-18 Wim Taymans <wim@fluendo.com>
3872 * docs/libs/gst-plugins-base-libs-sections.txt:
3873 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3874 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3875 (gst_rtp_buffer_get_payload_buffer):
3876 * gst-libs/gst/rtp/gstrtpbuffer.h:
3877 Document GstRTPBuffer.
3878 Added function to efficiently strip payload headers.
3879 API: gst_rtp_buffer_get_payload_subbuffer()
3881 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3883 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3884 (gst_tag_to_vorbis_comments):
3885 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3886 tags and deserialise them properly as well (#347091).
3887 Add some more gtk-doc blurbs and also some g_return_if_fail().
3889 * tests/check/libs/tag.c: (GST_START_TEST),
3890 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3893 2006-08-17 Wim Taymans <wim@fluendo.com>
3895 * ext/ogg/Makefile.am:
3896 * ext/ogg/gstogg.c: (plugin_init):
3897 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3898 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3899 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3900 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3901 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3902 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3903 Added ogg-in-avi parser element. Fixes #140139.
3905 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3906 Fixed a bug in oggdemux debug code.
3908 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3909 (gst_riff_create_audio_template_caps):
3910 Recognise Ogg in the AVI extensible wave format.
3912 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3914 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3915 Make buffer durations add up (duration should be next_ts-ts for
3916 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3919 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3920 (test_buffer_timestamps), (cddabasesrc_suite):
3921 Add unit test for the above.
3923 * tests/check/Makefile.am:
3924 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3925 to see what happens.
3927 2006-08-16 Wim Taymans <wim@fluendo.com>
3929 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3930 (gst_alsasink_open):
3931 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3933 Avoid setting and using a NULL device name.
3934 Print more info when we fail to open a device.
3936 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
3938 * docs/libs/gst-plugins-base-libs-sections.txt:
3939 * gst-libs/gst/tag/tag.h:
3940 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3941 API: add gst_tag_parse_extended_comment() (#351426).
3943 * tests/check/Makefile.am:
3944 * tests/check/libs/.cvsignore:
3945 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3946 Add unit test for gst_tag_parse_extended_comment().
3948 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3950 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3951 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3954 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3956 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3957 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3958 * docs/plugins/gst-plugins-base-plugins.args:
3959 * gst/playback/gstplaybin.c:
3962 * docs/plugins/inspect/plugin-adder.xml:
3963 * docs/plugins/inspect/plugin-alsa.xml:
3964 * docs/plugins/inspect/plugin-audioconvert.xml:
3965 * docs/plugins/inspect/plugin-audiorate.xml:
3966 * docs/plugins/inspect/plugin-audioresample.xml:
3967 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3968 * docs/plugins/inspect/plugin-cdparanoia.xml:
3969 * docs/plugins/inspect/plugin-decodebin.xml:
3970 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3971 * docs/plugins/inspect/plugin-gnomevfs.xml:
3972 * docs/plugins/inspect/plugin-ogg.xml:
3973 * docs/plugins/inspect/plugin-pango.xml:
3974 * docs/plugins/inspect/plugin-playbin.xml:
3975 * docs/plugins/inspect/plugin-subparse.xml:
3976 * docs/plugins/inspect/plugin-tcp.xml:
3977 * docs/plugins/inspect/plugin-theora.xml:
3978 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3979 * docs/plugins/inspect/plugin-video4linux.xml:
3980 * docs/plugins/inspect/plugin-videorate.xml:
3981 * docs/plugins/inspect/plugin-videoscale.xml:
3982 * docs/plugins/inspect/plugin-videotestsrc.xml:
3983 * docs/plugins/inspect/plugin-volume.xml:
3984 * docs/plugins/inspect/plugin-vorbis.xml:
3985 * docs/plugins/inspect/plugin-ximagesink.xml:
3986 * docs/plugins/inspect/plugin-xvimagesink.xml:
3987 Update to CVS version.
3989 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3991 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3992 (gst_play_bin_set_property), (gst_play_bin_get_property),
3993 (value_list_append_structure_list),
3994 (gst_play_bin_handle_redirect_message),
3995 (gst_play_bin_handle_message):
3996 API: GstPlayBin::connection-speed
3997 Add "connection-speed" property; re-order redirect messages with
3998 multiple redirect locations depending on the minimum bitrate if
3999 that information is available and a connection speed is set
4002 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
4004 * gst/playback/gstplaybin.c:
4005 Update max volume to the same value that the volume element uses.
4007 2006-08-14 Wim Taymans <wim@fluendo.com>
4009 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4012 2006-08-14 Wim Taymans <wim@fluendo.com>
4014 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4015 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4016 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4017 Add some more debug info.
4018 Don't crash when a seek failed.
4019 Actually return the result of the seek instead of TRUE.
4020 Ignore multiple BOS pages with the same serial so that we don't create
4021 the same stream multiple times.
4022 Post an error when we fail to do the initial seek.
4024 2006-08-13 Wim Taymans <wim@fluendo.com>
4026 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4027 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4030 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4031 (gst_alsa_mixer_new):
4032 Remove hack that always set the device to hw:0*.
4033 Properly find the card name for whatever device was configured.
4034 Do some better debugging.
4037 * ext/alsa/gstalsamixerelement.c:
4038 (gst_alsa_mixer_element_set_property),
4039 (gst_alsa_mixer_element_change_state):
4041 Handle setting of a NULL device name better.
4043 2006-08-11 Wim Taymans <wim@fluendo.com>
4045 * gst/adder/gstadder.c:
4046 Don't clip float values. Fixes #350900.
4048 2006-08-11 Andy Wingo <wingo@pobox.com>
4050 * gst/tcp/gsttcp.c: Really fix the build?
4052 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4055 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
4057 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4058 Float caps shouldn't have a "signed" field.
4060 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
4062 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4063 Implement SEEKING query in its most basic form, so that we can
4064 at least check if we're seekable or not (#350655).
4066 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
4068 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4069 The checks here are not even close to anything that would
4070 justify MAXIMUM probability, lowering to POSSIBLE until someone
4071 fixes the checks (case at hand: quicktime redirection files
4072 might start with 00 00 01 XX and pass the checks here just
4075 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
4077 Patch by: Sjoerd Simons <sjoerd at luon net>
4079 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4080 Better detection for multipart/x-mixed-replace: accept leading
4081 whitespaces before the boundary marker as well (as our very own
4082 multipartmux used to produce) (#349068).
4084 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
4086 Patch by: Young-Ho Cha <ganadist at chollian net>
4088 * gst-libs/gst/riff/riff-ids.h:
4089 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4090 (gst_riff_create_audio_template_caps):
4091 Detect DTS audio streams (#350157).
4093 2006-08-05 Andy Wingo <wingo@pobox.com>
4095 * ext/theora/gsttheoraparse.h:
4096 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4097 (theora_parse_dispose, theora_parse_set_property)
4098 (theora_parse_get_property, theora_parse_munge_granulepos)
4099 (theora_parse_push_buffer, theora_parse_change_state):
4100 API: GstTheoraParse::synchronization-points
4101 Add a property 'synchronization-points' to fix badly synchronized oggs.
4103 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4105 * tests/check/Makefile.am:
4106 * tests/check/libs/.cvsignore:
4107 * tests/check/libs/audio.c: (structure_contains_channel_positions),
4108 (fixed_caps_have_channel_positions), (GST_START_TEST),
4109 (audio_suite), (main):
4110 Add a few tests for the channel position stuff in libgstaudio.
4112 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4114 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4115 (gst_alsa_detect_channels):
4116 * ext/alsa/gstalsasink.c:
4117 Add support for cards that (only) do more than 8 channels,
4118 like the Delta 44 (#345188).
4120 * gst-libs/gst/audio/multichannel.c:
4121 (gst_audio_check_channel_positions):
4122 * gst-libs/gst/audio/multichannel.h:
4123 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4124 unspecified channel position and cannot be combined with any
4125 of the other audio channel positions; adjust position layout
4126 checks accordingly (#345188).
4128 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4130 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4131 Recognise ancient RealAudio files (see #349779).
4133 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4135 Patch by: Jens Granseuer <jensgr at gmx net>
4137 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4138 Add typefinder for Interplay's MVE format (#348973).
4140 2006-08-02 Wim Taymans <wim@fluendo.com>
4142 Patch by: Marcel Moreaux <marcelm at luon dot net>
4144 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4145 (gst_base_rtp_depayload_add_to_queue):
4146 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4147 Handle RTP sequence number rollover.
4148 Disable jitterbuffer by default.
4150 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
4152 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4153 (audioresample_set_caps):
4154 Don't leak references to the incoming caps. Clean them up when
4157 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4158 (gst_video_scale_finalize):
4159 Don't leak our temporary pixel buffer.
4161 * tests/check/Makefile.am:
4162 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4163 (GST_START_TEST), (simple_launch_lines_suite):
4165 Fix leaks and re-enable the test for valgrind checking.
4167 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
4169 Patch by: Sjoerd Simons <sjoerd at luon net>
4171 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4173 Add typefind function for multipart/x-mixed-replace (#348916).
4175 2006-07-28 Wim Taymans <wim@fluendo.com>
4177 * gst/adder/gstadder.c: (gst_adder_setcaps),
4178 (gst_adder_query_duration):
4179 Fix leak in duration query.
4180 Reflow some docs and notes.
4182 2006-07-28 Michael Smith <msmith@fluendo.com>
4184 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4186 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4189 2006-07-28 Michael Smith <msmith@fluendo.com>
4191 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4192 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4193 (gst_vorbis_enc_push_buffer),
4194 (gst_vorbis_enc_buffer_check_discontinuous),
4195 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4196 * ext/vorbis/vorbisenc.h:
4197 Handle discontinuities in the input vorbis stream correctly,
4198 so that the output is properly timestamped (and has good granulepos
4199 values). Needs some oggmux fixes too.
4201 2006-07-27 Wim Taymans <wim@fluendo.com>
4203 patch by: Kai Vehmanen <kv2004 eca cx>
4205 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4206 (gst_base_rtp_depayload_chain),
4207 (gst_base_rtp_depayload_handle_sink_event),
4208 (gst_base_rtp_depayload_change_state):
4209 Don't send multiple newsegments with different formats.
4212 2006-07-26 Wim Taymans <wim@fluendo.com>
4214 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4215 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4216 Make seeking in ogg more accurate again by doing the more correct
4217 granuletime to stream time conversion.
4219 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
4221 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4222 (gst_multi_fd_sink_new_client):
4223 debug a little more understandably
4224 do not use goto as a substitute for break, especially if
4225 break is also being used
4227 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
4229 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4230 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4231 Remove GLib-2.6 compatibility cruft.
4233 2006-07-24 Wim Taymans <wim@fluendo.com>
4235 * gst-libs/gst/audio/gstbaseaudiosink.c:
4236 (gst_base_audio_sink_render):
4237 Don't try to align a sample to an unknown value.
4239 2006-07-24 Wim Taymans <wim@fluendo.com>
4241 * gst-libs/gst/audio/gstbaseaudiosink.c:
4242 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4243 When the audio clock is slaved to another clock, never try to align
4244 samples but trust the rate interpolation algorithm.
4246 2006-07-24 Wim Taymans <wim@fluendo.com>
4248 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4249 Don't try to calculate silence samples, base class does this much
4252 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4253 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4254 (gst_ring_buffer_acquire):
4255 Calculate silence samples correctly.
4257 * gst-libs/gst/audio/gstringbuffer.h:
4260 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
4262 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4263 Limit search for the first markup tag to the first few kB of
4264 the file. If we don't find one there, it's highly unlikely that
4265 this is an XML(-ish) file.
4267 2006-07-21 Andy Wingo <wingo@pobox.com>
4269 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4270 test to the one in vorbisenc. Also commented out.
4272 * tests/check/pipelines/vorbisenc.c:
4273 (test_discontinuity): New test, commented out until Mike lands
4274 some elite vorbisenc patches.
4276 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4277 Bufferstraw was actually factored out of these tests. Now we share
4280 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4281 for bufferstraw addition to gstcheck.
4283 2006-07-21 Wim Taymans <wim@fluendo.com>
4285 * ext/theora/theoradec.c: (clip_buffer):
4288 2006-07-21 Wim Taymans <wim@fluendo.com>
4290 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4291 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4292 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4294 Avoid type casting when we can.
4296 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4299 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
4301 * ext/alsa/gstalsamixerelement.c:
4302 (gst_alsa_mixer_element_change_state):
4303 Make state change fail if the specified device can't be opened
4306 2006-07-20 Wim Taymans <wim@fluendo.com>
4308 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4309 (cb_newpad), (main):
4310 Example of a small audio/video player using decodebin.
4312 2006-07-20 Stefan Kost <ensonic@users.sf.net>
4314 * gst-libs/gst/riff/riff-ids.h:
4317 2006-07-19 Wim Taymans <wim@fluendo.com>
4319 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4320 (gst_base_rtp_depayload_chain),
4321 (gst_base_rtp_depayload_change_state):
4322 Don't assert when not negotiated but post a meaningfull
4323 error message. Fixes #347918.
4325 * gst-libs/gst/rtp/gstbasertppayload.c:
4326 Add comment about better default MTU size.
4328 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4329 Small cleanups, start docs.
4331 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4333 Patch by: Martin Szulecki
4335 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4336 If "device-name" is requested and the device is not
4337 open, try to temporarily open it to obtain this
4338 information (#342494).
4340 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4342 * gst-libs/gst/tag/gstid3tag.c:
4343 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4345 * gst-libs/gst/tag/gsttageditingprivate.h:
4346 * gst-libs/gst/tag/gstvorbistag.c:
4347 Some more random const-ifications.
4349 2006-07-18 Stefan Kost <ensonic@users.sf.net>
4351 * gst-libs/gst/riff/riff-ids.h:
4352 * gst-libs/gst/riff/riff-media.c:
4353 (gst_riff_create_video_template_caps):
4354 Add more FOURCCs (sort list to make stuff easier to find),
4355 add comment what those 16 bytes in struct _gst_riff_strh according to
4358 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4360 * gst-libs/gst/audio/multichannel.c:
4361 (gst_audio_check_channel_positions),
4362 (gst_audio_fixate_channel_positions):
4363 Const-ify two arrays.
4365 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4367 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4368 Fix typo, so that alsasink also advertises 8 channels
4369 if that's supported (tags: can, worms, open, alsa, ph34r).
4371 2006-07-17 Wim Taymans <wim@fluendo.com>
4373 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4374 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4375 *sigh*, when is the compiler going to warn when the comments
4376 are out-of-sync with the code.. Refix case of busted theora
4377 headers with 0 granule pos.
4379 2006-07-14 Wim Taymans <wim@fluendo.com>
4381 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4382 (gst_base_rtp_depayload_wait),
4383 (gst_base_rtp_depayload_change_state),
4384 (gst_base_rtp_depayload_set_property),
4385 (gst_base_rtp_depayload_get_property):
4386 Fix 99% cpu load by waiting for absolute times on the
4387 clock. Fixes #347300.
4389 2006-07-14 Andy Wingo <wingo@pobox.com>
4391 * ext/theora/gsttheoraparse.h:
4392 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4393 (theora_parse_push_headers, theora_parse_clear_queue)
4394 (theora_parse_drain_queue_prematurely, )
4395 (theora_parse_sink_event, theora_parse_change_state): Queue events
4396 until we initialized our state, like in vorbisparse.
4398 * ext/vorbis/vorbisparse.h:
4399 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4400 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4401 (vorbis_parse_drain_queue_prematurely, )
4402 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4403 until we have initialized our state. Fixes seeking after an
4406 2006-07-14 Andy Wingo <wingo@pobox.com>
4408 Patch by: Iain Holmes <iaingnome@gmail.com>
4410 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4412 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
4415 Bump nano back to CVS
4417 === release 0.10.9 ===
4419 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4422 releasing 0.10.9, "I walk the line"
4424 2006-07-14 Michael Smith <msmith@fluendo.com>
4426 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4427 Move a g_cond_signal to earlier to avoid sometimes deadlocking
4428 (commonly happens when running this test under valgrind) when trying
4429 to remove the buffer probe.
4431 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4433 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4434 Fix missing g_unlock from the previous commit
4436 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4438 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4439 (gst_ximagesink_change_state):
4440 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4441 (gst_xvimagesink_change_state):
4442 Implement a locking order to ensure we always take the object lock
4443 before the x_lock and never vice-versa.
4445 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4447 * gst/playback/gstdecodebin.c: (find_compatibles):
4448 Fix a caps leak when linking (#347304)
4450 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4451 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4452 (gst_ximagesink_change_state):
4453 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4454 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4455 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4456 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4457 Don't leak shared memory resources. Use the object lock to protect
4458 against the xcontext disappearing while returning a buffer from the
4461 2006-07-12 Edward Hervey <edward@fluendo.com>
4463 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4464 (vorbis_handle_comment_packet):
4465 gst_tag_list_merge() returns a new object. Take that into account when
4466 using it. This avoids memleak.
4467 Revert previous commit which is not needed.
4469 2006-07-12 Edward Hervey <edward@fluendo.com>
4471 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4472 Reset the decoder in finalize so that all fields get cleared.
4474 2006-07-12 Wim Taymans <wim@fluendo.com>
4476 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4477 (gst_base_audio_src_set_clock),
4478 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4479 Don't try to post an error message when setting the clock fails
4480 as this can happen when adding an element to a bin which will then
4481 deadlock. Fixes #347296.
4483 2006-07-12 Edward Hervey <edward@fluendo.com>
4485 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4486 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4487 (vorbis_handle_type_packet):
4488 Post tag messages on the bus even if we're not initialized.
4489 If we're not initialized, we still postpone the event pushing of tags.
4491 2006-07-12 Wim Taymans <wim@fluendo.com>
4493 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4494 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4495 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4496 Revert last two changes that broke the freeze.
4498 2006-07-12 Wim Taymans <wim@fluendo.com>
4500 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4501 basesink calculates silence sample correctly for us.
4503 2006-07-12 Wim Taymans <wim@fluendo.com>
4505 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4506 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4507 Calculate correct silence samples so we don't fill our ringbuffer
4510 2006-07-12 Edward Hervey <edward@fluendo.com>
4512 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4513 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4514 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4515 * ext/vorbis/vorbisdec.h:
4516 Delay sending events (newsegment, tags) until the decoder is properly
4520 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
4522 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4523 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4524 Patch from #347221 adding a test for audioconvert
4527 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
4529 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4530 (gst_ssa_parse_parse_line):
4531 Don't include the terminating NUL in the buffer size,
4532 it's only there for extra paranoia (would add random
4533 '*' characters at the end of each subtitle since the
4534 terminator itself is not valid UTF-8 technically).
4535 Also fix indenting after boilerplate macro.
4537 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
4539 * gst/playback/gstdecodebin.c: (close_pad_link):
4540 Also emit 'unknown-type' signal (which should really be
4541 called unhandled-type) if we found potential decoders/demuxers
4542 in the registry but none of them worked in the end (as in the
4543 case where the plugins don't exist any longer but are still
4544 listed in the registry). Fixes #329798.
4546 2006-07-08 Andy Wingo <wingo@pobox.com>
4548 * theoraparse.c (theora_parse_push_buffer)
4549 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4550 Add some more debugging. Fix granulepos reconstruction in the face
4553 2006-07-06 Wim Taymans <wim@fluendo.com>
4555 * gst-libs/gst/audio/gstbaseaudiosink.c:
4556 (gst_base_audio_sink_class_init),
4557 (gst_base_audio_sink_provide_clock):
4558 Use gobject_class instead of G_OBJECT_CLASS (klass)
4560 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4561 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4562 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4563 (gst_base_audio_src_get_time),
4564 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4565 (gst_base_audio_src_create_ringbuffer):
4566 Fix latency and buffer-time constants and properties ala basesink.
4567 Implement pull based scheduling. Fixes #346527.
4568 Set default blocksize in GstBaseSrc to 0, we default to pushing out
4570 Refuse slaving to another clock instead of silently not working.
4571 Only provide a clock when we are actually able to do so.
4572 Various small cleanups and compiler hints.
4574 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4576 Patch by: Lutz Mueller <lutz at topfrose de>
4578 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4580 Add typefinding for text/html (#346581).
4582 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4584 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4585 (xml_check_first_element), (xml_type_find), (smil_type_find):
4586 Fix SMIL typefinding, make xml_check_first_element() more
4589 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4591 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4592 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4593 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4594 * gst/playback/gstplaybasebin.h:
4595 Protect list of elements with a subtitle-encoding property and
4596 the subtitle encoding member itself with a lock of their own
4597 instead of using the object lock. This prevents a dead-lock in
4598 the element-remove callback in some circumstances when shutting
4601 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
4603 * win32/common/libgsttag.def:
4604 Export some new functions.
4605 * win32/vs6/libgstogg.dsp:
4606 Add a link to libgsttag-0.10.lib.
4608 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
4610 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4611 Some const-ification.
4613 2006-07-04 Wim Taymans <wim@fluendo.com>
4615 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4616 Improve checking if we are dealing with a stream. Added some
4617 more uris that need buffering.
4619 2006-07-03 Edward Hervey <edward@fluendo.com>
4621 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4622 Remove unused variable.
4624 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4629 add GCOV_LIBS to GST_LIBS
4631 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
4633 Patch by: Michael Sheldon <webmaster at mikeasoft com>
4635 * ext/alsa/gstalsasrc.c:
4636 Add 32 bps to template caps and increase channels range
4637 from [1,2] to [1,MAX]. See #346326.
4639 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
4641 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4642 Recognise 'WMVA' video codec fourcc (#345879).
4644 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4646 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4647 Fixed nasty memory leak
4649 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4651 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4652 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4655 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
4657 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4658 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4659 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4660 Protect remove_fakesink using a mutex, so that we don't try and
4661 remove the fakesink simultaneously from multiple threads.
4663 When going from READY to PAUSED, restore the fakesink, so that
4664 it is there when decodebin gets reused.
4666 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
4668 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4669 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4670 * gst-libs/gst/rtp/gstbasertppayload.c:
4671 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4672 * gst/tcp/gstmultifdsink.c:
4673 * gst/tcp/gsttcpclientsink.c:
4674 * gst/tcp/gsttcpclientsrc.c:
4675 * gst/tcp/gsttcpserversink.c:
4676 * gst/tcp/gsttcpserversrc.c:
4677 * gst/videorate/gstvideorate.c:
4678 * gst/videotestsrc/gstvideotestsrc.c:
4679 * sys/v4l/gstv4ljpegsrc.c:
4680 * sys/v4l/gstv4lmjpegsink.c:
4681 * sys/v4l/gstv4lsrc.c:
4682 * tests/examples/seek/scrubby.c:
4683 * tests/examples/seek/seek.c:
4684 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4686 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4688 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4689 Second field in GEnumValue shouldn't be a description,
4690 but a stringified version of the enum value.
4692 2006-06-22 Wim Taymans <wim@fluendo.com>
4694 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4695 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4696 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4697 Avoid type checking in buffer casts.
4698 Avoid caps copy in buffer_alloc when we can.
4699 Use pad_peer_accept.
4701 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4703 * gst-libs/gst/tag/tag.h:
4704 Oops, make that 'Since: 0.10.9'.
4706 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4708 * docs/libs/gst-plugins-base-libs-sections.txt:
4709 * gst-libs/gst/tag/tag.h:
4710 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4711 (gst_tag_image_type_get_type):
4712 API: add GstTagImageType enum to describe images contained
4713 in image tags (#345641).
4715 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4717 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4718 Fix warnings with gst-inspect: "buffers-min" property
4719 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4720 typo in property description.
4722 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4724 Patch by: Cody Russell <bratsche at gnome org>
4726 * gst/audioresample/gstaudioresample.c:
4727 (gst_audioresample_class_init):
4728 * gst/playback/gststreamselector.c:
4729 (gst_stream_selector_class_init):
4730 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4731 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4732 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4733 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4734 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4735 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4736 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4737 * gst/videotestsrc/gstvideotestsrc.c:
4738 (gst_video_test_src_class_init):
4739 * gst/volume/gstvolume.c: (gst_volume_class_init):
4740 Avoid unnecessary class cast check in class_init
4741 functions (#337747).
4743 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
4745 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4746 (gst_text_overlay_video_chain):
4747 g_markup_escape_text() REALLY doesn't like non-UTF8 input
4748 and doesn't validate its input either (and neither did
4749 textoverlay it seems). Let's do that then and fix #345206.
4751 2006-06-19 Wim Taymans <wim@fluendo.com>
4753 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4754 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4755 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4756 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4757 (find_syncframe), (find_limits), (assign_value),
4758 (count_burst_unit), (gst_multi_fd_sink_new_client),
4759 (gst_multi_fd_sink_handle_client_write),
4760 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4761 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4762 (gst_multi_fd_sink_change_state):
4763 * gst/tcp/gstmultifdsink.h:
4764 Added shiny new burst-on-connect methods.
4765 Add properties to control the minimal amount of data queued.
4767 API: bytes-min property
4768 API: time-min property
4769 API: buffers-min property
4770 API: burst-unit property
4771 API: burst-value property
4772 API: add-full signal
4774 * gst/tcp/gsttcp-marshal.list:
4775 Added new marshaller code for the new signal.
4777 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4778 (multifdsink_suite):
4779 Added testcases for new burst methods.
4781 2006-06-19 Edward Hervey <edward@fluendo.com>
4783 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4784 Implement clipping for accurate seeking.
4787 2006-06-19 Wim Taymans <wim@fluendo.com>
4789 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4791 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4792 (gst_video_scale_transform):
4793 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4795 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
4798 Fix --disable-external (can't set conditionals conditionally,
4801 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4803 * tests/check/elements/audioresample.c: (test_reuse),
4804 (audioresample_suite):
4805 Add test case for bug #342789 fixed below.
4807 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4809 * gst/audioresample/gstaudioresample.c:
4810 (gst_audioresample_class_init), (gst_audioresample_init),
4811 (audioresample_start), (audioresample_stop),
4812 (gst_audioresample_set_property), (gst_audioresample_get_property):
4813 Implement GstBaseTransform::start and ::stop so that audioresample
4814 can clear its internal state properly and be reused instead of
4815 causing non-negotiated errors with playbin under some circumstances
4818 * tests/check/elements/audioresample.c: (setup_audioresample),
4819 (cleanup_audioresample):
4820 Need to set element state here so that ::start and ::stop are
4823 2006-06-16 Wim Taymans <wim@fluendo.com>
4825 Patch by: Young-Ho Cha <ganadist at chollian dot net>
4827 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4828 Parse extra data better, apparently it's right behind
4829 the normal strf header size. Fixes #343500.
4831 2006-06-16 Wim Taymans <wim@fluendo.com>
4833 * ext/alsa/gstalsasink.c: (set_hwparams):
4834 If we fail to set the buffer_time and period_time alsa
4835 parameters, post a warning and leave alsa select a
4836 default instead of failing. Fixes #342085
4838 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4840 * docs/libs/gst-plugins-base-libs-sections.txt:
4841 * gst-libs/gst/cdda/gstcddabasesrc.h:
4842 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4843 out in the header file and shouldn't be listed in the docs.
4845 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4846 Must dereference pointer to fourcc in the debug statement.
4848 2006-06-16 Stefan Kost <ensonic@users.sf.net>
4850 * docs/libs/Makefile.am:
4851 * docs/libs/gst-plugins-base-libs-docs.sgml:
4852 * docs/libs/gst-plugins-base-libs-sections.txt:
4853 * docs/libs/gst-plugins-base-libs.types:
4854 add remaining symbols into correct setions
4856 * gst-libs/gst/audio/gstringbuffer.c:
4859 * gst-libs/gst/audio/gstringbuffer.h:
4860 comment out not yet implemented function
4863 * gst-libs/gst/floatcast/floatcast.h:
4864 * gst-libs/gst/netbuffer/gstnetbuffer.c:
4865 add short descriptions
4868 * gst-libs/gst/interfaces/propertyprobe.c:
4869 fix return value docs
4871 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4872 simplify debug logging
4874 * gst-libs/gst/riff/riff-read.h:
4875 sync function prototype and docs
4877 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4878 remove left over symbol
4880 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4885 Use GST_PLUGIN_DOCS macro in configure.ac, add
4886 --enable-plugin-docs default to autogen.sh and use
4887 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4889 2006-06-15 Wim Taymans <wim@fluendo.com>
4891 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4892 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4893 (gst_ogg_demux_loop):
4894 Combine GstFlowReturn from the source pads to give a
4895 meaningfull result to the upstream peer or to stop the
4896 processing task in case of errors.
4898 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4900 * gst/playback/gststreaminfo.c: (cb_probe):
4901 Try GST_TAG_CODEC as fallback when extracting the
4902 codec name; more debug info.
4904 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4906 * ext/ogg/Makefile.am:
4907 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4908 Extract language tags from ogm subtitle streams, so that
4909 the subtitle menu choices are labelled correctly in
4910 Totem (fixes #344708).
4912 2006-06-14 Wim Taymans <wim@fluendo.com>
4914 Patch by: Alessandro Decina <alessandro at nnva dot org>
4916 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4917 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4918 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4919 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4920 Fix various leaks. Fixes #343699.
4921 Add x-smoke mime type.
4923 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4925 * gst-libs/gst/riff/riff-ids.h:
4926 Add IDs for 'bext' chunks (see #343837).
4928 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
4930 Patch by: Young-Ho Cha <ganadist at chollian net>
4932 * gst/subparse/samiparse.c: (sami_context_pop_state),
4933 (handle_start_font), (end_sami_element):
4934 Honour font face tags in SAMI subtitles (#344503).
4936 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4939 add missing files containing translatable strings
4941 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4943 * docs/libs/tmpl/.cvsignore:
4944 we don't want those *.sgml files in CVS either
4946 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4948 * docs/libs/.cvsignore:
4949 * tests/check/elements/.cvsignore:
4950 * tests/check/libs/.cvsignore:
4953 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4955 * docs/libs/Makefile.am:
4956 also commiting the changed Makefile.am (added more libs to the
4959 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4961 * docs/libs/gst-plugins-base-libs-docs.sgml:
4962 * docs/libs/gst-plugins-base-libs-sections.txt:
4963 * docs/libs/gst-plugins-base-libs.types:
4964 first batch of reordering things, add index & hierarchy
4966 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
4969 use GST_PKG_CHECK_MODULES, cleans up output
4971 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4973 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4974 Add support for burn:// URIs (#343385); const-ify things a bit,
4975 use G_N_ELEMENTS instead of hard-coded array size.
4977 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4979 Patch by: Young-Ho Cha <ganadist at chollian net>
4981 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4982 Fix up broken entities before passing them to libxml *sigh*.
4985 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4990 === release 0.10.8 ===
4992 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4995 releasing 0.10.8, "Moar gij ziet mij nie"
4997 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
5014 * win32/common/config.h:
5017 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
5019 * docs/libs/tmpl/gstaudio.sgml:
5020 * docs/libs/tmpl/gstcolorbalance.sgml:
5021 * docs/libs/tmpl/gstmixer.sgml:
5022 * docs/libs/tmpl/gstringbuffer.sgml:
5023 * docs/libs/tmpl/gsttuner.sgml:
5024 * docs/libs/tmpl/gstxoverlay.sgml:
5025 * gst-libs/gst/audio/audio.c:
5026 * gst-libs/gst/audio/gstringbuffer.c:
5027 * gst-libs/gst/interfaces/colorbalance.c:
5028 * gst-libs/gst/interfaces/mixer.c:
5029 * gst-libs/gst/interfaces/tuner.c:
5030 * gst-libs/gst/interfaces/xoverlay.c:
5031 move last template doc snippets to source code and delete them
5033 2006-06-06 Michael Smith <msmith@fluendo.com>
5035 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5036 (theora_parse_drain_queue):
5037 Mark DELTA_UNIT on non-keyframes.
5039 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
5041 * gst-libs/gst/audio/gstbaseaudiosink.c:
5042 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5043 * gst-libs/gst/audio/gstbaseaudiosink.h:
5044 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5045 (gst_ring_buffer_samples_done):
5046 * gst-libs/gst/audio/gstringbuffer.h:
5047 Document better the fact that latency_time and buffer_time are values
5048 stored in microseconds, and not the usual GStreamer nanoseconds.
5049 Change the variables (compatibly) that store them from GstClockTime
5050 to guint64 to make it more clear that they're not storing clock times.
5051 Also, remove the bogus property description that says the user can
5052 specify -1 to get the default value, since that's never been the case.
5054 When computing the default segment size for the ring buffer, make it
5055 an integer number of samples.
5057 When the sub-class indicates a delay greater than the number of
5058 samples we've written return 0 from the audio sink get_time method.
5060 2006-06-02 Michael Smith <msmith@fluendo.com>
5062 * tests/check/elements/audioconvert.c: (set_channel_positions),
5063 (get_float_mc_caps), (get_int_mc_caps):
5064 * tests/check/elements/audioresample.c:
5065 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5066 * tests/check/elements/videorate.c:
5067 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5068 * tests/check/elements/volume.c:
5069 * tests/check/elements/vorbisdec.c:
5070 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5071 Don't busy-wait in tests; this was causing test timeouts very
5072 frequently when running under valgrind.
5074 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5077 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5078 (gst_multi_fd_sink_remove_client_link),
5079 (gst_multi_fd_sink_client_queue_caps),
5080 (gst_multi_fd_sink_client_queue_buffer),
5081 (gst_multi_fd_sink_handle_client_write),
5082 (gst_multi_fd_sink_render):
5083 * gst/tcp/gstmultifdsink.h:
5084 make multifdsink properly deal with streamheader:
5085 - streamheader is taken from caps
5086 - buffers marked with IN_CAPS are not sent
5087 - streamheaders are sent, on connection, from the caps of the
5088 buffer where the client gets positioned to
5089 - further streamheader changes are done every time the client
5090 will receive a buffer with different caps
5091 * tests/check/elements/multifdsink.c: (GST_START_TEST),
5092 (gst_multifdsink_create_streamheader):
5095 2006-06-02 Michael Smith <msmith@fluendo.com>
5097 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5098 Reinstate limit on channel count. Vorbis does not define the meaning
5099 of > 6 channels, so they're just independent channels. Gstreamer
5100 currently has no mechanism to represent N independent channels.
5102 2006-06-02 Michael Smith <msmith@fluendo.com>
5104 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5105 Don't arbitrarily restrict channel counts and rate in vorbis.
5106 In terms of effects likely on real-world files, this fixes 96kHz
5109 2006-06-02 Michael Smith <msmith@fluendo.com>
5111 * gst/audioconvert/audioconvert.c: (float):
5112 More correct float->int conversion.
5114 2006-06-02 Michael Smith <msmith@fluendo.com>
5116 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5117 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5118 value. Fixes g-critical on trying to play back ogg containing
5121 2006-06-02 Wim Taymans <wim@fluendo.com>
5123 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5125 * gst/playback/gstplaybasebin.h:
5126 Make the subtitle detection work from any thread so we don't
5127 deadlock. Fixes #343397.
5129 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5131 * gst/volume/Makefile.am:
5132 Seriously, it's not *that* hard to get compilation right. Even
5133 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5135 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5137 * gst/volume/gstvolume.c: (volume_choose_func),
5138 (volume_update_real_volume), (gst_volume_class_init),
5139 (gst_volume_init), (volume_process_float), (volume_process_int16),
5140 (volume_process_int16_clamp), (volume_set_caps),
5141 (volume_transform_ip), (plugin_init):
5142 * gst/volume/gstvolume.h:
5143 rewrite the passthrough check, split _int16 and _int16_clamp, fix
5144 another property desc., remove unused param from process function
5146 * tests/check/elements/volume.c: (volume_suite):
5147 reactivate the passthrough test
5149 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5151 * ext/alsa/gstalsamixerelement.h:
5152 * ext/alsa/gstalsamixeroptions.h:
5153 * ext/alsa/gstalsamixertrack.h:
5154 * ext/gnomevfs/gstgnomevfssink.h:
5155 * ext/gnomevfs/gstgnomevfssrc.h:
5156 * ext/theora/gsttheoradec.h:
5157 * ext/theora/gsttheoraenc.h:
5158 * ext/theora/gsttheoraparse.h:
5159 * ext/vorbis/vorbisparse.h:
5160 * gst-libs/gst/audio/gstaudioclock.h:
5161 * gst-libs/gst/audio/gstaudiofilter.h:
5162 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5163 * gst/audioconvert/gstaudioconvert.h:
5164 * gst/audioresample/gstaudioresample.h:
5165 * gst/audiotestsrc/gstaudiotestsrc.h:
5166 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5167 * gst/playback/gststreamselector.h:
5168 * gst/tcp/gstmultifdsink.h:
5169 * gst/tcp/gsttcpclientsink.h:
5170 * gst/tcp/gsttcpclientsrc.h:
5171 * gst/tcp/gsttcpserversink.h:
5172 * gst/tcp/gsttcpserversrc.h:
5173 * gst/videorate/gstvideorate.h:
5174 * gst/videoscale/gstvideoscale.h:
5175 * gst/videotestsrc/gstvideotestsrc.h:
5176 * gst/volume/gstvolume.h:
5177 * sys/v4l/gstv4ljpegsrc.h:
5178 * sys/v4l/gstv4lmjpegsink.h:
5179 * sys/v4l/gstv4lmjpegsrc.h:
5180 * sys/v4l/gstv4lsrc.h:
5181 * sys/ximage/ximagesink.h:
5182 * sys/xvimage/xvimagesink.h:
5183 * tests/old/testsuite/alsa/sinesrc.h:
5184 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5186 2006-05-31 Wim Taymans <wim@fluendo.com>
5188 * ext/libvisual/visual.c: (gst_visual_reset),
5189 (gst_visual_sink_setcaps), (gst_visual_sink_event),
5190 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5192 Use running time before doing QoS.
5195 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
5197 * docs/libs/Makefile.am:
5198 set a magic variable to indicate we know the docs are incomplete
5200 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
5202 * win32/common/libgstvideo.def:
5203 export gst_video_calculate_display_ratio
5204 * win32/vs6/libgstvideoscale.dsp:
5205 add link to libgstvideo-0.10.lib
5207 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
5209 * gst/playback/gstplaybasebin.c: (gen_source_element):
5210 Throw a more comprehensible error for rtsp:// URIs (rather
5211 than erroring out with a negotiation error later on) until
5212 we fix playbin to handle rtspsrc etc.
5214 2006-05-30 Wim Taymans <wim@fluendo.com>
5216 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5217 (gst_text_overlay_text_event):
5220 2006-05-30 Wim Taymans <wim@fluendo.com>
5222 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5223 (gst_adder_request_new_pad), (gst_adder_release_pad):
5224 * gst/adder/gstadder.h:
5225 Implement release_request_pad.
5226 Make padcounter atomic.
5228 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5229 Added check for release_pad in adder.
5231 2006-05-30 Wim Taymans <wim@fluendo.com>
5233 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5236 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
5238 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5239 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5240 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5241 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5242 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5243 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5244 (gst_ogg_demux_bisect_forward_serialno),
5245 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5246 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5248 clean up printf formats for granulepos and serialno
5250 2006-05-30 Michael Smith <msmith@fluendo.com>
5252 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5253 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5254 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5255 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5256 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5257 * ext/vorbis/vorbisenc.h:
5258 Multi-channel caps negotiation, so we can do proper multichannel
5259 vorbis encoding, negotiated through audioconvert.
5261 2006-05-30 Wim Taymans <wim@fluendo.com>
5263 * tests/check/elements/adder.c: (test_event_message_received),
5264 (test_play_twice_message_received), (GST_START_TEST),
5266 Added check to show that #339935 is fixed with ongoing
5267 adder and collectpads fixes.
5269 2006-05-29 Wim Taymans <wim@fluendo.com>
5271 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5272 Don't leak pad name.
5274 2006-05-29 Wim Taymans <wim@fluendo.com>
5276 * gst/adder/gstadder.c: (gst_adder_query_duration),
5277 (forward_event_func), (forward_event), (gst_adder_src_event):
5279 Make query/seeking code threadsafe.
5281 * tests/check/Makefile.am:
5282 * tests/check/elements/adder.c: (test_event_message_received),
5283 (GST_START_TEST), (test_play_twice_message_received):
5284 Fix adder test case.
5286 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
5288 Patch by: Young-Ho Cha <ganadist at chollian net>
5290 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5291 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5292 (set_encoding_element), (decodebin_element_added_cb),
5293 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5294 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5295 * gst/playback/gstplaybasebin.h:
5296 Add 'subtitle-encoding' property to playbin, so applications can
5297 force a subtitle encoding for non-UTF8 subtitles (#342268).
5299 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5300 (gst_sub_parse_set_property):
5301 Rename recently-added 'encoding' property to 'subtitle-encoding'
5302 (so it can be proxied by playbin/decodebin in a generic way
5303 with less danger of false positives).
5305 2006-05-29 Michael Smith <msmith@fluendo.com>
5307 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5308 (append_with_other_format), (set_structure_widths),
5309 (gst_audio_convert_transform_caps):
5310 Patch from #341562: give more specific audio caps in get_caps, so
5311 that basetransform can make better decisions on what caps to
5314 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5316 * tests/check/elements/volume.c:
5317 make it compile again
5319 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5321 * tests/check/elements/volume.c: (volume_suite):
5322 disable test until #343196 gets resolved
5324 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5326 * gst/adder/gstadder.c: (gst_adder_get_type):
5327 Make it easier to copy&paste
5329 * gst/volume/Makefile.am:
5330 * gst/volume/gstvolume.c: (volume_update_real_volume),
5331 (gst_volume_set_volume), (gst_volume_set_mute),
5332 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5333 (volume_transform_ip), (volume_update_mute),
5334 (volume_update_volume):
5335 * gst/volume/gstvolume.h:
5336 Add own debug category, move duplicate code to helper function, fix
5337 property texts, add more comments and prepare ffor liboil-goodness
5339 * tests/check/Makefile.am:
5340 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5341 add test for mute and passtrough case, be a bit more verbose to track
5344 * tests/check/generic/states.c: (GST_START_TEST):
5345 catch elements that fail to instantiate
5347 2006-05-28 Edward Hervey <edward@fluendo.com>
5349 * tests/check/pipelines/simple-launch-lines.c:
5350 * tests/check/pipelines/theoraenc.c:
5351 * tests/check/pipelines/vorbisenc.c:
5352 Comment out tests using parse_launch() if core was built without
5353 parsing capabilities.
5355 2006-05-27 Edward Hervey <edward@fluendo.com>
5357 * tests/check/Makefile.am:
5358 Extra bonus points for whoever explains to ensonic that you are meant
5359 to test unit tests thoroughly before commiting them, especially if
5360 you know it's going to break.
5361 De-activated element/adder tests.
5363 2006-05-27 Edward Hervey <edward@fluendo.com>
5365 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5366 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5367 Marking caps conversion issues as GST_WARNING is way too verbose,
5368 Moving them to GST_LOG.
5370 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
5373 Replace current README (containing the release notes from
5374 some 0.9.x version) with a proper README taken from the core.
5376 2006-05-26 Wim Taymans <wim@fluendo.com>
5378 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5379 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5380 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5381 (vorbis_dec_change_state):
5384 Clip output samples to segment boundaries.
5386 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5388 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5389 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5390 Improve the errors produced on bad output, including some human
5391 readable description strings.
5392 Handle the (theoretical for ximagesink) case where the XServer
5393 has a different idea about the size required for a particular
5394 frame and gives us too small a memory allocation.
5396 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5398 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5399 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5400 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5401 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5402 Improve the errors produced on bad output, including some human
5403 readable description strings.
5404 Handle RGB Xv formats properly by transforming them into our
5405 big-endian caps description.
5406 Use gst_caps_truncate to ensure that we never try and choose a
5407 non-fixed caps in buffer_alloc.
5408 Handle the case where the XServer has a different idea about the size
5409 required for a particular frame and gives us too small a memory
5411 Use -1 to indicate 'no image format', because 0 is a valid XServer
5412 image format number.
5413 Put RGB Xv formats at the end of the caps, so that we always prefer
5415 Iterate the available Xv Encodings to determine the maximum width and
5416 height, and then return that in our caps.
5417 (Closes #315312, #337544)
5419 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
5421 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5422 When there is only one unfinished pad and it receives an event that
5423 doesn't match our requirements, we need to set alldone=FALSE so that
5424 the fakesink is not removed yet.
5426 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
5428 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5429 Use gst_type_find_helper_for_buffer() to find the type
5430 of stream from the first packet.
5433 Bump requirements to core CVS (needed for vorbis
5434 typefinding to work).
5436 2006-05-24 Edward Hervey <edward@fluendo.com>
5438 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5439 Added the 'prfl' atom type which MQV (no, it's not a typo) files
5440 contain. Else they play perfectly fine with qtdemux.
5442 2006-05-23 Stefan Kost <ensonic@users.sf.net>
5444 * ext/theora/theoradec.c:
5445 * ext/theora/theoraenc.c:
5446 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5447 * gst/audiorate/gstaudiorate.c:
5448 make more debug catagories static
5450 * tests/check/Makefile.am:
5451 * tests/check/elements/adder.c: (message_received),
5452 (test_event_message_received), (GST_START_TEST),
5453 (test_play_twice_message_received), (adder_suite):
5454 added test case for using element twice, extra bonus points for anyone
5455 who can make these test run reliably
5457 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
5459 * ext/theora/theoradec.c: (theora_dec_chain):
5460 Make work with time-stamped input buffers that do not
5461 have a granulepos in BUFFER_OFFSET_END (like theora
5462 buffers coming from matroskademux). Fixes #342448.
5464 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
5466 Patch by: Peter Kjellerstedt <pkj at axis com>
5468 * gst/tcp/Makefile.am:
5469 fdstresstest doesn't need Gtk+, fix compilation if
5470 gtk is not available (#342566).
5472 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5474 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5476 Removed redundant floor()
5478 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5480 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5481 On second thought, just skip JUNK chunks automatically, so
5482 the caller doesn't have to handle this. Fixes #342345.
5483 Also, return GST_FLOW_UNEXPECTED if we get a short read,
5486 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5488 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5489 Don't bail out on JUNK chunks with a size of 0 (would try to
5490 pull_range 0 bytes before, which sources don't like too much).
5493 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5495 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5496 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5497 Use the gstutil scaling function to preserve 64 bits while calculating
5498 output width and height from the display-aspect-ratio. (A continuation
5501 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5503 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5504 (gst_xvimagesink_buffer_alloc):
5505 * sys/xvimage/xvimagesink.h:
5506 When performing buffer allocations, remember the caps and image format
5507 we return so that if the same caps are asked for next time we can
5508 return them immediately without doing any caps intersections.
5510 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5512 * gst-libs/gst/rtp/README:
5513 Some new documentation
5514 * gst-libs/gst/rtp/gstrtpbuffer.h:
5515 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
5516 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5517 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5518 New RTP audio base payloader class. Supports frame or sample based
5519 codecs. Not enabled in Makefile.am until approved.
5521 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5523 * tests/check/elements/alsa.c: (test_device_property_probe):
5524 Fix test case: don't try to free NULL GValueArray when there
5527 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5529 * tests/check/Makefile.am:
5530 * tests/check/elements/alsa.c: (test_device_property_probe),
5531 (alsa_suite), (main):
5532 Add simple test that runs a device property probe on alsasrc,
5533 alsasink and alsamixer. Disable valgrind check for now (too
5534 many leaks in libasound, and valgrind ignored my suppressions
5537 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5539 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5540 (gst_alsa_device_property_probe_probe_property),
5541 (gst_alsa_device_property_probe_needs_probe),
5542 (gst_alsa_device_property_probe_get_values),
5543 (gst_alsa_type_add_device_property_probe_interface):
5544 * ext/alsa/gstalsadeviceprobe.h:
5545 * ext/alsa/gstalsamixerelement.c:
5546 (gst_alsa_mixer_element_init_interfaces):
5547 * ext/alsa/gstalsamixerelement.h:
5548 Clean up and simplify alsa device probing. Make it actually work
5549 for multiple classes. Don't cache results any longer.
5551 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5552 (gst_alsasink_init):
5553 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5554 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5555 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5556 Make alsasink and alsasrc implement the GstPropertyProbe interface
5557 for device probing (#342181).
5558 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
5560 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5562 * gst/subparse/samiparse.c: (handle_start_font):
5563 Don't ignore return value of strtol (++compiler_happiness).
5565 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
5567 Patch by: Young-Ho Cha <ganadist chollian net>
5569 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5570 (gst_sub_parse_class_init), (gst_sub_parse_init),
5571 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5573 * gst/subparse/gstsubparse.h:
5574 Add 'encoding' property (#341681).
5576 * gst/subparse/samiparse.c: (characters_sami):
5577 Output is pango markup, so we need to escape text
5578 between tags (#342143).
5580 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5582 * gst-libs/gst/audio/multichannel.c:
5583 (gst_audio_check_channel_positions):
5584 It's okay to have caps with channels=1 and a channel position
5585 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5586 (deinterleavers might want to keep the position in the caps,
5587 so that they can be re-interleaved again properly later).
5588 Leave check for unexpected 2-channel layouts intact for now.
5590 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5592 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5593 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5594 basesrc can do its job correctly.
5596 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5598 * ext/alsa/Makefile.am:
5599 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5600 (gst_alsa_detect_formats), (get_channel_free_structure),
5601 (caps_add_channel_configuration), (gst_alsa_detect_channels),
5602 (gst_alsa_probe_supported_formats):
5603 * ext/alsa/gstalsa.h:
5604 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5605 Refactor and improve caps probing code: probe signedness
5606 when we probe the supported formats/widths; set endianness
5607 to the one we actually probed for (ie. cpu endianness).
5609 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5610 (gst_alsasrc_close):
5611 * ext/alsa/gstalsasrc.h:
5612 Implement caps probing for alsasrc.
5614 2006-05-15 Wim Taymans <wim@fluendo.com>
5616 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5617 (theora_dec_src_query), (theora_dec_src_event),
5618 (theora_dec_sink_event), (theora_handle_comment_packet),
5619 (theora_handle_data_packet), (theora_dec_change_state):
5620 Cleanups, add some G_LIKELY.
5621 Use segment helpers instead of our own wrong code.
5622 Clear queued buffers on seek and READY.
5624 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5625 (vorbis_dec_convert), (vorbis_dec_src_query),
5626 (vorbis_dec_src_event), (vorbis_dec_sink_event),
5627 (vorbis_handle_comment_packet), (vorbis_dec_push),
5628 (vorbis_handle_data_packet), (vorbis_dec_chain),
5629 (vorbis_dec_change_state):
5630 * ext/vorbis/vorbisdec.h:
5631 Remove old useless packetno variable.
5632 Do position query properly.
5634 Do cleanup of queued buffers in new helper function
5637 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5639 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5640 Query supported sample rates. Fixes #341732.
5642 2006-05-15 Julien MOUTTE <julien@moutte.net>
5644 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5645 (gst_decode_bin_change_state): Make decodebin reusable
5646 when going from PAUSE_TO_READY and then back to PAUSED.
5649 2006-05-15 Wim Taymans <wim@fluendo.com>
5651 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5652 (vorbis_dec_convert), (vorbis_dec_src_query),
5653 (vorbis_dec_sink_query), (vorbis_dec_src_event),
5654 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5655 (vorbis_dec_clean_queued), (vorbis_dec_push),
5656 (vorbis_handle_data_packet), (vorbis_dec_change_state):
5657 Cleanups. Use refcounting and DEBUG_OBJECT.
5658 Reset segment on flush, use code methods instead of our
5660 Fix potential memleak.
5662 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5664 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5665 (gst_alsasink_init):
5666 * ext/alsa/gstalsasink.h:
5667 Don't leak allocated snd_output_t structure if there's
5668 more than one alsasink instance at a time (#341873).
5669 Also fix GObject macros in header file.
5671 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5673 * gst/subparse/gstsubparse.c:
5674 (gst_sub_parse_data_format_autodetect):
5675 Don't use libxml functions in the typefinding code.
5677 2006-05-15 Wim Taymans <wim@fluendo.com>
5679 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5680 Fix seeking performance in the case where a non-header
5681 packet has a 0 granulepos (busted theora case).
5683 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5684 the first place, you limelight stealer you)
5686 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5688 * gst/subparse/gstsubparse.c:
5689 (gst_sub_parse_data_format_autodetect):
5690 Improve SAMI typefinding: handle case where there are
5691 whitespaces or newlines in front of the first <SAMI>
5694 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5697 Build video4linux plugin even if there's no XVIDEO, just
5698 without implementing the GstXOverlay interface (#334002).
5700 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5703 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5705 Add tentative support for libvisual-0.4 (#336881).
5707 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5709 Patch by: Young-Ho Cha <ganadist at chollian net>
5711 * gst/subparse/samiparse.c: (handle_start_font):
5712 Need to map "silver" colour explicitly (#169936).
5714 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5716 Patch by: Young-Ho Cha <ganadist at chollian net>
5718 * gst/subparse/Makefile.am:
5719 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5720 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5721 (gst_sub_parse_format_autodetect), (feed_textbuf),
5722 (gst_subparse_type_find), (plugin_init):
5723 * gst/subparse/gstsubparse.h:
5724 * gst/subparse/samiparse.c:
5725 * gst/subparse/samiparse.h:
5726 Add support for SAMI subtitles (#169936).
5728 2006-05-14 Michael Smith <msmith@fluendo.com>
5730 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5731 Fix #341696: crash when mixing L+R+C to mono or stereo.
5732 * tests/check/Makefile.am:
5733 * tests/check/elements/audioconvert.c: (set_channel_positions),
5734 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5735 (audioconvert_suite):
5736 Add test for the above, including some generic framework bits for
5737 testing multichannel things.
5739 === release 0.10.7 ===
5741 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
5744 releasing 0.10.7, "Leave the gun"
5746 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
5748 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5749 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5752 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
5754 * docs/libs/gst-plugins-base-libs-docs.sgml:
5755 * docs/libs/gst-plugins-base-libs-sections.txt:
5756 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5757 * gst-libs/gst/video/video.h:
5758 * gst/videoscale/Makefile.am:
5759 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5760 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5761 * tests/check/Makefile.am:
5762 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5764 Fix integer overflow problem with pixel-aspect-ratio calculations
5765 in videoscale and xvimagesink (#341542)
5767 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
5769 * gst-libs/gst/tag/gstid3tag.c:
5770 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5772 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
5775 update win32 files listing
5777 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5779 patch by: Sjoerd Simons (sjoerd@luon.net)
5781 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5782 (group_create), (group_destroy), (add_stream),
5783 (gst_play_base_bin_get_property),
5784 (gst_play_base_bin_get_streaminfo_value_array):
5785 * gst/playback/gstplaybasebin.h:
5786 API: GstPlayBaseBin::stream-info-value-array property
5787 use a more bindings-friendly way of exposing streaminfo
5788 using a GValueArray. Tested in ipython.
5791 2006-05-11 Wim Taymans <wim@fluendo.com>
5793 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5794 (queue_underrun_cb), (queue_filled_cb):
5795 Also catch queue underruns but don't do anything yet.
5796 Refactor and comment queue enlarging code a bit.
5798 * gst/playback/gstplaybasebin.c: (queue_overrun),
5799 (queue_threshold_reached), (queue_out_of_data),
5800 (gen_preroll_element):
5801 If a queue over/underruns check that we don't create nasty
5802 deadlocks when the min-threshold is not reached but the
5803 max-bytes is. In those cases disable max-bytes when we
5804 know that the queue is fed timed data.
5807 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5809 * gst/playback/gstplaybin.c: (gen_audio_element):
5810 Make playbin automatically plug an 'audioresample'
5811 element before the audio sink as well. This solves
5812 problems with sinks that only accept a very specific
5813 sample rate, like esdsink (e.g. #340379).
5815 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5817 * gst/playback/gstplaybasebin.c: (gen_source_element):
5818 Make http sources send special headers so that we receive
5819 icecast metadata if the http stream is an icecast stream
5820 (otherwise the server will just ignore them). This also
5821 means that from now on users will need the 'icydemux'
5822 element from gst-plugins-good installed if they want to
5823 listen to icecast radio streams. (#341432, #333657).
5825 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5827 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5828 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5829 remove stupid example from docs - it should come with a simple
5832 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5833 (fail_if_can_read), (GST_START_TEST),
5834 (gst_multifdsink_create_streamheader), (multifdsink_suite):
5835 add a test for changing streamheader which exposes a bug in
5838 2006-05-11 Michael Smith <msmith@fluendo.com>
5840 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5841 (gst_gnome_vfs_src_received_headers_callback):
5842 * ext/gnomevfs/gstgnomevfssrc.h:
5843 Don't set icy-caps unless we have a sane interval value. Move
5844 interval to a local variable; we never use it outside this function.
5846 2006-05-11 Wim Taymans <wim@fluendo.com>
5848 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5849 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5850 Register special buffer types along with the objects so
5851 that they are not registered at runtime from N different
5852 streaming threads since they are not threadsafe.
5854 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5856 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5857 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5858 add two more tests, one doing streamheader
5860 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5862 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5863 clean up the bufqueue when shutting down
5864 * tests/check/Makefile.am:
5865 * tests/check/elements/multifdsink.c: (setup_multifdsink),
5866 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5868 add a test for the leak that was just fixed
5870 2006-05-10 Wim Taymans <wim@fluendo.com>
5872 * gst/adder/gstadder.c: (gst_adder_setcaps),
5873 (gst_adder_query_duration), (gst_adder_query), (forward_event),
5874 (gst_adder_src_event), (gst_adder_sink_event),
5875 (gst_adder_class_init), (gst_adder_finalize),
5876 (gst_adder_request_new_pad), (gst_adder_collected):
5877 * gst/adder/gstadder.h:
5878 Updated some docs. Added comments and FIXMEs all over the place.
5879 Improve debugging info.
5880 Fix leak on finalize by not calling the parent.
5881 Implement duration query.
5882 Make event forwarding threadsafe.
5883 Correctly send NEWSEGMENT at start and after flush.
5884 Handle EOS correctly.
5885 Post error when not negotiated.
5887 * tests/check/elements/adder.c: (GST_START_TEST):
5888 Added FIXME in the test.
5890 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5892 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5893 (gst_text_overlay_halign_get_type),
5894 (gst_text_overlay_wrap_mode_get_type):
5895 * ext/theora/theoradec.c: (theora_handle_type_packet),
5896 (theora_handle_data_packet):
5897 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5898 (theora_enc_sink_setcaps), (theora_enc_chain):
5899 * gst-libs/gst/cdda/gstcddabasesrc.c:
5900 (gst_cdda_base_src_mode_get_type):
5901 * gst/audiotestsrc/gstaudiotestsrc.c:
5902 (gst_audiostestsrc_wave_get_type):
5903 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5904 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5905 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5906 (gst_sync_method_get_type), (gst_unit_type_get_type),
5907 (gst_client_status_get_type):
5908 * gst/videoscale/gstvideoscale.c:
5909 (gst_video_scale_method_get_type):
5910 * gst/videotestsrc/gstvideotestsrc.c:
5911 (gst_video_test_src_pattern_get_type):
5912 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5913 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5914 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5915 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5916 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5917 (paint_setup_RGB565), (paint_setup_xRGB1555):
5918 Const-ify GEnumValue and GFlagsValue arrays. Use
5919 GST_ROUND_UP_* macros instead of home-made ones.
5921 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5924 Require core CVS for the new newsegment stuff.
5926 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5928 Patch by: Sjoerd Simons <sjoerd at luon net>
5930 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5931 Register nick for enum value (#341160).
5933 2006-05-09 Stefan Kost <ensonic@users.sf.net>
5935 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5937 backout typefind patch #340375
5939 * tests/check/elements/adder.c: (message_received),
5940 (GST_START_TEST), (adder_suite):
5941 redo, signal-handling of test
5943 2006-05-09 Wim Taymans <wim@fluendo.com>
5945 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5946 (gst_adder_collected):
5947 * gst/adder/gstadder.h:
5948 Remove bogus segment merging and forwarding, we don't
5949 care about timestamps anyway and we just produce a
5951 Also create a nice NEWSEGMENT event when we start.
5952 Use _scale_int some more.
5954 2006-05-09 Edward Hervey <edward@fluendo.com>
5956 * tests/icles/stress-xoverlay.c:
5957 Fix if core was built without parsing support.
5959 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5961 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5962 Add SEDG (Samsung MPEG-4) fourcc.
5964 2006-05-09 Edward Hervey <edward@fluendo.com>
5966 * tests/icles/stress-xoverlay.c:
5967 * tests/examples/volume/volume.c:
5968 Fix if core was built without parsing support.
5970 * tests/examples/seek/seek.c:
5971 Disable the parse_launch example if core was built without parsing
5974 2006-05-08 Edward Hervey <edward@fluendo.com>
5976 * autogen.sh: (CONFIGURE_DEF_OPT):
5977 libtoolize on Darwin/MacOSX is called glibtoolize
5979 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5981 * tests/check/Makefile.am:
5982 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5983 Disable the adder test, until the build-slaves posses the kindness to
5984 either like it or to give valid reason for not doing so
5986 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5988 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5990 Shuffle NULL state change around and raise timeout more
5992 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5994 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5995 (mp4_type_find), (plugin_init):
5996 Add typefind to distinguish between "audio/x-m4a" and new type
5997 "video/mp4". Fixes #340375
5999 * tests/check/elements/adder.c: (adder_suite):
6000 Raise timeout to make buildbot happy
6002 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6004 * gst/adder/gstadder.c: (gst_adder_sink_event),
6005 (gst_adder_request_new_pad), (gst_adder_change_state):
6006 * gst/adder/gstadder.h:
6007 * tests/check/Makefile.am:
6008 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6009 (adder_suite), (main):
6010 Add sink-event handling to adder. It tries to merge incomming
6011 newsegment-events. Added test to check if segment_done is comming
6012 through. Fixes #340060
6014 2006-05-05 Andy Wingo <wingo@pobox.com>
6016 * ext/theora/theoraparse.c (gst_theora_parse_init)
6017 (theora_parse_src_convert, theora_parse_src_query):
6018 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6019 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6020 query functions on the source pads of the theora and vorbis parse
6021 elements. Fixes position querying when doing a remux.
6023 2006-05-05 Michael Smith <msmith@fluendo.com>
6025 * ext/theora/theoraparse.c: (parse_granulepos),
6026 (theora_parse_drain_queue_prematurely),
6027 (theora_parse_queue_buffer), (theora_parse_sink_event):
6029 Fix invalid granulepos outputs when starting with a non-keyframe.
6031 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
6033 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6034 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6035 Rearrange MPEG system stream detection, fixing some memleaks in the
6037 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6038 they clean up their data correctly.
6039 Remove unused ogganx caps and move the 'is_annodex' check to inside
6040 the 'is_ogg' if statement.
6042 2006-05-05 Wim Taymans <wim@fluendo.com>
6044 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6045 Properly remove ghostpads. Fixes #340392
6047 2006-05-04 David Schleef <ds@schleef.org>
6049 * gst/typefind/gsttypefindfunctions.c:
6051 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
6053 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6054 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6056 When typefinding an MP3 in push-based mode, don't penalise the
6057 probability down to 74% when we found 5 valid frames just because we
6058 can't peek the end of the file.
6060 Make the probability for detecting MPEG Transport Streams based on the
6061 number of sequential headers we successfully detected.
6063 2006-05-03 Wim Taymans <wim@fluendo.com>
6065 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6066 (vorbis_dec_push), (vorbis_dec_chain):
6067 Still produce an error when we receive an empty packet.
6069 2006-05-03 Wim Taymans <wim@fluendo.com>
6071 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6072 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6073 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6074 Mark buffers with DISCONT after seek and after activating new
6077 * ext/theora/gsttheoradec.h:
6078 * ext/theora/theoradec.c: (gst_theora_dec_reset),
6079 (theora_get_query_types), (theora_dec_sink_event),
6080 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6081 (theora_dec_change_state):
6083 Detect and mark DISCONT buffers.
6085 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6086 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6087 (vorbis_dec_change_state):
6088 * ext/vorbis/vorbisdec.h:
6090 Detect and mark DISCONT buffers.
6091 Don't crash on 0 sized buffers.
6093 2006-05-03 Wim Taymans <wim@fluendo.com>
6095 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6096 (volume_transform_ip):
6097 Increase "volume" property to 10.0. Fixes #340369.
6098 Set the process function to NULL when capsnego fails so that
6099 we properly error out.
6101 2006-05-02 Stefan Kost <ensonic@users.sf.net>
6103 * gst/playback/gstplaybin.c: (add_sink):
6104 * gst/playback/test.c: (main):
6105 * gst/playback/test5.c: (dump_element_stats):
6106 * gst/playback/test6.c: (main):
6107 free caps using gst_caps_unref, don't leak caps-strings
6109 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
6111 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6113 Refine musepack typefinding a bit. Return MAXIMUM
6114 probability when we detect stream version 7 to make
6115 sure the mpeg audio typefinder doesn't trump us.
6117 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
6119 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6120 Protect against unexpected NULL strf_data buffer.
6122 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6124 * tests/check/elements/audioconvert.c: (verify_convert),
6126 interpret the out[] buffer in the order the bytes are actually
6127 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6128 Other tests should use BYTE_ORDER since the array is filled in
6131 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6133 * tests/check/elements/audioconvert.c: (verify_convert),
6135 when a test fails, give an indication of which it is
6137 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6139 * gst-libs/gst/cdda/gstcddabasesrc.c:
6140 compile fix; strtol() needs <stdlib.h>
6142 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6144 * ext/alsa/gstalsamixerelement.c:
6145 * ext/alsa/gstalsasrc.c:
6146 * ext/cdparanoia/gstcdparanoiasrc.c:
6147 * ext/gnomevfs/gstgnomevfssink.c:
6148 * ext/gnomevfs/gstgnomevfssrc.c:
6149 * ext/ogg/gstoggdemux.c:
6150 * ext/ogg/gstoggmux.c:
6151 * ext/ogg/gstoggparse.c:
6152 * ext/ogg/gstogmparse.c:
6153 * ext/pango/gstclockoverlay.c:
6154 * ext/pango/gsttextoverlay.c:
6155 * ext/pango/gsttextrender.c:
6156 * ext/pango/gsttimeoverlay.c:
6157 * ext/theora/theoradec.c:
6158 * ext/theora/theoraenc.c:
6159 * ext/vorbis/vorbisdec.c:
6160 * ext/vorbis/vorbisenc.c:
6161 * gst-libs/gst/audio/gstaudiofilter.c:
6162 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6163 * gst/audioconvert/gstaudioconvert.c:
6164 * gst/audiorate/gstaudiorate.c:
6165 * gst/audioresample/gstaudioresample.c:
6166 * gst/audiotestsrc/gstaudiotestsrc.c:
6167 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6168 * gst/playback/gstdecodebin.c:
6169 * gst/playback/gstplaybin.c:
6170 * gst/playback/gststreamselector.c:
6171 * gst/subparse/gstsubparse.c:
6172 * gst/tcp/gstmultifdsink.c:
6173 * gst/tcp/gsttcpclientsink.c:
6174 * gst/tcp/gsttcpclientsrc.c:
6175 * gst/tcp/gsttcpserversink.c:
6176 * gst/tcp/gsttcpserversrc.c:
6177 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6178 * gst/videorate/gstvideorate.c:
6179 * gst/videoscale/gstvideoscale.c:
6180 * gst/videotestsrc/gstvideotestsrc.c:
6181 * gst/volume/gstvolume.c:
6182 * sys/v4l/gstv4ljpegsrc.c:
6183 * sys/v4l/gstv4lmjpegsink.c:
6184 * sys/v4l/gstv4lmjpegsrc.c:
6185 * sys/v4l/gstv4lsrc.c:
6186 * sys/ximage/ximagesink.c:
6187 * sys/xvimage/xvimagesink.c:
6188 * tests/check/libs/cddabasesrc.c:
6189 make GstElementDetails const
6191 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6193 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6195 send events from src-pad to all sink-pads fixes #338657
6197 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6199 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6200 (alsasink_parse_spec):
6201 query width capabilities from alsa, fixes #338919
6203 2006-04-28 Wim Taymans <wim@fluendo.com>
6205 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6206 (gst_multi_fd_sink_remove_client_link):
6207 * gst/tcp/gstmultifdsink.h:
6208 Fix race condition in multifdsink that can lead to spurious
6209 duplicate clients. this patch adds a new signal that is fired when
6210 multifdsink has removed all references to the fd.
6212 Updated documentation.
6213 API: client-fd-removed signal added
6215 2006-04-28 Michael Smith <msmith@fluendo.com>
6217 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6218 When asking g_value_array_new to prealloc elements, we may as well
6219 ask for the right number of elements.
6221 2006-04-28 Wim Taymans <wim@fluendo.com>
6223 * gst-libs/gst/audio/gstbaseaudiosink.c:
6224 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6225 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6226 patch to make timestamp checking more tollerant to rounding
6227 errors given that real discontinuities are to be marked on
6228 buffers. Fixes some asf files and #338778.
6229 Also avoid some crashers when we receive an event in the
6232 2006-04-28 Michael Smith <msmith@fluendo.com>
6234 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6235 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6236 (gst_gnome_vfs_src_get_property),
6237 (gst_gnome_vfs_src_send_additional_headers_callback),
6238 (gst_gnome_vfs_src_received_headers_callback),
6239 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6240 (gst_gnome_vfs_src_stop):
6241 * ext/gnomevfs/gstgnomevfssrc.h:
6242 Remove ICY handling (mostly) from gnomevfssrc, in favour of
6243 proper shared support within icydemux.
6245 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6247 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6248 (gst_video_rate_swap_prev), (gst_video_rate_chain):
6250 fix a leak when no caps negotiated
6251 fix counting of input frames
6252 * tests/check/elements/.cvsignore:
6253 * tests/check/elements/videorate.c: (assert_videorate_stats),
6254 (GST_START_TEST), (videorate_suite):
6257 2006-04-28 Wim Taymans <wim@fluendo.com>
6259 * gst-libs/gst/audio/gstringbuffer.c:
6260 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6261 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6262 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6263 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6264 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6265 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6266 (gst_ring_buffer_commit), (gst_ring_buffer_read),
6267 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6268 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6269 Check arguments passed to public functions instead of
6272 2006-04-28 Wim Taymans <wim@fluendo.com>
6274 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6275 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6276 GstBaseAudioSrc must be live or it does not work.
6278 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6279 Don't set live to TRUE as this is the default in the parentclass.
6281 2006-04-28 Wim Taymans <wim@fluendo.com>
6283 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6284 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6285 Videoscale doesn't pass on pixel-aspect ratio. Handle all
6286 fixation cases better. Fixes #338991
6288 2006-04-28 Wim Taymans <wim@fluendo.com>
6290 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6291 Handle 0/1 framerate correctly Fixes #331901.
6293 2006-04-28 Wim Taymans <wim@fluendo.com>
6295 * tests/check/elements/audioconvert.c: (get_float_caps),
6296 (GST_START_TEST), (audioconvert_suite):
6297 Added check for correct clipping when doing float samples
6300 2006-04-28 Wim Taymans <wim@fluendo.com>
6302 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6303 (gst_video_rate_chain):
6304 Print more debugging info.
6306 2006-04-28 Wim Taymans <wim@fluendo.com>
6308 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6309 (resample_set_state_from_caps):
6310 Add support for other formats audioresample can handle such as
6311 32 bits in and float and 64 bits float. Fixes #301759
6313 2006-04-28 Wim Taymans <wim@fluendo.com>
6315 * gst/audioconvert/audioconvert.c: (float):
6316 correctly clip float samples > 1.0. Fixes #338718
6318 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6320 Patch by: Young-Ho Cha <ganadist at chollian net>
6322 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6323 (gst_text_overlay_render_text):
6324 Don't strip newlines from the text. Also, center lines
6325 within multi-line paragraphs (#339405).
6327 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6329 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6330 Fix wavpack typefinding to work in more cases (don't peek
6331 for chunks of multiple hundred kBs at once, but process
6332 things step-by-step in smaller units). Fixes #339786.
6334 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6339 === release 0.10.6 ===
6341 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6344 releasing 0.10.6, "Chao"
6346 2006-04-26 David Schleef <ds@schleef.org>
6348 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6351 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6354 * win32/common/config.h:
6357 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6359 patch by: Wim Taymans
6361 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6362 (gst_ogg_demux_perform_seek):
6363 make sure correct newsegments are sent, so that the decoder
6364 and the demuxer agree on timestamps. Fixes playback of a lot
6365 of Ogg files that do not start from 0. Fixes #339833.
6367 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6369 Patch by: Edward Hervey <edward@fluendo.com>
6371 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6372 * tests/check/Makefile.am:
6373 * tests/check/elements/videorate.c: (assert_videorate_stats),
6374 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6375 (videorate_suite), (main):
6376 Fix an infinite loop if frames are passed in with wrongly ordered
6377 timestamps. Fixes #339013.
6379 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6381 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6383 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6384 fix typefinding on some ISO files. Fixes #339212.
6386 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6388 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6390 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6391 add another H264 fourcc. Fixes #339047.
6393 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6395 Patch by: Jan Schmidt
6397 * gst/playback/gststreamselector.c:
6398 (gst_stream_selector_bufferalloc):
6399 Restore old StreamSelector behaviour.
6402 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
6405 * win32/common/config.h:
6408 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6410 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6412 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6413 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6414 Fix some memory leaks: on finalize, free buffers left in the queue
6415 before destroying the queue; in _push(), unref rtp_buf even if
6416 the process vfunc returned a NULL buffer as output buffer (#337548);
6417 demote some recuring debug messages to LOG level.
6419 2006-04-11 Wim Taymans <wim@fluendo.com>
6421 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6422 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6423 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6424 (gst_ogg_demux_loop):
6426 Respect segment stop when emiting EOS or SEGMENT_DONE.
6429 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6431 * gst/playback/gststreamselector.c:
6432 (gst_stream_selector_get_property):
6433 Don't leak pad name.
6435 2006-04-10 Michael Smith <msmith@fluendo.com>
6437 * tests/check/Makefile.am:
6438 * tests/check/gst-plugins-base.supp:
6439 Suppress an old libtheora bug (fixed in more recent versions), so
6440 that FC4 buildslaves can pass.
6442 2006-04-10 Wim Taymans <wim@fluendo.com>
6444 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6445 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6446 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6447 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6448 (gst_ogg_demux_loop):
6450 Remember what error we got when finding chains, if we
6451 were shutdown, that would not be an error.
6453 2006-04-10 Wim Taymans <wim@fluendo.com>
6455 * gst-libs/gst/audio/gstbaseaudiosink.c:
6456 (gst_base_audio_sink_event):
6457 Starting the ringbuffer when we did not acquire it can cause
6458 a deadlock, is pointless and causes nasty things for
6460 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6462 2006-04-10 Wim Taymans <wim@fluendo.com>
6464 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6465 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6466 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6467 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6468 (gst_ogg_demux_deactivate_current_chain),
6469 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6470 (gst_ogg_demux_bisect_forward_serialno),
6471 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6472 Add some more debugging.
6474 2006-04-10 Wim Taymans <wim@fluendo.com>
6476 * ext/theora/theoradec.c: (theora_dec_src_event),
6477 (theora_handle_data_packet):
6478 Some more debug info.
6480 * tests/examples/seek/seek.c: (start_seek), (main):
6481 Print element messages too.
6483 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
6485 * gst/audioresample/debug.h:
6486 replace debug macros with variable number of parameters
6487 by a simple alias to gstreamer standard debug macros
6488 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6489 supported by MSVC 6.0 and 7.1)
6490 * gst/audioresample/resample.h:
6491 define M_PI and rint for WIN32
6492 * win32/common/libgstaudio.def:
6493 * win32/common/libgstriff.def:
6494 * win32/common/libgsttag.def:
6495 * win32/common/libgstvideo.def:
6496 add new exported functions
6498 update project files
6500 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6502 * ext/alsa/gstalsamixeroptions.c:
6503 (gst_alsa_mixer_options_class_init):
6504 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6505 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6506 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6507 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6508 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6509 * gst-libs/gst/audio/gstaudiofilter.c:
6510 (gst_audio_filter_class_init):
6511 * gst-libs/gst/audio/gstaudiosink.c:
6512 (gst_audioringbuffer_class_init):
6513 * gst-libs/gst/audio/gstaudiosrc.c:
6514 (gst_audioringbuffer_class_init):
6515 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6516 * gst-libs/gst/interfaces/colorbalancechannel.c:
6517 (gst_color_balance_channel_class_init):
6518 * gst-libs/gst/interfaces/mixeroptions.c:
6519 (gst_mixer_options_class_init):
6520 * gst-libs/gst/interfaces/mixertrack.c:
6521 (gst_mixer_track_class_init):
6522 * gst-libs/gst/interfaces/tunerchannel.c:
6523 (gst_tuner_channel_class_init):
6524 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6525 * gst-libs/gst/netbuffer/gstnetbuffer.c:
6526 (gst_netbuffer_class_init):
6527 * gst-libs/gst/rtp/gstbasertppayload.c:
6528 (gst_basertppayload_class_init):
6529 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6530 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6531 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6532 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6533 * gst/playback/gststreamselector.c:
6534 (gst_stream_selector_class_init):
6535 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6536 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6537 * sys/v4l/gstv4lcolorbalance.c:
6538 (gst_v4l_color_balance_channel_class_init):
6539 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6540 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6541 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6542 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6543 (gst_v4l_tuner_norm_class_init):
6544 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6545 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6546 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6547 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6549 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6551 * ext/pango/gsttextrender.h:
6552 * gst-libs/gst/audio/gstaudiosink.h:
6553 * gst-libs/gst/audio/gstaudiosrc.h:
6554 * gst-libs/gst/audio/gstbaseaudiosink.h:
6555 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6556 * gst-libs/gst/audio/gstringbuffer.h:
6557 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6558 * gst-libs/gst/rtp/gstbasertppayload.h:
6559 * gst-libs/gst/video/gstvideofilter.h:
6560 * gst-libs/gst/video/gstvideosink.h:
6561 * gst/playback/gstplaybasebin.h:
6562 * gst/tcp/gstmultifdsink.h:
6563 * sys/v4l/gstv4lelement.h:
6564 Fix broken GObject macros
6566 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6568 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6569 More debug to trace why my USB headset is not working with gst
6571 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6573 * gst/playback/gstplaybasebin.c: (group_destroy):
6574 Clean up our group elements properly in the case where it never
6575 got committed - it still got added unconditionally to the bin.
6577 2006-04-07 Wim Taymans <wim@fluendo.com>
6579 * ext/theora/theoradec.c: (theora_dec_sink_event),
6580 (theora_handle_data_packet), (theora_dec_chain):
6581 Unref unhandled events.
6582 Protect against empty buffers.
6583 Perform QoS on running time.
6585 2006-04-07 Michael Smith <msmith@fluendo.com>
6587 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6588 (gst_vorbis_enc_chain):
6589 Remove leaks from vorbisenc.
6590 Mostly minor changes, the only significant one is that now the
6591 buffers we set as 'streamheader' on the caps are copies of the
6592 original buffers, to avoid circular refcounting problems.
6594 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6596 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6597 Don't remove our mute-probe if someone else already did so.
6598 Don't set a 2nd one if there is already one pending on the pad.
6600 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6602 When a seek fails, ensure that playbin is still set back to playing.
6604 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6605 (mpeg_ts_type_find), (plugin_init):
6606 Add a typefind function for mpeg-ts streams. (Closes: #336617)
6608 2006-04-06 Andy Wingo <wingo@pobox.com>
6610 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
6611 (gst_video_rate_init): Caps-related parameters should not be reset
6612 by a flush -- move their inits to the instance init function.
6613 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6614 is not OK, just return the result.
6616 * gst/audiotestsrc/gstaudiotestsrc.c
6617 (gst_audio_test_src_class_init)
6618 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6619 broken by Stefan's commit on 24 March.
6621 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6622 buffers being pushed out. Fixes oggmux ! multifdsink.
6624 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
6626 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6627 (gst_vorbis_dec_init), (vorbis_dec_finalize):
6628 * ext/vorbis/vorbisdec.h:
6629 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6630 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6631 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6632 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6633 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6634 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6635 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6636 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6637 (gst_vorbis_enc_buffer_from_packet),
6638 (gst_vorbis_enc_buffer_from_header_packet),
6639 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6640 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6641 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6642 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6643 (gst_vorbis_enc_change_state):
6644 * ext/vorbis/vorbisenc.h:
6645 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6646 vorbisenc adhere to the official nomenclature; use boilerplate
6649 2006-04-04 Andy Wingo <wingo@pobox.com>
6651 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6652 Whoops, fix bug introduced. Bad hacker!
6654 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6655 Properly handle the case where you get EOS before any buffers are
6656 received. Use gst_buffer_make_metadata_writable where appropriate.
6658 * ext/theora/theoradec.c (theora_handle_data_packet): This value
6659 is often negative -- make it signed so as not to wrap around.
6660 Fixes segfaults introduced on 9 March.
6662 2006-04-03 Wim Taymans <wim@fluendo.com>
6664 * ext/theora/gsttheoradec.h:
6665 * ext/theora/theoradec.c: (theora_dec_src_event):
6666 Don't try to store a gdouble in a gboolean.
6669 2006-04-03 Michael Smith <msmith@fluendo.com>
6671 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6673 Make it suck slightly less by writing out the final page.
6674 Still can't encode a vorbis-in-ogg file correctly, though.
6676 2006-04-03 Andy Wingo <wingo@pobox.com>
6678 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6681 * ext/theora/theora.c (plugin_init): Register theoraparse.
6683 * ext/theora/gsttheoraparse.h:
6684 * ext/theora/theoraparse.c: New files implementing a theora
6685 parser. Now we can properly remux ogg/theora+vorbis, yay.
6687 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6689 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6691 * gst/audiotestsrc/gstaudiotestsrc.c:
6692 Fixed the sample pipeline (see #323798)
6694 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6697 * win32/common/config.h:
6698 * win32/common/config.h.in:
6699 use AS_VERSION and AS_NANO
6702 2006-03-31 Andy Wingo <wingo@pobox.com>
6704 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6705 uninitialized variable return that would happen.
6707 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6708 uninitialized variable return that would never happen.
6710 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6711 (vorbis_parse_sink_event): Add an event function to flush our
6712 state on a seek, and to drain buffers on a premature EOS.
6713 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6714 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
6715 (vorbis_parse_chain, vorbis_parse_queue_buffer)
6716 (vorbis_parse_drain_queue): Queue up buffers until we can set
6717 their timestamps and granulepos values.
6719 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6720 and keep track of data needed for deriving granulepos and
6721 timestamps for buffers.
6723 2006-03-29 Wim Taymans <wim@fluendo.com>
6725 Patch by: j^ <j at bootlab dot org>
6727 * ext/alsa/gstalsamixerelement.c:
6728 (gst_alsa_mixer_element_class_init):
6729 * ext/alsa/gstalsasink.c:
6730 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6731 * ext/ogg/gstoggdemux.c:
6732 * ext/ogg/gstoggmux.c:
6733 * ext/ogg/gstoggparse.c:
6734 * ext/pango/gstclockoverlay.c:
6735 * ext/pango/gsttextoverlay.c:
6736 * ext/pango/gsttextrender.c:
6737 * ext/pango/gsttimeoverlay.c:
6738 * ext/theora/theoradec.c:
6739 * ext/theora/theoraenc.c:
6740 * ext/vorbis/vorbisdec.c:
6741 * ext/vorbis/vorbisenc.c:
6742 * gst/audioconvert/gstaudioconvert.c:
6743 * gst/subparse/gstsubparse.c:
6744 * gst/tcp/gstmultifdsink.c:
6745 * gst/tcp/gsttcpclientsink.c:
6746 * gst/tcp/gsttcpclientsrc.c:
6747 * gst/tcp/gsttcpserversink.c:
6748 * gst/tcp/gsttcpserversrc.c:
6749 better/unified long descriptions
6752 2006-03-29 Wim Taymans <wim@fluendo.com>
6754 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6756 Don't let double and triple clicks mess up our state.
6758 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6760 * gst/playback/gstplaybin.c: (gen_video_element),
6761 (gen_text_element), (gen_audio_element), (gen_vis_element):
6762 Error out gracefully when we can't create any of the usual
6763 conversion elements for some reason. Also, don't try to
6764 create an audioscale (sic) element that's not used anyway.
6766 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6768 * gst/playback/gstplaybasebin.c: (setup_source):
6769 Don't post RESOURCE_NOT_FOUND error when we can't find a source
6770 element for a particular protocol, that's confusing for users.
6771 Instead, post a RESOURCE_FAILED error, so that our own error
6772 message is actually shown in totem etc. (#336303).
6774 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6776 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6778 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6779 (gst_gnome_vfs_src_get_icy_metadata):
6780 Fix some minor memory leaks (#336194).
6782 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6784 * ext/gnomevfs/gstgnomevfs.c:
6785 (gst_gnome_vfs_location_to_uri_string):
6786 * ext/gnomevfs/gstgnomevfs.h:
6787 * ext/gnomevfs/gstgnomevfssink.c:
6788 (gst_gnome_vfs_sink_set_property):
6789 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6790 Make gnomevfssink accept filenames as well as URIs for the
6791 "location" property, just like gnomevfssrc does (and
6792 filesrc/filesink do) (#336190).
6794 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6796 * tests/check/generic/clock-selection.c: (GST_START_TEST):
6797 set to NULL before unreffing, fixes a valgrind leak.
6798 Why was this not triggering the error that an object needs to
6799 be NULL before unreffing ?
6800 * win32/common/config.h:
6803 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
6805 * gst/subparse/gstsubparse.c: (convert_encoding),
6806 (gst_sub_parse_change_state):
6807 * gst/subparse/gstsubparse.h:
6808 Text subtitle files may or may not be UTF-8. If it's not, we
6809 don't really want to see '?' characters in place of non-ASCII
6810 characters like accented characters. So let's assume the input
6811 is UTF-8 until we come across text that is clearly not. If it's
6812 not UTF-8, we don't really know what it is, so try the following:
6813 (a) see whether the GST_SUBTITLE_ENCODING environment variable
6814 is set; if not, check (b) if the current locale encoding is
6815 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6816 the current locale encoding is UTF-8 and the environment variable
6817 was not set to any particular encoding. Not perfect, but better
6818 than nothing (and better than before, I think) (fixes #172848).
6820 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6823 update core requirement to 0.10.4.1 because of async_playback
6824 vmethod on GstBaseSink
6826 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6828 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6829 * gst/adder/gstadder.c: (gst_adder_init):
6830 use DEBUG_FUNCPTR for collectpads
6832 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6834 * docs/plugins/Makefile.am:
6835 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6836 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6837 * ext/cdparanoia/gstcdparanoiasrc.c:
6838 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6839 (gst_gnome_vfs_sink_class_init):
6840 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6841 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6842 * ext/ogg/gstoggmux.c:
6843 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6844 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6845 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6846 * ext/pango/gsttextoverlay.c:
6847 * ext/pango/gsttextrender.c:
6848 * ext/theora/theoradec.c:
6849 * ext/theora/theoraenc.c:
6850 * ext/vorbis/vorbisdec.c:
6851 * ext/vorbis/vorbisenc.c:
6852 * gst-libs/gst/audio/gstaudiofilter.c:
6853 (gst_audio_filter_base_init):
6854 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6855 (gst_audio_filter_template_base_init):
6856 * gst/adder/gstadder.c: (gst_adder_get_type):
6857 * gst/adder/gstadder.h:
6858 * gst/audioconvert/gstaudioconvert.c:
6859 * gst/audiotestsrc/gstaudiotestsrc.c:
6860 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6861 (gst_audio_test_src_create):
6862 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6863 * gst/playback/gstdecodebin.c:
6864 * gst/playback/gstplaybin.c:
6865 * gst/playback/gststreamselector.c:
6866 (gst_stream_selector_base_init):
6867 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6868 * gst/volume/gstvolume.c:
6869 * sys/v4l/gstv4lmjpegsink.c:
6870 * sys/v4l/gstv4lmjpegsrc.c:
6871 * tests/check/libs/cddabasesrc.c:
6872 * tests/old/examples/gob/gst-identity2.gob:
6873 Add docs for adder, use GST_ELEMENT_DETAILS macro,
6874 define GstElementDetails at the top
6876 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
6878 * win32/common/libgstinterfaces.def:
6879 Add a lot of export functions for gst-python
6880 * win32/vs6/libgstinterfaces.dsp:
6881 Add a missing include folder in the project configuration
6883 2006-03-23 Wim Taymans <wim@fluendo.com>
6885 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6886 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6887 (gst_base_audio_src_change_state):
6888 Fix audio sources, forgot to make the ringbuffer
6891 2006-03-23 Wim Taymans <wim@fluendo.com>
6893 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6894 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6895 (gst_base_audio_src_change_state):
6896 unparent instead of unref the ringbuffer.
6898 2006-03-23 Wim Taymans <wim@fluendo.com>
6900 * gst-libs/gst/audio/gstbaseaudiosink.c:
6901 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6902 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6903 Implement new async_play vmethod to start slaving and allow
6904 playback start in case of async PLAY state changes.
6906 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6907 Enable QoS with new method in base class.
6909 2006-03-23 Wim Taymans <wim@fluendo.com>
6911 Patch by: Julien MOUTTE <julien at moutte dot net>
6913 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6914 (gst_video_test_src_do_seek), (gst_video_test_src_create):
6915 Partially handle 0 framerate, only EOS after the first frame
6918 2006-03-23 Wim Taymans <wim@fluendo.com>
6920 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6922 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6923 (gst_riff_create_video_template_caps):
6924 * gst/ffmpegcolorspace/avcodec.h:
6925 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6926 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6927 (gst_ffmpegcsp_avpicture_fill):
6928 * gst/ffmpegcolorspace/imgconvert.c:
6929 Patch for support of YVU9 AVI files (#334822)
6931 2006-03-22 Edward Hervey <edward@fluendo.com>
6933 * docs/design/design-decodebin.txt:
6934 Added design document for new decodebin
6935 (Target Caps): text/x-pango-markup is also a default target caps.
6937 2006-03-22 Wim Taymans <wim@fluendo.com>
6939 * gst-libs/gst/audio/gstbaseaudiosink.c:
6940 (gst_base_audio_sink_dispose):
6941 Since we _parent the ringbuffer, we also need to
6942 _unparent instead of a plain _unref.
6944 2006-03-22 Wim Taymans <wim@fluendo.com>
6946 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6947 (stop_seek), (scrub_toggle_cb), (main):
6950 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
6952 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6953 (gst_ogg_parse_chain):
6954 Fix very inefficient usage of linked lists (#335365).
6956 2006-03-21 Edward Hervey <edward@fluendo.com>
6958 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6959 * gst/playback/gstplaybin.c: (handoff):
6960 * gst/playback/gststreamselector.c:
6961 (gst_stream_selector_set_property):
6962 gcc 4.1 unreferenced pointer fixes.
6963 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6964 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6965 gst_buffer_ref() now takes a GstBuffer*.
6967 2006-03-20 Julien MOUTTE <julien@moutte.net>
6969 * sys/xvimage/xvimagesink.c:
6970 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6973 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
6975 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6976 (id3v1_type_find), (apetag_type_find), (plugin_init):
6977 Can't do tag preferences via probability, as tags would then
6978 lose against types that are recognised with MAXIMUM probability
6979 (like .wav); so let all tag typefinders return MAXIMUM themselves
6980 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6981 that we can prefer APE to ID3v1 (fixes #335028).
6983 2006-03-17 Wim Taymans <wim@fluendo.com>
6985 * gst-libs/gst/audio/gstbaseaudiosink.c:
6986 (gst_base_audio_sink_change_state):
6987 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6988 (gst_ring_buffer_may_start):
6989 * gst-libs/gst/audio/gstringbuffer.h:
6990 Only start playback if we are playing.
6993 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
6995 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6996 * win32/common/config.h:
6997 Revert accidental commits to these files.
6999 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
7001 Patch by: Michal Benes <michal dot benes at xeris dot cz>
7003 * tests/Makefile.am:
7004 Don't try to build tests in tests/icles if we
7005 don't have X (#323852)
7007 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
7009 * gst-libs/gst/tag/gstid3tag.c:
7010 Add TXXX frame identifiers for replaygain stuff as used
7011 by some taggers (see #323721).
7013 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
7015 * gst/playback/gststreamselector.c:
7016 (gst_stream_selector_set_property),
7017 (gst_stream_selector_bufferalloc):
7018 Preserve the existing buggy streamselector behaviour by performing
7019 a fallback buffer allocation when downstream isn't linked yet.
7020 This should really be fixed in playbin by blocking pads until it's
7022 Also, use gst_pad_alloc_buffer instead of
7023 gst_pad_alloc_buffer_and_set.
7025 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7027 * gst-libs/gst/tag/gstid3tag.c:
7028 Don't crash on unknown ID3v2 TXXX frames.
7030 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
7032 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7033 Chain up to the parent finalize method.
7034 Add 32-bit sample size to the template caps.
7036 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7037 (gst_riff_create_video_template_caps):
7038 Add the fourcc that the VMWare codec uses.
7040 * gst/playback/gststreamselector.c:
7041 (gst_stream_selector_set_property),
7042 (gst_stream_selector_bufferalloc),
7043 (gst_stream_selector_request_new_pad):
7044 For the active pad, forward buffer-alloc requests, otherwise
7045 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7046 having to memcpy every frame when used by playbin.
7048 * gst/tcp/gstmultifdsink.c:
7049 (gst_multi_fd_sink_handle_client_write):
7050 Get negotiated caps from the sink pad, rather than the sink
7053 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7055 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7057 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7058 Don't forget to set src->callbacks_pushed to FALSE again when
7059 popping them, otherwise re-activation in a different mode won't
7062 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7064 Patch by: Sebastien Moutte <sebastien moutte net>
7066 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7067 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7068 (gst_ffmpeg_smpfmt_to_caps):
7069 Replace __VA_ARGS__ caps creation macros with varargs functions.
7070 Makes things compile on MSVC (#320765), looks nicer, and we can
7071 tell the compiler to check for the NULL terminator.
7073 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7075 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7077 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7078 Make sure the buffer we copy into is really always big
7079 enough, this time for real (#333488).
7081 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7083 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7084 Add support for 24bpp DIB (#305279).
7086 2006-03-14 Wim Taymans <wim@fluendo.com>
7088 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7089 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7090 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7091 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7092 (gst_video_scale_init), (gst_video_scale_src_event):
7093 Re-enable QoS after the release.
7094 Rework videoscale to use the base class src_event handler.
7096 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7101 === release 0.10.5 ===
7103 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
7106 releasing 0.10.5, "Net"
7108 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
7110 * docs/plugins/Makefile.am:
7111 Part of previous cdparanoiasrc docs fixes, forgot to commit.
7113 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7115 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7116 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7117 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7118 Add cdparanoiasrc to docs.
7120 * gst-libs/gst/cdda/gstcddabasesrc.c:
7121 More GstCddaBaseSrc docs.
7123 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7125 * docs/libs/gst-plugins-base-libs-sections.txt:
7126 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7127 * gst-libs/gst/tag/tag.h:
7128 API: libgsttag: new method gst_tag_from_id3_user_tag().
7130 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7132 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7133 NULL-terminate array of mpeg4 video file extensions.
7134 Fixes crash on PPC (#334226).
7136 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7138 * ext/gnomevfs/gstgnomevfssrc.c:
7139 (gst_gnome_vfs_src_check_get_range):
7140 gnome_vfs_uri_is_local() alone is not a good indicator
7141 whether we can operate in pull-mode with a specific URI,
7142 as it returns FALSE for file:// URIs that point to an
7143 NFS-mounted path. Be more conservative here: whitelist
7144 local files, blacklist http URIs and use the old
7145 mechanism for anything else (fixes #334216).
7147 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7152 === release 0.10.4 ===
7154 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7157 releasing 0.10.4, "Power"
7159 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
7161 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7162 Disable max-lateness by setting it to -1 for now, so that
7163 we can bed QoS stuff in thoroughly between now and the next
7166 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
7168 Patch by: Fabrizio Gennari
7170 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7171 Make sure we don't read beyond the palette buffer in case of
7172 broken or manipulated files (#333488)
7174 2006-03-10 Edward Hervey <edward@fluendo.com>
7176 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7177 Fix for variable not initialized.
7179 2006-03-09 Wim Taymans <wim@fluendo.com>
7181 * ext/libvisual/visual.c: (gst_visual_get_type),
7182 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7186 * ext/theora/gsttheoradec.h:
7187 * ext/theora/theoradec.c: (gst_theora_dec_init),
7188 (gst_theora_dec_reset), (_theora_granule_time),
7189 (theora_dec_src_convert), (theora_dec_sink_convert),
7190 (theora_dec_src_query), (theora_dec_src_event),
7191 (theora_dec_sink_event), (theora_handle_comment_packet),
7192 (theora_handle_header_packet), (theora_dec_push),
7193 (theora_handle_data_packet), (theora_dec_chain),
7194 (theora_dec_change_state):
7197 2006-03-09 Wim Taymans <wim@fluendo.com>
7199 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7200 (audiocast_register_listener), (gst_gnome_vfs_src_start):
7203 2006-03-09 Wim Taymans <wim@fluendo.com>
7205 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7206 Don't try to activate NULL chains.
7208 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7210 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7211 Fix invalid memory access to region before peek'd data (#332964).
7213 2006-03-09 Wim Taymans <wim@fluendo.com>
7215 Patch by: Christophe Fergeau
7217 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7218 * ext/pango/gsttextrender.c: (gst_text_render_init):
7219 * gst/adder/gstadder.c: (gst_adder_init):
7220 Don't leak padtemplates, closes #333510.
7222 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7224 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7225 Fix invalid memory access: make sure string passed to
7226 regexec() is NUL-termianted.
7228 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7230 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7232 Refactor mpeg/audio typefinding to make it more maintainable
7233 and easier to fine-tune. Make probing into middle of the file
7234 work properly (fixes #333900, also see #152688).
7236 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7238 * gst/typefind/gsttypefindfunctions.c:
7239 (utf8_type_find_have_valid_utf8_at_offset):
7240 Remove part from previous commit that was bogus:
7241 g_utf8_validate() does in fact not accept embedded
7242 zeroes, so we don't need to check for those (thanks
7243 to Mike for the hint).
7245 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7247 * gst/typefind/gsttypefindfunctions.c:
7248 (utf8_type_find_count_embedded_zeroes),
7249 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7250 Make plain/text typefinder more conservative: firstly, check
7251 for embedded zeroes, which are perfectly valid UTF-8 characters,
7252 but also a fairly good sign that something is not a plain text
7253 file; secondly, probe into the middle of the file if possible.
7254 If we can't probe into the middle, limit the probability value
7255 to be returned to TYPE_FIND_POSSIBLE (see #333900).
7257 2006-03-08 Michael Smith <msmith@fluendo.com>
7259 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7260 Make typefind function name for mpeg4 video unique.
7262 2006-03-08 Wim Taymans <wim@fluendo.com>
7264 * ext/libvisual/visual.c: (gst_visual_init),
7265 (gst_visual_clear_actors), (gst_visual_dispose),
7266 (gst_visual_reset), (gst_visual_src_setcaps),
7267 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7268 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7269 (gst_visual_chain), (gst_visual_change_state):
7270 Cleanups, post nice errors.
7271 Handle sink and src events.
7272 Implement simple QoS.
7274 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7275 Use new basesink methods to configure max-lateness.
7278 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7279 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7280 Debug statement cleanups.
7282 * gst/volume/gstvolume.c: (gst_volume_class_init):
7285 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7287 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7288 (gst_text_overlay_init), (gst_text_overlay_set_property),
7289 (gst_text_overlay_get_property):
7290 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7291 as string type properties, but mark them deprecated. Add
7292 'halignment' and 'valignment' properties that use enums
7295 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7297 Patch by: Fabrizio Gennari
7299 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7300 Allow palettes with less than 256 colours in AVI files
7303 2006-03-07 Julien MOUTTE <julien@moutte.net>
7305 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7306 (gst_text_overlay_video_event): Fix wrong EOS handling on text
7307 pad. We were releasing the queued text buffer when we should keep
7308 it until video pad gets EOS or discard the text buffer because it's
7309 too old. That was eating the last subtitle buffer. Add some more
7312 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7314 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7315 (gst_text_overlay_video_chain):
7316 Fix invalid memory access (we can't access a buffer after it's been
7317 pushed downstream without taking a reference); fix memory leak (if
7318 there's no text to render, bail out before allocating stuff).
7320 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7322 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7323 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7324 * ext/pango/gsttextoverlay.h:
7325 If input is plain text, escape it before passing it to
7326 pango_layout_set_markup().
7328 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7330 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7331 Don't ignore flow return from gst_pad_push().
7333 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7335 Patch by: Fabrizio Gennari
7337 * ext/libvisual/visual.c: (gst_visual_getcaps),
7338 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7339 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7340 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7341 (gst_vorbisenc_convert_sink):
7342 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7343 (gst_audio_duration_from_pad_buffer):
7344 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7345 (gst_audio_filter_chain):
7346 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7347 (gst_base_rtp_depayload_setcaps):
7348 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7349 (gst_video_get_size):
7350 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7351 Don't leak references returned by gst_pad_get_parent()
7354 2006-03-06 Stefan Kost <ensonic@users.sf.net>
7356 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7357 change location param details
7358 * gst/volume/gstvolume.c: (plugin_init):
7359 correct plugin description
7361 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7363 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7364 (gst_gnome_vfs_src_check_get_range):
7365 Override GstBaseSrc::check_get_range() in order to avoid opening
7366 the resource just to check whether we can operate in pull-mode or
7367 not - we can predict that pretty well from the URI alone. Should
7368 fix problems with last.fm (#331690). (Requires latest core CVS).
7370 2006-03-06 Wim Taymans <wim@fluendo.com>
7372 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7373 (gst_video_sink_class_init):
7374 Throw away frames that are later than 20 ms.
7376 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7378 Patch by: Fabrizio Gennari
7380 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7381 Set depth on WMA caps (#333545)
7383 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
7385 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7386 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7387 put Theora BOS pages before others. This hardcodes
7388 the Ogg/Theora I profile, but hey.
7390 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
7393 updated with some examples
7394 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7395 (granulepos_add), (theora_buffer_from_packet):
7396 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7397 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7398 (gst_vorbisenc_chain):
7399 implement strategy from ext/ogg/README
7400 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7401 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7402 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7403 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7404 Fix muxer so that oggz-validate is happy with all streams;
7405 except for no eos mark, and the BOS page ordering
7406 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7407 (check_buffer_granulepos):
7408 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7409 update tests to check for OFFSET being set as requested
7410 fixed type of granulepos, it's not a ClockTime
7412 2006-03-05 Julien MOUTTE <julien@moutte.net>
7414 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7415 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7416 Check that the xvimage we are creating has a correct size
7417 before returning it. (#314897)
7419 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7421 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7422 Give id3 and ape tag typefinders a rank slightly higher
7423 than PRIMARY to ensure they're always run before any of
7424 the other typefinders (in particular wav and mp3) (#324186).
7426 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7428 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7429 Add support for '3IVD' fourcc (#333403).
7431 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
7434 Bump requirements to GStreamer CVS for the new error enum.
7436 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7437 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7438 space left on the device (fixes #333352).
7440 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
7443 add a project file for libgstvolume
7444 update the workspace
7446 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
7448 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7449 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7451 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7452 Set IN_CAPS on header buffers
7454 2006-03-02 Wim Taymans <wim@fluendo.com>
7456 * docs/plugins/Makefile.am:
7457 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7458 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7459 Add audioresample to docs.
7461 * gst/audioconvert/gstaudioconvert.c:
7464 * gst/audioresample/gstaudioresample.c:
7465 (gst_audioresample_base_init), (gst_audioresample_class_init),
7466 (gst_audioresample_init), (gst_audioresample_dispose),
7467 (audioresample_get_unit_size), (audioresample_transform_caps),
7468 (resample_set_state_from_caps), (audioresample_transform_size),
7469 (audioresample_set_caps), (audioresample_event),
7470 (audioresample_do_output), (audioresample_transform),
7471 (audioresample_pushthrough), (gst_audioresample_set_property),
7472 (gst_audioresample_get_property), (plugin_init):
7473 * gst/audioresample/gstaudioresample.h:
7475 Small code cleanups.
7477 2006-03-02 Wim Taymans <wim@fluendo.com>
7479 * docs/plugins/Makefile.am:
7480 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7481 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7482 Added videoscale to docs.
7484 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7485 (gst_video_rate_swap_prev), (gst_video_rate_event),
7486 (gst_video_rate_chain):
7489 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7490 (gst_video_scale_init), (gst_video_scale_prepare_size),
7491 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7492 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7493 * gst/videoscale/gstvideoscale.h:
7494 Added docs, examples.
7496 Post errors instead of g_warning.
7498 2006-03-02 Wim Taymans <wim@fluendo.com>
7500 * docs/libs/gst-plugins-base-libs-docs.sgml:
7501 * docs/libs/gst-plugins-base-libs-sections.txt:
7502 * docs/libs/gst-plugins-base-libs.types:
7503 * docs/plugins/Makefile.am:
7504 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7505 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7506 Added some more docs to libs and plugins.
7508 * gst-libs/gst/audio/gstringbuffer.c:
7509 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7510 * gst-libs/gst/audio/gstringbuffer.h:
7511 Document ringbuffer some more.
7513 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7514 (gst_video_rate_setcaps), (gst_video_rate_reset),
7515 (gst_video_rate_init), (gst_video_rate_flush_prev),
7516 (gst_video_rate_swap_prev), (gst_video_rate_event),
7517 (gst_video_rate_chain), (gst_video_rate_change_state):
7518 * gst/videorate/gstvideorate.h:
7519 Fix videorate to use segments.
7520 Make it work with 0/1 framerates (closes #331903)
7521 Handle EOS correctly.
7524 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7526 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7527 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7528 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7529 In state change function, first chain up to parent class,
7530 then handle downwards state change stuff. Remove some
7531 commented out cruft from 0.8 code.
7533 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7535 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7536 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7537 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7538 (gst_ogm_parse_chain):
7539 Don't remove/re-add source pad if the new caps are the same as
7540 the old caps anyway (#333042). When removing source pad, don't
7541 unref it afterwards - we didn't ref it when adding. Sprinkle some
7542 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7543 after using gst_pad_get_parent(). Return downstream flow return
7544 value in chain function.
7546 2006-03-02 Wim Taymans <wim@fluendo.com>
7548 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7549 * docs/plugins/gst-plugins-base-plugins.args:
7550 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7551 * docs/plugins/gst-plugins-base-plugins.interfaces:
7552 * docs/plugins/gst-plugins-base-plugins.signals:
7553 Fix hierarchy, added some more elements to the docs.
7555 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7556 (gst_ffmpegcsp_get_type):
7557 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7558 Fix docs for ffmpegcolorspace.
7560 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
7562 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7563 (apetag_type_find), (ape_type_find), (plugin_init):
7564 Some typefinding fine-tuning:
7565 - rank ID3/APE tags in order of preference via probabilities, so that
7566 ID3v2 > APEv2 > APEv1 > ID3v1.
7567 - three or four bytes don't really justify MAXIMUM probability,
7568 change those to 'very likely' (musepack and monkeysaudio).
7570 2006-03-01 Wim Taymans <wim@fluendo.com>
7572 * docs/plugins/Makefile.am:
7573 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7574 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7575 * ext/alsa/gstalsamixer.c:
7576 * ext/alsa/gstalsamixer.h:
7577 * ext/alsa/gstalsamixerelement.c:
7578 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7579 * ext/alsa/gstalsamixerelement.h:
7580 * ext/alsa/gstalsasink.c:
7581 * ext/alsa/gstalsasink.h:
7582 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7584 * ext/alsa/gstalsasrc.h:
7586 Small code cleanups.
7588 2006-03-01 Wim Taymans <wim@fluendo.com>
7590 * ext/theora/Makefile.am:
7591 Dist new header too,
7593 2006-03-01 Wim Taymans <wim@fluendo.com>
7595 * docs/plugins/Makefile.am:
7596 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7597 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7598 * ext/gnomevfs/gstgnomevfssink.h:
7599 * ext/gnomevfs/gstgnomevfssrc.h:
7600 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7601 * ext/vorbis/vorbisdec.h:
7602 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7603 * ext/vorbis/vorbisenc.h:
7604 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7605 (vorbis_parse_chain), (vorbis_parse_change_state):
7606 * ext/vorbis/vorbisparse.h:
7607 * gst/audioconvert/gstaudioconvert.h:
7608 * gst/tcp/gsttcpserversink.h:
7609 * gst/videotestsrc/gstvideotestsrc.c:
7610 * gst/videotestsrc/gstvideotestsrc.h:
7611 * gst/volume/gstvolume.c:
7612 * gst/volume/gstvolume.h:
7614 Added docs for vorbisdec and vorbisparse.
7617 2006-03-01 Wim Taymans <wim@fluendo.com>
7619 * docs/plugins/Makefile.am:
7620 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7621 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7622 * ext/pango/gstclockoverlay.h:
7623 * ext/pango/gsttextoverlay.h:
7624 * ext/pango/gsttextrender.h:
7625 * ext/pango/gsttimeoverlay.h:
7626 * ext/theora/gsttheoradec.h:
7627 * ext/theora/gsttheoraenc.h:
7628 * ext/theora/theoradec.c:
7629 * ext/theora/theoraenc.c:
7630 * gst/audioconvert/gstaudioconvert.h:
7631 * gst/audiotestsrc/gstaudiotestsrc.h:
7632 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7633 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7634 * gst/tcp/gstmultifdsink.h:
7635 Updated/added documentation.
7637 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7638 (gst_text_overlay_halign_get_type),
7639 (gst_text_overlay_wrap_mode_get_type),
7640 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7641 (gst_text_overlay_init), (gst_text_overlay_set_property),
7642 (gst_text_overlay_get_property):
7643 Fix up properties to be enums instead of string to make bindings,
7644 introspection and automatic GUI creation possible.
7645 Add getters for the properties.
7647 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
7649 * gst/audiotestsrc/gstaudiotestsrc.c:
7650 added defines of M_PI and M_PI_2
7651 * gst/ffmpegcolorspace/avcodec.h:
7652 removed #include "stdint.h" for win32 as _stdint.h is
7653 autogenerated to win32/common
7654 * win32/common/libgstaudio.def:
7655 * win32/common/libgsttag.def:
7658 some project files bugs corrected
7660 project files are reset to the default vs7 configuration
7661 (they link to msvcr71.dll using default optimizations)
7663 2006-02-28 Wim Taymans <wim@fluendo.com>
7665 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7668 2006-02-28 Edward Hervey <edward@fluendo.com>
7670 * ext/alsa/gstalsasrc.c:
7671 Set proper class on the ElementDetails:
7672 Source/Audio instead of Src/Audio/
7674 2006-02-28 Edward Hervey <edward@fluendo.com>
7676 * gst/videoscale/vs_scanline.c:
7677 (vs_scanline_resample_nearest_RGBA):
7678 Revert optimization in videoscale. It should go in liboil and have
7679 an appropriate liboil function.
7681 2006-02-28 Wim Taymans <wim@fluendo.com>
7683 * gst-libs/gst/audio/gstbaseaudiosink.c:
7684 (gst_base_audio_sink_provide_clock):
7685 Don't try to provide a clock in the NULL state.
7687 2006-02-28 Wim Taymans <wim@fluendo.com>
7689 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7690 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7691 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7692 (gst_ogg_demux_deactivate_current_chain),
7693 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7694 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7695 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7696 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7697 Use GstSegment infrastructure to remove duplicated code
7698 and handle more seek cases correctly.
7700 2006-02-28 Wim Taymans <wim@fluendo.com>
7702 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7703 (gst_ffmpegcsp_transform):
7704 Don't ignore return code from ffmpeg convert function.
7706 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7707 Split out some long statements to ease debugging.
7709 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
7711 * ext/libvisual/visual.c: (gst_visual_init),
7712 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7713 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7714 being able to renegotiate the size. Instead, use the negotiation
7715 algorithm from the goom plugin to pick an initial output caps.
7717 Also, allow theoretical libvisual plugins that might support non-GL
7718 output even if they also do GL.
7720 2006-02-26 Julien MOUTTE <julien@moutte.net>
7722 * ext/libvisual/visual.c: (gst_visual_init),
7723 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7724 (plugin_init): Load only non GL plugins. Fix some memleaks and
7725 possible negotiation issues.
7727 2006-02-25 Julien MOUTTE <julien@moutte.net>
7729 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7731 2006-02-24 Michael Smith <msmith@fluendo.com>
7733 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7734 (cmml_type_find), (plugin_init):
7735 Fix CMML type find function to not require a specific minor version
7738 Add an MPEG4 video elementary stream typefind function.
7740 2006-02-04 Michael Smith <msmith@fluendo.com>
7742 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7743 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7744 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7745 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7746 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7747 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7748 Annodex support in ogg demuxer. Doesn't do very much without the
7749 other annodex patches (to come).
7751 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7753 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7755 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7756 Pick up palette for MS video v1 (#327028)
7758 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7760 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7761 (gst_ffmpegcsp_caps_remove_format_info),
7762 (gst_ffmpegcsp_get_unit_size):
7763 The 'palette_data' field from incoming RGB caps shouldn't be
7764 proxied on outgoing YUV caps; also, restrict unit size
7765 adjustment in case of paletted data only to the unit that
7766 actually has a palette. Fixes #330711.
7768 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7770 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7771 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7772 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7773 (gst_ffmpegcsp_get_unit_size):
7774 Plug some memory leaks.
7776 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7778 * sys/ximage/Makefile.am:
7779 * sys/xvimage/Makefile.am:
7780 Add some _CFLAGS and _LIBS that seem to be missing
7781 and/or required for Cygwin (see #317048).
7783 2006-02-22 Wim Taymans <wim@fluendo.com>
7785 * ext/alsa/gstalsasrc.c:
7786 Fix description as pointed out by caugier.
7788 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
7790 Reviewed by : Edward Hervey <edward@fluendo.com>
7792 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7794 Better 3gp typefinding (#331526).
7796 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7798 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7799 Don't send EOS event here, the base class will send one for us.
7801 * gst/playback/gstplaybasebin.c: (prepare_output):
7802 Subpictures without video stream aren't allowed either.
7804 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7805 Fix debug statement copy'n'paste-o.
7807 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7809 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7810 Fix issues with mixer keeping state when muting/unmuting
7811 and when changing the volume whilst muted (see #331763
7814 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7816 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7817 (parse_subrip), (gst_sub_parse_format_autodetect):
7818 Set right caps given that we send escaped text. Also,
7819 honour <i></i>, <b></b> and <u></u> markers that can be found
7820 in .srt files (fixes #310202).
7822 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7824 * gst-libs/gst/audio/mixerutils.c:
7825 (element_factory_rank_compare_func):
7826 Make order in which elements are tried more determinable.
7828 2006-02-20 Julien MOUTTE <julien@moutte.net>
7830 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7831 (remove_element_chain), (cleanup_decodebin),
7832 (gst_decode_bin_change_state): Make decodebin reusable by
7833 fixing remove_element_chain first and then introduce a
7834 cleaner in state change to ->NULL. (Closes #331678)
7836 2006-02-19 Wim Taymans <wim@fluendo.com>
7838 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7839 use 0666 mask when creating files so umask gets applied
7840 correctly. Fixes #331295.
7842 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7844 * gst/subparse/Makefile.am:
7845 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7846 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7847 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7848 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7849 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7850 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7851 * gst/subparse/gstssaparse.h:
7852 * gst/subparse/gstsubparse.c: (plugin_init):
7853 Add very basic parser for SSA subtitle streams (as often
7854 found in matroska files).
7856 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7858 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7859 That should be text/x-pango-markup, not text/x-pango-layout.
7861 2006-02-19 Julien MOUTTE <julien@moutte.net>
7863 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7866 2006-02-19 Julien MOUTTE <julien@moutte.net>
7868 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7869 (gst_text_overlay_finalize), (gst_text_overlay_init),
7870 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7871 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7872 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7873 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7874 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7875 Fix state change deadlock.
7877 2006-02-19 Julien MOUTTE <julien@moutte.net>
7879 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7880 (gst_text_overlay_finalize), (gst_text_overlay_init),
7881 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7882 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7883 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7884 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7885 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7886 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7887 and subtitles files.
7889 2006-02-19 Julien MOUTTE <julien@moutte.net>
7891 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7892 should be considered as raw.
7894 2006-02-19 Julien MOUTTE <julien@moutte.net>
7896 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7898 * gst/playback/gststreaminfo.h: Introduce language informations.
7900 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
7902 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7903 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7904 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7905 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7906 Set shared memory segments to be deleted as soon as we have attached,
7907 that way they get cleaned up automatically if we crash.
7909 2006-02-18 Julien MOUTTE <julien@moutte.net>
7911 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
7912 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7913 functions are called with lock held.
7915 2006-02-18 Julien MOUTTE <julien@moutte.net>
7917 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7918 (gst_text_overlay_finalize), (gst_text_overlay_init),
7919 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7920 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7921 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7922 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7923 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7924 (gst_text_overlay_change_state): Refactoring of textoverlay
7925 without collectpads. This now supports sparse subtitles coming
7926 from a demuxer instead of a sub file. Seeking is still broken
7927 though. Need to discuss with wtay some more on how to handle
7929 * ext/pango/gsttextoverlay.h:
7930 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7931 subtitles coming from the demuxer.
7933 2006-02-17 Wim Taymans <wim@fluendo.com>
7935 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7936 (gst_vorbisenc_convert_sink):
7937 Use some more scaling functions.
7939 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
7941 * ext/cdparanoia/gstcdparanoiasrc.c:
7942 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7943 (gst_cd_paranoia_paranoia_callback),
7944 (gst_cd_paranoia_src_signal_is_being_watched),
7945 (gst_cd_paranoia_src_read_sector):
7946 * ext/cdparanoia/gstcdparanoiasrc.h:
7947 Add back 'transport-error' and 'uncorrected-error' signals and
7948 make them actually be fired when bad stuff happens (#319340).
7950 2006-02-17 Wim Taymans <wim@fluendo.com>
7952 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7953 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7954 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7955 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7956 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7957 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7958 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7959 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7960 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7961 (gst_ring_buffer_clear):
7963 Added some G_LIKELY.
7965 2006-02-17 Wim Taymans <wim@fluendo.com>
7967 * gst-libs/gst/audio/TODO:
7970 * gst-libs/gst/audio/gstbaseaudiosink.c:
7971 (gst_base_audio_sink_get_offset):
7972 When trying to play samples ASAP and we don't have a
7973 previous sample, try to play at position 0 instead of
7974 an invalid position.
7976 2006-02-17 Wim Taymans <wim@fluendo.com>
7978 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7979 (gst_alsasink_reset):
7980 Also release lock when we get an error in _reset();
7981 fix an error message.
7983 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7985 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7986 (gst_alsasink_init), (get_channel_free_structure),
7987 (caps_add_channel_configuration), (gst_alsasink_getcaps),
7988 (gst_alsasink_close):
7989 * ext/alsa/gstalsasink.h:
7990 Add support for more than 2 channels (#326720).
7992 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7994 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7995 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7996 with 4 or 6 channels, assume a default channel layout to make things
7997 work (not sure there's anything else we can do in those cases).
7999 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8001 * gst-libs/gst/audio/multichannel.c:
8004 * gst-libs/gst/riff/Makefile.am:
8005 * gst-libs/gst/riff/riff-ids.h:
8006 * gst-libs/gst/riff/riff-media.c:
8007 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
8008 Add support for WAVEFORMATEX, eg. PCM audio with more than two
8009 channels and a channel layout map.
8011 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
8013 Reviewed by Edward Hervey <edward@fluendo.com>
8015 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
8016 C-level optimization of the RGBA nearest neighbour function.
8017 Eventually this might end up in liboil with vectorized versions.
8019 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8021 * gst-libs/gst/audio/multichannel.c:
8022 (gst_audio_get_channel_positions):
8023 When we have more than 2 channels, but no channel layout is
8024 specified in the caps, return some default channel layout
8025 to the caller and warn about about a possibly buggy element
8026 (could be buggy filtercaps as well of course) (#317038).
8028 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8030 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8031 Add gst-libs/gst/cdda to list of lib search paths.
8033 2006-02-15 Andy Wingo <wingo@pobox.com>
8035 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8036 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8037 to the Lord Jesus that I do not have to touch the ogg muxer ever
8040 2006-02-15 Edward Hervey <edward@fluendo.com>
8042 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8043 quicktime movie files can also contain 'uuid' atoms.
8045 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
8047 * gst/audioconvert/plugin.c: (plugin_init):
8048 Register the GstAudioChannelPosition enum type with the type
8049 system in the plugin_init function, so that it is known before
8050 any element actually makes use of multi-channel stuff. This is
8051 required for example if one wants to be able to deserialise/use
8052 a caps string with channel positions before any pipeline has
8053 been setup and started, like with gst-launch.
8055 2006-02-14 Wim Taymans <wim@fluendo.com>
8057 * gst-libs/gst/audio/gstringbuffer.c:
8058 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8059 (gst_ring_buffer_samples_done), (wait_segment),
8060 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8061 Add some compiler G_(UN_)LIKELY help.
8062 SIGNAL the ringbuffer waiters when going to PAUSED as well to
8063 make sure they can exit their functions. Should fix #330748
8065 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
8070 * win32/common/_stdint.h:
8071 Windows does not have long long; copy the generated _stdint.h
8072 * win32/common/interfaces-enumtypes.c:
8073 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8074 (gst_mixer_track_flags_get_type),
8075 (gst_tuner_channel_flags_get_type):
8076 * win32/common/multichannel-enumtypes.c:
8077 (gst_audio_channel_position_get_type):
8080 2006-02-13 Wim Taymans <wim@fluendo.com>
8082 * gst-libs/gst/audio/gstbaseaudiosink.c:
8083 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8084 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8085 Always sync on first sample we receive when starting.
8087 2006-02-13 Wim Taymans <wim@fluendo.com>
8089 * gst/playback/gstplaybin.c: (gen_vis_element):
8090 Update vis bin docs.
8091 Move queue after tee so we don't queue video buffers but
8092 audio samples instead. Fixes problems where the video queue
8093 is filled and the audio queue empty.
8095 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
8097 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8098 No need to push an EOS event here, GstBaseSrc will do that for us
8099 when we return FLOW_UNEXPECTED.
8101 2006-02-12 Wim Taymans <wim@fluendo.com>
8103 * gst-libs/gst/audio/gstbaseaudiosink.c:
8104 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8105 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8106 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8107 Use scale functions when possible.
8109 Free clockid when after waiting for EOS.
8110 Use G_(UN_)LIKLY when it makes sense.
8111 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8113 2006-02-12 Edward Hervey <edward@fluendo.com>
8115 * gst/playback/gstplaybasebin.c: (prepare_output):
8116 Remove stray semi-colon (fixes #330888).
8118 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
8120 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8121 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8122 Fix up the XShm call testing so that we catch errors, and don't
8123 cause new ones by attempting to detach from a segment we failed
8124 to attach to. Fixes #312439.
8126 2006-02-10 Edward Hervey <edward@fluendo.com>
8128 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8129 Added flv file typefind (video/x-flv).
8131 2006-02-10 Edward Hervey <edward@fluendo.com>
8133 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8134 (gst_riff_create_video_template_caps):
8135 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8136 Also added the caps to the default set of riff video caps.
8138 2006-02-09 Andy Wingo <wingo@pobox.com>
8140 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8141 time and the end time of the last packet in the page.
8142 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8143 on the pages in our queue, set the duration as well. Reflow a
8145 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8146 Fixes bad muxing order.
8148 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
8150 * gst-libs/gst/rtp/gstbasertppayload.c:
8151 (gst_basertppayload_setcaps), (gst_basertppayload_push):
8152 update seqnum before setting it on the packet; this makes sure
8153 that the timestamp and seqnum properties match after pushing
8156 2006-02-09 Andy Wingo <wingo@pobox.com>
8158 * gst-libs/gst/audio/gstringbuffer.c
8159 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8160 overflow after 13.5 hours of recording. Kapow!
8162 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8163 the buffer size -- we don't care about underrun/overrun reporting
8164 right now, just need to return a useful value.
8166 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8171 === release 0.10.3 ===
8173 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8176 releasing 0.10.3, "Under Pressure"
8178 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8181 Drat. Bump libtool version number for new API.
8182 Prelease 0.10.2.3 (of 0.10.3)
8184 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8187 * win32/common/config.h:
8188 0.10.2.2 prerelease (of 0.10.3).
8190 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8192 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8193 Revert Andy's newsegment change pending a more correct
8196 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
8198 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8199 (qt_type_find), (plugin_init):
8200 detect more files as 3gp
8201 group and reorder the iso file formats
8203 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8205 * ext/vorbis/vorbis.c: (plugin_init):
8206 Register musicbrainz tags, so apps don't have to.
8208 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8210 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8211 (gst_tag_to_vorbis_tag):
8212 Make sure we called gst_tag_register_musicbrainz_tags()
8213 before possibly mapping a vorbiscomment string from/to a
8216 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8218 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8219 In case we can't find the required number of consecutive
8220 mpeg audio frames to positively identify an MPEG audio
8221 stream, check if there's at least a valid mpeg audio
8222 frame right at offset 0 and if so suggest mpeg/audio
8223 caps with a very low probability (#153004).
8225 2006-02-07 Andy Wingo <wingo@pobox.com>
8227 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8228 a TIME segment if we get timestamped buffers. Requires recent
8229 fixes in core to work properly.
8231 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8233 * gst/playback/gstplaybasebin.c: (prepare_output):
8234 Don't print the URI as part of the error message, it
8235 makes error dialogs look rather ugly, especially if
8236 the URI is very long or has characters in it that
8239 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8241 * gst/playback/gstplaybasebin.c: (prepare_output):
8242 Error out if we have only text or subtitles, but nothing
8243 else. Also error out if we have subtitles but no video
8246 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8248 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8249 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8250 Post an error message on the bus when we encounter an
8251 error, which will hopefully be more meaningful than the
8252 'Internal Flow Error' message users get to see if we
8253 just return GST_FLOW_ERROR.
8255 2006-02-07 Andy Wingo <wingo@pobox.com>
8257 * configure.ac (GST_MAJORMINOR): Update core version req to
8258 0.10.2.2, for the collectpads API addition (#330244).
8260 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
8262 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8263 Return FALSE from plugin_init() when GnomeVFS can't
8264 be initialised for some reason (#328423).
8266 2006-02-06 Julien MOUTTE <julien@moutte.net>
8268 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
8269 Stick to seeking theory until i find the bug.
8270 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8272 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8274 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8275 (theora_enc_finalize), (theora_enc_sink_setcaps),
8276 (theora_set_header_on_caps), (theora_enc_chain),
8277 (theora_enc_change_state):
8278 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8279 Make theoraenc and the tests leak free. Like, really.
8281 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8283 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8284 (theora_enc_finalize), (theora_enc_sink_setcaps):
8285 Add a finalize method to ensure we clean up state even if
8286 someone omitted the state change back to NULL.
8288 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8289 (gst_vorbisenc_chain):
8290 Free some more leaked bits.
8292 * tests/check/pipelines/theoraenc.c: (start_pipeline),
8294 Wait for state changes to happen if they're ASYNC.
8296 This ought to teach those fancy pants buildbots a lesson.
8298 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8300 * gst-libs/gst/tag/gstid3tag.c:
8301 Add mapping for ID3 International Standard Recording Code
8304 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8306 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8307 Don't leak tag names.
8309 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8311 * docs/libs/gst-plugins-base-libs-docs.sgml:
8312 * docs/libs/gst-plugins-base-libs-sections.txt:
8313 * gst-libs/gst/tag/gstid3tag.c:
8314 * gst-libs/gst/tag/gstvorbistag.c:
8315 * gst-libs/gst/tag/tags.c:
8316 Split libgsttag docs into multiple sections.
8318 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8320 * docs/libs/Makefile.am:
8321 * docs/libs/gst-plugins-base-libs-docs.sgml:
8322 * docs/libs/gst-plugins-base-libs-sections.txt:
8323 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8324 * gst-libs/gst/tag/gstvorbistag.c:
8325 * gst-libs/gst/tag/tag.h:
8326 * gst-libs/gst/tag/tags.c:
8327 Add libgsttag to the docs.
8329 2006-02-05 Julien MOUTTE <julien@moutte.net>
8331 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8332 (gst_text_overlay_init), (gst_text_overlay_src_event),
8333 (gst_text_overlay_collected): Fix clockoverlay.
8335 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8337 * docs/libs/compiling.sgml:
8338 Fix typo: it's pkg-config, not pkg-gconfig
8340 * docs/libs/gst-plugins-base-libs-docs.sgml:
8341 * docs/libs/gst-plugins-base-libs-sections.txt:
8342 * docs/libs/tmpl/gstgconf.sgml:
8343 There is no libgstgconf in 0.10, remove it
8346 2006-02-05 Julien MOUTTE <julien@moutte.net>
8348 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8349 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8350 (gst_text_overlay_src_event), (gst_text_overlay_collected):
8351 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8352 (gst_sub_parse_class_init), (gst_sub_parse_init),
8353 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8354 (parse_mpsub), (parser_state_init), (handle_buffer),
8355 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8356 * gst/subparse/gstsubparse.h: Introduce seeking code.
8358 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8360 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8361 Add comment about LANGUAGE tag inconsistency (we want
8362 ISO-639-1, but extract three-letter identifiers?)
8365 Add two translatable files.
8367 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8369 * gst-libs/gst/tag/Makefile.am:
8370 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8371 * gst-libs/gst/tag/tag.h:
8372 * gst-libs/gst/tag/tags.c:
8373 (gst_tag_register_musicbrainz_tags_internal),
8374 (gst_tag_register_musicbrainz_tags):
8375 Forward-port some tags stuff from the 0.8 branch. This is
8376 mostly the addition of musicbrainz tags and their mapping
8377 to vorbistags, and a vorbistag mapping of the language tag.
8379 2006-02-05 Julien MOUTTE <julien@moutte.net>
8381 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8384 2006-02-04 David Schleef <ds@schleef.org>
8386 * ext/ogg/gstoggmux.c:
8387 * gst/typefind/gsttypefindfunctions.c:
8388 Add Dirac typefinding and add dirac format to oggmux.
8390 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
8392 * gst/playback/gstdecodebin.c: (try_to_link_1):
8393 Don't put essential function call into
8394 g_return_*() macro, otherwise it'll all be
8395 replaced by NOOPs when compiling with
8396 G_DISABLE_CHECKS defined.
8398 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
8400 * ext/ogg/gstoggdemux.c:
8401 * ext/ogg/gstoggparse.c:
8402 * gst/tcp/gsttcpserversink.c:
8403 * sys/v4l/v4lsrc_calls.c:
8404 * sys/v4l/v4lsrc_calls.h:
8405 Just make it compile with --disable-gst-debug.
8407 2006-02-03 Wim Taymans <wim@fluendo.com>
8409 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8410 (gst_alsasink_class_init), (gst_alsasink_init),
8411 (gst_alsasink_write), (gst_alsasink_reset):
8412 * ext/alsa/gstalsasink.h:
8413 Add lock to protect alsa calls.
8414 Implement reset to flush samples ASAP, does not work
8417 2006-02-02 Wim Taymans <wim@fluendo.com>
8419 * gst-libs/gst/audio/gstbaseaudiosink.c:
8420 (gst_base_audio_sink_provide_clock):
8421 Ugh.. getting late I guess...
8423 2006-02-02 Wim Taymans <wim@fluendo.com>
8425 * gst-libs/gst/audio/gstbaseaudiosink.c:
8426 (gst_base_audio_sink_provide_clock),
8427 (gst_base_audio_sink_set_property),
8428 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8429 Don't try to provide a clock when we are not negotiated since
8430 we might not be able to make it run.
8432 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
8434 * gst/playback/gstdecodebin.c: (try_to_link_1):
8435 Unlinking two source pads is ... hard.
8437 2006-02-02 Wim Taymans <wim@fluendo.com>
8439 * gst-libs/gst/audio/TODO:
8442 * gst-libs/gst/audio/gstbaseaudiosink.c:
8443 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8444 On EOS, wait till the last sample is played before posting EOS.
8446 2006-02-01 Philippe Kalaf <burger at speedy dot org>
8448 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8449 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8450 setting queue_delay to zero. Also avoid thread being started if
8451 queue_delay is zero.
8453 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8455 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8456 Make test work again by connecting fakesinks to each decoded pad,
8457 which makes the pipeline wait until each fakesink has a buffer
8458 queued before going to PAUSED state. At that point we know the
8459 decodebin pads are negotiated.
8461 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8463 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8464 (gst_cdda_base_src_handle_event):
8465 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8466 Pass unhandled queries to the parent class's query function.
8468 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8470 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8471 (gst_ogg_pad_src_query):
8472 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8473 * ext/theora/theoradec.c: (theora_dec_src_query),
8474 (theora_dec_sink_query):
8475 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8476 (vorbis_dec_sink_query):
8477 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8478 (gst_vorbisenc_sink_query):
8479 * gst/adder/gstadder.c: (gst_adder_query):
8480 Pass unhandled queries upstream instead of just
8481 dropping them (#326447). Also, fix supported
8482 query types list for some elements.
8484 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8486 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8487 (paris_type_find), (ilbc_type_find), (plugin_init):
8488 Fix typefinding for audio/x-au, audio/x-paris and
8489 audio/iLBC-sh. We cannot use the START_WITH macros
8490 here, because there can only be one typefind factory
8491 with the same name (caps), so the second one would
8492 replace the first one and the first one would never
8493 be called when doing typefinding (see #161712).
8496 2006-01-31 Wim Taymans <wim@fluendo.com>
8498 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8499 (vorbis_handle_header_packet), (vorbis_dec_push),
8500 (vorbis_handle_data_packet):
8501 Use scale_int when we can, add some more scaling.
8502 Check packettype before parsing it.
8504 2006-01-31 Wim Taymans <wim@fluendo.com>
8506 * ext/theora/theoradec.c: (_theora_granule_time),
8507 (theora_dec_src_convert), (theora_dec_sink_convert):
8508 Call right _scale functions.
8509 Use parameter instead of some other random value.
8511 2006-01-31 Wim Taymans <wim@fluendo.com>
8513 * ext/theora/theoradec.c: (_theora_granule_frame),
8514 (_theora_granule_time), (_inc_granulepos),
8515 (theora_dec_src_convert), (theora_dec_sink_convert),
8516 (theora_handle_type_packet), (theora_handle_data_packet),
8518 Use higher precision timestamps calculation.
8519 Convert some other conversions to _scale.
8521 2006-01-31 Stefan Kost <ensonic@users.sf.net>
8523 * gst/audiotestsrc/gstaudiotestsrc.c:
8524 (gst_audio_test_src_create_sine_table), (plugin_init):
8525 * gst/volume/gstvolume.c: (plugin_init):
8526 initialize gst_controller before using
8528 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
8530 * tests/check/pipelines/theoraenc.c:
8531 * tests/check/pipelines/vorbisenc.c:
8532 Define constant using G_GINT64_CONSTANT to avoid errors when
8533 passing it around - otherwise it gets truncated to 32 bits.
8535 Fixes failing tests.
8537 2006-01-31 Andy Wingo <wingo@pobox.com>
8539 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8540 caps being set doesn't have a framerate value. Basically a stopgap
8543 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8544 technically correct enough to put into core though.
8545 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8546 DURATION. Fixes theoraenc ! oggmux.
8548 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8549 fraction, not double.
8551 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
8554 add vs7 project files created by Sergey Scobich
8556 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
8559 add vs8 project files created by Sergey Scobich
8561 2006-01-30 Andy Wingo <wingo@pobox.com>
8563 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8564 timestamp + duration, not just timestamp -- ogg pages should be
8565 ordered by stop time. Necessary fix given the change in vorbis
8568 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
8569 (gst_theora_enc_init): Pull the granule shift out of the encoder.
8570 (granulepos_add): New function, handles the messiness of adjusting
8572 (theora_buffer_from_packet):
8574 (theora_enc_sink_event): Use granulepos_add, not +.
8576 * tests/check/pipelines/theoraenc.c
8577 (check_buffer_granulepos_from_starttime): Just check the frame
8578 count, not the actual granulepos -- we can't dictate to the
8579 encoder when it should be placing keyframes.
8581 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
8583 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8584 SERVICE_NOT_AVAILABLE happens for example when you're trying to
8585 play an http:// stream from a server that's not serving
8587 2006-01-30 Andy Wingo <wingo@pobox.com>
8589 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
8590 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8591 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8594 * ext/theora/gsttheoraenc.h:
8595 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8596 although theoraenc was timestamping correctly. Added handling of
8597 streams that start with nonzero timestamps.
8599 * tests/check/Makefile.am:
8600 * tests/check/pipelines/theoraenc.c: New file, basically does same
8603 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8605 2006-01-30 Wim Taymans <wim@fluendo.com>
8607 * gst-libs/gst/audio/gstaudiosink.c:
8608 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8609 (gst_audioringbuffer_pause):
8610 Implement pause that does not wait for completion.
8612 * gst-libs/gst/audio/gstbaseaudiosink.c:
8613 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8614 Don't drop buffers when going to PAUSED but perform preroll on
8615 remaining samples now that core base class supports this.
8617 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8618 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8619 (gst_ring_buffer_commit):
8620 Pause should not signal waiters.
8621 Implement return value of _commit correctly.
8623 2006-01-30 Andy Wingo <wingo@pobox.com>
8625 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8627 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8628 updated to timestamp from the first sample, not the last.
8629 (gst_vorbisenc_buffer_from_header_packet): New function, takes
8630 special care of granulepos and timestamp for header packets.
8631 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8632 when the first buffer has a nonzero timestamp.
8634 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8635 (GstVorbisEnc.subgranule_offset): New members. Take care of the
8636 case when the first audio buffer we get has a nonzero timestamp.
8637 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8638 properly timestamp vorbis buffers with the time of the first
8639 sample, not the last.
8641 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8642 vorbis_granule_time_copy -- now it takes the granule/subgranule
8643 offset into account.
8645 * tests/check/pipelines/vorbisenc.c: New test for correctness of
8646 timestamps, durations, and granulepos on buffers produced by
8649 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
8651 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8652 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8653 Patch from Eric Jonas to support conversions to/from UYVY
8656 2006-01-30 Julien MOUTTE <julien@moutte.net>
8658 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8659 (setup_subtitle), (setup_source), (set_active_source):
8660 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8661 (gen_text_element), (gen_audio_element), (gen_vis_element),
8662 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8664 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
8666 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8667 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8668 use gst_guint64_to_gdouble to be compliant with vs6
8669 * gst/playback/gstdecodebin.c: (try_to_link_1)
8670 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8671 use G_GINT64_CONSTANT for int64 constants
8672 * win32/common/libgstinterfaces.def:
8673 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8675 update and add new project files
8677 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8681 * win32/common/interfaces-enumtypes.c:
8682 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8683 (gst_mixer_track_flags_get_type),
8684 (gst_tuner_channel_flags_get_type):
8685 * win32/common/interfaces-enumtypes.h:
8686 * win32/common/multichannel-enumtypes.c:
8687 (gst_audio_channel_position_get_type):
8688 * win32/common/multichannel-enumtypes.h:
8689 add a win32-update rule like in core, and copy over enumtypes files
8691 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8694 * win32/common/config.h:
8695 * win32/common/config.h.in:
8696 add config files just like in core
8698 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
8700 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8701 Make gcc-4.1 happy (part of #327357).
8703 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8705 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8706 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8707 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8708 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8709 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8710 (gst_alsasrc_unprepare), (gst_alsasrc_read):
8711 Update all error messages. All of them should either use
8712 the default translated message, or actually provide a
8713 translatable string.
8714 Make the string for channel count problems meaningful.
8716 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8718 * sys/v4l/v4l_calls.c: (gst_v4l_open):
8719 check for and throw RESOURCE_BUSY
8721 2006-01-27 David Schleef <ds@schleef.org>
8723 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8724 checked in this change -- it requires liboil features not
8725 in 0.3.6. Revert parts.
8727 2006-01-27 David Schleef <ds@schleef.org>
8730 * configure.ac: update liboil requirement to 0.3.6
8731 * gst/videoscale/Makefile.am:
8732 * gst/videoscale/vs_scanline.c: liboilify
8734 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8736 * ext/libvisual/visual.c: (get_buffer):
8737 When pad_alloc returns a GstFlowReturn other
8738 than GST_FLOW_OK, make sure it is passed upstream.
8740 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8742 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8743 (gst_alsasink_class_init):
8744 Free the device name string.
8746 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8747 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8748 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8749 Don't remove a pad from the collectpads structure until it
8750 is released - it's a request pad, and may receive data again
8751 if the element gets moved back to PLAYING state.
8753 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8754 Ensure we turn on double buffering on the Xv port, and
8755 set the colour key to something dark and mysterious that
8758 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
8760 * ext/alsa/gstalsaplugin.c: (plugin_init):
8761 * ext/cdparanoia/gstcdparanoiasrc.c:
8762 (gst_cd_paranoia_src_base_init), (plugin_init):
8763 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8764 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8765 - a library should not call setlocale. see "Libraries" node in
8767 - make sure all plugins that use translation do bindtextdomain
8768 to point to the localedir
8769 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8770 (setup_sinks), (plugin_init):
8771 all this, and check for NULL when creating sinks
8773 2006-01-27 Julien MOUTTE <julien@moutte.net>
8775 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8776 (plugin_init): Make typefinding of subtitles work again.
8778 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
8780 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8781 (mp3_type_frame_length_from_header), (mp3_type_find),
8782 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8784 Backport a bunch of typefinding fixes from the 0.8 branch.
8785 Also, improve wavpack typefinding: if we can't peek the
8786 entire wavpack block, try to parse the bits we can get and
8787 see if we find what we're looking for in those.
8789 2006-01-26 Julien MOUTTE <julien@moutte.net>
8791 * sys/ximage/ximagesink.c:
8792 (gst_ximagesink_calculate_pixel_aspect_ratio):
8793 * sys/xvimage/xvimagesink.c:
8794 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8795 more cases of pixel aspect ratio.
8797 2006-01-26 Edward Hervey <edward@fluendo.com>
8799 * gst/playback/gstdecodebin.c: (pad_probe):
8800 Also consider the flush-start and tag events as unblockers
8803 2006-01-26 Julien MOUTTE <julien@moutte.net>
8805 * gst/playback/gstplaybin.c: (gst_play_bin_init),
8806 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8807 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
8808 On the fly visualisation switch, works disabling, enabling as
8809 well but it won't be able to enable vis in a playbin that was
8810 created with no visualisation.
8812 2006-01-25 Wim Taymans <wim@fluendo.com>
8814 * gst-libs/gst/audio/gstbaseaudiosink.c:
8815 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8816 Undo previous commit that returned WRONG_STATE sooner, it breaks
8819 2006-01-25 Wim Taymans <wim@fluendo.com>
8821 * gst-libs/gst/audio/gstbaseaudiosink.c:
8822 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8823 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8825 Post error when caps cannot be parsed.
8826 Resync on discontinuity in the stream.
8827 Clip samples to segment boundaries.
8828 return WRONG_STATE sooner when we are flushing.
8830 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8831 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8832 Make audiosrc operate in TIME.
8833 Set TIMESTAMP and DURATION on buffers.
8835 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
8837 * tests/examples/seek/seek.c: (main):
8838 Output tag messages as well.
8840 2006-01-23 Edward Hervey <edward@fluendo.com>
8842 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8843 (free_pad_probes), (remove_fakesink), (pad_probe),
8844 (close_pad_link), (gst_decode_bin_change_state):
8845 Replace GstPadBlockCallback with pad probes that detect
8846 first buffer AND eos before removing fakesink.
8847 Fixes hang with demuxers doing EOS while pre-rolling.
8850 2006-01-23 Andy Wingo <wingo@pobox.com>
8852 * ext/alsa/gstalsasink.c:
8853 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8854 (gst_base_rtp_depayload_setcaps),
8855 (gst_base_rtp_depayload_add_to_queue),
8856 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8858 Patch by: Jens Granseuer <jensgr at gmx dot net>
8860 2006-01-22 Julien MOUTTE <julien@moutte.net>
8862 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8863 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8864 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
8865 frames. We might get a frame destroyed after changing state to
8866 NULL, adding a safety check on xcontext.
8868 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
8870 * gst-libs/gst/interfaces/xoverlay.c:
8871 Fix prepare-xwindow-id code example in the docs - we need to
8872 ignore all messages that aren't element messages as well.
8874 2006-01-21 Julien MOUTTE <julien@moutte.net>
8876 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8877 I think one day i'll completely undestand how caps negotiation
8878 is supposed to work. This refactoring handles buffer_alloc
8879 called with caps we can't handle. We definitely don't want a
8880 set_caps with those caps, so we define and allocate a buffer
8881 we would like to receive.
8883 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
8885 * gst/playback/gstplaybasebin.c: (setup_source):
8886 Free iterator when done.
8888 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
8890 * gst-libs/gst/audio/gstbaseaudiosink.c:
8891 (gst_base_audio_sink_render):
8892 Fix playback of non-synchronised streams by assuming a rate
8893 of 1.0 instead of a random one.
8895 Makes this work again:
8897 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8898 endianness=(int)4321, signed=(boolean)true, width=(int)16,
8899 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8900 audioresample ! alsasink
8902 === release 0.10.2 ===
8904 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8907 releasing 0.10.2, "Then the devil is six"
8909 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
8911 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8912 * gst/playback/gststreamselector.c:
8913 (gst_stream_selector_set_property):
8914 Comment out broken code that connects to the state-changed signal.
8915 At this point, changing current stream selection is broken, but
8916 stuff like gst-launch playbin current-audio=1 works and filters
8917 to the chosen stream.
8919 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8921 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8922 Fix #327216 (null dereference in vorbisdec)
8924 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
8926 * ext/theora/theoradec.c: (theora_handle_comment_packet):
8927 Post taglist actually on bus instead of just freeing it
8928 (fixes #327114 and totem bug #327080).
8930 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8931 Use gst_element_found_tags_for_pad(), so that the tags
8932 are sent downstream as an event as well.
8934 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
8936 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8937 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8938 (gst_ximagesink_buffer_alloc):
8939 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8940 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8941 (gst_xvimagesink_buffer_alloc):
8942 move all regularly occurring messages to GST_LOG level
8943 add some more object logs
8945 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
8947 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8948 fix a silly segfault
8950 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
8952 * docs/libs/gst-plugins-base-libs-docs.sgml:
8953 * docs/libs/gst-plugins-base-libs-sections.txt:
8954 * gst-libs/gst/audio/mixerutils.c:
8955 * gst-libs/gst/audio/mixerutils.h:
8956 Add docs for mixerutils stuff.
8958 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
8960 * gst/playback/gstplaybasebin.c: (setup_source):
8961 Fix playback for sources that emit raw audio or
8962 raw video streams (e.g.: cd audio sources) (#325984).
8964 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
8966 * gst-libs/gst/audio/mixerutils.c:
8967 (gst_audio_mixer_filter_do_filter):
8968 actually save the element we create
8970 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
8972 * gst-libs/gst/cdda/gstcddabasesrc.c:
8973 (gst_cdda_base_src_handle_track_seek):
8974 No need to post a tag message on the bus when seeking
8975 within the same track, only post it when the current
8978 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8980 * gst/playback/gstplaybasebin.c: (group_destroy),
8981 (probe_triggered), (new_decoded_pad), (mute_group_type),
8982 (set_active_source):
8983 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8984 * gst/playback/gststreamselector.c:
8985 (gst_stream_selector_base_init),
8986 (gst_stream_selector_set_property),
8987 (gst_stream_selector_request_new_pad):
8988 Reenable stream selection. These mechanisms need a complete overhaul
8989 in the face of 0.8->0.10 changes though.
8991 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8993 * ext/ogg/gstoggdemux.c:
8994 Change the pad template to src_%d to match the pads that
8995 are created from it. decodebin needs this information in order
8996 to decide that oggdemux is capable of producing multiple pads
8997 (and hence needs queues inserted).
8999 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9000 (gst_ogg_mux_collected):
9001 Make debug output more useful by using GST_PTR_FORMAT.
9003 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9005 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
9007 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
9008 Set depth and width for alaw/mulaw (fixes #326601).
9010 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
9012 * tests/icles/Makefile.am:
9013 don't build the tests if we don't have the libs
9015 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9017 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9018 (gst_cd_paranoia_paranoia_callback):
9019 Don't try to free NULL pointers.
9021 2006-01-10 Edward Hervey <edward@fluendo.com>
9023 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9024 (gst_audio_rate_change_state), (plugin_init):
9025 Add debugging category.
9027 Add case for incoming buffers without valid offset/offset_end.
9029 2006-01-10 Michael Smith <msmith@fluendo.com>
9031 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9032 Don't leak GCond in audio sources.
9034 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
9036 * gst/playback/gstplaybin.c: (gen_audio_element):
9037 Don't leak an autoaudiosink/alsasink when we generate
9038 a new audio element. (old code, I guess)
9040 2006-01-10 Michael Smith <msmith@fluendo.com>
9042 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9043 Support float audio in audiorate.
9044 Use width rather than depth for selecting sample width.
9046 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9048 * gst/videotestsrc/videotestsrc.h:
9049 Use GLib types here (that way we don't have to include the
9050 generated _stdint.h header, which makes life easier for win32
9051 folks that don't use autotools for the build) (#325990, patch
9052 by: Sergey Scobich).
9054 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9056 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9057 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9058 (gst_ring_buffer_pause), (wait_segment):
9059 * gst-libs/gst/audio/gstringbuffer.h:
9060 Name (private) union, makes Forte compiler happy (this time
9061 for real) (#324900).
9063 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
9065 * gst-libs/gst/audio/Makefile.am:
9066 Link against libgstinterfaces, needed for mixer
9067 and property probe stuff.
9069 2006-01-09 Edward Hervey <edward@fluendo.com>
9071 * gst-libs/gst/Makefile.am:
9073 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
9075 * gst-libs/gst/audio/Makefile.am:
9076 * gst-libs/gst/audio/mixerutils.c:
9077 (gst_audio_mixer_filter_do_filter),
9078 (gst_audio_mixer_filter_check_element),
9079 (gst_audio_mixer_filter_probe_feature),
9080 (element_factory_rank_compare_func),
9081 (gst_audio_default_registry_mixer_filter):
9082 * gst-libs/gst/audio/mixerutils.h:
9083 Add gst_audio_default_registry_mixer_filter() utility
9086 2006-01-03 Michael Smith <msmith@fluendo.com>
9088 * gst/audioresample/resample.h:
9089 As before, but for o_buf
9091 2006-01-03 Michael Smith <msmith@fluendo.com>
9093 * gst/audioresample/resample.h:
9094 Declare struct _ResampleState.buffer as unsigned char *, not void *,
9095 since we do arithmetic on it.
9097 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
9099 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9100 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9101 (gst_ring_buffer_pause), (wait_segment):
9102 * gst-libs/gst/audio/gstringbuffer.h:
9103 Sun's Forte compiler doesn't seem to like anonymous structs,
9104 so use same setup as in GstBaseSrc (fixes #324900).
9106 2005-12-30 Stefan Kost <ensonic@users.sf.net>
9109 * gst/volume/Makefile.am:
9110 * gst/volume/demo.c:
9111 move old example to tests/examples/volume/volune.c
9112 * tests/examples/Makefile.am:
9113 * tests/examples/seek/seek.c: (main):
9114 change window-close event from "delete-event" to "destroy"
9115 * tests/examples/volume/Makefile.am:
9116 * tests/examples/volume/volume.c: (value_changed_callback),
9117 (setup_gui), (message_received), (eos_message_received), (main):
9118 fix event handling and bus usage
9120 2005-12-29 Stefan Kost <ensonic@users.sf.net>
9122 * gst/audiotestsrc/gstaudiotestsrc.c:
9123 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9124 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9125 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9126 (gst_audio_test_src_create_square),
9127 (gst_audio_test_src_create_saw),
9128 (gst_audio_test_src_create_triangle),
9129 (gst_audio_test_src_create_silence),
9130 (gst_audio_test_src_create_white_noise),
9131 (gst_audio_test_src_create_pink_noise),
9132 (gst_audio_test_src_init_sine_table),
9133 (gst_audio_test_src_create_sine_table),
9134 (gst_audio_test_src_change_wave),
9135 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9136 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9137 * gst/audiotestsrc/gstaudiotestsrc.h:
9138 update to basesrc changes, implement segmented seeking and eos
9139 handling, add a 'sine-tab' waveform for performance critical playback
9141 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9144 ... and this time the other modified file that I missed last time.
9146 2005-12-29 Michael Smith <msmith@fluendo.com>
9148 * gst/playback/gstdecodebin.c: (new_pad):
9149 Fix non-C89 variable declaration not at the start of a block. Should
9150 help some compilers.
9152 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9154 * tests/check/Makefile.am:
9155 And now fix 'make distcheck' (builddir != srcdir)
9157 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9160 * ext/cdparanoia/Makefile.am:
9161 * ext/cdparanoia/gstcdparanoia.c:
9162 * ext/cdparanoia/gstcdparanoia.h:
9163 * ext/cdparanoia/gstcdparanoiasrc.c:
9164 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9165 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9166 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9167 (gst_cd_paranoia_paranoia_callback),
9168 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9169 (gst_cd_paranoia_src_set_property),
9170 (gst_cd_paranoia_src_get_property), (plugin_init):
9171 * ext/cdparanoia/gstcdparanoiasrc.h:
9172 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9173 plugin again (there are still fixes required to playbin to make
9174 cdda:// uris work there).
9176 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9178 * tests/check/Makefile.am:
9179 Fix test case compilation.
9181 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9183 * gst-libs/gst/cdda/gstcddabasesrc.c:
9184 (gst_cdda_base_src_update_duration),
9185 (gst_cdda_base_src_calculate_cddb_id):
9186 An integer is not a string. Fix access to uninitialised variable.
9188 * tests/check/Makefile.am:
9189 Add cddabasesrc unit test; also actually enable the vorbis test.
9191 * tests/check/generic/states.c:
9192 Blacklist new cd audio elements as well.
9194 * tests/check/libs/cddabasesrc.c:
9195 Unit test for GstCddaBaseSrc (discid calculation mostly).
9197 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9199 * docs/libs/Makefile.am:
9200 * docs/libs/gst-plugins-base-libs-docs.sgml:
9201 * docs/libs/gst-plugins-base-libs-sections.txt:
9202 * docs/libs/gst-plugins-base-libs.types:
9203 Add docs for libgstcdda/GstCddaBaseSrc.
9205 * gst-libs/gst/interfaces/mixertrack.h:
9206 Do one struct member per line with a semicolon at the end, that way
9207 even gtk-doc might parse it without complaining.
9209 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9212 * gst-libs/gst/Makefile.am:
9213 * gst-libs/gst/cdda/Makefile.am:
9214 * gst-libs/gst/cdda/base64.c:
9215 * gst-libs/gst/cdda/base64.h:
9216 * gst-libs/gst/cdda/gstcddabasesrc.c:
9217 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9218 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9219 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9220 (gst_cdda_base_src_get_property),
9221 (gst_cdda_base_src_get_track_from_sector),
9222 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9223 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9224 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9225 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9226 (gst_cdda_base_src_uri_get_protocols),
9227 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9228 (gst_cdda_base_src_uri_handler_init),
9229 (gst_cdda_base_src_setup_interfaces),
9230 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9231 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9232 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9233 (gst_cdda_base_src_add_tags),
9234 (gst_cdda_base_src_add_index_associations),
9235 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9236 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9237 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9238 (gst_cdda_base_src_create):
9239 * gst-libs/gst/cdda/gstcddabasesrc.h:
9240 * gst-libs/gst/cdda/sha1.c:
9241 * gst-libs/gst/cdda/sha1.h:
9242 Add new libgstcdda with GstCddaBaseSrc class.
9244 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9246 * ext/gnomevfs/gstgnomevfssink.h:
9247 Use GstBaseSinkClass as parent_class member for class struct, not
9250 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9252 Patch by: Michael Benes
9254 * gst/videotestsrc/gstvideotestsrc.c:
9255 (gst_video_test_src_class_init), (gst_video_test_src_start):
9256 Add start method to reset running time and number of frames sent
9257 when starting up (fixes #324696)
9259 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9261 * docs/plugins/Makefile.am:
9262 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9263 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9264 * docs/plugins/gst-plugins-base-plugins.args:
9265 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9266 * docs/plugins/gst-plugins-base-plugins.signals:
9267 Add docs stuff for gnomevfssrc and gnomevfssink.
9269 * ext/gnomevfs/gstgnomevfssrc.c:
9270 Fix example pipeline in gtk-doc blurb.
9272 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9274 * ext/gnomevfs/Makefile.am:
9275 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9276 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9277 (gst_gnome_vfs_handle_get_type), (plugin_init):
9278 * ext/gnomevfs/gstgnomevfs.h:
9279 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9280 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9281 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9282 (gst_gnome_vfs_sink_set_property),
9283 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9284 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9285 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9286 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9287 (gst_gnome_vfs_sink_uri_get_type),
9288 (gst_gnome_vfs_sink_uri_get_protocols),
9289 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9290 (gst_gnome_vfs_sink_uri_handler_init):
9291 * ext/gnomevfs/gstgnomevfssink.h:
9292 Port gnomevfssink; add gtk-doc blurb.
9294 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9295 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9296 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9297 (gst_gnome_vfs_src_uri_get_type),
9298 (gst_gnome_vfs_src_uri_get_protocols),
9299 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9300 (gst_gnome_vfs_src_uri_handler_init),
9301 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9302 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9303 (gst_gnome_vfs_src_send_additional_headers_callback),
9304 (gst_gnome_vfs_src_received_headers_callback),
9305 (gst_gnome_vfs_src_push_callbacks),
9306 (gst_gnome_vfs_src_pop_callbacks),
9307 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9308 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9309 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9310 * ext/gnomevfs/gstgnomevfssrc.h:
9311 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9312 file; add gtk-doc blurb with example pipelines.
9314 === release 0.10.1 ===
9316 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
9319 releasing 0.10.1, "Dobro Dedek"
9321 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
9323 * gst/typefind/gsttypefindfunctions.c:
9324 iLBC30 and iLBC20 added to typefind.
9326 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
9328 * gst-libs/gst/audio/gstbaseaudiosink.c:
9329 (gst_base_audio_sink_class_init):
9330 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9331 (gst_base_audio_src_class_init):
9332 update strings, values are in microseconds
9333 change the default sink buffer time to something that is smaller
9334 (to help software volume mixing have a slightly lower delay) but
9335 still be acceptable on Wim's laptop
9337 2005-12-20 Edward Hervey <edward@fluendo.com>
9339 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9340 Made a quack, forgot to add DUCK to the riff video template.
9342 2005-12-19 Edward Hervey <edward@fluendo.com>
9344 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9345 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9346 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9347 (gst_ogm_parse_chain):
9348 Make sure pads are initialized correctly.
9349 * gst-libs/gst/riff/riff-ids.h:
9350 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9351 (gst_riff_create_video_template_caps):
9352 Add a whole bunch of FOURCC <=> MimeType.
9353 Extend the riff video pad template to support the newly added fourcc.
9355 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
9357 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9358 (gst_ogg_demux_activate_chain):
9359 Extra debug output when activating/deactivating chains.
9361 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9362 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9364 Remove a queue from our list when it becomes unlinked.
9365 Don't add queues to elements in class 'Demux' if they
9366 can only produce one pad
9368 2005-12-18 Julien MOUTTE <julien@moutte.net>
9370 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9371 (gst_video_sink_get_type): Add a debug category.
9373 2005-12-17 Philippe Khalaf <burger@speedy.org>
9375 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9376 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9377 Handle downstream newsegment by sending our own newsegment before the
9378 next buffer to be released. (#323900)
9380 2005-12-17 Philippe Khalaf <burger@speedy.org>
9382 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9383 (gst_base_rtp_depayload_set_gst_timestamp):
9384 add queue delay to new segment as well (as opposed to just the first
9385 buffer). (bug #322347)
9387 2005-12-16 Stefan Kost <ensonic@users.sf.net>
9389 * ext/libvisual/visual.c: (make_valid_name):
9390 change some char* into char[]
9391 * gst/audiotestsrc/gstaudiotestsrc.c:
9392 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9393 (gst_audio_test_src_create):
9394 * gst/audiotestsrc/gstaudiotestsrc.h:
9395 prepare to handle EOS and SEGMENT_DONE
9397 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9399 * tests/check/generic/states.c: (GST_START_TEST):
9400 Blacklist cdparanoia element in state test.
9402 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9404 Patch by: Benjamin Pineau
9407 * gst/tcp/gsttcpclientsink.c:
9408 * gst/tcp/gsttcpserversink.c:
9409 * gst/tcp/gsttcpserversrc.c:
9410 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9412 2005-12-15 Michael Smith <msmith@fluendo.com>
9414 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9415 (gst_video_rate_chain):
9416 Fix timestamping for videorate when the first buffer it sees has a
9417 non-zero timestamp. Fix some misleading debug output.
9419 2005-12-15 Michael Smith <msmith@fluendo.com>
9421 * gst/audioresample/gstaudioresample.c:
9422 Don't leak all input buffers to audioresample.
9424 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9426 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9427 Don't operate on empty text buffers. Strip newlines and
9428 tabs only from the end of the text, but leave them intact
9429 in the middle. Fix typo in gtk-doc description.
9431 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9433 * gst/playback/gstplaybasebin.c:
9434 * gst/playback/gstplaybin.c: (handoff):
9435 Make sure the video frame buffer we return to apps via the
9436 "frame" property always has caps set on it. Modify
9437 _gst_gvalue_set_object() macro to handle NULL objects
9440 2005-12-14 Stefan Kost <ensonic@users.sf.net>
9442 * gst/audiotestsrc/gstaudiotestsrc.c:
9443 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9444 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9445 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9446 (gst_audio_test_src_create):
9447 * gst/audiotestsrc/gstaudiotestsrc.h:
9448 Adjust to some recent api changes and add wtays new cool seeking
9451 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
9453 * ext/alsa/Makefile.am:
9454 * ext/alsa/gstalsadeviceprobe.c:
9455 * ext/alsa/gstalsadeviceprobe.h:
9456 Helper functions to add device probing via the GstPropertyProbe
9457 interface to a class.
9459 * ext/alsa/gstalsamixer.h:
9460 Comment out GST_ALSA_MIXER, it returns a struct that's not
9463 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9464 Add some debug info.
9466 * ext/alsa/gstalsamixerelement.c:
9467 (gst_alsa_mixer_element_interface_supported),
9468 (gst_implements_interface_init),
9469 (gst_alsa_mixer_element_init_interfaces),
9470 (gst_alsa_mixer_element_class_init),
9471 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9472 (gst_alsa_mixer_element_set_property),
9473 (gst_alsa_mixer_element_get_property),
9474 (gst_alsa_mixer_element_change_state):
9475 * ext/alsa/gstalsamixerelement.h:
9476 Add 'device' and 'device-name' properties. Add GstPropertyProbe
9477 for device handling (gnome-volume-control will need that).
9479 2005-12-12 Christian Schaller <uraeus@gnome.org>
9481 * ext/Makefile.am: fix cdparanoia entry
9482 * gst-plugins-base.spec.in: add cdparanoia
9484 2005-12-12 Michael Smith <msmith@fluendo.com>
9486 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9487 Use the correct function to free list of typefind factories.
9489 2005-12-12 Wim Taymans <wim@fluendo.com>
9491 * gst/videotestsrc/gstvideotestsrc.c:
9492 (gst_video_test_src_class_init), (gst_video_test_src_init),
9493 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9494 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9495 (gst_video_test_src_create):
9496 * gst/videotestsrc/gstvideotestsrc.h:
9497 Implement seeking in videotestsrc.
9500 2005-12-12 Wim Taymans <wim@fluendo.com>
9502 * ext/cdparanoia/Makefile.am:
9503 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9504 (gst_paranoia_endian_get_type), (_do_init),
9505 (cdparanoia_class_init), (cdparanoia_init),
9506 (cdparanoia_set_property), (cdparanoia_get_property),
9507 (cdparanoia_do_seek), (cdparanoia_is_seekable),
9508 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9509 (cdparanoia_convert), (cdparanoia_get_query_types),
9510 (cdparanoia_query), (cdparanoia_set_index),
9511 (cdparanoia_uri_set_uri):
9512 * ext/cdparanoia/gstcdparanoia.h:
9513 Partially ported cdparanoia now that basesrc can support a
9516 2005-12-12 Wim Taymans <wim@fluendo.com>
9518 * tests/examples/seek/scrubby.c: (main):
9519 Set higher priority for bus events so they don't get reordered with
9522 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9523 (flush_toggle_cb), (main):
9524 Added checkbox to disable flushing seeks.
9525 Disable scrubbing when doing non flushing seeks.
9527 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
9529 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9530 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9531 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9532 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9533 Implement some sort of event handling that doesn't rely on
9534 g_return_if_fail; make sure we always push the last chunk of an
9535 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9536 state change function; remove some old cruft. Seeking is still
9537 rather unlikely to work though.
9542 2005-12-11 Julien MOUTTE <julien@moutte.net>
9544 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9545 Fixed a leak of the current image reference when cleaning up.
9546 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9548 2005-12-09 Michael Smith <msmith@fluendo.com>
9550 * tools/Makefile.am:
9551 * tools/gst-launch-ext-m.m:
9552 Remove gst-launch-ext. It doesn't work, and is no longer
9553 particularly useful.
9555 2005-12-08 Luca Ognibene <luogni@tin.it>
9557 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9558 don't pass random values to ogmparse convert function.
9559 Make seeking possible in the exile1.ogm file.
9561 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
9563 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9564 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9565 Work around refcount problem with g_value_set_object() that occur
9566 if the core has been compiled against GLib-2.6 (g_value_set_object()
9567 will only g_object_ref() the element, but the caller will
9568 gst_object_unref() it and bad things will happen due to the way
9569 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9570 totem for people on FC4 using Thomas's 0.10 RPMs.
9572 2005-12-07 Edward Hervey <edward@fluendo.com>
9574 Time to welcome ogm to 0.10 :)
9576 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9577 (gst_ogg_pad_typefind):
9578 Oggdemux can now properly typefind elements with dynamic pads.
9579 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9580 Properly set caps on src pad, and set caps on outgoing buffers.
9582 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
9584 * ext/alsa/gstalsamixer.h:
9585 * ext/alsa/gstalsamixerelement.h:
9586 * ext/alsa/gstalsamixeroptions.h:
9587 * ext/alsa/gstalsamixertrack.h:
9588 * ext/alsa/gstalsasink.c:
9589 * ext/alsa/gstalsasink.h:
9590 * ext/alsa/gstalsasrc.c:
9591 * ext/alsa/gstalsasrc.h:
9592 * ext/cdparanoia/gstcdparanoia.h:
9593 * ext/gnomevfs/gstgnomevfsuri.h:
9594 * ext/ogg/gstoggdemux.c:
9595 * ext/ogg/gstoggmux.c:
9596 * ext/pango/gsttextoverlay.h:
9597 * ext/theora/theoradec.c:
9598 * ext/theora/theoraenc.c:
9599 * ext/vorbis/vorbisdec.h:
9600 * ext/vorbis/vorbisenc.c:
9601 * ext/vorbis/vorbisenc.h:
9602 * ext/vorbis/vorbisparse.h:
9603 * gst-libs/gst/audio/gstaudioclock.h:
9604 * gst-libs/gst/audio/gstaudiosink.c:
9605 * gst-libs/gst/audio/gstaudiosink.h:
9606 * gst-libs/gst/audio/gstaudiosrc.c:
9607 * gst-libs/gst/audio/gstaudiosrc.h:
9608 * gst-libs/gst/audio/gstbaseaudiosink.c:
9609 * gst-libs/gst/audio/gstbaseaudiosink.h:
9610 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9611 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9612 * gst-libs/gst/audio/gstringbuffer.h:
9613 * gst-libs/gst/audio/multichannel.h:
9614 * gst-libs/gst/floatcast/floatcast.h:
9615 * gst-libs/gst/interfaces/colorbalance.c:
9616 * gst-libs/gst/interfaces/colorbalance.h:
9617 * gst-libs/gst/interfaces/colorbalancechannel.h:
9618 * gst-libs/gst/interfaces/mixer.h:
9619 * gst-libs/gst/interfaces/mixeroptions.h:
9620 * gst-libs/gst/interfaces/mixertrack.h:
9621 * gst-libs/gst/interfaces/navigation.h:
9622 * gst-libs/gst/interfaces/propertyprobe.h:
9623 * gst-libs/gst/interfaces/tuner.h:
9624 * gst-libs/gst/interfaces/tunerchannel.h:
9625 * gst-libs/gst/interfaces/tunernorm.h:
9626 * gst-libs/gst/interfaces/xoverlay.h:
9627 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9628 * gst-libs/gst/riff/riff-ids.h:
9629 * gst-libs/gst/riff/riff-media.h:
9630 * gst-libs/gst/riff/riff-read.h:
9631 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9632 * gst-libs/gst/rtp/gstbasertppayload.c:
9633 * gst-libs/gst/rtp/gstbasertppayload.h:
9634 * gst-libs/gst/rtp/gstrtpbuffer.c:
9635 * gst-libs/gst/rtp/gstrtpbuffer.h:
9636 * gst-libs/gst/tag/gsttageditingprivate.h:
9637 * gst-libs/gst/tag/gstvorbistag.c:
9638 (gst_tag_list_from_vorbiscomment_buffer):
9639 * gst-libs/gst/tag/tag.h:
9640 * gst-libs/gst/video/video.h:
9641 * gst/adder/gstadder.c:
9642 * gst/adder/gstadder.h:
9643 * gst/audioconvert/audioconvert.c:
9644 * gst/audioconvert/audioconvert.h:
9645 * gst/audioconvert/gstaudioconvert.c:
9646 * gst/audioconvert/gstchannelmix.c:
9647 * gst/audioconvert/gstchannelmix.h:
9648 * gst/audiorate/gstaudiorate.c:
9649 * gst/audioresample/buffer.h:
9650 * gst/audioresample/functable.h:
9651 * gst/audioresample/gstaudioresample.c:
9652 * gst/audioresample/resample.h:
9653 * gst/ffmpegcolorspace/avcodec.h:
9654 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9655 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9656 * gst/ffmpegcolorspace/imgconvert.c:
9657 * gst/ffmpegcolorspace/imgconvert_template.h:
9658 * gst/playback/gstdecodebin.c:
9659 * gst/playback/gstplaybasebin.h:
9660 * gst/playback/gstplaybin.c:
9661 * gst/playback/gststreaminfo.h:
9662 * gst/tcp/gstfdset.c:
9663 * gst/tcp/gstfdset.h:
9664 * gst/tcp/gstmultifdsink.c:
9665 * gst/tcp/gstmultifdsink.h:
9667 * gst/tcp/gsttcpclientsrc.c:
9668 * gst/tcp/gsttcpclientsrc.h:
9669 * gst/tcp/gsttcpplugin.h:
9670 * gst/tcp/gsttcpserversink.c:
9671 * gst/tcp/gsttcpserversrc.c:
9672 * gst/typefind/gsttypefindfunctions.c:
9673 * gst/videorate/gstvideorate.c:
9674 * gst/videotestsrc/gstvideotestsrc.h:
9675 * gst/videotestsrc/videotestsrc.h:
9676 * sys/v4l/gstv4lcolorbalance.h:
9677 * sys/v4l/gstv4ltuner.h:
9678 * sys/v4l/gstv4lxoverlay.h:
9679 * sys/v4l/v4l_calls.h:
9680 * sys/v4l/videodev_mjpeg.h:
9681 * tests/check/elements/audioconvert.c:
9682 * tests/check/elements/audioresample.c:
9683 * tests/check/elements/audiotestsrc.c:
9684 * tests/check/elements/videotestsrc.c:
9685 * tests/check/elements/volume.c:
9686 * tests/examples/seek/scrubby.c:
9687 * tests/examples/seek/seek.c:
9690 === release 0.10.0 ===
9692 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9695 releasing 0.10.0, "Mont-d'or"
9697 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
9699 * tests/examples/seek/Makefile.am:
9700 Build fix for when gtk is not available.
9702 2005-12-05 Andy Wingo <wingo@pobox.com>
9704 * ext/libvisual/visual.c: (get_buffer):
9705 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9706 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9707 * ext/theora/theoradec.c: (theora_handle_data_packet):
9708 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9710 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9711 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9712 Update for alloc_buffer changes.
9714 2005-12-05 Andy Wingo <wingo@pobox.com>
9716 patch by: Kai Vehmanen <kv2004 eca cx>
9718 * gst-libs/gst/rtp/gstbasertpdepayload.c
9719 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9721 2005-12-04 Andy Wingo <wingo@pobox.com>
9723 patch by: Sebastien Cote <sebas642 yahoo ca>
9725 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9728 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
9730 * docs/plugins/Makefile.am:
9731 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9732 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9733 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9734 * ext/pango/gstclockoverlay.c:
9735 * ext/pango/gsttextoverlay.c:
9736 * ext/pango/gsttextrender.c:
9737 * ext/pango/gsttimeoverlay.c:
9738 Add gtk-doc blurbs to pango elements.
9740 2005-12-02 Wim Taymans <wim@fluendo.com>
9742 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9743 * gst/audioresample/buffer.h:
9744 * gst/audioresample/gstaudioresample.c:
9745 * gst/audioresample/gstaudioresample.h:
9746 * gst/audioresample/resample.c: (resample_input_flush),
9747 (resample_input_pushthrough), (resample_input_eos),
9748 (resample_get_output_size_for_input),
9749 (resample_get_input_size_for_output), (resample_get_output_size),
9750 (resample_get_output_data):
9751 * gst/audioresample/resample.h:
9752 * gst/audioresample/resample_ref.c: (resample_scale_ref):
9753 Fix audioresample, seek torture, new segments, reverse negotiation
9756 2005-12-02 Wim Taymans <wim@fluendo.com>
9758 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9761 2005-12-02 Wim Taymans <wim@fluendo.com>
9763 * gst/audioconvert/gstaudioconvert.c:
9764 (gst_audio_convert_transform):
9767 === release 0.9.7 ===
9769 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9772 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9774 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9780 add win32 MANIFEST file
9781 do something to the hungarian translation
9783 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
9786 Add $(PANGO_DIR) to SUBDIRS
9788 * ext/pango/gstclockoverlay.c:
9789 * ext/pango/gsttimeoverlay.c:
9790 Fix and improve element descriptions.
9792 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9794 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9795 * docs/plugins/inspect/plugin-libvisual.xml:
9796 * docs/plugins/inspect/plugin-pango.xml:
9797 add pango plugin to docs
9799 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9805 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9808 * tests/Makefile.am:
9809 * tests/icles/.cvsignore:
9810 * tests/icles/Makefile.am:
9811 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9812 (close_display), (resize_window), (move_window), (create_window),
9813 (terminate_playback), (pause_playback), (start_playback), (main):
9814 add stress test for xoverlay from Julien
9816 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9818 * docs/libs/tmpl/gstcolorbalance.sgml:
9819 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9820 * gst-libs/gst/rtp/gstbasertppayload.c:
9821 * gst-libs/gst/rtp/gstrtpbuffer.c:
9822 * gst-libs/gst/rtp/gstrtpbuffer.h:
9823 Do burger's rename for rtp payloaders and depayloaders
9825 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9828 add Visual Studio 6 build files
9830 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9832 * docs/libs/gst-plugins-base-libs-docs.sgml:
9833 * docs/libs/gst-plugins-base-libs-sections.txt:
9834 * docs/libs/tmpl/gstaudio.sgml:
9835 * docs/libs/tmpl/gstringbuffer.sgml:
9836 * gst-libs/gst/interfaces/xoverlay.c:
9837 * gst-libs/gst/video/gstvideofilter.c:
9838 * gst-libs/gst/video/gstvideosink.c:
9839 update documentation
9841 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9843 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9844 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9845 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9846 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9847 (gst_multi_fd_sink_get_stats),
9848 (gst_multi_fd_sink_remove_client_link),
9849 (gst_multi_fd_sink_handle_client_read),
9850 (gst_multi_fd_sink_client_queue_data),
9851 (gst_multi_fd_sink_client_queue_caps),
9852 (gst_multi_fd_sink_client_queue_buffer),
9853 (gst_multi_fd_sink_new_client),
9854 (gst_multi_fd_sink_handle_client_write),
9855 (gst_multi_fd_sink_recover_client),
9856 (gst_multi_fd_sink_queue_buffer),
9857 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9858 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9859 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9860 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9861 * gst/tcp/gstmultifdsink.h:
9862 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9863 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9864 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9865 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9866 (gst_tcp_client_sink_set_property),
9867 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9868 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9869 * gst/tcp/gsttcpclientsink.h:
9870 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9871 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9872 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9873 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9874 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9875 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9876 * gst/tcp/gsttcpclientsrc.h:
9877 * gst/tcp/gsttcpplugin.c: (plugin_init):
9878 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9879 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9880 (gst_tcp_server_sink_finalize),
9881 (gst_tcp_server_sink_handle_server_read),
9882 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9883 (gst_tcp_server_sink_set_property),
9884 (gst_tcp_server_sink_get_property),
9885 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9886 * gst/tcp/gsttcpserversink.h:
9887 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9888 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9889 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9890 (gst_tcp_server_src_set_property),
9891 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9892 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9893 * gst/tcp/gsttcpserversrc.h:
9896 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9898 * docs/plugins/Makefile.am:
9899 * docs/plugins/gst-plugins-base-plugins.args:
9900 * docs/plugins/inspect/plugin-libvisual.xml:
9901 * gst/audioconvert/plugin.h:
9902 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9903 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9904 (gst_audio_rate_setcaps), (gst_audio_rate_init),
9905 (gst_audio_rate_chain), (gst_audio_rate_set_property),
9906 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9908 * gst/audiotestsrc/gstaudiotestsrc.c:
9909 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9910 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9911 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9912 (gst_audio_test_src_get_query_types),
9913 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9914 (gst_audio_test_src_create_square),
9915 (gst_audio_test_src_create_saw),
9916 (gst_audio_test_src_create_triangle),
9917 (gst_audio_test_src_create_silence),
9918 (gst_audio_test_src_create_white_noise),
9919 (gst_audio_test_src_init_pink_noise),
9920 (gst_audio_test_src_generate_pink_noise_value),
9921 (gst_audio_test_src_create_pink_noise),
9922 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9923 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9924 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9926 * gst/audiotestsrc/gstaudiotestsrc.h:
9927 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9928 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9929 (gst_sub_parse_init), (gst_sub_parse_formats),
9930 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9931 (convert_encoding), (get_next_line),
9932 (gst_sub_parse_data_format_autodetect),
9933 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9934 (gst_sub_parse_loop), (gst_sub_parse_chain),
9935 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9937 * gst/subparse/gstsubparse.h:
9938 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9939 (gst_video_rate_base_init), (gst_video_rate_class_init),
9940 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9941 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9942 (gst_video_rate_init), (gst_video_rate_event),
9943 (gst_video_rate_chain), (gst_video_rate_set_property),
9944 (gst_video_rate_get_property), (gst_video_rate_change_state),
9946 * gst/videoscale/gstvideoscale.c:
9947 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9948 (gst_video_scale_src_template_factory),
9949 (gst_video_scale_sink_template_factory),
9950 (gst_video_scale_get_type), (gst_video_scale_base_init),
9951 (gst_video_scale_class_init), (gst_video_scale_init),
9952 (gst_video_scale_set_property), (gst_video_scale_get_property),
9953 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9954 (gst_video_scale_prepare_size), (parse_caps),
9955 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9956 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9957 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9959 * gst/videoscale/gstvideoscale.h:
9960 * gst/videotestsrc/gstvideotestsrc.c:
9961 (gst_video_test_src_pattern_get_type),
9962 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9963 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9964 (gst_video_test_src_set_pattern),
9965 (gst_video_test_src_set_property),
9966 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9967 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9968 (gst_video_test_src_event), (gst_video_test_src_get_times),
9969 (gst_video_test_src_create), (plugin_init):
9970 * gst/videotestsrc/gstvideotestsrc.h:
9971 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9972 (gst_video_test_src_smpte), (gst_video_test_src_snow),
9973 (gst_video_test_src_black):
9974 * gst/videotestsrc/videotestsrc.h:
9976 clean up docs a little
9978 2005-11-30 Wim Taymans <wim@fluendo.com>
9980 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9981 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9982 (gst_basertppayload_event), (gst_basertppayload_push),
9983 (gst_basertppayload_change_state):
9984 * gst-libs/gst/rtp/gstbasertppayload.h:
9987 2005-11-30 Julien MOUTTE <julien@moutte.net>
9989 * docs/libs/gst-plugins-base-libs-docs.sgml:
9990 * docs/libs/gst-plugins-base-libs-sections.txt:
9991 * gst-libs/gst/video/gstvideofilter.c:
9992 * gst-libs/gst/video/gstvideosink.c:
9993 * gst-libs/gst/video/gstvideosink.h: Adding docs.
9995 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10015 * scripts/autoplugins.sh:
10018 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10022 * examples/Makefile.am:
10023 * examples/capsfilter/Makefile.am:
10024 * examples/capsfilter/capsfilter1.c:
10025 * examples/gob/Makefile.am:
10026 * examples/gob/gst-identity2.gob:
10027 * examples/indexing/.cvsignore:
10028 * examples/indexing/Makefile.am:
10029 * examples/indexing/indexmpeg.c:
10030 * examples/seeking/.cvsignore:
10031 * examples/seeking/Makefile.am:
10032 * examples/seeking/cdparanoia.c:
10033 * examples/seeking/cdplayer.c:
10034 * examples/seeking/chained.c:
10035 * examples/seeking/scrubby.c:
10036 * examples/seeking/seek.c:
10037 * examples/stats/Makefile.am:
10038 * examples/stats/mp2ogg.c:
10039 * examples/switch/.cvsignore:
10040 * examples/switch/Makefile.am:
10041 * examples/switch/switcher.c:
10042 * tests/Makefile.am:
10043 * tests/check/generic/.cvsignore:
10044 * tests/check/pipelines/.cvsignore:
10045 * tests/examples/Makefile.am:
10046 * tests/examples/seek/Makefile.am:
10047 reorganize stuff under tests/
10049 2005-11-30 Edward Hervey <edward@fluendo.com>
10051 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10052 Go away you stupid GstStaticPadTemplate memleak.
10054 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10056 * gst-libs/gst/net/Makefile.am:
10057 * gst-libs/gst/net/README:
10058 * gst-libs/gst/net/gstnetbuffer.c:
10059 * gst-libs/gst/net/gstnetbuffer.h:
10060 this was moved to "netbuffer"
10062 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10064 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10065 (gst_video_filter_class_init), (gst_video_filter_init):
10066 * gst-libs/gst/video/gstvideofilter.h:
10067 borgify name to bring in line with other classes
10069 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10071 * gst/audioscale/.cvsignore:
10072 * gst/audioscale/Makefile.am:
10073 * gst/audioscale/README:
10074 * gst/audioscale/audioscale.vcproj:
10075 * gst/audioscale/dtof.c:
10076 * gst/audioscale/dtos.c:
10077 * gst/audioscale/functable.c:
10078 * gst/audioscale/gstaudioscale.c:
10079 * gst/audioscale/gstaudioscale.h:
10080 * gst/audioscale/private.h:
10081 * gst/audioscale/resample.c:
10082 * gst/audioscale/resample.h:
10083 * gst/audioscale/test.c:
10086 2005-11-30 Edward Hervey <edward@fluendo.com>
10088 * gst-libs/gst/netbuffer/Makefile.am:
10089 really, really tired
10091 2005-11-30 Edward Hervey <edward@fluendo.com>
10093 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10094 Update for new GstTypeFindFactory _register()
10096 2005-11-30 Edward Hervey <edward@fluendo.com>
10098 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
10099 Let's not override libgstnet from core for no reason...
10100 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10101 Ok, maybe not so quick next time.
10103 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10106 * gst-libs/gst/Makefile.am:
10107 moved gst-libs/gst/net to netbuffer through CVS surgery
10108 remove old directory
10109 updating build to accomodate
10112 2005-11-29 Andy Wingo <wingo@pobox.com>
10114 * pkgconfig/gstreamer-plugins-base.pc.in:
10115 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10116 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10119 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10121 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10122 3rd time's the charm. Correct ref-counting for discarded buffers.
10124 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10126 * gst/playback/gststreamselector.c:
10127 (gst_stream_selector_class_init),
10128 (gst_stream_selector_set_property),
10129 (gst_stream_selector_get_property),
10130 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10133 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
10135 * gst/subparse/gstsubparse.c: (feed_textbuf):
10136 Don't access already unref'ed buffer.
10138 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10140 * gst/playback/gststreamselector.c:
10141 (gst_stream_selector_class_init), (gst_stream_selector_init),
10142 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10143 (gst_stream_selector_get_property),
10144 (gst_stream_selector_get_linked_pad),
10145 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10146 * gst/playback/gststreamselector.h:
10147 Add the active-pad property for playbin to use shortly. Ignore buffers
10148 from any other pad, returning GST_FLOW_NOT_LINKED
10150 2005-11-29 Julien MOUTTE <julien@moutte.net>
10152 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10153 patch from bug #322704 (Alessandro Decina).
10155 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10157 * gst-libs/gst/audio/Makefile.am:
10158 folded audiofilter into the audio library
10160 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10162 * gst/videoscale/gstvideoscale.h:
10163 * gst/videoscale/gstvideoscale.c:
10164 remove unimplemented scale methods
10166 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
10168 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10171 2005-11-28 Julien MOUTTE <julien@moutte.net>
10173 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10174 (gst_ximagesink_setcaps):
10175 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10176 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10177 happens (only visible on ximagesink but bug is in xv too) set_caps was
10178 destroying the internal x[v]image used to memcpy non locally alloced
10179 buffers so that it got renewed on next _chain. The issue is that
10180 _expose will try to put that image as it reffed it in _put.
10181 Using gst_buffer_unref instead of destroy fixes it !
10183 2005-11-28 Edward Hervey <edward@fluendo.com>
10185 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10186 (try_to_link_1), (queue_filled_cb):
10187 Better use of the queues. Start with a small size queue and only increase
10188 the size of the queues when the other queues are empty.
10190 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
10192 * gst-libs/gst/video/Makefile.am:
10193 compile in copied-over videofilter into the video library
10194 * gst-libs/gst/video/videosink.h:
10195 rename the header to gstvideosink.h since it's a base GstObject class
10196 * sys/ximage/ximagesink.h:
10197 * sys/xvimage/xvimagesink.h:
10200 2005-11-28 Wim Taymans <wim@fluendo.com>
10202 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10203 * gst/playback/gstplaybasebin.h:
10204 Prepare to handle errors betters.
10206 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10207 Set sinks to PAUSED first before adding and linking them so that
10208 we don't interrupt dataflow.
10210 2005-11-28 Wim Taymans <wim@fluendo.com>
10212 * gst-libs/gst/audio/TODO:
10215 * gst-libs/gst/audio/gstaudiosink.c:
10216 (gst_audioringbuffer_open_device),
10217 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10218 (gst_audioringbuffer_release):
10221 * gst-libs/gst/audio/gstbaseaudiosink.c:
10222 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10223 (gst_base_audio_sink_change_state):
10224 Slave to the master clock when going to PLAYING and unslave when
10227 * gst-libs/gst/audio/gstringbuffer.c:
10228 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10229 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10230 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10231 (gst_ring_buffer_clear_all), (wait_segment),
10232 (gst_ring_buffer_commit), (gst_ring_buffer_read),
10233 (gst_ring_buffer_advance):
10234 * gst-libs/gst/audio/gstringbuffer.h:
10235 Add some docs and cleanups.
10237 2005-11-28 Julien MOUTTE <julien@moutte.net>
10239 * sys/xvimage/xvimagesink.c:
10240 (gst_xvimagesink_navigation_send_event): Fix navigation events
10241 coordinates translation with pixel aspect ratios.
10243 2005-11-28 Julien MOUTTE <julien@moutte.net>
10245 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10246 Use calculated video geometry from _setcaps instead of buffer
10247 caps to respect pixel aspect ratio. (fixes #322388)
10249 2005-11-28 Julien MOUTTE <julien@moutte.net>
10251 * docs/libs/tmpl/gstcolorbalance.sgml:
10252 * docs/libs/tmpl/gstmixer.sgml:
10253 * docs/libs/tmpl/gstxoverlay.sgml:
10254 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10257 2005-11-28 Julien MOUTTE <julien@moutte.net>
10259 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10260 Refuse to create an XvImage if we can't find the format.
10262 2005-11-28 Edward Hervey <edward@fluendo.com>
10264 * gst-libs/gst/riff/riff-media.c:
10265 (gst_riff_create_audio_template_caps):
10266 Add ATRAC3 to the list of riff-possible audio caps.
10267 I know we still don't have a plugin for atrac3, but it's saner to output
10268 that than a cryptic mimetype.
10270 2005-11-27 Edward Hervey <edward@fluendo.com>
10272 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10273 Don't try to create a zero-sized subbuffer.
10275 2005-11-27 Julien MOUTTE <julien@moutte.net>
10277 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10278 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10279 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10280 (gst_ximagesink_expose): Fixed a tricky race.
10281 * sys/ximage/ximagesink.h:
10282 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10283 (gst_xvimagesink_expose): Fixed a tricky race.
10284 * sys/xvimage/xvimagesink.h:
10286 2005-11-27 Edward Hervey <edward@fluendo.com>
10288 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10289 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10290 Remove unused properties, and add queues between demuxers and decoders
10291 so that a lot more files can preroll properly.
10293 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10295 * gst-libs/gst/net/Makefile.am:
10296 * gst-libs/gst/rtp/Makefile.am:
10297 * gst-libs/gst/tag/Makefile.am:
10298 remove silly include
10299 * gst/tags/Makefile.am:
10300 * gst/tags/gsttagediting.c:
10301 * gst/tags/gsttageditingprivate.h:
10302 * gst/tags/tagedit.vcproj:
10303 remove directory, is as good as empty
10305 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10308 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10309 * gst-libs/Makefile.am:
10310 * gst-libs/gst/audio/Makefile.am:
10311 * gst-libs/gst/interfaces/Makefile.am:
10312 * gst-libs/gst/net/Makefile.am:
10313 * gst-libs/gst/riff/Makefile.am:
10314 * gst-libs/gst/rtp/Makefile.am:
10315 * gst-libs/gst/tag/Makefile.am:
10316 * gst-libs/gst/video/Makefile.am:
10319 2005-11-27 Julien MOUTTE <julien@moutte.net>
10321 * docs/libs/tmpl/gstcolorbalance.sgml:
10322 * docs/libs/tmpl/gstmixer.sgml:
10323 * docs/libs/tmpl/gstxoverlay.sgml:
10324 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10325 * sys/ximage/ximagesink.h:
10326 * sys/xvimage/xvimagesink.h: More and more documentation.
10328 2005-11-26 Julien MOUTTE <julien@moutte.net>
10330 * docs/libs/gst-plugins-base-libs-docs.sgml:
10331 * docs/libs/gst-plugins-base-libs-sections.txt:
10332 * docs/libs/tmpl/gstcolorbalance.sgml:
10333 * docs/libs/tmpl/gstmixer.sgml:
10334 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10337 2005-11-26 Julien MOUTTE <julien@moutte.net>
10339 * docs/plugins/Makefile.am:
10340 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10341 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10342 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10344 2005-11-26 Julien MOUTTE <julien@moutte.net>
10346 * docs/plugins/Makefile.am:
10347 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10348 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10349 * docs/plugins/inspect/plugin-adder.xml:
10350 * docs/plugins/inspect/plugin-alsa.xml:
10351 * docs/plugins/inspect/plugin-audioconvert.xml:
10352 * docs/plugins/inspect/plugin-audiorate.xml:
10353 * docs/plugins/inspect/plugin-audioresample.xml:
10354 * docs/plugins/inspect/plugin-audiotestsrc.xml:
10355 * docs/plugins/inspect/plugin-decodebin.xml:
10356 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10357 * docs/plugins/inspect/plugin-gnomevfs.xml:
10358 * docs/plugins/inspect/plugin-ogg.xml:
10359 * docs/plugins/inspect/plugin-playbin.xml:
10360 * docs/plugins/inspect/plugin-subparse.xml:
10361 * docs/plugins/inspect/plugin-tcp.xml:
10362 * docs/plugins/inspect/plugin-theora.xml:
10363 * docs/plugins/inspect/plugin-typefindfunctions.xml:
10364 * docs/plugins/inspect/plugin-video4linux.xml:
10365 * docs/plugins/inspect/plugin-videorate.xml:
10366 * docs/plugins/inspect/plugin-videoscale.xml:
10367 * docs/plugins/inspect/plugin-videotestsrc.xml:
10368 * docs/plugins/inspect/plugin-volume.xml:
10369 * docs/plugins/inspect/plugin-vorbis.xml:
10370 * docs/plugins/inspect/plugin-ximagesink.xml:
10371 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10372 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10374 2005-11-26 Edward Hervey <edward@fluendo.com>
10376 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10377 Properly return GstFlowReturn from gst_pad_push in chain functions.
10379 2005-11-25 Michael Smith <msmith@fluendo.com>
10381 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10382 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10383 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10384 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10385 Handle various conditions better when we don't understand a stream.
10386 Removes a heap of CRITICALs on ogg streams containing unknown data.
10388 2005-11-24 Andy Wingo <wingo@pobox.com>
10390 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10393 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10395 * configure.ac: back to HEAD
10397 === release 0.9.6 ===
10399 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10402 releasing 0.9.6, "White Eight"
10404 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10406 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10407 * docs/plugins/inspect/plugin-sine.xml:
10408 remove sinesrc some more
10410 2005-11-23 Wim Taymans <wim@fluendo.com>
10412 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10413 If we are reading too slowly, jump forward in the ringbuffer
10414 instead of blocking.
10416 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10418 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10419 (gst_visual_chain):
10420 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10421 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10422 (gst_videorate_chain):
10423 * gst/videotestsrc/gstvideotestsrc.c:
10424 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10425 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10426 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10427 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10428 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10429 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10430 Updates for API changes
10432 2005-11-23 Wim Taymans <wim@fluendo.com>
10434 * gst-libs/gst/audio/gstbaseaudiosink.c:
10435 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10436 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10437 Fix for calibration API change.
10439 2005-11-23 Michael Smith <msmith@fluendo.com>
10441 * gst-libs/gst/audio/multichannel.c:
10442 (gst_audio_get_channel_positions),
10443 (gst_audio_set_channel_positions),
10444 (gst_audio_set_structure_channel_positions_list),
10445 (gst_audio_fixate_channel_positions):
10446 Use gst_value_array_*() functions on value arrays, not
10447 gst_value_list_*().
10449 2005-11-23 Edward Hervey <edward@fluendo.com>
10452 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10455 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10457 * check/Makefile.am:
10458 * check/elements/videotestsrc.c: (setup_videotestsrc),
10459 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10461 add a test for videotestsrc
10463 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10465 * gst/sine/.cvsignore:
10466 * gst/sine/Makefile.am:
10467 * gst/sine/gstsinesrc.c:
10468 * gst/sine/gstsinesrc.h:
10469 * gst/sine/sinesrc.vcproj:
10470 and remove sinesrc from the repository. Closes #321446
10472 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10475 * gst-plugins-base.spec.in:
10476 remove sinesrc from the build
10478 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10480 * check/Makefile.am:
10481 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10482 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10484 add a test for audiotestsrc, testing all waves. Even seems
10485 leak-free at first glance, nice job Stefan
10487 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10503 Translation string updates
10505 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10506 (gst_v4lsrc_set_caps):
10507 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10508 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10509 * sys/v4l/v4lsrc_calls.h:
10510 Improve v4lsrc, by making it work again.
10512 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10514 * ext/libvisual/visual.c: (gst_visual_chain):
10515 Fix the fps calculations.
10517 * gst/ffmpegcolorspace/avcodec.h:
10518 Move structure element for clarity
10520 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10521 * gst-libs/gst/interfaces/tunernorm.h:
10522 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10523 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10524 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10525 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10526 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10527 (gst_v4lmjpegsrc_getcaps):
10528 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10529 (gst_v4lsrc_set_caps):
10530 * sys/v4l/gstv4lsrc.h:
10531 * sys/v4l/v4l_calls.c: (gst_v4l_open):
10532 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10533 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10534 * sys/v4l/v4lsrc_calls.h:
10535 Fractional framerates...
10537 2005-11-22 Wim Taymans <wim@fluendo.com>
10539 * gst-libs/gst/audio/gstbaseaudiosink.c:
10540 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10541 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10542 And we provide a clock by default, of course...
10544 2005-11-22 Wim Taymans <wim@fluendo.com>
10546 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10547 This clock can be slaved to a master clock now.
10549 * gst-libs/gst/audio/gstbaseaudiosink.c:
10550 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10551 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10552 (gst_base_audio_sink_set_clock),
10553 (gst_base_audio_sink_set_property),
10554 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10555 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10556 * gst-libs/gst/audio/gstbaseaudiosink.h:
10557 Handle slaving the internal clock to the clock selected in the
10559 Add property to make the basesink not provide a clock.
10561 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10562 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10563 (gst_base_rtp_depayload_wait):
10564 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10565 We can use the clock in GstElement, no need to store it ourselves.
10567 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10569 * docs/libs/tmpl/gstaudio.sgml:
10571 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10572 (gst_paranoia_endian_get_type):
10573 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10574 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10575 * gst/audiotestsrc/gstaudiotestsrc.c:
10576 (gst_audiostestsrc_wave_get_type):
10577 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10578 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10579 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10580 (gst_sync_method_get_type), (gst_unit_type_get_type),
10581 (gst_client_status_get_type), (gst_multifdsink_class_init),
10582 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10583 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10584 (gst_multifdsink_get_property):
10585 * gst/tcp/gstmultifdsink.h:
10586 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10587 * gst/videotestsrc/gstvideotestsrc.c:
10588 (gst_videotestsrc_pattern_get_type):
10589 remove deprecated properties
10590 fix up enums to correctly have short lowercase dashed nicks
10592 2005-11-22 Michael Smith <msmith@fluendo.com>
10594 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10595 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10598 2005-11-22 Michael Smith <msmith@fluendo.com>
10600 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10601 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10602 Use utility method for scaling clocktime for fractional framerates.
10604 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
10606 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10607 (gst_visual_chain):
10608 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10609 * ext/theora/theoradec.c: (theora_handle_type_packet):
10610 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10611 (theora_enc_chain):
10612 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10613 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10614 * gst-libs/gst/video/video.h:
10615 * gst/ffmpegcolorspace/avcodec.h:
10616 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10617 (gst_ffmpeg_caps_to_pixfmt):
10618 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10619 (gst_ffmpegcsp_set_caps):
10620 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10621 (gst_videorate_setcaps), (gst_videorate_blank_data),
10622 (gst_videorate_chain):
10623 * gst/videotestsrc/gstvideotestsrc.c:
10624 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10625 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10626 (gst_videotestsrc_event), (gst_videotestsrc_create):
10627 * gst/videotestsrc/gstvideotestsrc.h:
10628 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10629 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10630 (gst_ximagesink_get_times), (gst_ximagesink_init):
10631 * sys/ximage/ximagesink.h:
10632 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10633 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10634 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10635 * sys/xvimage/xvimagesink.h:
10636 Convert elements to use fractions for their framerate.
10637 V4L elements to come later tonight.
10639 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10641 * gst-libs/gst/audio/audio.c:
10642 * gst-libs/gst/audio/audio.h:
10643 remove some deprecated functions
10645 2005-11-22 Andy Wingo <wingo@pobox.com>
10647 * Update for gst_tag_setter API changes.
10649 2005-11-22 Andy Wingo <wingo@pobox.com>
10651 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10652 (gst_ogg_demux_perform_seek):
10653 * ext/theora/theoradec.c (theora_dec_sink_event):
10654 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10657 2005-11-22 Wim Taymans <wim@fluendo.com>
10659 * examples/seeking/seek.c: (main):
10660 Give higher priority to bus signals than the gtk events
10661 to fix a race condition in the segment looping.
10663 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10665 * ext/theora/Makefile.am:
10666 * ext/vorbis/Makefile.am:
10667 * gst-libs/gst/tag/Makefile.am:
10668 * gst-plugins-base.spec.in:
10669 Rename libgsttagedit to libgsttag (#322117).
10671 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10673 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10674 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10675 Call gst_x_overlay_prepare_xwindow_id() to give applications
10676 a final chance to set their own xwindow id before the video
10677 sink creates its own window.
10679 2005-11-22 Julien MOUTTE <julien@moutte.net>
10681 * sys/xvimage/xvimagesink.c:
10682 (gst_xvimagesink_navigation_send_event): Handle navigation
10683 events correcly with borders if applicable.
10685 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10687 Patch by: Luca Ognibene
10689 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10690 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10691 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10692 (gst_ffmpegcsp_caps_remove_format_info):
10693 * gst/ffmpegcolorspace/imgconvert.c:
10694 * gst/ffmpegcolorspace/imgconvert_template.h:
10695 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10696 #318353); use gst_structure_has_name().
10698 2005-11-22 Julien MOUTTE <julien@moutte.net>
10700 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10701 (gst_ximagesink_class_init): Add debug macros on functions.
10702 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10703 (gst_xvimagesink_xwindow_draw_borders),
10704 (gst_xvimagesink_xvimage_put),
10705 (gst_xvimagesink_xwindow_update_geometry),
10706 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10707 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10708 (gst_xvimagesink_xcontext_clear),
10709 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10710 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10711 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10712 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10713 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10714 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10715 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10716 expose while being PAUSED, out of data flow navigation events, etc..
10718 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10720 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10721 * gst-libs/gst/audio/audio.h:
10722 fix prototype - wondering why the test worked regardless
10724 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
10726 * check/Makefile.am:
10727 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10728 * gst-libs/gst/audio/audio.h:
10729 add a method that returns a proper GstClockTime
10731 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10733 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10734 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10735 * gst-libs/gst/interfaces/xoverlay.h:
10736 Remove everything having to do with the desired size; add
10737 gst_x_overlay_prepare_xwindow_id() function; remove the
10738 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10739 post a message on the bus instead (#321816).
10741 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10742 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10743 (gst_xvimagesink_xoverlay_init):
10744 Remove desired size stuff (#321816).
10746 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10748 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10749 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10750 (mpeg_video_type_find), (mpeg_video_stream_type_find):
10751 Terminate vararg functions with NULL instead of 0 to
10754 2005-11-21 Andy Wingo <wingo@pobox.com>
10756 patch by: Sebastien Cote <sebas642@yahoo.ca>
10758 * gst-libs/gst/rtp/gstrtpbuffer.h:
10759 * gst-libs/gst/rtp/gstrtpbuffer.c
10760 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10762 2005-11-21 Andy Wingo <wingo@pobox.com>
10764 * gst/playback/gstplaybin.c (gen_audio_element)
10765 (gen_video_element): Use the new MISSING_PLUGIN core error
10766 category. Closes #320060.
10768 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
10769 * gst/videorate/gstvideorate.c (gst_videorate_event):
10770 * ext/theora/theoradec.c (theora_dec_sink_event):
10771 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10774 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10775 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10776 stream lock changes.
10778 2005-11-21 Wim Taymans <wim@fluendo.com>
10780 * gst-libs/gst/audio/gstbaseaudiosink.c:
10781 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10782 (gst_base_audio_sink_provide_clock),
10783 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10784 (gst_base_audio_sink_change_state):
10785 * gst/audioresample/gstaudioresample.c:
10786 Segment update fix.
10788 2005-11-21 Andy Wingo <wingo@pobox.com>
10791 * *.c: Ran scripts/update-macros. Oh yes.
10793 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10795 * sys/ximage/Makefile.am:
10796 * sys/ximage/ximage.c:
10797 Rename ximage plugin to ximagesink (#321426) (Don't forget to
10798 remove your old libgstximage.* manually if necessary).
10800 2005-11-21 Michael Smith <msmith@fluendo.com>
10802 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10803 Minimal fix for bug #320200: set the min/max bitrate in the correct
10804 units. A better fix would be to upgrade to the RATEMANAGE2
10805 interface, rather than using the deprecated interface used here, but
10806 that would require an update in our libvorbis dependency (to 1.1),
10807 which is probably undesirable.
10809 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
10811 * ext/libvisual/visual.c: (get_buffer):
10812 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10813 (gst_base_audio_src_fixate):
10814 * gst/audioconvert/gstaudioconvert.c:
10815 (gst_audio_convert_fixate_caps):
10816 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10817 * gst/audiotestsrc/gstaudiotestsrc.c:
10818 (gst_audiotestsrc_src_fixate):
10819 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10820 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10821 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10822 * gst/videotestsrc/gstvideotestsrc.c:
10823 (gst_videotestsrc_src_fixate):
10824 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10825 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10826 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10830 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10832 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10833 (gst_riff_create_iavs_caps):
10834 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10835 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10836 (gst_riff_parse_info):
10837 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10838 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10839 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10840 Fixes for GST_FOURCC_FORMAT API change.
10842 2005-11-21 Andy Wingo <wingo@pobox.com>
10844 patch by: Alessandro Dessina <alessandro nnva org>
10846 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10847 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10848 (gst_ogg_parse_chain):
10849 * ext/theora/theoraenc.c (theora_set_header_on_caps):
10850 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10851 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10852 gst_value_list calls on arrays. Fixes #321962.
10854 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10856 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10857 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10858 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10859 * gst/adder/gstadder.c: (gst_adder_init),
10860 (gst_adder_request_new_pad), (gst_adder_collected),
10861 (gst_adder_change_state):
10862 Update for gst_collectpads_foo() to gst_collect_pads_foo()
10865 2005-11-21 Michael Smith <msmith@fluendo.com>
10867 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10868 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10869 Properly handle pad_push return values.
10871 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
10873 * gst-libs/gst/tag/Makefile.am:
10874 * gst-libs/gst/tag/gstvorbistag.c:
10875 (gst_tag_list_to_vorbiscomment_buffer):
10876 Remove obsolete vorbistag element and debug category.
10878 * gst/playback/gstplaybasebin.c: (check_queue):
10879 Don't divide by 0 when queue-threshold is 0.
10881 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10882 Don't modify an existing pixel-aspect-ratio if we fail to read
10885 2005-11-20 Wim Taymans <wim@fluendo.com>
10887 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10888 (gst_vorbisenc_push_packet):
10889 GST_PAD_IS_USABLE is gone, use the return value of
10890 the push or pad_alloc_buffer instead.
10892 2005-11-18 Julien MOUTTE <julien@moutte.net>
10894 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10895 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10896 (gst_ximagesink_ximage_destroy),
10897 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10898 (gst_ximagesink_xwindow_new),
10899 (gst_ximagesink_xwindow_update_geometry),
10900 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10901 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10902 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10903 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10904 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10905 (gst_ximagesink_navigation_send_event),
10906 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10907 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10908 (gst_ximagesink_finalize), (gst_ximagesink_init),
10909 (gst_ximagesink_class_init):
10910 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10911 This new version brings correct software scaling, non flickering
10912 window while resizing, pixel aspect ratio handling, usage of
10913 hardware buffer pools, out of data flow event thread for
10914 navigation and handling of expose events even when being PAUSED,
10915 a new property to keep video aspect ratio when resizing, etc...
10917 2005-11-18 Julien MOUTTE <julien@moutte.net>
10919 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10920 (gst_videoscale_fixate_caps): Introduce back caps fixate with
10923 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
10925 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
10926 Unsetting IS_SINK flag from the fakesink, so decodebin
10927 never behaves as a sink.
10929 2005-11-17 Wim Taymans <wim@fluendo.com>
10931 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10932 (gst_base_audio_src_change_state):
10933 Fix the audiosrc base class again, we did not unflush.
10935 2005-11-17 Julien MOUTTE <julien@moutte.net>
10937 * examples/seeking/seek.c: (make_dv_pipeline),
10938 (make_vorbis_theora_pipeline), (make_avi_pipeline),
10939 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10940 to ogg/vorbis/theora pipeline.
10942 2005-11-17 Wim Taymans <wim@fluendo.com>
10944 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10945 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10946 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10947 Fix EOS on multiple streams.
10950 2005-11-16 Wim Taymans <wim@fluendo.com>
10952 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10953 (gst_ogg_demux_perform_seek):
10954 Segment done must include stream time.
10956 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10957 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10958 (gst_ogg_mux_change_state):
10959 Fix ogg muxer again.
10961 2005-11-16 Wim Taymans <wim@fluendo.com>
10963 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10966 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10968 * ext/libvisual/visual.c: (gst_visual_init):
10969 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10970 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10971 (gst_ogg_parse_chain):
10972 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10973 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10974 * ext/theora/theoradec.c: (gst_theora_dec_init):
10975 * ext/theora/theoraenc.c: (gst_theora_enc_init):
10976 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10977 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10978 * gst/adder/gstadder.c: (gst_adder_class_init),
10979 (gst_adder_dispose):
10980 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10981 * gst/subparse/gstsubparse.c: (gst_subparse_init):
10982 * gst/videorate/gstvideorate.c: (gst_videorate_init):
10983 Fix a whole set of pad template leaks
10985 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10987 * check/generic/states.c: (GST_START_TEST):
10988 fix the test so that it only checks for elements that are part of
10991 2005-11-16 Michael Smith <msmith@fluendo.com>
10993 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10994 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10995 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10996 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10997 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10998 (gst_ogg_mux_change_state):
10999 Fix leaking collectpads.
11001 2005-11-16 Edward Hervey <edward@fluendo.com>
11003 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11004 (gst_videorate_event), (gst_videorate_chain):
11005 Handle segment seeks
11007 2005-11-16 Wim Taymans <wim@fluendo.com>
11009 * gst-libs/gst/audio/gstbaseaudiosink.c:
11010 (gst_base_audio_sink_provide_clock),
11011 (gst_base_audio_sink_change_state):
11012 Set ringbuffer to non-flushing when going to PAUSED, set to
11013 flushing again when going to READY.
11015 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11016 (gst_ring_buffer_stop):
11017 Start in flushing mode by default.
11018 Don't set flushing in the _stop method, let the app call
11021 2005-11-16 Julien MOUTTE <julien@moutte.net>
11023 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11024 * gst-libs/gst/video/videosink.h: Add helper function needed
11027 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
11029 * gst/videoscale/gstvideoscale.c:
11030 (gst_videoscale_handle_src_event):
11031 Don't leak reference to pad parent.
11033 2005-11-16 Wim Taymans <wim@fluendo.com>
11035 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11036 Set ringbuffer to flushing when stopping so that we don't
11037 block on wait_segment anymore and livelock.
11039 2005-11-16 Wim Taymans <wim@fluendo.com>
11041 * examples/seeking/seek.c: (send_event), (do_seek),
11042 (loop_toggle_cb), (segment_done), (main):
11043 Added looping checkbox.
11045 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11047 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11048 (gst_ogg_demux_init):
11049 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11050 (gst_vorbis_dec_init):
11051 revert unrefs, they don't pass make check
11053 2005-11-15 Johan Dahlin <johan@gnome.org>
11055 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11056 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11057 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11058 (gst_vorbis_dec_init):
11059 Fix pad template leaks.
11061 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
11063 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11064 Make state change function thread safe.
11066 2005-11-15 Edward Hervey <edward@fluendo.com>
11068 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11069 (gst_ogg_demux_class_init):
11070 Implement GstElement::send_event, so we can send seek events
11073 2005-11-14 Julien MOUTTE <julien@moutte.net>
11075 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11076 Discovered how to take away flickering while resizing the
11077 window. Please don't put that in ximagesink, refactoring in
11080 2005-11-14 Michael Smith <msmith@fluendo.com>
11082 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11083 (gst_multifdsink_render):
11084 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11086 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
11088 * gst/playback/gstplaybin.c: (gen_audio_element):
11089 Use autoaudiosink, it tends to be more widely available than
11092 2005-11-14 Andy Wingo <wingo@pobox.com>
11094 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11095 as well if it is available. Fixes #316442.
11097 2005-11-14 Michael Smith <msmith@fluendo.com>
11099 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11100 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11101 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11102 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11103 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11104 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11105 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11106 (gst_vorbisenc_change_state):
11107 Fix a small memory leak in vorbisenc.
11108 Fix large memory leaks in oggmux, also fix lots of state change
11111 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
11113 * gst/videotestsrc/gstvideotestsrc.c:
11114 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11115 (gst_videotestsrc_src_fixate):
11116 move fixation to a fixate function
11117 remove negotiate function, basesrc's is good enough
11118 fixes a bug for check when using the element alone
11120 2005-11-13 Edward Hervey <edward@fluendo.com>
11122 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11123 (key_toggle_cb), (main):
11124 Added checkboxes for adding/removing the accurate and key_unit seek
11127 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11129 * configure.ac: back to HEAD
11131 === release 0.9.5 ===
11133 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11136 releasing 0.9.5, "No No Kia"
11138 2005-11-11 Edward Hervey <edward@fluendo.com>
11140 * examples/seeking/seek.c: (make_parselaunch_pipeline):
11141 Added parse-launch syntax seeking mode for the seeking example.
11142 This should help stress-test even more cases.
11143 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11145 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11147 * sys/xvimage/xvimagesink.c:
11148 (gst_xvimagesink_navigation_send_event):
11149 Check whether peer pad exists before sending navigation events
11152 2005-11-11 Michael Smith <msmith@fluendo.com>
11154 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11155 (gst_vorbisenc_buffer_from_packet):
11156 * ext/vorbis/vorbisenc.h:
11157 Set duration on encoded buffers. This allows oggmux's
11158 max_page_delay parameter to actually work.
11160 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11162 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11163 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11164 (gst_ffmpegcsp_avpicture_fill):
11165 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11166 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11167 Make palettes work again (see #132341). Use our own macros
11170 2005-11-10 Andy Wingo <wingo@pobox.com>
11172 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11175 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11177 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11178 (gst_ffmpegcsp_transform_caps):
11179 Prefer passthrough in transform_caps
11181 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11183 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11184 check for ALSA errors properly, instead of relying on ALSA's
11185 error strings to serve to the user.
11187 2005-11-10 Wim Taymans <wim@fluendo.com>
11189 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11190 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11191 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11192 Modernise the seek code.
11194 2005-11-10 Michael Smith <msmith@fluendo.com>
11196 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11197 (setup_substreams), (set_active_source):
11198 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11199 trying to go to NULL if we failed to read a file.
11201 2005-11-10 Wim Taymans <wim@fluendo.com>
11203 * gst/audiotestsrc/gstaudiotestsrc.c:
11204 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11205 (gst_audiotestsrc_create):
11206 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11207 (gst_sinesrc_get_times), (gst_sinesrc_create):
11208 * gst/videotestsrc/gstvideotestsrc.c:
11209 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11210 (gst_videotestsrc_create):
11211 The base class can now sync for us.
11213 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11215 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11216 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11217 name=source autoprobe=false autoprobe-fps=false copy-mode=1
11218 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11219 format=(fourcc)I420" ! xvimagesink
11221 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
11223 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11224 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11225 (gst_sinesrc_newsegment):
11226 Send newsegment event in TIME format, set duration if
11227 num-buffers is set, fix duration querying.
11229 2005-11-10 Michael Smith <msmith@fluendo.com>
11231 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11232 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11233 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11234 (gst_ogg_mux_collected):
11235 Fix EOS handling, partially. Now forwarding an EOS event once we have
11236 EOS on all pads works correctly. However, we still don't properly set
11237 EOS on the actual ogg stream pages.
11239 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
11241 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11242 Set elements to NULL state before disposing of them.
11244 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
11246 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11248 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11249 (gst_base_rtp_depayload_init),
11250 (gst_base_rtp_depayload_set_gst_timestamp):
11251 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11252 We need to send a newsegment event for each instance, not
11253 just for the first instance of this class (get rid of
11254 static variable in function). (#321011).
11256 2005-11-08 Michael Smith <msmith@fluendo.com>
11258 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11259 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11260 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11261 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11262 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11263 This makes us mux things correctly according to the ogg muxing
11264 rules. Still not handling EOS correctly right now, though.
11266 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11268 * gst/audioconvert/gstaudioconvert.c:
11271 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11273 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11274 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11275 Initialise segment_stop to GST_CLOCK_TIME_NONE when
11276 creating a new chain; should fix live streaming. Also
11277 add more debug output and fix a typo.
11279 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
11281 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11283 * gst/volume/gstvolume.c: (volume_set_caps):
11284 Fix compilation on Solaris with Forte. (#320923)
11286 2005-11-08 Wim Taymans <wim@fluendo.com>
11288 * gst-libs/gst/audio/gstbaseaudiosink.c:
11289 (gst_base_audio_sink_render):
11290 No need to do a typecheck.
11292 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
11294 * ext/alsa/gstalsa.h:
11295 We register a debug category, so let's use it.
11297 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11299 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11300 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11301 Fixed a small problem.
11303 2005-11-04 Wim Taymans <wim@fluendo.com>
11305 * examples/seeking/Makefile.am:
11306 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11307 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11308 (make_playerbin_pipeline), (format_value), (update_scale),
11309 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11310 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11311 (print_usage), (main):
11312 Added app for playback speed testing.
11314 * examples/seeking/seek.c: (dynamic_link),
11315 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11316 (make_mpeg_pipeline), (do_seek), (set_update_scale),
11317 (message_received), (main):
11318 Updated seek example.
11320 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11322 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11323 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11324 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11325 (gst_base_rtp_depayload_set_clock):
11326 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11327 Don't sleep on the bench (system clock) when you have a nice
11328 comfortable bed (Gstreamer clock) to sleep on.
11330 2005-11-03 Wim Taymans <wim@fluendo.com>
11332 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11333 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11334 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11335 Handle the case where a pad_block failed.
11337 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
11339 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11341 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11342 (gst_base_rtp_depayload_add_to_queue),
11343 (gst_base_rtp_depayload_push),
11344 (gst_base_rtp_depayload_set_gst_timestamp),
11345 (gst_base_rtp_depayload_queue_release):
11346 Fixes some bugs in the depayloader's queuing/de-queueing code.
11348 2005-10-31 Michael Smith <msmith@fluendo.com>
11350 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11351 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11352 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11353 Patch from Alessandro Decina <alessandro@nnva.org>.
11354 Make oggdemux only find the final time in a chain, not per-pad,
11355 since the per-pad information can be very expensive to locate, and
11356 it isn't used anywhere. This makes reading a file containing
11357 OggSkeleton reasonably fast.
11358 Also, make chain finding work when there are logical bitstreams that
11359 can't be decoded. Fixes #319110.
11361 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11363 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11364 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11365 (gst_base_rtp_depayload_chain),
11366 (gst_base_rtp_depayload_add_to_queue),
11367 (gst_base_rtp_depayload_push),
11368 (gst_base_rtp_depayload_set_gst_timestamp),
11369 (gst_base_rtp_depayload_queue_release),
11370 (gst_base_rtp_depayload_start_thread),
11371 (gst_base_rtp_depayload_set_property),
11372 (gst_base_rtp_depayload_get_property):
11373 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11374 Some random fixes, to fullfill the desires of thomas.
11376 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11378 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11379 (gst_base_rtp_depayload_add_to_queue),
11380 (gst_base_rtp_depayload_push):
11381 Fixed the queueing algorithm.
11383 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11385 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11386 (gst_base_rtp_depayload_push):
11389 2005-10-31 Wim Taymans <wim@fluendo.com>
11391 * gst-libs/gst/audio/gstringbuffer.h:
11394 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11395 (gst_ffmpeg_caps_to_pixfmt):
11396 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11397 (gst_ffmpegcsp_set_caps):
11398 Some more comments.
11399 Handle missing required caps fields better.
11401 2005-10-31 Wim Taymans <wim@fluendo.com>
11403 * gst-libs/gst/audio/gstbaseaudiosink.c:
11404 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11405 (gst_base_audio_sink_render):
11406 * gst-libs/gst/audio/gstringbuffer.c:
11407 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11408 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11409 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11410 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11411 (gst_ring_buffer_read):
11412 * gst-libs/gst/audio/gstringbuffer.h:
11413 Add flushing mode to the ringbuffer so that it in all cases does
11414 not try to handle more audio. This makes sure it does not try to
11415 block anymore when flushing and fixes a livelock.
11417 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
11419 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11420 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11421 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11422 Explicitly check for -1 values before doing a conversion
11423 and always map them to -1. (#315545)
11425 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
11427 * gst/playback/gstplaybin.c: (gen_video_element):
11428 first try autovideosink, then xvimagesink, then error out
11430 add translatable file
11445 update translations
11447 2005-10-27 Philippe Khalaf <burger at speedy dot org>
11449 * gst-libs/gst/rtp/gstbasedepayload.c:
11450 * gst-libs/gst/rtp/gstbasedepayload.h:
11453 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
11455 * gst/playback/.cvsignore:
11456 * gst/playback/decodetest.c:
11457 * gst/playback/test3.c:
11458 Port these two tests as well.
11460 2005-10-27 Wim Taymans <wim@fluendo.com>
11462 * ext/theora/theoradec.c: (theora_dec_src_query),
11463 (theora_dec_sink_event):
11464 * ext/theora/theoraenc.c: (theora_enc_sink_event),
11465 (theora_enc_change_state):
11466 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11467 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11468 Take proper locks when handling events.
11470 2005-10-27 Wim Taymans <wim@fluendo.com>
11472 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11473 (gst_adder_change_state):
11474 Fix timestamps and fix deadlock when stopping the collectpads.
11476 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
11478 * gst-libs/gst/rtp/gstrtpbuffer.h:
11479 Declaring the payload types as strings too so that they can be used
11480 in the padtemplate inialization.
11482 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
11484 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11486 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11487 (gst_base_rtp_depayload_class_init):
11488 Fixes a small but nasty bug. The derived elements no longer segfaults
11491 2005-10-26 Michael Smith <msmith@fluendo.com>
11493 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11494 When clearing an audioconvert context, set tmpbufsize to zero, so
11495 we'll allocate it again later if required.
11496 This fixes audioconvert re-negotiating formats, which previously
11497 segfaulted with a NULL destination buffer.
11499 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11501 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11502 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11503 (gst_base_rtp_depayload_set_gst_timestamp),
11504 (gst_base_rtp_depayload_queue_release):
11505 Fixed a smalll memleak.
11507 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11508 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11509 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11510 (gst_base_rtp_depayload_finalize),
11511 (gst_base_rtp_depayload_setcaps),
11512 (gst_base_rtp_depayload_add_to_queue),
11513 (gst_base_rtp_depayload_push),
11514 (gst_base_rtp_depayload_set_gst_timestamp),
11515 (gst_base_rtp_depayload_queue_release),
11516 (gst_base_rtp_depayload_thread),
11517 (gst_base_rtp_depayload_change_state):
11518 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11519 Changed the C++ comments to C comments
11521 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
11523 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11524 * gst/tcp/gsttcpclientsrc.h:
11525 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11526 * gst/tcp/gsttcpserversrc.h:
11527 Remove unused 'curoffset' structure member.
11529 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
11531 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11532 (gst_base_rtp_depayload_base_init),
11533 (gst_base_rtp_depayload_finalize):
11534 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11535 * gst-libs/gst/rtp/gstbasertppayload.h:
11536 The pad-template on the sinkpad should be set by the derived classes.
11537 Also added some useful macros.
11539 2005-10-24 Wim Taymans <wim@fluendo.com>
11541 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11542 Correctly flush decoder samples even if we could not
11543 copy them to an output buffer. Fixes #319618.
11545 2005-10-24 Julien MOUTTE <julien@moutte.net>
11547 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11548 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11549 the caps against our xcontext caps.
11551 2005-10-24 Wim Taymans <wim@fluendo.com>
11553 * gst-libs/gst/audio/gstbaseaudiosink.c:
11554 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11556 Use sync property from baseclass to disable sync.
11558 2005-10-24 Wim Taymans <wim@fluendo.com>
11560 * gst-libs/gst/audio/gstbaseaudiosink.c:
11561 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11562 Buffers with no timestamps get aligned with previous buffers or
11563 on underrun, played ASAP.
11565 2005-10-24 Julien MOUTTE <julien@moutte.net>
11567 * gst-libs/gst/video/video.h:
11568 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11569 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11570 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11571 here comes my change on caps for framerate and geometry range.
11572 We are now accepting 1 to MAXINT for width and height, and from
11573 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11574 to be blended correctly in videomixer.
11576 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
11581 === release 0.9.4 ===
11583 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11588 releasing 0.9.4, "Velociraptor"
11590 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11592 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11596 2005-10-21 Wim Taymans <wim@fluendo.com>
11598 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11599 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11600 (pad_blocked), (close_pad_link), (new_pad):
11601 Don't try to remove elements twice.
11603 2005-10-21 Wim Taymans <wim@fluendo.com>
11605 * ext/theora/theoradec.c: (theora_dec_src_query),
11606 (theora_dec_sink_event):
11607 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11608 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11609 (vorbis_handle_data_packet):
11610 * ext/vorbis/vorbisdec.h:
11613 * gst-libs/gst/audio/gstbaseaudiosink.c:
11614 (gst_base_audio_sink_render):
11615 Don't try to sync on buffers without a timestamp.
11617 2005-10-21 Wim Taymans <wim@fluendo.com>
11619 * ext/theora/theoradec.c: (theora_dec_src_query),
11620 (theora_dec_sink_event):
11621 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11622 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11623 (vorbis_handle_data_packet):
11624 * ext/vorbis/vorbisdec.h:
11627 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11629 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11630 (gst_vorbisenc_src_query):
11631 Implement position and duration queries.
11633 * gst/playback/test3.c: (update_scale), (main):
11634 Fix for async state changes and print nicer output.
11636 2005-10-20 Wim Taymans <wim@fluendo.com>
11638 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11639 (dump_element_stats), (main):
11640 * gst/playback/test6.c: (main):
11643 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11645 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11646 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11647 Don't use functions for position queries when handling
11650 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11652 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11653 (vorbis_handle_data_packet), (vorbis_dec_chain),
11654 (vorbis_dec_change_state):
11655 * ext/vorbis/vorbisdec.h:
11656 Vorbis streams can be embedded in other container formats
11657 than ogg, container formats where the demuxer might set
11658 timestamps on encoded vorbis buffers instead of those silly
11659 granulepos thingies. In short: make vorbisdec handle
11660 timestamps on incoming buffers as well.
11662 2005-10-20 Wim Taymans <wim@fluendo.com>
11664 * gst/playback/gstplaybasebin.c: (group_destroy),
11665 (gst_play_base_bin_change_state):
11667 Handle case where playbasebin is now ASYNC because
11670 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11672 * gst/audioconvert/Makefile.am:
11673 * gst/audioconvert/bufferframesconvert.c:
11674 * gst/audioconvert/plugin.c: (plugin_init):
11675 * gst/audioconvert/plugin.h:
11676 And bye bye buffer-frames-convert
11678 2005-10-19 Wim Taymans <wim@fluendo.com>
11680 * check/elements/audioconvert.c:
11681 * docs/libs/tmpl/gstaudio.sgml:
11682 * docs/libs/tmpl/gstcolorbalance.sgml:
11683 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11684 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11685 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11686 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11687 * gst-libs/gst/audio/audio.h:
11688 * gst/audioconvert/audioconvert.h:
11689 * gst/audioconvert/gstaudioconvert.c:
11690 (gst_audio_convert_parse_caps):
11691 * gst/volume/gstvolume.c:
11692 Bye bye buffer-frames.
11694 2005-10-19 Wim Taymans <wim@fluendo.com>
11696 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11697 (query_positions_elems), (query_positions_pads), (update_scale),
11698 (do_seek), (set_update_scale), (message_received), (main):
11699 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11700 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11701 (gst_ogg_demux_loop):
11702 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11703 * ext/theora/theoradec.c: (theora_dec_src_query),
11704 (theora_dec_sink_event):
11705 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11706 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11707 * gst/adder/gstadder.c: (gst_adder_query):
11708 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11709 * gst/playback/test3.c: (update_scale):
11710 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11711 (dump_element_stats), (main):
11712 * gst/playback/test6.c: (main):
11713 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11716 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11718 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11719 (xml_check_first_element), (xml_type_find), (smil_type_find),
11721 Add typefinding for SMIL and for generic XML. Based on patch by
11722 Akos Maroy (#308663).
11724 2005-10-18 Wim Taymans <wim@fluendo.com>
11726 * gst/playback/Makefile.am:
11727 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11728 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11729 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11730 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11731 (gst_decode_bin_change_state):
11732 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11733 (gst_play_bin_send_event_to_sink):
11734 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11735 (dump_element_stats), (main):
11736 * gst/playback/test6.c: (main):
11737 Make playbin async, it'll commit state to paused when all streams
11740 Added test6.c to show async behaviour.
11742 2005-10-18 Wim Taymans <wim@fluendo.com>
11744 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11745 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11746 Fix for segment-start/stop API change.
11748 2005-10-18 Wim Taymans <wim@fluendo.com>
11750 * check/Makefile.am:
11751 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11753 Add future test for clock selection.
11755 2005-10-18 Wim Taymans <wim@fluendo.com>
11757 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11758 (gst_alsasink_close):
11759 Set handle to NULL.
11761 * gst-libs/gst/audio/gstringbuffer.c:
11762 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11763 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11764 (gst_ring_buffer_start), (gst_ring_buffer_pause),
11765 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11766 (gst_ring_buffer_read):
11769 2005-10-17 Stefan Kost <ensonic@users.sf.net>
11771 * gst/audiotestsrc/Makefile.am:
11772 * gst/sine/Makefile.am:
11773 * gst/volume/Makefile.am:
11774 fix broken build of controllerized plugins
11776 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11778 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11780 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11781 (gst_riff_create_video_template_caps):
11782 Add support for Indeo-3 (IV32).
11784 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11789 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11791 * gst-libs/gst/video/video.c: (gst_video_get_size):
11792 * gst/audiotestsrc/gstaudiotestsrc.c:
11795 2005-10-17 Andy Wingo <wingo@pobox.com>
11797 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11798 with the collectpads change.
11799 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11801 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11803 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11805 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11806 alloc_buffer flow return to callers.
11807 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11808 change. Fix some memleaks in theoraenc.
11810 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11811 in strange circumstance.
11813 2005-10-17 Julien MOUTTE <julien@moutte.net>
11815 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11816 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11817 from caps, let's use the caps...
11819 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11822 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11824 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11826 * gst-libs/gst/interfaces/Makefile.am:
11829 2005-10-16 Andy Wingo <wingo@pobox.com>
11831 * gst/playback/gstdecodebin.c
11832 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11834 (try_to_link_1): Increase kraziness level.
11836 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11839 restructure like the core one
11840 * gst-libs/gst/audio/Makefile.am:
11841 * gst-libs/gst/interfaces/Makefile.am:
11842 * gst-libs/gst/net/Makefile.am:
11843 * gst-libs/gst/riff/Makefile.am:
11844 * gst-libs/gst/rtp/Makefile.am:
11845 * gst-libs/gst/tag/Makefile.am:
11846 * gst-libs/gst/video/Makefile.am:
11847 use correct linker flags, now the libs are properly versioned
11848 * check/elements/audioconvert.c: (verify_convert):
11849 * ext/alsa/gstalsaplugin.c:
11850 * ext/cdparanoia/gstcdparanoia.c:
11851 * ext/gnomevfs/gstgnomevfs.c:
11852 * ext/libvisual/visual.c:
11853 * ext/ogg/gstogg.c:
11854 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11855 * ext/theora/theora.c:
11856 * ext/vorbis/vorbis.c:
11857 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11858 * gst-libs/gst/tag/gsttagediting.c:
11859 * gst-libs/gst/video/video.c:
11860 * gst/adder/gstadder.c:
11861 * gst/audioconvert/plugin.c:
11862 * gst/audiorate/gstaudiorate.c:
11863 * gst/audioresample/gstaudioresample.c:
11864 * gst/audioresample/resample_ref.c: (resample_scale_ref):
11865 * gst/audioscale/gstaudioscale.c:
11866 * gst/audioscale/resample.c:
11867 * gst/audiotestsrc/gstaudiotestsrc.c:
11868 * gst/ffmpegcolorspace/gstffmpeg.c:
11869 * gst/playback/gstdecodebin.c: (close_pad_link):
11870 * gst/playback/gstplaybin.c: (gen_video_element),
11871 (gen_audio_element):
11872 * gst/sine/gstsinesrc.c:
11873 * gst/subparse/gstsubparse.c:
11874 * gst/tags/gsttagediting.c:
11875 * gst/tcp/gsttcpplugin.c:
11876 * gst/typefind/gsttypefindfunctions.c:
11877 * gst/videorate/gstvideorate.c:
11878 * gst/videoscale/gstvideoscale.c:
11879 * gst/videotestsrc/gstvideotestsrc.c:
11880 * gst/volume/gstvolume.c:
11881 * sys/v4l/gstv4l.c:
11882 * sys/ximage/ximage.c:
11883 * sys/xvimage/xvimagesink.c:
11886 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
11888 * ext/vorbis/vorbisenc.c:
11889 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11890 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11891 (gst_tag_to_vorbis_comments):
11892 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11894 2005-10-13 Stefan Kost <ensonic@users.sf.net>
11896 * examples/stats/mp2ogg.c:
11897 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11900 2005-10-13 Michael Smith <msmith@fluendo.com>
11902 * ext/ogg/gstoggmux.c:
11903 Use magic glib macros to define constants as 64 bit, to ensure
11904 appropriate vararg passing.
11906 2005-10-13 Michael Smith <msmith@fluendo.com>
11908 * ext/ogg/gstoggmux.c:
11909 * gst/audioconvert/audioconvert.c: (float):
11910 Don't use LL suffix, as it's not portable, and neither of these
11911 uses required it anyway.
11913 2005-10-12 Stefan Kost <ensonic@users.sf.net>
11915 * examples/indexing/indexmpeg.c: (main):
11916 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11917 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11918 (cdparanoia_convert), (cdparanoia_query):
11919 * ext/cdparanoia/gstcdparanoia.h:
11920 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11921 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11922 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11923 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11924 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11925 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11926 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11927 (gst_multifdsink_render), (gst_multifdsink_start),
11928 (gst_multifdsink_stop):
11929 * gst/tcp/gstmultifdsink.h:
11930 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11931 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11932 (gst_tcpclientsink_stop):
11933 * gst/tcp/gsttcpclientsink.h:
11934 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11935 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11936 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11937 * gst/tcp/gsttcpclientsrc.h:
11938 * gst/tcp/gsttcpserversink.h:
11939 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11940 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11941 (gst_tcpserversrc_stop):
11942 * gst/tcp/gsttcpserversrc.h:
11943 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11944 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11945 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11946 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11947 moved bitshift from macro to enum definition
11949 2005-10-12 Wim Taymans <wim@fluendo.com>
11951 * examples/seeking/Makefile.am:
11954 2005-10-12 Wim Taymans <wim@fluendo.com>
11956 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11957 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11958 Don't assert on normal stuff.
11960 * gst/playback/gstplaybin.c: (do_playbin_seek):
11963 2005-10-12 Wim Taymans <wim@fluendo.com>
11965 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11966 * examples/seeking/Makefile.am:
11967 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11968 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11969 (do_seek), (set_update_scale), (message_received), (main):
11970 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11971 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11972 Update for _get_state() API change.
11974 2005-10-11 Wim Taymans <wim@fluendo.com>
11976 * gst-libs/gst/audio/gstbaseaudiosink.c:
11977 (gst_base_audio_sink_render):
11978 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11979 (gst_base_audio_src_create):
11980 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11981 (gst_ring_buffer_read):
11983 Commit and read from ringbuffer in samples rather than bytes.
11985 2005-10-11 Wim Taymans <wim@fluendo.com>
11987 * gst-libs/gst/audio/gstbaseaudiosink.c:
11988 (gst_base_audio_sink_render):
11989 Respect segment rate and accum when scheduling samples.
11991 2005-10-11 Julien MOUTTE <julien@moutte.net>
11993 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11994 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11995 EOS correctly, that needs more work.
11997 2005-10-11 Wim Taymans <wim@fluendo.com>
11999 * check/generic/states.c: (GST_START_TEST):
12000 remove old property.
12002 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12003 (gst_ogg_demux_perform_seek):
12004 * ext/theora/theoradec.c: (theora_dec_sink_event):
12005 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12006 (vorbis_handle_data_packet):
12007 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12008 (gst_base_rtp_depayload_set_gst_timestamp):
12009 * gst/videorate/gstvideorate.c: (gst_videorate_event):
12010 Update for newsegment API change.
12012 2005-10-11 Michael Smith <msmith@fluendo.com>
12014 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12015 (do_playbin_seek), (gst_play_bin_send_event):
12016 Override send_event differently, so that we can takes bits of
12017 functionality from GstPipeline (special handling for seeks,
12018 including pausing/resuming, and resetting stream time) and still get
12019 the appropriate behaviour of only forwarding event to a single sink,
12020 rather than all of them.
12021 Unfortunately requires a lot of code duplication, but the
12022 alternatives are equally ugly in the end.
12024 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
12026 * check/elements/audioconvert.c: (setup_audioconvert),
12027 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12028 (GST_START_TEST), (audioconvert_suite):
12029 clean up tests a little, fix some leaks.
12031 2005-10-10 Wim Taymans <wim@fluendo.com>
12033 * ext/alsa/gstalsasink.c:
12034 Also allow unsigned int.
12036 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12037 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12040 2005-10-10 Wim Taymans <wim@fluendo.com>
12042 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12043 Small update, use API as stated in design docs.
12045 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12046 (update_scale), (do_seek), (seek_cb), (set_update_scale),
12047 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12048 (message_received), (main):
12049 Updated seek example for GOption. Some usability improvements.
12051 2005-10-10 Wim Taymans <wim@fluendo.com>
12053 * gst/audioconvert/audioconvert.h:
12054 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12055 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12056 Alloc temp storage somewhere else where we can do it more
12059 2005-10-10 Wim Taymans <wim@fluendo.com>
12061 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12062 (gst_tcpserversrc_start):
12063 Don't block in accept while doing the state change, move
12064 to poll and make cancellable.
12066 2005-10-09 Philippe Khalaf <burger@speedy.org>
12068 * gst-libs/gst/rtp/rtpbasedepayload.c:
12069 Set timestamp and add queue delay to timestamp
12070 * gst-libs/gst/rtp/rtpbuffer.h:
12071 Set correct payload type for h263
12073 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12075 * gst/audiotestsrc/gstaudiotestsrc.c:
12076 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12077 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12078 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12079 (gst_audiotestsrc_create_triangle),
12080 (gst_audiotestsrc_create_silence),
12081 (gst_audiotestsrc_create_white_noise),
12082 (gst_audiotestsrc_init_pink_noise),
12083 (gst_audiotestsrc_generate_pink_noise_value),
12084 (gst_audiotestsrc_create_pink_noise),
12085 (gst_audiotestsrc_change_wave):
12086 * gst/audiotestsrc/gstaudiotestsrc.h:
12087 fixed typo, added pink noise
12089 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12091 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12093 Add wavpack and spc typefind functions from 0.8 branch.
12095 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12097 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12098 (ar_type_find), (msdos_type_find), (plugin_init):
12099 Add typefind functions for tar archives, ar archives,
12100 RAR archives, and msdos-executables (dlls, exe, etc.).
12101 Some of those would be wrongly identified as mpeg
12102 streams of some sort before (#315550).
12104 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12107 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12108 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12109 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12110 * gst/audiotestsrc/Makefile.am:
12111 * gst/audiotestsrc/gstaudiotestsrc.c:
12112 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12113 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12114 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12115 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12116 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12117 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12118 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12119 (gst_audiotestsrc_create_silence),
12120 (gst_audiotestsrc_create_white_noise),
12121 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12122 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12123 (gst_audiotestsrc_start), (plugin_init):
12124 * gst/audiotestsrc/gstaudiotestsrc.h:
12125 add new plugin and element
12126 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12129 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12131 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12132 (gst_adder_init), (gst_adder_request_new_pad),
12133 (gst_adder_change_state):
12134 Add query function to source pad, so adder reports the correct
12135 time/sample position when queried (#315457); fix state change
12136 function; use GST_DEBUG_FUNCPTR() for pad functions.
12138 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
12140 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12141 Fix leaks in typefind registration
12142 Clean up the gratuitous commenting and whitespacing a little
12144 2005-10-08 Wim Taymans <wim@fluendo.com>
12146 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12147 Only actually wait for the thread to be stopped if it's
12150 2005-10-08 Wim Taymans <wim@fluendo.com>
12152 * gst-libs/gst/audio/gstbaseaudiosink.c:
12153 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12154 If we receive EOS we can start playback of what we had.
12156 2005-10-08 Wim Taymans <wim@fluendo.com>
12158 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12159 (gst_multifdsink_finalize), (multifdsink_hash_remove),
12160 (gst_multifdsink_stop):
12161 Fix crasher when going to NULL multiple times.
12163 2005-10-06 Wim Taymans <wim@fluendo.com>
12165 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12166 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12167 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12168 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12169 patch from Edgard Lima <edgard.lima@indt.org.br>
12170 Fixed gstbaseaudiosrc adding ring buffer sync to it.
12172 2005-10-06 Wim Taymans <wim@fluendo.com>
12174 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12175 Report the FLOW_RETURN as string in the error message.
12177 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12178 Don't assert when clearing an unnegotiated buffer.
12180 2005-10-04 Michael Smith <msmith@fluendo.com>
12182 * gst/playback/gstplaybasebin.c: (group_destroy),
12183 (gen_preroll_element), (remove_groups), (setup_source):
12184 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12185 (setup_sinks), (gst_play_bin_send_event),
12186 (gst_play_bin_change_state):
12187 Set state to NULL before removing from bin. Fix refcounting.
12189 2005-10-04 Michael Smith <msmith@fluendo.com>
12191 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12192 Correct refcounting in send_event() function. Previously was wrong
12193 if the first sink was unable to handle the event.
12195 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12198 back to development
12200 === release 0.9.3 ===
12202 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12205 Releasing 0.9.3, "De Facto"
12207 2005-10-03 Andy Wingo <wingo@pobox.com>
12209 * gst/playback/gstdecodebin.c (try_to_link_1)
12210 (remove_element_chain): set element to NULL before removing it.
12212 2005-10-02 Johan Dahlin <johan@gnome.org>
12214 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
12215 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12218 2005-10-02 Andy Wingo <wingo@pobox.com>
12220 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
12221 (gst_ring_buffer_prepare_read):
12222 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12225 2005-09-29 Wim Taymans <wim@fluendo.com>
12227 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12228 * ext/theora/theoradec.c: (theora_handle_data_packet):
12229 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12230 Propagate error codes from alloc_buffer too.
12232 2005-09-29 Wim Taymans <wim@fluendo.com>
12234 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12237 * gst/playback/Makefile.am:
12238 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12239 (dump_element_stats), (main):
12240 Added example stream introspection code.
12242 2005-09-28 Stefan Kost <ensonic@users.sf.net>
12244 * gst/adder/gstadder.c: (gst_adder_collected):
12245 fix adder for float elements
12247 2005-09-28 Wim Taymans <wim@fluendo.com>
12249 * gst-libs/gst/audio/gstbaseaudiosink.c:
12250 (gst_base_audio_sink_class_init),
12251 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12252 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12253 (gst_base_audio_src_class_init),
12254 (gst_base_audio_src_provide_clock):
12255 get_clock -> provide_clock
12257 2005-09-28 Andy Wingo <wingo@pobox.com>
12259 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12262 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12265 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12266 Actually add the pad template.
12267 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12269 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12272 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12273 from fdsrc. Get caps in create() instead of start() so it can be
12274 interrupted. Interruption somewhat untested.
12276 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12277 Proper EOS handling.
12279 2005-09-27 Andy Wingo <wingo@pobox.com>
12281 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12283 * gst/tcp/gsttcpserversrc.c: Cleaned up.
12285 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12287 * gst/tcp/gsttcp.h:
12288 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12289 out of tcpclientsrc.c. Cancellable.
12290 (gst_tcp_socket_read): Made private, cancellable, with better
12291 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12292 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12293 whole buffer, and better diagnostics.
12294 (gst_tcp_gdp_read_caps): Same.
12296 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12298 2005-09-26 Andy Wingo <wingo@pobox.com>
12300 * gst/sine/gstsinesrc.h:
12301 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12302 change the 'sync' property to 'is-live' and implement it halfway,
12303 update for controller api change.
12305 * gst/volume/gstvolume.c (volume_transform_ip): Update for
12306 controller api change.
12308 2005-09-24 Wim Taymans <wim@fluendo.com>
12310 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12311 * gst-libs/gst/audio/gstaudiosink.c:
12312 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12313 (gst_audioringbuffer_stop):
12314 * gst-libs/gst/audio/gstbaseaudiosink.c:
12315 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12316 (gst_base_audio_sink_change_state):
12317 * gst-libs/gst/audio/gstbaseaudiosink.h:
12318 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12319 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12320 (gst_ring_buffer_commit), (gst_ring_buffer_read):
12321 * gst-libs/gst/audio/gstringbuffer.h:
12322 Fix sync again. Moved sample alignment to basesink.
12324 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
12326 * docs/plugins/Makefile.am:
12327 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12328 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12329 * gst/volume/gstvolume.c:
12331 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12332 * gst-libs/gst/audio/audio.h:
12333 add conversion macros for frames <-> clocktime
12335 2005-09-23 David Schleef <ds@schleef.org>
12337 * gst/audioresample/Makefile.am:
12338 * gst/audioresample/debug.h:
12339 * gst/audioresample/gstaudioresample.c:
12340 * gst/audioresample/resample.c: Convert to using gst debugging
12342 2005-09-22 Wim Taymans <wim@fluendo.com>
12344 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12345 (gst_play_bin_send_event):
12346 Only seek on one sink, the first one that succeeds.
12348 2005-09-22 Michael Smith <msmith@fluendo.com>
12350 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12351 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12352 Don't flush encoder state unless we have an initialised encoder.
12353 Clear out encoder state on PAUSED_TO_READY.
12355 2005-09-22 Wim Taymans <wim@fluendo.com>
12357 * gst-libs/gst/rtp/gstbasertppayload.c:
12358 (gst_basertppayload_class_init), (gst_basertppayload_init),
12359 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12360 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12361 (gst_basertppayload_is_filled), (gst_basertppayload_push),
12362 (gst_basertppayload_set_property),
12363 (gst_basertppayload_get_property),
12364 (gst_basertppayload_change_state):
12365 * gst-libs/gst/rtp/gstbasertppayload.h:
12366 Added max-ptime to control amount of data in the rtp packets.
12368 2005-09-21 Andy Wingo <wingo@pobox.com>
12370 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12373 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12374 can be called multiple times, dogs.
12376 2005-09-21 Wim Taymans <wim@fluendo.com>
12378 * gst-libs/gst/rtp/gstbasertppayload.c:
12379 (gst_basertppayload_class_init), (gst_basertppayload_init),
12380 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12381 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12382 (gst_basertppayload_push), (gst_basertppayload_get_property),
12383 (gst_basertppayload_change_state):
12386 2005-09-21 Stefan Kost <ensonic@users.sf.net>
12388 * docs/libs/compiling.sgml:
12391 2005-09-20 Wim Taymans <wim@fluendo.com>
12393 * gst-libs/gst/rtp/gstbasertppayload.c:
12394 (gst_basertppayload_class_init), (gst_basertppayload_init),
12395 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12396 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12397 (gst_basertppayload_push), (gst_basertppayload_set_property),
12398 (gst_basertppayload_get_property),
12399 (gst_basertppayload_change_state):
12400 * gst-libs/gst/rtp/gstbasertppayload.h:
12401 Added property to configure sequence number offsets.
12403 2005-09-20 Wim Taymans <wim@fluendo.com>
12405 * gst-libs/gst/rtp/gstbasertppayload.c:
12406 (gst_basertppayload_class_init), (gst_basertppayload_init),
12407 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12408 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12409 (gst_basertppayload_push), (gst_basertppayload_set_property),
12410 (gst_basertppayload_get_property),
12411 (gst_basertppayload_change_state):
12412 * gst-libs/gst/rtp/gstbasertppayload.h:
12413 Make timestamp offset configurable.
12415 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
12417 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12418 fix wrong pop/unref
12420 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
12422 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12424 * gst-libs/gst/interfaces/propertyprobe.c:
12425 (gst_property_probe_probe_property_name),
12426 (gst_property_probe_needs_probe_name),
12427 (gst_property_probe_get_values_name),
12428 (gst_property_probe_probe_and_get_values_name):
12429 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12430 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12432 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
12434 * check/Makefile.am:
12435 have some tests be disabled for valgrinding
12436 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12438 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12439 Fix A Leak. Chain To Parent Finalize.
12441 2005-09-19 Wim Taymans <wim@fluendo.com>
12443 * examples/seeking/seek.c: (make_wav_pipeline), (main):
12444 Fixed wav pipeline.
12446 2005-09-19 Wim Taymans <wim@fluendo.com>
12448 * gst-libs/gst/rtp/gstbasertppayload.c:
12449 (gst_basertppayload_class_init), (gst_basertppayload_init),
12450 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12451 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12452 (gst_basertppayload_push), (gst_basertppayload_get_property),
12453 (gst_basertppayload_change_state):
12454 Posting ERROR and WARNING messages is good.
12456 2005-09-19 Wim Taymans <wim@fluendo.com>
12458 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12459 (gst_base_rtp_depayload_add_to_queue),
12460 (gst_base_rtp_depayload_push),
12461 (gst_base_rtp_depayload_set_gst_timestamp),
12462 (gst_base_rtp_depayload_queue_release):
12463 This one was not supposed to go in.
12465 2005-09-19 Wim Taymans <wim@fluendo.com>
12467 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12470 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12471 (gst_base_rtp_depayload_chain),
12472 (gst_base_rtp_depayload_add_to_queue),
12473 (gst_base_rtp_depayload_push),
12474 (gst_base_rtp_depayload_set_gst_timestamp),
12475 (gst_base_rtp_depayload_queue_release):
12478 * gst-libs/gst/rtp/gstbasertppayload.c:
12479 (gst_basertppayload_class_init), (gst_basertppayload_init),
12480 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12481 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12482 (gst_basertppayload_get_property),
12483 (gst_basertppayload_change_state):
12484 Added debugging category.
12486 2005-09-18 David Schleef <ds@schleef.org>
12488 * gst/playback/gstdecodebin.c: free plugin list correctly
12489 * gst/playback/gstplaybin.c: emit warning if autovideosink
12490 and autoaudiosink can't be found (instead of segfaulting)
12492 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
12494 * check/elements/audioconvert.c: (GST_START_TEST):
12495 try out 24 bit conversion
12497 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12499 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12500 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12501 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12502 * ext/vorbis/vorbisenc.h:
12503 Fix EOS handling. Still needs a fix in the ogg muxer to
12504 mark the last page as eos.
12506 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12508 * common/gtk-doc-plugins.mak:
12509 * docs/plugins/Makefile.am:
12510 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12511 * gst/ffmpegcolorspace/Makefile.am:
12512 * gst/ffmpegcolorspace/avcodec.h:
12513 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12514 * gst/tcp/gstmultifdsink.c:
12515 fix up ffmpegcolorspace docs; extract header
12517 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12519 * common/gtk-doc-plugins.mak:
12520 * docs/plugins/Makefile.am:
12521 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12522 * ext/theora/Makefile.am:
12523 * ext/theora/gsttheoraenc.h:
12524 * ext/theora/theoraenc.c:
12525 * ext/vorbis/vorbisenc.c:
12526 pick up signals and args for vorbis; add some docs for vorbis
12528 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12530 * common/gstdoc-scangobj:
12531 * common/gtk-doc-plugins.mak:
12532 * docs/libs/Makefile.am:
12533 * docs/plugins/gst-plugins-base-plugins.args:
12534 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12535 * docs/plugins/gst-plugins-base-plugins.interfaces:
12536 * docs/plugins/gst-plugins-base-plugins.prerequisites:
12537 * docs/plugins/gst-plugins-base-plugins.signals:
12538 only scanobj stuff from our source module. Not sure yet
12539 if that's correct, given the hierarchy stuff :)
12541 2005-09-15 Wim Taymans <wim@fluendo.com>
12543 * gst/audioconvert/gstaudioconvert.c:
12544 And enable 24 bits mode as well..
12546 2005-09-15 Wim Taymans <wim@fluendo.com>
12548 * gst-libs/gst/rtp/Makefile.am:
12549 * gst-libs/gst/rtp/gstbasertppayload.c:
12550 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12551 (gst_basertppayload_class_init), (gst_basertppayload_init),
12552 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12553 (gst_basertppayload_chain), (gst_basertppayload_set_options),
12554 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12555 (gst_basertppayload_set_property),
12556 (gst_basertppayload_get_property),
12557 (gst_basertppayload_change_state):
12558 * gst-libs/gst/rtp/gstbasertppayload.h:
12559 Added rtp payloader base class.
12561 2005-09-15 Andy Wingo <wingo@pobox.com>
12563 * configure.ac (plugindir): Remove the EOL matcher from the
12564 regexp, as it causes me problems. Libtool? Make? Who knows?
12566 2005-09-14 David Schleef <ds@schleef.org>
12568 * check/generic/states.c:
12569 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12570 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12571 Fixes for changes in registry API.
12573 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
12574 to GST_PLUGIN_LDFLAGS.
12575 * ext/libvisual/visual.c: Make the library shut up.
12576 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12577 * gst-libs/gst/audio/gstaudiofilter.c: same
12579 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12581 * docs/plugins/Makefile.am:
12582 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12583 * docs/plugins/inspect/plugin-libvisual.xml:
12584 * docs/plugins/tmpl/element-tcpserversink.sgml:
12585 * ext/theora/theoraenc.c:
12586 add libvisual plugin and theoraenc element to docs
12588 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12590 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12591 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12592 * ext/theora/theoraenc.c:
12595 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
12597 * gst/audioconvert/Makefile.am:
12598 Audioconvert derives from GstBaseTransform and should
12599 link to the library with our base elements to avoid
12600 unresolved symbols. Makes things work with MinGW (#316160)
12602 * gst/playback/test4.c: (main):
12603 Fix MinGW build problem and use g_usleep() instead of
12606 2005-09-12 Wim Taymans <wim@fluendo.com>
12608 * gst/audioconvert/audioconvert.c: (float),
12609 (audio_convert_prepare_context), (audio_convert_convert):
12610 * gst/audioconvert/audioconvert.h:
12611 Cleanups, speedups, simplifications, added back support
12614 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
12616 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12617 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12618 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12619 * docs/plugins/tmpl/element-tcpserversink.sgml:
12620 * gst/ffmpegcolorspace/gstffmpeg.c:
12621 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12622 * gst/videotestsrc/gstvideotestsrc.c:
12623 * gst/volume/gstvolume.c:
12624 add more elements to the docs
12626 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
12628 * check/Makefile.am:
12629 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12630 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12631 Add extra tests for basetransform based components.
12632 Comment out the test_element_negotiation test until we decide
12633 if it's testing correct behaviour.
12634 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12635 (gst_visual_chain), (gst_visual_change_state):
12636 Slightly more correct but still bogus timestamping.
12637 Fix state change function.
12638 * gst/audioconvert/gstaudioconvert.c:
12639 (gst_audio_convert_class_init):
12640 * gst/audioresample/gstaudioresample.c:
12641 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12642 (gst_ffmpegcsp_class_init):
12643 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12644 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12645 (gst_videoscale_prepare_image):
12646 * gst/volume/gstvolume.c: (gst_volume_class_init),
12647 (volume_transform_ip):
12648 Basetransform updates. Enable passthrough modes.
12649 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12650 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12651 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12652 Negotiation fix that allows the window to return to the original
12653 size and renegotiate passthrough upstream. Extra debug output.
12655 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
12657 * gst/sine/gstsinesrc.c:
12658 * gst/volume/gstvolume.c:
12659 fix up header include
12661 2005-09-09 Stefan Kost <ensonic@users.sf.net>
12663 * gst-libs/gst/audio/gstbaseaudiosink.c:
12664 (gst_base_audio_sink_render):
12665 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12666 * gst/volume/gstvolume.c: (gst_volume_class_init),
12667 (volume_transform):
12668 fixing lost sync, some more debugging
12670 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
12672 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12673 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12674 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12675 (gst_xvimagesink_check_xshm_calls):
12676 Fix compilation when XShm is not available.
12678 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12680 * ext/libvisual/visual.c: (gst_visual_dispose),
12681 (gst_visual_getcaps), (gst_visual_src_setcaps),
12682 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12683 (gst_visual_change_state):
12684 Finish fixing up libvisual plugin so that it runs.
12686 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12688 * ext/vorbis/vorbisenc.c:
12689 * gst-libs/gst/tag/gstvorbistag.c:
12690 gsttaginterface.h -> gsttagsetter.h
12692 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12694 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12695 added another test that failes for me (test is not active by default)
12697 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12700 v4l2 is no longer in gst-plugins-base
12702 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12705 In the output at the end, don't show the first plugin on the same
12706 line as "Core plug-ins, always built:".
12707 Indent the output as for other plugin categories
12708 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12709 #define that can be used to not use peer buffer_alloc functions for
12711 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12712 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12713 (gst_ximagesink_show_frame):
12714 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12715 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12716 (gst_xvimagesink_show_frame):
12717 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12718 fails gracefully instead of XError aborting or deadlocking.
12720 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12722 * ext/libvisual/Makefile.am:
12723 link against gst-base-libs
12725 2005-09-06 David Schleef <ds@schleef.org>
12727 * configure.ac: Enable libvisual plugin.
12728 * ext/libvisual/Makefile.am:
12729 * ext/libvisual/visual.c: Fixes to make it compile.
12731 === release 0.9.2 ===
12733 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
12738 * docs/random/ChangeLog-0.8:
12739 releasing 0.9.2, "Spoon"
12741 2005-09-05 Michael Smith <msmith@fluendo.com>
12743 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12744 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12745 that in the vorbisenc element.
12747 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12749 * common/gtk-doc-plugins.mak:
12750 * docs/plugins/Makefile.am:
12752 * gst/audioresample/resample.c:
12753 fix wrong docstring
12755 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12757 * common/gst-xmlinspect.py:
12758 * common/gtk-doc-plugins.mak:
12759 only inspect plugins for this given package
12760 require gst-python 0.9
12762 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
12766 * common/gst-xmlinspect.py:
12768 * docs/Makefile.am:
12769 * docs/plugins/inspect/plugin-alsa.xml:
12770 * docs/plugins/inspect/plugin-audioresample.xml:
12771 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12772 * docs/plugins/inspect/plugin-ogg.xml:
12773 * docs/plugins/tmpl/element-gnomevfssink.sgml:
12774 * docs/plugins/tmpl/element-multifdsink.sgml:
12775 * docs/plugins/tmpl/element-tcpserversink.sgml:
12776 * docs/plugins/tmpl/element-vorbisenc.sgml:
12777 * gst-plugins-base.spec.in:
12778 various doc-related updates
12780 2005-08-31 Wim Taymans <wim@fluendo.com>
12782 * gst-libs/gst/audio/gstbaseaudiosink.c:
12783 (gst_base_audio_sink_render):
12784 Resync if the buffer timestamps drift more than a 10th
12787 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
12789 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12790 (gst_v4lsrc_get_property):
12791 The 'timestamp-offset' property is registered as an int64, so
12792 let's use g_value_{set|get}_int64() in our setter and getter
12793 functions (makes it work and fixes warnings with gst-inspect).
12795 2005-08-30 Wim Taymans <wim@fluendo.com>
12797 * check/elements/audioconvert.c: (setup_audioconvert):
12798 * check/elements/audioresample.c: (setup_audioresample):
12799 * check/elements/volume.c: (setup_volume):
12802 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
12804 * common/gtk-doc-plugins.mak:
12805 * common/plugins.xsl:
12806 * docs/plugins/Makefile.am:
12807 make module a param
12809 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12811 * examples/seeking/seek.c: (make_mp3_pipeline),
12812 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12813 (play_cb), (pause_cb), (stop_cb):
12816 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12818 * gst/volume/gstvolume.c: (gst_volume_class_init),
12819 (volume_transform):
12820 do not update controlled params, if buffer has no timestamp
12822 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12825 * gst/sine/Makefile.am:
12826 * gst/volume/Makefile.am:
12827 controllerized elements also need to link against controller-libs ;)
12829 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12831 * docs/libs/tmpl/gstcolorbalance.sgml:
12832 * docs/libs/tmpl/gstgconf.sgml:
12833 * docs/libs/tmpl/gstmixer.sgml:
12834 * docs/libs/tmpl/gstringbuffer.sgml:
12835 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12836 (gst_sinesrc_create):
12837 * gst/volume/gstvolume.c: (gst_volume_class_init),
12838 (volume_transform):
12839 controllerized two audio plugins
12841 2005-08-29 Andy Wingo <wingo@pobox.com>
12843 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
12844 (vorbis_handle_data_packet): Fix some int overflow errors.
12846 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12848 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12850 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12851 if it's valid. Fixed streaming-mode playback.
12853 * check/elements/volume.c (cleanup_volume): Fix for running
12856 * check/elements/audioconvert.c: Convert from native endian, not
12859 2005-08-29 Michael Smith <msmith@fluendo.com>
12861 * ext/ogg/Makefile.am:
12862 * ext/ogg/gstogg.c: (plugin_init):
12863 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12864 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12865 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12866 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12867 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12868 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12869 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12870 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12871 Add an ogg parser element.
12873 2005-08-28 Andy Wingo <wingo@pobox.com>
12875 * Updates for two-arg init from GST_BOILERPLATE_FULL.
12877 2005-08-26 Wim Taymans <wim@fluendo.com>
12879 * gst/audioconvert/audioconvert.c: (if), (float),
12880 (audio_convert_get_func_index), (check_default),
12881 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12882 (audio_convert_clean_context), (audio_convert_get_sizes),
12883 (audio_convert_convert):
12886 2005-08-26 Wim Taymans <wim@fluendo.com>
12888 * gst/audioconvert/audioconvert.c: (if), (float),
12889 (audio_convert_get_func_index), (check_default),
12890 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12891 (audio_convert_clean_context), (audio_convert_get_sizes),
12892 (audio_convert_convert):
12893 More elegant and working temp buffer selection algo.
12895 2005-08-26 Wim Taymans <wim@fluendo.com>
12897 * gst/audioconvert/audioconvert.c: (if), (float),
12898 (audio_convert_get_func_index), (check_default),
12899 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12900 (audio_convert_clean_context), (audio_convert_get_sizes),
12901 (get_temp_buffer), (audio_convert_convert):
12902 Use realloc else we lose our original data.
12904 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
12906 * gst/audioresample/gstaudioresample.c:
12907 use base class' newsegment to properly timestamp
12909 2005-08-26 Wim Taymans <wim@fluendo.com>
12911 * gst/audioconvert/audioconvert.c: (if), (float),
12912 (audio_convert_get_func_index), (check_default),
12913 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12914 (audio_convert_clean_context), (audio_convert_get_sizes),
12915 (get_temp_buffer), (audio_convert_convert):
12916 * gst/audioconvert/gstaudioconvert.c:
12917 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12918 (gst_audio_convert_transform_caps),
12919 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12920 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12921 Oops, allocate enough space to perform the channel mix.
12923 2005-08-26 Wim Taymans <wim@fluendo.com>
12925 * gst/audioconvert/Makefile.am:
12926 * gst/audioconvert/audioconvert.c: (if), (float),
12927 (audio_convert_get_func_index), (check_default),
12928 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12929 (audio_convert_clean_context), (audio_convert_get_sizes),
12930 (get_temp_buffer), (audio_convert_convert):
12931 * gst/audioconvert/audioconvert.h:
12932 * gst/audioconvert/gstaudioconvert.c:
12933 (gst_audio_convert_class_init), (gst_audio_convert_init),
12934 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12935 (gst_audio_convert_get_unit_size),
12936 (gst_audio_convert_transform_caps),
12937 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12938 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12939 * gst/audioconvert/gstaudioconvert.h:
12940 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12941 (gst_channel_mix_fill_identical),
12942 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12943 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12944 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12945 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12946 (gst_channel_mix_mix):
12947 * gst/audioconvert/gstchannelmix.h:
12948 Cleanups, librarify a bit, optimize, better negotiation and more.
12950 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12952 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12953 Another from MikeS:
12954 During typefinding, don't support negative offsets
12955 (offsets from the end of the stream) in our typefind->peek() function
12956 - nothing embedded in ogg ever needs them. However, we need to recognise
12957 those requests and reject them, otherwise we return invalid pointers.
12959 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12961 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12962 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12963 (vorbisdec_finalize), (vorbis_handle_type_packet):
12964 Big shout-out to MikeS for fixing this giant memory leak.
12967 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12969 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12970 (audio_convert_get_unit_size):
12973 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12975 * check/Makefile.am:
12976 * check/elements/audioconvert.c: (setup_audioconvert),
12977 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12978 (GST_START_TEST), (audioconvert_suite), (main):
12979 add a test for audioconvert
12980 * gst/audioresample/gstaudioresample.c:
12981 * gst/audioresample/gstaudioresample.h:
12982 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12983 note that for buffers of 1/3 sec this means DURATION(c) is
12984 one nanosecond more than for a and b
12986 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12988 * check/Makefile.am:
12989 * check/elements/audioresample.c: (setup_audioresample),
12990 (cleanup_audioresample), (fail_unless_perfect_stream),
12991 (test_perfect_stream_instance), (GST_START_TEST),
12992 add a check for audioresample
12993 (audioresample_suite), (main):
12994 * check/elements/volume.c: (GST_START_TEST):
12995 remove unused method
12996 * gst/audioresample/gstaudioresample.c:
12997 set correct buffer parameters since we're changing them
12998 * gst/audioresample/resample_ref.c: (resample_scale_ref):
13001 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13003 * gst/audioresample/debug.c:
13004 * gst/audioresample/gstaudioresample.c:
13005 add room for extra overlap samples when asked to transform size
13006 protect against possible mem corruption and check for discrepancies
13007 between written size and outbuffer's size so we can warn for
13009 * gst/audioresample/resample.c: (resample_init),
13010 (resample_get_output_size_for_input), (resample_get_output_size),
13011 (resample_set_n_channels), (resample_set_format):
13012 set debug level based on RESAMPLE_DEBUG env var
13013 make sure that get_output_size* returns a whole number of
13015 set sample_size each time either channel or format is set
13016 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13017 * gst/audioresample/resample_functable.c:
13018 (resample_scale_functable):
13019 * gst/audioresample/resample_ref.c: (resample_scale_ref):
13020 remove r->sample_size, it's done in resample.c now
13021 add some debugging to the ref implementation
13022 make sure we only give back bytes that are wholes of the sample
13025 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
13026 * gst/playback/gstplaybasebin.c: (fill_buffer):
13027 Revert unpopular change for GST_MESSAGE_SRC to GObject.
13029 2005-08-25 Stefan Kost <ensonic@users.sf.net>
13031 * gst/volume/gstvolume.c:
13032 made set_caps function static
13034 2005-08-24 Wim Taymans <wim@fluendo.com>
13036 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13037 (gst_vorbisenc_change_state):
13038 Stop leaking taglists.
13040 2005-08-24 Wim Taymans <wim@fluendo.com>
13042 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13043 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13044 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13045 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13046 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13047 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13048 Parse seeking events better.
13050 Generate correct newsegment events, fixes seeking in live oggs.
13052 * ext/theora/theoradec.c: (theora_dec_src_query),
13053 (theora_dec_src_event), (theora_dec_src_getcaps),
13054 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13055 Use newsegment values to report correct play time.
13057 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13058 (vorbis_dec_src_event), (vorbis_dec_sink_event):
13059 * ext/vorbis/vorbisdec.h:
13060 Parse and use newsegment values to report correct play time.
13062 * gst-libs/gst/audio/gstbaseaudiosink.c:
13063 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13064 Clear ringbuffer on flush.
13065 Use newsegment values to calculate playback time.
13067 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13068 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13069 Basesink does newsegment calculations for us now.
13071 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13073 * check/Makefile.am:
13075 add core's plugins to the mix so that playbin works
13076 * check/generic/states.c: (GST_START_TEST):
13077 set a 0 timeout on pipelines, so they don't force the next
13079 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13080 (gst_play_base_bin_change_state):
13081 remove the crappy error handling and do GST error handling
13083 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13085 * check/Makefile.am:
13086 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13087 add same test as to core, it bitches out on playbin atm.
13089 2005-08-24 Wim Taymans <wim@fluendo.com>
13094 2005-08-24 Wim Taymans <wim@fluendo.com>
13096 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13097 (gst_videoscale_prepare_size), (parse_caps),
13098 (gst_videoscale_set_caps), (gst_videoscale_get_size),
13099 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13100 (gst_videoscale_transform):
13101 * gst/videoscale/gstvideoscale.h:
13102 Refactor, make use of BaseTranform really well.
13104 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13107 compile audioresample
13108 * gst/audioresample/Makefile.am:
13109 * gst/audioresample/buffer.c:
13110 * gst/audioresample/functable.c:
13111 * gst/audioresample/gstaudioresample.c:
13112 * gst/audioresample/gstaudioresample.h:
13113 * gst/audioresample/resample.c:
13114 (resample_get_output_size_for_input):
13115 * gst/audioresample/resample.h:
13116 * gst/audioresample/resample_chunk.c:
13117 * gst/audioresample/resample_functable.c:
13118 * gst/audioresample/resample_ref.c:
13119 port to use basetransform; doesn't work in all cases yet
13121 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13123 * gst/audioconvert/gstaudioconvert.c:
13124 (gst_audio_convert_class_init), (gst_audio_convert_init),
13125 (audio_convert_get_unit_size), (audio_convert_transform_caps),
13126 (audio_convert_fixate_caps), (audio_convert_set_caps),
13127 (audio_convert_transform),
13128 (gst_audio_convert_buffer_to_default_format),
13129 (gst_audio_convert_buffer_from_default_format),
13130 (gst_audio_convert_channels):
13131 * gst/audioconvert/gstchannelmix.c:
13132 * gst/audioconvert/gstchannelmix.h:
13133 port to basetransform
13134 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13135 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13136 (gst_ffmpegcsp_get_unit_size):
13137 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13138 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13139 fix for basetransform changes
13141 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
13143 * check/Makefile.am:
13144 Add CHECK_CFLAGS and LDFLAGS
13146 * gst/playback/gstplaybasebin.c: (fill_buffer):
13147 GST_MESSAGE_SRC became a GObject
13149 2005-08-24 Wim Taymans <wim@fluendo.com>
13151 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13152 (gst_ring_buffer_clear_all):
13153 * gst-libs/gst/audio/gstringbuffer.h:
13154 Added function to clear the ringbuffer.
13156 2005-08-24 Andy Wingo <wingo@pobox.com>
13158 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
13159 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13160 of _open and _close.
13162 * sys/v4l/gstv4lxoverlay.h:
13163 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13164 an Xv connection here, instead of all the time. Make Xv only be
13165 loaded if you axe for it. Kindof a workaround for buggy behaviour
13166 of Xv when using remote xservers (XvQueryExtension would block).
13167 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13168 replace the _open and _close public API. Only start the xv
13169 connection if necessary.
13170 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13172 2005-08-23 David Schleef <ds@schleef.org>
13174 * gst/audioresample/Makefile.am: Leet audioresampling code
13175 * gst/audioresample/buffer.c:
13176 * gst/audioresample/buffer.h:
13177 * gst/audioresample/debug.c:
13178 * gst/audioresample/debug.h:
13179 * gst/audioresample/functable.c:
13180 * gst/audioresample/functable.h:
13181 * gst/audioresample/gstaudioresample.c:
13182 * gst/audioresample/gstaudioresample.h:
13183 * gst/audioresample/resample.c:
13184 * gst/audioresample/resample.h:
13185 * gst/audioresample/resample_chunk.c:
13186 * gst/audioresample/resample_functable.c:
13187 * gst/audioresample/resample_ref.c:
13189 2005-08-23 Wim Taymans <wim@fluendo.com>
13191 * examples/seeking/seek.c: (make_vorbis_pipeline),
13192 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13193 Small seek updates.
13195 2005-08-23 Andy Wingo <wingo@pobox.com>
13197 * gst-libs/gst/audio/gstbaseaudiosrc.c
13198 (gst_base_audio_src_fixate): Only fixate endianness if it is
13199 present in the caps.
13201 2005-08-22 Andy Wingo <wingo@pobox.com>
13203 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
13204 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13205 device-name property.
13207 * gst-libs/gst/audio/gstaudiosrc.h:
13208 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13209 close_device in the ring buffer, like gstaudiosink.
13211 * ext/alsa/gstalsamixer.h:
13212 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13213 macro to implement the interface without much code. Cleanups.
13215 * ext/alsa/gstalsasrc.h:
13216 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13219 * ext/alsa/Makefile.am: Add new files.
13220 * ext/alsa/gstalsamixerelement.c:
13221 * ext/alsa/gstalsamixerelement.c: Split element code out from
13222 mixer code so that alsasrc can be a mixer too.
13224 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13226 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13228 * check/elements/vorbisdec.c: (setup_vorbisdec),
13229 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13230 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13231 (vorbis_handle_identification_packet),
13232 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13233 (vorbis_handle_header_packet), (vorbis_dec_push),
13234 (vorbis_dec_chain):
13235 use the setup/teardown methods to save code. save code is good.
13237 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13239 * check/Makefile.am:
13240 add ext dir for plugins
13241 add vorbisdec test conditionally
13242 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13243 (GST_START_TEST), (volume_suite):
13244 add a test with wrong caps
13245 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13246 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13247 add a vorbisdec test
13248 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13249 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13250 clean up debug output
13251 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13252 yay, fix a segfault/security issue in vorbisdec
13253 gst-launch fakesrc ! vorbisdec wasn't happy
13254 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13255 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13256 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13257 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13258 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13259 (gst_vorbisenc_set_metadata), (get_constraints_string),
13260 (update_start_message), (gst_vorbisenc_setup),
13261 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13262 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13263 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13264 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13265 * ext/vorbis/vorbisenc.h:
13267 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13268 (gst_ffmpegcsp_transform):
13269 have the kow come home
13270 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13272 * gst/volume/gstvolume.c: (volume_set_caps):
13275 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13278 * check/.cvsignore:
13279 * check/Makefile.am:
13280 * check/elements/.cvsignore:
13281 * check/elements/volume.c: (chain_func), (event_func),
13282 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13285 add unit test structure for gst-plugins-base
13286 add a test for volume
13287 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13288 (gst_volume_set_volume), (gst_volume_get_volume),
13289 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13290 (volume_funcfind), (volume_process_float), (volume_process_int16),
13291 (volume_set_caps), (volume_transform), (volume_update_mute),
13292 (volume_update_volume), (volume_set_property),
13293 (volume_get_property):
13294 document a little; use basetransform vmethod _set_caps
13296 2005-08-19 Andy Wingo <wingo@pobox.com>
13298 * ext/alsa/gstalsamixertrack.h:
13299 * ext/alsa/gstalsamixertrack.c:
13300 * ext/alsa/gstalsamixeroptions.h:
13301 * ext/alsa/gstalsamixeroptions.c:
13302 * ext/alsa/gstalsamixer.h:
13303 * ext/alsa/gstalsamixer.c: Port to 0.9.
13305 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13306 Remove gstalsa.c and alsaclock. No more cruft here.
13308 2005-08-18 Wim Taymans <wim@fluendo.com>
13310 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13311 (gst_base_rtp_depayload_chain),
13312 (gst_base_rtp_depayload_add_to_queue),
13313 (gst_base_rtp_depayload_push),
13314 (gst_base_rtp_depayload_queue_release):
13315 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13316 Fix for RTPBuffer changes.
13318 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13319 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13320 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13321 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13322 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13323 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13324 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13325 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13326 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13327 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13328 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13329 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13330 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13331 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13332 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13333 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13334 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13335 (gst_rtpbuffer_get_payload):
13336 * gst-libs/gst/rtp/gstrtpbuffer.h:
13337 Don't subclass GstBuffer but add methods and helper functions
13338 to construct and manipulate RTP packets in regular GstBuffers.
13340 2005-08-18 Stefan Kost <ensonic@users.sf.net>
13342 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13343 moved statement below switch
13344 * gst/volume/gstvolume.c: (gst_volume_class_init):
13347 2005-08-16 Wim Taymans <wim@fluendo.com>
13349 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13350 (gst_base_audio_src_change_state):
13351 Open and close device in READY<->NULL state change.
13353 2005-08-16 Andy Wingo <wingo@pobox.com>
13355 * examples/seeking/Makefile.am: Don't compile non-compiling
13356 compiled objects with the compiler.
13358 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13361 2005-08-12 Philippe Khalaf <burger@speedy.org>
13362 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13363 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13364 Made a thread to release the queue.
13365 Removed timestamp conversion for now.
13367 2005-08-10 Philippe Khalaf <burger@speedy.org>
13368 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13369 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13370 Added rtp timestamp -> gst timestamp conversion.
13371 Fixed several problems with queue.
13373 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13375 * gst-libs/gst/audio/gstaudioclock.h:
13376 * gst-libs/gst/audio/gstaudiofilter.h:
13377 * gst-libs/gst/audio/gstaudiosink.h:
13378 * gst-libs/gst/audio/gstaudiosrc.h:
13379 * gst-libs/gst/audio/gstbaseaudiosink.h:
13380 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13381 * gst-libs/gst/audio/gstringbuffer.h:
13382 * gst-libs/gst/net/gstnetbuffer.h:
13383 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13384 * gst-libs/gst/rtp/gstrtpbuffer.h:
13385 Add padding (you will need to rebuild gst-plugins-base,
13386 gst-plugins and all applications afterwards!)
13388 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13390 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13391 (gst_riff_parse_chunk):
13392 Fix bug in debug message and add some more debug messages.
13394 2005-08-08 Edward Hervey <edward@fluendo.com>
13396 * gst-libs/gst/riff/riff-media.c:
13397 backported updates since branch
13399 2005-08-08 Andy Wingo <wingo@pobox.com>
13401 * gst-libs/gst/audio/gstbaseaudiosink.c
13402 (gst_base_audio_sink_change_state): Open the device in NULL->READY
13403 like good elements should. Close on READY->NULL too.
13405 * gst-libs/gst/audio/gstaudiosink.c
13406 (gst_audioringbuffer_open_device,
13407 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13408 (gst_audioringbuffer_release): Updates for new ring buffer API,
13409 hook into the new audio sink api.
13411 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13412 (GstAudioSinkClass.close): Just open and close the device -- no
13413 resource allocation or configuration.
13414 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13415 vmethods, handle device setup and resource allocation.
13417 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13418 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13421 * gst-libs/gst/audio/gstringbuffer.h
13422 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13425 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13426 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13427 New API functions. The device should be opened before acquiring
13428 and closed after releasing.
13430 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
13432 * gst-libs/gst/interfaces/mixer.h:
13433 Reset padding to GST_PADDING.
13435 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13437 * gst/playback/gstplaybin.c: (remove_sinks):
13438 Remove visualization from parent explicitely; works around some
13439 apparent refcount issue that I haven't tracked down yet.
13441 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13443 * ext/alsa/gstalsasink.c: (set_hwparams):
13444 Assign debug category, add negotiation debug msgs.
13446 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13448 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13449 Fix error code for file-not-found to NOT_FOUND.
13451 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13453 * common/gtk-doc-plugins.mak:
13454 * docs/plugins/Makefile.am:
13455 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13456 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13457 renamed to actual element names, so much nicer to look at
13458 * docs/plugins/tmpl/gstmultifdsink.sgml:
13460 * docs/plugins/tmpl/multifdsink.sgml:
13461 * docs/plugins/tmpl/tcpserversink.sgml:
13463 * ext/alsa/gstalsa.c:
13464 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13465 * ext/ogg/gstoggmux.c:
13466 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13467 * gst/playback/gstdecodebin.c:
13468 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13469 * gst/tcp/gsttcpserversink.c:
13470 various fixes and documentation additions
13472 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13474 * common/Makefile.am:
13475 * common/gstdoc-scangobj:
13476 * common/gtk-doc-plugins.mak:
13477 * common/gtk-doc.mak:
13478 add a custom scangobj that uses the registry
13479 add a custom gtk-doc-plugins.mak that uses it
13480 some doc build fixes
13482 * docs/Makefile.am:
13483 * docs/plugins/Makefile.am:
13484 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13485 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13486 * docs/plugins/gst-plugins-base-plugins.types:
13487 * docs/plugins/tmpl/gstmultifdsink.sgml:
13488 add docs for one element, multifdsink
13489 * gst/adder/gstadder.h:
13490 * gst/volume/gstvolume.h:
13491 don't privatize enum
13492 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13493 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13494 (gst_sync_method_get_type), (gst_client_status_get_type),
13495 (gst_multifdsink_class_init),
13496 (gst_multifdsink_client_queue_buffer),
13497 (gst_multifdsink_handle_client_write):
13498 * gst/tcp/gstmultifdsink.h:
13499 * gst/tcp/gsttcp.h:
13500 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13501 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13502 (gst_tcpclientsink_render):
13503 * gst/tcp/gsttcpclientsink.h:
13504 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13505 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13506 (gst_tcpclientsrc_start):
13507 * gst/tcp/gsttcpclientsrc.h:
13508 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13509 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13510 * gst/tcp/gsttcpserversrc.h:
13511 * gst/typefind/gsttypefindfunctions.c:
13512 remove superfluous Type stuff
13514 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13516 * gst/playback/gstplaybin.c: (gen_video_element):
13519 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13521 * gst-libs/gst/gconf/gconf.c:
13522 * gst-libs/gst/gconf/gconf.h:
13523 Fix some Andy Problem [tm].
13525 2005-08-04 Andy Wingo <wingo@pobox.com>
13527 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13528 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13529 (gst_ffmpegcsp_get_size): Adapt to API changes.
13531 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13532 Implement an in-place do-nothing transform.
13534 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13536 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13537 (gst_ximagesink_renegotiate_size):
13538 Do not set new window sizes yet if we prepare a new buffer size
13539 for upstream renegotiation (software scaling) at some point in the
13540 future, because this new size waqs not actually accepted yet. Once
13541 accepted, renegotiation later on will set the new sizes just fine.
13542 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13543 embedding testcase.
13545 2005-08-03 Andy Wingo <wingo@pobox.com>
13547 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13548 (gst_ximagesink_buffer_alloc):
13549 Protect the height, width, and desired_caps with the pool_lock.
13550 Fixes videotestsrc ! queue ! ximagesink.
13552 2005-08-02 Edward Hervey <edward@fluendo.com>
13554 * gst/volume/gstvolume.c:
13555 include left from controller cleanup
13557 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
13558 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13559 Stop collectpads before calling the parent state
13560 change function on PAUSED->READY.
13562 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
13564 When testing for X libs, use the X CFlags
13565 * gst/adder/gstadder.c: (gst_adder_change_state):
13566 Stop the collectpads before calling parent state change function
13567 on PAUSED->READY, otherwise we deadlock deactivating pads.
13569 2005-08-01 Stefan Kost <ensonic@users.sf.net>
13572 * docs/libs/tmpl/gstcolorbalance.sgml:
13573 * docs/libs/tmpl/gstmixer.sgml:
13574 * examples/Makefile.am:
13575 * gst/sine/Makefile.am:
13576 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13577 (gst_sinesrc_set_property), (plugin_init):
13578 * gst/sine/gstsinesrc.h:
13579 * gst/volume/Makefile.am:
13580 * gst/volume/gstvolume.c: (gst_volume_set_volume),
13581 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13582 (volume_process_float), (volume_process_int16),
13583 (volume_set_property), (plugin_init):
13584 * gst/volume/gstvolume.h:
13585 deactivate and remove dparams (libgstcontrol)
13587 2005-07-29 Wim Taymans <wim@fluendo.com>
13589 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13590 Convert me to BaseTransform!! help..
13592 2005-07-29 Andy Wingo <wingo@pobox.com>
13594 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13597 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13598 support of both endiannesses.
13600 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13602 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13603 Fix confusing debug message (s/event/query/)
13605 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13607 * gst/videotestsrc/videotestsrc.h:
13608 Use "_stdint.h" instead of <stdint.h>
13610 2005-07-27 Wim Taymans <wim@fluendo.com>
13612 * ext/vorbis/Makefile.am:
13613 Revert wrong commit.
13615 2005-07-27 Wim Taymans <wim@fluendo.com>
13617 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13618 More compilation fixen.
13620 2005-07-27 Wim Taymans <wim@fluendo.com>
13622 * gst-libs/gst/audio/gstbaseaudiosink.c:
13623 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13624 (gst_base_audio_sink_create_ringbuffer),
13625 (gst_base_audio_sink_change_state):
13628 2005-07-27 Wim Taymans <wim@fluendo.com>
13630 * examples/seeking/seek.c: (setup_dynamic_link),
13631 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13632 (query_positions_elems), (query_positions_pads), (do_seek):
13633 Update seek example.
13635 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13636 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13637 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13638 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13639 (gst_ogg_demux_handle_event),
13640 (gst_ogg_demux_deactivate_current_chain),
13641 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13642 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13643 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13644 (gst_ogg_demux_loop):
13645 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13646 * ext/theora/theoradec.c: (theora_dec_src_event),
13647 (theora_dec_src_getcaps), (theora_dec_sink_event),
13648 (theora_dec_push), (theora_dec_chain):
13649 * ext/vorbis/Makefile.am:
13650 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13651 (vorbis_dec_sink_event), (vorbis_dec_push),
13652 (vorbis_handle_data_packet):
13653 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13654 (gst_vorbisenc_chain):
13655 * gst/playback/gststreaminfo.c: (cb_probe):
13656 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13657 * gst/videorate/gstvideorate.c: (gst_videorate_event):
13658 * gst/videoscale/gstvideoscale.c:
13659 (gst_videoscale_handle_src_event):
13660 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13661 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13662 (gst_ximagesink_navigation_send_event):
13663 * sys/xvimage/xvimagesink.c:
13664 (gst_xvimagesink_navigation_send_event):
13665 Various event updates and cleanups
13667 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13669 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13670 Fix segfault for I420/YV12.
13672 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13674 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13677 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13679 * gst/playback/gstplaybin.c: (gen_video_element),
13680 (gen_audio_element):
13681 Switch to auto*sink elements as default sinks; add volume element
13682 so that volume control in totem works.
13684 2005-07-21 Wim Taymans <wim@fluendo.com>
13686 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13687 * gst/playback/gstplaybin.c: (setup_sinks),
13688 (gst_play_bin_change_state):
13689 Refcount fix and more comments.
13691 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13693 * sys/ximage/Makefile.am:
13694 * sys/ximage/ximage.c: (plugin_init):
13695 * sys/ximage/ximagesink.c:
13696 Prepare for adding ximagesrc, rename of plugin to ximage etc.
13699 2005-07-21 Wim Taymans <wim@fluendo.com>
13701 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13702 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13703 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13704 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13705 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13706 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13707 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13708 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13709 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13710 Generate correct disconts for live chained oggs.
13712 * gst-libs/gst/audio/gstbaseaudiosink.c:
13713 (gst_base_audio_sink_render),
13714 (gst_base_audio_sink_create_ringbuffer),
13715 (gst_base_audio_sink_change_state):
13716 Handle discont math correctly.
13718 * gst/playback/gstplaybin.c: (add_sink):
13719 Some small debug cleanup.
13721 2005-07-21 Wim Taymans <wim@fluendo.com>
13723 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13724 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13725 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13726 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13727 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13728 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13729 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13730 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13731 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13732 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13733 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13734 (gst_ogg_demux_change_state), (gst_ogg_print):
13735 Reorganize code to send the right disconts when in streaming
13738 2005-07-20 Andy Wingo <wingo@pobox.com>
13740 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13741 fix (?), fixes a seggie mcfalterson (#310894).
13743 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13745 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13746 (gst_ogg_mux_set_header_on_caps):
13747 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13748 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13749 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13750 * gst-libs/gst/audio/multichannel.c:
13751 (gst_audio_set_channel_positions),
13752 (gst_audio_set_structure_channel_positions_list):
13753 * gst/playback/gstdecodebin.c: (dynamic_create):
13754 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13755 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13756 Fixes for API changes in core.
13758 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13760 * gst/playback/gstplaybasebin.c: (fill_buffer):
13761 Use _new_custom() so we can set custom message types for buffering
13764 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13767 * gst-libs/gst/Makefile.am:
13768 * gst-libs/gst/gconf/.cvsignore:
13769 * gst-libs/gst/gconf/Makefile.am:
13770 * gst-libs/gst/gconf/test-gconf.c:
13771 * pkgconfig/Makefile.am:
13772 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13773 * pkgconfig/gstreamer-gconf.pc.in:
13774 Remove gconf stuff, use gconf elements instead from now on.
13776 2005-07-20 Wim Taymans <wim@fluendo.com>
13778 * gst-libs/gst/audio/TODO:
13779 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13780 (gst_audio_clock_get_internal_time):
13781 * gst-libs/gst/audio/gstaudioclock.h:
13782 * gst-libs/gst/audio/gstbaseaudiosink.c:
13783 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13784 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13785 (gst_base_audio_sink_render),
13786 (gst_base_audio_sink_create_ringbuffer),
13787 (gst_base_audio_sink_change_state):
13788 Make sure the audio clock always returns an increasing value.
13790 2005-07-19 Andy Wingo <wingo@pobox.com>
13792 * gst/videotestsrc/: Cleanups.
13794 2005-07-19 Wim Taymans <wim@fluendo.com>
13796 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13799 2005-07-19 Wim Taymans <wim@fluendo.com>
13801 * examples/seeking/seek.c: (make_dv_pipeline),
13802 (make_vorbis_theora_pipeline), (query_rates),
13803 (query_positions_elems), (query_positions_pads), (do_seek):
13804 Make correct DV pipeline.
13806 2005-07-18 Andy Wingo <wingo@pobox.com>
13808 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13809 default. Also because it's the only thing that really works. (This
13810 is used in the GConf elements).
13811 Use AS_LIBTOOL_TAGS.
13813 2005-07-18 Wim Taymans <wim@fluendo.com>
13815 * gst/playback/gstdecodebin.c: (remove_element_chain):
13816 * gst/playback/gstplaybin.c: (add_sink):
13817 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13818 (gst_stream_info_set_mute):
13819 * gst/playback/gststreamselector.c:
13820 (gst_stream_selector_get_linked_pad),
13821 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13822 More leak and compile fixes.
13824 2005-07-18 Wim Taymans <wim@fluendo.com>
13826 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13827 (query_rates), (query_positions_elems), (query_positions_pads),
13828 (do_seek), (seek_cb), (stop_seek):
13829 Updated seek example.
13831 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13832 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13833 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13834 * gst/playback/gstplaybin.c: (add_sink):
13835 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13836 (gst_stream_info_set_mute):
13837 Some refcount leak fixes.
13839 2005-07-16 Wim Taymans <wim@fluendo.com>
13841 * gst-libs/gst/audio/gstbaseaudiosink.c:
13842 (gst_base_audio_sink_render):
13843 Align samples even if we have roundoff errors in the
13844 timestamp conversion.
13846 2005-07-16 Wim Taymans <wim@fluendo.com>
13848 * docs/libs/tmpl/gstringbuffer.sgml:
13849 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13850 (query_rates), (query_positions_elems), (query_positions_pads),
13851 (update_scale), (do_seek):
13852 Updated seek example.
13854 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13855 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13856 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13857 (gst_ogg_demux_loop):
13858 Push out correct discont values.
13860 * ext/theora/theoradec.c: (theora_dec_src_convert),
13861 (theora_dec_sink_convert), (theora_dec_src_getcaps),
13862 (theora_dec_sink_event), (theora_handle_type_packet),
13863 (theora_handle_header_packet), (theora_dec_push),
13864 (theora_handle_data_packet), (theora_dec_chain),
13865 (theora_dec_change_state):
13866 Better timestamping.
13868 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13869 (vorbis_dec_sink_event), (vorbis_dec_push),
13870 (vorbis_handle_data_packet), (vorbis_dec_chain):
13871 * ext/vorbis/vorbisdec.h:
13872 Better timestamping.
13874 * gst-libs/gst/audio/gstbaseaudiosink.c:
13875 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13876 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13877 Handle syncing on timestamps instead of sample offsets. Make
13878 use of DISCONT values as described in design docs.
13880 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13881 (gst_base_audio_src_get_time):
13882 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13883 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13884 (gst_ring_buffer_read):
13885 * gst-libs/gst/audio/gstringbuffer.h:
13886 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13887 (gst_ximagesink_show_frame):
13888 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13889 Correcly convert buffer timestamp to stream time.
13891 2005-07-16 Wim Taymans <wim@fluendo.com>
13893 * gst/audioconvert/gstaudioconvert.c:
13894 (gst_audio_convert_get_buffer):
13895 Timestamp buffers correctly.
13897 * gst/playback/gstplaybin.c: (gen_video_element):
13898 Make internal fakesink silent.
13900 2005-07-15 Wim Taymans <wim@fluendo.com>
13902 * gst/ffmpegcolorspace/Makefile.am:
13903 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13904 (gst_ffmpegcsp_caps_remove_format_info),
13905 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13906 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13907 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13908 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13909 Ported ffmpegcolorspace to basetransform.
13911 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13912 * gst/volume/gstvolume.c: (volume_transform):
13915 2005-07-14 Wim Taymans <wim@fluendo.com>
13917 * gst/videotestsrc/Makefile.am:
13918 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13919 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13920 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13921 (gst_videotestsrc_init), (gst_videotestsrc_event),
13922 (gst_videotestsrc_create), (gst_videotestsrc_start),
13923 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13924 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13925 (gst_videotestsrc_get_property):
13926 * gst/videotestsrc/gstvideotestsrc.h:
13927 Make videotestsrc a pushsrc.
13929 2005-07-14 Wim Taymans <wim@fluendo.com>
13931 * gst/tcp/gstfdset.c: (gst_fdset_free):
13932 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13933 (gst_multifdsink_add), (gst_multifdsink_remove),
13934 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13935 (gst_multifdsink_remove_client_link),
13936 (gst_multifdsink_client_queue_data),
13937 (gst_multifdsink_client_queue_caps),
13938 (gst_multifdsink_client_queue_buffer),
13939 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13940 (gst_multifdsink_stop):
13941 * gst/tcp/gstmultifdsink.h:
13944 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13945 Also draw image when not from a pool.
13947 2005-07-14 Wim Taymans <wim@fluendo.com>
13949 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13950 (mute_stream), (silence_stream):
13951 Small debug additions.
13953 2005-07-14 Wim Taymans <wim@fluendo.com>
13955 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13956 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13957 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13958 Better error recovery, ignore unconnected pads and
13961 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
13963 * docs/libs/tmpl/gstaudio.sgml:
13964 * docs/libs/tmpl/gstcolorbalance.sgml:
13965 * docs/libs/tmpl/gstgconf.sgml:
13966 * docs/libs/tmpl/gstmixer.sgml:
13967 * docs/libs/tmpl/gstringbuffer.sgml:
13968 * docs/libs/tmpl/gsttuner.sgml:
13969 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13970 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13971 (gst_tcpclientsrc_class_init):
13972 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13973 (gst_tcpserversrc_class_init):
13974 * sys/v4l/gstv4lelement.c:
13975 more autistic cleanliness in functions/names/defines
13977 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
13980 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13981 added manually to each Makefile.am so we are sure it goes
13982 *last* and doesn't add -L flags before linking in libs of our
13983 own, like, say, internal .la libs, that then accidentally pick
13984 up the installed copy.
13985 * docs/libs/Makefile.am:
13986 * ext/alsa/Makefile.am:
13987 * ext/cdparanoia/Makefile.am:
13988 * ext/gnomevfs/Makefile.am:
13989 * ext/libvisual/Makefile.am:
13990 * ext/ogg/Makefile.am:
13991 * ext/theora/Makefile.am:
13992 * ext/vorbis/Makefile.am:
13993 * gst-libs/gst/video/Makefile.am:
13994 * gst/adder/Makefile.am:
13995 * gst/audioconvert/Makefile.am:
13996 * gst/audiorate/Makefile.am:
13997 * gst/audioscale/Makefile.am:
13998 * gst/ffmpegcolorspace/Makefile.am:
13999 * gst/playback/Makefile.am:
14000 * gst/sine/Makefile.am:
14001 * gst/subparse/Makefile.am:
14002 * gst/tags/Makefile.am:
14003 * gst/tcp/Makefile.am:
14004 * gst/typefind/Makefile.am:
14005 * gst/videorate/Makefile.am:
14006 * gst/videoscale/Makefile.am:
14007 * gst/videotestsrc/Makefile.am:
14008 * gst/volume/Makefile.am:
14009 * sys/v4l/Makefile.am:
14010 * sys/ximage/Makefile.am:
14011 * sys/xvimage/Makefile.am:
14012 adapt properly to this change. This should make sure that
14013 plugins and libs properly link to the as-yet-uninstalled
14014 copies of stuff like libgstinterfaces and libgstvideo
14016 2005-07-13 Andy Wingo <wingo@pobox.com>
14018 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14019 (gst_v4lsrc_fixate): Fixate on format as well.
14021 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
14022 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14023 buffer points to it.
14024 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14025 rather just doing X calls ourselves. Also fixes a memleak.
14027 2005-07-12 Andy Wingo <wingo@pobox.com>
14029 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
14030 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
14031 (gst_v4lsrc_create): Re-add the copy-mode property, default to
14032 TRUE to avoid deadlocks if an element holds on to our buffers.
14034 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
14036 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14037 (gst_sinesrc_init), (gst_sinesrc_create),
14038 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14039 (gst_sinesrc_start):
14040 * gst/sine/gstsinesrc.h:
14041 removing num-buffers property before moving it
14043 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
14046 use overridable ERROR_CFLAGS
14047 * docs/libs/gst-plugins-base-libs.types:
14048 * docs/libs/tmpl/gstringbuffer.sgml:
14049 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14050 (gst_alsasink_class_init):
14051 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14052 (gst_alsasrc_class_init):
14053 * gst-libs/gst/audio/audio.h:
14054 * gst-libs/gst/audio/gstaudioclock.h:
14055 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14056 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14057 (gst_audio_filter_link), (gst_audio_filter_init),
14058 (gst_audio_filter_chain), (gst_audio_filter_set_property),
14059 (gst_audio_filter_get_property),
14060 (gst_audio_filter_class_add_pad_templates):
14061 * gst-libs/gst/audio/gstaudiofilter.h:
14062 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14063 (gst_audio_filter_template_get_type),
14064 (gst_audio_filter_template_base_init),
14065 (gst_audio_filter_template_class_init),
14066 (gst_audio_filter_template_init),
14067 (gst_audio_filter_template_set_property),
14068 (gst_audio_filter_template_get_property), (plugin_init),
14069 (gst_audio_filter_template_setup),
14070 (gst_audio_filter_template_filter),
14071 (gst_audio_filter_template_filter_inplace):
14072 * gst-libs/gst/audio/gstaudiosink.c:
14073 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14074 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14075 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14076 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14077 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14078 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14079 * gst-libs/gst/audio/gstaudiosink.h:
14080 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14081 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14082 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14083 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14084 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14085 (gst_audio_src_class_init), (gst_audio_src_init),
14086 (gst_audio_src_create_ringbuffer):
14087 * gst-libs/gst/audio/gstaudiosrc.h:
14088 * gst-libs/gst/audio/gstbaseaudiosink.c:
14089 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14090 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14091 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14092 (gst_base_audio_sink_set_property),
14093 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14094 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14095 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14096 (gst_base_audio_sink_create_ringbuffer),
14097 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14098 * gst-libs/gst/audio/gstbaseaudiosink.h:
14099 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14100 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14101 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14102 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14103 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14104 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14105 (gst_base_audio_src_event), (gst_base_audio_src_create),
14106 (gst_base_audio_src_create_ringbuffer),
14107 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14108 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14109 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14110 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14111 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14112 (gst_ring_buffer_debug_spec_caps),
14113 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14114 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14115 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14116 (gst_ring_buffer_start), (gst_ring_buffer_pause),
14117 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14118 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14119 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14120 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14121 (gst_ring_buffer_clear):
14122 * gst-libs/gst/audio/gstringbuffer.h:
14123 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14124 (gst_video_sink_class_init), (gst_video_sink_get_type):
14125 * gst-libs/gst/video/videosink.h:
14126 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14127 (gst_multifdsink_class_init),
14128 (gst_multifdsink_handle_client_write),
14129 (gst_multifdsink_change_state):
14130 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14131 (gst_tcpclientsink_setcaps):
14132 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14133 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14134 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14135 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14136 (gst_ximagesink_send_pending_navigation),
14137 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14138 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14139 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14140 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14141 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14142 (gst_xvimagesink_send_pending_navigation),
14143 (gst_xvimagesink_navigation_send_event),
14144 (gst_xvimagesink_set_xwindow_id),
14145 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14146 (gst_xvimagesink_get_type):
14147 more macro splitting
14149 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14151 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14152 plug a memleak, allows me to import 1479 albums in one go
14154 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14155 (vorbis_handle_type_packet), (vorbis_dec_chain),
14156 (vorbis_dec_change_state):
14157 fix some format strings
14159 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14161 * docs/libs/tmpl/gstcolorbalance.sgml:
14162 * docs/libs/tmpl/gstmixer.sgml:
14163 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14164 (gst_alsasink_set_property), (gst_alsasink_get_property):
14165 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14166 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14167 add device property
14169 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14171 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14172 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14173 (audiocast_register_listener), (audiocast_thread_run),
14174 (gst_gnomevfssrc_send_additional_headers_callback),
14175 (gst_gnomevfssrc_received_headers_callback),
14176 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14177 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14178 (gst_gnomevfssrc_get_size):
14179 add/clean up debugging
14180 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14183 2005-07-07 Andy Wingo <wingo@pobox.com>
14185 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14186 framerate. Need to get a handle on when exactly this function is
14189 * sys/v4l/v4lsrc_calls.h:
14190 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14191 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14192 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14194 * sys/v4l/v4l_calls.h: Cast to V4lElement.
14195 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14196 v4lelements are sources.
14198 * sys/v4l/gstv4lxoverlay.h:
14199 * sys/v4l/gstv4lxoverlay.c:
14200 * sys/v4l/gstv4ltuner.h:
14201 * sys/v4l/gstv4ltuner.c: Header loc fixen.
14203 * sys/v4l/gstv4lsrc.h:
14204 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14205 PushSrc/BaseSrc. Removed most sync-related properties, videorate
14206 or something should handle that. Made a live source.
14208 * sys/v4l/gstv4lelement.h:
14209 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14210 signals. Some cleanups.
14212 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14214 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14217 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14220 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14222 2005-07-07 Wim Taymans <wim@fluendo.com>
14224 * ext/theora/theoradec.c: (theora_get_query_types),
14225 (theora_dec_src_getcaps), (theora_dec_push):
14226 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14227 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14228 Remove deprecated/unused query types.
14230 2005-07-06 Wim Taymans <wim@fluendo.com>
14232 * ext/alsa/Makefile.am:
14233 * ext/alsa/gstalsaplugin.c: (plugin_init):
14234 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14235 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14236 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14237 (gst_alsasrc_class_init), (gst_alsasrc_init),
14238 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14239 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14240 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14241 (gst_alsasrc_reset):
14242 * ext/alsa/gstalsasrc.h:
14243 * gst-libs/gst/audio/Makefile.am:
14244 * gst-libs/gst/audio/gstaudiosink.c:
14245 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14246 (gst_audioringbuffer_start):
14247 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14248 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14249 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14250 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14251 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14252 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14253 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14254 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14255 * gst-libs/gst/audio/gstaudiosrc.h:
14256 * gst-libs/gst/audio/gstbaseaudiosink.c:
14257 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14258 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14259 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14260 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14261 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14262 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14263 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14264 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14265 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14266 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14267 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14268 (gst_baseaudiosrc_change_state):
14269 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14270 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14271 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14272 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14273 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14274 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14275 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14276 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14277 * gst-libs/gst/audio/gstringbuffer.h:
14278 Added audiosource base classes.
14279 Ported alsasrc, still very basic.
14281 2005-07-06 Wim Taymans <wim@fluendo.com>
14283 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14284 (theora_dec_push), (theora_handle_data_packet):
14285 Prepare for better timestamp fix later.
14287 * gst/audioconvert/gstaudioconvert.c:
14288 List most accurate caps first
14290 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14291 Use proper pad task function.
14293 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14294 (gst_xvimagesink_show_frame):
14295 Fix deadlock when alloc failed.
14297 2005-07-05 Andy Wingo <wingo@pobox.com>
14299 * ext/gnomevfs/gstgnomevfssrc.c:
14300 * gst/sine/gstsinesrc.c:
14301 * gst/tcp/gsttcpserversrc.c:
14302 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14304 * sys/v4l/: Port from 0.8.
14306 * Many files: Null if we got it....
14308 2005-07-05 Andy Wingo <wingo@pobox.com>
14310 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
14311 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14314 2005-07-05 Wim Taymans <wim@fluendo.com>
14317 * gst/tcp/Makefile.am:
14319 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14320 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14321 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14322 (is_sync_frame), (gst_multifdsink_handle_client_write),
14323 (gst_multifdsink_render), (gst_multifdsink_start),
14324 (gst_multifdsink_stop), (gst_multifdsink_change_state):
14325 * gst/tcp/gstmultifdsink.h:
14326 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14327 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14328 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14329 * gst/tcp/gsttcp.h:
14330 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14331 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14332 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14333 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14334 * gst/tcp/gsttcpclientsink.h:
14335 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14336 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14337 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14338 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14339 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14340 * gst/tcp/gsttcpclientsrc.h:
14341 * gst/tcp/gsttcpplugin.c: (plugin_init):
14342 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14343 * gst/tcp/gsttcpserversink.h:
14344 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14345 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14346 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14347 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14348 (gst_tcpserversrc_stop):
14349 * gst/tcp/gsttcpserversrc.h:
14350 * gst/tcp/gsttcpsink.c:
14351 * gst/tcp/gsttcpsink.h:
14352 * gst/tcp/gsttcpsrc.c:
14353 * gst/tcp/gsttcpsrc.h:
14354 Ported tcp plugins to 0.9.
14357 2005-07-05 Andy Wingo <wingo@pobox.com>
14359 * gst/playback/gstplaybasebin.c (fill_buffer):
14360 message_new_application fixen.
14362 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14365 2005-07-04 Wim Taymans <wim@fluendo.com>
14367 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14368 Set caps on output buffer.
14370 2005-07-04 Andy Wingo <wingo@pobox.com>
14372 * ext/gnomevfs/gstgnomevfssrc.c
14373 (gst_gnomevfssrc_received_headers_callback)
14374 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14377 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14378 No refcount leakage.
14380 * configure.ac: Enable -Werror.
14382 * ext/theora/theoradec.c (theora_dec_src_getcaps):
14383 * gst/audioconvert/bufferframesconvert.c
14384 (buffer_frames_convert_fixate):
14385 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14386 (gst_audio_convert_fixate):
14387 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14388 (gst_sinesrc_create): Fixate func changes.
14390 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14391 (gst_ximagesink_buffer_alloc): Unused var.
14393 2005-07-01 Andy Wingo <wingo@pobox.com>
14395 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14396 getcaps to do explicit caps. Needs to be done in all decoders,
14397 possibly via a base class.
14399 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14401 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14402 caps on the sink pad, just rely on the pad template. Also, setting
14403 ANY caps on a pad is not valid because the caps are not fixed.
14405 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14406 caps on the buffer, and get the width from the desired_caps if
14408 (gst_ximagesink_renegotiate_size): Implement via setting the
14409 desired_caps on the ximagesink.
14410 (gst_ximagesink_setcaps): Only reset the width of the player if it
14411 wasn't already set. Not sure if this is right.
14412 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14414 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14415 that the user wants. NULL unless the window has been resized.
14417 * gst/volume/gstvolume.c (volume_transform): Adapt to
14418 basetransform refcount changes.
14420 2005-07-01 Andy Wingo <wingo@pobox.com>
14422 * gst/videoscale/gstvideoscale.c:
14423 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14424 from BaseTransform, implements a transform_caps. Removed dead code
14425 including some PAR stuff that was never reached -- should probably
14426 be added back somehow.
14428 2005-07-01 Andy Wingo <wingo@pobox.com>
14430 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14433 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
14436 * docs/libs/Makefile.am:
14437 * docs/libs/gst-plugins-libs.types:
14438 * ext/alsa/Makefile.am:
14439 * ext/alsa/gstalsamixer.h:
14440 * ext/alsa/gstalsamixeroptions.h:
14441 * ext/alsa/gstalsamixertrack.h:
14442 * gst-libs/gst/Makefile.am:
14443 * gst-libs/gst/colorbalance/.cvsignore:
14444 * gst-libs/gst/colorbalance/Makefile.am:
14445 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14446 * gst-libs/gst/colorbalance/colorbalance.c:
14447 * gst-libs/gst/colorbalance/colorbalance.h:
14448 * gst-libs/gst/colorbalance/colorbalance.vcproj:
14449 * gst-libs/gst/colorbalance/colorbalancechannel.c:
14450 * gst-libs/gst/colorbalance/colorbalancechannel.h:
14451 * gst-libs/gst/interfaces/Makefile.am:
14452 * gst-libs/gst/interfaces/colorbalance.c:
14453 (gst_color_balance_class_init):
14454 * gst-libs/gst/interfaces/colorbalance.h:
14455 * gst-libs/gst/interfaces/interfaces-marshal.list:
14456 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14457 * gst-libs/gst/interfaces/mixer.h:
14458 * gst-libs/gst/interfaces/mixeroptions.h:
14459 * gst-libs/gst/interfaces/navigation.c:
14460 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14461 * gst-libs/gst/interfaces/tuner.h:
14462 * gst/volume/Makefile.am:
14463 * gst/volume/gstvolume.c:
14464 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14465 * sys/ximage/Makefile.am:
14466 * sys/ximage/ximagesink.c:
14467 * sys/xvimage/Makefile.am:
14468 * sys/xvimage/xvimagesink.c:
14469 fold in all interfaces into an interfaces dir, preserving CVS
14472 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14474 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14475 Fix build after riff changes.
14477 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14479 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14480 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14481 (gst_riff_create_video_template_caps),
14482 (gst_riff_create_audio_template_caps),
14483 (gst_riff_create_iavs_template_caps):
14484 * gst-libs/gst/riff/riff-media.h:
14485 * gst-libs/gst/riff/riff-read.h:
14486 * gst-libs/gst/riff/riff.c: (gst_riff_init):
14487 Add gst_riff_init() to initialize the debug category, instead
14488 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14490 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14492 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14493 Oops, I shouldn't apply hacks.
14495 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14497 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14498 Remove pad_loop function which doesn't work.
14500 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14502 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14503 Send EOS when deactivating.
14504 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14505 (check_queue), (queue_threshold_reached), (queue_out_of_data),
14506 (gen_preroll_element), (probe_triggered), (mute_stream),
14507 (silence_stream), (new_decoded_pad), (setup_substreams),
14508 (set_active_source):
14509 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14510 (remove_sinks), (add_sink):
14511 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14512 Change for new probe API.
14514 2005-06-29 Wim Taymans <wim@fluendo.com>
14516 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14517 * gst-libs/gst/audio/gstbaseaudiosink.c:
14518 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14519 (gst_baseaudiosink_change_state):
14520 * gst-libs/gst/audio/gstbaseaudiosink.h:
14521 * gst-libs/gst/audio/gstringbuffer.c:
14522 (gst_ringbuffer_set_callback):
14523 Fix compilation error.
14524 Ringbuffer starts out as not running.
14525 Free our clock in dispose.
14526 When releasing the ringbuffer we need to renegotiate so
14527 clear the pad caps.
14529 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
14533 * docs/Makefile.am:
14534 * docs/libs/Makefile.am:
14535 * docs/libs/gst-plugins-libs-docs.sgml:
14536 * docs/libs/gst-plugins-libs-sections.txt:
14537 * docs/libs/gst-plugins-libs.types:
14538 * docs/libs/tmpl/gstaudio.sgml:
14539 * docs/libs/tmpl/gstcolorbalance.sgml:
14540 * docs/libs/tmpl/gstringbuffer.sgml:
14541 * gst-libs/gst/audio/gstringbuffer.c:
14542 (gst_ringbuffer_set_callback):
14543 reinstate gtk-doc docs for plugin libs
14545 2005-06-28 Wim Taymans <wim@fluendo.com>
14547 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14548 (gst_ogg_demux_init):
14549 Removed pad loop function.
14551 2005-06-28 Wim Taymans <wim@fluendo.com>
14553 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14554 If we're building a chain we are not in an error case
14555 when we queue a buffer.
14557 2005-06-28 Andy Wingo <wingo@pobox.com>
14559 * *.c: Don't cast to GstObject before reffing/unreffing.
14561 2005-06-27 Andy Wingo <wingo@pobox.com>
14563 * gst/videotestsrc/gstvideotestsrc.c
14564 (gst_videotestsrc_activate_push): Activation API changes.
14566 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
14567 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14568 they have refs on the decodebin.
14570 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14572 (gst_ogg_pad_typefind): Don't leak a pad ref.
14573 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14574 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
14575 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14577 2005-06-27 Edward Hervey <edward@fluendo.com>
14579 * ext/theora/theoradec.c: (theora_dec_change_state):
14580 re-arranged call to parent's state change in order to avoid locks (or
14583 2005-06-26 Edward Hervey <edward@fluendo.com>
14585 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14586 2nd argument of 'unknow-type' signal is a GstCaps and not a
14589 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
14590 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14591 Set the worker thread's running flag to TRUE before starting the
14593 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14594 Catch a failure to add typefind to the bin.
14596 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
14598 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14599 (gst_sinesrc_init), (gst_sinesrc_create),
14600 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14601 (gst_sinesrc_start):
14602 * gst/sine/gstsinesrc.h:
14603 add num-buffers and timestamp-offset properties
14604 * gst/videotestsrc/gstvideotestsrc.c:
14605 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14606 (gst_videotestsrc_get_property):
14607 add timestamp-offset property
14609 2005-06-23 Christian Schaller <uraeus@gnome.org>
14611 * configure.ac: add videorate
14612 * gst-plugins-base.spec.in: add videorate
14614 2005-06-23 Wim Taymans <wim@fluendo.com>
14616 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14617 (gst_videorate_getcaps), (gst_videorate_setcaps),
14618 (gst_videorate_event), (gst_videorate_chain):
14619 Fixed videorate, fixating an already fixated caps is not
14622 2005-06-23 Wim Taymans <wim@fluendo.com>
14625 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14626 Buffer on caps is not boxed anymore.
14628 2005-06-22 Wim Taymans <wim@fluendo.com>
14630 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14631 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14632 Set buffers on caps as miniobjects and not as boxed.
14634 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14639 === release 0.9.1 ===
14641 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14662 updates for release
14664 2005-06-09 Andy Wingo <wingo@pobox.com>
14666 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14668 2005-06-09 Andy Wingo <wingo@pobox.com>
14671 * gst-libs/gst/Makefile.am:
14672 * gst-libs/gst/net/Makefile.am:
14673 Add gstnet to build.
14675 2005-06-09 Andy Wingo <wingo@pobox.com>
14677 * gst-libs/gst/gconf/gconf.c:
14678 * gst/playback/test.c:
14679 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14682 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14684 * ext/theora/theoraenc.c (theora_enc_chain):
14685 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14687 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14690 2005-06-02 Wim Taymans <wim@fluendo.com>
14692 * gst-libs/gst/net/Makefile.am:
14693 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14694 * pkgconfig/gstreamer-libs.pc.in:
14695 Added net stuff, version net lib.
14697 2005-06-02 Wim Taymans <wim@fluendo.com>
14699 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14700 (query_rates), (query_positions_elems), (query_positions_pads),
14702 Updated seek example.
14704 2005-06-02 Andy Wingo <wingo@pobox.com>
14706 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14707 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14710 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14711 remove the typefind, the bin dispose will do it for us. When it's
14712 removed and unreffed, the signal handler will be disconnected,
14714 (unlinked): It's too difficult to disconnect from unlinked
14715 handlers, as they are on pads not elements. Just punt if the pads
14716 aren't grandkids of the bin.
14718 2005-06-02 Wim Taymans <wim@fluendo.com>
14721 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14722 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14723 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14724 * ext/theora/theoradec.c: (theora_dec_src_query),
14725 (theora_handle_data_packet):
14726 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14727 (theora_enc_chain):
14728 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14729 (vorbis_handle_data_packet):
14730 * gst/audioconvert/bufferframesconvert.c:
14731 (buffer_frames_convert_chain):
14732 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14733 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14734 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14735 (gst_ffmpegcsp_chain):
14736 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14737 (gst_videorate_getcaps), (gst_videorate_setcaps),
14738 (gst_videorate_event), (gst_videorate_chain):
14739 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14740 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14741 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14742 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14743 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14744 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14745 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14746 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14747 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14748 Cleanups and buffer alloc.
14750 2005-05-31 Wim Taymans <wim@fluendo.com>
14752 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14753 Don't try to call the delay method when the device is not
14756 2005-05-31 Wim Taymans <wim@fluendo.com>
14758 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14759 Get actual segment size and buffer size after opening
14762 2005-05-30 Wim Taymans <wim@fluendo.com>
14764 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14765 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14766 Also FLUSH upstream, makes the loop function exit faster.
14768 * ext/theora/theoradec.c: (theora_dec_src_query):
14769 Some more debug info in the query.
14771 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14772 (gst_ximagesink_setcaps):
14773 Release lock on par error, better error reporting.
14775 2005-05-26 Wim Taymans <wim@fluendo.com>
14777 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14778 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14779 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14780 Clear chains in READY
14781 Queue packets until the chain is activated.
14783 2005-05-25 Wim Taymans <wim@fluendo.com>
14785 * gst-libs/gst/audio/gstaudiosink.c:
14786 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14787 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14788 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14789 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14790 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14791 (gst_audiosink_create_ringbuffer):
14792 * gst-libs/gst/audio/gstbaseaudiosink.c:
14793 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14794 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14795 (gst_baseaudiosink_set_property), (build_linear_format),
14796 (debug_spec_caps), (debug_spec_buffer),
14797 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14798 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14799 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14800 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14801 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14802 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14803 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14804 (gst_ringbuffer_play), (gst_ringbuffer_pause),
14805 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14806 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14807 (wait_segment), (gst_ringbuffer_commit),
14808 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14809 (gst_ringbuffer_clear):
14810 Various small cleanups.
14812 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14813 (gst_audio_convert_change_state):
14814 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14815 No need to take the locks anymore.
14817 2005-05-25 Wim Taymans <wim@fluendo.com>
14819 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14820 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14821 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14823 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14824 (group_destroy), (group_commit), (queue_overrun),
14825 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14826 (mute_stream), (new_decoded_pad), (setup_substreams),
14827 (setup_source), (mute_group_type), (set_active_source),
14828 (gst_play_base_bin_change_state):
14829 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14830 (gen_video_element), (gen_text_element), (gen_audio_element),
14831 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14832 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14833 (gst_stream_info_dispose), (gst_stream_info_set_mute):
14834 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14835 Some playbin cleanups mostly refcounting sloppyness.
14837 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14839 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14840 Work with streaming input.
14842 2005-05-25 Wim Taymans <wim@fluendo.com>
14844 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14845 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14846 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14847 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14848 No need to take the STREAM lock anymore.
14850 2005-05-25 Wim Taymans <wim@fluendo.com>
14852 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14853 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14854 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14855 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14856 (gst_ogg_demux_sink_activate):
14857 * ext/theora/theoradec.c: (theora_dec_src_event),
14858 (theora_handle_comment_packet), (theora_dec_chain),
14859 (theora_dec_change_state):
14860 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14861 (vorbis_handle_data_packet), (vorbis_dec_chain),
14862 (vorbis_dec_change_state):
14863 Remove STREAM locks as they are taken in core now.
14864 Never set bogus granulepos on vorbis/theora.
14865 Fix leaks in theoradec tag parsing.
14867 2005-05-25 Wim Taymans <wim@fluendo.com>
14869 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14870 Fix memleaks, GST_BUFFER_DATA() is not freed.
14872 2005-05-25 Wim Taymans <wim@fluendo.com>
14874 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14875 Open non-blocking, set to blocking mode afterwards to avoid
14876 lockups when audio device is busy.
14878 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14880 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14881 This can't be good.
14883 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14885 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14886 (gst_audio_convert_chain), (gst_audio_convert_link_src),
14887 (gst_audio_convert_setcaps):
14888 Implement instant setup switching.
14890 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14892 * gst/playback/gstplaybasebin.c: (probe_triggered):
14893 Fix missing unlock.
14894 * gst/playback/gstplaybin.c: (add_sink):
14895 First add, then link (otherwise pad link fails).
14897 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14899 * examples/Makefile.am:
14900 fix buildbot (make distcheck)
14902 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14904 * gst/playback/gstplaybin.c: (gen_vis_element):
14905 Remove some wrong code. Doesn't work yet.
14907 2005-05-19 Wim Taymans <wim@fluendo.com>
14909 * gst-libs/gst/net/Makefile.am:
14910 * gst-libs/gst/net/README:
14911 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14912 (gst_netbuffer_class_init), (gst_netbuffer_init),
14913 (gst_netbuffer_finalize), (gst_netbuffer_copy),
14914 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14915 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14916 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14917 * gst-libs/gst/net/gstnetbuffer.h:
14918 Added buffer subclass to store extra to/from addresses for
14919 network sources/sinks.
14921 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14923 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14924 Don't lock an unassigned variable.
14926 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14928 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14929 Increase buffer for video, decrease buffer for other media types.
14930 * gst/playback/gstplaybin.c: (gen_video_element),
14931 (gen_audio_element):
14932 Change names for debugging purposes.
14934 2005-05-18 Wim Taymans <wim@fluendo.com>
14936 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14937 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14938 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14939 (gst_ffmpegcsp_chain):
14940 Enable buffer alloc passthrough if the source and dest
14941 formats are the same.
14943 2005-05-17 Wim Taymans <wim@fluendo.com>
14945 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14946 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14947 (gst_ogg_demux_chain_unlocked):
14948 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14949 (gst_audio_convert_caps_remove_format_info),
14950 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14951 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14952 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14953 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14954 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14955 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14956 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14957 (gst_ffmpegcsp_get_property):
14958 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14959 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14960 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14961 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14962 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14963 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14964 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14965 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14966 Leak fixes in oggdemux.
14967 Some cleanups in audioconvert.
14968 Make passthrough work along with buffer_alloc etc.
14969 Make buffer_alloc and buffer recycling actually work in
14972 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
14974 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14975 make the compiler happy
14977 2005-05-17 Wim Taymans <wim@fluendo.com>
14979 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14980 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14981 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14982 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14983 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14984 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14985 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14986 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14987 (gst_xvimagesink_set_xwindow_id):
14988 * sys/xvimage/xvimagesink.h:
14989 Port xvimagesink to new MiniObject.
14991 2005-05-17 Wim Taymans <wim@fluendo.com>
14993 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14994 (gst_audiofilter_chain):
14995 * gst-libs/gst/audio/gstaudiosink.c:
14996 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14997 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14998 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14999 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15000 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15001 (gst_audiosink_create_ringbuffer):
15002 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15003 (gst_audio_convert_caps_remove_format_info),
15004 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15005 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15006 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15007 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15008 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15009 Fix passthrough in ffmpegcolorspace.
15010 Fix memset in audiosink on wrong memory.
15012 2005-05-16 David Schleef <ds@schleef.org>
15014 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15017 2005-05-16 David Schleef <ds@schleef.org>
15019 Port from GstData to GstMiniObject.
15020 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15021 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15022 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15023 (gst_ogg_mux_collected):
15024 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15025 * ext/theora/theoradec.c: (theora_handle_comment_packet),
15026 (theora_handle_data_packet):
15027 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15028 (theora_set_header_on_caps), (theora_enc_chain):
15029 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15030 (vorbis_handle_comment_packet):
15031 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15032 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15033 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15034 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15035 * gst/audioconvert/gstaudioconvert.c:
15036 (gst_audio_convert_get_buffer):
15037 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15038 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15039 (mute_stream), (silence_stream):
15040 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15041 * gst/volume/gstvolume.c: (volume_transform):
15042 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15043 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15044 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15045 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15046 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15047 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15048 (gst_ximagesink_buffer_alloc):
15049 * sys/ximage/ximagesink.h:
15051 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15053 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15054 (fill_buffer), (check_queue), (queue_threshold_reached),
15055 (queue_out_of_data):
15056 * gst/playback/gstplaybasebin.h:
15057 Post buffer-fullness on the bus.
15059 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15061 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15063 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15064 (group_commit), (probe_triggered), (setup_source),
15065 (gst_play_base_bin_change_state):
15066 * gst/playback/gstplaybasebin.h:
15067 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15068 (gst_play_bin_init), (remove_sinks), (setup_sinks),
15069 (gst_play_bin_change_state):
15070 Move setup_output_pads into a virtual function, remove
15071 group-switch (no longer needed) and redirect (handled by bus
15074 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15076 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15077 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15078 (get_active_group), (get_building_group), (group_destroy),
15079 (group_commit), (check_queue), (queue_overrun),
15080 (queue_threshold_reached), (queue_out_of_data),
15081 (gen_preroll_element), (remove_groups), (unknown_type),
15082 (add_element_stream), (no_more_pads), (probe_triggered),
15083 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15084 (setup_substreams), (setup_source), (finish_source),
15085 (prepare_output), (muted_group_change_state),
15086 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15087 (gst_play_base_bin_change_state):
15088 * gst/playback/gstplaybasebin.h:
15089 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15090 (gst_play_bin_init), (gst_play_bin_set_property),
15091 (gen_video_element), (gen_text_element), (gen_audio_element),
15092 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15093 (gst_play_bin_change_state):
15094 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15095 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15096 (stream_info_change_state), (gst_stream_info_set_mute),
15097 (gst_stream_info_get_property):
15098 * gst/playback/gststreaminfo.h:
15099 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15100 (gst_stream_selector_get_linked_pad),
15101 (gst_stream_selector_getcaps),
15102 (gst_stream_selector_get_linked_pads),
15103 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15104 * gst/playback/gststreamselector.h:
15105 Rough port of playbin. Needs some more work, but is mostly done,
15106 and uses a few locks in important places, which should make stuff
15107 like chain-switches clean. Still uses GST_STATE() in a few places,
15108 which isn't all that good an idea, subtitles/elements disabled
15109 because no elements to test with and thus probably broken, query
15110 and event handling moved to GstBin, internal thread removed
15111 alltogether because the pipeline does that for us now. Can play
15112 Ogg/Vorbis files. Haven't tested anything else yet.
15114 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15116 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15117 Do no-more-pads (needed for autoplugging).
15119 2005-05-10 Andy Wingo <wingo@pobox.com>
15121 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15122 message to the bus with the tags. Still not sent downstream tho.
15124 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15126 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15127 avoid refcounting hassles.
15129 2005-05-09 Andy Wingo <wingo@pobox.com>
15131 * gst/volume/Makefile.am:
15132 * gst/volume/demo.c
15133 * gst/volume/gstvolume.h
15134 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15135 basetransform. Probably need an audio filter base class.
15137 2005-05-09 Wim Taymans <wim@fluendo.com>
15139 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15140 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15141 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15142 (gst_vorbisenc_chain):
15143 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15144 (gst_audio_convert_caps_remove_format_info),
15145 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15146 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15147 Make caps writable before writing to it.
15148 Fix negotiation in audioconvert some more.
15150 2005-05-09 Wim Taymans <wim@fluendo.com>
15152 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15153 (gst_videorate_getcaps), (gst_videorate_setcaps),
15154 (gst_videorate_event), (gst_videorate_chain):
15155 Better negotiation.
15157 2005-05-09 Wim Taymans <wim@fluendo.com>
15159 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15160 (gst_videorate_getcaps), (gst_videorate_setcaps),
15161 (gst_videorate_blank_data), (gst_videorate_init),
15162 (gst_videorate_event), (gst_videorate_chain),
15163 (gst_videorate_change_state):
15164 Port videorate, do a better job at negotiation while we're at
15167 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
15172 * examples/Makefile.am:
15173 * gst-libs/gst/audio/Makefile.am:
15174 * gst-libs/gst/riff/Makefile.am:
15175 * gst-libs/gst/tag/Makefile.am:
15176 * gst-libs/gst/video/Makefile.am:
15177 Fixups for missing variables.
15179 2005-05-09 Wim Taymans <wim@fluendo.com>
15181 * examples/seeking/seek.c: (make_theora_pipeline),
15182 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15183 (query_rates), (query_positions_elems), (query_positions_pads),
15184 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15185 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15186 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15187 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15188 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15189 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15190 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15191 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15192 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15193 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15194 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15195 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15196 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15197 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15198 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15199 (theora_dec_src_convert), (theora_dec_sink_convert),
15200 (theora_dec_src_query), (theora_dec_sink_query),
15201 (theora_dec_src_event), (theora_dec_sink_event),
15202 (theora_handle_comment_packet), (theora_handle_type_packet),
15203 (theora_handle_header_packet), (theora_handle_data_packet),
15204 (theora_dec_chain):
15205 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15206 (vorbis_dec_convert), (vorbis_dec_src_query),
15207 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15208 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15209 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15210 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15211 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15212 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15213 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15214 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15215 (gst_play_bin_query):
15216 * gst/playback/test3.c: (update_scale):
15217 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15218 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15219 * gst/subparse/gstsubparse.c: (gst_subparse_init):
15220 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15221 (gst_videotestsrc_src_query):
15222 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15223 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15224 (paint_hline_YUV9):
15225 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15226 Port to new query API.
15228 Cleanups in x[v]imagesink
15230 2005-05-09 Andy Wingo <wingo@pobox.com>
15232 * ext/alsa/gstalsasink.h:
15233 * ext/gnomevfs/gstgnomevfssrc.c:
15234 (gst_gnomevfssrc_get_icy_metadata):
15235 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15236 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15237 * ext/theora/theoradec.c (theora_dec_src_query)
15238 (theora_dec_src_event, theora_dec_sink_event)
15239 (theora_handle_comment_packet, theora_handle_data_packet):
15240 * ext/theora/theoraenc.c (theora_enc_chain):
15241 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15242 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15243 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15244 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15246 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15247 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15248 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15249 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15250 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15251 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15252 (paint_setup_xBGR8888, paint_setup_RGBx8888)
15253 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15254 (paint_setup_RGB565, paint_setup_xRGB1555):
15255 * gst/videotestsrc/videotestsrc.h:
15256 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15257 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15258 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15261 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15262 gst_pad_query_position. Fixes oggdemux.
15264 2005-05-08 David Schleef <ds@schleef.org>
15266 * configure.ac: Require liboil.
15267 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15269 * gst/videotestsrc/videotestsrc.c:
15270 * gst/videotestsrc/videotestsrc.h:
15272 2005-05-06 Wim Taymans <wim@fluendo.com>
15274 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15275 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15276 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15277 Well, unreffing a buffer right before pushing it is asking
15280 2005-05-06 Christian Schaller <uraeus@gnome.org>
15282 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15284 2005-05-06 Wim Taymans <wim@fluendo.com>
15286 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15287 (gst_audio_convert_caps_remove_format_info),
15288 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15289 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15290 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15291 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15292 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15293 * gst/sine/Makefile.am:
15294 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15295 (gst_sinesrc_class_init), (gst_sinesrc_init),
15296 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15297 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15298 (gst_sinesrc_update_freq):
15299 * gst/sine/gstsinesrc.h:
15300 * gst/tcp/gstmultifdsink.c:
15301 * sys/xvimage/xvimagesink.c:
15302 Fixed negotiation wrt _peer_get_caps()
15306 2005-05-06 Wim Taymans <wim@fluendo.com>
15308 * gst-libs/gst/audio/gstaudiosink.c:
15309 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15310 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15311 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15312 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15313 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15314 (gst_audiosink_create_ringbuffer):
15315 * gst-libs/gst/audio/gstbaseaudiosink.c:
15316 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15317 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15318 (gst_baseaudiosink_set_property), (build_linear_format),
15319 (debug_spec_caps), (debug_spec_buffer),
15320 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15321 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15322 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15323 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15324 * gst-libs/gst/audio/gstbaseaudiosink.h:
15325 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15326 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15327 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15328 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15329 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15330 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15331 (wait_segment), (gst_ringbuffer_commit),
15332 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15333 (gst_ringbuffer_clear):
15334 * gst-libs/gst/audio/gstringbuffer.h:
15335 Make the base audiosink return an error when there is no
15336 audiobuffer negotiated.
15338 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15341 Disable cdparanoia until someone ports it!
15343 2005-05-06 Wim Taymans <wim@fluendo.com>
15345 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15346 (gst_ogg_demux_sink_activate):
15347 And revert after wingo's revert.. sigh..
15349 2005-05-05 Andy Wingo <wingo@pobox.com>
15351 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15353 * configure.ac: Return audiorate and subparse from the ghetto.
15354 Re-enable -Wall -Werror.
15355 * gst/subparse/gstsubparse.c:
15356 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15357 or chain-based. Cleaned up a bit. Not tested.
15359 2005-05-05 Christian Schaller <christian@fluendo.com>
15361 * Makefile.am: remove stuff that is not building
15362 * configure.ac: remove stuff that is not building
15363 * examples/Makefile.am: remove stuff that is not building
15364 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15365 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15366 * sys/Makefile.am: remove stuff that is not building
15367 * testsuite/Makefile.am: remove stuff that is not building
15369 2005-05-05 Andy Wingo <wingo@pobox.com>
15371 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15372 * gst-libs/gst/tag/gstvorbistag.c:
15373 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15374 * gst/adder/gstadder.h:
15375 * gst/audioconvert/gstchannelmix.c:
15376 (gst_audio_convert_fill_one_other):
15377 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15378 (gst_audiorate_init), (gst_audiorate_chain):
15379 * gst/playback/gstplaybasebin.c: (setup_source):
15380 * gst/playback/test3.c: (update_scale):
15398 2005-05-05 Wim Taymans <wim@fluendo.com>
15400 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15401 (gst_audio_convert_caps_remove_format_info),
15402 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15403 (gst_audio_convert_change_state), (gst_audio_convert_channels):
15404 * gst/videotestsrc/gstvideotestsrc.c:
15405 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15406 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15407 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15408 (gst_videotestsrc_init), (gst_videotestsrc_loop):
15409 Don't ignore _push() return values.
15410 Make sure no processing is done when shutting down.
15411 Videotestsrc pad activation fix.
15413 2005-05-05 Wim Taymans <wim@fluendo.com>
15415 * gst/adder/Makefile.am:
15416 * gst/adder/gstadder.c: (gst_adder_setcaps),
15417 (gst_adder_class_init), (gst_adder_init),
15418 (gst_adder_request_new_pad), (gst_adder_collected),
15419 (gst_adder_change_state):
15420 * gst/adder/gstadder.h:
15421 Ported adder as an example of a mixer element using
15422 collect pads. Needs more negotiation work.
15424 2005-05-05 Wim Taymans <wim@fluendo.com>
15426 * ext/theora/theoradec.c: (_inc_granulepos),
15427 (theora_dec_src_event), (theora_dec_sink_event),
15428 (theora_handle_comment_packet), (theora_handle_type_packet),
15429 (theora_handle_header_packet), (theora_handle_data_packet),
15430 (theora_dec_chain):
15431 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15432 (gst_theora_enc_init), (theora_enc_sink_setcaps),
15433 (theora_push_buffer), (theora_push_packet),
15434 (theora_enc_sink_event), (theora_enc_chain),
15435 (theora_enc_change_state), (theora_enc_set_property),
15436 (theora_enc_get_property):
15437 Added stream lock to decoder so that we can serialize
15439 More theoraenc porting, recover from errors, do clean
15442 2005-05-05 Wim Taymans <wim@fluendo.com>
15444 * ext/ogg/Makefile.am:
15446 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15447 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15449 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15450 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15451 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15452 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15453 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15454 (gst_ogg_mux_change_state):
15457 2005-05-05 Wim Taymans <wim@fluendo.com>
15459 * docs/design-audiosinks.txt:
15460 * gst-libs/gst/audio/TODO:
15461 * gst-libs/gst/audio/gstaudiosink.c:
15462 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15463 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15464 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15465 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15466 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15467 (gst_audiosink_create_ringbuffer):
15468 * gst-libs/gst/audio/gstbaseaudiosink.c:
15469 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15470 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15471 (gst_baseaudiosink_set_property), (build_linear_format),
15472 (debug_spec_caps), (debug_spec_buffer),
15473 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15474 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15475 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15476 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15477 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15478 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15479 (gst_ringbuffer_release), (gst_ringbuffer_play),
15480 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15481 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15482 (gst_ringbuffer_set_sample), (wait_segment),
15483 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15484 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15485 More work on the audiosink, mostly debugging and a race in
15488 2005-04-28 Wim Taymans <wim@fluendo.com>
15490 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15491 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15492 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15493 (vorbis_dec_src_query), (vorbis_dec_src_event),
15494 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15495 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15496 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15497 Don't crap out when seeking back to position 0.
15499 2005-04-28 Wim Taymans <wim@fluendo.com>
15501 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15502 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15503 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15504 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15505 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15506 Make audio sink configurable, use alsasink as default.
15508 2005-04-28 Wim Taymans <wim@fluendo.com>
15510 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15511 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15512 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15513 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15514 (vorbis_dec_change_state):
15515 * ext/vorbis/vorbisdec.h:
15516 Refactor, use STREAM_LOCK.
15518 2005-04-28 Wim Taymans <wim@fluendo.com>
15520 * ext/theora/theoradec.c: (_inc_granulepos),
15521 (theora_dec_sink_event), (theora_handle_comment_packet),
15522 (theora_handle_type_packet), (theora_handle_header_packet),
15523 (theora_handle_data_packet), (theora_dec_chain),
15524 (theora_dec_change_state):
15525 Refactor a bit, use STREAM_LOCK.
15527 2005-04-28 Wim Taymans <wim@fluendo.com>
15529 * ext/alsa/Makefile.am:
15530 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15531 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15532 (gst_alsa_link), (gst_alsa_close_audio):
15533 * ext/alsa/gstalsaplugin.c: (plugin_init):
15534 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15535 (gst_alsasink_dispose), (gst_alsasink_base_init),
15536 (gst_alsasink_class_init), (gst_alsasink_init),
15537 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15538 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15539 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15540 (gst_alsasink_reset):
15541 * ext/alsa/gstalsasink.h:
15542 Implement alsasink with simple open/write/close API.
15543 Make alsa dir build by disabling compilation of code.
15545 2005-04-28 Wim Taymans <wim@fluendo.com>
15547 * gst-libs/gst/audio/Makefile.am:
15548 * gst-libs/gst/audio/audio.h:
15549 * gst-libs/gst/audio/audioclock.c:
15550 * gst-libs/gst/audio/audioclock.h:
15551 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15552 (gst_audio_clock_class_init), (gst_audio_clock_init),
15553 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15554 * gst-libs/gst/audio/gstaudioclock.h:
15555 * gst-libs/gst/audio/gstaudiosink.c:
15556 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15557 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15558 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15559 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15560 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15561 (gst_audiosink_create_ringbuffer):
15562 * gst-libs/gst/audio/gstbaseaudiosink.c:
15563 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15564 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15565 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15566 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15567 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15568 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15569 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15570 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15571 * gst-libs/gst/audio/gstbaseaudiosink.h:
15572 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15573 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15574 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15575 (gst_ringbuffer_release), (gst_ringbuffer_play),
15576 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15577 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15578 (gst_ringbuffer_set_sample), (wait_segment),
15579 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15580 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15581 * gst-libs/gst/audio/gstringbuffer.h:
15582 Make ringbuffer faster and more simple by removing the locks
15583 in the playback thread.
15584 Add sample accurate playback based on buffer sample offsets.
15585 Make the baseaudiosink provide a clock.
15586 Parse caps in the base class.
15587 Correctly handle seeking, flushing and state changes.
15589 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
15592 * gst/audioconvert/Makefile.am:
15593 * gst/audioscale/Makefile.am:
15594 Fix part of the build. Come on guys, autogen didn't even work :)
15596 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15599 * gst-libs/gst/Makefile.am:
15600 * gst-libs/gst/media-info/.cvsignore:
15601 * gst-libs/gst/media-info/Makefile.am:
15602 * gst-libs/gst/media-info/README:
15603 * gst-libs/gst/media-info/media-info-priv.c:
15604 * gst-libs/gst/media-info/media-info-priv.h:
15605 * gst-libs/gst/media-info/media-info-test.c:
15606 * gst-libs/gst/media-info/media-info.c:
15607 * gst-libs/gst/media-info/media-info.h:
15608 * gst-libs/gst/media-info/media-info.vcproj:
15609 * pkgconfig/Makefile.am:
15610 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15611 * pkgconfig/gstreamer-media-info.pc.in:
15612 Remove media-info, which is also successed by playbin (see Totem
15615 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15618 * examples/Makefile.am:
15619 * examples/gstplay/.cvsignore:
15620 * examples/gstplay/Makefile.am:
15621 * examples/gstplay/player.c:
15622 * gst-libs/gst/Makefile.am:
15623 * gst-libs/gst/play/.cvsignore:
15624 * gst-libs/gst/play/Makefile.am:
15625 * gst-libs/gst/play/play.c:
15626 * gst-libs/gst/play/play.h:
15627 * gst-libs/gst/play/play.vcproj:
15628 * pkgconfig/Makefile.am:
15629 * pkgconfig/gstreamer-play-uninstalled.pc.in:
15630 * pkgconfig/gstreamer-play.pc.in:
15631 Remove libgstplay, playbin is now the official successor.
15633 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15636 * gst-libs/gst/Makefile.am:
15637 * gst-libs/gst/xwindowlistener/Makefile.am:
15638 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15639 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15640 Remove deprecated xwindowlistener (I've moved xwindowlistening
15641 in the v4l/v4l2 plugins over to serverside).
15643 2005-04-25 David Schleef <ds@schleef.org>
15645 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15646 to examples/dynparams. Examples do not belong interspersed with
15648 * examples/dynparams/demo-dparams.c:
15649 * gst/sine/Makefile.am:
15650 * gst/sine/demo-dparams.c:
15652 2005-04-25 David Schleef <ds@schleef.org>
15654 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15655 * gst-libs/gst/audio/Makefile.am:
15656 * gst-libs/gst/riff/Makefile.am:
15657 * gst-libs/gst/tag/Makefile.am:
15658 * gst-libs/gst/video/Makefile.am:
15659 * gst-libs/gst/xwindowlistener/Makefile.am:
15661 Convert to 0.9 API, seems to work:
15662 * sys/ximage/Makefile.am:
15663 * sys/ximage/ximagesink.c:
15665 2005-04-24 David Schleef <ds@schleef.org>
15667 Link plugins against libraries:
15668 * ext/alsa/Makefile.am:
15669 * gst/tcp/Makefile.am:
15671 Remove asm code that should be in liboil
15672 * gst/videoscale/Makefile.am:
15673 * gst/videoscale/videoscale_x86_asm.s:
15675 gettext wants these checked in:
15691 2005-04-24 David Schleef <ds@schleef.org>
15693 Convert gst_main() to g_main_loop_run()
15694 * gst/playback/decodetest.c: (main):
15695 * gst/playback/test2.c: (main):
15696 * gst/playback/test3.c: (main):
15697 * gst/playback/test4.c: (main):
15699 Link plugins against libraries:
15700 * ext/libvisual/Makefile.am:
15701 * sys/xvimage/Makefile.am:
15703 2005-04-24 David Schleef <ds@schleef.org>
15705 * configure.ac: Remove idct and resample libs
15706 * gst-libs/gst/Makefile.am: same
15708 Remove usage of gst_library_load():
15709 * ext/alsa/gstalsaplugin.c: (plugin_init):
15710 * ext/libvisual/visual.c: (plugin_init):
15711 * ext/ogg/gstogg.c: (plugin_init):
15712 * ext/theora/theora.c: (plugin_init):
15713 * ext/vorbis/vorbis.c: (plugin_init):
15714 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15715 * gst/audioscale/gstaudioscale.c:
15716 * gst/adder/gstadder.c: (plugin_init):
15717 * gst/audioconvert/plugin.c: (plugin_init):
15718 * sys/ximage/ximagesink.c: (plugin_init):
15719 * sys/xvimage/xvimagesink.c: (plugin_init):
15720 * gst/tcp/gsttcpplugin.c: (plugin_init):
15722 Link plugins against libraries:
15723 * ext/ogg/Makefile.am:
15724 * ext/theora/Makefile.am:
15725 * ext/vorbis/Makefile.am:
15726 * gst/audioconvert/Makefile.am:
15728 Create proper libraries:
15729 * gst-libs/gst/riff/Makefile.am:
15730 * gst-libs/gst/audio/Makefile.am:
15731 * gst-libs/gst/video/Makefile.am:
15733 Move resample library to audioscale plugin directory:
15734 * gst-libs/gst/resample/Makefile.am:
15735 * gst-libs/gst/resample/README:
15736 * gst-libs/gst/resample/dtof.c:
15737 * gst-libs/gst/resample/dtos.c:
15738 * gst-libs/gst/resample/functable.c:
15739 * gst-libs/gst/resample/private.h:
15740 * gst-libs/gst/resample/resample.c:
15741 * gst-libs/gst/resample/resample.h:
15742 * gst-libs/gst/resample/resample.vcproj:
15743 * gst-libs/gst/resample/test.c:
15744 * gst/audioscale/Makefile.am:
15745 * gst/audioscale/README:
15746 * gst/audioscale/dtof.c:
15747 * gst/audioscale/dtos.c:
15748 * gst/audioscale/functable.c:
15749 * gst/audioscale/private.h:
15750 * gst/audioscale/resample.c:
15751 * gst/audioscale/resample.h:
15752 * gst/audioscale/test.c:
15754 Move tagedit library to gst-libs:
15755 * gst-libs/gst/tag/Makefile.am:
15756 * gst-libs/gst/tag/gstid3tag.c:
15757 * gst-libs/gst/tag/gsttagediting.c:
15758 * gst-libs/gst/tag/gsttageditingprivate.h:
15759 * gst-libs/gst/tag/gstvorbistag.c:
15760 * gst/tags/Makefile.am:
15761 * gst/tags/gstid3tag.c:
15762 * gst/tags/gstvorbistag.c:
15764 Fix for core changes:
15765 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15766 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15767 (gst_sinesrc_getrange):
15769 2005-04-23 David Schleef <ds@schleef.org>
15771 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
15772 in gst-plugins in a long time, and properly belongs in liboil.
15773 * gst-libs/gst/idct/Makefile.am:
15774 * gst-libs/gst/idct/README:
15775 * gst-libs/gst/idct/dct.h:
15776 * gst-libs/gst/idct/doieee:
15777 * gst-libs/gst/idct/fastintidct.c:
15778 * gst-libs/gst/idct/floatidct.c:
15779 * gst-libs/gst/idct/idct.c:
15780 * gst-libs/gst/idct/idct.h:
15781 * gst-libs/gst/idct/idtc.vcproj:
15782 * gst-libs/gst/idct/ieeetest.c:
15783 * gst-libs/gst/idct/intidct.c:
15785 2005-04-20 Wim Taymans <wim@fluendo.com>
15787 * docs/design-audiosinks.txt:
15788 * gst-libs/gst/audio/Makefile.am:
15789 * gst-libs/gst/audio/TODO:
15790 * gst-libs/gst/audio/gstaudiosink.c:
15791 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15792 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15793 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15794 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15795 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15796 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15797 (gst_audiosink_class_init), (gst_audiosink_init),
15798 (gst_audiosink_create_ringbuffer):
15799 * gst-libs/gst/audio/gstaudiosink.h:
15800 * gst-libs/gst/audio/gstbaseaudiosink.c:
15801 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15802 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15803 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15804 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15805 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15806 (gst_baseaudiosink_create_ringbuffer),
15807 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15808 * gst-libs/gst/audio/gstbaseaudiosink.h:
15809 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15810 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15811 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15812 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15813 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15814 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15815 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15816 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15817 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15818 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15819 * gst-libs/gst/audio/gstringbuffer.h:
15820 An attempt at a set of audio base classes together with some
15823 2005-04-20 Wim Taymans <wim@fluendo.com>
15825 * gst/audioconvert/Makefile.am:
15826 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15827 (gst_audio_convert_caps_remove_format_info),
15828 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15829 (gst_audio_convert_channels):
15830 Link against audio libs.
15831 Fix audio convert plugin.
15833 2005-04-20 Wim Taymans <wim@fluendo.com>
15835 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15836 (gst_ogg_demux_sink_activate):
15837 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15838 (theora_set_header_on_caps), (theora_enc_sink_event),
15839 (theora_enc_chain):
15840 Fix theora encoder.
15842 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15844 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15845 * gst/playback/gstdecodebin.c: (find_compatibles):
15846 Work with staticpadtemplates in elementfactories.
15848 2005-04-12 Wim Taymans <wim@fluendo.com>
15850 * gst/playback/README:
15851 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15852 (compare_ranks), (print_feature), (gst_decode_bin_init),
15853 (dynamic_create), (dynamic_free), (find_compatibles),
15854 (mimetype_is_raw), (close_pad_link), (got_redirect),
15855 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15856 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15857 (gst_decode_bin_change_state):
15858 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15859 (gst_play_base_bin_init), (group_destroy), (group_commit),
15860 (check_queue), (queue_overrun), (queue_threshold_reached),
15861 (queue_out_of_data), (gen_preroll_element), (unknown_type),
15862 (new_decoded_pad), (setup_subtitle), (gen_source_element),
15863 (got_redirect), (setup_source), (play_base_eos),
15864 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15865 (gst_play_base_bin_remove_element):
15866 * gst/playback/gstplaybasebin.h:
15867 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15868 (gst_play_bin_init), (gst_play_bin_dispose),
15869 (gst_play_bin_set_property), (gen_video_element),
15870 (gen_text_element), (gen_audio_element), (remove_sinks),
15871 (gst_play_bin_send_event):
15872 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15873 (stream_info_change_state), (gst_stream_info_set_mute):
15874 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15875 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15876 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15877 (gst_stream_selector_chain):
15878 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15880 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15881 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15882 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15883 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15884 Raw and crude port of decodebin.
15885 Make playbin compile.
15887 2005-04-06 Wim Taymans <wim@fluendo.com>
15889 * ext/gnomevfs/Makefile.am:
15890 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15891 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15892 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15893 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15894 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15895 (gst_gnomevfssrc_stop):
15896 * ext/ogg/Makefile.am:
15897 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15898 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15899 * ext/theora/Makefile.am:
15900 * ext/theora/theoradec.c: (_inc_granulepos),
15901 (theora_dec_sink_event), (theora_dec_chain):
15902 * ext/vorbis/Makefile.am:
15903 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15904 (vorbis_dec_sink_event), (vorbis_dec_chain):
15905 * gst-libs/gst/audio/Makefile.am:
15906 * sys/xvimage/Makefile.am:
15907 Make gnomevfssrc extend the source base class.
15908 Fix linking against libs in various plugins.
15910 2005-04-06 Andy Wingo <wingo@pobox.com>
15912 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15915 * configure.ac: Add check and AC_SUBST for libgstbase.
15917 2005-03-31 Wim Taymans <wim@fluendo.com>
15919 * examples/seeking/Makefile.am:
15920 * examples/seeking/cdparanoia.c: (main):
15921 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15922 (play_cb), (pause_cb), (stop_cb), (main):
15923 * examples/seeking/playbin.c:
15924 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15925 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15926 (make_sid_pipeline), (make_vorbis_pipeline),
15927 (make_theora_pipeline), (make_vorbis_theora_pipeline),
15928 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15929 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15930 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15931 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15933 * examples/seeking/spider_seek.c:
15934 * examples/seeking/vorbisfile.c:
15935 * ext/gnomevfs/Makefile.am:
15936 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15937 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15938 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15939 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15940 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15941 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15942 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15943 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15945 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15946 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15947 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15948 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15949 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15950 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15951 (gst_ogg_pad_event), (gst_ogg_pad_reset),
15952 (gst_ogg_demux_factory_filter), (compare_ranks),
15953 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15954 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15955 (gst_ogg_chain_new), (gst_ogg_chain_free),
15956 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15957 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15958 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15959 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15960 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15961 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15962 (gst_ogg_demux_get_prev_page),
15963 (gst_ogg_demux_deactivate_current_chain),
15964 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15965 (gst_ogg_demux_bisect_forward_serialno),
15966 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15967 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15968 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15969 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15970 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15971 (gst_ogg_demux_change_state), (gst_ogg_print):
15972 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15973 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15974 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15975 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15976 (gst_ogg_mux_loop):
15977 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15978 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15979 (theora_dec_src_convert), (theora_dec_sink_convert),
15980 (theora_dec_src_query), (theora_dec_src_event),
15981 (theora_dec_sink_event), (theora_dec_chain),
15982 (theora_dec_change_state):
15983 * ext/theora/theoraenc.c: (gst_theora_enc_init),
15984 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15985 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15986 (theora_enc_change_state):
15987 * ext/vorbis/Makefile.am:
15988 * ext/vorbis/oggvorbisenc.c:
15989 * ext/vorbis/oggvorbisenc.h:
15990 * ext/vorbis/vorbis.c: (plugin_init):
15991 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15992 (vorbis_dec_src_query), (vorbis_dec_src_event),
15993 (vorbis_dec_sink_event), (vorbis_dec_chain),
15994 (vorbis_dec_change_state):
15995 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15996 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15997 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15998 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15999 (gst_vorbisenc_change_state):
16000 * ext/vorbis/vorbisenc.h:
16001 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
16002 * gst-libs/gst/audio/audioclock.c:
16003 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16004 (gst_audiofilter_init), (gst_audiofilter_chain):
16005 * gst-libs/gst/audio/testchannels.c: (main):
16006 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
16007 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
16008 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
16009 (gmip_find_track_streaminfo), (gmip_find_track_format):
16010 * gst-libs/gst/media-info/media-info.c:
16011 (gst_media_info_read_idler):
16012 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16013 (gst_play_get_all_by_interface):
16014 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16015 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16016 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16017 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16018 (gst_riff_parse_info):
16019 * gst-libs/gst/riff/riff-read.h:
16020 * gst-libs/gst/riff/riff.c: (plugin_init):
16021 * gst-libs/gst/video/Makefile.am:
16022 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16023 (gst_videosink_class_init), (gst_videosink_get_type):
16024 * gst-libs/gst/video/videosink.h:
16025 * gst/audioconvert/bufferframesconvert.c:
16026 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16027 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16028 * gst/audioconvert/channelmixtest.c: (main):
16029 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16030 (gst_audio_convert_chain),
16031 (gst_audio_convert_caps_remove_format_info),
16032 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16033 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16034 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16035 (gst_audio_convert_buffer_to_default_format),
16036 (gst_audio_convert_buffer_from_default_format),
16037 (gst_audio_convert_channels):
16038 * gst/audioconvert/gstchannelmix.h:
16039 * gst/ffmpegcolorspace/avcodec.h:
16040 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16041 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16042 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16043 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16044 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16045 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16046 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16047 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16048 (mpeg_video_type_find), (mpeg_video_stream_type_find),
16050 * gst/videotestsrc/gstvideotestsrc.c:
16051 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16052 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16053 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16054 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16055 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16056 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16057 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16058 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16059 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16060 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16061 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16062 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16063 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16064 (gst_xvimagesink_navigation_send_event),
16065 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16066 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16067 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16068 * sys/xvimage/xvimagesink.h:
16069 Plugin port to 0.9, ogg/theora playback should work in the seek
16071 Removed old examples.
16072 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16073 explained in 0.9 TODO doc.
16076 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
16098 * testsuite/Makefile.am:
16099 remove a whole bunch of plugins. This module now contains a set
16100 of free reference plugins/elements as agreed.
16102 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
16105 hunting season on 0.9 is now OPEN
16107 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16109 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16110 Kick the hell out of gcc for not warning me about a symbol conflict.
16112 2005-02-22 Luca Ognibene <luogni@tin.it>
16114 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16116 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16117 Don't leak caps string (fixes #168134)
16119 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16120 (gst_jpegenc_init), (gst_jpegenc_finalize),
16121 (gst_jpegenc_change_state):
16122 Don't leak line buffers and context struct (fixes #168133).
16124 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
16127 * ext/dirac/gstdiracdec.cc:
16128 (gst_diracdec_chain):
16129 Since dirac 0.5.0 the framerate in dirac is expressed as a
16130 rational number. Fix build and up requirement to 0.5.0, and
16131 also pass parameters to gst_diracdec_link in the right order
16134 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
16136 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16137 * ext/faad/gstfaad.h:
16138 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
16139 certain invalid muxed streams, where some packets will contain
16140 junk after decoder data. Partially fixes #149158.
16142 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
16143 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16144 Make sure we only write to writable buffers
16146 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
16148 * gst-libs/gst/riff/riff-media.c:
16149 (gst_riff_create_audio_caps_with_data):
16150 Do actually fix invalid RIFF fmt header values for alaw
16151 and mulaw audio instead of just saying so.
16153 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16154 Give gst_riff_create_audio_caps_with_data() a chance to
16155 fix up broken format header fields before extracting any
16156 parameters from the header. (fixes #167633)
16158 2005-02-19 Martin Holters <martin.holters@gmx.de>
16160 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16162 * gst/audioconvert/bufferframesconvert.c:
16163 (buffer_frames_convert_link):
16164 Don't leak othercaps. (fixes #167878)
16166 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
16169 * ext/libvisual/visual.c: (gst_visual_srclink),
16170 (gst_visual_change_state):
16171 Support libvisual 0.2.0.
16173 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
16175 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16176 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16177 Use same rowstrides for I420 as used everywhere else.
16179 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
16181 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16182 Declare variables at beginning of block and make gcc-2.95 happy
16183 (fixes # 167482, patch by Gergely Nagy).
16185 * gst/tcp/gsttcpclientsrc.c:
16186 * gst/tcp/gsttcpclientsrc.h:
16187 Move some includes into the header, so that struct sockaddr_in is
16188 defined when it should be defined on FreeBSD as well (fixes
16191 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16192 Don't pass uninitialised values to setsockopt() here either.
16194 2005-02-17 Luca Ognibene <luogni at tin dot it>
16196 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16198 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16199 Don't pass uninitialised values to setsockopt(). (fixes #167704)
16201 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16203 * gst/playback/gstplaybin.c: (add_sink):
16204 Invert bin_add/link order to workaround deadlock in opt.
16206 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16208 * gst/modplug/gstmodplug.cc:
16209 Add missing break causing position queries to fail.
16211 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16213 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16214 Granpos can apparently be -1, which screws up calculations...
16216 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
16218 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16219 (gst_ximagesink_send_pending_navigation),
16220 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16221 (gst_ximagesink_init):
16222 * sys/ximage/ximagesink.h:
16223 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16224 (gst_xvimagesink_send_pending_navigation),
16225 (gst_xvimagesink_navigation_send_event),
16226 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16227 * sys/xvimage/xvimagesink.h:
16228 Use a mutex protected list to marshal navigation
16229 events into the stream thread from whichever thread
16232 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
16234 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16235 Display current position and track length; misc. clean-ups.
16237 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16238 (speed_init), (speed_chain):
16239 Add query function, so that the stream length and current position
16240 get adjusted when queried (note that current position queries may
16241 still be wrong if the audio sink returns values based on buffer
16242 timestamps instead of passing on the query).
16244 2005-02-13 Benjamin Otte <otte@gnome.org>
16246 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16247 (gst_audio_convert_channels):
16248 create channel conversion matrix when linking
16249 * gst/audioconvert/.cvsignore:
16250 * gst/audioconvert/Makefile.am:
16251 * gst/audioconvert/channelmixtest.c: (main):
16252 add (ugly) test that ensures stereo <=> mono conversion works
16255 2005-02-13 Benjamin Otte <otte@gnome.org>
16257 * gst/audioconvert/gstchannelmix.h:
16258 include missing header file
16259 * gst/audioconvert/gstchannelmix.c:
16260 (gst_audio_convert_fill_compatible):
16261 use same sign for both channels when converting to/from compatible
16262 channel. Previously used different signs made the signals cancel
16263 each other out and appear like silence. (fixes #167269)
16265 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16267 * gst/ffmpegcolorspace/avcodec.h:
16268 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16269 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16270 (gst_ffmpegcsp_avpicture_fill):
16271 * gst/ffmpegcolorspace/imgconvert.c:
16272 Convert to and from YV12 (fixes #156379).
16274 2005-02-12 Julien MOUTTE <julien@moutte.net>
16276 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16277 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16278 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16279 (gst_ximagesink_expose), (gst_ximagesink_set_property),
16280 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16281 methods from chain and negotiation and vice versa (Fixes #166142).
16282 * sys/ximage/ximagesink.h: Add stream_lock.
16283 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16284 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16285 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16286 (gst_xvimagesink_expose): Check for xcontext before trying to link.
16288 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16290 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16291 Don't send "Hey! You gave me a NULL pointer you naughty person" as
16292 error message when we can't open the DVD device (when dvdnav_open()
16293 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16294 the above). Send something more useful instead (fixes #167117).
16296 2005-02-11 Julien MOUTTE <julien@moutte.net>
16298 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16299 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16300 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16301 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16302 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16303 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16304 methods from chain and negotiation and vice versa (Fixes #166142).
16305 Fix a possible bug of images in the buffer pool being discarded because
16306 we are looking at the wrong geometry.
16307 * sys/xvimage/xvimagesink.h: Add stream_lock.
16309 2005-02-11 David Schleef <ds@schleef.org>
16311 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16312 unsigned int. (fixes #167128)
16314 2005-02-11 David Schleef <ds@schleef.org>
16316 * gst/librfb/Makefile.am: Testing stuff before committing is
16317 for wimps... and people with fast machines. Fix stupid
16320 2005-02-11 David Schleef <ds@schleef.org>
16322 * configure.ac: Pull in librfb from my CVS tree, because it is
16323 too small and annoying to be separate. Move rfbsrc plugin
16326 * ext/librfb/Makefile.am:
16327 * ext/librfb/gstrfbsrc.c:
16328 * gst/librfb/Makefile.am:
16329 * gst/librfb/gstrfbsrc.c:
16330 * gst/librfb/rfb.c:
16331 * gst/librfb/rfb.h:
16332 * gst/librfb/rfbbuffer.c:
16333 * gst/librfb/rfbbuffer.h:
16334 * gst/librfb/rfbbytestream.c:
16335 * gst/librfb/rfbbytestream.h:
16336 * gst/librfb/rfbcontext.h:
16337 * gst/librfb/rfbdecoder.c:
16338 * gst/librfb/rfbdecoder.h:
16339 * gst/librfb/rfbutil.h:
16341 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
16343 * gst/speed/Makefile.am:
16344 * gst/speed/demo-mp3.c: (main):
16345 * gst/speed/filter.func:
16346 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16347 (speed_class_init), (speed_init), (speed_chain_int16),
16348 (speed_chain_float32), (speed_chain), (speed_set_property),
16349 (speed_get_property), (speed_change_state):
16350 * gst/speed/gstspeed.h:
16351 Fix speed element and make it chain-based (fixes #156467),
16352 and make it handle more than one channel.
16354 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
16356 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16357 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16358 (gst_dtsdec_chain), (gst_dtsdec_change_state):
16359 * ext/dts/gstdtsdec.h:
16360 Don't clobber the stack constructing the channels array.
16361 Make the element chain-based. DTS tracks can now be played.
16363 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
16365 * gst-libs/gst/audio/multichannel.h:
16366 * gst-libs/gst/gconf/gconf.h:
16367 * gst-libs/gst/idct/idct.h:
16368 * gst-libs/gst/media-info/media-info-priv.h:
16369 * gst-libs/gst/play/play.h:
16370 * gst-libs/gst/resample/private.h:
16371 * gst-libs/gst/resample/resample.h:
16372 * gst-libs/gst/riff/riff-ids.h:
16373 * gst-libs/gst/video/video.h:
16374 * gst-libs/gst/video/videosink.h:
16375 Add G_BEGIN_DECLS and G_END_DECLS around headers where
16376 missing, so that they work when included from C++ code.
16378 2005-02-09 David Schleef <ds@schleef.org>
16380 * testsuite/gst-lint: Check for non-statically scoped
16381 parent_class variables. This won't be a problem once
16382 plugins are loaded with RTLD_LOCAL.
16384 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16386 * ext/mplex/gstmplexibitstream.cc:
16389 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16391 * ext/ogg/gstogmparse.c:
16392 * gst/debug/gstnavigationtest.c:
16393 Die, thou faulty symbol pollutors (non-static parent_class).
16395 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16397 * ext/mplex/gstmplexibitstream.cc:
16398 Fix event handling (#165525).
16400 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16402 * ext/mikmod/gstmikmod.c:
16403 * gst/modplug/gstmodplug.cc:
16404 Add missing endianness to template (fixes #165509).
16406 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16408 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16409 Fix wrong order of reading of optional bytes (#165290).
16411 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16413 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16414 Implement FILLER event awareness.
16416 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16418 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16419 Fix track calculations (#166208).
16421 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16423 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16425 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16426 * ext/libpng/gstpngenc.c:
16427 Fix byte-order, use proper fixed caps. Fixes #164197.
16429 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16434 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16435 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16436 Don't push buffers if the src pad isn't negotiated yet.
16438 * gst/audioconvert/gstaudioconvert.c:
16439 (gst_audio_convert_buffer_to_default_format),
16440 (gst_audio_convert_buffer_from_default_format):
16441 Add support for 24-bit width.
16443 * gst/dvdlpcmdec/.cvsignore:
16444 * gst/dvdlpcmdec/Makefile.am:
16445 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16446 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16447 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16448 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16450 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16451 New decoder for rearranging DVD LPCM into our audio/x-raw-int
16452 format. Needs support for the channels maps if someone can find
16453 a DVD LPCM track with > 2 channels.
16455 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16456 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16457 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16458 * gst/mpegstream/gstdvddemux.h:
16459 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16460 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16461 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16462 * gst/mpegstream/gstmpegdemux.h:
16463 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16464 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16465 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16466 (gst_mpeg_parse_handle_src_query),
16467 (gst_mpeg_parse_handle_src_event):
16468 Use audio/x-dvd-lpcm for LPCM output.
16471 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16473 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16475 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16476 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16477 Add BGRA handling (#165736).
16479 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
16481 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16483 * gst/law/alaw-decode.c: (alawdec_link):
16484 * gst/law/alaw-encode.c: (alawenc_link):
16485 * gst/law/mulaw-decode.c: (mulawdec_link):
16486 * gst/law/mulaw-encode.c: (mulawenc_link):
16487 Fix caps memleaks (#166600).
16489 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
16491 * ext/tarkin/mem.h:
16492 * ext/tarkin/wavelet.h:
16493 * ext/tarkin/yuv.h:
16494 * gst/ffmpegcolorspace/avcodec.h:
16495 Include "_stdint.h" instead of <stdint.h>. Fixes build on
16496 systems that don't have stdint.h, like Solaris9 (fixes #166631).
16498 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16500 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16501 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16502 (gst_xvimagesink_change_state):
16503 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16504 Xv video (and thereby regenerate Xv colourkey) in clear() so
16505 that PLAY -> READY -> PLAY works (fixes #162504).
16507 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16509 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16510 Switch to list instead of range, since MJPEG-devices really just
16511 support decimations, not any size.
16513 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16514 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16515 (gst_mpeg2dec_reset), (free_all_buffers),
16516 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16517 * ext/mpeg2dec/gstmpeg2dec.h:
16518 The libmpeg2 user-allocated buffer management is awkward,
16519 to say the least. Hopefully this fixes things.
16521 2005-02-04 Andy Wingo <wingo@pobox.com>
16523 * gst/audioconvert/bufferframesconvert.c
16524 (buffer_frames_convert_fixate): New function, fixates to 256
16525 frames per buffer by default. (Much better than 1.)
16526 (buffer_frames_convert_init): Set the fixate function for both src
16528 (buffer_frames_convert_link): After success setting nonfixed caps,
16529 get the negotiated caps so we can know how many buffer-frames it
16530 will be. No idea how this worked at all before.
16532 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16534 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16535 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16536 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16537 (handle_sequence), (handle_picture):
16538 * ext/mpeg2dec/gstmpeg2dec.h:
16539 Rearrange buffer tracking and refcounting and refactor
16540 a little for readability.
16542 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
16543 * sys/v4l/gstv4l.c: (plugin_init):
16544 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16545 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16546 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16547 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16548 * sys/v4l/gstv4ljpegsrc.h:
16549 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16550 * sys/v4l/v4l_calls.h:
16551 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16552 (gst_v4lsrc_get_fps):
16553 * sys/v4l/v4lsrc_calls.h:
16554 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16555 you jpeg inside rgb frames" driver.
16556 Don't error in the v4lsrc link function, just return
16559 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16561 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16562 (gst_qcamsrc_open):
16563 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16565 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16567 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16568 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16570 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16572 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16573 Reset negotiated state on PAUSED->READY.
16575 2005-02-02 David Schleef <ds@schleef.org>
16577 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16578 whereever possible. (Fixes #165997)
16579 * examples/capsfilter/capsfilter1.c: (main):
16580 * examples/dynparams/filter.c: (create_ui):
16581 * examples/seeking/cdparanoia.c: (get_track_info), (main):
16582 * examples/seeking/chained.c: (main):
16583 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16584 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16585 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16586 (make_mpeg_pipeline), (make_mpegnt_pipeline):
16587 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16588 * examples/switch/switcher.c: (main):
16589 * ext/dv/demo-play.c: (main):
16590 * ext/faad/gstfaad.c: (gst_faad_change_state):
16591 * ext/mad/gstmad.c: (gst_mad_chain):
16592 * ext/smoothwave/demo-osssrc.c: (main):
16593 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16594 (gst_gconf_render_bin_from_description),
16595 (gst_gconf_get_default_audio_sink),
16596 (gst_gconf_get_default_video_sink),
16597 (gst_gconf_get_default_audio_src),
16598 (gst_gconf_get_default_video_src),
16599 (gst_gconf_get_default_visualization_element):
16600 * gst/level/demo.c: (main):
16601 * gst/level/plot.c: (main):
16602 * gst/playback/gstplaybin.c: (gen_video_element),
16603 (gen_audio_element):
16604 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16605 * gst/playondemand/demo-mp3.c: (setup_pipeline):
16606 * gst/sine/demo-dparams.c: (main):
16607 * gst/spectrum/demo-osssrc.c: (main):
16608 * gst/speed/demo-mp3.c: (main):
16609 * gst/volume/demo.c: (main):
16610 * testsuite/embed/embed.c: (main):
16612 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16614 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16615 (gst_tcpclientsink_finalize):
16616 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16617 (gst_tcpclientsrc_finalize):
16618 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16619 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16620 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16621 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16622 Don't leak the hostname when shutting down.
16623 In tcpserversrc, take a copy of the default hostname.
16625 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16627 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16628 Set caps to systemstream=TRUE.
16630 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16632 * testsuite/Makefile.am:
16633 Fix more OSX buildbots.
16635 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16637 * ext/mpeg2dec/gstmpeg2dec.c:
16638 Don't send things to NULL PAD_PEERs
16640 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16641 Copy-on-write the incoming buffer.
16643 * gst/mpegstream/gstdvddemux.h:
16644 * gst/mpegstream/gstmpegclock.h:
16645 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16646 (normal_seek), (gst_mpeg_demux_handle_src_event):
16647 * gst/mpegstream/gstmpegdemux.h:
16648 * gst/mpegstream/gstmpegpacketize.h:
16649 * gst/mpegstream/gstmpegparse.c:
16650 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16651 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16652 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16653 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16654 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16655 * gst/mpegstream/gstmpegparse.h:
16656 * gst/mpegstream/gstrfc2250enc.h:
16657 Various changes to the way time is computed that make seeking and
16658 total time estimation much better here.
16659 Use G_BEGIN/END_DECLS instead of __cplusplus
16661 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16662 Use gst_buffer_stamp instead of only copying the TIMESTAMP
16664 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16666 * gst/subparse/gstsubparse.c:
16669 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16671 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16672 (theora_enc_chain), (theora_enc_change_state):
16673 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16674 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16675 (gst_vorbisenc_change_state):
16676 * ext/vorbis/vorbisenc.h:
16677 Set granulepos and timestamp correctly for streams not
16678 starting at 0, taking into account the initial delay.
16680 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16682 * gst/mpegstream/gstdvddemux.c:
16683 Add audio/x-dts to audio pad template caps
16685 2005-01-30 David Schleef <ds@schleef.org>
16687 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16688 (create_context), (gst_polypsink_link): Fix silly endianness
16689 bug. Add some debugging. Remove float from caps; it doesn't
16690 work. Attempt to get remote audio working.
16692 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16694 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16697 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16699 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16700 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16701 (gst_avi_demux_stream_data):
16702 * gst/avi/gstavidemux.h:
16703 Invert DIB images. Fixes #132341.
16705 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16707 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16708 (gst_ffmpegcsp_chain):
16709 D'oh, reference the palette data, not the palette structure.
16710 Fixes color distortion in #132341.
16712 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16714 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16715 PAR can be non-fixed when not provided as argument (#162626).
16717 2005-01-29 David Moore <dcm@acm.org>
16719 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16721 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16722 (gst_qtdemux_loop_header):
16723 Re-apply patch from #142272 that allows non-seekable sources,
16724 re-proposed by Daniel Drake <dsd@gentoo.org>.
16726 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16728 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16729 Use the src template for creating the src pad (#162330).
16731 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16734 * ext/musepack/Makefile.am:
16735 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16736 (gst_musepackdec_init), (gst_musepackdec_dispose),
16737 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16738 (gst_musepack_stream_init), (gst_musepackdec_loop),
16739 (gst_musepackdec_change_state):
16740 * ext/musepack/gstmusepackdec.cpp:
16741 * ext/musepack/gstmusepackdec.h:
16742 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16743 (gst_musepack_reader_read), (gst_musepack_reader_seek),
16744 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16745 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16746 * ext/musepack/gstmusepackreader.cpp:
16747 * ext/musepack/gstmusepackreader.h:
16748 Update to 1.1 API (#165446).
16750 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16755 2005-01-28 Andy Wingo <wingo@pobox.com>
16757 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16758 to reflect a different dubious internet source. Add a reference
16759 and some commentary.
16761 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16763 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16764 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16765 * gst/playback/gststreamselector.h:
16766 Be more selective when we're redoing caps negotiation from
16767 within the chain function on a stream change.
16769 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16773 * ext/amrnb/Makefile.am:
16774 * ext/amrnb/amrnb.c: (plugin_init):
16775 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16776 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16777 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16778 (gst_amrnbdec_state_change):
16779 * ext/amrnb/amrnbdec.h:
16780 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16781 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16782 (gst_amrnbparse_init), (gst_amrnbparse_formats),
16783 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16784 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16785 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16786 * ext/amrnb/amrnbparse.h:
16787 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16788 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16789 Add AMR-NB/-WB raw formats.
16790 * ext/alsa/gstalsa.c: (gst_alsa_link):
16791 Keep valid time when changing format.
16792 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16793 (qtdemux_parse_trak):
16794 Add some more format-specific options (#140141, #143555, #155163).
16796 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16798 * gst/matroska/matroska-demux.c:
16799 (gst_matroska_demux_parse_blockgroup):
16800 Fix logic error in timing of subtitle stream synchronization.
16801 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16802 Add skip-chunk, which is found in kodak-camera streams.
16804 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
16808 Adding Vietnamese translation (submitted by Clytie Siddall)
16810 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16812 * gst/playback/gstdecodebin.c: (try_to_link_1):
16813 Use realpad for signal.
16815 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16817 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16818 Fix category so decodebin picks it up.
16820 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16822 * ext/mad/Makefile.am:
16823 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16824 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16825 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16826 (found_type), (gst_id3demux_bin_change_state):
16827 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16828 (gst_id3_tag_init), (gst_id3_tag_handle_event),
16829 (gst_id3_tag_src_link), (gst_id3_tag_chain),
16830 (gst_id3_tag_change_state), (plugin_init):
16831 * ext/mad/gstmad.h:
16832 Add id3demuxbin (which is a simple bin consisting of id3demux
16833 and typefind), take over rank from id3demux, remove typefind
16834 code from id3demux. Makes all broken mp3s that I know of work,
16835 and thereby fixes #152688.
16837 2005-01-27 Edward Hervey <bilboed@bilboed.com>
16839 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16841 * ext/mad/gstmad.c: (gst_mad_src_event):
16842 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16843 Allow seeks on audio pad, make mad forward those (#164826).
16844 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16845 Set duration (#165335).
16847 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16849 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16850 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16851 (gst_asf_demux_process_ext_content_desc),
16852 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16853 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16854 * gst/asfdemux/gstasfdemux.h:
16855 Improve metadata display, e.g. if the metadata comes before the
16856 streams are loaded (which is perfectly valid).
16858 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16860 * tools/gst-launch-ext-m.m:
16861 Fix AVI/ASF pipelines (#165340).
16863 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
16864 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
16865 build failure on amd64
16867 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
16869 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16870 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16871 Check environment variables GST_ID3V2_TAG_ENCODING,
16872 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16873 list of character encodings to force interpretation of non-unicode
16874 strings stored in an ID3v2 tag to a particular encoding. If none
16875 is specified, try to use current locale's encoding, then fall back
16876 to ISO-8859-1 (which will always succeed). (Resolves #149274)
16877 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16878 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16879 Check environment variables GST_ID3V1_TAG_ENCODING,
16880 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16881 list of character encodings to use in case a string encountered
16882 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16883 specified, try to use the current locale's encoding, then fall
16884 back to ISO-8859-1 (which will always succeed).
16886 2005-01-25 Benjamin Otte <otte@gnome.org>
16888 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16889 - on half framerate, compute the rate in advance so the comparisons
16890 don't compare wrong values
16891 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16893 - don't use mad_header_decode anymore, mad_frame_decode does that
16895 - when getting rid of consumed bytes, reset the stream's skiplen
16898 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16900 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16901 Use 1/2 a second for default max_discont, as PES streams from DVB
16902 seem to have larger spacings in the SCR.
16905 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16907 * gst/playback/gstplaybasebin.c: (group_commit):
16908 Notify delayed stream-info availability.
16910 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16911 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16912 (gst_a52dec_handle_event), (gst_a52dec_chain):
16913 Add some debug output. Check that a discont has a valid
16915 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16916 (gst_alsa_sink_loop):
16917 Ignore TAG events. A little extra debug for broken timestamps.
16918 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16919 (dvdnavsrc_change_state):
16920 Ensure we send a discont to engage the link before we send any
16922 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16923 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16924 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16925 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16926 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16927 dvd://title works in totem because typefinding sends a seek that ends
16928 up going back to chapter 1 regardless.
16929 * ext/mpeg2dec/gstmpeg2dec.c:
16930 * ext/mpeg2dec/gstmpeg2dec.h:
16931 Output correct timestamps and handle disconts.
16932 * ext/ogg/gstoggdemux.c: (get_relative):
16933 Small guard against a null dereference.
16934 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16935 (gst_textoverlay_set_property):
16936 Free memory when done. Don't call gst_event_filler_get_duration on
16937 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16939 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16940 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16941 (gst_sw_srclink), (gst_smoothwave_chain):
16942 Draw solid lines, prettier colours.
16943 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16944 Add a default palette that'll work for some movies.
16945 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16946 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16947 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16948 * gst/mpegstream/gstdvddemux.h:
16949 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16950 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16951 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16952 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16953 * gst/mpegstream/gstmpegparse.h:
16954 Use PTM/NAV events when for timestamp adjustment when connected to
16955 dvdnavsrc. Don't use many discont events where one suffices.
16956 * gst/playback/gstplaybasebin.c: (group_destroy),
16957 (gen_preroll_element), (gst_play_base_bin_add_element):
16958 * gst/playback/gstplaybasebin.h:
16959 Make sure we remove subtitles from the same bin we put them in.
16960 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16961 (gst_subparse_buffer_format_autodetect),
16962 (gst_subparse_change_state):
16963 Fix some memleaks and invalid accesses.
16964 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16965 (oggskel_type_find), (cmml_type_find), (plugin_init):
16966 Some typefind functions for Annodex v3.0 files
16967 * gst/wavparse/gstwavparse.h:
16968 GstRiffReadClass is the correct parent class.
16970 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16972 * gst-libs/gst/riff/riff-media.c:
16973 (gst_riff_create_video_caps_with_data):
16974 Add extradata to huffyuv (fixes #165013).
16975 * gst-libs/gst/riff/riff-read.c:
16976 (gst_riff_read_strf_vids_with_data):
16977 Fix extradata extraction if it is in the chunk size.
16979 2005-01-25 Edward Hervey <bilboed@bilboed.com>
16981 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16983 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16984 (gst_quarktv_change_state), (gst_quarktv_dispose):
16985 Memory free'ing location fix (#164708).
16987 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16989 * gst/playback/gstplaybasebin.c: (group_commit),
16990 (gen_preroll_element), (probe_triggered), (gen_source_element),
16991 (setup_source), (gst_play_base_bin_change_state),
16992 (gst_play_base_bin_add_element):
16993 Don't block for streams.
16994 * gst/playback/gststreaminfo.c: (stream_info_change_state),
16995 (gst_stream_info_set_mute):
16996 Use gst_pad_set_active_recursive.
16998 2005-01-25 Andy Wingo <wingo@pobox.com>
17000 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
17001 for #ifndef HAVE_XVIDEO.
17003 2005-01-24 Jeffrey C. Ollie
17005 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
17007 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
17008 * ext/gsm/gstgsmdec.h:
17009 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
17010 * ext/gsm/gstgsmenc.h:
17011 Fix rate to 8kHz as per spec, removes obscure errors when no rate
17012 was given by property. Add proper buffer timestamps and offsets.
17014 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17016 * gst-libs/gst/riff/riff-media.c:
17017 (gst_riff_create_audio_caps_with_data):
17018 Audio can be <8000Hz.
17020 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17022 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17023 Explicit state change to workaround refcount bugs.
17025 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17027 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17028 (gst_avimux_riff_get_avi_header):
17031 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17033 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17034 (gst_riff_read_element_data):
17035 * gst-libs/gst/riff/riff-read.h:
17036 Add _peek version (req'ed in CDXA).
17037 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17038 (gst_cdxaparse_loop):
17039 Fix parsing in playbin.
17040 * gst/playback/gstdecodebin.c: (close_pad_link):
17041 Ignore current_ pads, they cause major annoyance.
17043 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17045 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17048 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17050 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17053 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17055 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17056 Allow for 0-sized buffers. Fixes length query problems in
17057 starwars.mkv from the testsuite.
17059 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
17061 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17062 (gst_video_box_i420), (gst_video_box_chain):
17063 Fix row strides for I420 (fixes #163159)
17065 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17067 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17068 MPEG2 has a useful rate property, so we can actually use that.
17069 For MPEG-1, continue using the bytes/time properties.
17071 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17073 * gst-libs/gst/riff/riff-media.c:
17074 (gst_riff_create_video_caps_with_data),
17075 (gst_riff_create_video_template_caps):
17078 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17080 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17081 Fail if caps negotiation fails. Should fix #162184, and should
17082 definately be in there regardless of it fixing the actual bug.
17083 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17084 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17085 (gst_avimux_riff_get_avix_header),
17086 (gst_avimux_riff_get_video_header),
17087 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17088 (gst_avimux_start_file), (gst_avimux_handle_event),
17089 (gst_avimux_change_state):
17090 * gst/avi/gstavimux.h:
17091 Refactor structure writing to use GST_WRITE_UINT macros, add
17092 metadata writing support.
17094 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17096 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17097 Elements may already be destroyed when this function is called.
17099 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17101 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17102 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17103 More memory leak fixes (#149162).
17105 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17107 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17108 (gst_qtdemux_add_stream):
17111 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17113 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17116 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17118 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17119 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17120 when fixating to six channels in Totem.
17122 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17124 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17125 Fix compile warnings on Solaris 10 buildbot
17127 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17129 * ext/dvdread/dvdreadsrc.c: (_read):
17130 Don't read beyond the last cell in a chapter (fixes
17131 invalid memory access)
17133 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17135 * ext/dvdread/stream_labels.c:
17136 (dvdreadsrc_get_audio_stream_labels):
17137 Use NULL for an empty GList instead of g_list_alloc(); fix
17138 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
17139 of GString (easier to bulk free later)
17141 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17143 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17145 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17146 (gst_ffmpeg_pixfmt_to_caps):
17147 Fix BGRA32 caps (#164209).
17149 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17151 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17153 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17154 (gst_ffmpeg_caps_to_pixfmt):
17155 alpha_mask can be RGBA/ABGR. Fixes #164265.
17157 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
17159 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17161 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17162 (gst_mpeg2dec_alloc_buffer):
17163 * ext/mpeg2dec/gstmpeg2dec.h:
17164 Crop if decoding size is not the actual image size (#163676).
17166 2005-01-17 Steve Baker <steve@stevebaker.org>
17168 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17170 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17171 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17172 Add libsndfile typefind functions (#163309).
17174 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17176 * tools/gst-launch-ext-m.m:
17177 Add .aac, fix .m1v/.m2v (#163891).
17179 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17181 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17182 Sanity check, don't wait endlessly since the clock might not
17183 actually run at this point (which is a deadlock). Fixes #164069.
17185 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17187 * gst/playback/gstplaybasebin.c: (probe_triggered):
17188 Of course, only pause if group is done...
17190 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17192 * gst/playback/gstplaybasebin.c: (probe_triggered):
17195 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
17197 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17198 Don't return state change success when the parent
17201 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17203 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17204 Free events (fix memleak in #162905).
17206 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
17208 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17210 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17211 (gst_ffmpeg_caps_to_pixfmt):
17212 Fix for depth = 15. Fixes #161675.
17214 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17216 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17217 Set FPS correctly, even for webcams and the like.
17218 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17219 Don error on setting while capturing.
17221 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17223 * ext/dv/gstdvdec.c:
17224 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17225 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17226 I'm a bad boy. using /1001. to force C to do float division
17227 and not integer division (as it did in my last commit)
17228 Thanks to David I. Lehn for pointing this mistake.
17230 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17232 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17233 Revert Johan's 1.35->1.36 since it breaks compat.
17235 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17237 * ext/dv/gstdvdec.c:
17238 * ext/libfame/gstlibfame.c:
17239 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17240 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17241 replace framerate aproximations by their real value
17242 (24000/1001, 30000/1001, 60000/1001)
17243 Finish fixing bug #164049
17245 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17247 * ext/ogg/gstoggmux.c:
17249 * gst/tcp/gstmultifdsink.c:
17250 * gst/tcp/gstmultifdsink.h:
17251 * gst/tcp/gsttcp.c:
17252 * gst/tcp/gsttcp.h:
17253 * gst/tcp/gsttcpclientsink.c:
17254 * gst/tcp/gsttcpclientsrc.c:
17255 * gst/tcp/gsttcpserversink.c:
17256 * gst/tcp/gsttcpserversrc.c:
17257 improve reusability of elements after state changes and errors
17258 make multifdsink throw away streamheaders when receiving new ones
17260 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17262 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17263 Fix for if items are already in list...
17265 2005-01-12 Benjamin Otte <otte@gnome.org>
17267 * gst/adder/gstadder.c: (gst_adder_loop):
17268 fix adder a bit so it doesn't screw up with events as much anymore
17270 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
17272 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17273 (pixbufscale_scale), (gst_pixbufscale_chain):
17274 * ext/gdk_pixbuf/pixbufscale.h:
17275 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17276 to ensure rowstrides are calculated the same way as
17278 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17279 that we pick up duration and offset also.
17281 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17283 * gst/avi/gstavimux.c: (gst_avimux_class_init),
17284 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17287 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17289 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17290 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17291 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17292 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17293 Update flags when requested.
17295 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17297 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17300 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17302 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17303 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17304 (probe_triggered), (new_decoded_pad), (gen_source_element),
17305 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17306 * gst/playback/gstplaybasebin.h:
17307 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17308 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17309 (gst_play_bin_change_state):
17310 Implement group-switch signal for use in apps to clear metadata
17311 cache, clean up subtitle, add suburi property instead of # hack,
17312 some error-out fixes.
17314 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17316 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17318 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17319 If we got a state change in the _get handler, don't return success.
17321 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17323 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17324 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17325 Make jpegdec quiet on MJPEG decoding
17326 * gst/asfdemux/README:
17327 Fix mimetypes for MJPEG and H263
17329 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17331 * ext/theora/theoradec.c: (theora_dec_chain):
17332 Fix broken code generation by gcc by swapping arguments.
17333 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17336 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17339 delete this file, it is by far outdated
17340 * ext/alsa/gstalsa.1: remove
17341 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17342 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17343 (gst_alsa_get_caps):
17344 Add HW probing for supported sample rates. Fixes #161704
17346 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17348 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17349 Don't crash, biatch! :).
17351 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17353 * ext/musepack/gstmusepackreader.cpp:
17354 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17355 Some work on tags - still doesn't work in playbin...
17356 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17359 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17361 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17362 Also shove tags on kid pads.
17364 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17366 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17367 Don't bail on unknown events.
17368 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17369 Don't crash on events before negotiation.
17370 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17371 Send tags on pads, too.
17372 * gst/playback/gststreamselector.c:
17373 (gst_stream_selector_request_new_pad):
17374 Forward events on first pad if no input was selected yet.
17376 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17378 * gst/playback/gstplaybasebin.c: (setup_substreams):
17379 Don't disable streamtype if the stream doesn't exist, since
17380 then playing a video after audio will disable both and nothing
17381 will happen. Fixes the testsuite.
17383 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17385 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17386 (gst_v4l_xoverlay_set_xwindow_id):
17387 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17388 (gst_v4l2_xoverlay_set_xwindow_id):
17389 Add debug categories, fix overlay disabling.
17391 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17393 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17394 * ext/alsa/gstalsa.h:
17395 Add HW probing for period_count/size and buffer_size MIX/MAX
17396 Adjust default/user defined value if out of bounds
17397 Should fix bug #162024
17399 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17401 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17402 Fix warning (#161191).
17404 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17406 * ext/dvdread/stream_labels.c:
17407 (dvdreadsrc_get_audio_stream_labels):
17408 Fix warning (init the good variable in switch default)
17410 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
17412 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17414 * gst/tta/gstttaparse.c: (gst_tta_src_event):
17415 Fix gcc-2.95 compile (#163485).
17417 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17420 * ext/flac/gstflacenc.c: (gst_flacenc_init),
17421 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17422 (gst_flacenc_tell_callback), (gst_flacenc_chain),
17423 (gst_flacenc_change_state):
17424 * ext/flac/gstflacenc.h:
17425 Update for API change in flac-1.1.1. Update requirement in
17426 configure.ac. Fixes #162974.
17428 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17430 * gst/playback/gstplaybasebin.c: (group_destroy):
17431 Remove hack to get rid of assert and get rid of unlinked
17434 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17436 * gst/playback/gstplaybasebin.c: (setup_source):
17437 Set source to NULL so that resources are free'ed. Fixes issues
17438 with playback of CDDA and similar device-accessing things.
17440 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17442 * testsuite/embed/Makefile.am:
17443 test->noinst, fix make test in buildbot.
17445 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17447 * ext/dvdread/stream_labels.c: new file
17448 * ext/dvdread/stream_labels.h: new file
17449 * ext/dvdread/Makefile.am:
17450 * ext/dvdread/dvdreadsrc.c: (_seek_title):
17451 Extract audio stream label from DVD IFO files.
17452 It only dump them on the console for now, still have to
17453 make playbin aware of them.
17455 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17457 * gst/playback/gstplaybasebin.c: (setup_source):
17460 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17462 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17463 (gen_preroll_element), (remove_groups), (setup_subtitle),
17464 (gen_source_element), (setup_source):
17465 * gst/playback/gstplaybasebin.h:
17466 Multiple .sub files is just a stupid idea... Fix some threading
17467 mistakes. Interestingly, external .sub files cause playbin to
17468 hang, I don't know why... Parsing fixes contributed by Fran??ois
17469 Kooman <fkooman@tuxed.net>.
17471 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17473 * testsuite/embed/Makefile.am:
17476 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17478 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17480 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17481 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17482 (gst_pngenc_set_property):
17483 * ext/libpng/gstpngenc.h:
17484 Add compression level property (#163323).
17486 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17489 * examples/capsfilter/capsfilter1.c: (main):
17490 * examples/seeking/spider_seek.c: (make_spider_pipeline):
17491 * ext/dvdread/Makefile.am:
17492 * ext/dvdread/demo-play:
17493 * ext/dvdread/demo-play.c:
17494 * gconf/gstreamer.schemas.in:
17495 * gst-libs/gst/gconf/gconf.c:
17497 * testsuite/Makefile.am:
17498 * testsuite/embed/Makefile.am:
17499 * testsuite/embed/embed.c: (cb_expose), (main):
17500 Remove all references to xvideosink, fix examples (#140845).
17501 * gst/playback/gstplaybasebin.c: (group_destroy):
17502 Apparently, disposal does not unlink - so do explicitely.
17503 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17506 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
17508 * README: fix PKG_CONFIG_PATH instructions, what was there
17509 previously was breaking default search path, not nice.
17512 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17514 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17515 (gst_audioscale_chain):
17516 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17517 when resampling - how the ^@$^!@^! is this possible?!?
17519 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17521 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17522 Reset variables on READY.
17523 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17524 (gst_matroska_mux_loop):
17525 Require data before writing header.
17527 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
17529 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17531 * ext/mad/gstmad.c: (gst_mad_chain):
17532 Don't call mad_stream_sync() directly after recovering sync.
17535 2005-01-09 Martin Eikermann <meiker@upb.de>
17537 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17539 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17540 (snapshot_handler), (gst_snapshot_sinkconnect),
17541 (gst_snapshot_chain):
17542 Allocate resources when required, fix recursive signal emission
17543 and fix caps. Fixes #161667.
17545 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17547 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17549 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17550 (gst_pngdec_chain):
17551 Handle only 8-bppc (bits-per-pixel-component) images, better
17552 error handling and correct strides. Fixes #163177.
17553 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17554 (gst_pngenc_chain):
17555 Better error handling. Fixes #163348.
17557 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17559 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17560 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17561 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17562 (dvdnavsrc_uri_handler_init):
17563 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17564 * gst/playback/gstplaybasebin.c: (gen_source_element):
17565 Add MMS to streaming URIs.
17567 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17569 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17570 * sys/xvimage/xvimagesink.c:
17571 (gst_xvimagesink_navigation_send_event):
17572 Check for pad availability before sending event.
17574 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17576 * gst-plugins.spec.in:
17579 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17582 Since we use functions from CVS, up requirement.
17584 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17586 * gst/playback/Makefile.am:
17587 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17588 (group_destroy), (group_commit), (group_is_muted),
17589 (gen_preroll_element), (add_stream), (unknown_type),
17590 (probe_triggered), (preroll_unlinked), (mute_stream),
17591 (silence_stream), (new_decoded_pad), (setup_substreams),
17592 (setup_source), (get_active_source), (mute_group_type),
17593 (muted_group_change_state), (set_active_source),
17594 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17595 (play_base_eos), (gst_play_base_bin_change_state):
17596 * gst/playback/gstplaybasebin.h:
17597 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17598 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17599 (gst_stream_info_dispose), (stream_info_mute_pad),
17600 (stream_info_change_state), (gst_stream_info_set_mute):
17601 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17602 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17603 (gst_stream_selector_init), (gst_stream_selector_dispose),
17604 (gst_stream_selector_get_linked_pad),
17605 (gst_stream_selector_get_caps), (gst_stream_selector_link),
17606 (gst_stream_selector_get_linked_pads),
17607 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17608 * gst/playback/gststreamselector.h:
17609 Adding stream selection support plus required properties for
17610 applications to use this. Fully fixes #100931.
17612 2005-01-08 Benjamin Otte <otte@gnome.org>
17614 * gst/games/gstpuzzle.c: (nav_event_handler):
17615 - handle nav events differently: forward every event no matter if it
17616 was handled or not.
17618 You can now cheat by using navigationtest ! puzzle and moving the
17619 mouse close to the edge of a tile. ;)
17621 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17624 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17625 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17626 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17627 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17628 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17629 (gst_ogm_parse_plugin_init):
17630 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17631 (gst_textoverlay_link), (gst_textoverlay_getcaps),
17632 (gst_textoverlay_event), (gst_textoverlay_video_chain),
17633 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17634 * ext/pango/gsttextoverlay.h:
17635 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17636 (gst_matroska_demux_handle_seek_event),
17637 (gst_matroska_demux_sync_streams),
17638 (gst_matroska_demux_parse_blockgroup),
17639 (gst_matroska_demux_subtitle_caps),
17640 (gst_matroska_demux_plugin_init):
17641 * gst/matroska/matroska-ids.h:
17642 * gst/playback/gstdecodebin.c: (close_pad_link):
17643 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17644 (gen_preroll_element), (remove_groups), (add_stream),
17645 (new_decoded_pad), (setup_subtitles), (gen_source_element),
17647 * gst/playback/gstplaybasebin.h:
17648 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17649 * gst/subparse/Makefile.am:
17650 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17651 (gst_subparse_base_init), (gst_subparse_class_init),
17652 (gst_subparse_init), (gst_subparse_formats),
17653 (gst_subparse_eventmask), (gst_subparse_event),
17654 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17655 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17656 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17657 (parse_mpsub_deinit), (parse_mpsub_init),
17658 (gst_subparse_buffer_format_autodetect),
17659 (gst_subparse_format_autodetect), (gst_subparse_loop),
17660 (gst_subparse_change_state), (gst_subparse_type_find),
17662 * gst/subparse/gstsubparse.h:
17663 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17665 Add subtitle support, .sub parser (supports SRT and MPsub),
17666 OGM text support, Matroska UTF-8 text support, deadlock fixes
17667 all over the place, subtitle awareness in decodebin/playbin
17668 and some fixes to textoverlay to handle subtitles in a stream
17669 correctly. Fixes #100931.
17671 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17673 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17674 Check for pad availability before doing a query on it.
17676 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17678 * ext/dv/gstdvdec.c:
17679 really fix bpp24/32 dvdec caps (classic rgba indeed)
17680 * gst/asfdemux/gstasfdemux.c:
17681 (gst_asf_demux_process_ext_content_desc):
17682 don't send text tags if they are empty (bis repetita)
17684 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17686 * ext/dv/gstdvdec.c:
17687 remove unneeded comment from dvdec
17688 (related to DV 4CC codes in AVI files)
17689 moved them in gstreamer/docs/random/mimetypes
17690 * gst/asfdemux/gstasfdemux.c:
17691 (gst_asf_demux_process_ext_content_desc):
17692 don't send text tags if they are empty
17693 fix mem leak on error path
17694 * gst/ffmpegcolorspace/avcodec.h:
17695 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17696 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17697 (gst_ffmpegcsp_avpicture_fill):
17698 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17699 * gst/ffmpegcolorspace/imgconvert_template.h:
17700 adds BGR32 and BGRA32 to ffmpegcolorspace
17701 (still bad colors, fixing it on next commit)
17702 helps with dvdec outputing BGR32
17704 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17706 * ext/dv/gstdvdec.c:
17707 Fix audio caps i just broke (missing ',')
17708 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17709 (gst_matroska_mux_reset):
17710 Fix typo + add FIXME about old "x-gst-metadata" crap
17712 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17714 * ext/dv/demo-play.c: (main):
17715 xvideosink -> xvimagesink
17716 * ext/dv/gstdvdec.c:
17717 change rgb 32/32 caps to 24/32 (no alpha)
17718 change nb of channels to be a list (2 or 4, not 2)
17719 change sample rate to be a list (32, 44.1, 48 kHz) not a range
17720 * gst/asfdemux/gstasfdemux.c:
17721 (gst_asf_demux_process_ext_content_desc):
17722 Add 'date/year' to extracted metadata list
17724 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17726 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17727 The return value of fixate_to does not imply that the requested
17728 value was set, so don't assume.
17730 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
17732 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17734 * ext/libpng/gstpngdec.c:
17735 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17736 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17737 * ext/libpng/gstpngenc.h:
17738 Alpha support (encoder; #163161), mime fixage.
17740 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
17742 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17744 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17745 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17746 (gst_faac_set_property), (gst_faac_get_property):
17747 * ext/faac/gstfaac.h:
17748 Allow for ADTS output (#153434).
17750 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17752 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17753 Fix against template (#150576).
17755 2005-01-06 Benjamin Otte <otte@gnome.org>
17757 * gst/games/gstpuzzle.c: (draw_puzzle):
17758 don't draw a puzzle if either width or height of tiles would be 0.
17760 2005-01-06 Benjamin Otte <otte@gnome.org>
17762 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17763 (gst_puzzle_class_init), (gst_puzzle_finalize):
17764 no memleaks, please
17765 (gst_puzzle_create), (gst_puzzle_init),
17766 (gst_puzzle_set_property), (gst_puzzle_setup):
17767 change initialization code around so we don't reshuffle on resize
17769 fix another stupid typo
17771 2005-01-06 Benjamin Otte <otte@gnome.org>
17773 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17774 fix stupid typo that borked copying on YUY2
17776 2005-01-06 Benjamin Otte <otte@gnome.org>
17778 * gst/games/gstpuzzle.c: (draw_puzzle):
17779 fix edges when image sizes aren't multiples of tile sizes
17781 2005-01-06 Benjamin Otte <otte@gnome.org>
17783 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17784 make RGB endianness work correctly
17785 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17786 refactor and fix race with initial shuffling
17787 (nav_event_handler):
17788 allow using the mouse to puzzle
17790 insist on tiles having width and height as multiples of 4 to get
17791 clean YUV image handling
17792 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17793 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17794 s/DEBUG/LOG/ for common messages
17795 (gst_xvimagesink_navigation_send_event):
17796 fix mouse event translation to not include screen PAR
17797 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17798 fix mouse event translation to actually work
17800 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17802 * gst/asfdemux/gstasfdemux.c:
17803 (gst_asf_demux_process_ext_content_desc):
17804 Extract TrackNumber metadata + clean up code
17805 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17806 Hope this is the good fix (var used unitialised)
17808 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17810 * ext/faad/gstfaad.c: (gst_faad_chain):
17811 Only increment timestamp if it's valid. Fixes raw AAC streams.
17813 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
17816 * gst/games/Makefile.am:
17817 * gst/games/gstpuzzle.c:
17818 add a puzzle game with...
17819 * gst/games/gstvideoimage.c:
17820 * gst/games/gstvideoimage.h:
17821 ... full colorspace support (that includes YUV9 and RGB16)) stolen
17822 from videotestsrc and made into something that would be a nice
17823 library for a lot of other plugins.
17825 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17828 don't compile faad plugin if a RC of 2.0 is found
17829 Fixes #155346 (and FC1 buildbot)
17830 * gst/asfdemux/gstasfdemux.c:
17831 (gst_asf_demux_process_ext_content_desc):
17832 try to make Solaris compiler happier
17834 2005-01-06 Paul Jack <pjack@sfaf.org>
17836 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17838 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17839 Fix segfault (#161667).
17841 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17843 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17844 Fix framerate reporting.
17846 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17848 * gst-libs/gst/riff/riff-ids.h:
17849 * gst/wavenc/riff.h:
17850 Add AMR (VBR and CBR) ids to riff.h audio codec list
17851 * gst/asfdemux/gstasfdemux.c:
17852 (gst_asf_demux_process_ext_content_desc),
17853 (gst_asf_demux_process_object):
17854 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17856 2005-01-05 Martin Eikermann <meiker@upb.de>
17858 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17860 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17861 (gst_dvd_demux_handle_discont):
17862 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17863 (gst_mpeg_demux_handle_discont):
17864 Recreate pads on new-media (#160730).
17865 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17866 Send discont even if manager changes timestamps (#161929).
17868 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
17870 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17872 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17873 Fix invalid memory access (#159211).
17875 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17877 * examples/gstplay/player.c: (main):
17879 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17880 Add visualizations.
17881 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17882 (gst_a52dec_handle_frame):
17884 * ext/dvdnav/gst-dvd:
17885 Add audioconvert. Fixes #161325.
17886 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17887 Explicitely case to gint64. Possible valgrind error.
17888 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17889 (gst_play_tick_callback), (gst_play_change_state),
17890 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17891 (gst_play_set_location), (gst_play_get_location),
17892 (gst_play_seek_to_time), (gst_play_set_data_src),
17893 (gst_play_set_video_sink), (gst_play_set_audio_sink),
17894 (gst_play_set_visualization), (gst_play_connect_visualization),
17895 (gst_play_get_framerate), (gst_play_get_all_by_interface),
17897 Use playbin. Fixes #139749 and #147744.
17898 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17900 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17901 (audioscale_get_type), (gst_audioscale_base_init),
17902 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17903 (gst_audioscale_getcaps), (gst_audioscale_fixate),
17904 (gst_audioscale_link), (gst_audioscale_get_buffer),
17905 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17906 (gst_audioscale_init), (gst_audioscale_dispose),
17907 (gst_audioscale_chain), (gst_audioscale_set_property),
17908 (gst_audioscale_get_property), (plugin_init):
17910 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17912 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17913 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17914 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17915 Add more metadata (fixes #162656).
17917 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17922 === release 0.8.7 ===
17924 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17929 releasing 0.8.7, "Hyperspace"
17931 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17933 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
17935 * gst/playback/gstplaybasebin.c:
17936 Fix for #162924 - free caps after use, not before
17938 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
17940 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17942 * gst/playback/gstplaybasebin.c:
17943 * gst/wavparse/gstwavparse.c:
17944 Fix for #154773 - fixes playback of small .wav files
17946 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
17948 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17950 * gst/audioscale/gstaudioscale.c:
17951 Fix for #162819 - make audioscale reusable
17952 Fixes playback of more than one file with playbin/totem
17954 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17956 * gst/ffmpegcolorspace/avcodec.h:
17957 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17958 * gst/ffmpegcolorspace/imgconvert.c:
17959 clean up the mess that made me cry and avoid needless duplication
17961 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17963 * gst/ffmpegcolorspace/imgconvert.c:
17964 give some indication of why we're segfaulting
17966 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17969 Fix indentation, fix v4l2 plugin detection.
17971 Fix libmms location (Maciej, use diff -u!).
17972 * ext/alsa/gstalsa.c: (gst_alsa_init):
17973 Initialize caps cache to NULL.
17974 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17975 Only change state on audiosink if it exists.
17977 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
17979 * gst/matroska/matroska-demux.c:
17980 * gst/matroska/matroska-ids.h:
17981 * gst/matroska/matroska-demux.h:
17982 Fix Vorbis streams failing to decode in some files, where cluster_time
17983 isn't 0, because then it doesn't send codec_priv before actual data.
17984 Remove time-based test and replace it with marker set on beginning of
17987 2004-12-28 David Schleef <ds@schleef.org>
17989 Merge patch from Ronald fixing problems with streaming
17991 * ext/cairo/gstcairo.c: (plugin_init):
17992 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17993 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17994 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17995 (gst_textoverlay_font_init), (gst_textoverlay_init),
17996 (gst_textoverlay_set_property):
17997 * ext/cairo/gsttextoverlay.h:
17999 2004-12-27 David Schleef <ds@schleef.org>
18001 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18002 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18003 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18004 (gst_textoverlay_font_init), (gst_textoverlay_init),
18005 (gst_textoverlay_set_property): Improvements to actually
18006 render text as white on black outline on video, including
18007 font selection and horizontal/vertical alignment. (Ronald's
18009 * ext/cairo/gsttextoverlay.h:
18011 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18013 * ext/ogg/gstogg.c:
18014 * ext/ogg/gstogmparse.c:
18015 fix ogm[audio/video]parse plugin registration
18016 (riff won't load if bytestream is already loaded)
18018 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18020 * gst/audioconvert/gstchannelmix.c:
18023 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18027 disable docs again until it actually passes make distcheck.
18029 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18031 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18032 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18034 Add 3GP (variables name Q3GP because they can't start with a
18035 number). Add samr audio fourcc (used in .3gp files), decoder
18036 is work in progress. Also do a GST_WARNING instead of ERROR
18037 in case of unknown nodes, to decrease output.
18039 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18044 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
18047 * ext/speex/gstspeexdec.h:
18048 * ext/speex/gstspeexenc.h:
18049 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
18050 Fix detection code in configure.ac
18052 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18054 * gst/matroska/matroska-demux.c:
18055 (gst_matroska_demux_parse_blockgroup):
18056 Save position, so that queries give proper return values. Don't
18057 know how this could ever have worked before...
18059 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
18062 Put additional LAME check inside the conditional. Fixes #152339
18064 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18066 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18067 (gst_avi_demux_stream_scan):
18068 Add some more debug. Fix logic error when setting movi offset
18069 while reading index.
18071 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18073 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18074 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18075 (gst_avi_demux_process_next_entry):
18076 Add some debugging. Better detection of broken indexes and the
18077 accompanying index recovery. No infinite loops on state changes
18078 when we're still in our loopfunction.
18080 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18085 2004-12-22 Archana Shah <archana.shah@wipro.com>
18087 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18089 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18090 Normalizing the value before setting
18091 (gst_sunaudiomixer_get_volume):
18092 Normalizing the value after getting. Fixes bug# 161980
18094 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18096 * Makefile.am: Make sure docs gets disted
18097 * docs/Makefile.am: Make sure all needed files get disted
18098 * gst-plugins.spec.in: latest updates
18100 2004-12-22 Wim Taymans <wim@fluendo.com>
18102 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18103 Revert patch 1.38 as clock distribution over schedulers does
18104 not work correcly in the core yet.
18106 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18108 * sys/oss/README: remove this file, which predates my birth
18109 (and which content is by far outdated)
18111 2004-12-20 Stefan Kost <ensonic@users.sf.net>
18115 * docs/Makefile.am:
18116 * docs/libs/Makefile.am:
18117 * docs/libs/gst-plugins-libs-docs.sgml:
18118 * docs/libs/gst-plugins-libs-sections.txt:
18119 * docs/libs/tmpl/gstgconf.sgml:
18121 * docs/version.entities.in:
18122 Added boilerplate gtk-doc files for plugin-libs documentation.
18124 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18126 * gst/auparse/gstauparse.c: fix int and float audio caps
18128 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18130 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18131 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18132 g_assert() can be a macro, don't use #ifdef inside it.
18134 2004-12-19 Edward Hervey <bilboed@bilboed.com>
18136 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18138 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18139 (gst_videorate_init), (gst_videorate_chain),
18140 (gst_videorate_change_state):
18141 Event handling (fixes #159986).
18143 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18145 * gst-libs/gst/riff/riff-media.c:
18146 (gst_riff_create_video_caps_with_data):
18147 Add BLZ0 (Blizzard's version of DivX) fourcc.
18149 2004-12-18 David Schleef <ds@schleef.org>
18151 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18154 2004-12-18 David Schleef <ds@schleef.org>
18156 * gst/tta/ttadec.h: Disable some header code that isn't used
18157 and clearly isn't portable.
18159 2004-12-18 David Schleef <ds@schleef.org>
18161 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18162 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18163 (avcodec_get_pix_fmt), (avpicture_layout),
18164 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18165 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18166 Fix code to not use GCC extensions (and c99 extensions that
18167 Forte does not like.)
18169 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
18171 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18173 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18174 (gst_deinterlace_chain):
18175 Rowstride fixes. Fixes #161039.
18176 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18177 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18178 (gst_video_crop_getcaps), (gst_video_crop_link),
18179 (gst_video_crop_i420), (gst_video_crop_chain),
18180 (gst_video_crop_change_state):
18181 Rework of negotiation. Actually works now. Fixes #158650.
18183 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18185 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18186 That was very stupid.
18188 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18190 * gst/matroska/matroska-demux.c:
18191 (gst_matroska_demux_parse_blockgroup):
18192 Fix possible crasher.
18194 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18196 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18197 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18198 Lace sizes can be zero.
18200 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18202 * ext/musepack/gstmusepackdec.cpp:
18203 Fetch error return values. Fixes #161624.
18204 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18207 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18209 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18210 Work for truncated (unfinished download etc.) files. Fixes #160514.
18212 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18214 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18215 Fix for integer overflow. Makes #156001 not crash. Probably masks
18218 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18220 * gst/ac3parse/gstac3parse.c: (plugin_init):
18221 Parsers never have ranks. Fixes #159651.
18223 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
18225 * gst/playback/gstdecodebin.c: (compare_ranks):
18226 make sure the facotries are ordered the same every time even if they
18227 have the same rank by using the name
18228 * gst/playback/gstdecodebin.c: (find_compatibles):
18229 make sure we don't add factories to the list twice
18231 2004-12-16 David Schleef <ds@schleef.org>
18233 * configure.ac: look for musepack headers as musepack/*.h
18235 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18236 * ext/musepack/gstmusepackreader.h: same
18238 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18240 * gst-libs/gst/riff/riff-read.c:
18241 (gst_riff_read_strf_auds_with_data):
18242 Read extradata correctly (fixes #155879).
18244 2004-12-16 David Schleef <ds@schleef.org>
18246 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18247 audio. does _not_ attempt or allow conversion unless channels
18250 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18252 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18254 2004-12-16 David Schleef <ds@schleef.org>
18256 * gst/audioscale/gstaudioscale.c: the resample library only
18257 handles 1 or 2 channels. Change caps to compensate.
18259 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18261 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18262 (gst_matroska_demux_audio_caps):
18263 Some MPEG-AAC hacks, because else it doesn't work...
18265 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18267 * gst-libs/gst/riff/riff-media.c:
18268 (gst_riff_create_video_caps_with_data),
18269 (gst_riff_create_video_template_caps):
18272 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18274 * gst-libs/gst/audio/Makefile.am:
18275 Try to fix buildbot.
18277 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
18279 * gst/tcp/gstmultifdsink.c:
18280 Clean up and uniformize debugging.
18282 2004-12-16 Edward Hervey <bilboed@bilboed.com>
18284 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18286 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18287 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18288 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18289 (gst_mpeg_demux_change_state):
18290 Reset on ready. Fixes 160276.
18292 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18294 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18296 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18297 (gst_ffmpegcsp_pad_link):
18298 Fix memleak (#154815).
18300 2004-12-16 James Bowes <bowes@cs.dal.ca>
18302 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18304 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18305 (gst_musicbrainz_init), (gst_musicbrainz_chain),
18306 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18307 * ext/musicbrainz/gsttrm.h:
18308 Add support for using a proxy server when getting a trm id from
18309 the MusicBrainz database (#149613).
18311 2004-12-16 Christophe Fergeau <teuf@gnome.org>
18313 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18315 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18316 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18317 Fix memleaks (#157233).
18319 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18321 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18323 * gst-libs/gst/resample/resample.c: (gst_resample_close):
18324 * gst-libs/gst/resample/resample.h:
18325 * gst/audioscale/gstaudioscale.c:
18326 Fix memleak (#159215).
18328 2004-12-16 Toni Willberg <toniw@iki.fi>
18330 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18332 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18333 * sys/oss/oss_probe.c: (main):
18334 Check for mono/stereo support (similar to samplerate probing),
18335 fixes #159433. Also add missing copyright header to oss_probe.c.
18337 2004-12-15 David Schleef <ds@schleef.org>
18339 * configure.ac: add audioresample and cairo plugins. Remove
18340 HAVE_MMX stuff, because it's not used.
18341 * ext/Makefile.am: same
18342 * ext/audioresample/Makefile.am: You are not ready for an
18343 audio resampling element based on audioresample.
18344 * ext/audioresample/gstaudioresample.c:
18345 * ext/audioresample/gstaudioresample.h:
18346 * ext/cairo/Makefile.am: You are not ready for overlay elements
18347 based on cairo. Don't look too closely, these elements kinda
18349 * ext/cairo/gstcairo.c: new
18350 * ext/cairo/gsttextoverlay.c: new
18351 * ext/cairo/gsttextoverlay.h: new
18352 * ext/cairo/gsttimeoverlay.c: new
18353 * ext/cairo/gsttimeoverlay.h: new
18354 * gst-libs/gst/media-info/media-info-priv.h: fix compile
18355 problem with compilers that don't support variadic macros.
18357 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
18359 Reviewed by: David Schleef <ds@schleef.org>
18361 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
18362 Bala, registering sunaudiosrc (oops!), and cleaning up code a
18363 bit. Also ran indent-gst.
18364 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18365 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18366 (gst_sunaudiosrc_setparams):
18368 2004-12-14 David Schleef <ds@schleef.org>
18370 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18371 output rate to 16000. Should fix #160235.
18373 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18375 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18376 Add typefinding for mpeg2 pes streams
18378 2004-12-13 David Schleef <ds@schleef.org>
18380 * configure.ac: Applied patch from bug #143659, making default
18381 sources and sinks OS-dependent (for Solaris), and added code
18383 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18385 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18387 * gst-libs/gst/riff/riff-media.c:
18388 forgot to add h2.64 to avidemux template caps
18390 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18392 * gst/wavenc/riff.h:
18393 * gst-libs/gst/riff/riff-media.c:
18394 * gst-libs/gst/riff/riff-ids.h:
18395 * gst/avi/gstavimux.c
18396 add 4CC code for VideoSoft h264 in AVI (VSSH)
18398 remove s323 from riff, it's quicktime specific :(
18400 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18402 * gst/asfdemux/README
18403 * gst/wavenc/riff.h
18404 * gst-libs/gst/riff/riff-ids.h
18405 * gst-libs/gst/riff/riff-media.c
18406 * gst/qtdemux/qtdemux.c:
18407 add new 4CC codes for h263 related codecs
18408 fixes partially bug #155163
18410 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
18412 * configure.ac: Update polyaudio requirement to 0.7
18413 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18415 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18417 * gst/interleave/deinterleave.c:
18418 fix my name's spelling! :)
18420 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18422 * AUTHORS ChangeLog
18423 * gst/auparse/gstauparse.c
18424 * gst/interleave/deinterleave.c
18426 alaw-decode.c alaw-encode.c
18427 mulaw-decode.c mulaw-encode.c
18428 * gst/oneton/gstoneton.c
18430 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18432 cocoawindow.h cocoawindow.m
18433 osxvideosink.h osxvideosink.m
18435 put the same mail address for Zaheer Abbas Merali everywhere
18437 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18439 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18440 Align by packetsize, and assert that we a packet available before
18441 playing. The first makes webstreams work (they often include
18442 trailing padding data in a packet), the second allows pausing a
18443 ASF stream in totem without getting demux errors afterwards.
18445 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18447 * ext/ogg/gstoggdemux.c: (get_relative):
18448 Check for non-NULL before accessing member (end-of-chain).
18450 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18452 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18453 (cdparanoia_set_property), (cdparanoia_get_property):
18454 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18455 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18456 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18457 (dvdreadsrc_init), (dvdreadsrc_set_property),
18458 (dvdreadsrc_get_property):
18459 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18460 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18461 Synchronize property names where not yet the case. Devices are
18462 now device=X, other versions are deprecated (but still exist).
18463 Also use g_free() unconditionally.
18464 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18465 (setup_source), (gst_play_base_bin_get_property):
18468 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
18470 * configure.ac: move GCONF macro outside conditional for the am
18471 conditional. Fixes #160439
18473 2004-12-08 David Schleef <ds@schleef.org>
18475 * tools/gst-visualise-m.m: Switch to elements that currently
18478 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18480 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18481 We love wrong commas.
18483 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18485 * gst/matroska/matroska-demux.c:
18486 (gst_matroska_demux_handle_src_query):
18487 Don't set DEFAULT, unsupported - makes length display incorrectly
18490 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18492 * gst/monoscope/README: remove blurb about files being GPL
18493 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18494 * gst/monoscope/monoscope.c: Change license to BSD with explanation
18495 monoscope is now effectively LGPL licensed
18497 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18499 * gst/monoscope/README: Update information to be more correct
18500 * gst/monoscope/convolve.c: Relicense to LGPL
18501 * gst/monoscope/convolve.h: Relicense to LGPL
18503 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
18505 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18506 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18507 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18508 set default_duration for mpeg1 audio
18510 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18512 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18513 * ext/alsa/gstalsa.h:
18514 refactor big chunks of the core caps negotiation code to make it
18515 a lot faster, because people claim it's really slow
18516 (actually, just cache the getcaps when the device is opened)
18518 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18520 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18521 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18522 (gst_a52dec_handle_frame), (gst_a52dec_chain),
18523 (gst_a52dec_change_state), (plugin_init):
18524 * ext/a52dec/gsta52dec.h:
18525 Do something useful with timestamps. Make chain-based (since
18526 there's really no reason to be loopbased).
18527 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18528 Update current_byte/frame correctly.
18530 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18532 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18533 (gst_ape_demux_stream_init):
18536 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18538 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18539 Let's make sure we're done typefinding when detecting tags.
18541 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18543 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18544 (gst_ebml_read_init), (gst_ebml_read_use_event),
18545 (gst_ebml_read_element_id), (gst_ebml_peek_id),
18546 (gst_ebml_read_seek), (gst_ebml_read_skip),
18547 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18548 (gst_ebml_read_master):
18549 * gst/matroska/ebml-read.h:
18550 * gst/matroska/matroska-demux.c:
18551 (gst_matroska_demux_parse_contents),
18552 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18553 Disgustingly evil hack for working around INTERRUPT events and
18554 their extremely annoying habit of being a pain in the ass. We
18555 simply peek a cluster before reading any of it.
18557 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18559 * ext/musepack/gstmusepackdec.cpp:
18560 There's also floating point libmusepacks.
18562 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18564 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18565 (gst_faad_chanpos_to_gst), (gst_faad_chain):
18566 Set DURATION even if source buffer didn't. Also use increasing
18568 * gst-libs/gst/riff/riff-media.c:
18569 (gst_riff_create_audio_caps_with_data):
18570 Block_align can have larger values than 8192.
18572 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18574 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18575 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18576 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18577 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18580 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18582 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18585 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18587 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18590 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18592 * ext/esd/esdsink.c: (gst_esdsink_chain):
18593 Make error actually say something useful (fixes #156798).
18594 * gst-libs/gst/riff/riff-media.c:
18595 (gst_riff_create_video_caps_with_data),
18596 (gst_riff_create_video_template_caps):
18597 Add Intel Video 5.0 fourcc (IV50).
18599 2004-12-01 Christophe Fergeau <teuf@gnome.org>
18601 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18602 detection on mono and stereo mp3 files.
18604 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18606 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18607 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18608 the contained stream).
18610 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18612 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18613 Oops, remove debug.
18615 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18617 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18619 * gst/law/alaw-decode.c: (alawdec_getcaps):
18620 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18621 Prevent warnings when negotiating caps (fixes #159338).
18623 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18625 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18626 (gst_ffmpegcsp_chain):
18627 Remove old leftover that shouldn't be there...
18629 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18631 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18633 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18634 Don't forward DISCONT events (fixes #159684).
18636 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18638 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18639 Unlink manually since sometimes bin disposal (and therefore
18640 pad unlinking) is delayed, which will cause a new media file
18641 to not be able to start playing instantly.
18643 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18645 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18646 On mute of an unlinked stream, check for pad availability so
18647 we don't crash on unlinked pad.
18649 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18651 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18652 (gst_avi_demux_massage_index):
18653 Fix quite humiliating bug in omitting 0-sized index chunks but
18654 forgetting to count them for timestamps.
18656 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18658 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18659 Actually leave the loop if we failed to sync. Don't crash.
18661 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18663 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18664 (gst_dvd_demux_process_private):
18665 * gst/mpegstream/gstdvddemux.h:
18666 Fix crash (#159759). Doesn't work, though. :-(.
18668 2004-11-28 Benjamin Otte <otte@gnome.org>
18670 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18671 more overwriting protection due to modifying channels one by one
18672 instead of all at once
18674 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18676 * gst/audioconvert/gstchannelmix.c:
18677 (gst_audio_convert_fill_normalize):
18678 Normalize using absolute values.
18680 2004-11-28 Julien MOUTTE <julien@moutte.net>
18684 * ext/directfb/Makefile.am:
18685 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18686 (gst_directfbvideosink_get_pixel_format),
18687 (gst_directfbvideosink_get_format_from_fourcc),
18688 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18689 (gst_directfbvideosink_sink_link),
18690 (gst_directfbvideosink_change_state),
18691 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18692 (gst_directfbvideosink_buffer_alloc),
18693 (gst_directfbvideosink_interface_supported),
18694 (gst_directfbvideosink_interface_init),
18695 (gst_directfbvideosink_navigation_send_event),
18696 (gst_directfbvideosink_navigation_init),
18697 (gst_directfbvideosink_set_property),
18698 (gst_directfbvideosink_get_property),
18699 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18700 (gst_directfbvideosink_base_init),
18701 (gst_directfbvideosink_class_init),
18702 (gst_directfbvideosink_get_type), (plugin_init):
18703 * ext/directfb/directfbvideosink.h: Adding a first version of
18705 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18708 2004-11-28 Benjamin Otte <otte@gnome.org>
18710 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18711 walk the samples backwards if out_channels > in_channels so we don't
18714 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18716 * gst/audioconvert/Makefile.am:
18717 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18718 (gst_audio_convert_link), (gst_audio_convert_change_state),
18719 (gst_audio_convert_channels):
18720 * gst/audioconvert/gstchannelmix.c:
18721 (gst_audio_convert_unset_matrix),
18722 (gst_audio_convert_fill_identical),
18723 (gst_audio_convert_fill_compatible),
18724 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18725 (gst_audio_convert_fill_others),
18726 (gst_audio_convert_fill_normalize),
18727 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18728 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18729 * gst/audioconvert/gstchannelmix.h:
18730 Implement a channel mixer.
18732 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
18734 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18735 * ext/alsa/gstalsa.h:
18736 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18737 Make alsasink actually honor gst_element_set_clock and use that
18738 clock instead of its internal one.
18740 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18742 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18743 (gst_play_base_bin_change_state): nullify source and decoder when
18744 going from READY to NULL so that we don't try to do weird stuff with
18745 them when going from NULL to READY
18746 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18747 instead of g_object_unref
18748 (gen_video_element), (gen_audio_element): more refcounting fixes, now
18749 it should be correct
18750 (gst_play_bin_change_state): don't call remove_sinks if we are
18751 currently disposing the object
18753 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18755 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18756 Don't forget bass if it's there. Else left channel is silent...
18758 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18760 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18761 (gst_a52dec_change_state):
18762 Don't do sample adjusting anymore, we use float audio now.
18763 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18764 Don't fixate to non-existing properties.
18766 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18768 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18769 (gst_a52dec_change_state):
18770 Advertise that we can do surround sound.
18772 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18774 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18775 Add buffer-frames=0.
18776 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18777 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18778 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18779 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18780 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18781 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18782 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18783 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18784 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18785 * ext/dvdread/dvdreadsrc.h:
18786 Add seeking, querying for bytes, sectors, title, angle and
18787 chapter. Handle multiple chapters. Relicense to LGPL because
18788 Billy agreed on that (thanks Billy!).
18790 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18792 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18793 call parent dispose method
18795 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
18797 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18798 (gst_audio_clock_get_internal_time):
18799 Fix active <-> inactive transitions: ensure time value always
18800 grows and avoid abrupt value changes.
18802 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
18805 * gst/tta/Makefile.am:
18807 * gst/tta/filters.h:
18808 * gst/tta/gsttta.c:
18809 * gst/tta/gstttadec.c:
18810 * gst/tta/gstttadec.h:
18811 * gst/tta/gstttaparse.c:
18812 * gst/tta/gstttaparse.h:
18813 * gst/tta/ttadec.h:
18814 added TTA parser and decoder
18816 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18818 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18819 (probe_triggered), (check_queue), (buffer_underrun),
18820 (buffer_running), (buffer_overrun), (gen_source_element),
18822 * gst/playback/gstplaybasebin.h:
18823 Implement buffering. Needs some more work.
18825 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18827 * ext/theora/theoradec.c: (theora_dec_chain):
18828 Fix ilog mask range overflow.
18830 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18832 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18833 Don't omit the last (which in case of dmix is the only :) )
18834 channel count. Don't set channels if <= 2.
18836 2004-11-26 Christophe Fergeau <teuf@gnome.org>
18838 * gst/playback/gstplaybin.c: (gen_video_element),
18839 (gen_audio_element): Removed 2 obsolete comments
18841 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18843 * ext/vorbis/oggvorbisenc.c
18844 * ext/vorbis/vorbisenc.c :
18845 change description fields of those plugins to differentiate them
18846 (pitivi show Encoders by description, they had the same one)
18848 2004-11-25 Christophe Fergeau <teuf@gnome.org>
18850 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18852 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18853 (gst_play_bin_set_property), (gen_video_element),
18854 (gen_audio_element):
18855 Refcounting fixes for provided audio-/videosinks.
18857 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18859 * gst/playback/gstplaybin.c: (gen_video_element),
18860 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18861 Don't reference all sinks, but only the video- and audiosinks.
18862 The vis. element should be disposed when we're done with it.
18863 We don't have any reason to keep it around. This fixes warnings
18864 when reusing playbin for playing multiple audio files with
18865 vis. enabled. Also release audio device on pause - idea stolen
18868 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18870 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18871 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18872 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18873 * ext/alsa/gstalsaplugin.c: (plugin_init):
18874 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18875 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18876 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18877 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18878 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18879 (gst_faad_change_state), (plugin_init):
18880 * ext/faad/gstfaad.h:
18881 * ext/vorbis/vorbis.c: (plugin_init):
18882 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18883 * gst-libs/gst/audio/Makefile.am:
18884 * gst-libs/gst/audio/audio.c: (plugin_init):
18885 * gst-libs/gst/audio/multichannel.c:
18886 (gst_audio_check_channel_positions),
18887 (gst_audio_get_channel_positions),
18888 (gst_audio_set_channel_positions),
18889 (gst_audio_set_structure_channel_positions_list),
18890 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18891 (gst_audio_fixate_channel_positions):
18892 * gst-libs/gst/audio/multichannel.h:
18893 * gst-libs/gst/audio/testchannels.c: (main):
18894 * gst/audioconvert/gstaudioconvert.c:
18895 (gst_audio_convert_class_init), (gst_audio_convert_init),
18896 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18897 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18898 (gst_audio_convert_fixate), (gst_audio_convert_channels):
18899 * gst/audioconvert/plugin.c: (plugin_init):
18900 Surround sound support.
18902 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18904 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18905 Fix position for discont if we're close as well. Nitpicking, but
18906 saves a few milliseconds of extra waiting or skipping.
18908 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18910 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18911 We sometimes need parsers for playback, so add those too.
18913 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18916 * gst/apetag/Makefile.am:
18917 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18918 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18919 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18920 (gst_ape_demux_get_src_query_types),
18921 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18922 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18923 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18924 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18925 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18926 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18927 (gst_ape_demux_change_state):
18928 * gst/apetag/apedemux.h:
18929 * gst/apetag/apetag.c: (plugin_init):
18930 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18932 APE v1/2 tag reader plus typefind function.
18934 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18937 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18938 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18939 Remove hacks for older core. Require newer core version
18942 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18944 * gst/cdxaparse/Makefile.am:
18945 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18946 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18947 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18948 * gst/cdxaparse/gstcdxaparse.h:
18949 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18950 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18951 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18952 (gst_cdxastrip_get_src_query_types),
18953 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18954 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18955 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18956 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18957 * gst/cdxaparse/gstcdxastrip.h:
18958 SVCD/VCD header stripping separated from CDXA image parsing.
18959 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18961 Add VCD/SVCD header typefinding for VCD/SVCD.
18962 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18963 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18964 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18965 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18966 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18967 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18968 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18969 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18970 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18971 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18972 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18973 * sys/vcd/vcdsrc.h:
18974 Fix up, add seeking, querying, URI interface. Works in totem now.
18976 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18981 === release 0.8.6 ===
18983 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
19001 releasing 0.8.6, "IOU Love"
19003 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19005 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19007 * gst/playback/gstplaybasebin.c:
19008 Fix unplayable files error handling. Fixes #158365
19010 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19012 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19014 * gst/typefind/gsttypefindfunctions.c:
19015 Fix broken mp3 typefinding. Fixes #158375
19017 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19019 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19021 * ext/ogg/gstoggdemux.c:
19022 Fix sync on broken files. Fixes #158976
19024 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19026 patch by: Edward Hervey <bilboed@bilboed.com>
19028 * ext/libpng/gstpngenc.c:
19029 Copy over buffer properties. Fixes #158832
19031 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19033 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19035 * ext/dvdread/dvdreadsrc.c:
19036 Fixes invalid reads (#158462)
19038 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19040 * sys/v4l/gstv4lsrc.c:
19041 * sys/v4l/gstv4lsrc.h:
19042 * sys/v4l/v4lsrc_calls.c:
19043 Probe less and cache it. Fixes #159187.
19045 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19047 * gst/videorate/gstvideorate.c:
19048 Handle all video formats. Fixes #159186.
19050 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
19051 * gst/synaesthesia/gstsynaesthesia.c:
19052 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19053 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19054 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19055 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19056 (gst_synaesthesia_change_state), (plugin_init):
19057 Fix up synaesthesia to work under different samplerates/ buffer sizes.
19058 Force 320x200 output, as that's the only thing the underlying
19059 synaesthesia implementation supports. Still needs to be made
19062 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19065 Fix mpeg2enc configure check (similar to mplex check below).
19067 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
19069 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19071 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19072 Fix for gcc-2.95 (fixes #158221).
19074 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19076 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19077 Re-add clock distribution hack (until new core is released).
19080 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
19082 fix mplex configure check segfaulting on some systems (bug #140994)
19084 2004-11-13 Benjamin Otte <otte@gnome.org>
19086 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19088 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19089 do a wait when we enter the loop func with no data available to
19090 write instead of getting into an 100% CPU loop by just returning and
19091 being called again by the scheduler
19093 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
19096 * ext/libvisual/visual.c: (gst_visual_get_type),
19097 (libvisual_log_handler), (gst_visual_getcaps),
19098 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19100 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19101 * ext/smoothwave/Makefile.am:
19102 * ext/smoothwave/demo-osssrc.c: (main):
19103 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19104 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19105 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19107 * ext/smoothwave/gstsmoothwave.h:
19108 Make gstsmoothwave a working element in the 20th century.
19110 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19111 Fix incorrect link function
19113 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19115 * gst/volume/gstvolume.c:
19116 Allow buffer-frames=0.
19118 2004-11-12 Iain <iaingnome@gmail.com>
19120 * configure.ac: Check for polypaudio
19122 * ext/Makefile.am: Build the polyp dir
19124 * ext/polyp: The polypsink sources.
19126 2004-10-30 Iain <iaingnome@gmail.com>
19128 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19129 caps to reflect the new number of channels.
19131 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19133 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19134 Fix for negotiation order problem. This would show when the
19135 ALSA loopfuction was called before any other function. ALSA
19136 wouldn't do anything because we're not negotiated yet, leading
19137 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19139 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
19141 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19143 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19144 No warnings (#157986).
19146 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19148 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19149 Prefer apev1/2 and id3v1 (at end of file) over musepack.
19151 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19153 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19154 Signal no-more-pads (so it works in playbin).
19156 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19158 * ext/musepack/gstmusepackreader.cpp:
19159 Workaround for older core.
19161 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19163 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19164 Actually test for odd width/height rather than testing whether
19165 a temporary variable that was 0 before we subtracted 1 is now
19166 not equal to zero (which it always is).
19168 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19170 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19171 Fix compilation if HAVE_XVIDEO is not defined
19173 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19175 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19176 Fix compilation if HAVE_XVIDEO is not defined
19178 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
19180 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19181 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19182 (gst_goom_change_state), (plugin_init):
19183 Use the bytestream adapter so goom doesn't depend on the input
19185 Add a debug category
19187 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19189 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19190 Only set hardware parameters *after* negotiation. Before
19191 negotiation, it will set ANY and that seems to cause crashes
19192 (see e.g. #151288, #153227).
19194 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19196 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19197 This seems to be antique leftover. It needs to pass error
19199 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19200 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19201 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19202 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19203 Fix GstXOverlay implementation (#151059).
19205 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19207 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19208 Don't assert (#157853).
19210 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19212 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19213 Fix bytes/samples confustion.
19214 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19215 Fix for underrun (#144389).
19217 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19219 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19220 Disable halfway-seek for pending release (since it needs a new
19223 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19225 * sys/v4l/gstv4lsrc.c:
19226 * sys/v4l/gstv4lsrc.h:
19227 * sys/v4l/v4lsrc_calls.c:
19228 add autoprobe-fps property so we can separate autoprobing parts
19230 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19232 * sys/v4l/gstv4lsrc.c:
19233 * sys/v4l/v4lsrc_calls.c:
19234 initialise fourcc to catch unset fourcc's, and debug
19236 2004-11-09 Wim Taymans <wim@fluendo.com>
19238 * gst/playback/README:
19239 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19240 * gst/playback/gstplaybin.c: (gst_play_bin_init),
19241 (gst_play_bin_dispose), (gst_play_bin_set_property),
19242 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19243 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19244 (gst_play_bin_get_formats), (gst_play_bin_convert),
19245 (gst_play_bin_get_query_types), (gst_play_bin_query):
19246 Cleanups and some more documentation.
19248 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
19250 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19251 (gst_cacasink_init), (gst_cacasink_chain):
19252 * ext/libcaca/gstcacasink.h:
19253 Cacasink inherits from VideoSink, so let that store the clock.
19255 2004-11-09 Wim Taymans <wim@fluendo.com>
19257 * gst/playback/README:
19258 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19259 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19260 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19261 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19262 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19264 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19265 (gst_stream_info_is_mute), (gst_stream_info_set_property):
19266 * gst/playback/gststreaminfo.h:
19268 Only switch groups if all streams have muted (EOSed).
19269 Send Tags in sync with the stream playback instead of in
19270 the playback/preroll phase.
19271 Some cleanups, free the fakesrc elements.
19273 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
19275 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19276 buffer-frames property was missing
19277 * ext/arts/gst_arts.c:
19278 rate missing from sinkcaps
19279 * ext/audiofile/gstafparse.c:
19280 * ext/audiofile/gstafsink.c:
19281 * ext/audiofile/gstafsrc.c:
19282 * ext/swfdec/gstswfdec.c:
19283 int audio doesn't know buffer-frames
19284 * ext/cdparanoia/gstcdparanoia.c:
19285 int audio doesn't know chunksize either
19286 * ext/nas/nassink.c:
19287 it's endianness, not endianess
19288 * gst-libs/gst/audio/audio.h:
19289 make float standard pad template caps really describe float
19290 * gst/law/mulaw.c: (linear_factory):
19291 signed only, please
19292 * gst/mpegstream/gstdvddemux.c:
19293 widths of 20 are not valid
19295 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
19297 Submitted by: Luca Ferretti <elle.uca@infinito.it>
19303 2004-11-08 Wim Taymans <wim@fluendo.com>
19305 * gst/playback/README:
19306 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19307 * gst/playback/gstplaybasebin.c: (probe_triggered),
19308 (gst_play_base_bin_change_state):
19309 Updated README, added more comments for fixmes etc..
19311 2004-11-08 Wim Taymans <wim@fluendo.com>
19313 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19314 We can remove this hack now.
19316 2004-11-08 Wim Taymans <wim@fluendo.com>
19318 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19319 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19320 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19321 Only mix AYUV for maximum quality.
19323 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19325 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19326 (gst_ogg_demux_push), (gst_ogg_pad_push):
19327 Let's act as if we're synchronized now! :).
19328 * ext/theora/theoradec.c: (theora_dec_chain):
19331 2004-11-08 Wim Taymans <wim@fluendo.com>
19333 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19334 (gst_alpha_set_property), (gst_alpha_sink_link),
19335 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19336 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19337 (gst_alpha_init_params), (gst_alpha_chain):
19338 Implement alpha functions for AYUV too, this increases
19339 accuracy quite a bit.
19341 2004-11-08 Wim Taymans <wim@fluendo.com>
19343 * gst/ffmpegcolorspace/avcodec.h:
19344 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19345 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19346 (gst_ffmpegcsp_avpicture_fill):
19347 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19348 (gst_ffmpegcsp_caps_remove_format_info):
19349 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19350 (shrink12), (img_get_alpha_info), (deinterlace_line),
19351 (deinterlace_line_inplace):
19352 * gst/ffmpegcolorspace/imgconvert_template.h:
19353 Added AYUV colorspace and handle RGBA a bit more respectful.
19355 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19357 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19358 Actually always send a discont (cornercase when resending the
19359 same serial-tagged chain twice).
19361 2004-11-08 Julien MOUTTE <julien@moutte.net>
19363 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19364 (gst_ximagesink_finalize):
19365 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19366 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19368 2004-11-08 Wim Taymans <wim@fluendo.com>
19370 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19371 Don't segfault on NULL data.
19373 2004-11-08 Wim Taymans <wim@fluendo.com>
19375 * gst/playback/gstdecodebin.c: (unlinked):
19376 * gst/playback/gstplay-marshal.list:
19377 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19378 (gst_play_base_bin_init), (group_create), (get_active_group),
19379 (get_building_group), (group_destroy), (group_commit),
19380 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19381 (add_element_stream), (no_more_pads), (probe_triggered),
19382 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19383 (state_change), (setup_source), (gst_play_base_bin_get_property),
19384 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19385 (gst_play_base_bin_link_stream),
19386 (gst_play_base_bin_get_streaminfo):
19387 * gst/playback/gstplaybasebin.h:
19388 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19389 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19390 Add support for chained ogg files. Prepare for playlist
19391 support. This patch introduces the concept of pad groups, which
19392 together compose one playable media file.
19394 2004-11-07 David Schleef <ds@schleef.org>
19396 * testsuite/gst-lint: Check for pad templates that aren't statically
19399 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19403 * ext/musepack/Makefile.am:
19404 * ext/musepack/gstmusepackdec.cpp:
19405 * ext/musepack/gstmusepackdec.h:
19406 * ext/musepack/gstmusepackreader.cpp:
19407 * ext/musepack/gstmusepackreader.h:
19408 Add musepack decoder.
19409 * ext/faad/gstfaad.c: (gst_faad_base_init):
19410 Make pad templates static.
19411 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19413 Add musepack typefinder, make mp3 typefinding work halfway stream,
19414 which doesn't actually work yet because id3demux doesn't implement
19417 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19419 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19420 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19421 Fix interrupt event handling (#144436).
19423 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19425 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19428 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19430 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19432 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19433 Fix weird caps (#157548).
19435 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19437 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19439 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19440 Add missing NULL terminator (#157543).
19442 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
19444 * gst/tcp/gsttcp.h:
19445 * gst/tcp/gsttcpclientsink.c:
19446 * gst/tcp/gsttcpclientsrc.c:
19447 * gst/tcp/gsttcpserversink.c:
19448 * gst/tcp/gsttcpserversrc.c:
19449 ports can go up to 65535. Move common defines to gsttcp.h
19451 2004-11-05 Wim Taymans <wim@fluendo.com>
19453 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19454 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19455 Added two more colorspaces.
19457 2004-11-05 Wim Taymans <wim@fluendo.com>
19459 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19460 (gst_ffmpegcsp_avpicture_fill):
19461 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19462 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19463 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19466 2004-11-05 Wim Taymans <wim@fluendo.com>
19468 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19469 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19470 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19471 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19472 (gst_videomixer_loop):
19475 2004-11-05 Benjamin Otte <otte@gnome.org>
19477 * ext/mad/gstmad.c: (gst_mad_chain):
19478 don't overflow data buffer. Flush not needed sync data when syncing
19481 2004-11-04 Wim Taymans <wim@fluendo.com>
19483 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19484 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19485 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19486 (gst_alpha_init_params), (gst_alpha_chain),
19487 (gst_alpha_change_state):
19488 Updated the chroma keying algorithm with something more
19491 2004-11-03 Wim Taymans <wim@fluendo.com>
19493 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19494 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19495 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19496 Fix stride issues. Does not completely work for odd
19499 2004-11-03 Wim Taymans <wim@fluendo.com>
19501 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19502 (gst_alpha_chroma_key), (gst_alpha_chain):
19503 Fix stride issues. Does not completely work for odd
19506 2004-11-03 Christophe Fergeau <teuf@gnome.org>
19508 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19509 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19512 2004-11-03 Wim Taymans <wim@fluendo.com>
19514 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19515 (gst_ffmpegcsp_avpicture_fill):
19516 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19518 * gst/ffmpegcolorspace/imgconvert_template.h:
19519 Use correct _fill function to get correct strides.
19521 2004-11-02 David Schleef <ds@schleef.org>
19523 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19524 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19525 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19526 Change all g_print()s to debugging. Add a bunch of consistency
19529 2004-11-02 Wim Taymans <wim@fluendo.com>
19531 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19532 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19533 (unlinked), (no_more_pads), (close_link):
19534 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19535 (unknown_type), (add_element_stream), (new_decoded_pad),
19536 (removed_decoded_pad), (setup_source):
19537 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19538 (gst_stream_info_class_init), (gst_stream_info_init),
19539 (gst_stream_info_new), (gst_stream_info_dispose),
19540 (stream_info_mute_pad), (gst_stream_info_set_property),
19541 (gst_stream_info_get_property):
19542 * gst/playback/gststreaminfo.h:
19543 Fix playback of multiple files.
19544 a slightly different approach to handling dynamic pad removals.
19545 This one only looks at pads that we have linked.
19547 2004-11-01 Christophe Fergeau <teuf@gnome.org>
19549 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19550 free" warning from libc.
19552 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19554 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19555 (get_unconnected_element), (remove_starting_from), (pad_removed),
19557 Implement support for dynamic pad changing. We listen to "live"
19558 pad removals (i.e. while playing) and re-setup autoplugging
19559 after that. Playbasebin/playbin need some more work for this
19560 to finally work, but decodebin supports (and replugs) chained
19563 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
19565 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19566 (gst_alsa_finalize):
19567 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19568 (gst_cdaudio_finalize):
19569 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19570 (cdparanoia_finalize):
19571 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19572 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19573 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19574 (dvdreadsrc_finalize):
19575 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19576 (gst_flacdec_finalize):
19577 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19578 (gst_flacenc_finalize):
19579 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19580 (gst_gnomevfssink_finalize):
19581 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19582 (gst_gnomevfssrc_finalize):
19583 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19584 (gst_fameenc_finalize):
19585 * ext/nas/nassink.c: (gst_nassink_class_init),
19586 (gst_nassink_finalize):
19587 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19588 (gst_sdlvideosink_class_init):
19589 * ext/sndfile/gstsf.c: (gst_sf_dispose):
19590 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19591 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19592 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19593 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19594 (gst_x_window_listener_dispose):
19595 * gst/audioscale/gstaudioscale.c:
19596 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19597 (play_on_demand_finalize):
19598 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19599 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19600 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19601 (cdplayer_finalize):
19602 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19603 (gst_glimagesink_class_init):
19604 * sys/oss/gstosselement.c: (gst_osselement_class_init),
19605 (gst_osselement_finalize):
19606 * sys/oss/gstosssink.c: (gst_osssink_dispose):
19607 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19608 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19609 Fixes a bunch of problems with finalize and dispose functions,
19610 either assumptions that dispose is only called once, or not calling
19611 the parent class dispose/finalize function
19613 2004-11-01 Stefan Kost <ensonic@users.sf.net>
19615 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19616 added two api precondition guards
19617 use g_strdup with getenv to fix crash when using ENVVAR
19619 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
19620 * ext/esd/esdsink.c: (gst_esdsink_class_init),
19621 (gst_esdsink_finalize):
19622 Use a finalize function, not dispose, and more importantly,
19623 call the parent class finalize function too
19625 2004-11-01 Johan Dahlin <johan@gnome.org>
19627 * ext/ogg/gstoggdemux.c:
19628 * gst/tags/gstvorbistag.c:
19631 2004-10-31 Benjamin Otte <otte@gnome.org>
19633 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19634 lotsa memleaks today. But they're all small...
19636 2004-10-31 Benjamin Otte <otte@gnome.org>
19638 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19639 another memleak crushed
19641 2004-10-31 Benjamin Otte <otte@gnome.org>
19643 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19646 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19648 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19649 Hack to prevent crash when going to READY inside signal handler
19650 while this function is active.
19652 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19654 * gst/ffmpegcolorspace/Makefile.am:
19655 * gst/ffmpegcolorspace/avcodec.h:
19656 * gst/ffmpegcolorspace/common.h:
19657 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19658 * gst/ffmpegcolorspace/dsputil.h:
19659 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19660 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19661 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19662 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19663 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19664 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19665 (gst_ffmpegcsp_avpicture_fill):
19666 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19667 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19668 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19669 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19670 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19671 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19672 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19673 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19674 * gst/ffmpegcolorspace/imgconvert.c:
19675 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19676 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19677 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19678 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19679 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19680 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19681 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19682 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19683 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19684 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19685 (grow21), (grow22), (grow41), (grow44), (conv411),
19686 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19687 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19688 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19689 (avpicture_free), (is_yuv_planar), (img_convert),
19690 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19691 (deinterlace_line_inplace), (deinterlace_bottom_field),
19692 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19693 * gst/ffmpegcolorspace/imgconvert_template.h:
19694 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19695 * gst/ffmpegcolorspace/mmx.h:
19696 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19697 (av_fast_realloc), (av_mallocz_static), (av_free_static),
19698 (av_freep), (avcodec_get_context_defaults),
19699 (avcodec_alloc_context), (avcodec_init):
19700 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19701 handling plus update from ffmpeg CVS. Large clean-up.
19703 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19705 * gst/playback/Makefile.am:
19706 We need the marshallers for decodebin, too.
19708 2004-10-30 David Schleef <ds@schleef.org>
19710 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19711 quicktime typefinding work with 64-bit offsets.
19713 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
19715 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19716 Set EOS on the element when processing an EOS event.
19717 * ext/speex/gstspeexdec.h:
19718 * ext/speex/gstspeexenc.h:
19719 Only keep a const ptr to the mode
19720 * gst-libs/gst/riff/riff-media.c:
19721 (gst_riff_create_audio_caps_with_data),
19722 (gst_riff_create_audio_template_caps):
19723 Allow WMAV3, with up to 6 channels.
19724 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19725 Don't call gst_pad_set_event_function on a sink pad.
19726 * gst/mpegstream/gstdvddemux.c:
19727 (gst_dvd_demux_get_subpicture_stream),
19728 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19729 Copy the explicit caps that were set across to the cur_* pads,
19730 instead of trying to use a possibly non-existent negotiated caps.
19731 Reset the type of subpicture pads to UNKNOWN after calling
19732 init_stream, so that the caps get set.
19734 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
19736 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19738 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19739 Don't touch buffer if it is of size 0 (fixes #151064).
19741 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19743 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19744 Synchronized discont handling.
19746 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19748 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19749 (gst_ogg_demux_push):
19750 Make seeking sort-of exact again (fixes #156387).
19752 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19754 * gst/playback/gstplaybasebin.c: (unknown_type),
19755 (add_element_stream), (new_decoded_pad),
19756 (gst_play_base_bin_change_state):
19757 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19758 (gst_stream_info_init), (gst_stream_info_new),
19759 (gst_stream_info_dispose), (gst_stream_info_get_property):
19760 * gst/playback/gststreaminfo.h:
19761 Make caps explicitely available. Makes testing for unsupported
19762 types possible. Improves error reporting.
19764 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19766 * gst/audioconvert/gstaudioconvert.c:
19767 (gst_audio_convert_buffer_to_default_format):
19768 Really don't touch read-only buffers (#156563).
19770 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
19772 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19774 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19775 Fix memleak (#155223).
19777 2004-10-29 Wim Taymans <wim@fluendo.com>
19779 * gst/tcp/.cvsignore:
19780 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19781 (gst_multifdsink_class_init), (gst_multifdsink_init),
19782 (gst_multifdsink_add), (gst_multifdsink_remove),
19783 (gst_multifdsink_remove_client_link), (is_sync_frame),
19784 (gst_multifdsink_new_client),
19785 (gst_multifdsink_handle_client_write),
19786 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19787 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19788 (gst_multifdsink_get_property):
19789 * gst/tcp/gstmultifdsink.h:
19790 Added burst on connect sync_method, deprecated sync_clients,
19791 streamlined the sync code some more.
19793 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19795 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19796 (gst_play_base_bin_change_state):
19797 Improve error reporting.
19799 2004-10-28 Wim Taymans <wim@fluendo.com>
19801 * gst/tcp/Makefile.am:
19802 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19803 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19804 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19805 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19806 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19807 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19809 Added more locks around fdset structures. Fixed/reworked
19810 the poll array resizing code.
19811 Added stress test for fdset.
19813 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19815 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19818 2004-10-28 Benjamin Otte <otte@gnome.org>
19820 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19821 fix link function to always query channels and query width for
19825 * gst/equalizer/Makefile.am:
19826 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19827 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19828 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19829 (arg_to_scale), (setup_filter),
19830 (gst_iir_equalizer_compute_frequencies),
19831 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19832 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19836 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19838 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19842 Added Norwegian Bokmaal translation
19844 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19846 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19847 Don't break on options (fixes #156488).
19849 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19852 * ext/cdaudio/Makefile.am:
19854 fix build on older automake
19856 2004-10-26 Wim Taymans <wim@fluendo.com>
19858 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19859 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19860 Allow a little margin when negotiating the framerate.
19862 2004-10-26 Stefan Kost <ensonic@users.sf.net>
19864 * gst/level/gstlevel.c:
19865 synchonised naming of pads and pad-templates
19867 2004-10-26 Wim Taymans <wim@fluendo.com>
19869 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19870 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19871 (_find_streams_check), (gst_ogg_demux_push):
19872 Fix EOS again. Needs to be done in a better way. We should not
19873 remove the pad if there is no new chained stream.
19875 2004-10-26 Iain <iaingnome@gmail.com>
19877 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19878 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19880 * gst/interleave/interleave.c (interleave_class_init): Hook up release
19882 (interleave_release_pad): Remove the pad.
19883 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19884 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19886 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19888 (gst_xvimagesink_xcontext_clear): Free the xcontext.
19889 (gst_xvimagesink_finalize): Free the par.
19891 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19893 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19894 (gst_avimux_stop_file):
19895 First calculate the rate, and only then use it. Hdr.rate is a
19896 multiple and not a derivative of hdr.scale. Scale is not the
19897 same as blockalign but is solely related to rate.
19899 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19901 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19902 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19905 2004-10-25 James Henstridge <james@jamesh.id.au>
19907 Reviewed by: David Schleef <ds@schleef.org>
19909 * examples/gstplay/player.c: (got_stream_length), (main):
19910 * examples/seeking/cdplayer.c: (update_scale):
19911 * examples/seeking/seek.c: (format_value), (update_scale):
19912 * examples/seeking/spider_seek.c: (format_value), (update_scale),
19914 Build fixes on AMD64.
19916 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19918 reviewed by: Ronald Bultje <rbultje at gnome dot org>
19920 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19921 Fix for some v4l cards which hang in v4lsrc
19923 2004-10-25 Wim Taymans <wim@fluendo.com>
19925 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19926 (gst_ogg_demux_push), (gst_ogg_chains_clear):
19927 Make sure to remove the pad when a new chain is
19928 encountered. Set some vars to NULL so we don't try
19929 to reference freed memory.
19931 2004-10-25 Wim Taymans <wim@fluendo.com>
19933 * examples/seeking/Makefile.am:
19934 * examples/seeking/cdplayer.c: (update_scale):
19935 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19936 * examples/seeking/playbin.c: (make_playerbin_pipeline),
19937 (format_value), (update_scale), (iterate), (start_seek),
19938 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19939 (print_usage), (main):
19940 Added some more examples, update others.
19942 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19944 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19945 * ext/speex/gstspeexdec.c: (speex_dec_chain):
19946 * ext/theora/theoradec.c: (theora_dec_chain):
19947 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19948 Add codec-name metadata.
19950 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
19952 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19954 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19955 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19956 * ext/alsa/gstalsamixertrack.h:
19958 ALSA mixer track label internationalization (#154054).
19960 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19962 * ext/theora/theoradec.c: (theora_dec_chain):
19963 Export bitrate as metadata.
19965 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19967 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19968 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19969 * ext/alsa/gstalsamixertrack.h:
19970 Fix names, fix loop.
19972 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19974 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19975 (speex_dec_convert):
19976 sinkconvert function so oggdemux can get the file length (totem).
19978 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
19980 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19982 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19983 Don't push incomplete packets.
19984 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19985 Fix MPEG-4 audio typefinding.
19987 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19989 * sys/v4l/Makefile.am:
19990 * sys/v4l/gstv4l.c: (plugin_init):
19991 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19992 (gst_v4lelement_init), (gst_v4lelement_dispose),
19993 (gst_v4lelement_change_state):
19994 * sys/v4l/gstv4lelement.h:
19995 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19996 (gst_v4l_xoverlay_close), (idle_refresh),
19997 (gst_v4l_xoverlay_set_xwindow_id):
19998 * sys/v4l/gstv4lxoverlay.h:
19999 * sys/v4l/v4l-overlay_calls.c:
20000 * sys/v4l/v4l_calls.h:
20001 * sys/v4l2/Makefile.am:
20002 * sys/v4l2/gstv4l2.c: (plugin_init):
20003 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
20004 (gst_v4l2element_init), (gst_v4l2element_dispose),
20005 (gst_v4l2element_change_state):
20006 * sys/v4l2/gstv4l2element.h:
20007 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
20008 (gst_v4l2_xoverlay_close), (idle_refresh),
20009 (gst_v4l2_xoverlay_set_xwindow_id):
20010 * sys/v4l2/gstv4l2xoverlay.h:
20011 * sys/v4l2/v4l2-overlay_calls.c:
20012 * sys/v4l2/v4l2_calls.h:
20013 Remove client-side overlay handling, use the X-server v4l plugin
20014 for that. Nicer overlay, less code. Also make the plugin
20015 compileable without X (but then without overlay, obviously).
20016 Makes xwindowlistener obsolete, should we remove that?
20018 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20020 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20021 (gst_osssrc_src_query):
20022 * sys/oss/gstosssrc.h:
20023 OK, so people want offset in DEFAULT. This time, actually fix all
20025 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20028 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20030 * gst/asfdemux/gstasfmux.c:
20031 * gst/avi/gstavimux.c:
20034 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20036 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20037 Fix properties (channel, norm, frequency).
20039 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20041 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20043 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20046 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20048 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20051 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20053 * sys/v4l2/gstv4l2element.h:
20054 Yet Another Hack (tm) for kernel header borkedness.
20055 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20056 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20057 (gst_v4l2src_link), (gst_v4l2src_getcaps),
20058 (gst_v4l2src_change_state):
20059 * sys/v4l2/gstv4l2src.h:
20060 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20061 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20062 Fix caps, keep track of state, work.
20064 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20066 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20069 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20071 * sys/oss/gstosssrc.c: (gst_osssrc_get):
20072 Don't mix bytes and samples.
20074 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20076 * ext/ogg/gstoggmux.c:
20077 Basic pad template which accepts OGM tracks, speex, flac, vorbis
20078 and theora. Any is incorrect.
20079 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20081 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20082 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20083 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20084 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20085 * sys/v4l/gstv4lmjpegsrc.h:
20086 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20087 (gst_v4lsrc_change_state):
20088 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20089 (gst_v4lmjpegsrc_capture_stop):
20090 Fix caps. Keep track of internal state. Work.
20092 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20095 Fix the build fixes.
20097 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20099 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20100 (gst_ogg_demux_src_event), (_find_chain_seek),
20101 (gst_ogg_pad_push):
20102 Check for pad availability before using it.
20103 * ext/ogg/gstoggdemux.c: (_find_chain_process):
20104 Fix parsing of chained ogg. Needs more work on the decoder side.
20106 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
20108 * gst/spectrum/Makefile.am:
20109 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20111 Fix demo and reenable it. Yes, I'm currently playing with audio
20114 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20116 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20117 We love it if files that start at zero work too...
20119 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20121 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20122 Handle files with missing EOS headers.
20124 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20126 * gst/tcp/gsttcpserversink.c:
20127 (gst_tcpserversink_handle_server_read),
20128 (gst_tcpserversink_init_send):
20129 Zero some variables first (need for accept not to return EINVAL)
20131 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20133 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20134 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20135 * ext/theora/theoradec.c: (theora_dec_sink_convert),
20136 (theora_dec_chain):
20137 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20138 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20139 Seeking and querying finetune.
20141 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
20145 * ext/raw1394/Makefile.am:
20148 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20150 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20152 * gst/playback/Makefile.am:
20153 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20154 * gst/playback/gstplay-marshal.list:
20155 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20158 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20160 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20163 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20165 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20166 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20167 (gst_ogg_pad_push):
20168 Yay for non-lineair granulepos in theora.
20170 2004-10-18 Wim Taymans <wim@fluendo.com>
20172 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20173 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20174 * ext/dv/gstdvdec.h:
20175 Make sure we renegotiate aspect ratio when the camera switches.
20177 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20179 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20180 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20182 * ext/theora/theoradec.c: (theora_dec_chain):
20183 Skip headers. Bad idea for chained ogg, but fixes seeking.
20185 2004-10-18 Wim Taymans <wim@fluendo.com>
20188 I swear, this is the last time I touch this.
20190 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20192 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20193 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20194 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20196 * ext/theora/theoradec.c: (theora_dec_sink_convert):
20197 Time-to-default conversion.
20198 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20199 Don't error on unknown packets, just skip. We should probably
20200 read them if we want to support chained ogg.
20202 2004-10-18 Wim Taymans <wim@fluendo.com>
20205 Added cdaudio to wrong list.
20207 2004-10-18 Wim Taymans <wim@fluendo.com>
20212 2004-10-18 Wim Taymans <wim@fluendo.com>
20214 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20215 (gst_dvdec_video_link), (gst_dvdec_push):
20216 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20217 (gst_smokeenc_resync), (gst_smokeenc_chain):
20218 Fix mimetype on smoke encoder.
20219 Add aspect ratio to dvdec. Not sure if these
20220 values are correct though....
20222 2004-10-18 Wim Taymans <wim@fluendo.com>
20224 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20225 Fix vorbis property descriptions and ranges.
20227 2004-10-18 Wim Taymans <wim@fluendo.com>
20229 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20230 Really do nothing when no data is available.
20231 Go to the playing state when the stream is not seekable
20232 instead of failing.
20234 2004-10-18 Wim Taymans <wim@fluendo.com>
20236 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20237 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20238 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20239 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20240 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20241 Added uri handler for cd://
20244 2004-10-18 Wim Taymans <wim@fluendo.com>
20246 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20247 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20248 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20249 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20250 (remove_prerolls), (unknown_type), (add_element_stream),
20251 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20252 (gst_play_base_bin_remove_element),
20253 (gst_play_base_bin_link_stream):
20254 * gst/playback/gstplaybin.c: (gen_video_element),
20255 (gen_vis_element), (remove_sinks), (setup_sinks):
20256 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20257 (gst_stream_info_get_type), (gst_stream_info_class_init),
20258 (gst_stream_info_init), (gst_stream_info_new),
20259 (gst_stream_info_dispose), (stream_info_mute_pad),
20260 (gst_stream_info_set_property), (gst_stream_info_get_property):
20261 * gst/playback/gststreaminfo.h:
20262 Add sink padtemplate to decodebin.
20263 Added some more comments.
20264 Make queue size configurable in playbasebin.
20265 Added possibility to use elements as sinks (ex cdaudio).
20267 2004-10-15 Wim Taymans <wim@fluendo.com>
20269 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20270 (gst_speexenc_chain):
20271 Fix speex timestamps so that it gets muxed properly.
20273 2004-10-15 Wim Taymans <wim@fluendo.com>
20275 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20276 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20277 (gst_dv1394src_init), (gst_dv1394src_dispose),
20278 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20279 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20280 (gst_dv1394src_event), (gst_dv1394src_get_formats),
20281 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20282 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20283 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20284 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20285 * ext/raw1394/gstdv1394src.h:
20286 Added conversion/query functions.
20287 Update buffer timestamps,
20289 Added uri dv:// so it might play from the firewire in playbin.
20290 Fix a possible leak.
20293 2004-10-15 Wim Taymans <wim@fluendo.com>
20295 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20296 (gst_dv1394src_init), (gst_dv1394src_set_property),
20297 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20298 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20299 * ext/raw1394/gstdv1394src.h:
20300 Added AV/C VTR control support needed for some cameras.
20301 Added automatic port detection.
20302 Added properties for selecting the channel.
20303 The configure.ac script is not yet updated to reflect the
20304 new libavc1394 and librom1394 dependencies.
20306 2004-10-15 Wim Taymans <wim@fluendo.com>
20308 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20309 (qtdemux_parse), (gst_qtdemux_handle_esds):
20310 An esds box is not a container.
20311 Fix parsing of mp4v boxes.
20312 Do not try to renegotiate fps for each frame. Need to
20313 find a better method. This should fix mp4 playback.
20315 2004-10-14 David Schleef <ds@schleef.org>
20317 * configure.ac: update for swfdec-0.3 and liboil-0.2
20318 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20319 * ext/swfdec/gstswfdec.h: same
20320 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20321 * gst/videotestsrc/videotestsrc.c: same
20323 2004-10-14 Wim Taymans <wim@fluendo.com>
20325 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20326 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20327 (is_sync_frame), (gst_multifdsink_new_client),
20328 (gst_multifdsink_handle_client_write),
20329 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20330 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20331 Turn warnings into info.
20332 Don't allow a state change in the streaming thread.
20334 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
20336 * ext/vorbis/oggvorbisenc.c:
20337 * ext/vorbis/vorbisdec.c:
20338 fix template sample rate
20340 2004-10-13 Wim Taymans <wim@fluendo.com>
20342 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20343 Decoding the header first fixes some problems in resyncing
20346 2004-10-12 Wim Taymans <wim@fluendo.com>
20348 * gst/playback/gstplaybin.c: (gen_video_element),
20349 (gen_vis_element), (remove_sinks), (setup_sinks):
20350 Added vis plugin support, need to configure the vis
20351 element to activate it.
20353 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20355 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20356 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20358 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20359 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20360 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20361 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20362 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20363 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20364 * gst/avi/gstavidemux.h:
20365 Support for openDML-2.0 indx/ix## chunks. Support for broken index
20366 recovery (where, if part of the index is broken, we will still read
20367 the rest of the index and recover the broken part by stream
20368 scanning). More broken media support. EOS workarounds. General AVI
20369 braindamage headache recovery. Aspirin included.
20371 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20373 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20374 (cdparanoia_event), (cdparanoia_query):
20375 Get rid of hideous lead-in.
20377 2004-10-11 Wim Taymans <wim@fluendo.com>
20379 * gst/playback/gstplaybasebin.c: (setup_source):
20380 Wrong var used to get g_list_next.
20382 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20384 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20385 (cdparanoia_get), (cdparanoia_open):
20386 Report discid as metadata, add duration.
20388 2004-10-11 Wim Taymans <wim@fluendo.com>
20390 * gst/playback/gstplaybasebin.c: (setup_source):
20391 Cleanup the previous pipeline a little earlier for the
20392 case that a source element provides raw data.
20394 2004-10-11 Benjamin Otte <otte@gnome.org>
20396 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20397 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20398 consuming the last 128 bytes, even though it was valid mp3 data.
20400 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20402 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20403 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20404 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20405 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20407 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20409 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20410 Fix for webcams that support only specific width or height
20412 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20414 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20416 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20417 Fix wrong discont event setup (fixes #154967).
20419 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
20421 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20423 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20424 Error out on invalid data (fixes #154807).
20426 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20428 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20430 * ext/dvdread/dvdreadsrc.c: (_read):
20431 Make titles > 0 work again (fixes #154834).
20433 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20435 * gst-libs/gst/riff/riff-media.c:
20436 (gst_riff_create_video_template_caps):
20437 WMV3 missing in template caps.
20439 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20441 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20442 OK, so the original code was too strict. It makes random AVI files
20443 hang for seconds upon opening, which is unacceptable and is far
20444 beyond the original goal of getting multiple chunks for one-chunk
20445 sounc stream files. So now do just that.
20447 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20449 * gst/playback/gstplaybasebin.c: (setup_source),
20450 (gst_play_base_bin_change_state):
20451 Actually clean up streaminfo if output fails. This would trigger
20452 if, for example, there was no CD in the drive. No preroll, so
20453 a streaminfo structure is created, but the subsequent state change
20454 of the thread fails.
20455 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20456 Don't change state if parent failed.
20458 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20460 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20461 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20462 (gen_video_element), (remove_sinks):
20463 Add small bits of code for screenshot handling.
20465 2004-10-08 Wim Taymans <wim@fluendo.com>
20467 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20468 (gen_video_element), (gen_audio_element), (setup_sinks):
20469 Don't assume the user provided sinks are named "sink"...
20471 2004-10-08 Wim Taymans <wim@fluendo.com>
20473 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20474 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20475 (gst_play_base_bin_link_stream):
20476 Do not try to autoplug sources that generate raw streams like
20478 disconnect the preroll overrun signal when we don't need it anymore.
20480 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
20482 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20483 Added reworked patch from #154903 from milosz derezynski (deadchip).
20485 2004-10-08 Wim Taymans <wim@fluendo.com>
20487 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20488 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20489 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20490 (cdparanoia_convert), (cdparanoia_uri_get_type),
20491 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20492 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20493 * ext/cdparanoia/gstcdparanoia.h:
20494 This adds the cdda://<tracknum> uri.
20496 2004-10-08 Wim Taymans <wim@fluendo.com>
20498 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20499 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20500 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20501 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20502 (unknown_type), (gst_play_base_bin_remove_element),
20503 (gst_play_base_bin_link_stream):
20504 * gst/playback/gstplaybasebin.h:
20505 * gst/playback/gstplaybin.c: (gst_play_bin_init),
20506 (gst_play_bin_set_property), (gen_video_element),
20507 (gen_audio_element), (setup_sinks):
20508 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20509 (gst_stream_info_get_type), (gst_stream_info_class_init),
20510 (gst_stream_info_init), (gst_stream_info_new),
20511 (gst_stream_info_dispose), (stream_info_mute_pad),
20512 (gst_stream_info_set_property), (gst_stream_info_get_property):
20513 * gst/playback/gststreaminfo.h:
20514 Reuse the audio and video bins.
20515 Some internal cleanups in the stream selection code.
20517 2004-10-08 Julien MOUTTE <julien@moutte.net>
20519 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20520 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20521 * sys/ximage/ximagesink.h:
20522 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20523 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20524 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20525 not coming from those elements. Moreover these elements should not keep
20526 the xid they have been given when in NULL state.
20528 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20530 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20531 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20532 * sys/ximage/ximagesink.h:
20533 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20534 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20535 * sys/xvimage/xvimagesink.h:
20536 Actually only create a new toplevel window if we're not gonna
20537 embed it right after.
20539 2004-10-07 Wim Taymans <wim@fluendo.com>
20541 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20542 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20543 * gst/playback/gstplaybin.c: (setup_sinks):
20544 Implement muting/unmuting of streams, mute streams that are not
20547 2004-10-07 Wim Taymans <wim@fluendo.com>
20549 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20551 Added lame audio/x-ac3 typefind function.
20553 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20558 === release 0.8.5 ===
20560 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20565 releasing 0.8.5, "Take You On"
20567 2004-10-06 Wim Taymans <wim@fluendo.com>
20569 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20570 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20571 (no_more_pads), (close_link), (type_found):
20572 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20573 * gst/playback/gstplaybin.c: (gen_video_element):
20574 Do not signal the no_more_pads after the first pad when
20575 we are plugging a non dynamic element with multiple
20576 output pads (like swfdec, dvdec, ...).
20578 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20581 bump for prerelease
20583 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20585 * gst/wavparse/gstwavparse.c:
20586 add ATRAC3 to STATIC CAPS to fix a warning
20588 * gst/matroska/ebml-read.c:
20589 * gst-libs/gst/riff/riff-read.c:
20592 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20594 * gst-libs/gst/riff/riff-media.c:
20595 generate caps for ATRAC3 audio streams
20597 * gst/realmedia/rmdemux.c:
20598 generate caps for ATRAC3 audio streams
20600 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20602 * gst/wavparse/Makefile.am
20603 * gst/wavparse/riff.h
20604 * gst/wavparse/wavparse.vcproj
20605 riff.h removal (unused and duplication with riff-ids.h)
20607 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20609 * gst/wavparse/gstwavparse.h
20610 remove duplicated defines for audio codec codes
20612 * gst-libs/gst/riff/riff-ids.h
20613 * gst/wavenc/riff.h:
20614 add "4CC" code for ATRAC3 audio streams
20615 add "4CC" code for ITU_G721_ADPCM (unused for now)
20617 2004-10-06 Wim Taymans <wim@fluendo.com>
20619 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20620 Actually _do_ negotiation. Pass gdouble as arg instead
20621 of guint64 for the framerate.
20623 2004-10-06 Wim Taymans <wim@fluendo.com>
20625 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20626 (find_compatibles), (close_pad_link), (try_to_link_1),
20627 (no_more_pads), (close_link), (type_found):
20628 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20629 * gst/playback/gstplaybin.c: (gen_video_element),
20630 (gen_audio_element):
20631 Set state on newly added element to READY so that negotiation
20633 Addes some more debug info.
20634 Do not try to plug pads with multiple caps structures or ANY
20635 because it is too dangerous since we do not do dynamic
20638 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20640 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20644 add Oriya translation
20646 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20648 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20649 Prevent overwrite of size member. Makes audio sound crappy.
20651 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20653 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20654 Add rmvb to the list of known RealMedia extensions
20656 2004-10-05 Wim Taymans <wim@fluendo.com>
20658 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20659 (mngdec_openstream), (mngdec_closestream),
20660 (mngdec_handle_sink_event), (mngdec_readdata),
20661 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20662 (mngdec_getcanvasline), (mngdec_refresh),
20663 (gst_mngdec_change_state):
20664 Set the framerate correctly.
20666 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20668 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20669 There was something wrong with the index massaging.
20671 2004-10-04 Wim Taymans <wim@fluendo.com>
20673 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20674 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20675 (gst_smokedec_chain):
20676 * ext/jpeg/gstsmokedec.h:
20677 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20678 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20679 * ext/jpeg/gstsmokeenc.h:
20680 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20681 (smokecodec_decode_new), (smokecodec_info_free),
20682 (smokecodec_set_quality), (smokecodec_get_quality),
20683 (smokecodec_set_threshold), (smokecodec_get_threshold),
20684 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20685 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20686 (smokecodec_encode), (smokecodec_parse_id),
20687 (smokecodec_parse_header), (smokecodec_decode):
20688 * ext/jpeg/smokecodec.h:
20689 * ext/jpeg/smokeformat.h:
20690 Updated smoke, new bitstream, allows embedding in ogg.
20692 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20694 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20695 Fix seeking in some files. All this code is no longer needed (and
20696 actually breaks stuff) because we now synchronize the full index
20697 right when reading the header.
20699 2004-10-04 Wim Taymans <wim@fluendo.com>
20702 configure update for libmng.
20704 2004-10-04 Wim Taymans <wim@fluendo.com>
20706 * ext/libmng/Makefile.am:
20707 * ext/libmng/gstmng.c: (plugin_init):
20708 * ext/libmng/gstmng.h:
20709 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20710 (gst_mngdec_base_init), (gst_mngdec_class_init),
20711 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20712 (gst_mngdec_loop), (gst_mngdec_get_property),
20713 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20714 (mngdec_closestream), (mngdec_handle_sink_event),
20715 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20716 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20717 (gst_mngdec_change_state):
20718 * ext/libmng/gstmngdec.h:
20719 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20720 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20721 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20722 (gst_mngenc_chain), (gst_mngenc_get_property),
20723 (gst_mngenc_set_property):
20724 * ext/libmng/gstmngenc.h:
20725 Added basic MNG decoder. Needs more work. The encoder does
20728 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20730 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20731 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20732 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20733 Don't hang on length=0 chunks. Some negotiation fixes. Signal
20736 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
20739 you need at least 1.0.4 of speex
20741 2004-10-04 Iain <iaingnome@gmail.com>
20743 * ext/speex/gstspeexdec.h: Revert the includes changes.
20745 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20747 2004-09-30 Iain <iaingnome@gmail.com>
20749 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20750 found during init or set as a property instead of hardcoding /dev/audio
20752 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20754 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20755 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20756 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20757 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20758 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20759 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20760 (gst_rmdemux_dump_data):
20761 Use debug category, fix EOS handling. filesrc ! rmdemux now
20764 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20766 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20767 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20768 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20769 Improve allocation, cutting and sorting of the index. How takes a
20770 few seconds instead of minutes.
20772 2004-10-03 Christophe Fergeau <teuf@gnome.org>
20774 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20777 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20779 * gst-libs/gst/riff/riff-media.c:
20780 (gst_riff_create_video_caps_with_data),
20781 (gst_riff_create_video_template_caps):
20782 Add wing commander format mimetype/fourccs.
20783 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20784 Don't crash if some value is 0.
20786 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20788 * gst-libs/gst/riff/riff-media.c:
20789 (gst_riff_create_video_caps_with_data),
20790 (gst_riff_create_video_template_caps):
20791 Add DIB fourcc (raw, palettized 8-bit RGB).
20792 * gst-libs/gst/riff/riff-read.c:
20793 (gst_riff_read_strf_vids_with_data):
20794 Oops, fix strf_data reading bug.
20795 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20796 Use a non-NULL tag.
20797 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20798 Time for hacks. Sorry Dave. At least one quicktime movie (a
20799 trailer) that I've encountered contains multiple video tracks.
20800 One of those is the actual video track, the other are one-frame
20801 tracks (images). Unfortunately, the number of frames according
20802 to the trak header is 1 for each, so that doesn't help. So
20803 instead, I look at the duration and discard tracks with a
20804 duration shorter than 20% of the length of the stream. Better
20807 2004-10-01 Christian Schaller <christian@fluendo.com>
20809 * ext/ivorbis/vorbis.c:
20810 Patch from Phil Blundell (Bug 152341)
20812 2004-10-01 Wim Taymans <wim@fluendo.com>
20814 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20815 (speex_dec_get_formats), (speex_dec_convert),
20816 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20817 (speex_dec_chain), (gst_speexdec_get_property),
20818 (gst_speexdec_set_property):
20821 2004-10-01 Wim Taymans <wim@fluendo.com>
20823 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20824 (gst_wavparse_stream_init), (gst_wavparse_fmt),
20825 (gst_wavparse_other), (gst_wavparse_loop),
20826 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20827 (gst_wavparse_srcpad_event):
20828 * gst/wavparse/gstwavparse.h:
20829 Added some more debugging info.
20830 Fix the case where the length of the file is 0.
20831 Make sure we seek to sample borders.
20833 2004-10-01 Wim Taymans <wim@fluendo.com>
20835 * gst/playback/README:
20836 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20837 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20838 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20839 Add some debug info to decodebin, update README
20841 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20843 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20844 Don't use g_print(); use GST_DEBUG().
20846 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20848 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20849 (gst_ogg_mux_queue_pads):
20850 Handle EOS properly.
20852 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20854 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20856 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20857 (gst_faad_chain), (gst_faad_change_state):
20858 * ext/faad/gstfaad.h:
20859 Allow playback of raw (unframed) MPEG AAC files (#148993).
20861 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20863 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20865 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20866 Throw error if we didn't recognize the stream. Fixes #152289.
20868 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20870 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20873 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
20875 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20877 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20880 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
20882 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20884 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20886 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20889 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20891 * gst-libs/gst/riff/riff-media.c:
20892 (gst_riff_create_video_caps_with_data),
20893 (gst_riff_create_audio_caps_with_data):
20894 Add codec_data handling (like asfdemux used to do).
20895 * gst/asfdemux/gstasf.c: (plugin_init):
20896 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20897 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20898 Use riff-media for caps creation instead of our own (mostly
20899 broken) copy of its functions.
20901 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20903 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20904 Don't actually error out if we get another return value than
20905 -EINVAL. Opposite to what I first thought, drivers have random
20906 return values for this, although -EINVAL is the expected return
20907 value. Since this is not fatal, we shouldn't use
20908 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20910 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20912 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20913 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20914 (dvdreadsrc_get_property), (_open), (_seek), (_read),
20915 (dvdreadsrc_get), (dvdreadsrc_open_file),
20916 (dvdreadsrc_change_state):
20917 Fix. Don't do one big huge loop around the whole DVD, that will
20918 cache all data and thus eat sizeof(dvd) (several GB) before we
20920 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20921 Actually NULL'ify event after using it.
20922 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20923 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20924 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20925 (gst_ebml_read_seek), (gst_ebml_read_skip):
20927 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20928 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20929 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20930 Fix timing (this will probably break if I seek using menus, but
20931 I didn't get there yet). VOBs and normal DVDs should now work.
20932 Add a mpeg2-only pad with high rank so this get autoplugged for
20934 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20935 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20936 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20937 (gst_mpeg_demux_get_audio_stream),
20938 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20939 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20940 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20941 MPEG-1 but use dvddemux for MPEG-2.
20942 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20943 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20944 (gst_mpeg_parse_parse_packhead):
20945 Timing. Only add pad template if it exists. Add sink template from
20946 class and not from ourselves. This means we will always use the
20947 correct sink template even if it is not the one defined in this
20950 2004-09-29 Wim Taymans <wim@fluendo.com>
20952 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20953 (gst_mpeg_demux_parse_pes):
20954 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20955 Fix playback of mpeg again, timestamps where screwed up by
20958 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20960 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20961 Only return true if we actually filled something in. Prevents
20962 player applications from showing a random length for flac files.
20963 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20964 (gst_riff_read_use_event), (gst_riff_read_handle_event),
20965 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20966 (gst_riff_read_strf_vids_with_data),
20967 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20968 OK, ok, so I implemented event handling. Apparently it's normal
20969 that we receive random events at random points without asking
20971 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20972 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20973 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20974 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20975 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20976 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20977 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20978 * gst/avi/gstavidemux.h:
20979 Implement non-lineair chunk handling and subchunk processing.
20980 The first solves playback of AVI files where the audio and video
20981 data of individual buffers that we read are not synchronized.
20982 This should not happen according to the wonderful AVI specs, but
20983 of course it does happen in reality. It is also a prerequisite for
20984 the second. Subchunk processing allows us to cut chunks in small
20985 pieces and process each of these pieces separately. This is
20986 required because I've seen several AVI files with incredibly large
20987 audio chunks, even some files with only one audio chunk for the
20988 whole file. This allows for proper playback including seeking.
20989 This patch is supposed to fix all AVI A/V sync issues.
20990 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20991 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20993 * gst/modplug/gstmodplug.cc:
20994 Proper return value setting for the query() function.
20995 * gst/playback/gstplaybasebin.c: (setup_source):
20996 Being in non-playing state (after, e.g., EOS) is not necessarily
20997 a bad thing. Allow for that. This fixes playback of short files.
20998 They don't actually playback fully now, because the clock already
20999 runs. This means that small files (<500kB) with a small length
21000 (<2sec) will still not or barely play. Other files, such as mod
21001 or flx, will work correctly, however.
21003 2004-09-28 Wim Taymans <wim@fluendo.com>
21005 * ext/speex/gstspeex.c: (plugin_init):
21006 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
21007 (gst_speex_dec_class_init), (speex_dec_get_formats),
21008 (speex_get_event_masks), (speex_get_query_types),
21009 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
21010 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
21011 (gst_speexdec_get_property), (gst_speexdec_set_property),
21012 (speex_dec_change_state):
21013 * ext/speex/gstspeexdec.h:
21014 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21015 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21016 (gst_speexenc_base_init), (gst_speexenc_class_init),
21017 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21018 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21019 (gst_speexenc_src_query), (gst_speexenc_init),
21020 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21021 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21022 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21023 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21024 (gst_speexenc_chain), (gst_speexenc_get_property),
21025 (gst_speexenc_set_property), (gst_speexenc_change_state):
21026 * ext/speex/gstspeexenc.h:
21027 Rewrote speex encoder, make sure it can be embedded in ogg.
21028 Implemented speex decoder.
21030 2004-09-28 Christian Schaller <christian@fluendo.com>
21033 Remove kioslave plugin. Markey is brewing a new working one
21034 * ext/Makefile.am: Remove kioslave plugin
21036 * gst-plugins.spec.in: remove kio plugin from spec
21038 2004-09-27 Wim Taymans <wim@fluendo.com>
21040 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21041 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21042 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21043 (gst_multifdsink_new_client),
21044 (gst_multifdsink_handle_client_write),
21045 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21046 (gst_multifdsink_handle_clients):
21047 * gst/tcp/gstmultifdsink.h:
21048 Make syncing to keyframes actually work for new clients and lagging
21051 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
21053 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21054 (gst_navigationtest_handle_src_event), (draw_box_planar411),
21055 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21056 * gst/debug/gstnavigationtest.h:
21057 make navigationtest display button-press and button-release events
21059 2004-09-26 Iain <iaingnome@gmail.com>
21061 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21062 the channels have received a new media event.
21063 (interleave_buffered_loop): Compresses a new media event on all
21066 2004-09-26 Iain <iaingnome@gmail.com>
21068 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21069 call the sinkpad's default event handler and not the srcpads. He also
21070 says this is confusing :)
21071 (gst_wavenc_stop_file): Company says that seek events only go upstream
21072 we should send a discontinuous downstream instead.
21074 2004-09-25 Christian Schaller <christian@fluendo.com>
21076 * Update SPEC file to be usable in conjunction with Fedora Core,
21077 Fedora.us and freshrpms packages
21078 * Fix typo in multifilesrc test Makefile
21080 2004-09-24 Wim Taymans <wim@fluendo.com>
21082 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21083 Only signal the no_more_pads signal when we have
21084 added the stream to our list.
21086 2004-09-24 Wim Taymans <wim@fluendo.com>
21088 * gst/playback/gstplaybasebin.c: (remove_prerolls),
21090 * gst/playback/gstplaybasebin.h:
21091 * gst/playback/gstplaybin.c: (setup_sinks):
21092 Don't try to preroll or decode more than one audio/video
21095 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21097 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21098 Throw error if we failed to find a suitable output. This should
21099 throw an error if we successfully set up a pipeline (e.g. because
21100 we recognized a media file) but found no decodable streams in it
21101 (e.g. because it contains only media stream types for which we
21102 have no decoders, or because it's not a media type).
21104 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21106 * ext/dirac/Makefile.am:
21107 * ext/dirac/gstdirac.cc:
21108 * ext/dirac/gstdiracdec.cc:
21109 * ext/dirac/gstdiracdec.h:
21110 Do something. Don't actually know if this works because I don't
21111 have a demuxer yet.
21112 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21113 Add channels=1 to caps returned from _getcaps().
21114 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21115 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21116 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21117 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21118 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21119 (gst_ogm_parse_change_state):
21120 Separate between audio/video so ogmaudioparse actually uses the
21121 audio pad templates. Both audio and video work now, including
21122 autoplugging. Also use sometimes-srcpad hack.
21123 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21124 Handle events better. Don't hang on infinite loops.
21125 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21126 (gst_avi_demux_init), (gst_avi_demux_reset),
21127 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21128 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21129 (gst_avi_demux_change_state):
21130 * gst/avi/gstavidemux.h:
21131 Improve A/V sync. Still not perfect.
21132 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21133 (gst_ebml_read_skip):
21134 Handle events better.
21135 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21136 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21137 (qtdemux_audio_caps):
21138 Add IMA4. Improve event handling. Save offset after a seek when
21139 the headers are at the end of the file so that we don't end up in
21141 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21142 Add low-priority typefind support for files with no length.
21144 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21146 * testsuite/multifilesink/Makefile.am:
21149 2004-09-22 Julien MOUTTE <julien@moutte.net>
21151 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21152 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21153 mistakes from thaytan's patches.
21155 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21157 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21158 For completeness, XSync in the destroy function as xvimage does.
21160 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21162 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21163 Correct caps negotiation
21164 * gst/volume/gstvolume.c: (volume_chain_float),
21165 (volume_chain_int16):
21166 Modify debug output to be little more informative
21167 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21168 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21169 (gst_xvimagesink_xvimage_destroy):
21170 Add XSync calls after detaching from the shared memory segment to
21173 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21175 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21176 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21177 * ext/vorbis/vorbis.c: (plugin_init):
21178 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21179 (gst_vorbisenc_chain):
21180 * ext/vorbis/vorbisenc.h:
21181 remove explicit newmedia support from oggmux and vorbisenc
21182 add debug category to vorbisenc
21183 * gst/multifilesink/gstmultifilesink.c:
21184 (gst_multifilesink_class_init), (gst_multifilesink_init),
21185 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21186 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21187 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21189 * gst/multifilesink/gstmultifilesink.h:
21190 add support for streamheader in multifilesink
21192 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21194 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21195 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21196 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21197 Prevent infinite loops. More correct error reporting.
21198 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21199 Error out if negotiation fails.
21200 * gst/playback/gstplaybasebin.c: (setup_source),
21201 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21202 (gst_play_base_bin_found_tag):
21203 Error/tag forwarding. Pre-roll fixes for source errors on state
21204 changes (e.g. "file does not exist") to prevent hangs.
21206 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21208 * testsuite/multifilesink/Makefile.am:
21209 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21210 (gst_newmedia_class_init), (gst_newmedia_init),
21211 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21212 (newfile_signal), (test_signal), (main):
21213 * testsuite/multifilesink/multifilesrc_test.c: (main):
21214 * testsuite/multifilesink/oggtheora_test.c:
21215 (gst_newmedia_base_init), (gst_newmedia_class_init),
21216 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21217 (test_format), (newfile_signal), (test_signal), (main):
21218 * testsuite/multifilesink/oggvorbis_test.c:
21219 (gst_newmedia_base_init), (gst_newmedia_class_init),
21220 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21221 (test_format), (newfile_signal), (test_signal), (main):
21222 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21223 (gst_newmedia_class_init), (gst_newmedia_init),
21224 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21225 (newfile_signal), (test_signal), (main):
21228 2004-09-20 Christian Schaller <christian@fluendo.com>
21230 * Fix mikmod license to LGPL as they have relicensed
21231 * Move Dirac and Effectv into LGPL section of README_license
21233 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21235 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21236 (gst_mad_change_state):
21237 Allow for mp3 rate/channels changes. However, only very
21238 conservatively. Reason that we *have* to enable this is smiply
21239 because the mad find_sync() function is not good enough, it will
21240 regularly sync on random data as valid frames and therefore make
21241 us provide random caps as *final* caps of the stream. The best fix
21242 I could think of is to simply require several of the same stream
21243 changes in a row before we change caps.
21244 The actual testcase that works now is #
21245 * ext/ogg/Makefile.am:
21246 * ext/ogg/gstogg.c: (plugin_init):
21247 * ext/ogg/gstogmparse.c:
21248 OGM support (video only for now; I need an audio sample file).
21249 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21250 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21251 (gst_asf_demux_add_video_stream):
21253 * gst/playback/gstplaybasebin.c: (unknown_type):
21254 Don't error out on single unknown-types after all. It's wrong.
21255 If we found type of video and audio but not of a subtitle stream,
21256 it will still error out (which is unwanted). Will find a better fix
21258 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21259 (ogmaudio_type_find), (plugin_init):
21262 2004-09-20 Johan Dahlin <johan@gnome.org>
21264 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21265 after setting caps.
21267 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21269 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21270 * gst/wavenc/gstwavenc.h:
21271 Added newmedia support to wavenc
21273 2004-09-17 Wim Taymans <wim@fluendo.com>
21275 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21276 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21277 (gst_fdset_fd_can_write), (gst_fdset_wait):
21278 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21279 (gst_multifdsink_init), (gst_multifdsink_add),
21280 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21281 (gst_multifdsink_remove_client_link),
21282 (gst_multifdsink_client_queue_buffer),
21283 (gst_multifdsink_handle_client_write),
21284 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21285 (gst_multifdsink_close), (gst_multifdsink_change_state):
21286 * gst/tcp/gstmultifdsink.h:
21287 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21288 (gst_tcpserversink_removed):
21289 Small cleanups in fdset.c
21290 Use a hastable to map fd to the client structure for faster
21291 lookup in _remove and get_stats.
21292 Added virtual function to close the fds.
21293 Handle clients even when the select/poll call was unblocked because
21295 Implement syncing to keyframe in the recovery procedure.
21297 2004-09-16 Iain <iaingnome@gmail.com>
21299 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21302 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21304 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21305 Caps are only set if the type of the stream is unknown, but this
21306 is initialized in ->init_stream(), so set to UNKNOWN after calling
21307 ->init_stream() so that capsnego starts.
21309 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21311 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21312 (gst_avi_demux_stream_data):
21313 Just hardcode for raw audio then. AVI audio sucks.
21315 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
21317 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21318 * gst/matroska/matroska-mux.c: (audiosink_templ),
21319 (gst_matroska_mux_audio_pad_link):
21320 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21321 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21323 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21325 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21326 (gst_avi_demux_stream_data):
21327 Try to fix a/v sync issues.
21329 2004-09-15 David Schleef <ds@schleef.org>
21331 * configure.ac: remove NASM check, since we don't use it. Update
21333 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21334 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21335 Initialized variables.
21336 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21337 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21338 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21341 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21343 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21344 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21345 * gst/avi/gstavidemux.h:
21346 Fix for compressed audio (mp3) timestamp generation. How did this
21349 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21351 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21352 Volume is a double not a float.
21354 2004-09-15 Wim Taymans <wim@fluendo.com>
21356 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21357 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21358 Don't close the fd in multifdsink as we didn't open it in the
21359 first place. Some cleanups.
21361 2004-09-15 Wim Taymans <wim@fluendo.com>
21363 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21364 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21365 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21366 Fix the case where the muxer would mark pages as delta
21367 frames when they are not (vorbis only ogg).
21369 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21371 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21372 (gst_play_base_bin_change_state):
21373 Handle the case where we failed to setup a clear pipeline. This
21374 will throw an error (or EOS, another nice case) and if you don't
21375 catch that, the app will wait for the signal forever (and thus
21378 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21380 * ext/gnomevfs/gstgnomevfssink.c:
21381 (gst_gnomevfssink_uri_get_protocols):
21382 * ext/gnomevfs/gstgnomevfssrc.c:
21383 (gst_gnomevfssrc_uri_get_protocols):
21384 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21385 * ext/gnomevfs/gstgnomevfsuri.h:
21386 Use _uri_new() instead of _open(), so it doesn't take as long and
21387 Christophe's computer won't hang.
21388 * gst/playback/gstplaybasebin.c: (unknown_type):
21389 Throw error on unknown media type, so apps actually display it.
21391 2004-09-14 Brian Cameron <brian.cameron@sun.com
21393 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
21394 this script to work on Solaris since bash shell handles echo
21395 differenly than bash.
21397 2004-09-17 Wim Taymans <wim@fluendo.com>
21399 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21400 (setup_source), (gst_play_base_bin_set_property),
21401 (gst_play_base_bin_add_element):
21402 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21403 Some more work on making sure seeking pauses the pipeline and
21404 that changing the uri actually does something.
21406 2004-09-17 Wim Taymans <wim@fluendo.com>
21408 * gst/tcp/gstfdset.c: (gst_fdset_wait):
21409 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21410 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21411 (gst_tcpserversink_close):
21412 Be a bit more paranoid when freeing memory.
21414 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21416 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21417 (qtdemux_parse_trak):
21418 Don't crash by dividing by zero (see sample movie in #126922).
21420 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21422 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21423 Don't touch non-existing data (fixes crash on file in #140147).
21425 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21427 * gst/playback/gstplaybasebin.c:
21428 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21429 Handle double disposals, and proper change of URIs.
21431 2004-09-13 Martin Eikermann <meiker@upb.de>
21433 * gst/mpegstream/gstmpegparse.c:
21434 fix synchronistation for streams recorded from digital PCR
21437 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21439 * ext/gnomevfs/Makefile.am:
21440 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21441 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21442 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21443 (gst_gnomevfssink_uri_get_type),
21444 (gst_gnomevfssink_uri_get_protocols),
21445 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21446 (gst_gnomevfssink_uri_handler_init),
21447 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21448 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21449 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21450 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21451 (gst_gnomevfssrc_uri_get_type),
21452 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21453 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21454 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21455 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21456 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21457 * ext/gnomevfs/gstgnomevfsuri.h:
21458 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21459 of fake URIs to see which this version of Gnome-VFS likes, and
21460 uses that for the Gst-URI interface. Makes playbin support http://
21461 streams. Also fix up some stupid behaviour in gnomevfssrc.
21463 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21465 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21466 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21467 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21468 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21469 Update mixer (to sync with other sessions) if we try to obtain
21470 a new value. This makes alsamixer work accross applications.
21471 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21472 Only call sync functions if we're running, else alsalib asserts.
21473 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21474 Sometimes fails to compile. Possibly a gcc bug.
21475 * gst/playback/gstplaybin.c: (gen_video_element),
21476 (gen_audio_element):
21477 Add a reference to an application-provided object, because we lose
21478 this same reference if we add it to the bin. If we don't do this,
21479 we can only use this object once and thus crash if we go from
21480 ready to playing, back to ready and back to playing again.
21481 Also add an audioscale element because several cheap soundcards -
21482 like mine - don't support all samplerates.
21483 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21484 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21485 Fix wrong order or PAR calls. Makes automatically obtained PAR
21486 from the X server atually being used.
21488 2004-09-12 David Schleef <ds@schleef.org>
21490 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21491 #151887, #152102, #152247.
21492 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21493 * examples/seeking/cdparanoia.c: same
21494 * examples/seeking/cdplayer.c: same
21495 * examples/seeking/seek.c: same
21496 * examples/seeking/spider_seek.c: same
21497 * examples/seeking/vorbisfile.c: same
21498 * examples/stats/mp2ogg.c: same
21499 * ext/esd/esdsink.c: (gst_esdsink_class_init),
21500 (gst_esdsink_dispose): Dispose of element properly.
21501 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21503 * ext/nas/nassink.c: (gst_nassink_class_init),
21504 (gst_nassink_dispose): Dispose of element correctly.
21505 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21506 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21507 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21508 Fix 64-bit warning.
21509 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21510 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21511 Fix 64-bit warning.
21513 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21515 * configure.ac : change speex detection as 1.1.6 now uses
21516 .pc/pkg-config and they changed their headers location.
21518 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
21520 * gst/matroska/matroska-mux.h:
21521 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21522 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21523 (gst_matroska_mux_write_data):
21524 Write multiple blocks/frames per cluster.
21525 Write meta-seek information (seek heads).
21527 2004-09-09 Scott Wheeler <wheeler@kde.org>
21529 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21530 (gst_play_bin_set_property), (gst_play_bin_get_property),
21531 (gen_audio_element), (gen_audio_element):
21532 Add a volume element / property to the pipeline.
21534 2004-09-07 Wim Taymans <wim@fluendo.com>
21536 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21537 Copy timestamps from the master pad to the output buffers.
21539 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21541 * ext/raw1394/gstdv1394src.c:
21542 throw errors when applicable
21544 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
21546 * gst/matroska/ebml-ids.h:
21547 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21548 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21549 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21550 automatically convert unix time <-> ebml time when reading/writing
21551 a date, use gst_ebml_write_uint to write CUETIME,
21552 not gst_ebml_write_date.
21553 * gst/matroska/matroska-ids.h:
21554 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21555 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21556 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21557 (gst_matroska_mux_write_data):
21558 Write track and segment UIDs, write muxing date, write
21559 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21560 Create cues for audio only files.
21562 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21564 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21565 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21566 Re-commit ALSA switches.
21567 * gst/adder/gstadder.c: (gst_adder_loop):
21568 64-bit fix (#151416).
21569 * gst/debug/progressreport.c: (gst_progressreport_report):
21570 64-bit fix (#151419).
21571 * gst/matroska/matroska-demux.c:
21572 (gst_matroska_demux_parse_contents):
21573 64-bit fix (#151420).
21574 * gst/playback/test3.c: (update_scale):
21575 64-bit fix (#151421).
21577 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21582 === release 0.8.4 ===
21584 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21586 * configure.ac: releasing 0.8.4, "Alias"
21588 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21590 * ext/theora/Makefile.am:
21591 fix makefile. Fixes #151462.
21593 2004-08-30 Wim Taymans <wim@fluendo.com>
21595 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21596 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21597 (gst_multifdsink_remove_client_link),
21598 (gst_multifdsink_client_queue_buffer),
21599 (gst_multifdsink_handle_client_write):
21600 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21601 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21602 Fix some memory leaks.
21604 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21606 Patch by: David Schleef
21610 rename our detection macro for V4L2. Fixes #151236.
21612 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21614 Patch by: David Schleef
21617 check to define LAMEPRESET. Fixes #151232.
21619 2004-08-27 David Schleef <ds@schleef.org>
21621 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21622 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21623 (gst_glimagesink_fixate): Move local variable declarations to
21624 make gcc-2.95 happy.
21626 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21629 bump nano for prerelease
21631 2004-08-27 David Schleef <ds@schleef.org>
21633 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21634 * sys/sunaudio/gstsunaudiosrc.c:
21635 * sys/sunaudio/gstsunaudiosrc.h:
21637 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21639 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21640 handle EOS correctly
21641 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21642 * gst/matroska/matroska-mux.h:
21643 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21644 VFW compatibility mode
21646 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21648 patch by: Zaheer Abbas Merali
21650 * ext/ogg/gstoggmux.c:
21651 * ext/vorbis/vorbisenc.c:
21652 * ext/vorbis/vorbisenc.h:
21655 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21657 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21658 fix byte order reversion on little endian machines.
21659 * gst/matroska/matroska-mux.c: (audiosink_templ),
21660 (gst_matroska_mux_audio_pad_link):
21661 add TTA codec to the list of supported codecs.
21662 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21663 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21664 (gst_matroska_mux_write_data):
21665 * gst/matroska/matroska-mux.h:
21666 write segment duration correctly, write muxing app string, fixes bugs
21667 #140897 and #140898.
21668 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21669 wait for all pads to be negotiated before starting to mux.
21671 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21673 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21674 * ext/lame/gstlame.h:
21675 Added new media support to lame
21677 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21679 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21680 send vorbis headers at the beginning of a stream, fixes bug #141554.
21681 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21683 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21684 (gst_matroska_demux_plugin_init):
21685 * gst/matroska/matroska-ids.h:
21686 enable demuxing of TTA audio streams, fixes bug #148951.
21687 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21688 enable typefinding for TTA audio files, fixes bug #148711.
21689 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21690 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21691 fixes playback of packed bitstream and xvid with bframes, bug #135407.
21693 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
21695 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21696 (gst_riff_read_element_data), (gst_riff_read_seek),
21697 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21698 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21701 2004-08-23 Iain <iaingnome@gmail.com>
21703 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21704 tags. They appear to be handled differently to normal.
21705 (tag_list_to_id3_tag_foreach): Ditto.
21707 2004-08-22 Wim Taymans <wim@fluendo.com>
21709 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21710 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21711 Make sure we never send -1 granulepos.
21713 2004-08-20 Wim Taymans <wim@fluendo.com>
21715 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21716 (gst_ogg_mux_loop):
21717 I will accept bitchslappings with non sharp objects.
21719 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21722 Clean up the test for lame presets
21724 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21727 * ext/lame/Makefile.am:
21728 * ext/lame/gstlame.c: (gst_lame_class_init),
21729 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21730 Only enable lame presets if version of lame has presets in API
21732 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
21733 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21734 * gst/udp/gstudpsrc.h:
21735 Don't call gst_pad_push in a get function. Fixes #150449
21737 2004-08-18 Wim Taymans <wim@fluendo.com>
21739 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21740 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21741 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21742 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21743 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21745 * gst/tcp/gstfdset.h:
21746 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21747 (gst_multifdsink_client_queue_buffer),
21748 (gst_multifdsink_handle_client_write):
21749 * gst/tcp/gstmultifdsink.h:
21750 Some extra checks in gstfdset.
21751 Only use send() when the fd is a socket. Don't try to
21752 read from write only fds.
21754 2004-08-18 Wim Taymans <wim@fluendo.com>
21756 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21757 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21758 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21759 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21761 Add more locking and bounds checking.
21763 2004-08-18 Wim Taymans <wim@fluendo.com>
21765 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21766 Realloc test fdset in the lock and right before starting
21767 the poll call. Bump the limit to 4096.
21769 2004-08-17 David Schleef <ds@schleef.org>
21771 * sys/sunaudio/Makefile.am:
21772 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21773 of rates and channels. Make debugging less obnoxious.
21775 Patch from Balamurali Viswanathan implementing a mixer for
21776 Sun audio. (bug #144091):
21777 * sys/sunaudio/gstsunelement.c:
21778 * sys/sunaudio/gstsunelement.h:
21779 * sys/sunaudio/gstsunmixer.c:
21780 * sys/sunaudio/gstsunmixer.h:
21782 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21784 * gst/audioscale/gstaudioscale.c:
21785 * gst/audioscale/gstaudioscale.h:
21786 made audioscale resample from any sample rate to any sample rate
21788 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21790 * ext/libpng/gstpngdec.c:
21791 error out on unsupported types
21793 2004-08-17 Iain <iaingnome@gmail.com>
21795 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21796 mid_side and loose_mid_side properties if its a stereo stream.
21798 2004-08-17 Wim Taymans <wim@fluendo.com>
21800 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21801 (theora_get_formats), (theora_dec_src_convert),
21802 (theora_dec_sink_convert), (theora_dec_src_query),
21803 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21806 2004-08-17 Wim Taymans <wim@fluendo.com>
21808 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21809 (gst_ogg_pad_push):
21810 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21811 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21812 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21813 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21814 Mark delta units in the muxer.
21815 Try to decode the packet after an out-of-sync error from
21818 2004-08-17 Wim Taymans <wim@fluendo.com>
21820 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21821 (gst_multifdsink_init), (gst_multifdsink_add),
21822 (gst_multifdsink_client_queue_buffer),
21823 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21824 * gst/tcp/gstmultifdsink.h:
21825 Added option to send a keyframe to clients as the first buffer.
21826 Make timeout property writable.
21828 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21830 patch by: Wim Taymans
21832 * gst/tcp/gstfdset.c:
21833 * gst/tcp/gstmultifdsink.c:
21834 fix index comparison, should include 0
21836 2004-08-16 Wim Taymans <wim@fluendo.com>
21838 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21839 (gst_fdset_add_fd), (gst_fdset_remove_fd),
21840 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21841 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21843 copy when reallocing for poll so the select arguments don't get
21844 changed during the call
21846 2004-08-16 Wim Taymans <wim@fluendo.com>
21848 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21849 (gst_theora_enc_class_init), (theora_enc_sink_link),
21850 (theora_buffer_from_packet), (theora_enc_chain):
21851 Fix bug where buffers were not marked as keyframes
21854 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21856 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21857 (gst_lame_preset_get_type), (gst_lame_class_init):
21858 describe the enum values for vbr mode and presets more verbosely
21860 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21862 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21863 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21864 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21865 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21866 * ext/lame/gstlame.h:
21867 add preset property to lame so it can use lame presets
21869 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21871 * ext/lame/gstlame.c: (gst_lame_get_property):
21872 whoops forgot break, thanks teuf
21874 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21876 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21877 (gst_lame_class_init), (gst_lame_src_getcaps),
21878 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21879 (gst_lame_get_property), (gst_lame_setup):
21880 * ext/lame/gstlame.h:
21881 fix lame's broken vbr stuff, allow it to resample if need be, and also
21882 make xing header optional
21884 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21886 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21887 added getcaps function so samplerate doesnt get fixated to silly values
21889 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21891 * ext/lame/gstlame.c: (gst_lame_src_link):
21892 revert previous fix
21894 2004-08-12 Johan Dahlin <johan@gnome.org>
21896 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21897 checks. Doesn't matter what state we are in. Interfaces are a
21898 compile time thing, not runtime. It also broke the python bindings.
21900 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21902 * ext/lame/gstlame.c: (gst_lame_src_link):
21903 made source pad link function check if sinkpad is ok..fixes the problem
21904 where core fixates the output rate of lame stupidly
21906 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
21908 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21909 * sys/v4l/v4l_calls.c:
21910 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21911 fix fixate function to handle nonsimple caps.
21912 remove bogus check in _link
21915 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21917 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21918 set default compression ratio parameter to 0.0 so bitrate parameter
21921 2004-08-11 David Schleef <ds@schleef.org>
21923 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21925 2004-08-11 David Schleef <ds@schleef.org>
21927 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21930 2004-08-11 David Schleef <ds@schleef.org>
21932 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21934 2004-08-11 David Schleef <ds@schleef.org>
21936 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21938 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21939 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21941 * gst/auparse/gstauparse.c: Fix plugin license field.
21942 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21943 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21944 * gst/rtp/gstrtp.c: Fix plugin license field.
21946 2004-08-11 Wim Taymans <wim@fluendo.com>
21948 * gst/tcp/Makefile.am:
21949 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21950 (ensure_size), (gst_fdset_new), (gst_fdset_free),
21951 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21952 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21953 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21954 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21955 (gst_fdset_fd_can_write), (gst_fdset_wait):
21956 * gst/tcp/gstfdset.h:
21957 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21958 (gst_multifdsink_class_init), (gst_multifdsink_init),
21959 (gst_multifdsink_add), (gst_multifdsink_remove),
21960 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21961 (gst_multifdsink_remove_client_link),
21962 (gst_multifdsink_handle_client_read),
21963 (gst_multifdsink_client_queue_data),
21964 (gst_multifdsink_client_queue_caps),
21965 (gst_multifdsink_client_queue_buffer),
21966 (gst_multifdsink_handle_client_write),
21967 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21968 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21969 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21970 (gst_multifdsink_close):
21971 * gst/tcp/gstmultifdsink.h:
21972 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21973 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21974 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21975 (gst_tcpserversink_close):
21976 * gst/tcp/gsttcpserversink.h:
21977 Abstracted away the select call, implemented poll (yes we ran into
21978 the 1024 limit in production).
21980 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
21982 * gst/tcp/gsttcp.c:
21983 * gst/tcp/gsttcpplugin.c:
21984 improve debuggging, remove assert
21986 2004-08-10 Wim Taymans <wim@fluendo.com>
21988 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21989 (gst_client_status_get_type), (gst_multifdsink_class_init),
21990 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21991 (gst_multifdsink_handle_client_read),
21992 (gst_multifdsink_handle_client_write),
21993 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21994 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21995 (gst_multifdsink_get_property):
21996 * gst/tcp/gstmultifdsink.h:
21997 * gst/tcp/gsttcp-marshal.list:
21998 Starting to prepare for specifying buffer time in other units
21999 than buffers. Expose remove reason in signal.
22001 2004-08-10 Wim Taymans <wim@fluendo.com>
22003 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22004 (gst_multifdsink_remove), (gst_multifdsink_clear),
22005 (gst_multifdsink_remove_client_link),
22006 (gst_multifdsink_handle_client_read),
22007 (gst_multifdsink_client_queue_data),
22008 (gst_multifdsink_client_queue_buffer),
22009 (gst_multifdsink_handle_client_write),
22010 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22011 (gst_multifdsink_chain), (gst_multifdsink_close):
22012 * gst/tcp/gstmultifdsink.h:
22013 Added more debugging info. Changed the way clients are
22014 removed from the lists. Fixed a bug where a bad file descriptor
22015 could cause many clients to be removed.
22017 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
22019 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22020 allow all pixel-aspect-ratios, not just 1:1
22022 2004-08-09 David Schleef <ds@schleef.org>
22024 * sys/glsink/ARB_multitexture.h: Remove old files.
22025 * sys/glsink/EXT_paletted_texture.h:
22026 * sys/glsink/NV_register_combiners.h:
22027 * sys/glsink/gstgl_nvimage.c:
22028 * sys/glsink/gstgl_pdrimage.c:
22029 * sys/glsink/gstgl_rgbimage.c:
22030 * sys/glsink/gstglsink.c:
22031 * sys/glsink/gstglsink.h:
22032 * sys/glsink/gstglxwindow.c:
22033 * sys/glsink/regcomb_yuvrgb.c:
22035 2004-08-09 David Schleef <ds@schleef.org>
22037 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22038 GL sink plugin. (Bug #147302)
22040 * configure.ac: Test for OpenGL
22041 * sys/Makefile.am: Use test for OpenGL
22042 * sys/glsink/Makefile.am:
22043 * sys/glsink/glimagesink.c: rewrite
22044 * sys/glsink/glimagesink.h: rewrite
22046 2004-08-09 David Schleef <ds@schleef.org>
22048 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
22050 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22051 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22052 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22054 2004-08-09 Wim Taymans <wim@fluendo.com>
22056 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22057 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22058 (gst_multifdsink_client_remove),
22059 (gst_multifdsink_handle_client_read),
22060 (gst_multifdsink_handle_client_write),
22061 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22062 Do a bit more logging, make the client_read code more robust.
22064 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22066 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22067 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22068 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22069 (gst_jpegdec_init), (gst_jpegdec_chain):
22070 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22071 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22072 cleanups, debugging fixes and memleak plugging
22074 2004-08-09 Wim Taymans <wim@fluendo.com>
22076 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22077 (theora_get_formats), (theora_dec_src_convert),
22078 (theora_dec_sink_convert), (theora_dec_src_query),
22079 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22080 (theora_dec_change_state):
22081 Don't crash on missing header packets.
22083 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22087 Added Albanian translation (Laurent Dhima)
22091 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22093 * ext/lame/gstlame.c:
22096 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22098 * sys/ximage/ximagesink.c:
22099 * sys/xvimage/xvimagesink.c:
22100 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
22102 2004-08-06 Wim Taymans <wim@fluendo.com>
22104 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22105 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22106 (gst_multifdsink_client_remove),
22107 (gst_multifdsink_handle_client_read),
22108 (gst_multifdsink_handle_client_write),
22109 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22110 Make sure we don't try to read more from a client that what
22111 ioctl says us or we deadlock.
22113 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22115 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22116 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22117 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22118 decouple running_time and n_frames so it can handle changing
22119 framerate while running
22121 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22125 updated translations
22127 2004-08-04 Benjamin Otte <otte@gnome.org>
22129 * gst/videotestsrc/gstvideotestsrc.c:
22130 (gst_videotestsrc_get_capslist), (generate_capslist),
22132 generate the list of supported caps at startup and reuse it instead
22133 of always generating it
22135 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
22137 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22138 whoops, last checkin broke normal build
22140 2004-08-03 Benjamin Otte <otte@gnome.org>
22142 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22143 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22144 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22145 (gst_alsa_mixer_get_option):
22146 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22147 (dvdnavsrc_print_event):
22148 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22149 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22150 (gst_ogg_mux_pad_unlink):
22151 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22152 (gst_multipart_mux_pad_unlink):
22153 * gst/videofilter/gstvideobalance.c:
22154 (gst_videobalance_colorbalance_set_value):
22155 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22156 (gst_videomixer_pad_unlink):
22158 * sys/oss/gstossmixer.c:
22159 * sys/v4l/gstv4lcolorbalance.c:
22160 * sys/v4l/gstv4ltuner.c:
22161 * sys/v4l/v4lsrc_calls.c:
22162 * sys/v4l2/gstv4l2colorbalance.c:
22163 * sys/v4l2/gstv4l2tuner.c:
22164 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22166 2004-08-03 Benjamin Otte <otte@gnome.org>
22168 * examples/dynparams/filter.c: (ui_control_create):
22169 * examples/gstplay/player.c: (print_tag):
22170 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22171 * ext/gdk_pixbuf/gstgdkanimation.c:
22172 (gst_gdk_animation_iter_may_advance):
22173 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22174 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22175 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22176 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22177 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22178 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22179 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22180 * gst/sine/demo-dparams.c: (main):
22181 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22182 * testsuite/alsa/formats.c: (create_pipeline):
22183 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22184 fixes for G_DISABLE_ASSERT and friends
22185 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22186 (mp3_type_frame_length_from_header), (mp3_type_find),
22188 require mp3 typefinding to have at least MIN_HEADERS valid headers
22189 add typefinding for AAC adts files
22191 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
22193 * sys/ximage/ximagesink.c:
22194 (gst_ximagesink_calculate_pixel_aspect_ratio):
22195 * sys/xvimage/xvimagesink.c:
22196 (gst_xvimagesink_calculate_pixel_aspect_ratio):
22197 Make sure we calculate pixel-aspect-ratio using floating point maths
22199 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22202 updated translation
22204 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22206 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22207 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22208 add debugging for display PAR calculation
22210 2004-08-02 David Schleef <ds@schleef.org>
22212 * configure.ac: Fix mikmod CFLAGS.
22214 2004-07-27 Benjamin Otte <otte@gnome.org>
22216 * gst/audioscale/gstaudioscale.c:
22217 - fix templates to only support S16, it's the only format that works
22218 - make caps nego code use try_set_caps_nonfixed and fixation instead
22219 of try_set_caps twice, which is not nice for autopluggers
22220 - change rank to secondary, so autopluggers can pick it up after
22223 2004-08-02 Iain <iain@prettypeople.org>
22225 * gst/interleave/interleave.c (interleave_init),
22226 (interleave_request_new_pad),
22227 (interleave_pad_removed),
22228 (interleave_buffered_loop): Use the real pad count, not the artificial
22231 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22233 * configure.ac: bump nano back to development
22235 === release 0.8.3 ===
22237 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22239 * configure.ac: releasing 0.8.3, "Water"
22241 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22243 * sys/xvimage/xvimagesink.c:
22244 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22245 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22246 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22247 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22248 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22249 * sys/xvimage/xvimagesink.h:
22250 apply similar PAR fixes as to ximagesink
22252 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22254 patch from: Benjamin Otte
22256 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22257 add link function to lame. Fixes #148986.
22259 2004-08-02 Johan Dahlin <johan@gnome.org>
22261 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22264 2004-07-30 David Schleef <ds@schleef.org>
22266 * gst/videomixer/Makefile.am: Fix things that should have been
22267 fixed in the last checkin.
22269 2004-07-30 David Schleef <ds@schleef.org>
22271 * gst/multipart/Makefile.am: Fix things that should have been
22272 fixed in the last checkin.
22274 2004-07-30 David Schleef <ds@schleef.org>
22276 * testsuite/multifilesink/Makefile.am: Fix unused variable.
22278 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22281 bump nano for prerelease
22293 2004-07-30 Wim Taymans <wim@fluendo.com>
22295 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22296 (gst_multifdsink_add), (gst_multifdsink_remove),
22297 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22298 (gst_multifdsink_client_remove),
22299 (gst_multifdsink_handle_client_write),
22300 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22301 * gst/tcp/gstmultifdsink.h:
22302 Recover from a select with a bad file descriptor by removing
22305 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22308 fix requirement of core
22309 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22310 (gst_play_pipeline_setup):
22311 don't use colorspace element. do use hermescolorspace element.
22312 make macro to get a colorspace element.
22313 mark strings for translation.
22325 update translations
22327 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22329 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22330 fix default for newmedia flag
22332 2004-07-30 Wim Taymans <wim@fluendo.com>
22334 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22335 (gst_theora_dec_init), (theora_get_formats),
22336 (theora_dec_src_convert), (theora_dec_sink_convert),
22337 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22338 (theora_dec_chain), (theora_dec_set_property),
22339 (theora_dec_get_property):
22340 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22341 (gst_theora_enc_class_init), (gst_theora_enc_init),
22342 (theora_enc_sink_link), (theora_enc_chain),
22343 (theora_enc_set_property), (theora_enc_get_property):
22344 Added cropping option to theora decoder.
22345 Added border option to theora encoder.
22347 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22349 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22350 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22351 (gst_pngenc_set_property):
22352 * ext/libpng/gstpngenc.h:
22353 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
22355 2004-07-30 Wim Taymans <wim@fluendo.com>
22357 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22358 (theora_enc_sink_link), (theora_enc_chain),
22359 (theora_enc_set_property), (theora_enc_get_property):
22360 Fix encoding of non-multiple-of-16 video.
22362 2004-07-29 David Schleef <ds@schleef.org>
22364 * configure.ac: make test for audiofile more strict
22366 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
22368 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22369 give different names to typefind functions
22371 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22373 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22374 (gst_ximagesink_calculate_pixel_aspect_ratio),
22375 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22376 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22377 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22378 (gst_ximagesink_get_property), (gst_ximagesink_init):
22379 * sys/ximage/ximagesink.h:
22380 allocate PAR's dynamically.
22381 use autodetected PAR if no object-set PAR is given.
22382 add workaround for directfb's X not setting physical size.
22383 fix to xvimagesink will follow tomorrow.
22385 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22387 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22388 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22389 (gst_shout2send_get_type), (gst_shout2send_set_clock),
22390 (gst_shout2send_class_init), (gst_shout2send_init),
22391 (set_shout_metadata), (gst_shout2send_set_metadata),
22392 (gst_shout2send_chain), (gst_shout2send_set_property),
22393 (gst_shout2send_get_property), (gst_shout2send_connect),
22394 (gst_shout2send_change_state):
22395 * ext/shout2/gstshout2.h:
22396 - fix for sending mp3 audio to icecast2 server, if pad link function not
22397 called before PAUSED state
22398 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22399 - added tagging support for mp3 audio broadcasted
22400 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22403 2004-07-28 Wim Taymans <wim@fluendo.com>
22405 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22406 (gst_ogg_demux_push):
22407 Return query failure when we don't know the length of
22408 an ogg stream insteda of returning TRUE with a bogus value.
22410 2004-07-28 Wim Taymans <wim@fluendo.com>
22412 * ext/theora/theoradec.c: (theora_get_formats),
22413 (theora_dec_src_convert), (theora_dec_sink_convert),
22414 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22415 (theora_dec_chain):
22416 Don't screw up the 1 Chroma for 1 luma sample situation when we
22417 have an odd offset/width by adding a black border in those cases.
22419 2004-07-28 Wim Taymans <wim@fluendo.com>
22421 * ext/theora/theoradec.c: (theora_get_formats),
22422 (theora_dec_src_convert), (theora_dec_sink_convert),
22423 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22424 (theora_dec_chain):
22425 * ext/theora/theoraenc.c: (theora_enc_sink_link):
22426 Added first attempt at cropping of the image as required by the
22427 theora spec. We need more properties in the caps (offset_x,
22428 offset_y,stride) to implement this correctly.
22430 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
22432 * ext/dvdnav/README:
22433 Update the README to use dvddemux
22434 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22435 Ensure getcaps returns a subset of the template caps
22436 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22437 (gst_mpeg2subt_init):
22438 Ensure getcaps returns a subset of the template caps
22439 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22440 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22441 (gst_dvd_demux_get_subpicture_stream),
22442 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22443 * gst/mpegstream/gstdvddemux.h:
22444 Set the explicit caps on the current_video pad before pushing
22446 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22447 (gst_mpeg_demux_get_audio_stream):
22448 Free caps used to gst_pad_set_explicit_caps, which takes a const
22451 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22453 * configure.ac: update GStreamer requirement to 0.8.4 because of
22456 2004-07-28 Wim Taymans <wim@fluendo.com>
22458 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22459 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22460 Add the pad to the element after setting up the caps. This
22461 makes it a lot easier to autoplug.
22463 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22465 * gst/median/gstmedian.c:
22466 * gst/mpeg2subt/gstmpeg2subt.c:
22467 * gst/mpegaudioparse/gstmpegaudioparse.c:
22468 * gst/mpegstream/gstdvddemux.c:
22469 * gst/mpegstream/gstmpegdemux.c:
22470 * gst/mpegstream/gstmpegpacketize.c:
22471 * gst/rtjpeg/gstrtjpeg.c:
22472 * gst/rtjpeg/gstrtjpegdec.c:
22473 * gst/rtjpeg/gstrtjpegenc.c:
22474 * gst/sine/gstsinesrc.c:
22475 * gst/smooth/gstsmooth.c:
22476 * gst/smpte/gstsmpte.c:
22477 * gst/smpte/gstsmpte.h:
22478 * gst/stereo/gststereo.c:
22479 * gst/videofilter/gstgamma.c:
22480 * gst/videofilter/gstvideobalance.c:
22481 * gst/videofilter/gstvideofilter.c:
22482 * gst/videofilter/gstvideoflip.c:
22483 * gst/videoscale/gstvideoscale.c:
22484 * gst/videoscale/videoscale.c:
22485 * gst/videotestsrc/gstvideotestsrc.c:
22486 * gst/videotestsrc/videotestsrc.c:
22487 * gst/wavenc/gstwavenc.c:
22488 * gst/wavparse/gstwavparse.c:
22489 fix local includes and 64 bits constants
22491 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22494 * gst-libs/gst/*/*.vcproj:
22496 more working plugins
22498 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22500 * testsuite/alsa/Makefile.am:
22501 * testsuite/alsa/srcstate.c:
22502 add test for alsasrc changing state
22504 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22506 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22508 * gst/silence/gstsilence.h:
22509 fix silence generation for 16bit raw audio
22511 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22513 * gst/matroska/matroska-demux.c:
22514 (gst_matroska_demux_parse_metadata),
22515 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22516 * gst/mpegaudio/common.c:
22517 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22518 (gst_videoscale_getcaps), (gst_videoscale_link),
22519 (gst_videoscale_src_fixate), (gst_videoscale_init),
22520 (gst_videoscale_finalize):
22521 * gst/videoscale/gstvideoscale.h:
22522 * gst/videotestsrc/gstvideotestsrc.c:
22523 (gst_videotestsrc_get_capslist):
22524 * gst/wavenc/gstwavenc.c:
22525 * sys/oss/gstossmixer.c: (fill_labels):
22526 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22527 (gst_ximagesink_handle_xevents),
22528 (gst_ximagesink_calculate_pixel_aspect_ratio),
22529 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22530 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22531 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22532 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22533 (gst_ximagesink_init), (gst_ximagesink_class_init):
22534 * sys/ximage/ximagesink.h:
22535 * sys/xvimage/xvimagesink.c:
22536 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22537 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22538 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22539 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22540 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22541 * sys/xvimage/xvimagesink.h:
22542 first batch of pixel aspect ratio commits.
22544 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22546 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22547 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22548 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22549 handle stride, needs work if we want to move stride handling
22550 upstream, but works correctly for our purposes.
22552 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22554 * gst/videoscale/README:
22555 add testing examples
22556 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22557 (gst_videoscale_chain):
22558 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22559 (gst_videoscale_get_size):
22560 add get_size function that handles stride like videotestsrc.
22561 fixes conversion for YUV formats for as much as I can test them.
22563 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22565 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22566 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22567 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22568 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22569 (gst_xvimagesink_xvimage_put):
22570 further cleanups, logging, error handling and synchronizing
22572 2004-07-27 Wim Taymans <wim@fluendo.com>
22574 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22575 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22576 (gst_videomixer_pad_set_property),
22577 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22578 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22579 (gst_videomixer_class_init), (gst_videomixer_init),
22580 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22581 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22582 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22583 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22584 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22585 (gst_videomixer_loop), (plugin_init):
22586 Be a nicer negotiation citizen and provide a getcaps function on
22587 the srcpad. This also fixes a crash when resizing.
22589 2004-07-27 Julien MOUTTE <julien@moutte.net>
22591 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22592 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22594 2004-07-27 Wim Taymans <wim@fluendo.com>
22596 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22597 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22598 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22599 (gst_pngenc_set_property):
22600 * ext/libpng/gstpngenc.h:
22601 Added snapshot property to pngenc.
22602 removed g_print from pngdec
22604 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22606 * gst/ac3parse/ac3parse.vcproj
22607 * gst/adder/adder.vcproj
22608 * gst/alpha/alpha.vcproj
22609 * gst/alpha/alphacolor.vcproj
22610 * gst/asfdemux/asf.vcproj
22611 * gst/audioconvert/audioconvert.vcproj
22612 * gst/audiorate/audiorate.vcproj
22613 * gst/audioscale/audioscale.vcproj
22614 * gst/auparse/auparse.vcproj
22615 * gst/avi/avi.vcproj
22616 * gst/cdxaparse/cdxaparse.vcproj
22617 * gst/chart/chart.vcproj
22618 * gst/colorspace/colorspace.vcproj
22619 * gst/cutter/cutter.vcproj
22620 * gst/debug/debug.vcproj
22621 * gst/debug/efence.vcproj
22622 * gst/debug/navigationtest.vcproj
22623 * gst/deinterlace/deinterlace.vcproj
22624 * gst/effectv/effectv.vcproj
22625 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22626 * gst/filter/filter.vcproj
22627 * gst/flx/flxdec.vcproj
22628 * gst/goom/goom.vcproj
22629 * gst/interleave/interleave.vcproj
22630 * gst/law/alaw.vcproj
22631 * gst/law/mulaw.vcproj
22632 * gst/matroska/matroska.vcproj
22633 * gst/median/median.vcproj
22634 * gst/mixmatrix/mixmatrix.vcproj
22635 * gst/mpeg1sys/mpeg1systemencode.vcproj
22636 * gst/mpeg1videoparse/mp1videoparse.vcproj
22637 * gst/mpeg2sub/mpeg2subt.vcproj
22638 * gst/mpegaudio/mpegaudio.vcproj
22639 * gst/mpegaudioparse/mpegaudioparse.vcproj
22640 * gst/mpegstream/mpegstream.vcproj
22641 * gst/multifilesink/multifilesink.vcproj
22642 * gst/multipart/multipart.vcproj
22643 * gst/oneton/oneton.vcproj
22644 * gst/overlay/overlay.vcproj
22645 * gst/passthrough/passthrough.vcproj
22646 * gst/qtdemux/qtdemux.vcproj
22647 * gst/realmedia/rmdemux.vcproj
22648 * gst/rtjpeg/rtjpeg.vcproj
22649 * gst/rtp/rtp.vcproj
22650 * gst/silence/silence.vcproj
22651 * gst/sine/sinesrc.vcproj
22652 * gst/smooth/smooth.vcproj
22653 * gst/smpte/smpte.vcproj
22654 * gst/spectrum/spectrum.vcproj
22655 * gst/speed/speed.vcproj
22656 * gst/stereo/stereo.vcproj
22657 * gst/switch/switch.vcproj
22658 * gst/tags/tagedit.vcproj
22659 * gst/tcp/tcp.vcproj
22660 * gst/typefind/typefindfunctions.vcproj
22661 * gst/udp/udp.vcproj
22662 * gst/videobox/videobox.vcproj
22663 * gst/videocrop/videocrop.vcproj
22664 * gst/videodrop/videodrop.vcproj
22665 * gst/videofilter/gamma.vcproj
22666 * gst/videofilter/videobalance.vcproj
22667 * gst/videofilter/videofilter.vcproj
22668 * gst/videofilter/videoflip.vcproj
22669 * gst/videoflip/videoflip.vcproj
22670 * gst/videomixer/videomixer.vcproj
22671 * gst/videorate/videorate.vcproj
22672 * gst/videoscale/videoscale.vcproj
22673 * gst/videotestsrc/videotestsrc.vcproj
22674 * gst/virtualdub/virtualdub.vcproj
22675 * gst/volenv/volenv.vcproj
22676 * gst/volume/volume.vcproj
22677 * gst/wavenc/wavenc.vcproj
22678 * gst/wavparse/wavparse.vcproj
22679 * gst/y4m/y4menc.vcproj
22680 * gst-libs/gst/audio/audio.vcproj
22681 * gst-libs/gst/audio/audiofilter.vcproj
22682 * gst-libs/gst/colorbalance/colorbalance.vcproj
22683 * gst-libs/gst/idct/idtc.vcproj
22684 * gst-libs/gst/media-info/media-info.vcproj
22685 * gst-libs/gst/mixer/mixer.vcproj
22686 * gst-libs/gst/navigation/navigation.vcproj
22687 * gst-libs/gst/play/play.vcproj
22688 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22689 * gst-libs/gst/resample/resample.vcproj
22690 * gst-libs/gst/riff/riff.vcproj
22691 * gst-libs/gst/tuner/tuner.vcproj
22692 * gst-libs/gst/video/video.vcproj
22693 * gst-libs/gst/xoverlay/xoverlay.vcproj
22694 avoid problems with math.h, fix release dependancy
22695 rename GStreamer-0.8.lib to libgstreamer.lib
22697 2004-07-27 Julien MOUTTE <julien@moutte.net>
22699 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22700 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22701 the atom is not available we have to unlock the mutex. Fixes #148023
22703 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22705 * gst-libs/gst/media-info/media-info.h:
22706 issue for a vararg macro with MSVC
22708 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22710 * gst/effectv/effectv.vcproj
22711 * gst-libs/gst/idct/idct.vcproj:
22712 * gst-libs/gst/media-info/media-info.vcproj:
22713 * gst-libs/gst/navigation/navigation.vcproj:
22714 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22715 * gst-libs/gst/video/video.vcproj:
22716 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22717 fixes for build problems
22719 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22721 * gst-libs/gst/audio/audio.def:
22722 * gst-libs/gst/audio/riff.def:
22723 add some definitions needed by plugins
22725 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22727 * gst/asfdemux/gstasfmux.c
22728 Fix some 64 bits constants to be glib friendly
22730 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22732 * gst/ac3parse/gstac3parse.c
22733 * gst/audioscale/gstaudioscale.c
22734 * gst/auparse/gstauparse.c
22735 * gst/colorspace/gstcolorspace.c
22736 * gst/colorspace/yuv2rgb.h
22737 local include fixes
22739 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22742 add more plugins to the build
22744 2004-07-26 Julien MOUTTE <julien@moutte.net>
22746 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22747 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22749 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22751 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22752 (gst_level_set_property), (gst_level_get_property),
22753 (gst_level_base_init), (gst_level_class_init):
22754 add debugging categories. cleanups.
22756 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22758 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22759 (gst_videoscale_planar411), (gst_videoscale_planar400),
22760 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22761 (gst_videoscale_scale_nearest_str1),
22762 (gst_videoscale_scale_nearest_str2),
22763 (gst_videoscale_scale_nearest_str4),
22764 (gst_videoscale_scale_nearest_16bit),
22765 (gst_videoscale_scale_nearest_24bit):
22766 fixed stride issues
22767 tested with 320x240 -> 321, 322, 324 x240
22768 tested with YV12, I420, YUY2, UYVY
22769 fixed packed422rev (don't think it could have worked before)
22770 by testing with UYVY
22772 2004-07-26 Benjamin Otte <otte@gnome.org>
22774 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22775 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22777 add debugging category, add error checks like checking return values
22778 of setup calls, make sure it still works after
22779 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22781 2004-07-26 Wim Taymans <wim@fluendo.com>
22783 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22784 (gst_mpeg_demux_get_audio_stream),
22785 (gst_mpeg_demux_process_private):
22786 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22787 Check for error codes from the negotiation functions. Make sure
22788 we really set the pad caps when a new pad is created.
22790 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22792 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22793 (gst_ffmpeg_caps_to_pix_fmt):
22794 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22795 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22796 (gst_ffmpegcolorspace_pad_link):
22797 don't make function do two things at the same time without reason.
22799 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22801 * gst/ac3parse/ac3parse.vcproj
22802 * gst/adder/adder.vcproj
22803 * gst/alpha/alpha.vcproj
22804 * gst/alpha/alphacolor.vcproj
22805 * gst/asfdemux/asf.vcproj
22806 * gst/audioconvert/audioconvert.vcproj
22807 * gst/audiorate/audiorate.vcproj
22808 * gst/audioscale/audioscale.vcproj
22809 * gst/auparse/auparse.vcproj
22810 * gst/avi/avi.vcproj
22811 * gst/cdxaparse/cdxaparse.vcproj
22812 * gst/chart/chart.vcproj
22813 * gst/colorspace/colorspace.vcproj
22814 * gst/cutter/cutter.vcproj
22815 * gst/debug/debug.vcproj
22816 * gst/debug/efence.vcproj
22817 * gst/debug/navigationtest.vcproj
22818 * gst/deinterlace/deinterlace.vcproj
22819 * gst/effectv/effectv.vcproj
22820 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22821 * gst/filter/filter.vcproj
22822 * gst/flx/flxdec.vcproj
22823 * gst/goom/goom.vcproj
22824 * gst/interleave/interleave.vcproj
22825 * gst/law/alaw.vcproj
22826 * gst/law/mulaw.vcproj
22827 * gst/matroska/matroska.vcproj
22828 * gst/median/median.vcproj
22829 * gst/mixmatrix/mixmatrix.vcproj
22830 * gst/mpeg1sys/mpeg1systemencode.vcproj
22831 * gst/mpeg1videoparse/mp1videoparse.vcproj
22832 * gst/mpeg2sub/mpeg2subt.vcproj
22833 * gst/mpegaudio/mpegaudio.vcproj
22834 * gst/mpegaudioparse/mpegaudioparse.vcproj
22835 * gst/mpegstream/mpegstream.vcproj
22836 * gst/multifilesink/multifilesink.vcproj
22837 * gst/multipart/multipart.vcproj
22838 * gst/oneton/oneton.vcproj
22839 * gst/overlay/overlay.vcproj
22840 * gst/passthrough/passthrough.vcproj
22841 * gst/qtdemux/qtdemux.vcproj
22842 * gst/realmedia/rmdemux.vcproj
22843 * gst/rtjpeg/rtjpeg.vcproj
22844 * gst/rtp/rtp.vcproj
22845 * gst/silence/silence.vcproj
22846 * gst/sine/sinesrc.vcproj
22847 * gst/smooth/smooth.vcproj
22848 * gst/smpte/smpte.vcproj
22849 * gst/spectrum/spectrum.vcproj
22850 * gst/speed/speed.vcproj
22851 * gst/stereo/stereo.vcproj
22852 * gst/switch/switch.vcproj
22853 * gst/tags/tagedit.vcproj
22854 * gst/tcp/tcp.vcproj
22855 * gst/typefind/typefindfunctions.vcproj
22856 * gst/udp/udp.vcproj
22857 * gst/videobox/videobox.vcproj
22858 * gst/videocrop/videocrop.vcproj
22859 * gst/videodrop/videodrop.vcproj
22860 * gst/videofilter/gamma.vcproj
22861 * gst/videofilter/videobalance.vcproj
22862 * gst/videofilter/videofilter.vcproj
22863 * gst/videofilter/videoflip.vcproj
22864 * gst/videoflip/videoflip.vcproj
22865 * gst/videomixer/videomixer.vcproj
22866 * gst/videorate/videorate.vcproj
22867 * gst/videoscale/videoscale.vcproj
22868 * gst/videotestsrc/videotestsrc.vcproj
22869 * gst/virtualdub/virtualdub.vcproj
22870 * gst/volenv/volenv.vcproj
22871 * gst/volume/volume.vcproj
22872 * gst/wavenc/wavenc.vcproj
22873 * gst/wavparse/wavparse.vcproj
22874 * gst/y4m/y4menc.vcproj
22875 more plugins supported under windows
22877 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22879 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22880 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22881 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22882 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22883 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22884 Add debugging statements. Use the sizes as returned by the
22885 *CreateImage calls.
22887 2004-07-26 Johan Dahlin <johan@gnome.org>
22889 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22890 the pad is negotiated.
22892 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22894 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22896 * gst-libs/gst/colorbalance/colorbalance.vcproj:
22897 * gst-libs/gst/idct/idct.vcproj:
22898 * gst-libs/gst/media-info/media-info.vcproj:
22899 * gst-libs/gst/mixer/mixer.vcproj:
22900 * gst-libs/gst/navigation/navigation.vcproj:
22901 * gst-libs/gst/play/play.vcproj:
22902 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22903 * gst-libs/gst/resample/resample.vcproj:
22904 * gst-libs/gst/tuner/tuner.vcproj:
22905 * gst-libs/gst/video/video.vcproj:
22906 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22907 more plugins supported under windows
22909 2004-07-25 Iain <iain@prettypeople.org>
22911 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22912 pad now rather than when the pad is created because state changes wipe
22913 explicit caps (fixes #148043).
22915 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
22917 reviewed by Benjamin Otte <otte@gnome.org>
22919 * ext/mad/gstmad.c:
22920 fix mad plugin crashing on Sun (fixes #148289)
22922 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22925 * gst/avi/avi.vcproj:
22926 * gst/matroska/matroska.def:
22927 * gst/matroska/matroska.vcproj:
22928 remove unused .def files
22930 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22932 * gst-libs/gst/audio/gstaudiofilter.c:
22933 Clean the local include
22935 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22938 * gst-libs/gst/audio/audio.def:
22939 * gst-libs/gst/audio/audio.vcproj:
22940 * gst-libs/gst/audio/audiofilter.vcproj:
22941 * gst-libs/gst/audio/riff.def:
22942 * gst-libs/gst/audio/riff.vcproj:
22943 * gst-libs/gst/gst-libs.def:
22944 * gst-libs/gst/gst-libs.vcproj:
22945 * gst/avi/avi.vcproj:
22946 * gst/avi/avi.vcproj:
22947 Copy the files where needed after building, cleaner projects
22949 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22951 * gst/matroska/ebml-write.c:
22952 Fix some 64 bits constants to be glib friendly
22954 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
22957 * gst-libs/gst/gst-libs.def:
22958 * gst-libs/gst/gst-libs.vcproj:
22959 * gst/matroska/matroska.def:
22960 * gst/matroska/matroska.vcproj:
22961 Add the preliminary canvas to build plugins on Win32
22963 2004-07-23 Benjamin Otte <otte@gnome.org>
22965 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22966 don't enfore negotiation from source side, it breaks
22967 sinesrc ! audioconvert ! osssink
22969 2004-07-22 David Schleef <ds@schleef.org>
22971 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22972 for ELF files, since they can easily be recognized as audio/mpeg.
22975 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22977 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22978 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22979 (gst_videoscale_scale_nearest_24bit),
22980 (gst_videoscale_scale_nearest_16bit):
22981 fix 16bit and 24bit for stride (24bit might need testing)
22982 don't pretend we do more than one algorithm
22984 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22988 * gst/multifilesink/Makefile.am:
22989 * gst/multifilesink/gstmultifilesink.c:
22990 (gst_multifilesink_get_formats),
22991 (gst_multifilesink_get_query_types), (_do_init),
22992 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22993 (gst_multifilesink_init), (gst_multifilesink_dispose),
22994 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22995 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22996 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22997 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22998 (gst_multifilesink_chain), (gst_multifilesink_change_state),
22999 (gst_multifilesink_uri_get_type),
23000 (gst_multifilesink_uri_get_protocols),
23001 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
23002 (gst_multifilesink_uri_handler_init), (plugin_init):
23003 * gst/multifilesink/gstmultifilesink.h:
23004 * testsuite/Makefile.am:
23005 * testsuite/multifilesink/Makefile.am:
23006 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
23007 (gst_newmedia_class_init), (gst_newmedia_init),
23008 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23009 (newfile_signal), (test_signal), (main):
23010 multifilesink plugin for creating new files every time a new media
23011 discontinuity event occurs
23013 2004-07-22 Wim Taymans <wim@fluendo.com>
23015 * gst/alpha/Makefile.am:
23016 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23017 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23018 (gst_alpha_color_init), (gst_alpha_color_set_property),
23019 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23020 (transform), (gst_alpha_color_chain),
23021 (gst_alpha_color_change_state), (plugin_init):
23022 Stupid plugin to to RGBA to AYUV conversion because none of
23023 the colorspace plugins can handle that yet.
23025 2004-07-22 Wim Taymans <wim@fluendo.com>
23027 * examples/seeking/seek.c: (update_scale), (main):
23028 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23029 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23030 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23031 (gst_decode_bin_init), (gst_decode_bin_dispose),
23032 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23033 (no_more_pads), (close_link), (type_found),
23034 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23036 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23037 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23038 (gst_play_base_bin_dispose), (queue_overrun),
23039 (gen_preroll_element), (remove_prerolls), (unknown_type),
23040 (no_more_pads), (new_stream), (setup_source),
23041 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23042 (play_base_eos), (gst_play_base_bin_change_state),
23043 (gst_play_base_bin_add_element),
23044 (gst_play_base_bin_remove_element),
23045 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23046 (gst_play_base_bin_unlink_stream),
23047 (gst_play_base_bin_get_streaminfo):
23048 * gst/playback/gstplaybin.c: (gen_video_element),
23049 (gen_audio_element):
23050 * gst/playback/gststreaminfo.h:
23051 More playback updates, attempt to fix things after the state change
23054 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23056 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23057 (gst_videoscale_scale_nearest_16bit):
23060 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23062 * gst/videotestsrc/gstvideotestsrc.c:
23063 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23064 (gst_videotestsrc_init), (gst_videotestsrc_get),
23065 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23066 (gst_videotestsrc_get_property):
23067 * gst/videotestsrc/gstvideotestsrc.h:
23068 * gst/videotestsrc/videotestsrc.c:
23069 * gst/videotestsrc/videotestsrc.h:
23070 cleanup and commenting
23072 2004-07-21 Wim Taymans <wim@fluendo.com>
23074 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23075 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23076 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23077 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23078 (_find_chain_get_unknown_part), (_find_streams_check),
23079 (gst_ogg_demux_push), (gst_ogg_pad_push):
23080 * ext/theora/theoradec.c: (theora_get_formats),
23081 (theora_dec_src_convert), (theora_dec_sink_convert),
23082 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23083 (theora_dec_chain):
23084 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23085 (vorbis_dec_convert), (vorbis_dec_src_query),
23086 (vorbis_dec_src_event), (vorbis_dec_event):
23087 More seeking fixes, oggdemux now supports seeking to time and
23088 uses the downstream element to convert granulepos to time.
23089 Seeking in theora-only ogg files now works.
23091 2004-07-21 Wim Taymans <wim@fluendo.com>
23093 * ext/theora/theoradec.c: (gst_theora_dec_init),
23094 (theora_get_formats), (theora_get_event_masks),
23095 (theora_get_query_types), (theora_dec_src_convert),
23096 (theora_dec_sink_convert), (theora_dec_src_query),
23097 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23098 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23099 (vorbis_get_event_masks), (vorbis_get_query_types),
23100 (gst_vorbis_dec_init), (vorbis_dec_convert),
23101 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23102 Added query/convert/formats functions to vorbis and theora decoders
23103 so that the outside world can use them too. Fixed seeking on an
23104 ogg/theora/vorbis file by disabling the seeking seeking on the
23107 2004-07-21 Julien MOUTTE <julien@moutte.net>
23109 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23110 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23111 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23112 images creation for both elements. We don't create the image on caps
23113 nego or renego, we just destroy the internal one if present if it does
23114 not match the needs. The chain function takes care of creating a new
23116 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23117 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23118 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23119 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23120 the image format information. The buffer pool checks for the context
23121 image format and discard images with different formats.
23122 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23124 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
23126 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23127 (gst_ffmpegcolorspace_chain):
23128 no point in doing any chaining if the pad we want to push from
23131 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
23133 * gst-libs/gst/riff/riff-media.c:
23134 (gst_riff_create_audio_caps_with_data):
23135 Fix double end-to-native symbol conversion (#148021).
23137 2004-07-20 David Schleef <ds@schleef.org>
23139 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23140 Don't use an Atom that doesn't exist.
23142 2004-07-20 Wim Taymans <wim@fluendo.com>
23144 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23145 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23146 (gst_multifdsink_client_remove),
23147 (gst_multifdsink_handle_client_write),
23148 (gst_multifdsink_queue_buffer):
23149 * gst/tcp/gstmultifdsink.h:
23150 More multifdsink stats. Avoid deadlock by releasing locks
23151 before sending out a signal.
23153 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
23157 added Hungarian translation (Laszlo Dvornik)
23159 2004-07-20 Wim Taymans <wim@fluendo.com>
23161 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23162 (gst_multifdsink_add), (gst_multifdsink_client_remove),
23163 (gst_multifdsink_handle_client_write),
23164 (gst_multifdsink_queue_buffer):
23165 * gst/tcp/gsttcp-marshal.list:
23166 Fixed the stupid marshal definition.
23168 2004-07-20 Wim Taymans <wim@fluendo.com>
23170 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23171 (gst_multifdsink_init), (gst_multifdsink_add),
23172 (gst_multifdsink_client_remove),
23173 (gst_multifdsink_handle_client_write),
23174 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23175 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23176 (gst_multifdsink_init_send):
23177 * gst/tcp/gstmultifdsink.h:
23178 Added more stats, added timeout for a client, fixed some typos
23179 and added some comments.
23181 2004-07-20 Wim Taymans <wim@fluendo.com>
23183 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23184 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23185 (gst_multifdsink_client_remove),
23186 (gst_multifdsink_handle_client_write):
23187 * gst/tcp/gstmultifdsink.h:
23188 * gst/tcp/gsttcp-marshal.list:
23189 Added get_stats method that returns a GValueArray of
23192 2004-07-19 Benjamin Otte <otte@gnome.org>
23194 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23195 make sure longname, description and author are valid UTF-8
23197 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
23199 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23200 (gst_ximagesink_set_property):
23201 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23202 (gst_xvimagesink_set_property):
23203 make sure SYNCHRONOUS is respected after getting the X context
23205 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23207 * gst/matroska/matroska-demux.c:
23208 (gst_matroska_demux_handle_src_event),
23209 (gst_matroska_demux_parse_blockgroup):
23210 * gst/matroska/matroska-ids.h:
23211 add BlockReference tag and ignore it to clear out log.
23212 ignore NAVIGATION events to clear out log.
23214 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23216 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23217 (gst_matroska_demux_add_stream):
23218 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23219 add debug categories
23221 2004-07-16 Wim Taymans <wim@fluendo.com>
23223 * ext/libpng/Makefile.am:
23224 * ext/libpng/gstpng.c: (plugin_init):
23225 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23226 (gst_pngdec_get_type), (gst_pngdec_base_init),
23227 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23228 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23229 * ext/libpng/gstpngdec.h:
23232 2004-07-16 Julien MOUTTE <julien@moutte.net>
23234 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23235 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23236 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23237 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23238 (gst_ximagesink_buffer_alloc):
23239 * sys/ximage/ximagesink.h:
23240 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23241 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23242 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23243 (gst_xvimagesink_buffer_alloc):
23244 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23245 again. Using internal data pointer of the x(v)image to store image's
23246 data to be coherent with the buffer alloc mechanism. Investigated the
23247 image destruction code to be sure that everything gets freed correctly.
23249 2004-07-16 Wim Taymans <wim@fluendo.com>
23251 * gst-libs/gst/riff/riff-read.c:
23252 (gst_riff_read_strf_vids_with_data),
23253 (gst_riff_read_strf_auds_with_data):
23254 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23255 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23256 Make sure we don't create 0 sized subbuffers in riff-read.
23257 Signal the no more pads signal after reading the avi header.
23259 2004-07-16 Wim Taymans <wim@fluendo.com>
23261 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23262 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23263 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23264 (gst_decode_bin_init), (gst_decode_bin_dispose),
23265 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23266 (no_more_pads), (close_link), (type_found),
23267 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23268 (gst_decode_bin_change_state), (plugin_init):
23269 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23270 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23271 (gst_play_base_bin_dispose), (queue_overrun),
23272 (gen_preroll_element), (remove_prerolls), (unknown_type),
23273 (no_more_pads), (new_stream), (setup_source),
23274 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23275 (play_base_eos), (gst_play_base_bin_change_state),
23276 (gst_play_base_bin_add_element),
23277 (gst_play_base_bin_remove_element),
23278 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23279 (gst_play_base_bin_unlink_stream),
23280 (gst_play_base_bin_get_streaminfo):
23281 * gst/playback/gstplaybasebin.h:
23282 Better error recovery. Added configurable preroll queue size. Faster
23283 detection of no-more-pads.
23285 2004-07-16 Wim Taymans <wim@fluendo.com>
23287 * gst-libs/gst/video/video.h:
23288 Added 32 bits RGBA. Not sure if we should use another mime-type
23289 for alpha rgb. Currently the presence of the alpha_mask property
23290 signals an alpha channel.
23292 2004-07-16 Wim Taymans <wim@fluendo.com>
23294 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23295 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23296 FPS seems to be 0.0 to MAX everywhere else.
23298 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23300 * gst-libs/gst/riff/riff-media.c:
23301 (gst_riff_create_video_caps_with_data):
23302 mp42/mp43 (no caps) exist too.
23303 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23304 Set pixel_width/height; we've got them in-caps.
23305 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23306 * gst/wavparse/gstwavparse.c: (plugin_init):
23307 Both are valid primary.
23308 * sys/oss/gstossmixer.c:
23309 Remove i18n hack and enable translations.
23311 2004-07-15 Benjamin Otte <otte@gnome.org>
23313 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23314 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23315 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23317 2004-07-15 Benjamin Otte <otte@gnome.org>
23319 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23320 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23321 (gst_alsa_close_audio):
23322 disable some of the debugging code for now. Writing debugging to a
23323 buffer is broken in current alsalib releases.
23325 2004-07-12 Benjamin Otte <otte@gnome.org>
23327 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23330 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23332 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23333 (theora_dec_src_query), (theora_dec_event):
23334 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23335 add debugging categories. Remove \n's.
23337 2004-07-13 Johan Dahlin <johan@gnome.org>
23339 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23340 (gst_play_bin_get_property): Impl.
23342 2004-07-13 Wim Taymans <wim@fluendo.com>
23344 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23345 When trying to find the stream length, seek back N pages
23346 instead of just one, where N is the number of streams in
23349 2004-07-13 Wim Taymans <wim@fluendo.com>
23351 * gst-libs/gst/riff/riff-media.c:
23352 (gst_riff_create_audio_caps_with_data),
23353 (gst_riff_create_audio_caps),
23354 (gst_riff_create_audio_template_caps):
23355 * gst-libs/gst/riff/riff-media.h:
23356 * gst-libs/gst/riff/riff-read.c:
23357 (gst_riff_read_strf_vids_with_data),
23358 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23359 * gst-libs/gst/riff/riff-read.h:
23360 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23361 (gst_avi_demux_add_stream):
23362 Set codec_data on caps for avidemuxer.
23364 2004-07-12 David Schleef <ds@schleef.org>
23366 * configure.ac: Fix test for Objective C
23368 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
23369 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23370 (gst_gdk_pixbuf_chain):
23371 Add svg and pcx to template caps, and ensure that getcaps returns a
23372 subset of the template caps.
23373 Copy each row manually for output, as gdkpixbuf may pad the
23374 rowstride to a 32-bit word boundary.
23376 2004-07-12 Wim Taymans <wim@fluendo.com>
23378 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23379 (gst_riff_create_video_template_caps):
23380 Fix the template caps to include some more media types.
23382 2004-07-12 Wim Taymans <wim@fluendo.com>
23384 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23385 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23386 (compare_ranks), (print_feature), (gst_decode_bin_init),
23387 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23388 (try_to_link_1), (new_pad), (close_link), (type_found),
23389 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23390 (gst_decode_bin_change_state), (plugin_init):
23391 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23392 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23393 (gst_play_base_bin_dispose), (queue_overrun),
23394 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23395 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23396 (gst_play_base_bin_get_property), (play_base_eos),
23397 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23398 (gst_play_base_bin_remove_element),
23399 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23400 (gst_play_base_bin_unlink_stream),
23401 (gst_play_base_bin_get_streaminfo):
23402 * gst/playback/gstplaybasebin.h:
23403 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23404 (gst_play_bin_class_init), (gst_play_bin_init),
23405 (gst_play_bin_dispose), (gst_play_bin_set_property),
23406 (gst_play_bin_get_property), (gen_video_element),
23407 (gen_audio_element), (remove_sinks), (setup_sinks),
23408 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23409 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23410 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23411 (gst_play_bin_query), (plugin_init):
23412 * gst/playback/test4.c: (main):
23413 More fixes on reusing of the element.
23415 2004-07-11 Benjamin Otte <otte@gnome.org>
23417 * ext/mad/gstmad.c: (normal_seek):
23418 allow seeking for other methods than just SET
23420 2004-07-11 Andy Wingo <wingo@pobox.com>
23422 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23423 float, "any" caps -> buffer_frames=[0,MAX].
23425 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23426 doesn't intersect our caps with the template any more. Do it
23428 (interleave_buffered_loop): Use g_newa instead of malloc/free.
23430 2004-07-09 Wim Taymans <wim@fluendo.com>
23432 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23433 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23434 (compare_ranks), (print_feature), (gst_decode_bin_init),
23435 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23436 (try_to_link_1), (new_pad), (close_link), (type_found),
23437 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23438 (gst_decode_bin_change_state), (plugin_init):
23439 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23440 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23441 (gst_play_base_bin_dispose), (queue_overrun),
23442 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23443 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23444 (gst_play_base_bin_get_property), (play_base_eos),
23445 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23446 (gst_play_base_bin_remove_element),
23447 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23448 (gst_play_base_bin_unlink_stream),
23449 (gst_play_base_bin_get_streaminfo):
23450 * gst/playback/gstplaybasebin.h:
23451 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23452 (gst_play_bin_class_init), (gst_play_bin_init),
23453 (gst_play_bin_dispose), (gst_play_bin_set_property),
23454 (gst_play_bin_get_property), (gen_video_element),
23455 (gen_audio_element), (remove_sinks), (setup_sinks),
23456 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23457 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23458 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23459 (gst_play_bin_query), (plugin_init):
23460 * gst/playback/test4.c: (main):
23461 Work on object reuse and seeking.
23463 2004-07-09 Wim Taymans <wim@fluendo.com>
23465 * examples/seeking/seek.c: (iterate):
23466 Don't consume all CPU in the idle loop.
23468 2004-07-09 Wim Taymans <wim@fluendo.com>
23470 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23471 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23472 Add pad to element *after* setting the pad functions so that
23473 the scheduler can use the correct ones.
23475 2004-07-09 Wim Taymans <wim@fluendo.com>
23477 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23478 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23479 Sync to keyframe after seek
23481 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23483 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23484 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23485 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23486 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23487 * ext/libvisual/visual.c: (gst_visual_change_state):
23488 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23489 * ext/theora/theoradec.c: (theora_dec_change_state):
23490 * ext/theora/theoraenc.c: (theora_enc_change_state):
23491 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23492 * gst-libs/gst/navigation/navigation.c:
23493 * gst/adder/gstadder.c: (gst_adder_change_state):
23494 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23495 (gst_audio_convert_get_buffer):
23496 * gst/multipart/multipartdemux.c:
23497 (gst_multipart_demux_change_state):
23498 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23499 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23500 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23501 * gst/videoscale/gstvideoscale.c:
23502 (gst_videoscale_handle_src_event):
23503 * gst/volume/gstvolume.c: (volume_chain_int16):
23504 don't assert in state change, this should be done by the base
23506 various debugging fixes.
23508 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23511 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23512 (gst_play_dispose), (gst_play_set_location),
23513 (gst_play_set_data_src), (gst_play_set_video_sink),
23514 (gst_play_set_audio_sink), (gst_play_set_visualization),
23515 (gst_play_connect_visualization), (gst_play_get_sink_element),
23516 (gst_play_get_all_by_interface):
23517 * gst-libs/gst/play/play.h:
23518 add new method to get elements implementing an interface.
23519 add various error logging
23521 2004-07-08 Wim Taymans <wim@fluendo.com>
23523 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23524 (make_mpeg_pipeline), (make_mpegnt_pipeline),
23525 (make_playerbin_pipeline), (query_durations_elems),
23526 (query_durations_pads), (query_positions_elems),
23527 (query_positions_pads), (update_scale), (iterate), (stop_seek),
23529 Added playbin seeking example.
23531 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23533 * gst-libs/gst/play/play.c: (gst_play_set_location),
23534 (gst_play_set_data_src), (gst_play_set_video_sink),
23535 (gst_play_set_audio_sink), (gst_play_set_visualization),
23536 (gst_play_connect_visualization), (gst_play_get_framerate):
23537 use a macro to look up elements from hash table
23539 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23541 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23542 (gst_play_get_length_callback), (gst_play_set_location),
23543 (gst_play_seek_to_time), (gst_play_set_data_src),
23544 (gst_play_set_video_sink), (gst_play_set_audio_sink),
23545 (gst_play_set_visualization), (gst_play_connect_visualization),
23546 (gst_play_get_sink_element):
23547 - add debugging info
23548 - fix looking up sink elements by iterating over complete caps
23549 - put everything except for source and autoplugger in a complete bin
23551 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23553 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23554 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23555 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23556 (gst_alsa_sink_write), (gst_alsa_sink_loop):
23557 * ext/alsa/gstalsasink.h:
23558 - add debugging info
23559 - clean up schizophrenia of data/buffer/event
23560 - fix double event unref error
23562 2004-07-08 Wim Taymans <wim@fluendo.com>
23564 * gst/playback/Makefile.am:
23565 Add headers to noinst
23567 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23569 * tools/gst-launch-ext-m.m:
23570 * tools/gst-launch-ext.1.in:
23571 convert to the third millenium
23573 2004-07-07 David Schleef <ds@schleef.org>
23575 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23577 2004-07-07 Wim Taymans <wim@fluendo.com>
23579 * gst/playback/Makefile.am:
23580 * gst/playback/README:
23581 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23582 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23583 (compare_ranks), (print_feature), (gst_decode_bin_init),
23584 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23585 (try_to_link_1), (new_pad), (close_link), (type_found),
23586 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23588 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23589 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23590 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23591 (gen_preroll_element), (no_more_pads), (new_stream),
23592 (setup_source), (gst_play_base_bin_set_property),
23593 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23594 (gst_play_base_bin_add_element),
23595 (gst_play_base_bin_remove_element),
23596 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23597 (gst_play_base_bin_unlink_stream),
23598 (gst_play_base_bin_get_streaminfo):
23599 * gst/playback/gstplaybasebin.h:
23600 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23601 (gst_play_bin_class_init), (gst_play_bin_init),
23602 (gst_play_bin_dispose), (gst_play_bin_set_property),
23603 (gst_play_bin_get_property), (gen_video_element),
23604 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23605 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23606 (gst_play_bin_get_formats), (gst_play_bin_convert),
23607 (gst_play_bin_get_query_types), (gst_play_bin_query),
23609 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23610 (gst_stream_info_get_type), (gst_stream_info_class_init),
23611 (gst_stream_info_init), (gst_stream_info_new),
23612 (gst_stream_info_dispose), (gst_stream_info_set_property),
23613 (gst_stream_info_get_property):
23614 * gst/playback/gststreaminfo.h:
23615 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23617 * gst/playback/test2.c: (main):
23618 * gst/playback/test3.c: (update_scale), (main):
23619 More playbin fixes. Added README. Do better element filtering.
23620 Added base class to preroll media. Added test apps.
23622 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23624 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23625 * ext/mpeg2dec/gstmpeg2dec.h:
23626 various debugging improvements. Reset stream to next picture
23627 instead of sequence header, otherwise seeks cannot work.
23629 2004-07-07 Wim Taymans <wim@fluendo.com>
23631 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23632 (gst_video_box_class_init), (gst_video_box_set_property),
23633 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23634 Use pad_alloc where possible.
23636 2004-07-07 Wim Taymans <wim@fluendo.com>
23638 * sys/oss/gstosselement.c: (gst_osselement_reset),
23639 (gst_osselement_parse_caps):
23640 * sys/oss/gstosselement.h:
23641 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23642 Fix offset on osssrc.
23644 2004-07-07 Wim Taymans <wim@fluendo.com>
23646 * ext/theora/theora.c: (plugin_init):
23647 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23648 (theora_dec_src_query), (theora_dec_chain):
23649 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23650 (theora_enc_sink_link), (theora_buffer_from_packet),
23651 (theora_push_packet), (theora_enc_chain):
23652 Fix theora granulepos calculation.
23653 Fix overflow in duration/position calculation.
23654 Bump rank to PRIMARY for theoradec.
23655 Use granulepos of last packet to calculate position.
23656 Set keyframe flag on buffers when needed.
23658 2004-07-06 David Schleef <ds@schleef.org>
23660 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
23661 serious? (Fixed, obviously.)
23663 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
23667 added Czech translation (Miloslav Trmac)
23669 2004-07-05 Wim Taymans <wim@fluendo.com>
23671 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23672 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23673 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23674 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23675 (close_link), (type_found), (gst_decode_bin_set_property),
23676 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23677 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23678 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23679 (gst_decode_bin_query), (plugin_init):
23680 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23681 (gst_play_bin_class_init), (gst_play_bin_init),
23682 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23683 (get_video_element), (new_pad), (setup_source),
23684 (gst_play_bin_set_property), (gst_play_bin_get_property),
23685 (gst_play_bin_change_state), (gst_play_bin_add_element),
23686 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23687 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23688 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23689 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23690 * gst/playback/test.c: (main):
23691 More fixes, cleaned up playbin, make it use decodebin. Added
23692 threaded property to playbin.
23694 2004-07-05 Wim Taymans <wim@fluendo.com>
23697 * gst/playback/Makefile.am:
23698 * gst/playback/decodetest.c: (main):
23699 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23700 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23701 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23702 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23703 (close_link), (type_found), (gst_decode_bin_set_property),
23704 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23705 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23706 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23707 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23709 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23710 (gst_play_bin_class_init), (gst_play_bin_init),
23711 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23712 (collect_sink_pads), (find_compatibles), (close_pad_link),
23713 (try_to_link_1), (new_pad), (close_link), (type_found),
23714 (setup_source), (gst_play_bin_set_property),
23715 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23716 (compare_ranks), (gst_play_bin_collect_factories),
23717 (gst_play_bin_change_state), (gst_play_bin_add_element),
23718 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23719 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23720 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23721 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23722 * gst/playback/test.c: (main):
23723 Added some playback helper elements and some test apps, very alpha
23726 2004-07-04 Benjamin Otte <otte@gnome.org>
23728 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23729 only restart audio when we indeed have an xrun to fix repeated
23730 xruns. Fix suggested by Giuliano Pochini.
23732 2004-07-03 David Schleef <ds@schleef.org>
23734 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23735 call to gst_debug_log() if debugging is disabled (bug #145118)
23737 2004-07-03 Benjamin Otte <otte@gnome.org>
23739 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23740 use our own functions for restarting the alsa device.
23741 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23742 I should apply patches myself - use MIN for the third argument, not
23743 the second, this fixes seeking
23745 2004-07-02 David Schleef <ds@schleef.org>
23747 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23748 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
23751 2004-07-02 David Schleef <ds@schleef.org>
23753 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
23754 output buffers. Fix logic mistake. (bug #144866)
23756 2004-07-02 David Schleef <ds@schleef.org>
23758 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23759 on X. (bug #144753)
23761 2004-07-02 David Schleef <ds@schleef.org>
23763 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23764 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23766 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23767 (gst_osselement_rate_probe_check): Add another workaround for
23768 buggy drivers (bug #145336)
23770 2004-07-02 David Schleef <ds@schleef.org>
23772 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23773 Most systems don't have MSG_NOSIGNAL.
23775 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
23778 * gst-libs/gst/colorbalance/Makefile.am:
23779 * gst-libs/gst/mixer/Makefile.am:
23780 * gst-libs/gst/play/Makefile.am:
23781 * gst-libs/gst/tuner/Makefile.am:
23782 (hopefully) fix both install and dist and make error message useful.
23783 needs testing across automakes.
23785 2004-07-02 Benjamin Otte <otte@gnome.org>
23787 * ext/ogg/gstogg.c: (plugin_init):
23788 we require bytestream now
23789 * ext/ogg/gstoggdemux.c:
23790 huge diff to implement chain setup in a fast and generic way. This
23791 improves tag reading and startup of huge files (read: Theora videos)
23792 quite a bit. It probably contains bugs, too, so please test.
23793 Seeking is not improved to the fast method.
23795 2004-06-29 Wim Taymans <wim@fluendo.com>
23797 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23798 * ext/ogg/gstoggmux.c:
23799 Fix memleak in oggdemux when running unconnected pads.
23800 doc update in mux, start working on keyframe mode.
23802 2004-06-29 Benjamin Otte <otte@gnome.org>
23804 * sys/oss/gstosssink.c:
23805 * sys/oss/gstosssrc.c:
23806 advertise correct template caps - we indeed do non-native endianness
23807 and 8bit audio has no endianness
23808 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23809 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23810 avoid (wrong) duplications in getcaps function and return
23813 2004-06-29 Wim Taymans <wim@fluendo.com>
23815 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23816 (gst_multifdsink_class_init), (gst_multifdsink_add),
23817 (gst_multifdsink_remove), (gst_multifdsink_clear),
23818 (gst_multifdsink_client_remove),
23819 (gst_multifdsink_handle_client_read),
23820 (gst_multifdsink_client_queue_data),
23821 (gst_multifdsink_client_queue_caps),
23822 (gst_multifdsink_client_queue_buffer),
23823 (gst_multifdsink_handle_client_write),
23824 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23825 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23826 (gst_multifdsink_init_send), (gst_multifdsink_close):
23827 Fix wrong GList iteration that could crash the server when
23828 more then 2 clients disconnect at the same time. Read all the
23829 pending commands in one batch to recover from command storms under
23832 2004-06-28 Wim Taymans <wim@fluendo.com>
23834 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23835 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23836 (gst_videomixer_pad_set_property),
23837 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23838 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23839 (gst_videomixer_class_init), (gst_videomixer_init),
23840 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23841 (pad_zorder_compare), (gst_videomixer_sort_pads),
23842 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23843 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23844 (gst_videomixer_update_queues), (gst_videomixer_loop),
23846 Avoid divide by zero, choose masterpad as the pad with the highest
23849 2004-06-27 Julien Moutte <julien@moutte.net>
23851 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23852 (gst_ximagesink_xwindow_new):
23853 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23854 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23855 function directly. We might want to call it from somewhere else one day.
23857 2004-06-27 Julien Moutte <julien@moutte.net>
23859 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23860 (gst_ximagesink_xwindow_new):
23861 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23862 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23863 window decorations.
23865 2004-06-27 Wim Taymans <wim@fluendo.com>
23867 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23868 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23869 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23870 (gst_dvdec_set_property), (gst_dvdec_get_property):
23871 * ext/dv/gstdvdec.h:
23872 Implement drop_factor property to lower the framerate with
23875 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
23877 * gst-libs/gst/colorbalance/Makefile.am:
23878 * gst-libs/gst/mixer/Makefile.am:
23879 * gst-libs/gst/play/Makefile.am:
23880 * gst-libs/gst/tuner/Makefile.am:
23881 unbreak Company's fix that didn't install the -enum.h files
23883 2004-06-27 Wim Taymans <wim@fluendo.com>
23885 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23886 (gst_dvdec_change_state):
23887 * ext/dv/gstdvdec.h:
23888 Fix timestamp, duration and offset of the buffers.
23890 2004-06-27 Wim Taymans <wim@fluendo.com>
23892 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23893 (gst_multifdsink_class_init), (gst_multifdsink_add),
23894 (gst_multifdsink_remove), (gst_multifdsink_clear),
23895 (gst_multifdsink_client_remove),
23896 (gst_multifdsink_handle_client_read),
23897 (gst_multifdsink_client_queue_data),
23898 (gst_multifdsink_client_queue_caps),
23899 (gst_multifdsink_client_queue_buffer),
23900 (gst_multifdsink_handle_client_write),
23901 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23902 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23903 (gst_multifdsink_init_send), (gst_multifdsink_close):
23904 * gst/tcp/gstmultifdsink.h:
23905 * gst/tcp/gsttcpserversink.c:
23906 (gst_tcpserversink_handle_server_read),
23907 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23908 More multifdsink fixes, more recovery policy fixes.
23909 Removed stupid g_print
23911 2004-06-26 Wim Taymans <wim@fluendo.com>
23913 * gst/tcp/Makefile.am:
23914 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23915 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23916 (gst_multifdsink_class_init), (gst_multifdsink_init),
23917 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23918 (gst_multifdsink_handle_client_read),
23919 (gst_multifdsink_client_queue_data),
23920 (gst_multifdsink_client_queue_caps),
23921 (gst_multifdsink_client_queue_buffer),
23922 (gst_multifdsink_handle_client_write),
23923 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23924 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23925 (gst_multifdsink_chain), (gst_multifdsink_set_property),
23926 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23927 (gst_multifdsink_close), (gst_multifdsink_change_state):
23928 * gst/tcp/gstmultifdsink.h:
23929 * gst/tcp/gsttcpplugin.c: (plugin_init):
23930 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23931 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23932 (gst_tcpserversink_handle_server_read),
23933 (gst_tcpserversink_handle_select),
23934 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23935 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23936 * gst/tcp/gsttcpserversink.h:
23937 Added multifdsink, made tcpserversink a subclass of fdsink, removed
23938 one of the locks, added recovery policy to multifdsink.
23940 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23942 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23943 fix decision for when getting frames with same timestamp
23944 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23945 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23946 (gst_v4lsrc_get_property):
23947 * sys/v4l/gstv4lsrc.h:
23948 add latency offset property
23950 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23952 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23954 fix debugging. add category.
23956 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23958 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23961 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23963 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23964 (gst_alsa_src_get_time), (gst_alsa_src_loop),
23965 (gst_alsa_src_change_state):
23966 return a time that is in sync with the element's processing
23968 2004-06-25 Wim Taymans <wim@fluendo.com>
23970 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23971 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23972 (gst_tcpserversink_client_remove),
23973 (gst_tcpserversink_handle_client_read),
23974 (gst_tcpserversink_client_queue_data),
23975 (gst_tcpserversink_client_queue_caps),
23976 (gst_tcpserversink_client_queue_buffer),
23977 (gst_tcpserversink_handle_client_write),
23978 (gst_tcpserversink_queue_buffer),
23979 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23980 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23981 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23982 (gst_tcpserversink_close):
23983 * gst/tcp/gsttcpserversink.h:
23984 Serversink rewrite. Really do non blocking writes to clients and
23985 maintain an internal queue to handle slower clients while not
23986 disturbing fast clients.
23988 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23990 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23991 better debug, don't override OFFSET and OFFSET_END
23993 2004-06-25 Iain <iain@prettypeople.org>
23995 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23996 name=source for the wavparse pipeline.
23998 2004-06-24 Johan Dahlin <johan@gnome.org>
24000 * ext/theora/theoraenc.c (theora_enc_chain): Call
24001 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
24002 streamheader caps are set correctly.
24004 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24006 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24007 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
24008 respect minimum bitrate; same could be done for max bitrate
24010 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24012 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24013 (gst_vorbisenc_setup):
24014 fix sample rate range
24016 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24018 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24019 (gst_oggvorbisenc_setup):
24020 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24021 (gst_vorbisenc_setup):
24022 resolve ambiguities in code and description
24024 2004-06-24 Wim Taymans <wim@fluendo.com>
24026 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24027 * ext/alsa/gstalsa.h:
24028 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24029 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24030 Use alsa trigger_tstamp to get the timestamp of the first
24031 sample in the buffer for more precise sync. Some cleanups.
24033 2004-06-24 Wim Taymans <wim@fluendo.com>
24035 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24036 (gst_audiorate_init), (gst_audiorate_chain),
24037 (gst_audiorate_set_property), (gst_audiorate_get_property):
24038 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24039 (gst_videorate_chain):
24040 Added some logging, fixed an overflow bug in videorate.
24042 2004-06-24 Benjamin Otte <otte@gnome.org>
24044 * ext/kio/Makefile.am:
24045 fix for builddir != srcdir and distcheck
24047 2004-06-24 Benjamin Otte <otte@gnome.org>
24049 * gst-libs/gst/colorbalance/Makefile.am:
24050 * gst-libs/gst/mixer/Makefile.am:
24051 * gst-libs/gst/play/Makefile.am:
24052 * gst-libs/gst/tuner/Makefile.am:
24053 * gst/tcp/Makefile.am:
24054 * sys/dxr3/Makefile.am:
24055 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24057 Also add all *.list files that were missing.
24059 add a distcheck hook to ensure the above doesn't happen again.
24061 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
24063 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24065 2004-06-23 Colin Walters <walters@redhat.com>
24067 * m4/Makefile.am: Distribute gst-fionread.m4.
24069 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
24071 * configure.ac: back to dev
24073 2004-06-23 Wim Taymans <wim@fluendo.com>
24075 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24076 (gst_alsa_xrun_recovery):
24077 * ext/alsa/gstalsa.h:
24078 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24079 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24080 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24081 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24082 (gst_alsa_src_loop):
24083 Add clock to alsasrc. Take new capture timestamp when
24084 restarting after an overrun. Split up some functions between
24085 alsasrc and alsasink.
24087 === release 0.8.2 ===
24089 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
24091 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24092 (gst_alsa_change_state), (gst_alsa_update_avail),
24093 (gst_alsa_xrun_recovery):
24094 * ext/alsa/gstalsa.h:
24095 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24096 merge back changes from release
24098 2004-06-23 Wim Taymans <wim@fluendo.com>
24100 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24101 (gst_audiorate_init), (gst_audiorate_chain),
24102 (gst_audiorate_set_property), (gst_audiorate_get_property):
24103 Implement sample dropping and notify
24105 2004-06-22 Wim Taymans <wim@fluendo.com>
24107 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24108 (theora_enc_sink_link), (theora_buffer_from_packet),
24109 (theora_push_packet), (theora_enc_chain):
24110 Some cleanups, make sure the timestamps are correct.
24112 2004-06-22 Wim Taymans <wim@fluendo.com>
24114 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24115 (gst_alsa_change_state), (gst_alsa_update_avail),
24116 (gst_alsa_xrun_recovery):
24117 * ext/alsa/gstalsa.h:
24118 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24119 Cleanups, take queued samples into account when reporting
24122 2004-06-22 Wim Taymans <wim@fluendo.com>
24124 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24125 (gst_videorate_init):
24126 Initialize the property as well.
24128 2004-06-22 Wim Taymans <wim@fluendo.com>
24130 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24131 (gst_videorate_init), (gst_videorate_chain),
24132 (gst_videorate_set_property), (gst_videorate_get_property):
24133 Add property to make videorate silent.
24134 Add property to prefer new frames over old ones.
24136 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24138 * sys/osxvideo/Makefile.am:
24139 Workaround so that the osxvideo .so file gets linked with the
24140 Cocoa, OpenGL and QuickTime frameworks
24142 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24144 * sys/osxaudio/Makefile.am:
24145 Workaround so that the osxaudio .so file gets linked with the
24146 CoreAudio framework
24148 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24151 Whoops, my fault...fixed build issues
24153 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24156 Add objective-c support if running in Darwin/Mac OS X
24159 * sys/osxvideo/Makefile.am:
24160 * sys/osxvideo/osxvideosink.h:
24161 * sys/osxvideo/osxvideosink.m:
24162 * sys/osxvideo/cocoawindow.h:
24163 * sys/osxvideo/cocoawindow.m:
24164 Add osxvideosink, a cocoa-based osx video sink
24167 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
24168 * ext/dvdnav/gst-dvd:
24169 Grab the gconf key from the right spot
24170 * gst/debug/gstnavseek.c: (gst_navseek_init),
24171 (gst_navseek_segseek), (gst_navseek_handle_src_event),
24172 (gst_navseek_chain):
24173 * gst/debug/gstnavseek.h:
24174 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24175 and loop parameters of a segment seek.
24176 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24177 (gst_videotestsrc_get_event_masks),
24178 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24179 * gst/videotestsrc/gstvideotestsrc.h:
24180 Add seeking support to videotestsrc
24181 Initialise the timestamp_offset variable.
24183 2004-06-18 Wim Taymans <wim@fluendo.com>
24185 * ext/sidplay/gstsiddec.cc:
24186 Fix negotiation and set correct end offset.
24188 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
24190 * configure.ac: branch and prerelease
24192 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24194 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24195 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24196 (gst_tcpclientsrc_init_receive):
24197 * gst/tcp/gsttcpclientsrc.h:
24198 read caps when connecting to server for GDP so we set them correctly
24200 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24202 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24203 notify drops and duplicates
24204 * gst/videoscale/videoscale.c: (videoscale_get_structure):
24205 no good reason to limit ourselves to 100x100
24207 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24209 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24210 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24211 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24212 (gst_v4lsrc_get_property):
24213 * sys/v4l/gstv4lsrc.h:
24214 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24215 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24216 (gst_v4l_set_audio):
24217 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24218 (gst_v4lsrc_try_capture):
24219 * sys/v4l/v4lsrc_calls.h:
24220 change try_palette to more general try_capture
24221 add autoprobe option so we can turn off autoprobing
24224 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24228 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24229 (gst_ximagesink_class_init):
24230 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24231 (gst_xvimagesink_class_init):
24232 run them as finalize, not dispose, since dispose can be invoked
24235 2004-06-17 Wim Taymans <wim@fluendo.com>
24237 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24238 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24239 * ext/alsa/gstalsa.h:
24240 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24241 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24242 (gst_alsa_src_change_state):
24243 * ext/alsa/gstalsasrc.h:
24244 Make the xrun code timestamp and offset the buffers correctly.
24245 moved the clock to the base class, use alsa methods to get time.
24246 Do correct timestamping on outgoing buffers.
24248 2004-06-17 Wim Taymans <wim@fluendo.com>
24250 * gst/audiorate/Makefile.am:
24251 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24252 (gst_audiorate_base_init), (gst_audiorate_class_init),
24253 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24254 (gst_audiorate_set_property), (gst_audiorate_get_property),
24255 (gst_audiorate_change_state), (plugin_init):
24256 Added an audiorate converter that fills in gaps.
24258 2004-06-17 Johan Dahlin <johan@gnome.org>
24260 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24262 2004-06-16 Wim Taymans <wim@fluendo.com>
24264 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24265 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24266 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24267 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24268 (gst_v4lsrc_get_property):
24269 * sys/v4l/gstv4lsrc.h:
24270 Added a copy mode to v4lsrc where it will output a copied version
24271 of its internal hardware buffer.
24272 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24275 2004-06-16 Wim Taymans <wim@fluendo.com>
24277 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24280 2004-06-16 Wim Taymans <wim@fluendo.com>
24282 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24283 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24284 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24285 (gst_v4lsrc_get_property):
24286 * sys/v4l/gstv4lsrc.h:
24287 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24288 Added a sync mode enum property to control v4lsrc timestamp method
24289 Removed the use-fixed-fps property and moved functionality in
24291 Don't error on an error value from v4l-conf, it might not always
24294 2004-06-16 Wim Taymans <wim@fluendo.com>
24296 * gst/videorate/Makefile.am:
24297 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24298 (gst_videorate_base_init), (gst_videorate_class_init),
24299 (gst_videorate_getcaps), (gst_videorate_link),
24300 (gst_videorate_init), (gst_videorate_chain),
24301 (gst_videorate_set_property), (gst_videorate_get_property),
24302 (gst_videorate_change_state), (plugin_init):
24303 Added a video timestamp corrector.
24305 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24307 fixed a potential leak with previous commit
24309 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24311 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24313 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24314 Added missing refcount, fixes bug #144425
24315 Cheers Tim for finding the bug
24317 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
24319 * sys/v4l/gstv4l.c: (plugin_init):
24320 * sys/v4l/gstv4lcolorbalance.c:
24321 * sys/v4l/gstv4lcolorbalance.h:
24322 * sys/v4l/gstv4lelement.c:
24323 * sys/v4l/gstv4lelement.h:
24324 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24325 * sys/v4l/gstv4lmjpegsink.h:
24326 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24327 * sys/v4l/gstv4lmjpegsrc.h:
24328 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24329 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24330 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24331 * sys/v4l/gstv4lsrc.h:
24332 * sys/v4l/gstv4ltuner.c:
24333 * sys/v4l/gstv4ltuner.h:
24334 * sys/v4l/gstv4lxoverlay.c:
24335 * sys/v4l/gstv4lxoverlay.h:
24336 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24337 (gst_v4l_set_window), (gst_v4l_enable_overlay):
24338 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24339 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24340 (gst_v4l_set_audio):
24341 * sys/v4l/v4l_calls.h:
24342 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24343 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24344 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24345 (gst_v4lmjpegsink_playback_init),
24346 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24347 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24348 (gst_v4lmjpegsink_playback_stop),
24349 (gst_v4lmjpegsink_playback_deinit):
24350 * sys/v4l/v4lmjpegsink_calls.h:
24351 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24352 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24353 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24354 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24355 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24356 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24357 * sys/v4l/v4lmjpegsrc_calls.h:
24358 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24359 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24360 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24361 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24362 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24363 (gst_v4lsrc_try_palette):
24364 * sys/v4l/v4lsrc_calls.h:
24365 bunch of paranoia cleanups
24367 2004-06-14 David Schleef <ds@schleef.org>
24369 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24370 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24371 Send discont events and change timestamps appropriately when
24372 we get a seek event. (bug #144240)
24373 * ext/cdparanoia/gstcdparanoia.h:
24375 2004-06-14 Benjamin Otte <otte@gnome.org>
24377 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24378 snd_pcm_hw_params_set_rate since the latter fails for no good
24379 reason on some setups.
24381 2004-06-14 David Schleef <ds@schleef.org>
24383 * gst/volume/demo.c: (value_changed_callback): exp10() is not
24384 standard. Thank you for playing.
24386 2004-06-14 Wim Taymans <wim@fluendo.com>
24388 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24389 Patch 1.3 broke the ordering of the colorspace info and
24390 made the plugin basically work by coincidence, reordered
24393 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24395 * ext/lame/gstlame.c:
24396 * ext/mad/gstmad.c:
24397 sync caps. Make sure mad can only output a list of rates, not
24398 a full range. In the future, have three caps lists for each of the
24399 mpeg versions. Change mpegversion to a double as well.
24401 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24403 * gst/volume/.cvsignore:
24404 * gst/volume/Makefile.am:
24405 * gst/volume/demo.c: (value_changed_callback), (idler),
24406 (setup_gui), (main):
24407 added small demo app
24409 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
24410 * ext/esd/esdsink.c: (gst_esdsink_change_state):
24411 * ext/esd/esdsink.h:
24412 Close the esd connection on pause, because esd will just wait -
24413 blocking all other esd clients indefinitely.
24415 2004-06-12 Christophe Fergeau <teuf@gnome.org>
24417 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24418 previous commit with GST_DEBUG
24420 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
24423 add a header check for a dvdread header in dvdnav. Fixes #133002
24425 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24427 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24428 * gst/tcp/gsttcpclientsink.h:
24429 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24430 * gst/tcp/gsttcpclientsrc.h:
24431 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24432 (gst_tcpserversink_handle_server_read),
24433 (gst_tcpserversink_init_send):
24434 * gst/tcp/gsttcpserversink.h:
24435 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24436 * gst/tcp/gsttcpserversrc.h:
24437 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24440 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24443 Added ogg library so that OSX detects libtheora properly
24445 2004-06-11 Wim Taymans <wim@fluendo.com>
24447 * ext/theora/theoradec.c: (theora_dec_chain),
24448 (theora_dec_change_state):
24449 Don't try to decode frames before we received a keyframe.
24451 2004-06-11 Wim Taymans <wim@fluendo.com>
24453 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24454 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24455 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24456 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24457 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24458 Added property to set the maximum delay of a page.
24460 2004-06-10 Wim Taymans <wim@fluendo.com>
24462 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24463 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24464 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24465 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24466 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24467 Added max-delay property to control the maximum amount
24468 of data to put in one page.
24470 2004-06-10 Wim Taymans <wim@fluendo.com>
24472 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24473 (gst_theora_enc_init), (theora_enc_sink_link),
24474 (theora_buffer_from_packet), (theora_enc_set_property),
24475 (theora_enc_get_property):
24476 Set duration on encoded buffer, added some more properties
24478 2004-06-10 Wim Taymans <wim@fluendo.com>
24480 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24481 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24482 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24483 * ext/theora/theoraenc.c: (theora_enc_chain):
24484 Fix refcounting bugs
24486 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
24488 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24489 (gst_asf_demux_loop), (gst_asf_demux_process_file),
24490 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24491 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24492 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24493 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24494 (gst_asf_demux_change_state):
24495 * gst/asfdemux/gstasfdemux.h:
24496 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24497 feels like. I think we should set a new requirement for demuxers
24498 from now on to implement sane loop functions, data loops, query
24499 and seek functions before first commit into CVS. And this commit
24500 fixes all of the above.
24502 2004-06-10 Christophe Fergeau <teuf@gnome.org>
24504 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24505 vorbis comments are properly encoded in UTF-8 before adding them
24508 2004-06-09 Benjamin Otte <otte@gnome.org>
24510 * ext/alsa/gstalsa.c: (add_channels):
24511 handle min <= max correctly
24512 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24513 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24514 add fixation functions so we fixate correctly. No preferring of alaw
24515 anymore because it's the first structure.
24516 * ext/alsa/gstalsa.h:
24517 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24518 (gst_alsa_hw_params_dump):
24519 add functions to ease debugging in alsalib
24520 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24521 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24522 (gst_alsa_start_audio):
24523 only specify hw params if we really setup a format (fixes #134007 -
24524 or at least works around it)
24526 2004-06-09 Wim Taymans <wim@fluendo.com>
24528 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24529 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24530 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24531 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24532 (gst_ogg_mux_loop):
24533 Use stream caps to setup the initial pages in the ogg stream.
24534 Correctly set the streamheader caps on the srcpad.
24536 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
24538 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24539 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24540 (gst_v4lsrc_getcaps):
24541 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24542 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24543 add querying of fps lists for webcams. Negotiating to a framerate
24546 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24548 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24549 (theora_push_buffer), (theora_push_packet),
24550 (theora_set_header_on_caps), (theora_enc_chain):
24551 mark buffers and put on streamheader, raw theora streaming
24552 now works too, whee
24554 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24556 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24557 (gst_tcp_gdp_read_caps):
24558 do a looping read for caps and GDP headers too
24560 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24562 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24563 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24564 return EOS instead of NULL in _get
24566 2004-06-08 Wim Taymans <wim@fluendo.com>
24568 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24569 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24570 (gst_tcp_gdp_write_caps):
24571 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24572 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24573 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24576 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24578 * ext/vorbis/Makefile.am:
24579 * ext/vorbis/vorbis.c: (plugin_init):
24580 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24581 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24582 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24583 (vorbis_parse_change_state):
24584 * ext/vorbis/vorbisparse.h:
24585 adding a vorbisparse element that marks the buffers, streaming
24586 raw vorbis using GDP now works, whee
24588 2004-06-08 Wim Taymans <wim@fluendo.com>
24590 * ext/jpeg/Makefile.am:
24592 * ext/jpeg/gstjpeg.c: (plugin_init):
24593 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24594 (gst_smokedec_base_init), (gst_smokedec_class_init),
24595 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24596 * ext/jpeg/gstsmokedec.h:
24597 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24598 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24599 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24600 (gst_smokeenc_resync), (gst_smokeenc_chain),
24601 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24602 * ext/jpeg/gstsmokeenc.h:
24603 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24604 (smokecodec_flush_destination), (smokecodec_term_destination),
24605 (smokecodec_init_source), (smokecodec_fill_input_buffer),
24606 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24607 (smokecodec_term_source), (smokecodec_encode_new),
24608 (smokecodec_decode_new), (smokecodec_info_free),
24609 (smokecodec_set_quality), (smokecodec_get_quality),
24610 (smokecodec_set_threshold), (smokecodec_get_threshold),
24611 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24612 (find_best_size), (abs_diff), (put), (smokecodec_encode),
24613 (smokecodec_parse_header), (smokecodec_decode):
24614 * ext/jpeg/smokecodec.h:
24615 Added a new simple jpeg based codec
24617 2004-06-08 Wim Taymans <wim@fluendo.com>
24619 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24620 (gst_multipart_mux_loop):
24623 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24625 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24626 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24627 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24628 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24629 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24630 * gst/tcp/gsttcpserversink.h:
24631 take streamheader into account
24633 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24635 * gst/level/Makefile.am:
24636 * gst/level/gstlevel.c: (gst_level_class_init):
24637 clean up marshal generation
24639 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24641 * gst/tcp/Makefile.am:
24642 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24643 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24644 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24645 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24646 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24647 (gst_tcpclientsrc_get_property):
24648 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24649 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24650 (gst_tcpserversink_handle_client_read),
24651 (gst_tcpserversink_handle_client_write),
24652 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24653 * gst/tcp/gsttcpserversink.h:
24654 add signals client-added and client-removed
24655 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24656 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24657 (gst_tcpserversrc_get_property):
24658 uniformized, change default protocol to NONE
24659 * gst/tcp/gsttcp-marshal.list: added
24660 2004-06-07 Benjamin Otte <otte@gnome.org>
24662 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24663 handle discont events if they happen before caps nego
24665 2004-06-07 Wim Taymans <wim@fluendo.com>
24667 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24668 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24669 (gst_multipart_demux_plugin_init):
24670 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24671 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24672 (gst_multipart_mux_change_state):
24673 Small updates, fix a memleak
24675 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24677 * configure.ac: OSS portability
24678 * ext/arts/gst_arts.c: idem
24679 * sys/oss/gstosselement.c: idem
24680 * sys/oss/gstossmixer.c: idem
24681 * sys/oss/gstosssink.c: idem
24682 * sys/oss/gstosssrc.c: idem
24683 * sys/oss/oss_probe.c: idem
24684 - check for soundcard.h in different places for some BSD
24686 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
24689 Add me to the authors file
24691 Increase the libdv requirement to >= version 0.100
24692 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24693 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24694 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24695 * ext/dv/gstdvdec.h:
24696 Add support for the new_media flag when sending DISCONT events
24697 Make the querying work when video pad is not linked
24699 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24701 reviewed by Benjamin Otte <otte@gnome.org>
24703 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24704 create a NULL-initialized array of pads, so we don't think they
24705 exist already. (fixes #143130)
24707 2004-06-07 Benjamin Otte <otte@gnome.org>
24709 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24710 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24711 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24712 don't use // coments
24714 2004-06-07 Benjamin Otte <otte@gnome.org>
24716 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24717 cast to GstClockTime to get higher granularity
24718 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24719 use gst_element_set_time_delay to get the exact time
24720 * ext/mad/gstmad.c: (gst_mad_chain):
24721 use the negotiated rate instead of the current frame's rate which
24722 might be wrong because of bit errors. This avoids emitting totally
24723 bogus timestamps and screwing sync.
24726 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24728 reviewed by Benjamin Otte <otte@gnome.org>
24730 * gst/adder/gstadder.c: (gst_adder_loop):
24731 properly error out when no negotiation has happened yet. (fixes
24734 2004-06-06 Benjamin Otte <otte@gnome.org>
24736 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24737 forward correctly transformed offset in discont events. Based on
24738 patch by Arwed v. Merkatz. (fixes #142851)
24740 2004-06-06 David Schleef <ds@schleef.org>
24742 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24743 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
24744 problems on several systems.
24746 2004-06-06 Benjamin Otte <otte@gnome.org>
24748 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24749 use explicit caps on the srcpad
24750 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24751 properly error out if caps couldn't be set (fixes #142764)
24753 2004-06-06 Benjamin Otte <otte@gnome.org>
24755 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24756 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24757 (gst_alsa_start_audio):
24758 - don't call set_periods_integer anymore, it breaks the
24759 configuration randomly
24760 - call snd_pcm_hw_params_set_access directly instead of using masks
24761 - don't fail if the sw_params can't be set, just use the default
24762 params and hope it works. Alsalib has weird issues when you touch
24763 sw_params and does no proper error reporting about what failed.
24764 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24765 (gst_alsa_close_audio):
24766 make our alsa debugging go via gst debugging and not conditionally
24768 * ext/alsa/gstalsa.h:
24769 add ALSA_DEBUG_FLUSH macro
24770 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24772 wrap alsa errors to be printed via the gst debugging system and not
24775 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24777 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24778 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24779 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24780 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24781 (qtdemux_parse_trak):
24782 * gst/qtdemux/qtdemux.h:
24783 Bitch. Also known as seeking, querying & co.
24784 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24785 (gst_osssink_change_state):
24786 * sys/oss/gstosssink.h:
24787 Resyncing is for weenies, this hack is no longer needed and was
24788 broken anyway (since it - unintendedly - always leaves resync to
24791 2004-06-05 Andrew Turner <zxombie@hotpop.com>
24793 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24794 * gst/tcp/gsttcpclientsrc.h: idem
24795 - define MSG_NOSIGNAL if not done
24796 - include unistd.h for off_t
24799 2004-06-05 Benjamin Otte <otte@gnome.org>
24802 * ext/kio/Makefile.am:
24803 check for qt's moc preprocessor explicitly and use it
24805 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24807 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24808 don't get a signal for EPIPE on socket writes
24809 (somebody check if this works on other platforms)
24811 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24813 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24814 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24815 check error condition on available samples correctly
24817 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24819 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24821 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24822 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24823 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24824 (gst_tcpserversrc_gdp_read_header):
24825 use ssize_t over size_t since the former is signed and thus the
24826 check for error codes can work
24828 2004-06-02 Wim Taymans <wim@fluendo.com>
24832 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24833 (gst_multipart_mux_loop):
24836 2004-06-02 Wim Taymans <wim@fluendo.com>
24838 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24839 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24840 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24841 (gst_multipart_mux_change_state):
24842 Added configurable boundary specifier, added the value as a
24843 caps field as well.
24845 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24847 * gst/tcp/gsttcp.c:
24848 * gst/tcp/gsttcpclientsrc.c:
24849 * gst/tcp/gsttcpclientsrc.h:
24850 * gst/tcp/gsttcpserversrc.c:
24851 - portability fix, to compile on OSX
24854 * sys/osxaudio/gstosxaudioelement.c:
24855 * sys/osxaudio/gstosxaudiosink.c:
24856 * sys/osxaudio/gstosxaudiosrc.c:
24857 - compilation warnings on OSX
24860 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24862 * ext/vorbis/vorbisdec.c : sign warning fixes
24864 * gst-libs/gst/mixer/mixertrack.c :
24865 do no use defines which are glib 2.4 specific
24867 2004-06-01 Christophe Fergeau <teuf@gnome.org>
24869 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24870 buffer since libflac doesn't expect it (reports a sync error when
24871 it encounters that)
24874 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
24876 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24877 * gst-libs/gst/mixer/mixertrack.c:
24878 (gst_mixer_track_get_property), (get_mixer_track_init),
24879 (get_mixer_track_get_property): Added property accessors
24880 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24881 * gst-libs/gst/mixer/mixeroptions.c:
24882 (gst_mixer_options_get_values): Added
24883 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24884 * gst-libs/gst/mixer/mixer.c: Fixed comment
24887 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24889 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24890 improve error messages on open
24893 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24895 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24896 check if v4l-conf is in path
24898 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24900 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24901 change assert to a more readable error message
24903 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24905 * gst-libs/gst/tuner/tunerchannel.h:
24906 - add a freq_multiplicator field to make the conversion
24907 between internal frequency unit and Hz
24908 * sys/v4l/gstv4lelement.c:
24909 * sys/v4l2/gstv4l2element.c:
24910 - change default video device to /dev/video0
24911 * sys/v4l/v4l_calls.c:
24912 * sys/v4l2/v4l2_calls.c:
24913 - we only expose frequency to the user in Hz instead of
24914 bastard v4lX unit (either 62.5kHz or 62.5Hz)
24916 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
24917 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24918 Initialise b_o_s and e_o_s variables
24919 * gst-libs/gst/riff/riff-media.c:
24920 (gst_riff_create_video_caps_with_data):
24921 Add some unusual fourcc's from mplayer avi's
24922 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24923 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24926 2004-05-28 Wim Taymans <wim@fluendo.com>
24929 * gst/alpha/Makefile.am:
24930 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24931 (gst_alpha_get_type), (gst_alpha_base_init),
24932 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24933 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24934 (gst_alpha_chroma_key), (gst_alpha_chain),
24935 (gst_alpha_change_state), (plugin_init):
24936 A plugin to add an alpha channel to I420 video. Can optionally do
24938 * gst/multipart/Makefile.am:
24939 * gst/multipart/multipart.c: (plugin_init):
24940 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24941 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24942 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24943 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24944 (gst_multipart_demux_change_state),
24945 (gst_multipart_demux_plugin_init):
24946 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24947 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24948 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24949 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24950 (gst_multipart_mux_pad_unlink),
24951 (gst_multipart_mux_request_new_pad),
24952 (gst_multipart_mux_handle_src_event),
24953 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24954 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24955 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24956 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24957 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24958 send multipart jpeg images to a browser.
24959 * gst/videobox/Makefile.am:
24960 * gst/videobox/README:
24961 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24962 (gst_video_box_get_type), (gst_video_box_base_init),
24963 (gst_video_box_class_init), (gst_video_box_init),
24964 (gst_video_box_set_property), (gst_video_box_get_property),
24965 (gst_video_box_sink_link), (gst_video_box_i420),
24966 (gst_video_box_ayuv), (gst_video_box_chain),
24967 (gst_video_box_change_state), (plugin_init):
24968 Crops or adds borders around an image. can do alpha channel
24970 * gst/videomixer/Makefile.am:
24971 * gst/videomixer/README:
24972 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24973 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24974 (gst_videomixer_pad_get_sink_event_masks),
24975 (gst_videomixer_pad_get_property),
24976 (gst_videomixer_pad_set_property),
24977 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24978 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24979 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24980 (gst_videomixer_base_init), (gst_videomixer_class_init),
24981 (gst_videomixer_init), (gst_videomixer_request_new_pad),
24982 (gst_videomixer_handle_src_event),
24983 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24984 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24985 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24986 (gst_videomixer_loop), (gst_videomixer_get_property),
24987 (gst_videomixer_set_property), (gst_videomixer_change_state),
24989 Generic video mixer plugin, can handle multiple inputs all with
24990 different framerates and video sizes. Is fully alpha channel
24993 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
24995 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24996 Select first track as master track. Not sure how else to handle
24998 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24999 Discard discont events. Should fix #142962.
25001 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
25003 * ext/alsa/Makefile.am:
25004 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
25005 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
25006 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25007 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25008 (gst_alsa_mixer_get_option):
25009 * ext/alsa/gstalsamixer.h:
25010 * ext/alsa/gstalsamixeroptions.c:
25011 (gst_alsa_mixer_options_get_type),
25012 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25013 (gst_alsa_mixer_options_new):
25014 * ext/alsa/gstalsamixeroptions.h:
25015 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25016 * ext/alsa/gstalsamixertrack.h:
25017 Add enumerations (as GstMixerOptions). Make correct distinction
25018 between input/output tracks. Add capture/playback private flag.
25019 Use flag to decide on whether to set capture or playback volumes
25020 or switches. Use playback and record switches.
25021 * gst-libs/gst/mixer/Makefile.am:
25022 * gst-libs/gst/mixer/mixer-marshal.list:
25023 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25024 (gst_mixer_set_option), (gst_mixer_get_option),
25025 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25026 (gst_mixer_volume_changed), (gst_mixer_option_changed):
25027 * gst-libs/gst/mixer/mixer.h:
25028 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25029 (gst_mixer_options_class_init), (gst_mixer_options_init),
25030 (gst_mixer_options_dispose):
25031 * gst-libs/gst/mixer/mixeroptions.h:
25032 Add GstMixerOptions.
25033 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25034 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25035 broken device detection on computers with multiple OSS sound
25038 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
25040 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25041 fixate nicely even when the peer is not negotiating
25043 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
25045 * gst/audioconvert/gstaudioconvert.c:
25046 (gst_audio_convert_parse_caps):
25047 make sure we don't allow depth > width
25048 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25049 fixate endianness to G_BYTE_ORDER as default
25050 * gst/audioscale/gstaudioscale.c:
25051 we don't handle another endianness as host-endianness
25053 2004-05-25 David Schleef <ds@schleef.org>
25055 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
25057 2004-05-24 Benjamin Otte <otte@gnome.org>
25059 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25060 (gst_oggvorbisenc_setup):
25061 properly fail when we can't setup the vorbis encoder due to
25062 unsupported settings
25063 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25064 (gst_vorbisenc_setup):
25066 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25067 fix case where warnings occured when one pad was unlinked while the
25068 other's link function was called
25070 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
25072 * gst/tcp/Makefile.am:
25075 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25077 * gst-libs/gst/resample/private.h:
25078 don't use optimizations that are #if 0'ed
25080 2004-05-24 Wim Taymans <wim@fluendo.com>
25082 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25083 Fix potential division by zero error and hopefully get
25084 the position query right to get correct timestamps on avi
25087 2004-05-24 Wim Taymans <wim@fluendo.com>
25089 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25090 (gst_videoscale_scale_nearest_str2),
25091 (gst_videoscale_scale_nearest_str4),
25092 (gst_videoscale_scale_nearest_32bit),
25093 (gst_videoscale_scale_nearest_24bit),
25094 (gst_videoscale_scale_nearest_16bit):
25095 Fix the scaling algorithm and avoid a buffer overflow.
25096 removed the while loop in the scaling function as it
25097 was used for point sampling only.
25099 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25101 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25102 (gst_id3_tag_class_init), (gst_id3_tag_init),
25103 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25104 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25105 (gst_id3_tag_send_tag_event):
25106 lots of fixes to make id3mux work and id3demux work correctly
25108 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25111 add rules to build shout2send (was removed by accident
25112 when this module was no more marked experimental/broken)
25114 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25116 * ext/shout2/gstshout2.c:
25117 * ext/shout2/gstshout2.h:
25118 adding a "connection problem" signal to shout2send
25121 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
25123 * ext/kio/kioreceiver.cpp:
25124 * ext/kio/kioreceiver.h:
25125 fix sign comparison issues
25127 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25129 * gst/cdxaparse/gstcdxaparse.c:
25130 * gst/cdxaparse/gstcdxaparse.h:
25132 add some checks/sanity
25133 prepare for seek addition
25135 * sys/sunaudio/gstsunaudio.c:
25136 remove exported dupe init function
25138 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
25140 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25141 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25142 Fix format conversion and position querying.
25143 * gst/debug/progressreport.c: (gst_progressreport_report):
25144 Don't output a bogus total value that we didn't query.
25145 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25146 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25147 only a blank window after xine has been used.
25149 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25152 sync with upstream version to fix test on FC2
25153 readd with -ko to preserve Id header
25155 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25158 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25159 * gst/tcp/gsttcpclientsrc.c: idem
25160 * gst/tcp/gsttcpserversink.c: idem
25161 * gst/tcp/gsttcpserversrc.c: idem
25162 * m4/gst-fionread.m4: idem
25164 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25166 * configure.ac: enable speex plugin for speex 1.1.5+
25167 * ext/speex/gstspeexenc.c: fix cast warning
25169 * ext/esd/README: fix typo
25171 2004-05-20 David Schleef <ds@schleef.org>
25173 * configure.ac: Minor cosmetic change to convince the buildbot to
25175 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25176 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25177 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25178 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25179 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25180 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25181 More hacking. Plays audio now.
25183 2004-05-20 David Schleef <ds@schleef.org>
25188 2004-05-20 David Schleef <ds@schleef.org>
25190 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
25191 * sys/osxaudio/gstosxaudio.c:
25192 * sys/osxaudio/gstosxaudioelement.c:
25193 * sys/osxaudio/gstosxaudioelement.h:
25194 * sys/osxaudio/gstosxaudiosink.c:
25195 * sys/osxaudio/gstosxaudiosink.h:
25196 * sys/osxaudio/gstosxaudiosrc.c:
25197 * sys/osxaudio/gstosxaudiosrc.h:
25199 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25201 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25202 (gst_vorbisenc_chain):
25203 put the codec headers on the caps as streamheader as well as
25206 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25208 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25209 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25210 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25211 split up push_packet into two functions
25213 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25215 * gst/tcp/.cvsignore:
25217 * gst/tcp/Makefile.am:
25219 * gst/tcp/gsttcp.c:
25220 * gst/tcp/gsttcp.h:
25221 * gst/tcp/gsttcpclientsink.c:
25222 * gst/tcp/gsttcpclientsink.h:
25223 * gst/tcp/gsttcpclientsrc.c:
25224 * gst/tcp/gsttcpclientsrc.h:
25225 * gst/tcp/gsttcpplugin.c:
25226 * gst/tcp/gsttcpserversink.c:
25227 * gst/tcp/gsttcpserversink.h:
25228 * gst/tcp/gsttcpserversrc.c:
25229 * gst/tcp/gsttcpserversrc.h:
25230 add new tcp elements
25232 2004-05-19 Wim Taymans <wim@fluendo.com>
25234 * gst/law/mulaw-conversion.c: (mulaw_encode):
25235 Fix overflow bug in ulaw encoding.
25237 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25239 * ext/mad/gstmad.c: (gst_mad_handle_event):
25240 don't unref the event twice
25242 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25245 remove -Wno-sign-compare
25247 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25250 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25251 if you want to work against glib 2.2 and 2.4
25253 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
25255 * gst/tcp/Makefile.am:
25256 * gst/tcp/gsttcp.c:
25257 * gst/tcp/gsttcp.h:
25258 * gst/tcp/gsttcpsink.h:
25259 * gst/tcp/gsttcpsrc.h:
25260 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25262 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25264 * gst/debug/tests.c: (md5_get_value):
25265 fix segfault on gst-inspect
25267 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25269 * gst/debug/testplugin.c:
25270 * gst/debug/tests.c:
25271 * gst/debug/tests.h:
25272 add new extensible and configurable testing element. Current tests
25273 include buffer count, stream length, timestamp/duration matching and
25275 * gst/debug/Makefile.am:
25276 * gst/debug/gstdebug.c: (plugin_init):
25277 add infrastructure for new element
25279 2004-05-19 Johan Dahlin <johan@gnome.org>
25281 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25282 ending of the array. Fixes gst-inspect segfault on ppc.
25284 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25286 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25288 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25290 2004-05-18 David Schleef <ds@schleef.org>
25292 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25293 warnings (bugs, actually) noticed by gcc but not forte.
25295 2004-05-18 David Schleef <ds@schleef.org>
25297 * sys/sunaudio/Makefile.am:
25298 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25300 2004-05-18 David Schleef <ds@schleef.org>
25302 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25303 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
25304 to allow qtdemux to use non-seekable streams. (bug #142272)
25306 2004-05-18 David Schleef <ds@schleef.org>
25308 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25309 (gst_resample_sinc_ft_float): Remove use of static temporary
25310 buffer. This code was obviously not supposed to last long, but
25311 it's stuck in our ABI, so it required a little hack to make it
25312 ABI-compatible. Fixes #142585.
25313 * gst-libs/gst/resample/resample.h: same.
25315 2004-05-18 David Schleef <ds@schleef.org>
25317 * configure.ac: Add sunaudio
25318 * examples/Makefile.am: make gstplay depend on gconf
25319 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25320 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25321 (convert_table_lookup), (img_convert): remove c99-isms
25322 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25323 unsigned, to fix a warning on Solaris
25324 * gst/mpeg1sys/systems.c: bcopy->memcpy
25325 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25326 * sys/Makefile.am: Add sunaudio
25328 2004-05-18 Wim Taymans <wim@fluendo.com>
25330 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25331 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25332 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25333 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25334 (gst_ogg_mux_loop):
25335 Fix an ugly memleak where the muxer didn't flush enough ogg
25336 pages. This also resulted in badly muxed ogg files.
25338 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25340 * gst/asfdemux/asfheaders.c :
25341 * gst/asfdemux/asfheaders.h :
25342 * gst/asfdemux/gstasfdemux.c :
25343 - fix ASF_OBJ_PADDING guid
25344 - add 3 new object guids (language list, metadata,
25345 extended stream properties)
25346 - add a function to parse extended header objects
25348 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
25350 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25351 remove leftover debugging g_print
25353 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
25355 * ext/mad/gstmad.c: (gst_mad_handle_event):
25356 Fix for when the first format in a discont event is not a
25357 byte-based one. Should fix #137710.
25359 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25361 * m4/a52.m4 : fix compilation with -Wall -Werror
25362 * m4/libfame.m4 : idem
25363 * m4/libmikmod.m4 : idem
25365 2004-05-17 Benjamin Otte <otte@gnome.org>
25367 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25368 signal the new tags before giving up the reference
25370 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25372 * ext/shout2/gstshout2.c:
25373 use application/ogg instead of application/x-ogg (patch by Patrick
25374 Guimond, fixes #142432)
25375 * sys/oss/gstosselement.c: (gst_osselement_reset),
25376 (gst_osselement_sync_parms):
25377 don't set fragment size unless specified (fixes #142493)
25379 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25381 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25384 2004-05-17 Benjamin Otte <otte@gnome.org>
25386 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25387 compute offsets correctly for internal buffers so timestamps are set
25388 correctly when we can't seek. Also handle cases where there are no
25389 offsets. (based on a patch by David Moore, fixes #142507)
25391 2004-05-17 Benjamin Otte <otte@gnome.org>
25393 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25394 use correct variable when determining amount of data to skip so we
25395 don't skip into the void and segfault
25397 2004-05-16 Benjamin Otte <otte@gnome.org>
25399 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25402 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25404 * gst/asfdemux/gstasfdemux.c:
25405 - fix a mem leak and always propagate tags
25406 - add WMV3 to known video codecs (but no decoder yet)
25407 - replace "surplus data" at end of audio header for what
25408 it is : codec specific data
25411 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
25413 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25415 * gst-libs/gst/audio/audioclock.c:
25416 Fix wrong return type (#142205).
25418 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25420 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25421 Ignore CRCs by default (fixes #142566).
25423 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25425 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25426 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25427 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25428 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25429 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25430 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25431 Fix for cases where we fail to attach to a mixer.
25433 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25435 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25436 Don't touch events after not owning them anymore.
25437 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25438 (gst_wavparse_fmt), (gst_wavparse_other),
25439 (gst_wavparse_handle_seek), (gst_wavparse_loop),
25440 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25441 (gst_wavparse_srcpad_event):
25442 * gst/wavparse/gstwavparse.h:
25443 Add seeking, fix querying.
25445 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25447 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25448 - process comments even if they don't end with \0\0
25449 g_convert would ignore them if present and works well without them
25451 2004-05-16 Benjamin Otte <otte@gnome.org>
25453 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25456 2004-05-16 Benjamin Otte <otte@gnome.org>
25458 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25459 don't write to memory we might not write to - g_convert does that
25460 for us anyway (fixes #142613)
25461 (gst_asf_demux_audio_caps):
25462 comment out gst_util_dump_mem
25464 2004-05-16 Benjamin Otte <otte@gnome.org>
25466 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25467 compute correct expected timestamps after seek (broken since
25469 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25470 rename element and debugging category to gdkpixbufscale
25472 2004-05-16 Benjamin Otte <otte@gnome.org>
25474 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25475 add error checking to snd_pcm_delay and remove duplicate call to
25476 snd_pcm_delay that caused issues (see inline code comments)
25477 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25478 make more readable and fix return value when snd_pcm_delay fails
25481 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
25482 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25483 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25484 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25485 (gst_pixbufscale_link), (gst_pixbufscale_init),
25486 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25487 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25488 (gst_pixbufscale_get_property), (pixbufscale_init):
25489 * ext/gdk_pixbuf/pixbufscale.h:
25490 Add these files I forgot earlier
25492 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
25493 * ext/gdk_pixbuf/Makefile.am:
25494 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25495 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25496 Add new pixbufscale element to scale RGB video
25497 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25498 and HYPER interpolation correctly.
25499 * ext/theora/theoraenc.c: (theora_enc_chain),
25500 Discard buffer and return if explicit caps could not be set
25501 (theora_enc_get_property):
25502 Make _get return kbps for the bitrate consistent with
25506 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25508 * ext/libvisual/visual.c: (gst_visual_chain):
25509 add missing visual_audio_analyze
25511 2004-05-14 David Schleef <ds@schleef.org>
25513 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25514 is killed while we're playing.
25515 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25516 gst_element_no_more_pads().
25518 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25520 * gst-libs/gst/riff/riff-read.c :
25521 - fix INFO tag extraction in RIFF/AVI files
25522 because gst_event_unref (event) also freed taglist
25525 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25527 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25528 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25530 * gst/auparse/gstauparse.c :
25531 - add code (commented for now) to support audio/x-adpcm on src pad
25532 (we have no decoder for those layout yet)
25534 * gst/cdxaparse/gstcdxaparse.c :
25535 * gst/cdxaparse/gstcdxaparse.h :
25536 - partial rewrite using RiffRead (ripped iain's wavparse code)
25538 * gst/rtp/gstrtpL16enc.c : typo
25539 * gst/rtp/gstrtpgsmenc.c : typo
25541 2004-05-13 Benjamin Otte <otte@gnome.org>
25544 check for exact version of libvisual, it's not supposed to be
25547 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
25549 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25550 signal no-more-pads
25552 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25554 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25555 Report which format was used for GST_FORMAT_DEFAULT
25556 * gst/debug/Makefile.am:
25557 * gst/debug/gstdebug.c: (plugin_init):
25558 * gst/debug/progressreport.c: (gst_progressreport_base_init),
25559 (gst_progressreport_class_init), (gst_progressreport_init),
25560 (gst_progressreport_report), (gst_progressreport_set_property),
25561 (gst_progressreport_get_property), (gst_progressreport_chain),
25562 (gst_progressreport_plugin_init):
25563 Add progressreport element for testing.
25565 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
25567 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25568 * sys/v4l/gstv4lsrc.h:
25569 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25570 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25571 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25572 (gst_v4lsrc_grab_frame):
25574 send a discont at start
25576 2004-05-12 Colin Walters <walters@redhat.com>
25578 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25579 inflooping if we can't find a chunk. Or in other words, don't blow
25580 chunks if we don't have a chunk to blow.
25582 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25583 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25584 Remove old debug output
25585 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25586 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25587 (gst_dvdec_set_property), (gst_dvdec_get_property):
25588 Change the quality setting to an enum, so it works from gst-launch
25589 Don't renegotiate a non-linked pad. Allows audio only decoding.
25590 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25591 (gst_deinterlace_link), (gst_deinterlace_init):
25592 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25593 (gst_videodrop_link):
25594 Some caps negotiation fixes
25596 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25598 * ext/tarkin/gsttarkin.c :
25599 - Change RANK from NONE to PRIMARY
25600 * ext/gdk_pixbuf/gstgdkpixbuf.c :
25601 - Change RANK from NONE to MARGINAL
25602 * ext/divx/gstdivxenc.c :
25603 - Change RANK from PRIMARY to NONE (encoder/spider issue)
25605 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
25607 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25608 (gst_vorbisenc_push_packet):
25609 copy a function that was added between 1.0 and 1.0.1 until we
25610 depend on worthwhile features of post-1.0
25612 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25615 enable shout2 by default
25616 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25617 (gst_shout2send_base_init), (gst_shout2send_init),
25618 (gst_shout2send_connect), (gst_shout2send_change_state):
25619 * ext/shout2/gstshout2.h:
25620 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25622 * ext/theora/theora.c: (plugin_init):
25623 don't set rank on encoders
25625 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
25627 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25628 Use codec_data property instead of flag1 and flag2 for wma
25630 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25632 * gst/cdxaparse/gstcdxaparse.c :
25633 - Add mpegversion to CAPS to make it link
25634 - Rank is as GST_RANK_SECONDARY instead of NONE
25635 * gst/auparse/gstauparse.c :
25636 - Document all audio encoding we can encounter from Solaris 9
25637 headers and libsndfile information.
25638 - Increase max. rate from 48000 to 192000 (to match other elements)
25639 - Don't try to play junk data between header and samples
25641 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25643 * ext/libvisual/visual.c: (gst_visual_getcaps):
25644 use the right caps depending on endianness (I hope)
25645 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25646 use GST_RANK_NONE for all non-decoding elements or spider gets
25649 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
25651 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25652 Fix some odd cases and fix BE metadata parsing of unicode16 text.
25654 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25656 * gst/switch/gstswitch.c: (gst_switch_release_pad),
25657 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25658 (gst_switch_loop), (gst_switch_get_type):
25659 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25660 HEADERS. Had to be said.
25662 2004-05-10 David Schleef <ds@schleef.org>
25664 * configure.ac: Add prototype Dirac support.
25666 * ext/dirac/Makefile.am:
25667 * ext/dirac/gstdirac.cc:
25668 * ext/dirac/gstdiracdec.cc:
25670 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25672 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25673 (gst_auparse_init), (gst_auparse_chain),
25674 (gst_auparse_change_state):
25675 Hack around spider. Remove me some day please.
25677 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25679 * gst/auparse/gstauparse.c: (gst_auparse_chain):
25680 Fix for some uninitialized variables in previous patch, also
25681 makes it work. Fixes #142286 while we're at it.
25683 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25685 * gst/auparse/gstauparse.c:
25686 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25687 only unsupported formats are ADPCM/CCITT G.72x
25689 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25691 2004-05-10 Wim Taymans <wim@fluendo.com>
25693 * ext/vorbis/Makefile.am:
25694 * ext/vorbis/README:
25695 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25696 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25697 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25698 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25699 (gst_oggvorbisenc_convert_sink),
25700 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25701 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25702 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25703 (get_constraints_string), (update_start_message),
25704 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25705 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25706 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25707 * ext/vorbis/oggvorbisenc.h:
25708 * ext/vorbis/vorbis.c: (plugin_init):
25709 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25710 (raw_caps_factory), (gst_vorbisenc_class_init),
25711 (gst_vorbisenc_init), (gst_vorbisenc_setup),
25712 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25713 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25714 * ext/vorbis/vorbisenc.h:
25715 Added a raw vorbis encoder to be used with the oggmuxer.
25716 We still need the old encoder for some gnome applications,
25717 read the README to find out how that works.
25718 The raw encoder is called "rawvorbisenc" until 0.9.
25720 2004-05-10 Wim Taymans <wim@fluendo.com>
25722 * ext/ogg/gstogg.c: (plugin_init):
25723 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25725 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25726 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25727 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25728 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25729 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25730 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25731 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25732 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25733 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25734 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25735 Added an ogg muxer.
25736 Small typo fixes in the demuxer.
25738 2004-05-10 Wim Taymans <wim@fluendo.com>
25740 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25741 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25742 (theora_enc_change_state), (theora_enc_set_property),
25743 (theora_enc_get_property):
25744 Mark the last packet with an EOS flag which is not really needed
25746 Do some better video framerate initialisation.
25747 Update the buffer timestamp.
25749 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
25751 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25752 Return the result of the parent state change call
25754 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25756 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25757 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25758 * gst/law/alaw-encode.c : (idem)
25759 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25760 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25761 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25763 2004-05-09 Benjamin Otte <otte@gnome.org>
25765 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25766 don't use a fixed buffer size when writing variable length data to
25767 it. Fixes memory corruption and makes alsasrc work
25769 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25771 * ext/gnomevfs/gstgnomevfssink.c:
25772 (_gst_boolean_allow_overwrite_accumulator),
25773 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25774 Run glib's default signal handler (??) in RUN_CLEANUP rather than
25775 RUN_LAST, and don't use that to set the accumulator value because
25776 then it's always FALSE.
25778 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25780 * gst-libs/gst/riff/riff-media.c:
25781 (gst_riff_create_video_caps_with_data),
25782 (gst_riff_create_audio_caps),
25783 (gst_riff_create_audio_template_caps):
25784 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25785 Fix for unaligned RIFF files (i.e. where all the chunks together
25786 in a LIST chunk are not of the same size as the size given in
25787 the LIST chunk header). Fixes several odd WAVE files. Also fix
25788 ADPCM (block_align property) in audio, so that wavparse based
25789 on this works now as it used to stand-alone.
25791 2004-05-09 Edward Hervey <bilboed@bilboed.com>
25793 reviewed by Benjamin Otte <otte@gnome.org>
25795 * ext/a52dec/gsta52dec.c:
25796 * ext/divx/gstdivxdec.c:
25797 * ext/divx/gstdivxenc.c:
25798 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25799 * ext/faac/gstfaac.c: (gst_faac_base_init):
25800 * ext/faad/gstfaad.c: (gst_faad_base_init):
25801 * ext/ivorbis/vorbisfile.c:
25802 * ext/lame/gstlame.c:
25803 * ext/libfame/gstlibfame.c:
25804 * ext/mpeg2enc/gstmpeg2enc.cc:
25805 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25806 * ext/sidplay/gstsiddec.cc:
25807 * ext/speex/gstspeexdec.c:
25808 * ext/speex/gstspeexenc.c:
25809 * ext/xvid/gstxviddec.c:
25810 * ext/xvid/gstxvidenc.c:
25811 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25814 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
25816 * ext/alsa/gstalsa.c: (device_list),
25817 (gst_alsa_class_probe_devices):
25818 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25819 Fix alsa oddness in mixer after the combination of using mixer
25820 in source/sink elements and using hw:x,y instead of just hw:x.
25822 2004-05-09 Benjamin Otte <otte@gnome.org>
25824 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25825 (gst_wavparse_create_sourcepad):
25826 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25829 2004-05-09 Benjamin Otte <otte@gnome.org>
25831 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25832 allow discont events before caps nego
25834 2004-05-08 Benjamin Otte <otte@gnome.org>
25836 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25839 2004-05-08 Benjamin Otte <otte@gnome.org>
25841 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25842 (gst_level_change_state), (gst_level_init):
25843 * gst/level/gstlevel.h:
25844 figure out if we're initialized directly instead of keeping a
25845 variable that's wrong in 90% of cases
25846 don't initialize pads and then leak them and use a new unitialized
25847 pad. (fixes #142084)
25848 these were bugs so n00bish I didn't find them for an hour :/
25850 2004-05-08 Iain <iain@prettypeople.org>
25852 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25853 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25854 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25855 return the length that was read.
25856 (gst_riff_read_strf_auds): Allow fmt tags as well.
25858 2004-05-07 David Schleef <ds@schleef.org>
25860 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25861 signed char assumption in faad.h.
25863 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25865 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25866 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25868 2004-05-07 Colin Walters <walters@redhat.com>
25870 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25871 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25873 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25874 Add dispose function.
25876 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
25877 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25878 Fix caps nego and pad templates. RGB mode caps should
25880 * ext/dvdnav/gst-dvd:
25881 Move mpeg2dec inside the thread because otherwise the
25882 queue rejects cap changes mid-stream
25883 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25884 (gst_mpeg2dec_flush_decoder):
25885 For mpeg2dec > 0.4.0, call the flush function instead of
25886 manually extracting all in-flight frames.
25887 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25888 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25889 Change mime type video/dv go video/x-dv to match the
25890 rest of gst-plugins
25892 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25894 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25895 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25896 (gst_alsa_sink_class_init):
25897 * ext/alsa/gstalsasink.h:
25898 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25899 (gst_alsa_src_class_init):
25900 * ext/alsa/gstalsasrc.h:
25901 Make alsasink/src a subclass of alsamixer so that mixer stuff
25902 shows up in gst-rec. Needs some finetuning.
25904 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
25906 * ext/lame/gstlame.c: (gst_lame_chain):
25908 * ext/mad/gstmad.c: (gst_mad_handle_event):
25910 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25911 be able to detect mp3 files < 4096 bytes
25913 2004-05-06 Wim Taymans <wim@fluendo.com>
25915 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25916 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25917 (theora_enc_set_property), (theora_enc_get_property):
25918 Also encode the first frame, cleanup some code.
25920 2004-05-06 Wim Taymans <wim@fluendo.com>
25922 * ext/mpeg2enc/gstmpeg2enc.cc:
25923 Forward events first before deciding that negotiation was
25926 2004-05-06 Wim Taymans <wim@fluendo.com>
25928 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25929 First process the events before deciding that negotiation
25932 2004-05-06 Wim Taymans <wim@fluendo.com>
25934 * ext/theora/Makefile.am:
25935 * ext/theora/theora.c: (plugin_init):
25936 * ext/theora/theoradec.c: (theora_dec_change_state):
25937 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25938 (gst_theora_enc_class_init), (gst_theora_enc_init),
25939 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25940 (theora_enc_chain), (theora_enc_change_state),
25941 (theora_enc_set_property), (theora_enc_get_property):
25942 Added a theora encoder, grouped the encoder and decoder into the
25945 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
25947 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25948 (gst_jpegenc_chain):
25949 fix DURATION on outgoing buffers
25950 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25951 debug using time formats
25952 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25953 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25954 (gst_xvimagesink_sink_link):
25955 windows with width/height 0 generate X errors, so don't allow them
25957 2004-05-05 Wim Taymans <wim@fluendo.com>
25959 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25960 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25961 (gst_mpeg2dec_negotiate_format):
25962 * ext/mpeg2dec/gstmpeg2dec.h:
25963 removed the static pad template so that we can add the
25964 more accurate framerate value to the caps.
25967 2004-05-04 Benjamin Otte <otte@gnome.org>
25970 check for kdemacros.h, too (should fix #141821)
25971 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25972 don't crash if no header was sent, but nicely error out (fixes part
25975 2004-05-04 Wim Taymans <wim@fluendo.com>
25977 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25978 parent dispose function to avoid segfault on destroy.
25980 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
25982 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25984 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25985 (gst_xvimagesink_sink_link):
25986 clean up debugging caps
25987 also recreate xvimage when format has changed
25989 2004-05-04 Benjamin Otte <otte@gnome.org>
25991 * ext/libvisual/Makefile.am:
25992 * ext/libvisual/visual.c: (gst_visual_class_init),
25993 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25994 (gst_visual_srclink), (gst_visual_chain),
25995 (gst_visual_change_state), (plugin_init):
25996 use a GstAdapter to correctly adapt buffer sizes - allows using a
25999 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26001 * sys/v4l/gstv4lelement.h:
26002 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26003 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
26004 (gst_v4lsrc_buffer_free):
26005 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
26006 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26007 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
26008 (gst_v4lsrc_requeue_frame):
26009 move some debugging categories around
26010 query for fps index and set accordingly if found
26012 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26014 * ext/lame/gstlame.c:
26015 correct defaults that lame_init puts out of range
26017 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26019 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26020 (gst_divxenc_class_init):
26021 fix range since -1 is the default
26022 * gst/mpeg1sys/gstmpeg1systemencode.c:
26023 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26024 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26025 (gst_rtjpegdec_chain):
26026 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26027 (gst_rtjpegenc_chain):
26028 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26029 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26030 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26031 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26032 * sys/v4l/gstv4lsrc.c:
26033 * sys/v4l/v4l_calls.c: (gst_v4l_open):
26034 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26035 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26036 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26037 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26038 remove gst_info calls
26040 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26049 Updated translations
26051 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26053 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26054 refactor/comment code
26056 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
26058 * gst/asfdemux/Makefile.am:
26059 * gst/asfdemux/asfheaders.c:
26060 * gst/asfdemux/asfheaders.h:
26061 * gst/asfdemux/gstasf.c: (plugin_init):
26062 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26063 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26064 (gst_asf_demux_setup_pad):
26065 * gst/asfdemux/gstasfdemux.h:
26066 * gst/asfdemux/gstasfmux.c:
26067 * gst/asfdemux/gstasfmux.h:
26068 Add tagging support to demuxer, split out registration in its own
26069 file instead of in demux (hacky), and prevent having some tables
26070 in our memory multiple times (in asfheaders.h).
26072 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
26074 * gst/matroska/matroska-demux.c:
26075 (gst_matroska_demux_parse_metadata):
26076 * gst/matroska/matroska-ids.h:
26077 Basic tag reading support.
26079 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
26081 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26082 Really detect ac-3 audio.
26083 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26084 really detect matroska files (off-by-1).
26086 2004-04-30 David Schleef <ds@schleef.org>
26088 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26089 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26090 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26091 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26092 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26093 hackage -- parse a lot more atoms, extract a few tags. One might even
26094 mistake this for tag support. Maybe it is.
26095 * gst/qtdemux/qtdemux.h:
26097 2004-04-30 Colin Walters <walters@verbum.org>
26099 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26101 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
26103 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26104 (gst_ffmpegcolorspace_getcaps):
26105 remove broken nego fix
26107 2004-04-30 Benjamin Otte <otte@gnome.org>
26111 * ext/libvisual/Makefile.am:
26112 * ext/libvisual/visual.c:
26113 add initial support for libvisual (http://libvisual.sourceforge.net)
26114 libvisual is still quite alpha, so expect crashes in there :)
26116 2004-04-29 David Schleef <ds@schleef.org>
26118 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26119 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26120 up qtdemux to make it spit out codec_data. Do _not_ look at this
26121 code; you will no longer respect me.
26123 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26125 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26126 * ext/alsa/gstalsa.h :
26127 change alsa pcm device discovery to find more than 1 device
26128 per card. code review by Ronald.
26130 2004-04-29 David Schleef <ds@schleef.org>
26132 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26133 Add a check for a driver bug on FreeBSD. (bug #140565)
26135 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
26137 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26138 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26139 (gst_jpegenc_getcaps):
26140 move format setting to inner loop
26141 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26142 (gst_ffmpegcolorspace_getcaps):
26143 use GST_PAD_CAPS if available so that we use already negotiated
26145 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26146 (qtdemux_parse_moov), (qtdemux_parse):
26148 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26149 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26150 move hardcoded path to DEFINE
26152 2004-04-28 David Schleef <ds@schleef.org>
26154 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
26157 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26159 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26160 Don't probe for playback device if we're a source element. Fixes
26163 2004-04-29 Benjamin Otte <otte@gnome.org>
26165 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26166 (gst_id3_tag_chain):
26167 rewrite buffer offset
26169 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26173 * ext/dts/Makefile.am:
26174 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26175 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26176 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26177 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26178 (gst_dtsdec_loop), (gst_dtsdec_change_state),
26179 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26181 * ext/dts/gstdtsdec.h:
26183 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26184 (gst_faad_srcconnect):
26185 Add ESDS atom handling (.m4a).
26187 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
26189 * ext/divx/gstdivxdec.c: (plugin_init):
26190 Remove comment that makes no sense.
26191 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26192 Fix for obvious typo that resulted in warnings during gst-register.
26193 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26194 (gst_xviddec_sink_link):
26195 Fix caps negotiation a bit better.
26196 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26197 We call this 'codec_data', not 'esds'.
26199 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26201 * gst/monoscope/gstmonoscope.c:
26202 make sure we only provide 256x128
26203 * gst/monoscope/monoscope.c: (monoscope_init):
26204 assert size of 256x128
26206 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26209 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26210 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26211 fixate to max width and height of device
26213 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26216 * sys/v4l/gstv4l.c:
26217 * sys/v4l/gstv4lsrc.c:
26218 * sys/v4l/v4l_calls.c:
26219 * sys/v4l/v4lsrc_calls.c:
26220 fix for qc-usb driver which fakes having more than one buffer
26221 by handing the same buffer twice, which confused GStreamer's/v4lsrc
26222 buffer_free override
26225 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26228 * gst/videotestsrc/gstvideotestsrc.c:
26229 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26230 (gst_videotestsrc_init), (gst_videotestsrc_get),
26231 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26232 * gst/videotestsrc/gstvideotestsrc.h:
26233 add num-buffers property
26235 2004-04-26 Benjamin Otte <otte@gnome.org>
26237 * ext/mad/gstid3tag.c: (plugin_init):
26238 set id3mux rank to NONE so it doesn't confuse spider
26239 require audio/mpeg,mpegversion=1 in id3mux
26241 2004-04-26 Benjamin Otte <otte@gnome.org>
26244 detect faad correctly as non-working if it's indeed non-working
26246 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
26249 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26250 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26251 fix _getcaps so it only negotiates to its supported format
26253 2004-04-25 Benjamin Otte <otte@gnome.org>
26255 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26258 2004-04-23 Benjamin Otte <otte@gnome.org>
26260 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26261 audio/x-raw-int with height rules! not. Now it's depth.
26263 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
26265 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26266 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26267 (gst_wavparse_loop):
26268 Missing variable initialization. Add handling of DVI ADPCM. Fix
26269 mis-parsing of LIST chunks. This works around a bug where we mis-
26270 parse non-aligning LIST chunks (so LIST chunks where the contents
26271 don't align with the actual LIST size). The correct fix is to use
26272 rifflib, I'm not going to fix wavparse - too much work. All this
26275 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26277 reviewed by Benjamin Otte <otte@gnome.org>
26279 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26280 fix shoutcast not working (fixes #140844)
26282 2004-04-22 Benjamin Otte <otte@gnome.org>
26284 * ext/hermes/gsthermescolorspace.c:
26285 (gst_hermes_colorspace_caps_remove_format_info):
26286 * gst/colorspace/gstcolorspace.c:
26287 (gst_colorspace_caps_remove_format_info):
26288 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26289 (gst_ffmpegcolorspace_caps_remove_format_info):
26290 s/gst_caps_simplify/gst_caps_do_simplify/
26292 2004-04-22 Benjamin Otte <otte@gnome.org>
26294 * gst-libs/gst/riff/riff-media.c:
26295 (gst_riff_create_video_caps_with_data):
26296 mpegversion is an int
26297 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26298 don't try to create pad templates with NULL caps, use any caps
26301 2004-04-20 David Schleef <ds@schleef.org>
26303 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26304 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
26307 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26309 reviewed by David Schleef
26311 * ext/mad/gstid3tag.c: Add stdlib.h
26312 * gst/rtp/gstrtpgsmenc.c: same
26313 * gst/tags/gstid3tag.c: same
26314 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26315 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26316 GST_DISABLE_LOADSAVE use.
26317 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26318 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26319 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26321 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26322 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26324 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26325 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26327 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26330 2004-04-20 David Schleef <ds@schleef.org>
26332 * gst/realmedia/rmdemux.c: This was supposed to part of the
26333 last checkin. Same idea.
26335 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26337 reviewed by David Schleef
26339 * configure.ac: bump required gstreamer version to 0.8.1.1
26340 because of following changes [--ds]
26342 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
26343 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26344 (gst_riff_read_header): Use GST_READ_UINT*
26345 macros to access possibly unaligned memory.
26347 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26348 (mp3_type_find): Use GST_READ_UINT*
26349 macros to access possibly unaligned memory.
26350 (mp3_type_find, mpeg1_parse_header, qt_type_find)
26351 (speex_type_find): Likewise
26353 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26355 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26356 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26357 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26358 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26359 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26360 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
26361 macros to access possibly unaligned memory.
26363 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26366 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26367 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26369 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26372 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26373 (gst_mpeg2subt_chain_subtitle): Likewise.
26375 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26376 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26379 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26382 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26385 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26388 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26391 update required version of GStreamer because of GST_TIME_FORMAT
26393 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
26395 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26396 remove leftover g_print
26397 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26398 don't try setting only a subset of the caps. We don't want to kill
26399 autoplugging on purpose
26401 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26403 * sys/ximage/ximagesink.c: (plugin_init):
26404 * sys/xvimage/xvimagesink.c: (plugin_init):
26405 add debugging categories
26407 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26411 Adding en_GB translation (Gareth Owen)
26413 2004-04-20 David Schleef <ds@schleef.org>
26415 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26416 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26417 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26418 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26419 A number of new features and hacks to extract the esds atom and
26420 put it into the caps. (bug #137724)
26422 2004-04-19 David Schleef <ds@schleef.org>
26424 * gconf/Makefile.am: Fix for non-GNU make
26425 * gst-libs/gst/Makefile.am: Change directory order to handle
26426 GstPlay linking with gstinterfaces
26427 * gst-libs/gst/audio/make_filter: make use of tr portable
26428 * gst-libs/gst/play/Makefile.am: Add intended \
26429 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26430 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26431 function prototype instead of void *.
26432 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26434 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26435 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26436 * gst/videofilter/make_filter: make use of tr portable
26437 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26439 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
26443 Added Ukrainian translation (Maxim V. Dziumanenko)
26445 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26447 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26448 (gst_gsmdec_link), (gst_gsmdec_chain):
26449 Fix capsnego, simplify chain function slightly.
26450 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26453 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26455 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26456 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26457 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26458 Hack to make wavparse work with spider (always -> sometimes pad).
26459 Fixes #135862 && #140411.
26461 2004-04-18 Benjamin Otte <otte@gnome.org>
26463 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26464 (gst_osselement_rate_probe_check),
26465 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26466 get rid of \n in debug output
26468 2004-04-17 Iain <iain@prettypeople.org>
26470 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26473 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26475 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26476 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26477 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26478 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26479 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26480 (gst_id3_tag_change_state), (plugin_init):
26481 deprecate id3tag element and replace with id3demux/id3mux.
26482 great side effect: this ugly file is now even uglier, yay!
26483 * ext/mad/gstmad.h:
26484 remove non-available function
26485 update for new get_type
26487 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26490 require mpeg2dec >= 0.4.0
26492 2004-04-17 Benjamin Otte <otte@gnome.org>
26494 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26495 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26496 (gst_xvimagesink_set_xwindow_id):
26497 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26498 assorted cleanup fixes.
26500 2004-04-16 David Schleef <ds@schleef.org>
26502 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26503 * sys/xvimage/xvimagesink.h: same
26505 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
26507 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26508 Fix GST_ELEMENT_ERROR with (NULL)
26510 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26512 * gst-libs/gst/riff/riff-media.c:
26513 (gst_riff_create_video_caps_with_data):
26514 Add div[3456] as fourccs for DivX 3 (fixes #140137).
26516 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26518 * gst-libs/gst/riff/riff-media.c:
26519 (gst_riff_create_video_caps_with_data),
26520 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26521 (gst_riff_create_video_template_caps),
26522 (gst_riff_create_audio_template_caps):
26523 * gst-libs/gst/riff/riff-media.h:
26524 * gst-libs/gst/riff/riff-read.c:
26525 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26526 * gst-libs/gst/riff/riff-read.h:
26527 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26528 Add MS RLE support. I added some functions to read out strf chunks
26529 into strf chunks and the data behind it. This is usually color
26530 palettes (as in RLE, but also in 8-bit RGB). Also use those during
26531 caps creation. Lastly, add ADPCM (similar to wavparse - which
26532 should eventually be rifflib based).
26533 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26534 (gst_matroska_demux_init), (gst_matroska_demux_reset):
26535 * gst/matroska/matroska-demux.h:
26536 Remove placeholders for some prehistoric tagging system. Didn't add
26537 support for any tag system really anyway.
26538 * gst/qtdemux/qtdemux.c:
26539 Add support for audio/x-m4a (MPEG-4) through spider.
26540 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26541 (gst_wavparse_loop):
26542 ADPCM support (#135862). Increase max. buffer size because we
26543 cannot split buffers for ADPCM (screws references) and I've seen
26544 files with 2048 byte chunks. 4096 seems safe for now.
26546 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26548 * configure.ac: bump nano to 1
26550 === release 0.8.1 ===
26552 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26554 * configure.ac: releasing 0.8.1, "Comforting Sounds"
26556 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26558 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26559 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26562 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26564 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26565 lower rank of dvddemux so that it's not used for mpeg playback.
26567 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26570 save libs correctly when checking mad
26572 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26574 * ext/mad/gstid3tag.c: (plugin_init):
26575 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
26577 2004-04-13 David Schleef <ds@schleef.org>
26579 * common/m4/gst-feature.m4: Call -config scripts with
26580 --plugin-libs if it is supported.
26581 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26582 JPEG images are image/jpeg.
26583 * gst/debug/Makefile.am:
26584 * gst/debug/negotiation.c: (gst_negotiation_class_init),
26585 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26586 (gst_negotiation_update_caps), (gst_negotiation_get_property),
26587 (gst_negotiation_plugin_init): Add a property that acts like
26589 * testsuite/gst-lint: Move license checking to be a standard
26592 2004-04-13 David Schleef <ds@schleef.org>
26594 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26595 patch from Sebastien Cote (bug #139958)
26597 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26599 * examples/gstplay/Makefile.am:
26600 * examples/gstplay/player.c: (main):
26601 make the commandline player example use gconf settings
26603 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26605 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26606 (gst_cacasink_sinkconnect), (gst_cacasink_init),
26607 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26608 init/end library during state transition, not object
26609 creation/disposal. get rid of custom dispose handler.
26612 2004-04-12 Christian Schaller <Uraeus@gnome.org>
26614 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26617 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26619 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26620 Handle JUNK chunks inside data section. Prevents warnings.
26622 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26624 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26625 (gst_riff_create_video_template_caps):
26627 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26628 (gst_avi_demux_stream_data):
26629 Add support for "rec-list" chunks.
26631 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26633 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26634 Fix another codecname mismatch.
26636 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26638 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26639 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26640 so that MJPEG plays back.
26642 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26644 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26645 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26646 * gst/mpeg1videoparse/gstmp1videoparse.h:
26647 Fix for some slight mis-cuts in buffer parsing, and for some
26648 potential overflows or faults-causers. Adds disconts. Also fixes
26649 #139105 while we're at it.
26651 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26654 * sys/v4l2/gstv4l2element.h:
26655 Workaround for missing struct v4l2_buffer declaration in Suse 9
26656 and Mandrake 10 linux/videodev2.h header file (#135919).
26658 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26660 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26661 Bail out if no filename was given.
26663 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26665 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26666 (gst_v4l2_fourcc_from_structure):
26667 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26670 2004-04-09 Benjamin Otte <otte@gnome.org>
26672 * ext/gnomevfs/gstgnomevfssink.c:
26673 (_gst_boolean_allow_overwrite_accumulator),
26674 (gst_gnomevfssink_class_init):
26675 fix erase signal - if any handler returns false the file will not be
26676 overwritten. If no handler is connected, the file will not be
26677 overwritten either.
26678 renamed signal to "allow-overwrite"
26679 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26680 free string when adding it to ID3 failed
26681 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26682 unref event when done
26683 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26685 * gst/typefind/gsttypefindfunctions.c:
26686 (mpeg_video_stream_type_find):
26689 2004-04-08 David Schleef <ds@schleef.org>
26691 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26692 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26694 2004-04-08 David Schleef <ds@schleef.org>
26696 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26697 we don't support (bug #139532)
26699 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
26701 * ext/mad/gstmad.c: (gst_mad_handle_event),
26702 (gst_mad_check_caps_reset), (gst_mad_chain),
26703 (gst_mad_change_state):
26704 only set explicit caps if they haven't been set before for
26705 this stream. MPEG-audio sample rate/channels aren't allowed
26706 to change in-stream.
26709 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26711 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26712 (_gst_boolean_did_something_accumulator),
26713 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26714 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26715 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26716 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26717 (gst_gnomevfssink_change_state):
26718 Fix erase signal. Don't erase by default. Remove handoff signal.
26719 Remove erase property. Don't segfault. General cleanup.
26721 2004-04-07 Benjamin Otte <otte@gnome.org>
26723 * gst-libs/gst/gconf/test-gconf.c: (main):
26724 add missing gst_init
26726 2004-04-07 Benjamin Otte <otte@gnome.org>
26728 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26729 free the mutexes, too
26731 2004-04-07 Benjamin Otte <otte@gnome.org>
26733 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26734 actually free the URI string
26735 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26736 compute offset correctly when passing discont events
26737 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26738 don't leak discont events
26739 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26740 add some missing breaks so caps aren't copied randomly
26741 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26742 if we realloc memory, we better use it
26744 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
26746 * ext/mad/gstmad.c: (normal_seek):
26747 fix GST_FORMAT_TIME usage
26749 2004-04-05 David Schleef <ds@schleef.org>
26751 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
26752 a deprecated function (hack!)
26754 2004-04-05 Benjamin Otte <otte@gnome.org>
26756 * ext/esd/esdmon.c: (gst_esdmon_get):
26757 fix nonterminated vararg and memleak
26759 2004-04-05 Benjamin Otte <otte@gnome.org>
26761 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26762 (gst_ladspa_init), (gst_ladspa_force_src_caps),
26763 (gst_ladspa_set_property), (gst_ladspa_get_property),
26764 (gst_ladspa_instantiate), (gst_ladspa_activate),
26765 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26768 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
26770 reviewed by Benjamin Otte <otte@gnome.org>
26772 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26773 check for broken LADSPA parameters (fixes #138635)
26775 2004-04-05 Benjamin Otte <otte@gnome.org>
26777 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26778 advertise buffer-frames correctly on sinkpads
26780 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26782 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26783 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26784 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26785 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26786 (gst_mad_check_caps_reset), (gst_mad_chain):
26787 add more debugging, only reset caps when we're not in error state
26789 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26791 * ext/mad/gstmad.c: add debugging category, comment + cleanups
26793 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26795 reviewed by Benjamin Otte <otte@gnome.org>
26798 fix == in test(1) operator
26800 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26802 reviewed by Benjamin Otte <otte@gnome.org>
26805 fix --export-symblos-regex to a working regex.
26807 2004-04-04 Benjamin Otte <otte@gnome.org>
26809 * sys/oss/.cvsignore:
26812 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
26814 reviewed by Benjamin Otte <otte@gnome.org>
26816 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26817 add missing 'new_media' argument (fixes #138168)
26818 * gst/matroska/matroska-demux.c:
26819 (gst_matroska_demux_handle_seek_event):
26820 add vararg terminator (fixes #138169)
26822 2004-04-02 David Schleef <ds@schleef.org>
26824 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
26825 disted (bug #138914)
26827 2004-04-01 Benjamin Otte <otte@gnome.org>
26829 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26830 (gst_alsa_close_audio):
26831 handle case better where a soundcard can't pause
26832 * ext/ogg/gstoggdemux.c:
26833 don't crash when we get events but don't have pads yet
26835 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26837 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26838 throw an error if we couldn't probe any caps.
26840 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26842 * ext/dvdnav/gst-dvd:
26843 Add a really simple sample DVD player
26845 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26847 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26848 (gst_a52dec_push), (gst_a52dec_handle_event),
26849 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26850 (gst_a52dec_change_state):
26851 * ext/a52dec/gsta52dec.h:
26852 Use a debug category, Output timestamps correctly
26853 Emit tag info, Handle events, tell liba52dec about cpu
26854 capabilities so it can use MMX etc.
26855 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26856 Fix a crasher accessing invalid memory
26857 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26858 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26859 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26860 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26862 Some support for byte-format seeking.
26863 Small fixes for still frames and menu button overlays
26864 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26865 (gst_mpeg2dec_alloc_buffer):
26866 Use a debug category. Adjust the report level of several items to
26867 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26868 so it doesn't lose the GstBuffer pointer
26869 * gst/debug/Makefile.am:
26870 * gst/debug/gstdebug.c: (plugin_init):
26871 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26872 (gst_navseek_base_init), (gst_navseek_class_init),
26873 (gst_navseek_init), (gst_navseek_seek),
26874 (gst_navseek_handle_src_event), (gst_navseek_set_property),
26875 (gst_navseek_get_property), (gst_navseek_chain),
26876 (gst_navseek_plugin_init):
26877 * gst/debug/gstnavseek.h:
26878 Add the navseek debug element for seeking back and forth in a
26879 video stream using arrow keys.
26880 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26881 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26882 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26883 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26884 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26885 (gst_mpeg2subt_parse_header), (gst_get_nibble),
26886 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26887 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26888 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26889 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26890 * gst/mpeg2sub/gstmpeg2subt.h:
26891 Pretty much a complete rewrite. Now a loopbased element. May still
26892 require work to properly synchronise subtitle buffers.
26893 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26894 (gst_dvd_demux_send_subbuffer):
26895 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26896 Don't attempt to create subbuffers of size 0
26897 Reduce a couple of error outputs to warnings.
26898 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26899 (gst_y4mencode_chain):
26900 Output the y4m frame header correctly.
26902 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26904 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26905 throw errors instead of allowing SIGFPE
26907 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26909 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26910 (gst_gconf_render_bin_from_key):
26911 leak plugging and style fixing
26913 2004-03-31 David Schleef <ds@schleef.org>
26915 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26916 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26918 * gst/debug/Makefile.am:
26919 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26920 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
26922 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26923 (gst_negotiation_base_init), (gst_negotiation_class_init),
26924 (gst_negotiation_init), (gst_negotiation_getcaps),
26925 (gst_negotiation_pad_link), (gst_negotiation_chain),
26926 (gst_negotiation_set_property), (gst_negotiation_get_property),
26927 (gst_negotiation_plugin_init): New element to talk about random
26928 negotiation things happening in a pipeline.
26930 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26932 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26933 fix integer addition with help of Stefan Kost
26935 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26937 * po/nl.po: updated Dutch translation (Elros Cyriatan)
26939 2004-03-30 David Schleef <ds@schleef.org>
26941 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26942 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
26943 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26945 * ext/mpeg2dec/gstmpeg2dec.h:
26947 2004-03-30 David Schleef <ds@schleef.org>
26949 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26951 2004-03-30 David Schleef <ds@schleef.org>
26953 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
26954 Michael Petullo) to handle .mov
26956 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26958 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26959 (gst_osselement_rate_check_rate):
26960 probe caps correctly for sound cards that only support one format
26962 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26964 * ext/kio/kiosrc.cpp: (process_events):
26965 update handling event processing if inside KDE - untested
26967 2004-03-29 David Schleef <ds@schleef.org>
26969 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26970 by 2 to not interfere with other colorspaces.
26971 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26972 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26973 one to not interfere with ffmpeg_colorspace.
26975 2004-03-29 David Schleef <ds@schleef.org>
26977 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26978 aren't in the caps.
26979 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26980 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26982 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26984 * gst-libs/gst/riff/riff-media.c:
26985 fail on error, don't try to set stuff on NULL caps
26987 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26991 * ext/kio/Makefile.am:
26992 * ext/kio/kioreceiver.cpp:
26993 * ext/kio/kioreceiver.h:
26994 * ext/kio/kiosrc.cpp:
26995 * ext/kio/kiosrc.h:
26996 add experimental kiosrc plugin
26997 * ext/alsa/gstalsaplugin.c: (plugin_init):
26998 initialize debugging category only when we're sure registering the
27001 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
27003 * examples/gstplay/player.c: (main):
27004 * gst-libs/gst/play/play.c: (gst_play_class_init),
27005 (gst_play_set_location), (gst_play_set_data_src),
27006 (gst_play_set_video_sink), (gst_play_set_audio_sink),
27007 (gst_play_set_visualization), (gst_play_connect_visualization):
27008 check return values of element_set_state and return FALSE where
27011 2004-03-29 Benjamin Otte <otte@gnome.org>
27013 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27014 try harder to check if an event is really a discont
27016 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
27018 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27021 2004-03-28 Benjamin Otte <otte@gnome.org>
27023 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27024 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27025 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27026 get rid of non-standard "..." ranges in case statements.
27028 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
27030 * gst/mpegstream/gstmpegdemux.c:
27031 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27032 specific functionality split to the new dvddemux element.
27033 * gst/mpegstream/gstdvddemux.c:
27034 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27035 streams, derived from mpegdemux.
27036 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27037 up. SCR based timestamp rewriting can be turned off (will probably
27038 completely disappear soon).
27039 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27040 hacking. General cleanup. All printf statements replaced by
27041 debugging messages. Almost complete libdvdnav support.
27042 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27043 by events. New properties for audio and subpicture languages.
27044 (dvdnavsrc_update_highlight): Now uses events.
27045 (dvdnavsrc_user_op): Cleaned up.
27046 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27047 based). Lots of cleanup, and propper support for most libdvdnav
27049 (dvdnavsrc_make_dvd_event): New function.
27050 (dvdnavsrc_make_dvd_nav_packet_event): New function.
27051 (dvdnavsrc_make_clut_change_event): New function.
27053 2004-03-26 Benjamin Otte <otte@gnome.org>
27055 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27056 fix bug where typefinding would claim it's theora whenever less then
27057 7 bytes of data were available
27059 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
27061 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27062 (gst_alawdec_base_init), (gst_alawdec_class_init),
27063 (gst_alawdec_init), (gst_alawdec_chain):
27064 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27065 (gst_alawenc_base_init), (gst_alawenc_class_init),
27066 (gst_alawenc_init), (gst_alawenc_chain):
27067 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27068 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27069 (gst_mulawdec_init), (gst_mulawdec_chain):
27070 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27071 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27072 (gst_mulawenc_init), (gst_mulawenc_chain):
27073 Fix capsnego in all four, remove the unused property functions and
27074 simplify the chain functions slightly. I guess we could use macros
27075 or something similar for those, since the code is so similar, but
27076 I'm currently too lazy...
27078 2004-03-24 David Schleef <ds@schleef.org>
27080 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27081 (gst_osselement_close_audio), (gst_osselement_probe_caps),
27082 (gst_osselement_get_format_structure),
27083 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27084 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27085 (gst_osselement_rate_int_compare): Add code to handle rate probing
27087 * sys/oss/gstosselement.h: same
27088 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27089 Use rate probing provided by osselement.
27090 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27092 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
27094 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27095 (gst_xvidenc_get_property):
27098 2004-03-24 David Schleef <ds@schleef.org>
27100 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27101 (gst_speexdec_init):
27102 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27103 (gst_speexenc_init): Create the pad template correctly (from
27104 the static pad template, not a NULL pointer.)
27106 2004-03-25 Benjamin Otte <otte@gnome.org>
27108 * gst/debug/Makefile.am:
27109 * gst/debug/breakmydata.c:
27110 add element that quasi-randomly changes bytes in the stream.
27111 Intended use is robustness checking of demuxers and decoders in
27114 2004-03-24 Benjamin Otte <otte@gnome.org>
27116 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27117 (gst_alsa_probe_hw_params):
27118 * ext/alsa/gstalsa.h:
27119 debugging output fixes
27121 2004-03-24 Benjamin Otte <otte@gnome.org>
27123 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27124 don't g_return_if_fail if element is PLAYING, fail silently as every
27126 * gst/effectv/gstquark.c: (gst_quarktv_chain):
27127 only fix needed for cast lvalue issues in gst-plugins
27128 * gst/volenv/gstvolenv.c: (gst_volenv_init):
27131 2004-03-24 Benjamin Otte <otte@gnome.org>
27133 * gst/level/gstlevel.c: (gst_level_init):
27134 add proxying getcaps function, so level doesn't advertise impossible
27137 2004-03-24 David Schleef <ds@schleef.org>
27139 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27140 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27141 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27142 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27143 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27144 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27145 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27146 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27147 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
27148 messages. Divide the chunk size by the compression ratio
27149 (needed for MACE audio)
27151 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27153 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27154 Fix buffer overflow read error.
27156 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27158 * ext/alsa/gstalsa.h:
27159 Remove unused entry.
27160 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27162 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27163 (gst_videodrop_link), (gst_videodrop_chain):
27164 Fix, sort of. Was horribly broken with new capsnego. Bah...
27166 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
27168 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27170 Add a monkeysaudio typefind function
27172 2004-03-23 Johan Dahlin <johan@gnome.org>
27174 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27175 (gst_play_video_fixate): Check so the structure has the field
27176 before trying to fixate them, this makes it possible to have
27177 fakesinks for video and audio output without printing errors on
27178 the output console.
27180 2004-03-22 David Schleef <ds@schleef.org>
27182 * sys/oss/Makefile.am:
27183 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27184 (check_rate), (add_rate): Rate probing test app.
27186 2004-03-21 Benjamin Otte <otte@gnome.org>
27188 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27189 (_fixate_caps_to_int), (gst_audio_convert_fixate):
27190 add a fixation function that pretty much does the right thing (fixes
27193 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
27195 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27197 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
27199 reviewed by: Benjamin Otte <otte@gnome.org>
27201 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27202 terminate gst_event_new_discontinuous correctly (fixes parts of
27205 2004-03-19 David Schleef <ds@schleef.org>
27207 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
27208 since it doesn't depend on X, and it's part of our ABI.
27210 2004-03-19 Iain <iain@prettypeople.org>
27212 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27213 is_int in the structure, not the local variable.
27215 2004-03-19 David Schleef <ds@schleef.org>
27217 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27218 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27219 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27220 Improvements in caps negotiation.
27222 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27226 adding Afrikaans (Petri Jooste)
27228 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27230 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27231 (gst_ffmpegcolorspace_chain):
27232 throw error instead of g_critical (#137588)
27234 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27238 dist common and m4 correctly
27241 2004-03-17 David Schleef <ds@schleef.org>
27243 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
27246 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27250 adding Swedish translation (Christian Rose)
27252 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27254 * Makefile.am: use release.mak
27256 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27258 * common/ChangeLog:
27259 * common/gst-autogen.sh:
27260 add some explanation about the version detection
27264 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27266 * configure.ac: bump nano to 1
27268 === release 0.8.0 ===
27270 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27272 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27274 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27277 update libtool version
27278 * gst-libs/gst/media-info/Makefile.am:
27279 actually use libtool version
27281 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27283 * configure.ac: fix speex detection to work with 1.0 but not 1.1
27285 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27288 * gst-plugins.spec.in:
27289 * pkgconfig/Makefile.am:
27290 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27291 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27292 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27293 * pkgconfig/gstreamer-libs.pc.in:
27294 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27295 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27296 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27297 * pkgconfig/gstreamer-plugins.pc.in:
27298 remove @VERSION@ from some of the pc files since core and plugins
27300 created gstreamer-plugins.pc as it's a better name, but keeping
27301 -libs around for now to get fixes upstream done first.
27303 2004-03-15 Julien MOUTTE <julien@moutte.net>
27305 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27306 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27307 * gst-libs/gst/play/play.h:
27309 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27311 * *.c, *.cc: don't mix tabs and spaces
27313 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27315 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27316 use the new ffmpegcolorspace
27317 * gst-plugins.spec.in:
27318 package new colorspace and media-info
27320 * pkgconfig/Makefile.am:
27321 fix some more disting issues
27322 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27323 * pkgconfig/gstreamer-media-info.pc.in:
27324 generate media-info pc files
27326 2004-03-15 Johan Dahlin <johan@gnome.org>
27328 * *.h: Revert indenting
27330 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27333 adding ffmpegcolorspace element
27334 * gst/ffmpegcolorspace/Makefile.am:
27335 * gst/ffmpegcolorspace/avcodec.h:
27336 * gst/ffmpegcolorspace/common.h:
27337 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27338 * gst/ffmpegcolorspace/dsputil.h:
27339 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27340 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27341 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27342 (gst_ffmpeg_caps_to_pix_fmt):
27343 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27344 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27345 (gst_ffmpegcolorspace_caps_remove_format_info),
27346 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27347 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27348 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27349 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27350 (gst_ffmpegcolorspace_set_property),
27351 (gst_ffmpegcolorspace_get_property),
27352 (gst_ffmpegcolorspace_register):
27353 * gst/ffmpegcolorspace/imgconvert.c:
27354 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27355 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27356 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27357 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27358 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27359 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27360 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27361 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27362 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27363 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27364 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27365 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27366 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27367 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27368 (img_get_alpha_info), (deinterlace_line),
27369 (deinterlace_line_inplace), (deinterlace_bottom_field),
27370 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27371 * gst/ffmpegcolorspace/imgconvert_template.h:
27372 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27373 * gst/ffmpegcolorspace/mmx.h:
27374 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27375 adding ffmpegcolorspace element supplied by Ronald after cleaning
27376 up and pulling in the right bits of upstream source.
27377 I'm sure a better C/compiler wizard could do some cleaning up (for
27378 example use GLIB's malloc stuff), but as a first pass this
27381 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27383 * ext/alsa/gstalsa.h:
27384 I assume Ronald forgot to commit the change to have cardname
27385 as a struct member. Expect some public spanking at the next
27388 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
27390 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27391 (gst_alsa_open_audio), (gst_alsa_close_audio):
27392 * ext/alsa/gstalsa.c:
27393 Don't open the device if we're a mixer (= padless).
27394 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27395 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27396 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27397 Open mixer during state change rather than during object
27398 initialization. Also, get a device name. Currently in a somewhat
27399 hackish fashion, but I didn't really find something better.
27401 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
27403 * *.c, *.h: run gst-indent
27405 2004-03-14 Benjamin Otte <otte@gnome.org>
27407 * gst/modplug/gstmodplug.cc:
27408 * gst/modplug/gstmodplug.h:
27409 set correct timestamps on outgoing buffers
27411 2004-03-14 Benjamin Otte <otte@gnome.org>
27413 * gst/modplug/gstmodplug.cc:
27414 handle events - don't do crap when a discont arrives that's not
27416 This allows correct loading and playback of mods in Rhythmbox
27418 2004-03-14 Benjamin Otte <otte@gnome.org>
27421 * gst-libs/gst/gconf/Makefile.am:
27422 * pkgconfig/Makefile.am:
27423 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27424 they get rebuilt properly
27426 when checking for vorbis, try pkgconfig first.
27427 * gst/modplug/gstmodplug.cc:
27428 add fixate function
27430 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
27432 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27433 Fix for obvious mistake, where we first shift the offset and then
27434 read a samplesize element assuming the old offset. Note that this
27435 part still has something weird, i.e. my movies containing those
27436 don't actually play well, but at least there's something that looks
27439 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
27440 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27442 Add a typefind function for speex format
27444 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27446 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27447 (gst_asf_demux_setup_pad):
27448 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27449 instead of 0. Reason is simple: some elements have a fps range
27450 of 1-max instead of 0-max. So now ASF video actually works.
27452 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
27456 adding serbian as a language
27458 2004-03-13 Benjamin Otte <otte@gnome.org>
27460 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27461 return taglist correctly from _get function, don't gst_pad_push it.
27464 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27465 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27467 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27469 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27470 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27471 (gst_alsa_mixer_track_new):
27472 * ext/alsa/gstalsamixertrack.h:
27473 Fix ancient leftovers... MixerTrack is a GObject.
27475 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27477 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27478 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27479 Don't block during probing...
27481 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
27483 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27484 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27485 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27486 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27487 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27488 (gst_alsa_open_audio), (gst_alsa_close_audio):
27489 * ext/alsa/gstalsa.h:
27490 Add propertyprobe interface implementation, add some device-name
27491 property, all this so that it looks good in gnome-volume-control.
27493 2004-03-12 David Schleef <ds@schleef.org>
27495 * configure.ac: the Hermes library controls hermescolorspace, not
27497 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27498 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27500 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27501 * ext/sdl/sdlvideosink.h: ditto.
27502 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27504 2004-03-12 Benjamin Otte <otte@gnome.org>
27506 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27507 (gst_x_overlay_got_xwindow_id):
27508 * gst-libs/gst/xoverlay/xoverlay.h:
27509 replace XID with unsigned long to get rid of the xlibs dependency in
27510 XOverlay (fixes #137004)
27512 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27513 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27514 (gst_agingtv_setup):
27515 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27516 (gst_dicetv_base_init), (gst_dicetv_class_init),
27517 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27518 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27519 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27520 (gst_edgetv_setup), (gst_edgetv_rgb32):
27521 * gst/effectv/gsteffectv.c:
27522 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27523 (gst_quarktv_set_property):
27524 * gst/effectv/gstrev.c: (gst_revtv_get_type),
27525 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27526 (gst_revtv_setup), (gst_revtv_rgb32):
27527 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27528 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27529 (gst_shagadelictv_init), (gst_shagadelictv_setup),
27530 (gst_shagadelictv_rgb32):
27531 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27532 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27533 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27534 * gst/effectv/gstwarp.c:
27535 Port everything that can be ported to videofilter and fix up the caps.
27536 Can someone with a big-endian machine please check these?
27538 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27540 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27541 (gst_osssink_chain), (gst_osssink_change_state):
27542 Latest fixes for A/V sync, audio playback and such. This is about
27543 all... MPEG playback issues are mostly related to the async build-
27544 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27546 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27548 patch from: Stephane Loeuillet
27551 use pkg-config for some libraries, falling back to the old .m4 way
27556 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27559 * tools/Makefile.am:
27560 * tools/Makefile.in:
27561 * tools/gst-launch-ext-m.m:
27562 * tools/gst-launch-ext.1.in:
27563 * tools/gst-visualise-m.m:
27564 * tools/gst-visualise.1:
27565 * tools/gst-visualise.1.in:
27566 reorganizing generation of script tools
27568 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27570 * ext/divx/gstdivxdec.c:
27571 Downgrade priority. We prefer ffdec_mpeg4.
27572 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27573 (gst_faad_chain), (gst_faad_change_state):
27574 Fix capsnego. Doesn't work for some sounds because we don't have
27575 a 5:1 to stereo element.
27576 * ext/xvid/gstxvid.c: (plugin_init):
27578 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27579 (gst_osssink_change_state):
27580 Add discont handling.
27582 2004-03-09 Colin Walters <walters@verbum.org>
27584 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27587 2004-03-09 Benjamin Otte <otte@gnome.org>
27589 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27590 the signals take 2 arguments
27592 2004-03-09 David Schleef <ds@schleef.org>
27594 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27595 (gst_alsa_fixate): Add fixate function. (bug #136686)
27596 * ext/alsa/gstalsa.h:
27597 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27599 2004-03-09 Benjamin Otte <otte@gnome.org>
27601 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27602 (gst_mikmod_change_state):
27603 * ext/mikmod/gstmikmod.h:
27604 make mikmod's loop function not loop infinitely and call
27605 gst_element_yield anymore
27606 * gst/modplug/gstmodplug.cc:
27607 fix pad negotiation (fixes #136590)
27609 2004-03-09 David Schleef <ds@schleef.org>
27611 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
27612 doesn't conflict with the internal colorspace plugin.
27613 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
27614 satisfy the crappy-ass shell shipped by a certain vendor.
27615 * gst/videofilter/make_filter: same (bug #135299)
27617 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27619 * configure.ac: bump nano to 1
27621 === release 0.7.6 ===
27623 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27625 * configure.in: releasing 0.7.6, "There"
27627 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27629 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27630 * pkgconfig/gstreamer-play.pc.in:
27631 synchronize the two
27633 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27635 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27636 (cdparanoia_open), (cdparanoia_event):
27637 fix/add error handling
27639 add cdparanoia source
27640 * tools/Makefile.am:
27641 make scripts executable
27643 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27646 * ext/vorbis/Makefile.am:
27648 remove id3types, vorbisfile and xvideosink from the build (#133783)
27650 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
27652 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27653 Fix metadata read crash (#136537).
27655 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27657 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27658 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27659 adding mime types, fixing the one-stop function
27661 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27663 * ext/nas/nassink.c and /ext/nas/nassink.h:
27664 More NAS love from Arwed von Merkatz
27665 So lets all sing 'Can you feel the NAS tonight'
27667 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27669 * tools/gst-launch-ext.in:
27670 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27672 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27674 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27675 (gst_mpeg2dec_init):
27676 remove the user_data pad for now, because it is being used in
27677 fixating causing MPEG playback to fixate on 1000 Hz for playback.
27678 If someone knows how to fix this properly, please do.
27680 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27682 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27683 (gst_osssink_get_time):
27684 add a warning, IMO this won't get triggered anymore, remove later
27686 2004-03-07 David Schleef <ds@schleef.org>
27688 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
27689 format (bug #136470)
27691 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
27693 * gst-libs/Makefile.am:
27694 * gst-libs/gst/media-info/Makefile.am:
27695 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27696 (error_callback), (gst_media_info_error_create),
27697 (gst_media_info_error_element), (gmip_init), (gmip_reset),
27698 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27699 * gst-libs/gst/media-info/media-info-priv.h:
27700 * gst-libs/gst/media-info/media-info-test.c: (main):
27701 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27702 (gst_media_info_class_init), (gst_media_info_instance_init),
27703 (gst_media_info_set_source), (gst_media_info_read_with_idler),
27704 (gst_media_info_read_idler), (gst_media_info_read):
27705 * gst-libs/gst/media-info/media-info.h:
27706 fixed, should work now
27708 2004-03-07 Christian Schaller <Uraeus@gnome.org>
27710 * ext/nas/nassink.c:
27711 A bunch of NAS fixes from Arwed von Merkatz
27713 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27715 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27716 (qtdemux_parse_trak):
27717 Fix crash (j might be greater than n_samples, in which case we're
27718 writing outside the allocated space for the array) and memleak.
27720 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27722 * sys/oss/gstosssink.c: (gst_osssink_chain):
27723 And another caller that couldn't handle delay < 0 (unsigned
27724 integer overflow). Video now continues playing on an audio
27725 buffer underrun, and the clock continues working. Audio still
27728 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27730 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27731 (gst_osssink_get_time):
27732 get_delay() may return values lower than 0. In those cases, we
27733 should not actually cast to *unsigned* int64, that will break
27734 stuff horribly. In my case, it screwed up A/V sync in movies
27735 in totem rather badly.
27737 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27739 * ext/faac/gstfaac.c: (gst_faac_chain):
27740 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27741 * ext/libpng/gstpngenc.c: (user_write_data):
27742 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27743 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27744 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27745 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27746 Fix several misuse of gst_buffer_merge (it doesn't take ownership
27747 of any buffer), should fix some leaks. I hope I didn't unref buffers
27748 that shouldn't be...
27750 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27752 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27753 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27754 (error_callback), (gmi_reset), (gmi_seek_to_track),
27755 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27756 (gmip_find_type_post), (gmip_find_stream_post),
27757 (gmip_find_track_streaminfo_post):
27758 * gst-libs/gst/media-info/media-info-priv.h:
27759 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27760 (info_print), (main):
27761 * gst-libs/gst/media-info/media-info.c:
27762 (gst_media_info_error_create), (gst_media_info_error_element),
27763 (gst_media_info_instance_init), (gst_media_info_get_property),
27764 (gst_media_info_new), (gst_media_info_set_source),
27765 (gst_media_info_read_idler), (gst_media_info_read):
27766 * gst-libs/gst/media-info/media-info.h:
27767 first pass at making this work again. This seems to work on
27768 tagged ogg/vorbis and mp3 files.
27770 2004-03-06 Benjamin Otte <otte@gnome.org>
27772 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27773 fix huge leak: gst_buffer_merge doesn't unref the first argument
27776 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27778 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27779 report layer/mode/emphasis
27781 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27783 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27785 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27787 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27790 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27792 * ext/vorbis/vorbis.c: (plugin_init):
27793 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27794 (gst_vorbis_dec_init), (vorbis_dec_event):
27796 make vorbisdec handle _BYTE and _TIME queries
27798 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27800 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27801 from the xing header
27803 2004-03-06 Benjamin Otte <otte@gnome.org>
27805 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27806 (gst_audio_convert_link), (gst_audio_convert_change_state),
27807 (gst_audio_convert_buffer_from_default_format):
27808 do conversions from/to float correctly, fix some caps nego errors,
27809 export correct supported caps in template and getcaps, use correct
27810 caps in try_set_caps functions
27812 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27814 For some reason, I only committed a ChangeLog entry yesterday and
27815 not the corresponding code...
27816 * ext/mad/gstmad.c: Fix detection of Xing headers
27817 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27819 2004-03-06 Benjamin Otte <otte@gnome.org>
27821 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27822 (gst_ogg_demux_src_query):
27823 make sure to handle the case where there's no current chain
27826 2004-03-05 David Schleef <ds@schleef.org>
27828 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27829 Add fixate function. (bug #131128)
27830 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27831 (gst_sdlvideosink_fixate): Add fixate function.
27832 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27833 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27834 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27835 Fix missing break that was causing ulaw to be interpreted as
27838 2004-03-05 David Schleef <ds@schleef.org>
27840 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27841 Fix code that ignores return value of gst_buffer_merge().
27843 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27844 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27845 * testsuite/gst-lint: Check for above.
27847 2004-03-05 David Schleef <ds@schleef.org>
27849 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
27850 caps and throw an element error. (bug #136334)
27852 2004-03-05 David Schleef <ds@schleef.org>
27854 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27855 (gst_faad_chain): Fix negotiation.
27856 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27857 key and button events.
27858 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27860 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27862 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27863 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27864 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27865 function to encourage better negotiation, particularly between
27866 audioconvert and osssink.
27867 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27868 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
27870 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
27872 * gst/vbidec/vbiscreen.c: Add glib header
27873 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
27875 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
27877 * ext/mad/gstmad.c: Fix detection of Xing headers
27878 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27880 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27882 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27883 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27886 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27888 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27889 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27890 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27891 files, and report the parsed length as a GST_TAG_DURATION tag.
27892 * gst/tags/gstid3tag.c: support TLEN (duration) tag
27894 2004-03-05 Benjamin Otte <otte@gnome.org>
27896 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27897 convert channels correctly. convert correctly to unsigned.
27899 2004-03-05 Julien MOUTTE <julien@moutte.net>
27901 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27902 we have a window before clearing it.
27904 2004-03-05 Julien MOUTTE <julien@moutte.net>
27906 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27907 have a window before clearing it.
27909 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
27911 * gconf/gstreamer.schemas.in:
27912 * gst-libs/gst/gconf/Makefile.am:
27913 version installation path the same way as for 0.6
27914 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27915 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27916 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27917 remove comment that was fixed
27919 2004-03-05 David Schleef <ds@schleef.org>
27921 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27922 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27923 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27924 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27925 Add prototype code for handling seeking and querying.
27927 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27929 * examples/gstplay/player.c: (main):
27930 Initialize variables to NULL. Prevents a segfault because the
27931 (uninitialized) variable is not NULL, resulting in a crash on
27932 trying to reach error->message.
27934 2004-03-05 Benjamin Otte <otte@gnome.org>
27936 * gst/audioconvert/gstaudioconvert.c:
27937 (gst_audio_convert_buffer_to_default_format):
27938 make float=>int conversion work correctly even in cornercases.
27940 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
27942 * debian/README.Debian:
27943 * debian/build-deps:
27944 * debian/changelog:
27946 * debian/control.in:
27947 * debian/copyright:
27948 * debian/gstreamer-a52dec.files:
27949 * debian/gstreamer-aa.files:
27950 * debian/gstreamer-alsa.files:
27951 * debian/gstreamer-alsa.manpages:
27952 * debian/gstreamer-arts.files:
27953 * debian/gstreamer-artsd.files:
27954 * debian/gstreamer-audiofile.files:
27955 * debian/gstreamer-avifile.files:
27956 * debian/gstreamer-cdparanoia.files:
27957 * debian/gstreamer-colorspace.files:
27958 * debian/gstreamer-doc.files:
27959 * debian/gstreamer-dv.files:
27960 * debian/gstreamer-dvd.files:
27961 * debian/gstreamer-esd.files:
27962 * debian/gstreamer-festival.files:
27963 * debian/gstreamer-flac.files:
27964 * debian/gstreamer-gconf.conffiles:
27965 * debian/gstreamer-gconf.files:
27966 * debian/gstreamer-gconf.postinst:
27967 * debian/gstreamer-gnomevfs.files:
27968 * debian/gstreamer-gsm.files:
27969 * debian/gstreamer-http.files:
27970 * debian/gstreamer-jack.files:
27971 * debian/gstreamer-jpeg.files:
27972 * debian/gstreamer-mad.files:
27973 * debian/gstreamer-mikmod.files:
27974 * debian/gstreamer-misc.files:
27975 * debian/gstreamer-mpeg2dec.files:
27976 * debian/gstreamer-oss.files:
27977 * debian/gstreamer-plugin-apps.files:
27978 * debian/gstreamer-plugin-apps.manpages:
27979 * debian/gstreamer-plugin-libs-dev.files:
27980 * debian/gstreamer-plugin-libs.files:
27981 * debian/gstreamer-plugin-template.postinst:
27982 * debian/gstreamer-plugin-template.postrm:
27983 * debian/gstreamer-sdl.files:
27984 * debian/gstreamer-sid.files:
27985 * debian/gstreamer-vorbis.files:
27986 * debian/gstreamer-x.files:
27987 * debian/mk.control:
27989 Debian package info not maintained here.
27991 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
27993 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27994 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27995 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27996 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27997 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27998 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27999 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
28000 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
28001 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
28002 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
28003 * gst-libs/gst/colorbalance/colorbalance.c:
28004 (gst_color_balance_class_init):
28005 * gst-libs/gst/colorbalance/colorbalancechannel.c:
28006 (gst_color_balance_channel_class_init):
28007 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
28008 * gst-libs/gst/play/play.c: (gst_play_class_init):
28009 * gst-libs/gst/propertyprobe/propertyprobe.c:
28010 (gst_property_probe_iface_init):
28011 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28012 * gst-libs/gst/tuner/tunerchannel.c:
28013 (gst_tuner_channel_class_init):
28014 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28015 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28016 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28017 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28018 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28019 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28020 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28021 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28022 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28023 fix signals to use - instead of _
28024 * ext/libcaca/gstcacasink.h:
28025 * ext/sdl/sdlvideosink.h:
28028 2004-03-04 David Schleef <ds@schleef.org>
28030 * testsuite/gst-lint: Add a check for bad signal names.
28032 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
28034 reviewed by David Schleef
28036 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28037 modified the alpha channel and caused a warning. (bug #136192)
28039 2004-04-03 Christian Schaller <Uraeus@gnome.org>
28041 * gst-plugins.spec.in:
28042 Change names of plugins to actually be correct. Try to keep things
28043 alphabetical to avoid getting beat up by Thomas
28045 2004-03-03 Julien MOUTTE <julien@moutte.net>
28047 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28048 Using ximagesink as a default if no gconf key found. We should
28049 probably consider using alsasink instead of osssink for the audio
28052 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
28055 fix --with-plugins, don't think it ever worked before
28056 * gst-plugins.spec.in:
28059 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
28061 * ext/sdl/sdlvideosink.h:
28062 * sys/ximage/ximagesink.h:
28063 * sys/xvideo/xvideosink.h:
28064 * sys/xvimage/xvimagesink.h:
28065 Fix for move of gstvideosink.h -> videosink.h.
28067 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
28069 * gst-libs/gst/xwindowlistener/Makefile.am:
28070 this is a plugin library, not a library
28072 2004-03-01 David Schleef <ds@schleef.org>
28074 * AUTHORS: Added some names. Add yourself if you're still
28077 2004-03-01 David Schleef <ds@schleef.org>
28081 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28083 * gst-plugins.spec.in: clean up spec file
28085 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28087 * gst-libs/gst/video/Makefile.am:
28088 * gst-libs/gst/video/gstvideosink.c:
28089 * gst-libs/gst/video/gstvideosink.h:
28090 rename gstvideosink.h to videosink.h to match other headers
28091 * gst/mixmatrix/Makefile.am:
28092 fix plugin filename
28093 * gst/tags/Makefile.am: fix plugin filename
28095 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28097 * gst/tags/Makefile.am: fix plugin filename
28099 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28101 * examples/gstplay/player.c: (got_time_tick), (main):
28103 display time_tick more readably
28104 * gst/mixmatrix/Makefile.am:
28105 fix plugin file name
28107 2004-02-29 Christophe Fergeau <teuf@gnome.org>
28109 * sys/oss/gstosselement.c: (gst_osselement_probe),
28110 (device_combination_append), (gst_osselement_class_probe_devices):
28111 * sys/oss/gstosselement.h:
28112 Reworked enumeration of oss dsps and mixers so that gst-mixer works
28113 on my system using alsa oss emulation, fixes bug #135597
28115 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
28117 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28118 (gst_videodrop_chain), (gst_videodrop_change_state):
28119 * gst/videodrop/gstvideodrop.h:
28120 Work based on timestamp of input data, not based on the expected
28121 framerate from the input. The consequence is that this element now
28122 not only scales framerates, but also functions as a framerate
28123 corrector or framerate stabilizer/constantizer.
28125 2004-02-27 David Schleef <ds@schleef.org>
28127 patches from jmmv@menta.net (Julio M. Merino Vidal)
28129 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28130 GST_ELEMENT_ERROR call (bug #135634)
28131 * gst/interleave/interleave.c: (interleave_buffered_loop),
28132 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28133 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28134 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28135 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28136 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28137 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28138 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28139 Fix GST_ELEMENT_ERROR call.
28140 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28141 GST_ELEMENT_ERROR call.
28143 2004-02-27 Benjamin Otte <otte@gnome.org>
28145 * gst-libs/gst/audio/audio.h:
28146 add macro to make sure header isn't included twice
28147 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28148 don't use gst_buffer_free
28149 * gst/playondemand/filter.func:
28150 don't use gst_data_free. Free data only once.
28152 2004-02-26 David Schleef <ds@schleef.org>
28154 * gst-libs/gst/colorbalance/Makefile.am:
28155 * gst-libs/gst/mixer/Makefile.am:
28156 * gst-libs/gst/tuner/Makefile.am:
28157 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28158 should not be disted, -marshal.h files should not be installed,
28159 and -enum.h files _should_ be installed. Fix to make this the
28162 === release 0.7.5 ===
28164 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
28166 * configure.ac: release 0.7.5, "Under The Sea"
28168 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28170 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28171 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28172 * gst/videoscale/gstvideoscale.c:
28173 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28174 assorted debug/warning fixes
28176 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28178 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28179 (gst_videoscale_init), (gst_videoscale_chain),
28180 (gst_videoscale_set_property), (plugin_init):
28181 * gst/videoscale/gstvideoscale.h:
28182 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28183 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28184 (gst_videoscale_planar400), (gst_videoscale_packed422),
28185 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28186 (gst_videoscale_24bit), (gst_videoscale_16bit),
28187 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28188 (gst_videoscale_scale_plane_slow),
28189 (gst_videoscale_scale_point_sample),
28190 (gst_videoscale_scale_nearest),
28191 (gst_videoscale_scale_nearest_str2),
28192 (gst_videoscale_scale_nearest_str4),
28193 (gst_videoscale_scale_nearest_32bit),
28194 (gst_videoscale_scale_nearest_24bit),
28195 (gst_videoscale_scale_nearest_16bit):
28196 add debugging category and use it properly
28197 fix use of GST_PTR_FORMAT
28199 2004-02-25 Andy Wingo <wingo@pobox.com>
28201 * gst/interleave/interleave.c (interleave_buffered_loop): Always
28202 push only when channel->buffer is NULL. Prevents segfaults doing
28203 the state change after a nonlocal exit, like a scheme exception.
28205 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28206 Handle the case where the intersected caps is empty.
28208 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28210 * gst/law/mulaw-decode.c: (mulawdec_link):
28211 * gst/law/mulaw.c: (plugin_init):
28212 fix mulawdec so it actually works again
28214 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
28216 reviewed by: David Schleef <ds@schleef.org>
28218 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28219 (gst_gamma_init), (gst_gamma_set_property),
28220 (gst_gamma_get_property), (gst_gamma_calculate_tables),
28221 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
28222 for RGB, with separate r g and b correction factors. (#131167)
28224 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
28226 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28227 only signal tags for bitrate if they're > 0 (#134894)
28229 2004-02-24 David Schleef <ds@schleef.org>
28231 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28232 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28233 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28234 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28235 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28236 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28237 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28238 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28239 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
28240 category. Attempt to fix timestamp calculation.
28242 2004-02-24 Johan Dahlin <johan@gnome.org>
28244 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28246 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
28249 * gconf/Makefile.am:
28250 * gconf/gstreamer.schemas:
28251 * gst-libs/gst/gconf/Makefile.am:
28252 * gst-libs/gst/gconf/gconf.c:
28253 version gconf schemas and install locations
28255 2004-02-23 Benjamin Otte <otte@gnome.org>
28257 * ext/xine/xineinput.c: (gst_xine_input_dispose):
28258 (gst_xine_input_subclass_init):
28259 call parent dispose.
28260 change pad template for CD reader correctly
28261 * ext/xine/Makefile.am:
28262 * ext/xine/gstxine.h:
28263 * ext/xine/xine.c: (plugin_init):
28264 * ext/xine/xineaudiosink.c:
28265 wrap audio sinks, too
28266 * gst-libs/gst/resample/private.h:
28267 * gst-libs/gst/resample/resample.c: (gst_resample_init),
28268 (gst_resample_reinit), (gst_resample_scale),
28269 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28270 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28271 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28272 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28273 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28274 * gst-libs/gst/resample/resample.h:
28275 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28276 (gst_audioscale_class_init), (gst_audioscale_link),
28277 (gst_audioscale_get_buffer), (gst_audioscale_init),
28278 (gst_audioscale_chain), (gst_audioscale_set_property),
28279 (gst_audioscale_get_property):
28280 * gst/audioscale/gstaudioscale.h:
28281 s/resample_*/gst_resample_*/i to not clobber namespaces
28283 2004-02-23 Julien MOUTTE <julien@moutte.net>
28285 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28286 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28287 (gst_riff_create_video_template_caps),
28288 (gst_riff_create_audio_template_caps),
28289 (gst_riff_create_iavs_template_caps):
28290 * gst-libs/gst/riff/riff-media.h:
28291 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28292 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28293 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28294 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28295 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28296 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28297 (gst_matroska_demux_plugin_init): First batch implementing audio and
28298 video codec tags in demuxers.
28300 2004-02-22 Benjamin Otte <otte@gnome.org>
28302 * ext/xine/Makefile.am:
28303 * ext/xine/gstxine.h:
28304 * ext/xine/xine.c: (plugin_init):
28305 * ext/xine/xineinput.c:
28306 add input plugin wrapper. Playback from files, http, mms and cdda
28308 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28309 remove leftover G_GNUC_UNUSED
28310 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28311 (gst_asf_demux_identify_guid):
28312 improve debugging output
28314 2004-02-22 Benjamin Otte <otte@gnome.org>
28316 reported by: Padraig O'Briain <padraig.obriain@sun.com>
28319 replace test -e with test -x for mkinstalldirs to be more portable.
28322 2004-02-22 Benjamin Otte <otte@gnome.org>
28324 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28326 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28327 set rank to PRIMARY
28328 * gst/volume/gstvolume.c: (plugin_init):
28332 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
28334 reviewed by Benjamin Otte <otte@gnome.org>
28336 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28337 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28339 2004-02-22 Benjamin Otte <otte@gnome.org>
28342 export [_]*{gst,Gst,GST}.* symbols from plugins
28344 2004-02-22 Christophe Fergeau <teuf@gnome.org>
28346 reviewed by: Benjamin Otte <otte@gnome.org>
28348 * ext/lame/gstlame.c: (add_one_tag):
28349 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28350 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28351 (gst_vorbisenc_metadata_set1):
28352 * gst/tags/gstid3tag.c:
28353 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28354 apply fixes from bugs #135042 (lame can't write tags) and #133817
28355 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28357 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28359 * configure.ac: Export only gst_plugin_desc from plugins.
28360 Note that this change only makes any effect with Linux using libtool
28361 1.5.2 or higher. Otherwise it is silently ignored, but it would build
28362 fine. And don't try to have several versions of libtool in different
28365 2004-02-20 Andy Wingo <wingo@pobox.com>
28367 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28368 interleave respectively.
28370 * gst/interleave/deinterleave.c: New plugin: deinterleave
28371 (replaces on oneton).
28372 * gst/interleave/interleave.c: New plugin: interleave.
28373 * gst/interleave/plugin.h: Support file.
28374 * gst/interleave/plugin.c: Support file.
28376 * configure.ac: Remove intfloat and oneton, add interleave.
28378 * ext/sndfile/gstsf.c: Handle events better.
28380 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28381 and float2int operation. int2float has scheduling problems as
28382 noted in in2float_chain.
28384 2004-02-20 Benjamin Otte <otte@gnome.org>
28386 * ext/xine/Makefile.am:
28387 * ext/xine/gstxine.h:
28389 * ext/xine/xineaudiodec.c:
28390 * ext/xine/xinecaps.c:
28391 add first version of xine plugin wrapper. Currently only wraps the
28392 QDM2 win32 DLL, and even that only in proof-of-concept quality.
28395 add xine plugin wrapper, disabled by default. Use --enable-xine to
28396 build. Note that it'll segfault on gst-register if you don't remove
28397 the goom and tvtime post plugins from xine.
28398 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28399 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28400 add extradata parsing for QDM2.
28401 change around debugging prints.
28403 2004-02-19 Benjamin Otte <otte@gnome.org>
28405 * ext/lame/gstlame.c: (gst_lame_chain):
28406 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28407 use gst_tag_list_insert when you want to insert tags
28409 2004-02-18 David Schleef <ds@schleef.org>
28411 * configure.ac: Move massink to gst-rotten
28413 * ext/mas/Makefile.am:
28414 * ext/mas/massink.c:
28415 * ext/mas/massink.h:
28417 2004-02-18 David Schleef <ds@schleef.org>
28419 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28420 typefinding, since it seems to be worse than nothing.
28421 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
28422 atom to recognize .mp4 and .m4a files as video/quicktime.
28424 2004-02-18 David Schleef <ds@schleef.org>
28426 * gst/sine/demo-dparams.c: (quit_live),
28427 (dynparm_log_value_changed), (dynparm_value_changed), (main):
28428 Use double dparams, not float.
28429 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28430 (gst_sinesrc_init): Change sync default to FALSE, since multiple
28431 sync'd elements don't really work correctly.
28432 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28433 (volume_update_volume), (volume_get_property): Change dparam
28436 2004-02-18 Julien MOUTTE <julien@moutte.net>
28438 * sys/ximage/ximagesink.c:
28439 (gst_ximagesink_xwindow_update_geometry),
28440 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28441 (gst_ximagesink_change_state), (gst_ximagesink_expose),
28442 (gst_ximagesink_init): Rework the way software video scaling works. So
28443 now we check on each chain call if the video frames are feeling the
28444 window. If not we try to renegotiate caps. On failure we memorize that
28445 and we won't try again for that PLAYING sessions.
28446 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28448 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28451 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28453 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28454 break up _link so we can give a better debug message for errors
28456 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28458 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28459 set up debug category
28461 2004-02-18 Julien MOUTTE <julien@moutte.net>
28463 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28464 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28465 the way renegotiation work. The event handling function is not taking
28466 care of external windows and renegotiate method check for pad flags
28467 NEGOTIATING. Should fix : #133209
28469 2004-02-17 Julien MOUTTE <julien@moutte.net>
28471 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28472 pad is negotiating before trying renegotiation.
28474 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
28476 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28477 pass on all possible mime types as typefind hints
28479 2004-02-17 Julien MOUTTE <julien@moutte.net>
28481 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28482 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28483 possible SHM leak if we crash. All other apps using XShm are doing
28486 2004-02-17 Julien MOUTTE <julien@moutte.net>
28488 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28489 (gst_ximagesink_expose): Renegotiate size on expose.
28490 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28493 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
28495 * testsuite/alsa/sinesrc.c:
28496 cosmetic fix to fix compile issue with gcc 2.95.4
28498 2004-02-16 Julien MOUTTE <julien@moutte.net>
28500 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28501 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28502 failed opening the audio device.
28503 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28504 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28505 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28506 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28507 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28508 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28509 (gst_ximagesink_change_state), (gst_ximagesink_chain),
28510 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28511 Removing some useless g_return_if_fail like wingo suggested.
28512 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28513 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28514 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28515 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28516 (gst_xvimagesink_update_colorbalance),
28517 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28518 (gst_xvimagesink_xcontext_clear),
28519 (gst_xvimagesink_get_fourcc_from_caps),
28520 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28521 (gst_xvimagesink_set_xwindow_id),
28522 (gst_xvimagesink_colorbalance_list_channels),
28523 (gst_xvimagesink_colorbalance_set_value),
28524 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28525 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28527 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
28529 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28530 throw error when not negotiated instead of asserting
28532 2004-02-15 Julien MOUTTE <julien@moutte.net>
28534 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28535 correct data refcounting.
28537 2004-02-15 Julien MOUTTE <julien@moutte.net>
28539 * gst/switch/gstswitch.c: (gst_switch_change_state),
28540 (gst_switch_class_init): Cleaning the sinkpads correctly on state
28541 change, mostly the EOS flag.
28543 2004-02-15 Julien MOUTTE <julien@moutte.net>
28545 * examples/gstplay/player.c: (got_eos), (main): Adding some
28546 output for debugging.
28547 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28548 timeouts if we go to any state different from PLAYING.
28549 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28550 more EOS bugs in riff lib.
28552 2004-02-14 Julien MOUTTE <julien@moutte.net>
28554 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28555 visualization until i find a way to fix switch correctly.
28556 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28558 * gst/switch/gstswitch.c: (gst_switch_release_pad),
28559 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28560 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28561 Reworked switch to get a more correct behaviour with events and refing
28562 of data stored in sinkpads.
28563 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28564 we don't pull from a pad in EOS.
28566 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28568 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28569 remove v1 tag even if we can't read it (makes sure we don't detect
28572 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28574 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28575 (gst_alsa_xrun_recovery):
28576 * ext/alsa/gstalsa.h:
28577 try xrun recovery when wait failed. Make xrun recovery function
28578 return TRUE/FALSE to indicate success. (might fix #134354)
28580 2004-02-13 David Schleef <ds@schleef.org>
28582 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28583 (dynparm_value_changed), (main): Convert from float to double.
28584 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28586 2004-02-13 David Schleef <ds@schleef.org>
28588 * gst/silence/gstsilence.c: (gst_silence_class_init),
28589 (gst_silence_set_clock), (gst_silence_get),
28590 (gst_silence_set_property), (gst_silence_get_property):
28591 * gst/silence/gstsilence.h: Add sync property.
28592 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28593 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28594 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28595 * gst/sine/gstsinesrc.h: Add sync property.
28597 2004-02-13 David Schleef <ds@schleef.org>
28599 * gst/intfloat/gstint2float.c: (conv_f32_s16),
28600 (gst_int2float_chain_gint16): Change stdint usage to glib types.
28602 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28606 * gst-libs/ext/Makefile.am:
28607 move ffmpeg plugin to gst-ffmpeg module
28609 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28611 * configure.ac: use GST_ARCH to detect architecture
28613 2004-02-12 Julien MOUTTE <julien@moutte.net>
28615 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28617 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
28619 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28620 classify LADSPA plugins based on number of src/sink pads
28621 (#133663, Stefan Kost)
28622 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28623 fix dparams registration
28624 (#133528, Stefan Kost)
28625 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28626 fix use of isprint and use g_ascii_isprint instead
28627 (#133316, Stefan Kost)
28629 2004-02-11 David Schleef <ds@schleef.org>
28631 Convert a few inner loops to use liboil. This is currently
28632 optional, and is only enabled if liboil is present (duh!).
28633 * configure.ac: Check for liboil-0.1
28634 * gst/intfloat/Makefile.am:
28635 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28636 (gst_int2float_chain_gint16):
28637 * gst/videofilter/Makefile.am:
28638 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28639 (tablelookup_u8), (gst_videobalance_planar411):
28640 * gst/videotestsrc/Makefile.am:
28641 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28642 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28643 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28644 (paint_hline_RGB565), (paint_hline_xRGB1555):
28646 2004-02-11 David Schleef <ds@schleef.org>
28648 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28649 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28650 (gst_colorspace_getcaps), (gst_colorspace_link),
28651 (gst_colorspace_base_init), (gst_colorspace_init),
28652 (gst_colorspace_chain), (gst_colorspace_change_state),
28653 (plugin_init): Merge Ronald's patch (bug #117897) and update
28654 for new caps and negotiation. Seems to work, although it
28655 shows off bugs in lcs.
28657 2004-02-11 David Schleef <ds@schleef.org>
28659 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28660 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28662 2004-02-11 David Schleef <ds@schleef.org>
28664 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28665 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28666 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28667 Add server and port properties
28669 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28674 * m4/as-liblame.m4:
28675 * m4/as-slurp-ffmpeg.m4:
28676 * m4/check-libheader.m4:
28683 * m4/gst-ivorbis.m4:
28684 * m4/gst-matroska.m4:
28686 * m4/gst-shout2.m4:
28694 fix underquotedness of macros (#133800)
28695 * m4/as-avifile.m4:
28697 removed because no longer used
28699 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28702 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28703 by autopoint (fixes #132996)
28705 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
28707 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28708 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28709 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28710 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28713 2004-02-11 David Schleef <ds@schleef.org>
28715 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28716 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28717 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28718 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28719 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28720 (gst_jpegenc_class_init), (gst_jpegenc_init),
28721 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28722 (gst_jpegenc_chain), (gst_jpegenc_set_property),
28723 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
28724 * ext/jpeg/gstjpegenc.h: Fix negotiation.
28726 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
28728 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28729 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28730 * ext/mikmod/gstmikmod.h:
28731 fix caps negotiation in mikmod
28732 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28733 output debug information
28735 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
28737 * gst-libs/gst/colorbalance/Makefile.am:
28738 * gst-libs/gst/navigation/Makefile.am:
28739 * gst-libs/gst/xoverlay/Makefile.am:
28740 remove unused GST_OPT_CFLAGS from Makefiles
28741 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28743 2004-02-07 David Schleef <ds@schleef.org>
28745 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28746 push events to pads that haven't been created (#133508)
28748 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
28750 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28751 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28752 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28753 (gst_dvdec_loop), (gst_dvdec_change_state):
28754 Second attempt at committing a working dvdec element.
28756 2004-02-06 David Schleef <ds@schleef.org>
28758 Build fixes for OS X: (see #129600)
28759 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28760 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28761 (gst_riff_read_strf_iavs):
28762 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28763 (gst_avi_demux_stream_odml):
28764 * gst/playondemand/Makefile.am:
28765 * gst/rtp/rtp-packet.c:
28767 2004-02-05 David Schleef <ds@schleef.org>
28769 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28770 last change, because it Just Doesn't Compile.
28772 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28774 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28775 skip undecodable id3v2 tag instead of keeping it
28777 2004-02-05 David Schleef <ds@schleef.org>
28779 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28780 Unref leaked buffer. (Noticed by Ronald)
28782 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
28784 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28785 Sync requires with other checks. >= vs =.
28787 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
28789 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28790 (gst_dvdec_video_link), (gst_dvdec_loop):
28791 * ext/dv/gstdvdec.h:
28792 rework the caps negotiation so that dvdec works again instead
28793 of just segfaulting.
28795 === release 0.7.4 ===
28797 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
28799 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28800 * configure.ac: changed for release
28802 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
28804 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28805 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28806 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28807 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28808 reworked patch by David Lehn to fix libdir and includedir for
28809 uninstalled libraries
28810 removed play and gconf from gstreamer-libs since they have their
28811 own pkgconfig files
28813 2004-02-04 David Schleef <ds@schleef.org>
28815 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28818 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28820 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28821 use correct GST_TAG_ENCODER tag
28823 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28825 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28826 be sure to stop the clock when going to paused
28827 * sys/oss/gstosssink.c: (gst_osssink_change_state):
28828 reset number of transmitted when going to ready.
28831 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
28833 reviewed by Benjamin Otte
28835 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28836 extract track count (fixes #133410)
28838 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28840 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28841 that should be !=, not == (fixes #132519)
28843 2004-02-04 David Schleef <ds@schleef.org>
28845 Make sure set_explicit_caps() is called before adding pad.
28846 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28847 * gst/id3/gstid3types.c: (gst_id3types_loop):
28848 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28849 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28851 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28854 bump nano to 2, first prerelease
28855 put back AM_PROG_LIBTOOL
28857 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28859 * testsuite/alsa/Makefile.am:
28860 these are user test apps, not automatic testsuite tests
28862 2004-02-04 David Schleef <ds@schleef.org>
28864 Convert GST_DEBUG_CAPS() to GST_DEBUG():
28865 * gst/mpeg1videoparse/gstmp1videoparse.c:
28866 (mp1videoparse_parse_seq):
28867 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28868 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28869 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28870 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28871 (gst_xvideosink_getcaps):
28872 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28873 * testsuite/gst-lint: more tests
28875 2004-02-04 David Schleef <ds@schleef.org>
28877 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28878 with the code that they would expand to.
28879 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28880 (gst_flacdec_get_src_query_types),
28881 (gst_flacdec_get_src_event_masks):
28882 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28883 (gst_gnomevfssrc_get_query_types),
28884 (gst_gnomevfssrc_get_event_mask):
28886 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28888 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28889 (gst_sinesrc_dispose):
28890 fix memleak by properly disposing sinesrc
28892 2004-02-04 Julien MOUTTE <julien@moutte.net>
28894 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28895 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28896 an overlay to redraw the image because it has been exposed.
28897 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28898 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28899 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28900 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28902 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28903 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28904 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28905 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28908 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28910 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28911 more memleak fixage
28913 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28915 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28916 * gst/typefind/gsttypefindfunctions.c:
28917 fix memleaks shown by gst-typefind
28919 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28921 * common/glib-gen.mak:
28922 add hack rule to touch .Plo files
28923 * gst-libs/gst/colorbalance/Makefile.am:
28924 * gst-libs/gst/mixer/Makefile.am:
28925 * gst-libs/gst/play/Makefile.am:
28926 * gst-libs/gst/tuner/Makefile.am:
28927 remove glib_root variable
28929 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28931 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28932 set explicit caps before adding the element, so the autopluggers can
28934 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28935 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28936 (mpeg_video_type_find), (mpeg_video_stream_type_find),
28938 fix memleaks in typefind functions. gst_type_find_suggest takes a const
28941 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28943 * gst-libs/gst/colorbalance/Makefile.am:
28944 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28945 * gst-libs/gst/colorbalance/colorbalance.c:
28946 * gst-libs/gst/colorbalance/colorbalance.h:
28947 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28948 * gst-libs/gst/mixer/Makefile.am:
28949 * gst-libs/gst/mixer/mixer-marshal.list:
28950 * gst-libs/gst/mixer/mixer.c:
28951 * gst-libs/gst/mixer/mixer.h:
28952 * gst-libs/gst/mixer/mixermarshal.list:
28953 * gst-libs/gst/play/Makefile.am:
28954 * gst-libs/gst/play/play.h:
28955 * gst-libs/gst/tuner/Makefile.am:
28956 * gst-libs/gst/tuner/tuner-marshal.list:
28957 * gst-libs/gst/tuner/tuner.c:
28958 * gst-libs/gst/tuner/tuner.h:
28959 * gst-libs/gst/tuner/tunermarshal.list:
28960 use new glib-gen.mak snippet to clean up Makefile.am
28961 fix various bugs in Makefile.am's
28963 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28965 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28966 handle chain parsing correctly in the multichain case
28967 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28968 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28969 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28970 (theora_dec_chain):
28971 handle events and queries correctly
28973 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28976 Ignore generated file _stdint.h.
28978 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28980 * gst-libs/gst/colorbalance/Makefile.am:
28981 * gst-libs/gst/colorbalance/colorbalance.h:
28982 * gst-libs/gst/mixer/Makefile.am:
28983 * gst-libs/gst/mixer/mixer.h:
28984 * gst-libs/gst/play/Makefile.am:
28985 * gst-libs/gst/play/play.h:
28986 * gst-libs/gst/tuner/Makefile.am:
28987 * gst-libs/gst/tuner/tuner.h:
28988 Generate enum type code with glib-mkenums.
28989 * gst-libs/gst/colorbalance/.cvsignore:
28990 * gst-libs/gst/mixer/.cvsignore:
28991 * gst-libs/gst/play/.cvsignore:
28992 * gst-libs/gst/tuner/.cvsignore:
28993 Ignore generated files.
28995 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28997 * gst-libs/gst/audio/.cvsignore:
28998 Ignore generated file.
28999 * gst-libs/gst/audio/Makefile.am:
29000 Do not install example filter.
29002 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29004 * examples/switch/.cvsignore:
29005 Ignore generated file.
29007 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29009 * common/m4/ax_create_stdint_h.m4:
29011 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29014 remove generated _stdint.h in DISTCLEANFILES
29015 * ext/a52dec/gsta52dec.c:
29016 include _stdint.h for a52dec. (should fix #133064)
29018 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
29020 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29021 (gst_tag_to_vorbis_comments):
29022 Add replaygain support to vorbistag
29024 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
29025 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29026 (gst_ffmpeg_caps_to_extradata):
29027 Fix SVQ3 caps flag properties
29028 Use glib macro for bytes swap
29030 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29032 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29033 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29034 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29035 * ext/sndfile/gstsf.c: (plugin_init):
29036 * gst/avi/gstavi.c: (plugin_init):
29037 * sys/dxr3/dxr3init.c: (plugin_init):
29038 * sys/oss/gstossaudio.c: (plugin_init):
29039 * sys/v4l/gstv4l.c: (plugin_init):
29040 * sys/v4l2/gstv4l2.c: (plugin_init):
29041 remove textdomain calls
29043 update Dutch translation
29045 2004-02-02 Julien MOUTTE <julien@moutte.net>
29047 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29048 (gst_play_set_audio_sink): Moving volume in the audio thread for
29049 instantaneous volume change. Maybe i will add another volume in front
29050 of visualization later, not sure yet though.
29052 2004-02-02 Julien MOUTTE <julien@moutte.net>
29054 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29055 (gst_ximagesink_handle_xevents): Better X events handling, only take
29056 the latest events for configure and motion.
29057 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29059 2004-02-02 Jon Trowbridge <trow@gnu.org>
29061 reviewed by: David Schleef <ds@schleef.org>
29064 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29065 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29067 2004-02-02 David Schleef <ds@schleef.org>
29069 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
29071 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29072 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29073 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29074 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29075 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29076 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29077 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29078 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29079 (gst_float2_2_int_link):
29080 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29081 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29082 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29083 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29084 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29085 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29086 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29087 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29088 * testsuite/gst-lint: Add tests for bzero and ;;
29090 2004-02-02 David Schleef <ds@schleef.org>
29092 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29094 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29096 * ext/aalib/gstaasink.c: (gst_aasink_open):
29097 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29098 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29099 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29100 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29101 (gst_afsink_close_file):
29102 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29103 (gst_afsrc_close_file):
29104 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29105 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29106 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29107 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29108 * ext/esd/esdmon.c: (gst_esdmon_get):
29109 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29110 * ext/faac/gstfaac.c: (gst_faac_chain):
29111 * ext/faad/gstfaad.c: (gst_faad_chain):
29112 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29113 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29114 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29115 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29116 (gst_flacdec_loop):
29117 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29118 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29119 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29120 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29121 (gst_gnomevfssink_close_file):
29122 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29123 (gst_gnomevfssrc_open_file):
29124 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29125 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29126 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29127 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29128 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29129 * ext/mad/gstmad.c: (gst_mad_chain):
29130 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29131 * ext/mpeg2dec/gstmpeg2dec.c:
29132 * ext/mpeg2enc/gstmpeg2enc.cc:
29133 * ext/mplex/gstmplex.cc:
29134 * ext/mplex/gstmplexibitstream.cc:
29135 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29136 (gst_ogg_demux_push):
29137 * ext/raw1394/gstdv1394src.c:
29138 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29139 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29140 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29142 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29143 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29144 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29145 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29146 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29147 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29148 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29149 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29150 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29151 (gst_riff_read_element_data), (gst_riff_read_seek),
29152 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29153 * gst/adder/gstadder.c: (gst_adder_loop):
29154 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29155 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29156 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29157 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29158 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29159 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29160 * gst/goom/gstgoom.c: (gst_goom_chain):
29161 * gst/id3/gstid3types.c: (gst_id3types_loop):
29162 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29163 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29164 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29165 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29166 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29167 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29168 (gst_ebml_read_float), (gst_ebml_read_header):
29169 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29170 (gst_matroska_demux_parse_blockgroup):
29171 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29172 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29173 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29174 * gst/silence/gstsilence.c: (gst_silence_get):
29175 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29176 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29177 * gst/speed/gstspeed.c: (speed_loop):
29178 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29179 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29180 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29181 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29182 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29183 (gst_wavparse_loop):
29184 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29185 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29186 (dxr3audiosink_close):
29187 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29188 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29189 (dxr3videosink_close), (dxr3videosink_write_data):
29190 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29191 * sys/oss/gstosssink.c: (gst_osssink_chain):
29192 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29193 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29194 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29195 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29196 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29197 (gst_v4l_set_window), (gst_v4l_enable_overlay):
29198 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29199 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29200 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29201 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29202 (gst_v4l_set_audio):
29203 * sys/v4l/v4l_calls.h:
29204 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29205 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29206 (gst_v4lmjpegsink_playback_init),
29207 (gst_v4lmjpegsink_playback_start):
29208 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29209 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29210 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29211 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29212 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29213 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29214 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29215 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29216 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29217 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29218 (gst_v4l2_get_output), (gst_v4l2_set_output),
29219 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29220 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29221 (gst_v4l2_set_attribute):
29222 * sys/v4l2/v4l2_calls.h:
29223 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29224 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29225 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29226 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29227 (gst_v4l2src_capture_stop):
29228 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29229 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29230 (gst_ximagesink_chain):
29231 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29232 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29233 (gst_xvideosink_xwindow_new):
29234 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29235 (gst_xvimagesink_chain):
29237 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29239 * gst/volume/gstvolume.c: (gst_volume_set_volume),
29240 (gst_volume_get_volume), (volume_class_init), (volume_init),
29241 (volume_chain_int16), (volume_update_volume):
29242 * gst/volume/gstvolume.h:
29243 make code more readable by removing magic numbers
29244 make mixer interface export 0-100 range
29245 make it internally map to 0.0-1.0 range so users don't distort
29246 output by putting the sliders at full volume
29248 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29250 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29251 (gst_play_state_change), (gst_play_seek_to_time):
29252 block the tick callback for 0.5 secs after doing a seek
29254 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29256 * gst-libs/gst/play/play.c: (gst_play_new):
29259 2004-02-01 Julien MOUTTE <julien@moutte.net>
29261 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29262 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29263 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29264 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29265 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29266 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29268 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
29271 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29272 check for a function added in vorbis 1.1
29274 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29276 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29277 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29278 really start/stop clock only on PLAYING <=> PAUSED
29279 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29280 remove \n from debugging lines
29281 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29282 make it work when seeking does not
29283 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29286 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29288 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29289 start clock on PAUSED=>PLAYING, not later
29290 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29291 extract correct time for different discont formats
29292 (gst_alsa_sink_get_time):
29293 don't segfault when no format is negotiated yet, just return 0
29294 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29295 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29296 (gst_ogg_pad_push):
29297 handle flush and discont events correctly
29298 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29299 handle discont events correctly
29301 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
29303 * gst-libs/gst/play/play.c: (gst_play_error_quark),
29304 (gst_play_error_create), (gst_play_error_plugin),
29305 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29306 * gst-libs/gst/play/play.h:
29307 add error handling during creation
29308 * examples/gstplay/player.c: (main):
29309 use new gst_play_new
29312 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29314 * ext/theora/theoradec.c: (theora_dec_chain):
29316 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29317 (vorbis_dec_src_event), (vorbis_dec_chain):
29318 add encoder tag, fix tag reading to be more error tolerant, change
29319 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29320 gst_pad_event_default.
29321 * gst/tags/gstvorbistag.c:
29322 (gst_tag_list_from_vorbiscomment_buffer):
29323 undefine function specific define at end of function
29325 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
29327 * ext/flac/gstflac.c: (plugin_init):
29328 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29329 * ext/flac/gstflacdec.h:
29330 * ext/flac/gstflacenc.h:
29333 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
29335 * examples/gstplay/player.c: s/gstplay.h/play.h/
29337 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29339 * gst-libs/gst/play/Makefile.am:
29340 * gst-libs/gst/play/gstplay.c:
29341 * gst-libs/gst/play/gstplay.h:
29342 * gst-libs/gst/play/play.c:
29343 more surgery, operation complete
29345 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29347 * gst-libs/gst/play/play.old.c:
29348 * gst-libs/gst/play/play.old.h:
29349 after CVS surgery by moving, remove
29350 * gst-libs/gst/play/playpipelines.c:
29353 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29354 add negotiation error
29356 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29358 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29359 (gst_ogg_demux_push):
29360 add some seeking debug info
29361 send a flush when seeking
29363 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29369 * ext/theora/Makefile.am:
29370 * ext/theora/theoradec.c:
29371 add theora video decoder. Does just do simple decoding for now and
29372 has been tested against Theora cvs only. It only works when theora
29373 is compiled with --enable-static.
29374 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29375 always reset packetno on DISCONT
29377 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29379 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29382 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29384 * gst/mpegaudioparse/gstmpegaudioparse.c:
29385 (mp3_type_frame_length_from_header):
29386 Fix header parsing - stolen from ffmpeg (thank you! :) ).
29388 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29390 * ext/esd/esdsink.c: (gst_esdsink_init):
29391 Since we have static pad template caps, we don't need to negotiate;
29392 either the core errors out or we know the format.
29394 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29396 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29397 (gst_riff_read_seek):
29398 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29399 (gst_ebml_read_seek):
29400 Fix event handling.
29402 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29404 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29405 removee video/x-theora from vp3 decoder, it doesn't handle raw
29407 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29408 fix bug with finalizing element that never went to PAUSED
29409 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29410 length and position queries were swapped
29411 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29412 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29413 (vorbis_dec_src_event):
29414 implement querying time and bytes
29416 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29418 * just about every source file:
29419 gst_element_error -> GST_ELEMENT_ERROR
29421 2004-01-29 Julien MOUTTE <julien@moutte.net>
29423 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29424 emiting FLUSH and even before DISCONT.
29425 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29426 get the best instant seeking as possible yay!
29428 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
29430 * gst/mpeg1videoparse/gstmp1videoparse.c:
29431 (gst_mp1videoparse_real_chain):
29432 Committed wrong version last week... Grr... Didn't notice until now.
29434 2004-01-29 Julien MOUTTE <julien@moutte.net>
29436 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29437 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29438 have_xwindow_id signal in xwindow_create.
29440 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
29442 * ext/ogg/gstoggdemux.c:
29443 lots of changes - mainly support for chained bitstreams, seeking,
29444 querying and bugfixes of course
29445 * ext/vorbis/Makefile.am:
29446 * ext/vorbis/vorbisdec.c:
29447 * ext/vorbis/vorbisdec.h:
29448 add vorbisdec raw vorbis decoder
29449 * ext/vorbis/vorbis.c: (plugin_init):
29450 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29451 * gst/intfloat/Makefile.am:
29452 * gst/intfloat/float22int.c:
29453 * gst/intfloat/float22int.h:
29454 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29455 add float2intnew plugin. It converts multichannel interleaved float to
29456 multichannel interleaved int. The name should probably be changed.
29457 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29459 add typefinding for raw theora video so oggdemux can detect it.
29461 2004-01-28 Julien MOUTTE <julien@moutte.net>
29463 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29464 sink element first.
29465 * gst/videoscale/gstvideoscale.c:
29466 (gst_videoscale_handle_src_event): Fixing src event handler.
29468 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
29470 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29471 (gst_v4lsrc_open), (gst_v4lsrc_close),
29472 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29473 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29474 * sys/v4l/gstv4lsrc.h:
29475 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29476 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29477 Implement resizing... Hack. But that's why v4l is b0rked...
29479 2004-01-28 Julien MOUTTE <julien@moutte.net>
29481 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29482 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29483 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29484 (gst_ximagesink_xwindow_destroy):
29485 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29486 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29487 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29488 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29489 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29490 correctly cleaning the image created to check xshm calls on succes,
29491 added a lot of XSync calls in X11 functions, and fixed a segfault when
29492 no image format was defined before negotiation happened.
29494 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
29496 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29497 use gst_element_get_time to get correct time
29499 2004-01-28 Julien MOUTTE <julien@moutte.net>
29501 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29502 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29503 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29504 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29505 (gst_xvimagesink_check_xshm_calls),
29506 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29507 X plugins are now able to detect that XShm calls will fail even if the
29508 server claims that it has XShm support (remote displays most of the
29509 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29510 so that we use non XShm functions. This feature is almost useless for
29511 xvimagesink as Xv is not supported on remote displays anyway, but
29512 it might happen than even on the local display XShm calls fail.
29514 2004-01-27 David Schleef <ds@schleef.org>
29516 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29517 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29518 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
29519 changed esdsink to only use 44100,16,2, since esd sucks at rate
29520 conversion and esdsink has had difficulty negotiating.
29522 2004-01-27 Julien MOUTTE <julien@moutte.net>
29524 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29525 (gst_play_seek_to_time): Fixing the way to get current position.
29527 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29529 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29530 use gst_element_get_time to get correct time
29532 2004-01-27 Julien MOUTTE <julien@moutte.net>
29534 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29535 fix ever... Inverting 2 lines of code make spider autoplug correctly
29538 2004-01-27 David Schleef <ds@schleef.org>
29540 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29541 Use gst_pad_try_set_caps_nonfixed().
29543 2004-01-27 David Schleef <ds@schleef.org>
29545 * gst/ac3parse/gstac3parse.c: update to checklist 5
29546 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
29547 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29548 * gst/audioscale/gstaudioscale.c: same
29549 * gst/auparse/gstauparse.c: same
29550 * gst/avi/gstavidemux.c: same
29552 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29554 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29555 stop processing after EOS
29557 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29559 * gst/asfdemux/asfheaders.h:
29560 * gst/asfdemux/gstasfdemux.c:
29561 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29562 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29563 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29564 lot's of fixes to make data extraction simpler and get the code
29565 architecture and compiler independant. Add debugging category
29566 * gst/goom/gstgoom.c: (gst_goom_change_state):
29567 reset channel count on PAUSED=>READY, not READY=>PAUSED
29569 2004-01-26 Colin Walters <walters@verbum.org>
29571 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29572 code to pull a bigger buffer in iradio mode. This as a side effect
29573 makes typefinding work.
29575 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29577 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29578 Fix SVQ3 decoding on PPC
29580 2004-01-26 Julien MOUTTE <julien@moutte.net>
29582 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29583 that one managed to stay there... Fixed.
29585 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29587 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29588 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29589 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29590 (qtdemux_video_caps):
29591 * gst/qtdemux/qtdemux.h:
29592 Add SVQ3 specific flags to qtdemux and ffmpeg
29594 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29596 * gst-libs/gst/audio/audio.h:
29597 remove buffer-frames from audio caps
29598 * gst/audioconvert/gstaudioconvert.c:
29599 fix plugin to really work.
29601 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29603 * gst-libs/gst/mixer/mixer.c:
29604 * gst-libs/gst/propertyprobe/propertyprobe.c:
29605 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29606 (gst_tuner_find_channel_by_name):
29607 * gst-libs/gst/tuner/tuner.h:
29608 Add gtk-doc style comments. Also fix a function name.
29610 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29612 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29613 (gst_divxdec_negotiate):
29614 Fix for new capsnego - also fixes gst-player with divxdec.
29616 2004-01-25 Julien MOUTTE <julien@moutte.net>
29618 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29619 (gst_play_identity_handoff), (gst_play_set_location),
29620 (gst_play_set_visualization), (gst_play_connect_visualization): Another
29621 try in visualization implementation. Still have an issue with switch
29622 blocking when pulling from video_queue and only audio comes out of
29624 * gst/switch/gstswitch.c: (gst_switch_release_pad),
29625 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29626 release method. And check if the pad is usable before pulling.
29628 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29630 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29631 (gst_videobalance_init),
29632 (gst_videobalance_colorbalance_list_channels),
29633 (gst_videobalance_colorbalance_set_value),
29634 (gst_videobalance_colorbalance_get_value),
29635 (gst_videobalance_update_properties),
29636 (gst_videobalance_update_tables_planar411),
29637 (gst_videobalance_planar411):
29638 * gst/videofilter/gstvideobalance.h:
29639 Implement lookup-tables. +/- 10x faster.
29641 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29643 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29644 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29645 The index reading was broken. The rest worked fine, but the whole
29646 goal of my rewrite was to make avidemux readable, and this was
29647 not at all readable. Please use typed variables.
29649 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29651 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29652 Additional pad usability check.
29653 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29654 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29655 (gst_mp1videoparse_real_chain):
29656 Fix MPEG video stream parsing. The original plugin had several
29657 issues, including not timestamping streams where the source was
29658 not timestamped (this happens with PTS values in mpeg system
29659 streams, but MPEG video is also a valid stream on its own so
29660 that needs timestamps too). We use the display time code for that
29661 for now. Also, if one incoming buffer contains multiple valid
29662 frames, we push them all on correctly now, including proper EOS
29663 handling. Lastly, several potential segfaults were fixed, and we
29664 properly sync on new sequence/gop headers to include them in next,
29665 not previous frames (since they're header for the next frame, not
29666 the previous). Also see #119206.
29667 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29669 Move caps setting so we only do it after finding several valid
29670 MPEG-1 fraes sequentially, not right after the first one (which
29671 might be coincidental).
29672 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29673 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29675 Add unsynced MPEG video stream typefinding, and change some
29676 probability values so we detect streams rightly. The idea is as
29677 follows: I can have an unsynced system stream which contains
29678 video. In the current code, I would randomly get a type for either
29679 system or video stream type found, because the probabilities are
29680 being calculated rather randomly. I now use fixed values, so we
29681 always prefer system stream if that was found (and that is how it
29682 should be). If no system stream was found, we can still identity the stream as video-only.
29684 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29686 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29687 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29688 don't write to buffer. Extract data without the need of
29689 __attribute__ ((packed))
29691 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29693 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29694 (mpeg1_sys_type_find):
29695 Fix MPEG-1 stream typefinding.
29697 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29699 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29700 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29702 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29704 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29705 * ext/esd/gstesd.c: (plugin_init):
29706 private debugging, better error reporting
29708 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29710 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29711 (gst_riff_read_init), (gst_riff_read_change_state):
29712 * gst-libs/gst/riff/riff-read.h:
29713 Remove stuff fromold metadata system.
29715 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29717 * ext/ogg/gstoggdemux.c:
29718 Fix wrong file comment.
29719 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29720 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29721 Add metadata reading properly.
29723 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29726 Fix nas DIST_SUBDIRS
29728 Fix bug where make distcheck doesn't get run on adding stuff to
29731 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29733 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29734 * ext/divx/gstdivxdec.h:
29735 Fix divx3 ("msmpeg4") playback using divxdec.
29737 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29739 * gst/typefind/gsttypefindfunctions.c:
29740 (mp3_type_frame_length_from_header): fix bug in length computation
29741 (mp3_type_find): improve debugging output
29743 2004-01-23 Julien MOUTTE <julien@moutte.net>
29745 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29746 (gst_play_set_location), (gst_play_seek_to_time),
29747 (gst_play_set_audio_sink), (gst_play_set_visualization),
29748 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29749 the pipeline from scratch. Visualization is back and switch went out as
29750 i realized it was not possible to use the way i wanted.
29751 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29752 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29753 clearing in state change from READY to NULL. So that one can clean the
29754 X ressources keeping the element.
29755 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29756 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29757 (gst_xvimagesink_colorbalance_set_value),
29758 (gst_xvimagesink_colorbalance_get_value),
29759 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29760 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29761 change from READY to NULL and fixed some stupid bugs in colorbalance
29762 get/set values. Also added the following feature : when nobody tries to
29763 set some values to the colorbalance levels before the xcontext is
29764 grabbed, then when creating channels list from Xv attributes we set the
29765 internal values to the Xv defaults. This way we handle buggy Xv drivers
29766 that set default hue values far from the middle of the range (Thanks
29767 to Jon Trowbridge for pointing that issue).
29768 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29769 colorbalance levels have been set before xcontext is grabbed.
29771 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
29773 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29774 Fix the ossmixer case where we shouldn't open /dev/dsp* because
29775 it might block operations (which is bad for a mixer).
29777 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29779 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29780 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29781 (gmip_find_type_pre):
29782 * gst-libs/gst/media-info/media-info-priv.h:
29783 * gst-libs/gst/media-info/media-info.c:
29784 (gst_media_info_instance_init), (gst_media_info_read_idler):
29785 add fakesink to get caps on decoder src pad again
29786 fix callback prototype to match new have_type signal signature
29788 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29790 * gst/adder/gstadder.c: (gst_adder_link):
29791 fix non-compile and cut-n-paste code
29793 2004-01-21 David Schleef <ds@schleef.org>
29795 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29796 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29797 (gst_swfdec_init), (gst_swfdec_change_state):
29798 * ext/swfdec/gstswfdec.h:
29800 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29801 (gst_adder_request_new_pad): Fix negotiation.
29802 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29803 Add a fixate function.
29804 * gst/intfloat/gstfloat2int.c:
29805 * gst/intfloat/gstfloat2int.h:
29806 * gst/intfloat/gstint2float.c:
29807 * gst/intfloat/gstint2float.h:
29808 Completely rewrite the negotiation. Doesn't quite work yet,
29809 due to some buffer-frames problem.
29811 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
29813 * ext/gnomevfs/gstgnomevfssrc.c:
29814 * sys/v4l2/v4l2_calls.h:
29815 fix includes for distcheck
29817 2004-01-21 Christian Schaller <uraeus@gnome.org>
29820 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29821 based on earlier patch from Laurent Vivier
29823 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
29825 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29826 Fix wma caps property
29827 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29828 Fix typo (flags1 and flags2)
29830 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29832 * gst-libs/gst/media-info/media-info-priv.c:
29833 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29834 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29835 (gmip_find_stream), (gmip_find_track_metadata),
29836 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29837 (gmip_find_track_format):
29838 * gst-libs/gst/media-info/media-info-priv.h:
29839 * gst-libs/gst/media-info/media-info-test.c: (main):
29840 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29841 (gst_media_info_read_idler), (gst_media_info_read):
29842 * gst-libs/gst/media-info/media-info.h:
29843 register debugging category and use it for debugging
29845 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29847 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29848 (gst_vorbisfile_new_link):
29849 signal streaminfo through tags
29851 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29853 * ext/mplex/gstmplex.cc:
29854 * ext/mplex/gstmplexibitstream.cc:
29855 g++ doesn't like NULL in our i18n/error macros, should be
29856 either (NULL) or ("").
29858 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29860 * sys/dxr3/dxr3audiosink.c:
29861 * sys/dxr3/dxr3init.c:
29862 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29863 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29864 Fix more error error error errors (missing includes here).
29866 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29868 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29869 fix thomas' error errors.
29871 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29873 * ext/mpeg2enc/gstmpeg2enc.cc:
29876 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29878 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29879 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29880 Fix for new error system.
29882 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29884 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29885 fix for new error reporting
29887 2004-01-20 David Schleef <ds@schleef.org>
29889 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29890 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29891 (gst_ximagesink_set_xwindow_id): Change to using a framerate
29892 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29893 and neither is 100+, most likely.
29894 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29895 (gst_xvimagesink_getcaps): same
29897 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
29900 Up version requirement to 2.0.3 (not yet released) to avoid symbol
29901 clashes with ffmpeg.
29903 2004-01-20 Julien MOUTTE <julien@moutte.net>
29905 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29906 (gst_switch_init): Fixed switch element : proxying link and setting
29907 caps from src to sink on request.
29909 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29911 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29912 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29913 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29916 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29918 * sys/v4l/v4l_calls.h:
29919 * sys/v4l2/v4l2_calls.h:
29920 element_error fixes
29922 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29924 * gst-libs/gst/gst-i18n-plugin.h:
29926 remove config.h inclusion
29928 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29931 adding autopoint invocation
29934 * gst-libs/gst/gettext.h:
29935 adding gettext bits
29936 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29937 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29938 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29939 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29940 (gst_gnomevfssink_close_file):
29941 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29942 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29943 * gst-libs/gst/gst-i18n-plugin.h:
29944 * gst/avi/gstavi.c: (plugin_init):
29945 * sys/dxr3/dxr3init.c: (plugin_init):
29946 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29947 * sys/oss/gstossaudio.c: (plugin_init):
29948 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29949 * sys/v4l/gstv4l.c: (plugin_init):
29950 * sys/v4l/v4l_calls.c: (gst_v4l_open):
29951 * sys/v4l2/gstv4l2.c: (plugin_init):
29952 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29953 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29954 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29955 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29956 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29957 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29958 make sure locale and translation domain are set
29959 fix translated strings
29965 put translation files into place
29966 * sys/xvideo/imagetest.c: (main):
29967 * ext/dv/demo-play.c: (main):
29968 fix unnecessary translations
29970 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
29972 * ext/sndfile/gstsf.c:
29973 * gst/avi/gstavimux.c:
29974 * ext/audiofile/gstafsink.c:
29975 * ext/audiofile/gstafsrc.c:
29976 * ext/gnomevfs/gstgnomevfssink.c:
29977 * ext/gnomevfs/gstgnomevfssrc.c:
29978 * sys/oss/gstosselement.c:
29979 * sys/v4l/v4l_calls.h:
29982 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29984 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29985 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29986 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29987 (gst_v4l2_get_output), (gst_v4l2_set_output),
29988 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29989 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29990 (gst_v4l2_set_attribute):
29991 update to new error handling
29993 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29995 * ext/sidplay/gstsiddec.cc:
29996 * gst/modplug/gstmodplug.cc:
29997 parenthese NULL because C++ seems angry about it
29999 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30001 * gst-libs/gst/gst-i18n-plugin.h:
30002 add skeleton i18n stuff, but needs to be further implemented
30004 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
30006 * examples/gstplay/player.c: (main):
30007 * ext/aalib/gstaasink.c: (gst_aasink_open):
30008 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
30009 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30010 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30011 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30012 (gst_afsink_close_file):
30013 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30014 (gst_afsrc_close_file):
30015 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30016 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30017 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30018 * ext/esd/esdmon.c: (gst_esdmon_get):
30019 * ext/esd/esdsink.c: (gst_esdsink_chain):
30020 * ext/faac/gstfaac.c: (gst_faac_chain):
30021 * ext/faad/gstfaad.c: (gst_faad_chain):
30022 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30023 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30024 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30025 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30026 (gst_flacdec_loop):
30027 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30028 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30029 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30030 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30031 (gst_gnomevfssink_close_file):
30032 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30033 (gst_gnomevfssrc_open_file):
30034 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30035 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30036 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30037 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30038 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30039 * ext/mad/gstmad.c: (gst_mad_chain):
30040 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30041 * ext/mpeg2dec/gstmpeg2dec.c:
30042 * ext/mpeg2enc/gstmpeg2enc.cc:
30043 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30044 * ext/mplex/gstmplex.cc:
30045 * ext/mplex/gstmplexibitstream.cc:
30046 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30047 (gst_ogg_demux_push), (gst_ogg_pad_push):
30048 * ext/raw1394/gstdv1394src.c:
30049 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30050 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30051 * ext/sidplay/gstsiddec.cc:
30052 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30054 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30055 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30056 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30057 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30058 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30059 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30060 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30061 * gst-libs/gst/Makefile.am:
30062 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30063 (gst_riff_read_element_data), (gst_riff_read_seek),
30064 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30065 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30066 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30067 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30068 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30069 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30070 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30071 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30072 * gst/goom/gstgoom.c: (gst_goom_chain):
30073 * gst/id3/gstid3types.c: (gst_id3types_loop):
30074 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30075 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30076 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30077 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30078 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30079 (gst_ebml_read_float), (gst_ebml_read_header):
30080 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30081 (gst_matroska_demux_parse_blockgroup):
30082 * gst/modplug/gstmodplug.cc:
30083 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30084 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30085 * gst/oneton/gstoneton.c: (gst_oneton_chain):
30086 * gst/silence/gstsilence.c: (gst_silence_get):
30087 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30088 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30089 * gst/speed/gstspeed.c: (speed_loop):
30090 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30091 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30092 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30093 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30094 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30095 (gst_wavparse_loop):
30096 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30097 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30098 (dxr3audiosink_close):
30099 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30100 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30101 (dxr3videosink_close), (dxr3videosink_write_data):
30102 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30103 * sys/oss/gstosselement.h:
30104 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30105 (gst_osssink_chain):
30106 * sys/oss/gstosssrc.c: (gst_osssrc_get):
30107 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30108 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30109 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30110 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30111 (gst_v4l_enable_overlay):
30112 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30113 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30114 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30115 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30116 (gst_v4l_set_audio):
30117 * sys/v4l/v4l_calls.h:
30118 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30119 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30120 (gst_v4lmjpegsink_playback_init),
30121 (gst_v4lmjpegsink_playback_start):
30122 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30123 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30124 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30125 (gst_v4lmjpegsrc_requeue_frame):
30126 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30127 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30128 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30129 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30130 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30131 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30132 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30133 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30134 (gst_v4l2src_capture_stop):
30135 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30136 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30137 (gst_ximagesink_chain):
30138 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30139 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30140 (gst_xvideosink_xwindow_new):
30141 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30142 (gst_xvimagesink_chain):
30143 use new error signal, function and categories
30145 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
30149 * ext/musicbrainz/gsttrm.c:
30150 * ext/musicbrainz/gsttrm.h:
30151 * ext/musicbrainz/Makefile.am:
30154 2004-01-18 Julien MOUTTE <julien@moutte.net>
30156 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30157 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30158 synchronous property for debugging.
30159 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30160 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30161 (gst_xvimagesink_set_property): Moving a pointer declaration to a
30162 smaller block, fixing indent.
30164 2004-01-16 David Schleef <ds@schleef.org>
30166 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30167 property affects the video stream.
30168 * sys/xvimage/xvimagesink.c:
30169 * sys/xvimage/xvimagesink.h:
30170 Add synchronous property for debugging. Should probably be
30171 disabled in non-CVS builds. Make sure that the Xv attribute
30172 exists before we set it (crash!). Fix a silly float bug that
30173 caused colorbalance to just not work.
30175 2004-01-17 Christian Schaller <Uraeus@gnome.org>
30177 * tools/gst-launch-ext.in - update for new plugins
30179 2004-01-16 David Schleef <ds@schleef.org>
30181 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30182 already-freed caps.
30184 2994-01-16 Christian Schaller <Uraeus@gnome.org>
30186 * Update spec for new colorspace plugin and libcaca plugin
30187 * Fix compilation of libcaca plugin (clock -> id)
30189 2004-01-16 Julien MOUTTE <julien@moutte.net>
30191 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30192 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30193 (gst_xvimagesink_set_xwindow_id),
30194 (gst_xvimagesink_colorbalance_set_value),
30195 (gst_xvimagesink_colorbalance_get_value),
30196 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30197 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30198 correct colorbalance properties. They can now be set when the element
30199 is still in NULL state. The values will be committed to the Xv Port
30200 when xcontext is initialized.
30201 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30202 brightness int values in the GstXvImagesink structure.
30204 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30206 * gst-libs/gst/Makefile.am:
30207 restructure so having local patches works easier.
30209 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30211 * ext/mpeg2enc/Makefile.am:
30212 * ext/mpeg2enc/gstmpeg2enc.cc:
30213 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30214 Bugfix with respect to EOS handling.
30216 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30218 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30219 Link with right caps (else, it segfaults).
30220 * ext/mplex/gstmplexjob.cc:
30221 Fix for slight API change in 1.6.1.93 release of mjpegtools.
30223 2004-01-15 David Schleef <ds@schleef.org>
30225 * gst-libs/gst/audio/Makefile.am:
30226 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30228 * gst-libs/gst/audio/gstaudiofilter.c:
30229 * gst-libs/gst/audio/gstaudiofilter.h:
30230 Add bytes_per_sample and size and n_samples calculation.
30231 * gst-libs/gst/audio/gstaudiofilterexample.c:
30232 Remove, now autogenerated.
30233 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30234 Moved from gstaudiofilterexample, object name changed, code added
30235 so that it actually works.
30236 * gst-libs/gst/audio/make_filter:
30237 Script to build an audiofilter subclass from the template.
30238 * gst/colorspace/Makefile.am:
30239 * gst/colorspace/yuv2yuv.c:
30240 Remove file, since it's GPL, and we don't use it.
30242 2004-01-15 Julien MOUTTE <julien@moutte.net>
30244 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30245 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30246 them use the buffer free function to test how the buffer was allocated.
30248 2004-01-15 David Schleef <ds@schleef.org>
30250 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30251 that handles osssink fallback.
30252 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30253 (gst_audio_convert_getcaps):
30254 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30255 Add audio/x-qdm2 for QDM2 audio.
30256 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30257 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30258 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30259 Decrease minimum size to 16x16.
30260 * gst/wavparse/gstwavparse.c:
30261 Convert disabled pad template caps to new caps.
30262 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30263 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30264 (gst_xvimagesink_chain): Throw element error when display cannot
30265 be opened. Increase minimum framerate to 1.0. Check the data
30266 free function on a buffer to make sure it is the type we expect
30267 before manipulating it.
30269 2004-01-15 Julien MOUTTE <julien@moutte.net>
30271 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30272 (gst_videobalance_colorbalance_set_value): Implement passthru if
30273 settings are in the middle.
30274 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30276 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30278 * gst/videofilter/Makefile.am:
30279 * gst/volume/Makefile.am:
30280 Since we use videofilter symbols, link to it.
30282 2004-01-15 Julien MOUTTE <julien@moutte.net>
30284 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30285 mixer interface type to HARDWARE.
30286 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30288 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30289 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30290 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30291 (gst_volume_interface_init), (gst_volume_list_tracks),
30292 (gst_volume_set_volume), (gst_volume_get_volume),
30293 (gst_volume_set_mute), (gst_volume_mixer_init),
30294 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30295 (volume_init): Implementing mixer interface.
30296 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30297 * sys/oss/gstosselement.c: (gst_osselement_get_type),
30298 (gst_osselement_change_state): Removing some trailing commas in
30300 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30301 interface type to HARDWARE.
30302 * sys/v4l/gstv4lcolorbalance.c:
30303 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30305 * sys/v4l2/gstv4l2colorbalance.c:
30306 (gst_v4l2_color_balance_interface_init): Setting colorbalance
30307 interface type to HARDWARE.
30308 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30309 same code than ximagesink for event handling.
30311 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30313 * ext/snapshot/Makefile.am:
30314 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30315 (gst_snapshot_chain):
30316 * ext/snapshot/gstsnapshot.h:
30317 This has to be a joke... Snapshot should be connected to a tee,
30318 colorspace element before it and EOS after that, where the other
30319 src of the tee receives normal data.
30320 The current way is *wrong*.
30322 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30324 * ext/hermes/gsthermescolorspace.c:
30325 Fix another compile error. Same as below.
30327 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30329 * gst/colorspace/gstcolorspace.c:
30330 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30331 (gst_colorspace_i420_to_yv12):
30332 Fix compiling... Didn't test if it actually works.
30334 2004-01-15 David Schleef <ds@schleef.org>
30337 * gst/colorspace/Makefile.am:
30338 * gst/colorspace/gstcolorspace.c:
30339 * gst/colorspace/gstcolorspace.h:
30340 * gst/colorspace/yuv2rgb.c:
30341 * gst/colorspace/yuv2rgb.h:
30342 Duplicate the ext/hermes colorspace plugin, and remove Hermes
30343 code and GPL code. Fix for new caps negotiation. Rewrite
30344 much of the format handling code, and some of the conversion
30345 code. Basically, rewrote almost everything. This element
30346 handles I420, YV12 to RGB conversions.
30347 * ext/hermes/Makefile.am:
30348 * ext/hermes/gsthermescolorspace.c:
30349 Rename colorspace to hermescolorspace. Fix negotiation issues.
30350 Remove non-Hermes related code. This element handles lots of
30351 RGB to RGB conversions, but no YUV.
30352 * ext/hermes/gstcolorspace.c:
30353 * ext/hermes/gstcolorspace.h:
30354 * ext/hermes/rgb2yuv.c:
30355 * ext/hermes/yuv2rgb.c:
30356 * ext/hermes/yuv2rgb.h:
30357 * ext/hermes/yuv2rgb_mmx16.s:
30358 * ext/hermes/yuv2yuv.c:
30359 * ext/hermes/yuv2yuv.h:
30362 2004-01-14 Colin Walters <walters@verbum.org>
30364 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30365 they've already been.
30367 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30369 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30370 assume tag mode when pad is not connected
30372 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30374 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30375 Don't update the time of the clock
30376 (gst_alsa_sink_loop):
30377 sync to the clock given to alsasink, not the own clock
30378 * sys/oss/gstosssink.c: (gst_osssink_chain):
30380 (gst_osssink_change_state):
30382 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30383 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30384 remove bogus code that made DISCONT events unhandled
30385 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30386 explicitly case to double in _set_simple. (fixes 2nd warning in bug
30388 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30389 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30390 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30391 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30392 2nd warning in bug #131502)
30394 2004-01-14 Julien MOUTTE <julien@moutte.net>
30396 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30397 (gst_videobalance_colorbalance_set_value),
30398 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30399 for colorbalance interface implementation.
30400 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30401 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30402 (gst_ximagesink_dispose), (gst_ximagesink_init),
30403 (gst_ximagesink_class_init): Adding DISPLAY property.
30404 * sys/ximage/ximagesink.h: Adding display_name to store display.
30405 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30406 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30407 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30408 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30409 properties (they still need polishing though for gst-launch use : no
30410 xcontext yet, i ll do that tomorrow).
30411 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30413 2004-01-14 Julien MOUTTE <julien@moutte.net>
30415 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30416 (gst_play_set_location), (gst_play_set_visualization): Preparing
30417 switch integration, adding videobalance in the pipeline.
30419 2004-01-14 Julien MOUTTE <julien@moutte.net>
30421 * gst-libs/gst/colorbalance/colorbalance.c:
30422 (gst_color_balance_class_init): Adding a default type.
30423 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30425 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30426 (gst_videobalance_dispose), (gst_videobalance_class_init),
30427 (gst_videobalance_init), (gst_videobalance_interface_supported),
30428 (gst_videobalance_interface_init),
30429 (gst_videobalance_colorbalance_list_channels),
30430 (gst_videobalance_colorbalance_set_value),
30431 (gst_videobalance_colorbalance_get_value),
30432 (gst_videobalance_colorbalance_init): Implementing colorbalance
30434 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30436 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30437 bug which was triggering a BadAccess X error when setting an overlay
30438 before pad was really negotiated.
30439 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30440 Using the colorbalance type macro.
30442 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30444 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30445 (gst_flacenc_chain):
30446 handle tags correctly
30447 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30448 extract ID3v1 tags correctly
30450 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30452 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30454 Improve matroska typefinding for odd-typed headers...
30456 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30458 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30459 Fix for using incremental number on padnames.
30461 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30463 * ext/divx/gstdivxdec.c:
30464 * ext/divx/gstdivxenc.c:
30465 Set category to divx4linux instead of divx (too generic).
30466 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30467 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30468 (gst_wavparse_loop), (gst_wavparse_change_state):
30469 * gst/wavparse/gstwavparse.h:
30470 fix parsing of WAV files with non-standard fmt-tag size and fix
30471 skipping of unrecognized chunks... Someone please fix this thing
30472 to use rifflib so all this is automated.
30473 * sys/v4l/Makefile.am:
30474 * sys/v4l2/Makefile.am:
30475 Add X_CFLAGS because we depend on X (for overlay).
30477 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
30479 * ext/mpeg2dec/gstmpeg2dec.c:
30480 Don't issue a timestamp unless we tagged the frame
30483 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30485 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30486 Query the audio element to get the time, not the clock. We're
30487 interested in the element's time here.
30489 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30491 * ext/aalib/gstaasink.c: (gst_aasink_chain):
30492 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30493 * ext/esd/esdsink.c: (gst_esdsink_chain):
30494 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30495 * ext/mas/massink.c: (gst_massink_chain):
30496 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30497 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30498 (gst_matroska_demux_parse_metadata):
30499 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30500 (gst_mpeg_parse_release_locks):
30501 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30502 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30503 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30504 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30505 (gst_osssink_change_state):
30506 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30507 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30508 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30509 (gst_xvideosink_release_locks):
30510 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30512 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30513 (gst_alsa_clock_stop):
30514 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30515 (gst_audio_clock_get_internal_time):
30516 simplify for use with new clocking code.
30517 * testsuite/alsa/Makefile.am:
30518 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30519 fix testsuite for new caps system
30521 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30523 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30524 * ext/flac/gstflacenc.c: (add_one_tag):
30525 length is already host endian, no need to convert. Fixes playback of
30526 tagged files on PPC. (bug #128384)
30528 2004-01-13 Julien MOUTTE <julien@moutte.net>
30530 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30531 colorbalance interface stating if it is hardware based or software
30533 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30534 Removing a trailing comma.
30535 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30536 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30537 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30538 the documentation seems to be wrong on the -1000 to 1000 interval.
30540 2004-01-12 David Schleef <ds@schleef.org>
30542 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30543 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30544 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30545 Fix negotiation. Add a bufferalloc function for the sink pad,
30546 and generally clean up some of the code.
30548 2004-01-12 Julien MOUTTE <julien@moutte.net>
30550 * gst-libs/gst/colorbalance/colorbalancechannel.c:
30551 (gst_color_balance_channel_dispose): Adding safety check in dispose
30553 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30554 (gst_xvimagesink_xcontext_clear),
30555 (gst_xvimagesink_interface_supported),
30556 (gst_xvimagesink_colorbalance_list_channels),
30557 (gst_xvimagesink_colorbalance_set_value),
30558 (gst_xvimagesink_colorbalance_get_value),
30559 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30560 Adding colorbalance interface support to set XV parameters such as
30561 HUE, BRIGHTNESS, CONTRAST, SATURATION.
30562 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30565 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30567 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30568 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30569 (gst_audio_convert_init), (gst_audio_convert_set_property),
30570 (gst_audio_convert_get_property), (gst_audio_convert_chain),
30571 (gst_audio_convert_link),
30572 (gst_audio_convert_buffer_to_default_format),
30573 (gst_audio_convert_buffer_from_default_format), (plugin_init):
30574 - implement _getcaps and use it
30576 - remove float caps since no float conversion is actually done
30577 - remove properties and arguments that were to be used for rate
30580 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30582 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30583 (gst_audio_structure_set_int):
30584 * gst-libs/gst/audio/audio.h:
30585 add helper functions for _getcaps matching the standard audio
30588 2004-01-12 David Schleef <ds@schleef.org>
30590 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30591 Test that pad is negotiated before getting its caps.
30593 2004-01-12 Julien MOUTTE <julien@moutte.net>
30595 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30596 analyzing the pads of an element the bin is mostly in READY state so
30597 no caps were negotiated. This helper function needs to work with
30598 _get_caps directly then. I was not freeing them though, added that to
30601 2004-01-12 Julien MOUTTE <julien@moutte.net>
30603 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30604 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30605 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30606 than the free_func.
30608 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30610 * sys/oss/gstossaudio.c: (plugin_init):
30611 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30612 * sys/oss/gstosselement.h:
30613 make an oss debugging category
30614 make failure more descriptive
30616 2004-01-11 David Schleef <ds@schleef.org>
30618 * ext/ffmpeg/gstffmpeg.c:
30619 * ext/ffmpeg/gstffmpegcodecmap.c:
30620 * ext/ffmpeg/gstffmpegdec.c:
30621 * ext/ffmpeg/gstffmpegenc.c:
30622 * ext/ffmpeg/gstffmpegprotocol.c:
30623 * ext/gdk_pixbuf/gstgdkanimation.c:
30624 * ext/jpeg/gstjpeg.c:
30625 * ext/libpng/gstpng.c:
30626 * ext/mpeg2dec/perftest.c:
30627 * ext/speex/gstspeex.c:
30628 * gst-libs/gst/resample/dtos.c:
30629 * gst/intfloat/gstintfloatconvert.c:
30630 * gst/oneton/gstoneton.c:
30631 * gst/rtjpeg/RTjpeg.c:
30632 * gst/rtp/gstrtp.c:
30633 * sys/dxr3/dxr3init.c:
30634 * sys/glsink/gstgl_nvimage.c:
30635 * sys/glsink/gstgl_pdrimage.c:
30636 * sys/glsink/gstglsink.c:
30637 * testsuite/gst-lint:
30638 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30640 2004-01-11 David Schleef <ds@schleef.org>
30642 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30643 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30644 * ext/gdk_pixbuf/gstgdkanimation.c:
30645 (gst_gdk_animation_iter_create_pixbuf):
30646 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30647 (gst_gdk_pixbuf_chain):
30648 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30649 * ext/jack/gstjack.c: (gst_jack_change_state):
30650 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30651 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30652 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30653 * gst/videofilter/gstvideofilter.c:
30654 (gst_videofilter_set_output_size):
30655 Remove all usage of gst_pad_get_caps(), and replace it with
30656 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30658 2004-01-11 David Schleef <ds@schleef.org>
30661 * ext/Makefile.am: Fixes to make ext/libcaca compile.
30662 * ext/divx/gstdivxdec.c:
30663 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30664 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30665 handle images that span multiple buffers. Now work with both
30666 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30667 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30668 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30669 video/video.h changes
30670 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30671 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30672 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30673 of GstData free function.
30674 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30677 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30679 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30680 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30681 (gst_v4l2element_get_property):
30682 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30683 add norm, channel and frequency properties.
30684 * sys/v4l2/gstv4l2tuner.c:
30685 fixes for tuner interface changes
30686 * sys/v4l2/gstv4l2element.h:
30687 * sys/v4l2/gstv4l2src.c:
30688 * sys/v4l2/gstv4l2src.h:
30689 * sys/v4l2/v4l2src_calls.c:
30690 * sys/v4l2/v4l2src_calls.h:
30691 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30693 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30695 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30696 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30697 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30698 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30699 * gst-libs/gst/tuner/tuner.h:
30700 GObjects aren't const.
30701 Add find_by_name functions.
30702 Add checks to _changed functions.
30703 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30704 (gst_v4l_tuner_get_norm):
30707 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30709 * gst-libs/gst/video/video.h:
30710 Fix caps template names to be understandable.
30711 Prefix everything with GST_VIDEO.
30712 * ext/aalib/gstaasink.c:
30713 * ext/divx/gstdivxdec.c:
30714 * ext/divx/gstdivxenc.c:
30715 * ext/gdk_pixbuf/gstgdkpixbuf.c:
30716 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30717 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30718 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30719 * ext/libcaca/gstcacasink.c:
30720 * ext/libpng/gstpngenc.c: (raw_caps_factory):
30721 * ext/snapshot/gstsnapshot.c:
30722 * ext/swfdec/gstswfdec.c:
30723 * ext/xvid/gstxviddec.c:
30724 * ext/xvid/gstxvidenc.c:
30725 * gst/chart/gstchart.c:
30726 * gst/deinterlace/gstdeinterlace.c:
30727 * gst/effectv/gsteffectv.c:
30728 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30729 * gst/goom/gstgoom.c:
30730 * gst/median/gstmedian.c:
30731 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30732 (gst_monoscope_srcconnect), (gst_monoscope_chain):
30733 * gst/overlay/gstoverlay.c:
30734 * gst/smooth/gstsmooth.c:
30735 * gst/smpte/gstsmpte.c:
30736 * gst/synaesthesia/gstsynaesthesia.c:
30737 * gst/videocrop/gstvideocrop.c:
30738 * gst/videodrop/gstvideodrop.c:
30739 * gst/y4m/gsty4mencode.c:
30740 * sys/qcam/gstqcamsrc.c:
30741 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30742 Make them work with new video.h file.
30743 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30744 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30745 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30746 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30747 Make it work with new buffer allocation system.
30749 2004-01-11 Julien MOUTTE <julien@moutte.net>
30751 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30752 pad_alloc_buffer implementation to use ->srcpad
30753 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30754 pad_alloc_buffer implementation to use ->srcpad
30755 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
30756 pad_alloc_buffer implementation to use ->srcpad
30757 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30758 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30759 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30760 a reference to everything we need.
30761 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30762 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30763 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30764 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30765 a reference to everything we need.
30766 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30768 2004-01-11 David Schleef <ds@schleef.org>
30770 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30771 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30772 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30774 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30775 value during a resize/renegotiation.
30776 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30777 gst_pad_alloc_buffer();
30778 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30779 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30781 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30782 Fix for rename of buffer private structure members.
30783 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30784 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30785 Fix for rename of buffer private structure members.
30786 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30787 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30788 Fix for rename of buffer private structure members.
30790 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
30792 reviewed by: David Schleef <ds@schleef.org>
30794 * gst/videofilter/Makefile.am:
30795 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
30796 from the patch by ds to fit in with recent make_filter changes.
30798 2004-01-11 Julien MOUTTE <julien@moutte.net>
30800 * configure.ac: Adding examples/switch/Makefile
30801 * examples/Makefile.am: Adding examples/switch
30802 * examples/switch/Makefile.am: Adding switcher example.
30803 * examples/switch/switcher.c: (got_eos), (idle_iterate),
30804 (switch_timer), (main): Adding an example demonstrating switch usage
30805 with 2 videotestsrc showing different patterns.
30806 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30807 (gst_switch_init): Fixing switch with the new caps system.
30809 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30811 * gst-libs/gst/video/video.h:
30812 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30813 They should probably be like
30814 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30816 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30818 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30819 (qtdemux_parse_trak):
30820 fix audio chunk size/timestamp calculation
30822 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30824 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30827 2004-01-11 Steve Baker <steve@stevebaker.org>
30829 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30830 (gst_agingtv_base_init), (gst_agingtv_class_init),
30831 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30832 (gst_agingtv_set_property), (gst_agingtv_get_property):
30833 Port agingTV to videofilter
30835 2004-01-09 Julien MOUTTE <julien@moutte.net>
30837 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30838 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30840 2004-01-09 Julien MOUTTE <julien@moutte.net>
30842 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30843 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30844 * gst-libs/gst/xoverlay/xoverlay.c:
30845 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30846 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30847 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30848 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30849 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30850 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30851 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30852 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30853 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30854 interface implementation to handle xid being 0 and fix some bugs
30855 triggered by Benjamin's testcase.
30856 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30857 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30858 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30859 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30860 interface implementation to handle xid being 0 and fix some bugs
30861 triggered by Benjamin's testcase.
30863 2004-01-09 David Schleef <ds@schleef.org>
30865 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
30866 mouse pointer events. It works.
30868 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
30870 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30871 Use explicit caps - fix capsnego.
30872 * ext/xvid/gstxviddec.c:
30873 * ext/xvid/gstxvidenc.c:
30874 Remove macro-inside-macro which caused compile errors.
30875 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30876 Error out if it's not a RIFF file. Else we error out without
30877 gst_element_error() which is not good...
30879 2004-01-08 David Schleef <ds@schleef.org>
30881 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30882 Fix pad_link function to handle formats that ffmpeg returns
30883 as multiple caps structures.
30884 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30885 Only complain if source buffer is _smaller_ than expected.
30886 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30887 (gst_videoscale_handle_src_event): Resize navigation events
30888 when passing them upstream.
30889 * gst/videotestsrc/gstvideotestsrc.c:
30890 * gst/videotestsrc/gstvideotestsrc.h:
30891 * gst/videotestsrc/videotestsrc.c:
30892 * gst/videotestsrc/videotestsrc.h:
30893 Rewrite many of the buffer painting functions to handle odd
30894 sizes (for many formats, size%4!=0 or size%8!=0). Most have
30895 been verified to work with my video card.
30896 * testsuite/gst-lint: Add check for elements calling
30897 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30899 2004-01-08 David Schleef <ds@schleef.org>
30901 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30902 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30904 2004-01-08 Julien MOUTTE <julien@moutte.net>
30906 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30907 configure event is not emiting the desired size signal. That fixes
30908 aspect ratio issues with gst-player.
30910 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
30912 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30915 2004-01-08 Julien MOUTTE <julien@moutte.net>
30917 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30918 public method to fire size signal.
30920 2004-01-07 Julien MOUTTE <julien@moutte.net>
30922 * examples/gstplay/Makefile.am: Adding the interface library.
30923 * gst-libs/gst/play/Makefile.am: Adding the interface library.
30924 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
30925 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30926 GST_IS_X_OVERLAY before signal connect.
30927 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30928 Removing the have_video_size signal.
30929 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30930 and associated public method.
30931 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30932 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30934 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30935 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30937 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30938 Using XOverlay public method to fire size signal.
30940 2004-01-07 David Schleef <ds@schleef.org>
30942 * gst/videofilter/Makefile.am:
30943 * gst/videofilter/gstvideotemplate.c:
30944 * gst/videofilter/make_filter:
30945 Create gstvideoexample.c in a srcdir!=builddir friendly way.
30946 Convert make_filter to /bin/sh script.
30948 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
30950 * gst/modplug/gstmodplug.cc: fix element description
30952 2004-01-07 Julien MOUTTE <julien@moutte.net>
30954 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30955 (got_video_size): Adding some new lines in g_print calls.
30956 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30957 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30958 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30959 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30960 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30961 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30962 Complete code review, reverting some stuff i disagree with, adding
30963 some fixes : time synchronization on invalid timestamps, renegotiation
30965 * sys/ximage/ximagesink.h:
30966 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30967 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30968 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30969 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30970 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30971 (gst_xvimagesink_buffer_new),
30972 (gst_xvimagesink_navigation_send_event),
30973 (gst_xvimagesink_set_xwindow_id),
30974 (gst_xvimagesink_get_desired_size),
30975 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30976 stuff i disagree with, adding some fixes : Renegotiation of private
30977 window, implementing get_desired_size.
30979 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
30981 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30982 (gst_afsink_handle_event):
30983 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30984 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30985 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30986 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30987 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30988 Fix for instantiate-test (see core). Also remove dead code from
30989 jpegenc (which still needs fixing, but that's lower on my TODO
30991 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30992 Never return NULL as caps.
30994 2004-01-07 David Schleef <ds@schleef.org>
30998 * ext/librfb/Makefile.am:
30999 * ext/librfb/gstrfbsrc.c:
31000 New source plugin based on librfb-0.1. RFB (remote framebuffer)
31001 is the protocol used by VNC.
31003 2004-01-07 David Schleef <ds@schleef.org>
31005 * gst/videofilter/gstvideotemplate.c:
31006 * gst/videofilter/gstvideotemplate.h:
31007 * gst/videofilter/make_filter:
31008 Merge videotemplate header into source file.
31009 * gst/effectv/Makefile.am:
31010 * gst/effectv/gsteffectv.c: (plugin_init):
31011 * gst/effectv/gstwarp.c:
31012 Make warpTV a subclass of videofilter.
31014 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
31016 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31017 Add guard against invalid utf-8 conversions in mad. Just in case.
31019 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
31021 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31022 Fix for bug shown by poisoning
31024 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31026 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31027 (gst_v4lmjpegsrc_buffer_free):
31028 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31029 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31030 (gst_v4lsrc_buffer_free):
31031 Fix for removed bufferpools.
31033 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
31035 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31036 Fix caps negotiation.
31038 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31039 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31040 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31042 * ext/mpeg2dec/gstmpeg2dec.c:
31043 * gst-libs/gst/navigation/navigation.c:
31044 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31045 * gst-libs/gst/navigation/navigation.h:
31046 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31047 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31048 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31049 Super-simple first version of mouse and keyboard events. Clicking
31050 on a DVD menu now works, although it may not take you where you
31053 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31054 * gst/videotestsrc/gstvideotestsrc.c:
31055 (gst_videotestsrc_src_fixate):
31056 These fixate functions were broken - they never actually
31059 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31061 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31062 (gst_icecastsend_init):
31063 fix for new caps system.
31064 * gst-libs/gst/mixer/mixertrack.h:
31065 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31066 Add 'master track' flag (for tools like ACME that only want to
31067 change the main volume).
31069 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
31071 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31072 (gst_xvid_csp_to_caps):
31073 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31074 * ext/xvid/gstxvidenc.c:
31075 ifdef out ARGB type when it isn't available
31076 in xvidcore 1.0.0beta2
31078 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31080 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31081 When we have received a new SCR right in the first buffer after
31082 a seek (so in the same cycle that handles the discont), we should
31083 handle the buffer instead of unreffing it, else we lose data.
31085 2004-01-06 Iain <iain@prettypeople.org>
31087 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31088 buffer-frames caps too.
31090 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31091 caps that we need, don't destroy them all and rebuild them. And when
31092 creating src pads, use the src pad template rather than the sink...
31094 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
31096 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31097 Add pad to element *after* setting functions such as event handler.
31098 Without this, the scheduler (opt) will link pads, set the event
31099 handler from the default event function (dispatcher in gstpad.c)
31100 and *after* that, we will set our own event function, which will
31101 thus never be used (and thus mpegdemux doesn't handle events).
31103 2004-01-04 David Schleef <ds@schleef.org>
31105 Fix the fixate functions to handle new prototype:
31106 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31107 * gst/videotestsrc/gstvideotestsrc.c:
31108 (gst_videotestsrc_src_fixate):
31109 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31110 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31111 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31113 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31115 * sys/ximage/ximagesink.h:
31116 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31117 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31118 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31119 (gst_ximagesink_xoverlay_init):
31120 assorted fixes to make (re)embedding work
31121 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31122 (gst_ximagesink_get_desired_size):
31123 implement desired size additions to XOverlay
31125 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31127 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31128 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31129 (gst_x_overlay_got_desired_size):
31130 * gst-libs/gst/xoverlay/xoverlay.h:
31131 Add optional "desired size" signal and querying.
31133 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31135 * gst/matroska/matroska-demux.c:
31136 (gst_matroska_demux_parse_blockgroup):
31137 Fix EBML-laced block parsing. Diffs are relative to previous
31138 lace, not the first lace. Thanks to Mosu from the Matroska
31139 team for detecting this.
31140 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31141 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31142 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31143 (gst_wavparse_change_state):
31144 * gst/wavparse/gstwavparse.h:
31145 Quickfix for capsnego.
31147 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31149 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31150 Fix indenting, fix pad creation.
31152 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31154 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31155 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31156 (gst_xviddec_sink_link):
31157 Implement src_getcaps() so proper size caps is negotiated.
31159 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31161 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31162 Finish flac decoder on EOS. See #116178.
31164 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31166 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31167 (gst_matroska_demux_add_stream):
31168 * gst/matroska/matroska-ids.h:
31169 Add getcaps() function to fix capsnego...
31171 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31173 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31174 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31175 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31176 Fix more integer overflows. Again, see #126967.
31178 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31180 * ext/mpeg2dec/gstmpeg2dec.c:
31181 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31184 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31187 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31188 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31189 * ext/xvid/gstxvid.h:
31190 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31191 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31192 (gst_xviddec_src_link), (gst_xviddec_sink_link),
31193 (gst_xviddec_change_state):
31194 * ext/xvid/gstxviddec.h:
31195 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31196 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31197 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31198 (gst_xvidenc_link), (gst_xvidenc_set_property),
31199 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31200 * ext/xvid/gstxvidenc.h:
31201 Update xvid plugin to latest xvid (1.0.0-beta3) API.
31203 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31205 * gst/rtp/rtp-packet.c:
31206 Add sys/types.h include, since OS X doesn't define in_addr_t
31207 in netinet/in.h, like it does on Linux (see #129600).
31209 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
31211 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
31213 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31214 Correct logic of dispose function (see #129306).
31216 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31218 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31219 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31220 (gst_mpeg_parse_init):
31221 * gst/mpegstream/gstmpegparse.h:
31222 Remove clock (which was never provided, i.e. dead code), and
31223 also fix integer overflows at high PTS values (see #126967).
31225 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31227 * ext/flac/gstflacdec.c:
31228 * ext/libpng/gstpngenc.h:
31229 * ext/mikmod/gstmikmod.h:
31230 OS X fixes (see #126628).
31232 2004-01-02 David Schleef <ds@schleef.org>
31234 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31235 (gst_alsa_src_base_init): Remove bogus "src" request pad.
31236 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31237 (gst_mpeg_parse_class_init): Move pad template registration
31238 to class_init, since the derived class (mpegdemux) doesn't
31241 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31243 * sys/ximage/Makefile.am:
31244 * sys/xvideo/Makefile.am:
31245 * sys/xvimage/Makefile.am:
31246 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31247 after installation (see #127664).
31249 2004-01-02 David Schleef <ds@schleef.org>
31251 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31252 (gst_ffmpegenc_connect): Negotiation fixes.
31253 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31254 Remove inappropriate gst_caps_free().
31255 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31256 Reenable Ronald's internal resize code, since the core handles
31259 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31261 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31262 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31263 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31264 Fix pad template stuff.
31266 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31268 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31269 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31270 fix signed integer reading/writing.
31272 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
31275 Remove outdated document
31277 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
31279 * gst/cutter/gstcutter.c: (gst_cutter_init):
31280 src pad was being created twice - oops.
31282 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31284 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31285 Comment out internal resize. It doesn't handle the resulting
31286 XEvent internally, does another try_set_caps() which leads to
31287 a really nice loop.
31288 Real fix will come when Julien and Dave are awake. ;).
31290 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31292 * ext/mpeg2enc/gstmpeg2enc.cc:
31293 fix const/nonconst compile issue.
31295 2004-01-02 David Schleef <ds@schleef.org>
31297 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31298 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31299 Add fixate function and a check for bad formats.
31301 2004-01-01 David Schleef <ds@schleef.org>
31304 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31305 (gst_audiofilter_init):
31306 * gst/debug/efence.c: (gst_efence_init):
31307 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31308 (gst_deinterlace_init):
31309 * gst/volume/gstvolume.c: (volume_connect):
31311 2004-01-01 David Schleef <ds@schleef.org>
31313 Convert elements to use gst_pad_use_explicit_caps() where
31315 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31316 * ext/audiofile/gstafparse.c: (gst_afparse_init),
31317 (gst_afparse_open_file):
31318 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31319 (gst_afsrc_open_file):
31320 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31321 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31322 (gst_ffmpegdec_chain):
31323 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31324 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31325 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31326 (gst_gdk_pixbuf_chain):
31327 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31328 (gst_jpegdec_chain):
31329 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31330 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31331 (gst_mikmod_negotiate):
31332 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31333 (gst_mpeg2dec_negotiate_format):
31334 * ext/mpeg2enc/gstmpeg2enc.cc:
31335 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31336 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31337 (gst_speexdec_sinkconnect):
31338 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31339 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31340 (gst_vorbisfile_new_link):
31341 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31342 (gst_ac3parse_chain):
31343 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31344 (gst_asf_demux_setup_pad):
31345 * gst/auparse/gstauparse.c: (gst_auparse_init),
31346 (gst_auparse_chain):
31347 * gst/id3/gstid3types.c: (gst_id3types_loop):
31348 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31349 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31350 (mp1videoparse_parse_seq):
31351 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31353 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31354 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31355 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31356 (gst_mpeg_parse_send_data):
31357 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31358 (gst_qtdemux_add_stream):
31359 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31360 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31361 (gst_wavparse_parse_fmt):
31363 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
31366 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31367 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31368 it therefore uses the wrong include paths. Too bad... Note
31369 that 1.6.1.93 is not release yet. ;).
31370 Also add a check for mplex, which is now using the lib'ified
31371 mplex from mjpegtools, too.
31372 * ext/ffmpeg/gstffmpegcodecmap.c:
31373 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31374 issues. I don't think ffmpeg handles 3ivx correctly, so this
31375 probably won't work. But it won't hurt either.
31376 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31377 (gst_ffmpegdec_chain):
31378 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31379 (gst_ffmpegenc_chain_audio):
31380 Fix memleak in audio encoding. Close codec if open fails, this
31381 calls the cleanup routines so we can re-use the context.
31382 * ext/mpeg2enc/gstmpeg2enc.cc:
31383 Fix pad template names/types, fix memory issue with getcaps().
31384 * ext/mpeg2enc/gstmpeg2encoder.cc:
31385 * ext/mpeg2enc/gstmpeg2encoder.hh:
31386 Fix compile issue with new caps system (const thingy).
31387 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31388 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31389 We read a first frame right on initing, so that we have a caps
31390 when we init the output. This caps is cached in padprivate and
31391 read as first frame.
31392 * ext/mplex/Makefile.am:
31393 * ext/mplex/gstmplex.cc:
31394 * ext/mplex/gstmplex.h:
31395 * ext/mplex/gstmplex.hh:
31396 * ext/mplex/gstmplexibitstream.cc:
31397 * ext/mplex/gstmplexibitstream.hh:
31398 * ext/mplex/gstmplexjob.cc:
31399 * ext/mplex/gstmplexjob.hh:
31400 * ext/mplex/gstmplexoutputstream.cc:
31401 * ext/mplex/gstmplexoutputstream.hh:
31402 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31403 had issues, didn't do capsnego, supported only a subset of the
31404 mplex features and required a mplex fork in our local CVS. Plus
31405 that it worked agaist a very old mplex version. Rewriting was
31406 faster than updating it.
31407 * gst-libs/ext/Makefile.am:
31408 * gst-libs/ext/mplex/INSTRUCT:
31409 * gst-libs/ext/mplex/Makefile.am:
31410 * gst-libs/ext/mplex/README:
31411 * gst-libs/ext/mplex/TODO:
31412 * gst-libs/ext/mplex/ac3strm_in.cc:
31413 * gst-libs/ext/mplex/audiostrm.hh:
31414 * gst-libs/ext/mplex/audiostrm_out.cc:
31415 * gst-libs/ext/mplex/aunit.hh:
31416 * gst-libs/ext/mplex/bits.cc:
31417 * gst-libs/ext/mplex/bits.hh:
31418 * gst-libs/ext/mplex/buffer.cc:
31419 * gst-libs/ext/mplex/buffer.hh:
31420 * gst-libs/ext/mplex/fastintfns.h:
31421 * gst-libs/ext/mplex/format_codes.h:
31422 * gst-libs/ext/mplex/inputstrm.cc:
31423 * gst-libs/ext/mplex/inputstrm.hh:
31424 * gst-libs/ext/mplex/lpcmstrm_in.cc:
31425 * gst-libs/ext/mplex/mjpeg_logging.cc:
31426 * gst-libs/ext/mplex/mjpeg_logging.h:
31427 * gst-libs/ext/mplex/mjpeg_types.h:
31428 * gst-libs/ext/mplex/mpastrm_in.cc:
31429 * gst-libs/ext/mplex/mpegconsts.cc:
31430 * gst-libs/ext/mplex/mpegconsts.h:
31431 * gst-libs/ext/mplex/mplexconsts.hh:
31432 * gst-libs/ext/mplex/multplex.cc:
31433 * gst-libs/ext/mplex/outputstream.hh:
31434 * gst-libs/ext/mplex/padstrm.cc:
31435 * gst-libs/ext/mplex/padstrm.hh:
31436 * gst-libs/ext/mplex/stillsstream.cc:
31437 * gst-libs/ext/mplex/stillsstream.hh:
31438 * gst-libs/ext/mplex/systems.cc:
31439 * gst-libs/ext/mplex/systems.hh:
31440 * gst-libs/ext/mplex/vector.cc:
31441 * gst-libs/ext/mplex/vector.hh:
31442 * gst-libs/ext/mplex/videostrm.hh:
31443 * gst-libs/ext/mplex/videostrm_in.cc:
31444 * gst-libs/ext/mplex/videostrm_out.cc:
31445 * gst-libs/ext/mplex/yuv4mpeg.cc:
31446 * gst-libs/ext/mplex/yuv4mpeg.h:
31447 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31448 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31449 We don't fork mjpegtools' mplex in our CVS anymore.
31450 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31451 (gst_avi_demux_add_stream):
31452 * gst/avi/gstavidemux.h:
31453 Add getcaps() function for proper caps nego. This makes some
31454 parts of AVI playback/reading work.
31455 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31456 Resize window on new capsnego. This is probably wrong, but
31457 I'm still committing it because with current capsnego, the
31458 first successfull capsnego is auto-fixated, therefore rounded
31459 down to the lowest values in the caps. this results in a 16x16
31460 XWindow that is not reized when real capsnego finishes.
31461 Dave, I see more cases of this, do you know a proper solution?
31462 * tools/gst-launch-ext.in:
31463 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31465 2003-12-31 David Schleef <ds@schleef.org>
31467 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31468 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31469 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31471 2003-12-30 David Schleef <ds@schleef.org>
31473 * ext/ffmpeg/gstffmpegcolorspace.c:
31474 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31475 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31476 (gst_ffmpegcsp_chain): Negotiation fixes
31477 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31478 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31479 (gst_audio_convert_link), (gst_audio_convert_channels):
31480 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31481 (gst_audioscale_link), (gst_audioscale_get_buffer),
31482 (gst_audioscale_chain): Negotiation fixes
31483 * gst/audioscale/gstaudioscale.h:
31484 * gst/videofilter/gstvideofilter.c:
31485 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31486 (gst_videofilter_link), (gst_videofilter_init),
31487 (gst_videofilter_set_output_size), (gst_videofilter_setup),
31488 (gst_videofilter_find_format_by_structure):
31489 * gst/videofilter/gstvideofilter.h: Negotiation fixes
31490 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31491 (gst_videoscale_link):
31492 * gst/videoscale/videoscale.c: (videoscale_get_structure),
31493 (videoscale_find_by_structure), (gst_videoscale_setup):
31494 * gst/videoscale/videoscale.h: Negotiation fixes
31495 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31496 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31497 function, restrict resizing to a multiple of 4 (hack until
31498 everyone supports odd sizes correctly).
31500 2003-12-29 Colin Walters <walters@verbum.org>
31502 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31505 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
31507 * ext/sndfile/gstsf.c: (gst_sf_loop):
31508 Fix warning about discarding const qualifier
31510 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
31512 * gst/cutter/gstcutter.c:
31513 * gst/videoscale/gstvideoscale.c:
31514 * gst/volenv/gstvolenv.c:
31515 * gst-libs/gst/audio/audio.c:
31516 * gst-libs/gst/video/video.c:
31519 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31521 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31522 Don't send ALSA debugging to stderr.
31523 * ext/alsa/gstalsa.h:
31524 Use GST_WARNING instead of g_warning when ALSA functions fail.
31526 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31528 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31529 Free XVAdapterInfo correctly.
31531 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31533 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31534 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31535 Make id3tag use correct caps nego.
31537 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
31539 * ext/ivorbis/vorbis.c:
31540 * ext/ivorbis/vorbisenc.h:
31541 * ext/ivorbis/vorbisfile.c:
31542 Modify so that it uses the new caps things
31544 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31546 * testsuite/spider/spider1.c: (main):
31547 * testsuite/spider/spider2.c: (main):
31548 * testsuite/spider/spider3.c: (main):
31549 Make tests compile again. They probably don't work.
31551 2003-12-24 Colin Walters <walters@verbum.org>
31553 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31554 we can't fixate the caps anymore.
31556 2003-12-23 David Schleef <ds@schleef.org>
31558 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31559 * sys/oss/gstosssink.c: (gst_osssink_init),
31560 (gst_osssink_sink_fixate): Add fixate function.
31562 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
31564 * ext/ffmpeg/gstffmpegcodecmap.c:
31565 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31566 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31567 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31568 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31569 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31570 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31571 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31572 fix typo in RGB masks, and move back to "old" colorspace
31573 capsnego code until whoever wrote this new crap has actually
31574 tested it so that it works.
31575 And yes, this works, keep it that way please.
31577 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31579 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31580 (gst_divxdec_init), (gst_divxdec_negotiate):
31581 * ext/divx/gstdivxdec.h:
31582 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31583 (gst_divxenc_init):
31584 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31585 (gst_faac_sinkconnect), (gst_faac_srcconnect):
31586 * ext/mpeg2enc/gstmpeg2enc.cc:
31587 * ext/mpeg2enc/gstmpeg2encoder.cc:
31588 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31589 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31590 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31591 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31592 (dxr3spusink_init):
31593 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31594 (dxr3videosink_init):
31595 Fix caps breakage after Dave's caps branch merge.
31597 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31599 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31600 Fix for 24bpp display.
31602 2003-12-23 Colin Walters <walters@verbum.org>
31604 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31605 a GnomeVFSHandle directly.
31607 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31609 * gst/volume/Makefile.am:
31610 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31611 (volume_base_init), (volume_init):
31612 Reenable volume element and fix to work with new caps stuff.
31613 Rhythmbox needs this.
31615 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31617 * gst/qtdemux/qtdemux.c: (plugin_init):
31618 qtdemux requires bytestream
31620 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31622 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31623 Fix remaining caps handling errors due to CAPS merge.
31625 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31627 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31628 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31629 (gst_faad_srcconnect):
31630 Port to new caps system.
31632 2003-12-21 Julien MOUTTE <julien@moutte.net>
31634 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31635 (got_video_size), (main): using g_print instead of g_message.
31636 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31637 signal which was not emitted because of "switch" element added to the
31638 bin but not connected. (Removing from the bin temporarily)
31640 2003-12-21 Julien MOUTTE <julien@moutte.net>
31642 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31643 find X development files. I don't understand the previous tests and
31644 they fail on my debian/ppc unstable. This one works.
31645 * examples/gstplay/player.c: (main): Set the pipeline to READY before
31647 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31648 (gst_play_set_video_sink), (gst_play_set_audio_sink),
31649 (gst_play_set_visualization): Add some safety checks in set_ methods
31650 and state_change. This was throwing some ugly CRITICAL messages when
31651 pipeline was getting disposed and casts were failing.
31653 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
31656 Improve mpeg2enc detection. This is for distributions that do
31657 ship mjpegtools, but without mpeg2enc. Also does object check
31658 for might there ever be ABI incompatibility.
31659 * ext/mpeg2enc/gstmpeg2enc.cc:
31660 Add Andrew as second maintainer (he's helping me), and also add
31661 an error if no caps was set. This happens if I pull before capsnego
31662 and that's something I should solve sometime else.
31663 * gst/matroska/matroska-demux.c:
31664 (gst_matroska_demux_parse_blockgroup):
31666 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31667 (gst_matroska_mux_track_header):
31668 Add caps to templates.
31669 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31670 Add mpegversion=1 to prevent confusion with MPEG/AAC.
31671 * gst/mpegstream/gstmpegdemux.c:
31672 Remove layer since it causes warnings about unfixed caps.
31673 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31674 Fix obvious typo (we error out if caps were set, we should of
31675 course error out if *no* caps were set).
31676 * sys/oss/gstosselement.c: (gst_osselement_convert):
31677 Fix format conversion, we confused bits/bytes.
31678 * sys/oss/gstosselement.h:
31679 Improve documentation for 'bps'.
31681 Remove stuff about plugins that need removing - this was done
31683 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31684 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31685 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31686 (gst_v4lsrc_src_query):
31687 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31688 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31689 Add get_query_types(), get_formats() and query() functions.
31691 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
31693 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31694 * moved CVS to freedesktop.org