1 2007-03-26 Tim-Philipp Müller <tim at centricular dot net>
3 Patch by: René Stadler <mail at renestadler de>
5 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
6 When writing out floating-point numbers to vorbis comment tags, always
7 use the same character as separator no matter what the current locale is
10 * tests/check/libs/tag.c: (GST_START_TEST):
11 Add unit tests for replaygain tags in vorbis comments (closes #423055).
13 2007-03-26 Thomas Vander Stichele <thomas at apestaart dot org>
15 * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
16 vorbis_handle_data_packet):
17 Correctly set DURATION to generate a timestamp-continuous stream.
18 One bug left at the end; see
19 ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
20 * tests/check/Makefile.am:
21 * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
22 Add a test to check this. Without the above patch this test fails.
24 2007-03-26 Jan Schmidt <thaytan@mad.scientist.com>
26 * gst-libs/gst/rtp/Makefile.am:
27 The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
29 2007-03-23 Michael Smith <msmith@fluendo.com>
31 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
32 (gst_video_rate_reset), (gst_video_rate_chain):
33 If videorate changes caps, we can no longer use the old buffer
34 (which may have a different size, incompatible with our caps).
35 So don't do that; just duplicate the new frame more times.
37 2007-03-22 Jan Schmidt <thaytan@mad.scientist.com>
39 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
40 Remove playbin's override of the set_clock vmethod. It's irrelevant
41 after Wim's commit on the 19th.
43 2007-03-22 Wim Taymans <wim@fluendo.com>
45 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
46 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
47 * ext/gnomevfs/gstgnomevfssrc.h:
48 Don't cache file sizes. Fixes #341078.
50 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
52 * gst/playback/gstplaybin.c: (add_sink):
53 Use GST_PTR_FORMAT to log caps.
55 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
57 Patch by: Young-Ho Cha <ganadist at chollian net>
59 * gst/subparse/samiparse.c: (handle_start_font):
60 Special-case some more colour names that pango doesn't handle by
61 default. Fixes #420578.
63 2007-03-20 Michael Smith <msmith@fluendo.com>
65 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
66 If we get a zero-sized input buffer, don't pass it to libvorbis, as
67 that marks EOS internally. After that, libvorbis will buffer all
68 input data, and encode none of it, eventually leading to memory
71 2007-03-19 Wim Taymans <wim@fluendo.com>
73 * gst/playback/gstdecodebin.c: (remove_fakesink):
74 Don't post STATE_DIRTY anymore.
76 * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
77 (gst_play_bin_change_state):
78 Remove stream_time reset in seek handling, core does that now.
79 Disable clocking for live pipelines by forcing a NULL clock to the
80 complete pipeline, core is too smart now for our previous hack.
81 We can always autoplug in PAUSED now.
83 2007-03-17 David Schleef <ds@schleef.org>
85 * REQUIREMENTS: Update this file, change the formatting to make
86 it more consistent, plus more machine readable.
88 2007-03-16 Michael Smith <msmith@fluendo.com>
90 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
91 (strip_width_64), (append_with_other_format):
92 Previous fix was too simplistic, and broke the tests. Use a better
93 approach; only strip 64 from widths for integer audio.
95 2007-03-16 Michael Smith <msmith@fluendo.com>
97 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
98 (gst_audio_convert_transform_caps):
99 We don't support 64 bit integer audio, so don't try to claim we can.
100 Stops us producing caps don't match our template caps.
103 2007-03-15 Michael Smith <msmith@fluendo.com>
105 * gst/audioresample/gstaudioresample.c:
106 (audioresample_check_discont), (audioresample_transform):
107 Don't trigger discontinuities for very small imperfections; a filter
108 flush will sound bad, and many plugins have rounding errors leading
111 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
113 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
114 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
115 Add min-ptime property to RTP base audio payloader. Patch by
116 olivier.crete@collabora.co.uk.
119 Indentation/whitespace/documentation fixes.
121 2007-03-14 Julien MOUTTE <julien@moutte.net>
123 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
124 (audioresample_transform_size), (audioresample_do_output),
125 (audioresample_transform), (audioresample_pushthrough): Handle
126 discontinuous streams.
127 * gst/audioresample/gstaudioresample.h:
128 * tests/check/elements/audioresample.c:
129 (test_discont_stream_instance), (GST_START_TEST),
130 (audioresample_suite): Add a test for discontinuous streams.
131 * win32/common/config.h: Updated.
133 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
148 Update translations from translation project.
150 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
152 * gst/audioresample/debug.h:
153 * gst/audioresample/resample.c: (resample_init):
154 Since I really am not interested in a debug line for each sample
155 being processed, move the library's debugging to its own category,
158 2007-03-13 Michael Smith <msmith@fluendo.com>
160 * ext/theora/theoradec.c: (theora_handle_type_packet):
161 Since the plugin doesn't support anything other than 4:2:0 right
162 now, post an error and fail if we get something else. Won't matter
163 until libtheora supports the other pixel formats, but hopefully
166 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
168 * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
169 Use gst_guint64_to_gdouble for conversion.
171 Add new files to the win32 MANIFEST.
172 * win32/common/libgstaudio.def:
173 * win32/common/libgstpbutils.def:
174 Add new exported functions.
175 * win32/vs6/gst_plugins_base.dsw:
176 * win32/vs6/libgstdecodebin.dsp:
177 * win32/vs6/libgstplaybin.dsp:
178 Change the link to libgstpbutils.lib.
179 * win32/vs6/libgstdecodebin2.dsp:
180 Add a new project for decodebin2.
181 * win32/vs6/libgstpbutils.dsp:
182 Add a new project for pbutils.
184 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
186 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
187 Also accept partial dates with only year and month,
188 like 1999-12-00 (fixes #410396 even more).
190 * tests/check/libs/tag.c: (GST_START_TEST):
191 Add unit test for the above.
193 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
195 * tests/check/elements/subparse.c: (GST_START_TEST),
197 Add unit test for MPL2 subtitle format (#413799).
199 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
201 Patch by: Kamil Pawlowski <kamilpe gmail com>
203 * gst/subparse/Makefile.am:
204 * gst/subparse/gstsubparse.c:
205 (gst_sub_parse_data_format_autodetect),
206 (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
207 (gst_subparse_type_find):
208 * gst/subparse/gstsubparse.h:
209 * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
210 * gst/subparse/mpl2parse.h:
211 Add support for MPL2 subtitle format (#413799).
213 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
216 We require core CVS for the new buffer metadata copy functions.
218 2007-03-09 Wim Taymans <wim@fluendo.com>
220 * gst-libs/gst/tag/gstid3tag.c:
221 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
224 Patch by: Alex Lancaster <alexl at users sourceforge net>
226 2007-03-09 Wim Taymans <wim@fluendo.com>
228 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
229 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
230 Improve adapter usage and comments.
232 2007-03-09 Wim Taymans <wim@fluendo.com>
234 * ext/pango/gsttextrender.c: (gst_text_render_chain):
235 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
236 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
237 Use new metadata copy function.
239 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
240 (gst_ffmpegcsp_transform):
241 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
242 Basetransform copied the metadata for us.
244 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
246 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
247 (gst_text_overlay_video_event):
248 Some more logging. Only accept newsegment events in TIME format and
249 send a WARNING message if they are not in TIME format.
251 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
252 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
253 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
254 * gst/subparse/gstsubparse.h:
255 No need to allocate GstSegment structure dynamically, just put it
256 into the instance structure; ignore newsegment events in BYTE
257 format and in particular don't let it overwrite our saved TIME
258 segment from the last seek.
260 2007-03-09 Michael Smith <msmith@fluendo.com>
262 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
263 Replace AC3 typefinder with one that isn't terrible, and actually
266 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
268 * gst/audioconvert/gstaudioconvert.c:
269 (gst_audio_convert_transform):
270 fix error category and translatable string
273 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
275 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
276 * pkgconfig/gstreamer-plugins-base.pc.in:
277 Fix up utils => pbutils here too.
279 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
281 * gst/subparse/gstsubparse.c: (handle_buffer):
282 Break out of loop in chain function as soon as possible if we get
283 a non-OK flow return.
285 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
287 * tests/check/elements/alsa.c: (GST_START_TEST):
288 Unref the mixer if the state change fails too (if the
289 alsa devices are inaccessible, for example)
291 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
293 * tests/check/Makefile.am:
294 Don't test libvisual elements in the states check, because libvisual
295 seems to leak internally.
297 Re-enable the alsa and states tests now that there's new suppressions
300 * tests/check/elements/alsa.c: (GST_START_TEST):
301 Don't leak the alsamixer we instantiated.
303 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
305 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
306 (gst_ximagesink_change_state), (gst_ximagesink_reset),
307 (gst_ximagesink_finalize):
308 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
309 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
310 Move some cleanup stuff from the state change handler into a _reset()
311 function that can be called from _finalize(). This ensures that things
312 get freed even if (for some reason) the NULL->READY state transition
313 fails in the parent class.
314 Even if a parent state change fails, process our downward state change
315 logic instead of bailing out early.
316 Free the correct xcontext pointer in ximagesink's xcontext_clear.
318 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
320 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
323 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
324 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
325 Use pango_font_description_set_family_static instead of
326 pango_font_description_set_family to save a string copy (it was
327 leaking due to the strdup anyway)
329 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
330 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
331 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
332 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
333 Chain up in finalize.
335 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
337 * gst-libs/gst/interfaces/mixertrack.c:
338 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
339 (gst_mixer_track_set_property):
340 API: add "untranslated-label" property which should be set by
341 implementations at construct time (#414645).
343 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
344 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
345 Set "untranslated-label" when constructing mixer track objects.
347 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
348 Unit test to check the above.
350 2007-03-07 Wim Taymans <wim@fluendo.com>
352 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
353 Fix confusing debug message.
355 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
357 * gst-plugins-base.doap:
358 update doap file with new version
360 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
365 === release 0.10.12 ===
367 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
370 releasing 0.10.12, "Zombie Horde"
372 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
375 Bump version to 0.10.11.4 pre-release
377 2007-03-06 Wim Taymans <wim@fluendo.com>
379 * gst-libs/gst/audio/gstbaseaudiosink.c:
380 (gst_base_audio_sink_async_play):
381 Fix regression that made GStreamer skip the first samples of audio.
384 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
387 Bump version to 0.10.11.3 pre-release
389 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
392 Update paths for the rename from utils to pbutils to fix the build.
394 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
396 * gst-libs/gst/pbutils/Makefile.am:
397 Change directory to install headers in from gst/utils to gst/pbutils
400 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
403 * docs/libs/gst-plugins-base-libs-docs.sgml:
404 * docs/libs/gst-plugins-base-libs-sections.txt:
405 * gst-libs/gst/Makefile.am:
406 * gst-libs/gst/interfaces/mixer.c:
407 * gst-libs/gst/pbutils/Makefile.am:
408 * gst-libs/gst/pbutils/descriptions.c:
409 (gst_pb_utils_get_source_description),
410 (gst_pb_utils_get_sink_description),
411 (gst_pb_utils_get_decoder_description),
412 (gst_pb_utils_get_encoder_description),
413 (gst_pb_utils_get_element_description),
414 (gst_pb_utils_add_codec_description_to_tag_list),
415 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
416 * gst-libs/gst/pbutils/descriptions.h:
417 * gst-libs/gst/pbutils/install-plugins.c:
418 * gst-libs/gst/pbutils/install-plugins.h:
419 * gst-libs/gst/pbutils/missing-plugins.c:
420 (gst_missing_uri_source_message_new),
421 (gst_missing_uri_sink_message_new),
422 (gst_missing_element_message_new),
423 (gst_missing_decoder_message_new),
424 (gst_missing_encoder_message_new),
425 (gst_missing_plugin_message_get_description):
426 * gst-libs/gst/pbutils/missing-plugins.h:
427 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
428 * gst-libs/gst/pbutils/pbutils.h:
429 * gst-libs/gst/utils/Makefile.am:
430 * gst-libs/gst/utils/base-utils.c:
431 * gst-libs/gst/utils/base-utils.h:
432 * gst-libs/gst/utils/descriptions.c:
433 * gst-libs/gst/utils/descriptions.h:
434 * gst-libs/gst/utils/install-plugins.c:
435 * gst-libs/gst/utils/install-plugins.h:
436 * gst-libs/gst/utils/missing-plugins.c:
437 * gst-libs/gst/utils/missing-plugins.h:
438 * gst-plugins-base.spec.in:
439 * gst/playback/Makefile.am:
440 * gst/playback/gstdecodebin.c:
441 * gst/playback/gstdecodebin2.c:
442 * gst/playback/gstplaybasebin.c: (setup_subtitle),
443 (gen_source_element):
444 * gst/playback/gstplaybin.c: (plugin_init):
445 * tests/check/Makefile.am:
446 * tests/check/libs/pbutils.c: (GST_START_TEST),
447 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
448 * tests/check/libs/utils.c:
449 rename utils to pbutils
451 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
453 * docs/plugins/Makefile.am:
454 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
455 * docs/plugins/gst-plugins-base-plugins-sections.txt:
456 * docs/plugins/inspect/plugin-decodebin2.xml:
457 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
458 Add documentation for decodebin2 that indicates that the API
461 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
464 Update to 0.10.11.2 (0.10.12 pre-release)
466 2007-03-01 Wim Taymans <wim@fluendo.com>
468 * gst-libs/gst/audio/gstbaseaudiosink.c:
469 (gst_base_audio_sink_async_play):
470 base time is irrelevant here.
472 2007-03-01 Wim Taymans <wim@fluendo.com>
474 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
475 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
478 * gst-libs/gst/audio/gstbaseaudiosink.c:
479 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
480 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
481 Improve latency and clock slaving calculations.
482 Improve slave clock calibration.
484 * gst-libs/gst/audio/gstringbuffer.c:
485 (gst_ring_buffer_commit_full):
486 When we are asked to render N sample to 0 bytes, return N.
488 2007-03-01 Wim Taymans <wim@fluendo.com>
490 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
491 (gst_alsasink_write), (gst_alsasink_reset):
492 * ext/alsa/gstalsasink.h:
493 Remove unused dispose function.
494 Rename lock to not interfere with alsasrc lock.
496 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
497 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
498 (gst_alsasrc_read), (gst_alsasrc_reset):
499 * ext/alsa/gstalsasrc.h:
500 Implement finalize function.
501 Use lock to protect alsa access.
505 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
508 Convert to new AG_GST style.
510 2007-02-28 Wim Taymans <wim@fluendo.com>
512 Patch by: Ed Catmur <ed at catmur dot co dot uk>
514 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
515 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
516 Fix race condition when rapidly switching visualisations in playbin.
519 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
521 * tests/check/Makefile.am:
522 Include local stuff before system installed things in LDFLAGS and
525 2007-02-28 Wim Taymans <wim@fluendo.com>
527 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
530 2007-02-28 Wim Taymans <wim@fluendo.com>
532 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
533 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
534 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
535 Fix duration and timestamping, taking latency into account.
536 Implement latency query.
538 2007-02-28 Wim Taymans <wim@fluendo.com>
540 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
541 (gst_audio_clock_new):
544 * gst-libs/gst/audio/gstbaseaudiosink.c:
545 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
546 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
547 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
548 (gst_base_audio_src_create):
549 Improve latency query code.
550 Use proper clock names.
552 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
554 * tests/check/generic/states.c: (GST_START_TEST):
555 Copy the states.c test from core again
556 * tests/check/Makefile.am:
557 ignore cdio and cdparanoiasrc
559 2007-02-28 Stefan Kost <ensonic@users.sf.net>
561 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
562 (double_hq), (audio_convert_get_func_index), (check_default),
563 (audio_convert_prepare_context), (audio_convert_convert):
564 Also make valgrind happy and avoid copying data in some cases.
566 2007-02-28 Stefan Kost <ensonic@users.sf.net>
568 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
569 (double_hq), (audio_convert_get_func_index),
570 (audio_convert_prepare_context), (audio_convert_convert):
571 * gst/audioconvert/gstaudioconvert.c:
572 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
573 (gst_audio_convert_transform_caps):
574 * tests/check/elements/audioconvert.c: (GST_START_TEST),
575 (audioconvert_suite):
576 Don't run inplace if that overwrites source data as we go. Add more
577 tests. Fixes #339837 even more.
579 2007-02-27 Julien MOUTTE <julien@moutte.net>
581 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
582 (msg_segment_done): Fix various seeking bugs (Slider was not
583 updating when doing a non flushing seek, Reverse playback
584 on segment seek was wrong).
586 2007-02-26 Wim Taymans <wim@fluendo.com>
588 * tests/examples/seek/seek.c: (stop_seek):
589 When we stop scrubbing, don't leave the pipeline PLAYING when we
590 requested a PAUSED state.
592 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
594 Patch by: René Stadler <mail at renestadler de>
596 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
597 Parse date strings in vorbis comments that have an invalid (zero)
598 month or day (#410396).
600 * tests/check/libs/tag.c: (GST_START_TEST):
601 Test case for the above.
603 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
605 Patch by: Loïc Minier <lool+gnome at via ecp fr>
608 * ext/alsa/Makefile.am:
609 * gst/audiotestsrc/Makefile.am:
610 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
612 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
614 * gst/playback/gstplaybin.c:
615 Improve docs: point out that the application needs to assist playbin
618 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
620 * gst-libs/gst/utils/install-plugins.c:
621 * gst-libs/gst/utils/missing-plugins.c:
622 * tests/check/libs/utils.c: (missing_msg_check_getters):
623 Change GStreamer marker prefix in detail string from 'gstreamer.net'
624 to just 'gstreamer'. Document the caps string component of the
625 decoder/encoder detail a bit better, since not everyone will be
626 familiar with the GStreamer media type/caps system (but they better
627 enjoy nested itemized lists).
629 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
631 * gst-libs/gst/netbuffer/gstnetbuffer.c:
632 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
633 Fix copying of GstNetBuffer (would crash before, or at least lead to
634 invalid memory access, #410772), for now by copying the GstBuffer copy
635 code from the core over here so we can copy the GstBuffer fields on a
636 provided buffer instance (of type GstNetBuffer in this case). Would be
637 better to fix this with some support by the core though (and in the long
638 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
640 * tests/check/Makefile.am:
641 Enable unit test for GstNetBuffer.
643 2007-02-22 Andy Wingo <wingo@pobox.com>
645 * gst-libs/gst/audio/gstbaseaudiosink.c
646 (gst_base_audio_sink_init): Disable pull-mode activation until we
647 figure out how to make audio sinks go to PLAYING.
649 2007-02-22 Stefan Kost <ensonic@users.sf.net>
651 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
652 (double_hq), (audio_convert_get_func_index),
653 (audio_convert_prepare_context), (audio_convert_convert):
654 * gst/audioconvert/audioconvert.h:
655 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
656 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
657 * gst/audioconvert/gstchannelmix.h:
658 * tests/check/elements/audioconvert.c: (GST_START_TEST):
659 Add float as an intermediate format, as well as float mixing. Enable
660 test that was failing before. Fixes #339837
662 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
664 * tests/examples/seek/seek.c: (do_seek):
665 Undo the previous commit: -1 as a stop time implies that the stop
666 time is the end of file, clearing any previously configured segment.
668 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
670 * tests/examples/seek/seek.c: (do_seek):
671 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
673 2007-02-21 Stefan Kost <ensonic@users.sf.net>
675 * gst/volume/gstvolume.c: (volume_process_int16),
676 (volume_process_int16_clamp), (volume_set_caps):
677 Unbreak volume, value remains gint.
679 2007-02-21 Stefan Kost <ensonic@users.sf.net>
681 * gst/volume/gstvolume.c: (volume_choose_func),
682 (volume_update_real_volume), (gst_volume_set_volume),
683 (gst_volume_init), (volume_process_double), (volume_process_float),
684 (volume_process_int16), (volume_process_int16_clamp),
685 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
686 * gst/volume/gstvolume.h:
687 Extend float audio support (double) and some int->uint cleanups.
689 2007-02-20 Edward Hervey <edward@fluendo.com>
691 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
692 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
693 (sort_end_pads), (gst_decode_group_expose),
694 (gst_decode_group_hide):
695 Don't free groups from the streaming threads. Just put them aside and
696 free them in dispose.
698 2007-02-20 Edward Hervey <edward@fluendo.com>
700 * gst/playback/gstdecodebin2.c: (connect_element),
701 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
702 (sort_end_pads), (gst_decode_group_expose):
703 Handle dynamic pads within groups.
704 Sort pads before exposing them in order to make playbin happy.
705 There still is a race with the multiqueue filling up. This should be
709 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
711 * gst-libs/gst/utils/base-utils.c:
712 * gst-libs/gst/utils/descriptions.c:
713 * gst-libs/gst/utils/install-plugins.c:
714 * gst-libs/gst/utils/missing-plugins.c:
715 Some more docs (and descriptions for two subtitle formats).
717 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
719 * gst-libs/gst/audio/audio.c:
722 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
724 Patch by: Yves Lefebvre <ivanohe abacom com>
726 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
727 Don't leak caps. Fixes #408278.
729 2007-02-15 Stefan Kost <ensonic@users.sf.net>
731 * ext/cdparanoia/gstcdparanoiasrc.h:
732 * ext/ogg/gstoggdemux.h:
733 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
734 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
735 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
736 * gst-libs/gst/audio/audio.h:
737 * gst-libs/gst/audio/gstaudiofilter.h:
738 * gst-libs/gst/interfaces/videoorientation.h:
739 * gst/adder/gstadder.h:
740 More docs coverage and some ChangeLog surgery (add missing names)
742 2007-02-15 Wim Taymans <wim@fluendo.com>
744 * sys/ximage/ximagesink.c:
745 (gst_ximagesink_calculate_pixel_aspect_ratio):
746 * sys/xvimage/xvimagesink.c:
747 (gst_xvimagesink_calculate_pixel_aspect_ratio):
748 Small constifications.
750 2007-02-15 Wim Taymans <wim@fluendo.com>
752 * gst-libs/gst/audio/gstbaseaudiosink.c:
753 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
754 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
755 (gst_base_audio_sink_async_play),
756 (gst_base_audio_sink_change_state):
757 Answer latency query.
758 Use configured latency when syncing.
761 * gst-libs/gst/audio/gstbaseaudiosrc.c:
762 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
763 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
764 Fix possible memleak.
765 Implement latency query.
768 2007-02-15 Wim Taymans <wim@fluendo.com>
770 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
771 Ignore errors in reset, these are not fatal. They also grab the element
772 lock which is already taking when this function is called. Fixes
775 2007-02-13 Stefan Kost <ensonic@users.sf.net>
778 Remove 'tests/examples/xerror/Makefile' from output files again.
780 2007-02-13 Stefan Kost <ensonic@users.sf.net>
783 * docs/plugins/Makefile.am:
784 Also crossref against gst-plugins-base-libs.
786 2007-02-12 Stefan Kost <ensonic@users.sf.net>
789 * docs/libs/Makefile.am:
790 * docs/plugins/Makefile.am:
791 Add crossreferences to glib/gobject/gstream docs.
793 * gst-libs/gst/audio/audio.h:
796 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
797 Add own debug category.
799 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
801 Patch by: René Stadler <mail at renestadler de>
803 * gst-libs/gst/tag/gstvorbistag.c:
804 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
807 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
809 * gst/playback/gstplaybasebin.c: (setup_source):
810 When we have external subtitles and wait for the subtitle decodebin
811 to get up and running, we set up a (sync) bus handler for the
812 subtitle decodebin, so we can stop waiting when it posts an error
813 message. However, we should do that before we set the subtitle
814 decodebin's state to playing, otherwise things are racy and we might
815 miss error messages posted before we had a chance to set up the bus.
816 This should finally fix totem hanging on .txt pseudo-subtitle files.
818 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
820 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
821 Use gst_gdouble_to_guint64 for conversions.
822 * win32/common/config.h.in:
823 Add a define for GST_INSTALL_PLUGINS_HELPER
824 * win32/common/libgstaudio.def:
825 * win32/common/libgstcdda.def:
826 * win32/common/libgstnetbuffer.def:
827 * win32/common/libgstrtp.def:
828 * win32/common/libgutils.def:
829 Add new exported functions.
830 * win32/vs6/gst_plugins_base.dsw:
831 * win32/vs6/libgstdecodebin.dsp:
832 * win32/vs6/libgstnetbuffer.dsp:
833 * win32/vs6/libgstplaybin.dsp:
834 * win32/vs6/libgstrtp.dsp:
835 * win32/vs6/libgstvorbis.dsp:
836 * win32/vs6/libgstcdda.dsp:
837 * win32/vs6/libgstgdp.dsp:
838 * win32/vs6/libgstutils.dsp:
839 Update and add new project files.
841 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
843 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
844 (subrip_remove_unhandled_tags), (parse_subrip):
845 For SubRip (.srt) subtitles, ignore all markup tags we don't
846 handle (like font tags, for example).
848 * tests/check/elements/subparse.c:
851 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
853 * gst/playback/gstdecodebin.c: (add_fakesink),
854 (gst_decode_bin_change_state):
855 * gst/playback/gstdecodebin2.c: (add_fakesink),
856 (gst_decode_bin_change_state):
857 Don't error out if there is no fakesink in the NULL to READY state
858 change, since when decodebin is re-used, we're only adding the
859 fakesink element in READY to PAUSED.
861 * tests/check/elements/decodebin.c:
862 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
864 Minimal unit test to make sure we can use the same decodebin
865 instance twice (at least with audiotestsrc input).
867 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
869 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
870 Try to get devic-name from device string first, and from handle only
871 as fallback (seems to yield better results and is more robust
872 against buggy probing code on the application side).
874 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
876 Based on patch by: Julien Puydt <julien.puydt at laposte net>
878 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
879 (gst_alsa_find_device_name):
880 * ext/alsa/gstalsa.h:
881 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
882 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
883 Improve device-name detection a bit, especially in the case where
884 the device is not actually open (#405020, #405024). Move common code
885 into gstalsa.c instead of duplicating it.
887 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
889 * gst/audioconvert/gstaudioconvert.c:
890 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
892 2007-02-06 Julien MOUTTE <julien@moutte.net>
894 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
895 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
896 (gst_xvimagesink_interface_supported),
897 (gst_xvimagesink_probe_get_properties),
898 (gst_xvimagesink_probe_probe_property),
899 (gst_xvimagesink_probe_needs_probe),
900 (gst_xvimagesink_probe_get_values),
901 (gst_xvimagesink_property_probe_interface_init),
902 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
903 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
904 (gst_xvimagesink_get_type):
905 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
906 for XVAdaptors so that one can choose the adaptor to use with
907 gstreamer-properties.
909 2007-02-06 Stefan Kost <ensonic@users.sf.net>
911 * gst/audioconvert/gstaudioconvert.c:
912 Also mention that a conversion from double to float is suboptimal still.
914 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
916 * gst-libs/gst/audio/gstaudiofilter.c:
917 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
918 Clear our formats structure and free the caps contained in it when
921 2007-02-05 Andy Wingo <wingo@pobox.com>
923 * gst-libs/gst/audio/gstbaseaudiosink.c
924 (gst_base_audio_sink_callback): Update basesink->offset so that we
925 pull monotonically increasing offsets instead of, um, seeking back
926 to 0 each time. Fixes alsasrc ! alsasink!
928 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
930 * gst/videoscale/gstvideoscale.c:
931 A width and height of 1 makes us crash, so increase minimum size to
932 2x2 pixels until someone feels like fixing this (#404512).
934 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
936 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
937 Add small test to make sure request pads are cleaned up properly
938 even if oggmux never changes state out of NULL.
940 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
942 * tests/check/libs/utils.c: (GST_START_TEST):
943 Fix unit test. Turns out things work much better when you
944 NULL-terminate string arrays. Should make p5 build bot happy again.
946 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
948 * gst-libs/gst/audio/Makefile.am:
949 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
950 (gst_audio_filter_template_base_init),
951 (gst_audio_filter_template_class_init),
952 (gst_audio_filter_template_init),
953 (gst_audio_filter_template_set_property),
954 (gst_audio_filter_template_get_property),
955 (gst_audio_filter_template_setup),
956 (gst_audio_filter_template_filter),
957 (gst_audio_filter_template_filter_inplace), (plugin_init):
958 Oops, forgot to commit fixed-up example.
960 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
962 * docs/libs/gst-plugins-base-libs-sections.txt:
963 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
964 (gst_audio_filter_class_init), (gst_audio_filter_init),
965 (gst_audio_filter_set_caps),
966 (gst_audio_filter_class_add_pad_templates):
967 * gst-libs/gst/audio/gstaudiofilter.h:
968 Port GstAudioFilter to 0.10. This change technically breaks
969 API and ABI (and thus also every library developer's heart),
970 but seems justifiable on the grounds that the base class was
971 completely unusable before (ie. would crash immediately when
972 actually used). Fixes #403963 (and eventually also #403572).
973 Also document all of this a bit.
975 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
977 * gst-libs/gst/utils/install-plugins.c:
978 (gst_install_plugins_spawn_child):
979 * tests/check/libs/utils.c:
980 (test_base_utils_install_plugins_do_callout):
981 Lowering log level to see why things fail on the p5 build bot;
982 fix some typos in unit test messages.
984 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
986 * tests/check/libs/utils.c:
987 (test_base_utils_install_plugins_do_callout):
988 Don't hard-code temp directory for test helper; use GLib functions
989 to write out file and do error checking etc.
991 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
993 * gst-libs/gst/utils/Makefile.am:
994 * gst-libs/gst/utils/base-utils.h:
995 * gst-libs/gst/utils/install-plugins.c:
996 (gst_install_plugins_context_set_xid),
997 (gst_install_plugins_context_new),
998 (gst_install_plugins_context_free),
999 (gst_install_plugins_get_helper),
1000 (gst_install_plugins_spawn_child),
1001 (gst_install_plugins_return_from_status),
1002 (gst_install_plugins_installer_exited),
1003 (gst_install_plugins_async), (gst_install_plugins_sync),
1004 (gst_install_plugins_return_get_name),
1005 (gst_install_plugins_installation_in_progress):
1006 * gst-libs/gst/utils/install-plugins.h:
1007 API: add API for applications to initiate installation of missing
1008 plugins, ie. gst_install_plugins_async() primarily.
1009 Based on libgimme-codec by Ryan Lortie.
1012 Add --with-install-plugins-helper configure option so distros can specify
1013 the path of the helper script or program to call when plugin installation
1014 is requested (distros: please do any argument munging in this helper
1015 script instead of patching GStreamer to pass arguments differently
1016 to another program directly).
1018 * docs/libs/gst-plugins-base-libs-docs.sgml:
1019 * docs/libs/gst-plugins-base-libs-sections.txt:
1020 Build and document new API.
1022 * tests/check/libs/utils.c: (result_cb),
1023 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
1024 (libgstbaseutils_suite):
1025 Some simple checks for the new API.
1027 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
1029 * tests/check/elements/audioconvert.c: (test_float_conversion):
1030 Add small test for 32bit float <=> 64bit float conversion (works
1031 only one way so far, 32=>64 produces structured noise).
1033 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
1035 * gst/audioconvert/gstaudioconvert.c:
1036 (set_structure_widths_32_and_64), (make_lossless_changes):
1037 We don't support floats with a width of 40, 48 or 56 bits.
1039 2007-02-02 Stefan Kost <ensonic@users.sf.net>
1041 * gst/audioconvert/audioconvert.c: (float), (double),
1042 (audio_convert_get_func_index):
1043 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
1044 (make_lossless_changes):
1045 Support for 64-bit float audio in audioconvert (#339837)
1047 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
1049 Patch by: Holger Wansing <linux wansing-online de>
1053 Add German translation (#352069).
1055 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
1057 reviewed by: Wim Taymans <wim@fluendo.com>
1059 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
1060 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
1061 Use newly added GstCollectPads API to free the allocated resources in
1062 the GstOggPad structures (#402393).
1064 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
1066 * gst/playback/gstplaybin.c: (gen_vis_element):
1067 Add audioresample+audioconvert in front of the visualisation
1068 element, so that elements like libvisual 0.4 that don't support all
1069 samplerates can work.
1073 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
1075 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
1076 (gst_play_base_bin_get_streaminfo_value_array):
1077 Take some locks and make a copy of the streaminfo value array we
1078 maintain while holding the lock, so that the application can
1079 retrieve the stream-info as a value array in a thread-safe way.
1081 2007-01-30 Wim Taymans <wim@fluendo.com>
1083 * gst/audioconvert/gstaudioconvert.c:
1084 Don't fail on 0 sized buffers. Fixes #396835.
1086 2007-01-29 David Schleef <ds@schleef.org>
1088 * gst/typefind/gsttypefindfunctions.c:
1089 Detect BBCD as video/x-dirac, so we can play raw dirac
1092 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
1094 * ext/theora/theoraenc.c: (theora_enc_chain):
1095 Check return value of theora_encode_header(), or we might try to
1096 allocate a random number of bytes. theora_encode_header() can fail
1097 if libtheora has been compiled with encoding support disabled.
1100 2007-01-29 Wim Taymans <wim@fluendo.com>
1102 * tests/check/gst/.cvsignore:
1103 Do as buildbot says.
1105 2007-01-29 Wim Taymans <wim@fluendo.com>
1107 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1108 Fix strides in libvisual. Gst uses X strides.
1109 Inspired by: <ed at catmur dot co dot uk> and
1110 <tim at centricular dot net>
1113 2007-01-27 Wim Taymans <wim@fluendo.com>
1115 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1116 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1117 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1118 (gst_ogg_demux_perform_seek),
1119 (gst_ogg_demux_bisect_forward_serialno),
1120 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1121 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1122 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1123 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1124 * ext/ogg/gstoggdemux.h:
1125 Properly propagate streaming errors when we are scanning the file for
1126 chains so that we don't crash when shut down. Might fix some crashers
1127 when quickly switching oggs in RB such as #332503 and #378436.
1129 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
1131 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1132 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1135 2007-01-25 Wim Taymans <wim@fluendo.com>
1137 * gst/playback/gstplaybasebin.c: (remove_source):
1138 Don't try to disconnect a signal from a finalized object.
1140 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1142 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1143 Cast lock macro parameters to make sure we're actually accessing the
1144 lock member at the right class level. Free list itself in _dispose()
1145 as well and NULL it in case dispose gets called multiple times.
1147 2007-01-25 Edward Hervey <edward@fluendo.com>
1149 * gst/playback/gstdecodebin2.c:
1150 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1151 Free GstDecodeGroups no longer used.
1152 (gst_decode_group_expose):
1153 Don't unlock too many times !
1154 (deactivate_free_recursive):
1155 Free iterator once we're done with it.
1156 Fix for recursively deactivating elements (stop at ghostpads).
1158 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1160 * gst/playback/gstplaybin.c: (handoff):
1161 Fix up caps on the frame buffer before we save it and potentially
1162 make it accessible to other threads via g_object_get; also use
1163 gst_buffer_replace() instead of gst_mini_object_replace().
1165 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1167 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1168 Make getting the current frame thread-safe.
1170 2007-01-25 Edward Hervey <edward@fluendo.com>
1172 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1173 (gst_decode_group_new), (gst_decode_group_free):
1174 Set queues to bigger sizes to cope with HD contents.
1175 Fix some mutex freeing and add comment about MT safe methods.
1177 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
1179 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1180 (gst_text_overlay_text_event):
1181 Don't unnecessarily ref (and then leak) upstream events if the text
1182 pad is not linked. Fixes #399948.
1184 * tests/check/gst-plugins-base.supp:
1185 Add suppression for pango on edgy/x86 for textoverlay test.
1187 2007-01-24 Wim Taymans <wim@fluendo.com>
1189 * gst-libs/gst/rtp/gstrtpbuffer.h:
1190 Add some more fixed payloads.
1192 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1194 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1195 Error out properly if we get an error from libogg while reading the
1196 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1198 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1200 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1203 * tests/check/elements/playbin.c:
1204 (test_sink_usage_video_only_stream),
1205 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1206 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1207 (test_missing_suburisource_handler),
1208 (test_missing_primary_decoder), (playbin_suite):
1209 Run all tests once with decodebin and once with decodebin2.
1210 One test does not pass yet with decodebin2.
1212 2007-01-23 Edward Hervey <edward@fluendo.com>
1214 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1215 Fix the cases where oggmux doesn't properly figure out that all
1216 sinkpads have gone EOS, and therefore doesn't push out the remaining
1217 buffers and the final EOS event.
1220 2007-01-23 Julien MOUTTE <julien@moutte.net>
1222 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1223 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1224 Don't lock on navigation event push, just on keysym to string.
1225 Fixes #397673 again.
1227 2007-01-22 Edward Hervey <edward@fluendo.com>
1229 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1230 (get_current_group), (group_demuxer_event_probe),
1231 (gst_decode_group_expose), (deactivate_free_recursive),
1232 (gst_decode_group_free):
1234 Don't forget to emit 'no-more-pads' once a group is exposed.
1235 Cleanup elements from a DecodeGroup once we remove it.
1236 Protect call to gst_decode_group_expose() with the decodebin lock.
1238 2007-01-22 Julien MOUTTE <julien@moutte.net>
1240 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1241 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1242 Looking at Xorg code i can't figure out if that XKeysymToString
1243 function is thread sensible or not. Lock it just in case as
1244 recommended by Radek Doulik <rodo at ximian dot com>.
1246 2007-01-22 Julien MOUTTE <julien@moutte.net>
1248 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1249 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1250 Lock that X Call as well. Fixes #397673.
1252 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1254 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1255 Don't go into an endless loop if the file starts with 00 00 01 2X,
1256 like quicktime redirect files might. Fixes #396042.
1258 * tests/check/Makefile.am:
1259 * tests/check/gst/.cvsignore:
1260 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1261 (typefindfunctions_suite):
1262 Add unit test for the above.
1264 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1266 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1267 On second thought, use "depth" field rather than "bpp" field.
1269 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1271 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1272 Camtasia caps apparently need a bpp field (#398875).
1274 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1276 * gst/playback/gstplaybasebin.c: (setup_subtitle),
1277 (gen_source_element), (gst_play_base_bin_change_state):
1278 Attempt at a better error message in case we don't have the required
1279 URI handler installed; post missing-plugin message also when we're
1280 missing an URI handler for the subtitle URI; clean up properly also
1281 when an error occurs and we never made it to PAUSED state.
1283 * tests/check/elements/playbin.c: (GST_START_TEST),
1285 Check that we're also getting a missing-plugin messsage for a
1286 missing subtitle URI handler (and clean up properly).
1288 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1290 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1291 Plug a few reference leaks.
1293 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1295 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1296 Lower probability a bit if the marker isn't right at the start,
1297 to decrease the chance of false positives.
1299 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1301 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1302 Small mpeg2 system stream typefinding improvement: make typefinder
1303 probe a bit into the stream instead of just looking for a marker
1304 at the beginning. Fixes #397810.
1306 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
1308 * gst/audioconvert/gstchannelmix.c:
1309 Remove compatibility cruft for prehistoric GLib versions.
1311 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
1313 * gst/playback/Makefile.am:
1314 * gst/playback/gstdecodebin.c: (close_pad_link):
1315 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1316 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1317 (gst_play_base_bin_handle_message_func), (unknown_type):
1318 Let decodebin be the element to post missing-plugin messages for
1319 missing decoders (rather than playbin); make playbin implement
1320 GstBin::handle_message so we can suppress missing-plugin messages
1321 for types we're not handling on purpose (don't want to bring up an
1322 installer in those cases).
1324 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
1326 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1327 * gst-libs/gst/tag/gstvorbistag.c:
1328 (gst_tag_list_to_vorbiscomment_buffer):
1329 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1330 Fix potentially unaligned access (#397207).
1332 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1334 * tests/examples/seek/seek.c: (set_scale), (update_scale),
1335 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1336 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1338 Allow to toggle looping while it plays. Fix callback prototype. Clean
1339 up code a bit more. Add copyright header.
1341 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1343 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1344 Red and blue mask was swapped (spotted by Dan Williams).
1346 2007-01-15 Stefan Kost <ensonic@users.sf.net>
1348 * gst-libs/gst/tag/gstid3tag.c:
1349 * gst-libs/gst/tag/gstvorbistag.c:
1350 Use new beats-per-minute tag from core.
1352 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
1355 Add new files with translatable strings, so they actually make it
1356 into the template file one day.
1358 2007-01-12 Andy Wingo <wingo@pobox.com>
1360 * gst-libs/gst/audio/gstbaseaudiosink.c
1361 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1362 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1363 stuff, as the base class handles this now. Actually tell the ring
1365 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1366 How did this work before? Maybe I'm not as awesome a programmer as
1369 * gst-libs/gst/audio/gstbaseaudiosrc.c
1370 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1373 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1375 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1376 Remove more fields so that the application can better blacklist
1377 formats that have been tried before.
1379 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1381 * gst-libs/gst/audio/mixerutils.h:
1382 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1383 used when compiling with c++ compilers as well.
1385 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1387 * gst/typefind/gsttypefindfunctions.c:
1390 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
1392 * gst/playback/gstplaybin.c: (post_missing_element_message),
1393 (gen_video_element), (gen_text_element), (gen_audio_element),
1395 Post missing-plugin messages also when we error out because
1396 converters, textoverlay or auto*sinks are missing (#161922).
1398 2007-01-10 Wim Taymans <wim@fluendo.com>
1400 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1401 (is_demuxer_element), (new_caps):
1402 * gst/playback/gstplaybasebin.c: (source_new_pad):
1403 Fix the case where we try to ref a NULL element when we delay a link
1404 because of unfixed caps.
1405 Set the state of autoplugged decodebins to PAUSED.
1406 RTSP now works in playbin, we can remove it from the blacklist.
1408 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1410 * gst/playback/Makefile.am:
1411 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1412 (unknown_type), (setup_subtitle), (gen_source_element):
1413 * gst/playback/gstplaybin.c: (plugin_init):
1414 Post missing-plugin messages on the bus for missing sources and
1415 missing decoders/demuxers/depayloaders; fix error code used when
1416 we're missing an URI handler source; for media types that we are not
1417 handling on purpose at the moment, don't print "don't know how to
1418 handle xyz" messages to the terminal or post missing-plugin
1419 messages on the bus.
1421 * tests/check/elements/playbin.c: (create_playbin),
1422 (GST_START_TEST), (gst_codec_src_uri_get_type),
1423 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1424 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1425 (gst_codec_src_init_type), (gst_codec_src_base_init),
1426 (gst_codec_src_create), (gst_codec_src_class_init),
1427 (gst_codec_src_init), (plugin_init), (playbin_suite):
1428 Add some tests for the missing-plugin stuff.
1430 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1433 * gst-libs/gst/Makefile.am:
1434 * gst-libs/gst/utils/Makefile.am:
1435 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1436 * gst-libs/gst/utils/base-utils.h:
1437 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1438 (find_format_info), (caps_are_rtp_caps),
1439 (gst_base_utils_get_source_description),
1440 (gst_base_utils_get_sink_description),
1441 (gst_base_utils_get_decoder_description),
1442 (gst_base_utils_get_encoder_description),
1443 (gst_base_utils_get_element_description),
1444 (gst_base_utils_add_codec_description_to_tag_list),
1445 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1446 * gst-libs/gst/utils/descriptions.h:
1447 * gst-libs/gst/utils/missing-plugins.c:
1448 (missing_structure_get_type), (copy_and_clean_caps),
1449 (gst_missing_uri_source_message_new),
1450 (gst_missing_uri_sink_message_new),
1451 (gst_missing_element_message_new),
1452 (gst_missing_decoder_message_new),
1453 (gst_missing_encoder_message_new),
1454 (missing_structure_get_string_detail),
1455 (missing_structure_get_caps_detail),
1456 (gst_missing_plugin_message_get_installer_detail),
1457 (gst_missing_plugin_message_get_description),
1458 (gst_is_missing_plugin_message):
1459 * gst-libs/gst/utils/missing-plugins.h:
1460 API: add new libgstbaseutils library with functions
1461 - to create and parse missing-plugins messages
1462 - that provide (translated) descriptions for caps/decoders/sources/etc.
1465 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1466 * pkgconfig/gstreamer-plugins-base.pc.in:
1469 * docs/libs/gst-plugins-base-libs-docs.sgml:
1470 * docs/libs/gst-plugins-base-libs-sections.txt:
1471 Generate docs for new lib and API.
1473 * tests/check/Makefile.am:
1474 * tests/check/libs/.cvsignore:
1475 * tests/check/libs/utils.c: (missing_msg_check_getters),
1476 (GST_START_TEST), (libgstbaseutils_suite):
1477 Add some basic unit tests.
1479 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1481 * ext/ogg/Makefile.am:
1482 Dist gstoggdemux.h to fix 'make distcheck'.
1484 * sys/v4l/Makefile.am:
1485 Fix 'make distcheck' even more.
1487 2007-01-09 Wim Taymans <wim@fluendo.com>
1489 * docs/plugins/Makefile.am:
1490 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1491 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1492 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1493 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1494 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1495 (gst_ogg_demux_perform_seek):
1496 * ext/ogg/gstoggdemux.h:
1498 Add some more comments.
1501 2007-01-09 Wim Taymans <wim@fluendo.com>
1503 * ext/theora/theoradec.c:
1504 * ext/vorbis/vorbisdec.c:
1505 * gst-libs/gst/audio/gstringbuffer.c:
1506 (gst_ring_buffer_commit_full):
1507 * gst-libs/gst/audio/gstringbuffer.h:
1508 * gst-libs/gst/rtp/gstrtpbuffer.c:
1509 * gst-libs/gst/tag/gstvorbistag.c:
1510 Small documentation updates/fixes
1512 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1515 Require core CVS HEAD for Andy's basesrc/sink API additions.
1517 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1519 Patch by: Günter Thelen <daedalus dot inc at gmx net>
1521 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1523 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1524 on flac.sf.net (there appear to be other versions of the first
1525 ogg page in the wild) (#391365).
1527 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1530 Check if localtime_r() is available.
1532 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1533 If localtime_r() is not available, fall back to localtime(). Should
1534 fix build on MingW (#393310).
1536 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1538 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1539 * gst/subparse/gstsubparse.h:
1540 Remove spurious 1000 subtrahend when calculating the timestamp from
1541 the frame number and the frame rate . Also, use the frames/second
1542 value specified in the first line of the file, if one is specified
1543 there. Should fix #357503.
1545 * tests/check/elements/subparse.c: (do_test),
1546 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1548 Add some basic unit tests for the microdvd subtitle format.
1550 2007-01-07 Julien MOUTTE <julien@moutte.net>
1552 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1553 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1554 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1555 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1556 (gst_xvimagesink_set_xwindow_id),
1557 (gst_xvimagesink_set_event_handling),
1558 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1559 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1560 Patch by : Young-Ho Cha <ganadist at chollian dot net>
1562 Add an adaptor property to select a specific XV adaptor.
1563 * sys/xvimage/xvimagesink.h:
1565 2007-01-07 Julien MOUTTE <julien@moutte.net>
1567 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1568 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1569 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1570 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1571 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1572 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1573 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1574 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1575 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1576 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1577 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1578 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1579 Use flow_lock much more to protect every access to xwindow.
1580 Try to catch erros while creating images in case some drivers are
1581 just generating an XError when the requested image is too big.
1582 Should fix : #354698, #384008, #384060.
1583 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1584 Implement some stress testing of setting window xid.
1586 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
1588 * win32/common/libgsaudio.def:
1589 Add new exported function.
1590 * win32/common/libgstogg.dsp:
1591 Add gstoggaviparse.c to the build.
1592 * win32/common/libgstvideoscale.dsp:
1593 Add vs_4tap.c to the build.
1594 * win32/common/libgstvorbis.dsp:
1595 Add vorbistag.c to the build.
1597 2007-01-06 Andy Wingo <wingo@pobox.com>
1599 * gst-libs/gst/audio/gstbaseaudiosink.c
1600 (gst_base_audio_sink_class_init)
1601 (gst_base_audio_sink_init):
1602 (gst_base_audio_sink_activate_pull): Add an activate_pull function
1603 to baseaudiosink, and tell basesink that we can work in pull mode.
1604 This way the ring buffer thread drives the pipeline directly, if
1605 pull mode is possible. There is some lingering nastiness regarding
1607 (gst_base_audio_sink_callback): Implement the callback to pull
1608 data. This interface is a bit light, though -- it should get a
1609 GstFlowReturn return value at least.
1611 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1613 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1614 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1615 * gst/playback/gstdecodebin2.c:
1616 (gst_decode_group_check_if_blocked):
1617 Printf format and missing argument fixes.
1619 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
1621 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1622 (gst_ogm_parse_change_state):
1623 Activate pads before adding them to the element.
1625 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1627 * tests/examples/seek/scrubby.c: (main):
1628 * tests/examples/seek/seek.c: (main):
1629 Call g_thread_init() first thing in main() (see #391278).
1631 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1633 * tests/check/Makefile.am:
1634 * tests/check/libs/.cvsignore:
1635 * tests/check/libs/netbuffer.c: (GST_START_TEST),
1637 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1638 for the time being, since it's broken, see #393099.
1640 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1642 * tests/check/Makefile.am:
1643 Update to use GST_PLUGINS_BASE_CFLAGS as well.
1645 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1648 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1649 so that GST_BASE_CFLAGS can go inbetween them, making sure
1650 we use uninstalled gst-libs headers
1651 * docs/libs/Makefile.am:
1652 * ext/alsa/Makefile.am:
1653 * ext/cdparanoia/Makefile.am:
1654 * ext/gnomevfs/Makefile.am:
1655 * ext/libvisual/Makefile.am:
1656 * ext/ogg/Makefile.am:
1657 * ext/theora/Makefile.am:
1658 * ext/vorbis/Makefile.am:
1659 * gst-libs/gst/audio/Makefile.am:
1660 * gst-libs/gst/cdda/Makefile.am:
1661 * gst-libs/gst/interfaces/Makefile.am:
1662 * gst-libs/gst/riff/Makefile.am:
1663 * gst-libs/gst/rtp/Makefile.am:
1664 * gst-libs/gst/tag/Makefile.am:
1665 * gst/adder/Makefile.am:
1666 * gst/audioconvert/Makefile.am:
1667 * gst/audiorate/Makefile.am:
1668 * gst/audioresample/Makefile.am:
1669 * gst/playback/Makefile.am:
1670 * gst/tcp/Makefile.am:
1671 * gst/videoscale/Makefile.am:
1672 * gst/volume/Makefile.am:
1673 * sys/ximage/Makefile.am:
1674 * sys/xvimage/Makefile.am:
1675 * tests/icles/Makefile.am:
1678 2007-01-04 Julien MOUTTE <julien@moutte.net>
1680 * gst-libs/gst/interfaces/xoverlay.c:
1681 (gst_x_overlay_handle_events):
1682 * gst-libs/gst/interfaces/xoverlay.h:
1683 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1684 (gst_ximagesink_set_xwindow_id),
1685 (gst_ximagesink_set_event_handling),
1686 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1687 (gst_ximagesink_get_property), (gst_ximagesink_init),
1688 (gst_ximagesink_class_init):
1689 * sys/ximage/ximagesink.h:
1690 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1691 (gst_xvimagesink_set_xwindow_id),
1692 (gst_xvimagesink_set_event_handling),
1693 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1694 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1695 (gst_xvimagesink_class_init):
1696 * sys/xvimage/xvimagesink.h:
1697 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1698 Add a method to the XOverlay interface to allow disabling of
1699 event handling in x[v]imagesink elements. This will let X events
1700 propagate to parent windows which can be usefull in some cases.
1701 Be carefull that the application is then responsible of pushing
1702 navigation events and expose events to the video sink.
1705 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
1707 * gst-libs/gst/tag/gstvorbistag.c:
1708 * tests/check/libs/tag.c: (GST_START_TEST):
1709 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1712 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
1716 * docs/design/Makefile.am:
1719 2006-12-27 Julien MOUTTE <julien@moutte.net>
1721 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1722 typo. Fixes: #390063.
1724 2006-12-27 Julien MOUTTE <julien@moutte.net>
1726 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1727 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1729 * win32/common/config.h: Updated.
1731 2006-12-22 Stefan Kost <ensonic@users.sf.net>
1733 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1734 (setup_gdpdepay_streamheader):
1735 * tests/check/elements/gdppay.c: (cleanup_gdppay),
1736 (setup_gdppay_streamheader):
1737 Fix the dp tests, but activating the pads for the streamheader tests
1738 too and cleaning up conditionaly
1740 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
1742 * gst/ffmpegcolorspace/avcodec.h:
1743 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1744 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1745 (gst_ffmpegcsp_avpicture_fill):
1746 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1747 (img_get_alpha_info):
1748 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1749 other end of the word. Fixes: #387073.
1751 Add some inconsequential branch hints in a couple of places.
1753 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
1755 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1756 (gst_ffmpeg_caps_to_smpfmt):
1757 The "signed" field in raw audio caps is of boolean type, trying to
1758 extract the value with _get_int() will fail (fix to keep in sync with
1759 the copy in gst-ffmpeg)
1761 2006-12-21 Stefan Kost <ensonic@users.sf.net>
1763 * tests/check/elements/audioresample.c: (cleanup_audioresample):
1764 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1765 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1767 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1768 * tests/check/elements/subparse.c: (teardown_subparse):
1769 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1770 * tests/check/elements/videorate.c: (cleanup_videorate):
1771 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1772 * tests/check/elements/volume.c: (cleanup_volume):
1773 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1774 (cleanup_vorbisdec):
1775 * tests/check/elements/vorbistag.c: (setup_vorbistag),
1776 (cleanup_vorbistag):
1777 consistent pad (de)activation
1779 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1781 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1782 Forgot to register the extensions.
1784 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1786 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1788 Add typefinder for VIVO files (my christmas present to the 90s).
1790 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1792 * gst/playback/gstdecodebin.c: (type_found):
1793 Special-case the text/plain media type: we only want to recognise it
1794 as a 'raw' decoded media type if it comes from a demuxer or subtitle
1795 parser, but not if the entire stream is of text/plain type. If the
1796 entire stream is text/plain, we should just error out.
1798 This fixes playback of audio files with lyrics in totem. Totem can't
1799 distinguish between text files and subtitle files and passes any
1800 .txt file with the same basename as the main file to playbin as
1801 suburi, and playbin will then throw a 'subtitle found, but no video
1802 stream' error, which isn't entirely helpful. See #380342.
1804 Also, with this change we'll show a slightly more correct error
1805 message in case totem passes a playlist file to us (although a
1806 custom error message wording instead of the default text would
1807 probably not be a bad idea either).
1809 Same problem also needs to be fixed for playbin+decodebin2.
1811 * tests/check/Makefile.am:
1812 * tests/check/elements/decodebin.c: (src_handoff_cb),
1813 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1815 Add simple unit test for decodebin for the above.
1817 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1819 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1820 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1821 Refuse to change state to READY when we failed to create any of the
1822 required elements in our instance init function.
1824 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
1826 * docs/libs/gst-plugins-base-libs-sections.txt:
1827 Small docs fixes/updates.
1829 * gst-libs/gst/video/gstvideosink.h:
1830 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1831 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1832 removed from the base sink API between 0.9.6 and 0.9.7).
1833 API: add GST_VIDEO_SINK_CAST and use it for the height/width
1834 accessor macros, so we don't do a runtime GObject type check every
1837 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
1840 * gst-plugins-base.doap:
1841 * gst-plugins-base.spec.in:
1844 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
1846 Patch by: Jens Granseuer <jensgr at gmx net>
1848 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1849 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1850 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1851 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1852 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1853 Declare variables at the beginning of a block. Fixes #383195.
1855 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
1858 Bump version nano - back to CVS.
1861 === release 0.10.11 ===
1863 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
1866 releasing 0.10.11, "Dumb things"
1868 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
1870 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1871 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1872 Handle the case where an element has multiple pads with
1873 unfixed caps as well as still possibly producing more dynamic
1874 pads by storing each case as a distinct entry in the dynamic list.
1877 2006-12-04 Wim Taymans <wim@fluendo.com>
1879 * gst/playback/gstdecodebin.c: (close_pad_link):
1880 Fix #382223, add more dynamic caps handling.
1882 2006-12-04 Wim Taymans <wim@fluendo.com>
1884 reviewed by: <delete if not using a buddy>
1886 * gst-libs/gst/audio/gstringbuffer.h:
1887 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1888 (gst_netaddress_set_ip4_interface),
1889 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1890 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1891 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1892 (gst_netaddress_get_ttl):
1893 * gst-libs/gst/netbuffer/gstnetbuffer.h:
1894 * gst/playback/gstdecodebin.c: (close_pad_link):
1895 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1896 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1897 * win32/common/config.h:
1899 2006-12-01 Michael Smith <msmith@fluendo.com>
1901 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1902 Delete bad debug code.
1905 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
1907 * gst/videoscale/vs_4tap.c:
1909 * win32/common/config.h:
1910 * win32/vs8/libgstvideoscale.vcproj:
1911 Fix compilation on win32 under VS8
1912 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1913 Partially fixes #381175
1915 2006-11-30 Michael Smith <msmith@fluendo.com>
1917 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1919 It would be very bad if, after a discont buffer, we thought every
1920 single following buffer was also discont. So, add to the test to
1921 ensure that this isn't the case.
1923 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1924 ... it was the case. So fix it.
1926 2006-11-28 Wim Taymans <wim@fluendo.com>
1928 * gst/playback/gstplaybasebin.c: (check_queue_event):
1931 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1932 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1933 padtemplate caps. Refixes #357577.
1935 2006-11-28 Wim Taymans <wim@fluendo.com>
1937 * gst/playback/gstplaybasebin.c: (check_queue_event),
1938 (queue_threshold_reached), (queue_out_of_data),
1939 (gen_preroll_element):
1940 Add event probe to see when EOS is in a queue and we can disable the
1941 underrun signals. Fixes #357577.
1943 2006-11-28 Edward Hervey <edward@fluendo.com>
1945 * gst/playback/Makefile.am:
1946 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1947 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1948 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1949 (gst_decode_bin_init), (gst_decode_bin_dispose),
1950 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1951 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1952 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1953 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1954 (connect_element), (expose_pad), (type_found),
1955 (pad_added_group_cb), (pad_removed_group_cb),
1956 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1957 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1958 (are_raw_caps), (multi_queue_overrun_cb),
1959 (multi_queue_underrun_cb), (gst_decode_group_new),
1960 (get_current_group), (group_demuxer_event_probe),
1961 (gst_decode_group_control_demuxer_pad),
1962 (gst_decode_group_control_source_pad),
1963 (gst_decode_group_check_if_blocked),
1964 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1965 (gst_decode_group_hide), (gst_decode_group_free),
1966 (gst_decode_group_set_complete), (source_pad_blocked_cb),
1967 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1968 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1970 New decodebin2 element.
1972 * gst/playback/gstplay-marshal.list:
1973 Added marshallers for new signals in decodebin2
1974 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1975 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1978 2006-11-28 Wim Taymans <wim@fluendo.com>
1980 * gst/playback/gstplaybasebin.c: (setup_source),
1981 (gst_play_base_bin_change_state):
1982 Disable rtsp:// uris for the release, it's not good enough yet.
1985 2006-11-26 Wim Taymans <wim@fluendo.com>
1987 * ext/theora/theoradec.c: (gst_theora_dec_reset),
1988 (theora_dec_push_forward), (theora_dec_push_reverse),
1989 (theora_handle_data_packet), (theora_dec_decode_buffer),
1990 (theora_dec_flush_decode), (theora_dec_chain_reverse),
1991 (theora_dec_chain_forward), (theora_dec_chain):
1992 Implement reverse playback.
1994 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1995 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1996 (vorbis_dec_chain_forward):
1997 Clear buffers used for reverse playback in _reset.
1998 No need to set the eos flag, we clip samples using the segment.
2000 2006-11-24 Wim Taymans <wim@fluendo.com>
2002 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
2003 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
2004 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
2005 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
2007 Handle continued pages in reverse mode.
2009 2006-11-24 Wim Taymans <wim@fluendo.com>
2011 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
2012 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2013 (vorbis_dec_flush_decode):
2015 Don't try to add invalid timestamps.
2016 Clipping will unref the buffer.
2018 2006-11-24 Stefan Kost <ensonic@users.sf.net>
2020 * gst/adder/gstadder.h:
2021 * gst/audiotestsrc/gstaudiotestsrc.h:
2022 remove obsolete _factory_init protos
2024 2006-11-24 Stefan Kost <ensonic@users.sf.net>
2026 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2027 Fix spacing in debug message.
2029 2006-11-23 Wim Taymans <wim@fluendo.com>
2031 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2032 (gst_ogg_demux_chain):
2033 Don't just ignore return values from _pad_push().
2034 Small debug improvements.
2036 2006-11-23 Michael Smith <msmith@fluendo.com>
2038 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
2039 If our incoming buffer is marked as DISCONT, then increment the page
2040 number (so that the discontinuity is marked in the final ogg
2041 bitstream) and flush the previous page.
2043 2006-11-22 Michael Smith <msmith@fluendo.com>
2045 * ext/theora/gsttheoraenc.h:
2046 * ext/theora/theoraenc.c: (gst_theora_enc_init),
2047 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
2048 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
2049 (theora_enc_chain), (theora_enc_change_state):
2050 Mark discontinuities of > 3/4 of a frame, reinit encoder.
2052 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2053 (GST_START_TEST), (theoraenc_suite):
2054 Enable discontinuity test, fix it.
2056 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
2058 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2059 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2060 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2061 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2062 (gst_text_overlay_change_state):
2063 * ext/pango/gsttextoverlay.h:
2064 Some textoverlay fixes: for one, in the video chain function,
2065 actually wait for a text buffer to come in if there is none at the
2066 moment and there should be one; also, deal more gracefully with
2067 incoming buffers that do not have a timestamp or duration; discard
2068 text buffer when not needed any longer. Fixes #341681.
2070 * tests/check/Makefile.am:
2071 * tests/check/elements/.cvsignore:
2072 * tests/check/elements/textoverlay.c:
2073 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
2074 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
2075 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
2076 (test_video_waits_for_text_send_text_newsegment_thread),
2077 (test_video_waits_for_text_shutdown_element),
2078 (test_render_continuity_push_video_buffers_thread),
2079 (textoverlay_suite):
2080 Add some unit tests for textoverlay.
2082 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
2084 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2085 Avoid integer underflow when the found probability for mp3 is
2086 smaller than the 'penalty' we subtract if there's not a clean
2087 mp3 header sync at offset 0.
2089 2006-11-21 Stefan Kost <ensonic@users.sf.net>
2091 * docs/libs/gst-plugins-base-libs-sections.txt:
2092 Add some new symbols to the docs
2094 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
2096 * tests/check/Makefile.am:
2097 * tests/check/elements/ffmpegcolorspace.c:
2098 (ffmpegcolorspace_suite):
2099 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2100 (for now not for valgrinding though, since it takes too long).
2102 2006-11-20 Wim Taymans <wim@fluendo.com>
2104 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2105 (gst_ffmpeg_pixfmt_to_caps):
2106 Fix RGBA32 caps. Fixes #357038.
2108 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
2110 * gst-libs/gst/interfaces/mixertrack.h:
2111 Add FIXME so we can add some padding here in 0.11
2113 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
2115 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2116 Fix GstBaseRTPAudioPayload structure so the whole GObject
2117 inheritance business actually works (parent class instance structure
2118 must always come first in the derived class instance structure).
2120 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
2122 * gst/videotestsrc/Makefile.am:
2123 * tests/check/Makefile.am:
2124 Make sure our checks and the videotestsrc plugin link against the
2125 local uninstalled gst libs and not any installed gst libs that
2126 might happen to exist as well.
2128 * tests/check/elements/adder.c: (message_received),
2129 (test_event_message_received), (test_play_twice_message_received):
2130 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2131 Fix compiler warnings when compiling against core with disabled
2134 2006-11-16 Michael Smith <msmith@fluendo.com>
2136 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2137 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2138 Fix audiorate, so that it accurately sets offsets and timestamps.
2139 Doesn't change the fundamental algorithmic decisions; so should be
2142 * tests/check/Makefile.am:
2143 Enable audiorate test now that it passes.
2145 2006-11-09 Stefan Kost <ensonic@users.sf.net>
2147 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2148 clear xv when going to NULL, remove // commented non-existant proto
2150 * tests/examples/seek/seek.c: (main):
2151 add missing tooltip description for scrub and play_scrub
2153 2006-11-14 David Schleef <ds@schleef.org>
2156 Bump liboil requirement to 0.3.8.
2157 * gst-libs/gst/riff/riff-media.c:
2159 * gst/videoscale/vs_image.h:
2160 * gst/videoscale/vs_scanline.h:
2161 Use liboil's stdint.h.
2162 * gst/videotestsrc/videotestsrc.c:
2163 Remove liboil related ifdef's, since they aren't needed now, and
2164 won't work with future versions.
2166 2006-11-14 David Schleef <ds@schleef.org>
2168 * gst/videoscale/Makefile.am:
2169 * gst/videoscale/gstvideoscale.c:
2170 * gst/videoscale/gstvideoscale.h:
2171 * gst/videoscale/vs_4tap.c:
2172 * gst/videoscale/vs_4tap.h:
2173 * gst/videoscale/vs_image.c:
2174 * gst/videoscale/vs_image.h:
2175 * gst/videoscale/vs_scanline.c:
2176 * gst/videoscale/vs_scanline.h:
2177 Add a 4-tap image scaler. Theoretically looks much prettier.
2178 The tap calculation could use some improvement.
2180 2006-11-14 Wim Taymans <wim@fluendo.com>
2182 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2184 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2185 (gst_riff_parse_strf_iavs):
2186 * gst/subparse/gstsubparse.c: (convert_encoding):
2187 * gst/tcp/gstmultifdsink.c:
2188 (gst_multi_fd_sink_handle_client_write):
2189 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2190 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2191 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2192 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2193 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2194 (gst_ximagesink_ximage_new):
2195 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2196 Various gsize and gssize printf fixes. Fixes #372507.
2198 2006-11-13 Wim Taymans <wim@fluendo.com>
2200 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2201 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2202 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2203 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2204 (vorbis_dec_chain_forward), (vorbis_dec_chain):
2205 * ext/vorbis/vorbisdec.h:
2206 First stab at vorbis reverse playback.
2208 2006-11-13 Wim Taymans <wim@fluendo.com>
2210 * gst-libs/gst/audio/gstbaseaudiosink.c:
2211 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2212 * gst-libs/gst/audio/gstbaseaudiosink.h:
2213 Make the clock sync code more accurate wrt resampling and playback
2216 * gst-libs/gst/audio/gstringbuffer.c:
2217 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2218 * gst-libs/gst/audio/gstringbuffer.h:
2219 Use better algorithm to interpolate sample rates.
2221 2006-11-13 Michael Smith <msmith@fluendo.com>
2223 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2224 Improve a debug line slightly.
2226 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2227 Call gst_riff_init() in plugin_init, to avoid getting errors from
2228 the debug system (unrelated changes to another plugin made this turn
2231 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
2233 Patch by: Sergey Scobich <sergery.scobich at gmail com>
2235 * win32/common/libgsttag.def:
2236 Add missing symbol (#366492).
2238 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
2240 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2241 Don't unref a NULL pad.
2243 2006-11-09 Wim Taymans <wim@fluendo.com>
2245 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2246 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2247 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2248 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2249 (gst_ogg_demux_loop):
2250 Implement first stab at reverse playback.
2252 2006-11-07 Stefan Kost <ensonic@users.sf.net>
2254 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2255 (gst_riff_create_video_template_caps):
2256 add h263/h264 variants to the caps, Fixes #363118
2258 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
2260 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2261 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2262 Use g_strerror instead of strerror so we get UTF-8.
2264 2006-11-03 David Schleef <ds@schleef.org>
2266 * ext/ogg/gstoggdemux.c:
2267 * ext/ogg/gstoggmux.c:
2268 Add/remove KW-DIRAC header here, since it is ogg-specific.
2270 2006-11-03 Michael Smith <msmith@fluendo.com>
2272 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2273 Recognise more mpeg4 elementary video streams.
2275 2006-11-02 Edward Hervey <edward@fluendo.com>
2277 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2278 Lower the probability of mp3 typefinding functions if we don't find a
2279 valid mp3 header at the start of the file.
2282 2006-11-02 Wim Taymans <wim@fluendo.com>
2284 * ext/theora/gsttheoradec.h:
2285 * ext/theora/theoradec.c: (gst_theora_dec_init),
2286 (theora_dec_sink_event), (theora_dec_chain_forward),
2287 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2289 Document and partially implement an algorithm for doing reverse playback
2292 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
2294 Patch by: Sergey Scobich <sergey.scobich at gmail com>
2296 * win32/common/config.h:
2297 * win32/common/interfaces-enumtypes.c:
2298 * win32/common/libgsttag.def:
2299 * win32/vs8/gst-plugins-base.sln:
2300 * win32/vs8/libgstaudioresample.vcproj:
2301 * win32/vs8/libgstinterfaces.vcproj:
2302 * win32/vs8/libgstogg.vcproj:
2303 * win32/vs8/libgstriff.vcproj:
2304 * win32/vs8/libgsttag.vcproj:
2305 * win32/vs8/libgsttheora.vcproj:
2306 * win32/vs8/libgstvideoscale.vcproj:
2307 * win32/vs8/libgstvorbis.vcproj:
2308 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2309 to libgsttag.def; add missing dependencies for some vs8 projects;
2310 re-arrange placement of .def files in vs8 projects (#366334).
2312 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
2315 Remove unused variable.
2317 * ext/ogg/gstoggdemux.c:
2318 Fix Wim's surname in plugin description.
2320 2006-10-31 Wim Taymans <wim@fluendo.com>
2322 * gst-plugins-base.spec.in:
2323 spec new .h file. Fixes #368310.
2325 2006-10-31 Michael Smith <msmith@fluendo.com>
2327 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2328 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2329 (gst_multi_fd_sink_get_stats),
2330 (gst_multi_fd_sink_remove_client_link),
2331 (gst_multi_fd_sink_queue_buffer),
2332 (gst_multi_fd_sink_handle_clients):
2333 * gst/tcp/gstmultifdsink.h:
2334 Make using the remove or clear signals threadsafe.
2335 Make calling get-stats with an invalid fd not segfault.
2338 2006-10-31 Wim Taymans <wim@fluendo.com>
2340 * gst-libs/gst/rtp/Makefile.am:
2341 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2342 (gst_base_rtp_audio_payload_init):
2343 Fix and activate base audio payloader.
2345 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2347 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2349 Add typefinder for QuickTime Image Files (see #366156).
2351 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2353 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2354 Another typo fix (#366212).
2356 2006-10-27 Wim Taymans <wim@fluendo.com>
2358 * gst/volume/gstvolume.c: (volume_transform_ip):
2359 Use stream time to synchronize volume property instead of rather random
2360 timestamps. This is needed when gnonlin does its time shifting.
2362 2006-10-27 Wim Taymans <wim@fluendo.com>
2364 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2366 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2367 Remove the pad from the element in release_pad. Fixes #364812.
2369 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
2371 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2372 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2373 Explicitly create our custom buffer classes at a thread-safe
2374 location as well, since g_type_class_ref() doesn't seem to be
2375 entirely thread-safe either (#365501; also see #349410).
2377 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
2379 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2380 (gst_riff_parse_info):
2381 If strings in INFO chunk are not UTF-8, do something similar to
2382 what we do for ID3v1 tags: check a number of environment variables
2383 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2384 character sets to try, otherwise try the current locale and/or fall
2385 back on ISO-8859-1. Fixes #360552.
2387 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2389 * gst/videotestsrc/gstvideotestsrc.c:
2390 (gst_video_test_src_pattern_get_type),
2391 (gst_video_test_src_set_pattern):
2392 * gst/videotestsrc/gstvideotestsrc.h:
2393 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2394 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2395 (gst_video_test_src_checkers8):
2396 * gst/videotestsrc/videotestsrc.h:
2397 Add a bunch of exciting new checkers patterns.
2399 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2401 * gst/subparse/Makefile.am:
2402 * gst/subparse/gstsubparse.c:
2403 (gst_sub_parse_data_format_autodetect),
2404 (gst_sub_parse_format_autodetect), (handle_buffer),
2405 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2406 * gst/subparse/gstsubparse.h:
2407 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2409 * gst/subparse/tmplayerparse.h:
2410 Add support for TMPlayer-type subtitles (#362845).
2412 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2413 (GST_START_TEST), (subparse_suite):
2414 Add some basic unit tests for the above.
2416 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2418 * tests/check/elements/audiorate.c: (test_injector_base_init),
2419 (test_injector_class_init), (test_injector_chain),
2420 (test_injector_init), (probe_cb), (do_perfect_stream_test),
2421 (GST_START_TEST), (audiorate_suite):
2422 More tests for audiorate: inject buffers to check behaviour when
2425 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
2427 * tests/check/Makefile.am:
2428 * tests/check/elements/.cvsignore:
2429 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2430 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2431 Add some basic unit tests for audiorate. Disabled at the moment
2432 since it doesn't pass yet (see bug #363119).
2434 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
2436 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2437 (parse_subrip), (handle_buffer):
2438 Add missing closing tags for markup and fix broken markup,
2439 otherwise pango won't render anything (fixes #357531). Also,
2440 make sure the text we send out is always NUL-terminated
2441 (better safe than sorry etc.).
2443 * tests/check/elements/subparse.c: (test_srt_do_test),
2445 Some more tests for .srt incl. tests for the above stuff.
2447 2006-10-20 Julien MOUTTE <julien@moutte.net>
2449 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2450 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2451 Patch by: Stefan Kost <ensonic@users.sf.net>
2452 Try to redraw borders only when needed. Apparently this consumes
2453 resources on small devices... :-O (#363607)
2455 2006-10-20 Michael Smith <msmith@fluendo.com>
2457 * gst/tcp/gstmultifdsink.c:
2458 (gst_multi_fd_sink_client_queue_buffer):
2459 If caps change, then update the client's idea of the caps so that we
2460 don't end up re-sending streamheaders for every single buffer after
2463 2006-10-20 Michael Smith <msmith@fluendo.com>
2465 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2466 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2467 Set caps on pushed buffers; fix up refcounting of caps objects.
2469 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2471 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2473 Typefind mmsh header data packet to application/x-mmsh (#362625).
2475 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2477 * tests/check/Makefile.am:
2478 * tests/check/elements/.cvsignore:
2479 * tests/check/elements/subparse.c: (buffer_from_static_string),
2480 (setup_subparse), (teardown_subparse), (test_srt_do_test),
2481 (GST_START_TEST), (subparse_suite):
2482 Add very simple unit test for subparse.
2484 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2486 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2488 Strip trailing newlines from subtitle text output.
2490 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2492 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2493 (gst_sub_parse_change_state):
2494 Fix memleak; clear subparse->textbuf n state change function.
2496 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2498 * gst/subparse/gstsubparse.c:
2499 (gst_sub_parse_data_format_autodetect):
2500 Don't require subrip (.srt) files to start with a chunk number of 1.
2502 2006-10-18 Wim Taymans <wim@fluendo.com>
2504 * gst-libs/gst/audio/gstbaseaudiosink.c:
2505 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2506 * gst-libs/gst/audio/gstbaseaudiosink.h:
2507 Extract rate from the NEWSEGMENT event.
2508 Use commit_full to also take rate adjustment into account when writing
2509 samples to the ringbuffer.
2511 * gst-libs/gst/audio/gstringbuffer.c:
2512 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2513 (gst_ring_buffer_read):
2514 * gst-libs/gst/audio/gstringbuffer.h:
2515 Added _commit_full() to also take rate into account.
2516 Use simple interpolation algorithm to resample audio.
2517 API: gst_ring_buffer_commit_full()
2519 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2520 * tests/examples/seek/seek.c: (segment_done):
2521 Don't try to seek with 0.0 rate, just pause instead.
2522 Remove bogus debug line.
2524 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2526 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2528 Catch async errors when starting up the subtitle bin, so we can
2529 stop waiting and continue with the main film instead of hanging
2530 forever. Fixes #339366.
2532 * tests/check/elements/playbin.c: (playbin_suite):
2533 Enable unit test for the above.
2535 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2537 * tests/check/Makefile.am:
2538 * tests/check/elements/.cvsignore:
2539 * tests/check/elements/playbin.c: (GST_START_TEST),
2540 (gst_red_video_src_uri_get_type),
2541 (gst_red_video_src_uri_get_protocols),
2542 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2543 (gst_red_video_src_uri_handler_init),
2544 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2545 (gst_red_video_src_create), (gst_red_video_src_class_init),
2546 (gst_red_video_src_init), (plugin_init), (playbin_suite):
2547 Some small and basic unit tests for playbin; not very useful yet,
2548 but at least a start.
2550 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2552 * gst/playback/gstplaybin.c: (setup_sinks):
2553 The old pad activation spiel.
2555 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2557 * gst/playback/gstplaybasebin.c: (setup_source):
2558 Don't hang forever if the subbin already fails to start up in
2559 the state change to PAUSED (#339366).
2561 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
2563 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2564 (gst_tuner_set_channel), (gst_tuner_get_channel),
2565 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2566 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2567 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2568 (gst_tuner_find_channel_by_name):
2569 Fix some function guards, add some more function guards.
2571 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
2573 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2574 (remove_element_chain):
2575 Don't return a pad from get_our_ghost_pad unless it is actually the
2577 Change a cast in remove_element_chain slightly.
2579 2006-10-13 Julien MOUTTE <julien@moutte.net>
2581 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2582 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2583 Segment seeking needs to use the rate and set stop to -1.
2585 2006-10-13 Wim Taymans <wim@fluendo.com>
2587 * gst-libs/gst/audio/gstbaseaudiosink.c:
2588 (gst_base_audio_sink_setcaps):
2589 Don't crash when ringbuffer is not yet created.
2590 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2593 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2594 * gst/playback/gststreamselector.c:
2595 (gst_stream_selector_request_new_pad):
2596 Activate pads befre adding them to running elements.
2598 2006-10-13 Julien MOUTTE <julien@moutte.net>
2600 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2601 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2602 updater when we start grabing the slider. Don't wait for the
2603 pipeline to be PAUSED.
2605 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
2607 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2608 (gst_mixer_set_volume), (gst_mixer_get_volume),
2609 (gst_mixer_set_mute), (gst_mixer_set_option),
2610 (gst_mixer_get_option), (gst_mixer_mute_toggled),
2611 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2612 (gst_mixer_option_changed):
2613 Guard mixer interface functions against bogus arguments.
2615 2006-10-12 Julien MOUTTE <julien@moutte.net>
2617 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2618 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2619 (msg_state_changed), (main): Use state-changed messages to trigger
2620 start/stop of scale update timer. Indeed the scale slider was
2621 jumping here and there because the update timer was activated
2622 before seek completed. This fixes instant applying of rate changes
2623 by pressing the spinbutton like a crazy man !
2625 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
2627 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
2629 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2630 (gst_basertppayload_finalize):
2631 Fix two small memory leaks (#361456).
2633 2006-10-10 Julien MOUTTE <julien@moutte.net>
2635 * tests/examples/seek/seek.c: (do_seek),
2636 (rate_spinbutton_changed_cb): When changing spinbutton we try
2637 to change the rate on the fly.
2639 2006-10-10 Wim Taymans <wim@fluendo.com>
2641 * gst-libs/gst/riff/riff-ids.h:
2642 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2643 (gst_riff_create_audio_template_caps):
2646 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2648 Patch by: Josep Torre Valles <josep@fluendo.com>
2650 * ext/gnomevfs/gstgnomevfssink.c:
2651 * ext/gnomevfs/gstgnomevfssrc.c:
2652 Fix URI interface implementation return type.
2653 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2654 Fix what looks like a copy/paste issue when assigning values.
2655 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2656 (gst_audio_filter_template_get_type):
2657 Cast to prevent Forte warnings.
2658 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2659 Fix URI interface implementation return type.
2660 gst_pad_query_position requires a signed integer pointer as
2661 3rd parameter, GstClockTime is unsigned.
2662 * gst/audioconvert/audioconvert.c:
2663 Fix integer overflow when treated as signed.
2664 * gst/audioresample/resample.c: (resample_add_input_data):
2665 Cast to prevent warnings on Forte.
2666 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2667 Fix integer overflow when treated as signed.
2668 * gst/ffmpegcolorspace/imgconvert_template.h:
2669 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2670 * gst/playback/gstdecodebin.c: (queue_filled_cb),
2671 (cleanup_decodebin):
2672 Who initialises a guint to -1!
2673 Cast function pointers to prevent warnings on Forte.
2674 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2675 (queue_threshold_reached):
2676 Cast function pointers correctly to prevent warnings on Forte.
2677 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2678 Cast function pointers correctly to prevent warnings on Forte.
2679 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2680 Obvious change to unsigned, 0xEF > max signed char.
2681 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2682 GstClockTime is unsigned, initialise correctly.
2683 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2684 Cast so pointer arithemetic doesn't cause warnings on Forte.
2685 * gst/videorate/gstvideorate.c:
2686 Use correct return value.
2687 * tests/examples/seek/scrubby.c:
2688 GstClockTime is unsigned, initialise correctly.
2690 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
2692 Patch by: Ferenc Gerlits <fgerlits at gmail com>
2694 * gst/typefind/gsttypefindfunctions.c:
2695 Recognise XML files and XML-like files shorter than 256 bytes as
2696 well (fixes #359237).
2698 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
2700 Patch by: Renato Filho <renato.filho@indt.org.br>
2702 * gst/typefind/gsttypefindfunctions.c:
2703 Added typefind functions to video/x-nuv media.
2705 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
2707 * gst-libs/gst/interfaces/xoverlay.c:
2708 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2709 Some more guards against invalid input.
2711 2006-10-07 Julien MOUTTE <julien@moutte.net>
2713 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
2715 * tests/examples/seek/seek.c: (do_seek),
2716 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2717 seek example to experiment with rates != 1.0 (reverse playback !)
2719 2006-10-06 Stefan Kost <ensonic@users.sf.net>
2721 * gst-libs/gst/interfaces/xoverlay.c:
2722 Unref message in doc-example (spotted by Robert McQueen)
2724 2006-10-06 Wim Taymans <wim@fluendo.com>
2726 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2727 (mpeg1_parse_header), (mpeg1_sys_type_find):
2730 2006-10-06 Wim Taymans <wim@fluendo.com>
2732 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2734 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2735 Activate dynamic pads before adding them to the element.
2737 2006-10-06 Michael Smith <msmith@fluendo.com>
2739 * gst-libs/gst/floatcast/floatcast.h:
2740 Fix obviously-bogus macros; use the correct types.
2742 2006-10-06 Wim Taymans <wim@fluendo.com>
2744 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2745 (gst_base_rtp_depayload_change_state):
2746 Also call parent state change function to activate pads.
2748 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2749 (mpeg1_parse_header), (mpeg1_sys_type_find):
2750 Add some more debug info in mpeg typefinding.
2752 2006-10-06 Michael Smith <msmith@fluendo.com>
2754 * ext/theora/theoradec.c: (theora_dec_chain):
2755 Zero byte theora packets are valid and well-defined; don't warn on
2758 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
2760 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2761 (gst_multi_fd_sink_get_stats), (find_limits),
2762 (gst_multi_fd_sink_queue_buffer):
2763 API: add dropped_buffers to the get-stats GValueArray
2765 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
2767 * ext/alsa/gstalsadeviceprobe.c:
2768 (gst_alsa_device_property_probe_get_values):
2769 * ext/alsa/gstalsasink.c: (set_hwparams):
2770 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2771 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2772 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2773 (gst_ogg_mux_process_best_pad):
2774 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2775 (gst_ogg_parse_chain):
2776 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2777 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2778 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2779 (gst_vorbis_enc_buffer_check_discontinuous):
2780 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2781 * gst-libs/gst/audio/gstbaseaudiosink.c:
2782 (gst_base_audio_sink_render):
2783 * gst-libs/gst/cdda/gstcddabasesrc.c:
2784 (gst_cdda_base_src_handle_track_seek):
2785 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2786 (gst_base_rtp_depayload_push_full):
2787 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2788 * gst/audioresample/resample.c: (resample_input_pushthrough):
2789 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2790 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2791 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2792 (wavpack_type_find):
2793 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2794 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2795 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2796 * tests/check/elements/volume.c: (GST_START_TEST):
2797 Printf format fixes.
2799 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
2801 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2802 Fix a simple mistake (see the docs)
2805 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2807 * docs/plugins/Makefile.am:
2808 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2809 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2810 * docs/plugins/gst-plugins-base-plugins.args:
2811 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2812 * docs/plugins/inspect/plugin-adder.xml:
2813 * docs/plugins/inspect/plugin-alsa.xml:
2814 * docs/plugins/inspect/plugin-audioconvert.xml:
2815 * docs/plugins/inspect/plugin-audiorate.xml:
2816 * docs/plugins/inspect/plugin-audioresample.xml:
2817 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2818 * docs/plugins/inspect/plugin-cdparanoia.xml:
2819 * docs/plugins/inspect/plugin-decodebin.xml:
2820 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2821 * docs/plugins/inspect/plugin-gdp.xml:
2822 * docs/plugins/inspect/plugin-gnomevfs.xml:
2823 * docs/plugins/inspect/plugin-libvisual.xml:
2824 * docs/plugins/inspect/plugin-ogg.xml:
2825 * docs/plugins/inspect/plugin-pango.xml:
2826 * docs/plugins/inspect/plugin-playbin.xml:
2827 * docs/plugins/inspect/plugin-subparse.xml:
2828 * docs/plugins/inspect/plugin-tcp.xml:
2829 * docs/plugins/inspect/plugin-theora.xml:
2830 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2831 * docs/plugins/inspect/plugin-video4linux.xml:
2832 * docs/plugins/inspect/plugin-videorate.xml:
2833 * docs/plugins/inspect/plugin-videoscale.xml:
2834 * docs/plugins/inspect/plugin-videotestsrc.xml:
2835 * docs/plugins/inspect/plugin-volume.xml:
2836 * docs/plugins/inspect/plugin-vorbis.xml:
2837 * docs/plugins/inspect/plugin-ximagesink.xml:
2838 * docs/plugins/inspect/plugin-xvimagesink.xml:
2839 Add vorbistag element to docs; update version numbers to 0.10.10.1.
2841 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2843 Patch by: James "Doc" Livingston <doclivingston at gmail com>
2845 * ext/vorbis/Makefile.am:
2846 * ext/vorbis/vorbis.c: (plugin_init):
2847 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2848 (vorbis_parse_parse_packet), (vorbis_parse_chain):
2849 * ext/vorbis/vorbisparse.h:
2850 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2851 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2852 (gst_vorbis_tag_parse_packet):
2853 * ext/vorbis/vorbistag.h:
2854 Add new vorbistag element which derives from vorbisparse
2855 and is essentially the same as well, only that it implements
2856 the GstTagSetter interface and can modify the stream's
2857 vorbiscomment on the fly (#335635).
2859 * tests/check/Makefile.am:
2860 * tests/check/elements/.cvsignore:
2861 * tests/check/elements/vorbistag.c: (setup_vorbistag),
2862 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2863 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2864 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2865 Add unit test for new vorbistag element.
2867 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2869 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2870 (vorbis_parse_push_headers), (vorbis_parse_chain):
2871 Set BOS flag in packet structure to fix 'jump depends
2872 on unitialized value' errors in valgrind; various minor
2875 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
2877 * gst/playback/gstdecodebin.c: (close_pad_link):
2878 Fix typo in a debug statement.
2880 * gst/playback/gstplaybasebin.c: (probe_triggered),
2881 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2882 (gen_source_element), (source_new_pad), (analyse_source),
2884 When handling no_more_pads in new_decoded_pad, make sure to treat
2885 subtitle pads correctly. Fixes playback with subtitle files.
2887 Move a recurring message to LOG level.
2889 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2890 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2891 which ends up as -1 when cast to an int. Make the logic handle the
2892 max value as an unsigned mask and only change the colorkey when it's
2893 a value we recognise.
2895 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2897 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2898 Removed empty * between paragraphs
2900 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2902 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2903 * gst-libs/gst/rtp/README:
2904 Moved some documentation into .c file
2906 2006-09-29 Wim Taymans <wim@fluendo.com>
2908 * gst/playback/gstdecodebin.c: (no_more_pads):
2911 2006-09-29 Wim Taymans <wim@fluendo.com>
2913 * gst/playback/gstdecodebin.c: (new_caps):
2916 * gst/playback/gstplaybin.c:
2919 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2921 * tests/check/Makefile.am:
2922 Re-enable cddabasesrc test to see if it works again
2925 2006-09-29 Wim Taymans <wim@fluendo.com>
2927 * gst/playback/gstplaybasebin.c: (setup_subtitle),
2928 (gen_source_element):
2929 Handle invalid URIs a bit more gracefully.
2931 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2933 * tests/check/pipelines/oggmux.c:
2934 Remove obsolete comment.
2936 2006-09-29 Michael Smith <msmith@fluendo.com>
2938 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2939 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2940 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2941 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2942 (gst_ogg_mux_collected):
2943 Commit patch from James "Doc" Livingston, adds proper EOS handling
2944 in oggmux. GStreamer can, for the first time ever, create a valid
2947 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2949 Reenable tests now that they pass.
2951 2006-09-29 Wim Taymans <wim@fluendo.com>
2953 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2954 Stop reading commands when EOF (we read 0) as well.
2956 2006-09-28 Wim Taymans <wim@fluendo.com>
2958 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2959 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2960 (find_dynamic), (unlinked), (close_link):
2961 Implement delayed caps linking needed for element with a lot of
2962 different caps on the src pads that get fixed at runtime.
2963 Improve management of dynamic elements.
2965 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2966 (group_destroy), (group_commit), (check_queue), (queue_overrun),
2967 (gen_preroll_element), (remove_groups), (unknown_type),
2968 (add_element_stream), (no_more_pads_full), (no_more_pads),
2969 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2970 (new_decoded_pad), (setup_subtitle), (array_has_value),
2971 (gen_source_element), (source_new_pad), (has_all_raw_caps),
2972 (analyse_source), (remove_decoders), (make_decoder),
2973 (remove_source), (setup_source), (finish_source), (prepare_output),
2974 (gst_play_base_bin_change_state):
2975 * gst/playback/gstplaybasebin.h:
2976 Use more _CAST instead of full type checking casts.
2977 Small cleanups, plug some leaks.
2978 Handle dynamic sources.
2979 Add some helper functions to create lists of strings used for
2980 blacklisting and other stuff.
2981 Refactor some code dealing with analysing the source.
2982 Re-enable sources without pads (like cd:// or other selfcontained
2985 2006-09-28 Wim Taymans <wim@fluendo.com>
2987 * gst-libs/gst/audio/gstbaseaudiosink.c:
2988 (gst_base_audio_sink_render):
2989 When we have a timestamp, we can still perform clipping.
2990 When we have no clock, we must play the sample ASAP.
2992 2006-09-28 Wim Taymans <wim@fluendo.com>
2994 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2995 Set caps on outgoing buffers.
2997 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2998 (gst_video_rate_event), (gst_video_rate_chain):
2999 * gst/videorate/gstvideorate.h:
3000 Fix videorate some more. Fixes #357977
3002 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
3004 * tests/check/elements/adder.c: (adder_suite):
3005 Don't set timeout to 6 seconds when we're running
3006 in valgrind ... (and how is 6 seconds longer than
3007 the default anyway?)
3009 2006-09-28 Wim Taymans <wim@fluendo.com>
3011 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3012 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
3013 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
3014 Keep sink and src segment to keep track of time and support more
3016 Fix bogus next_offset and run_time calculation, don't understand how
3017 this could have worked before. Fixes #357976.
3018 Remove some unneeded vars.
3020 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
3022 * gst/playback/gstplaybin.c: (remove_sinks):
3023 Only remove visualisation from visbin if there is a visbin (or:
3024 don't throw warnings when closing totem without playing a file).
3026 2006-09-27 Wim Taymans <wim@fluendo.com>
3028 * gst-libs/gst/audio/gstbaseaudiosink.c:
3029 (gst_base_audio_sink_render):
3030 Add some more info in a WARNING.
3032 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3033 (gst_base_audio_src_create):
3034 Handle PAUSE in create function, use new -core addition to
3035 wait for playing. Fixes pausing and resuming capture from an
3038 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3039 (gst_ring_buffer_read):
3041 Caller supports interrupted reads now.
3043 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3045 * tests/check/Makefile.am:
3046 Another attempt to make the gen64 buildbot happy.
3048 2006-09-27 Stefan Kost <ensonic@users.sf.net>
3050 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
3052 * ext/libvisual/visual.c: (gst_visual_clear_actors),
3053 (gst_visual_chain), (gst_visual_change_state):
3054 Libvisual plugin was not passing audio data to libvisual 0.4.0
3055 correctly. Fixes #357800
3057 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3059 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
3060 Add timeout to _get_state() so we see which pipeline it is
3061 that causes trouble on the gen64 build bot.
3063 2006-09-27 Wim Taymans <wim@fluendo.com>
3065 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3066 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
3067 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
3068 (gst_base_rtp_depayload_set_gst_timestamp):
3069 the source pad always uses fixed caps.
3071 2006-09-27 Wim Taymans <wim@fluendo.com>
3073 * docs/libs/gst-plugins-base-libs-docs.sgml:
3074 * docs/libs/gst-plugins-base-libs-sections.txt:
3075 * gst-libs/gst/audio/gstaudioclock.c:
3076 * gst-libs/gst/audio/gstaudioclock.h:
3077 * gst-libs/gst/audio/gstaudiosink.c:
3078 * gst-libs/gst/audio/gstaudiosink.h:
3079 * gst-libs/gst/audio/gstaudiosrc.c:
3080 * gst-libs/gst/audio/gstbaseaudiosink.c:
3081 (gst_base_audio_sink_render):
3082 * gst-libs/gst/audio/gstbaseaudiosink.h:
3083 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3084 * gst-libs/gst/audio/gstbaseaudiosrc.h:
3085 * gst-libs/gst/audio/gstringbuffer.h:
3086 Added docs for the audio libs.
3088 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3090 * tests/check/Makefile.am:
3091 Temporarily disable test that fails on the bots for unknown reasons.
3093 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
3095 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3096 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3097 Moved AudioCodecType into priv
3098 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3100 2006-09-25 Wim Taymans <wim@fluendo.com>
3102 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3103 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3104 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3106 Cleanups and small leak fixes.
3107 Added Depayloaders to valid list of autopluggable elements.
3109 2006-09-25 Wim Taymans <wim@fluendo.com>
3111 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3112 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3113 (gen_video_element), (gen_text_element), (gen_audio_element),
3114 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3115 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3116 Detect NO_PREROLL state change returns and disable clock distribution to
3117 the sinks so that sync is disabled.
3118 Avoid some type checking and do simple casts instead.
3119 Small cleanups, fix some FIXMEs.
3120 Be more robust when linking user specified elements, catch an report
3121 errors. Fixes #357404.
3122 Fix some leaks in the error paths.
3124 2006-09-25 Stefan Kost <ensonic@users.sf.net>
3127 ChangeLog surgery for missing bug-number
3129 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
3131 Patch by: Peter Kjellerstedt <pkj at axis com>
3133 * gst/playback/test.c:
3134 Fix compilation with uClibc and -Werror (#357591).
3136 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
3138 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3139 Parse dates that are followed by a time as well (#357532).
3141 * tests/check/libs/tag.c: (test_vorbis_tags):
3142 Add unit test for this.
3144 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3146 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3147 (gst_audio_convert_transform_caps):
3148 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3149 * gst/videotestsrc/videotestsrc.h:
3150 A few array const-ifications.
3152 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3154 * tests/check/Makefile.am:
3155 See if this makes the build bots happy.
3157 * tests/check/libs/cddabasesrc.c:
3160 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3162 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3164 * gst/subparse/samiparse.c: (handle_start_font),
3165 (fix_invalid_entities):
3166 More case-insensitivity for certain tags; recognise entities with
3167 decimal codes as special entities as well (#357330).
3169 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3171 * gst-libs/gst/Makefile.am:
3172 Need to build tag directory before cdda.
3174 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3176 * docs/libs/gst-plugins-base-libs-sections.txt:
3177 * gst-libs/gst/cdda/Makefile.am:
3178 * gst-libs/gst/cdda/gstcddabasesrc.c:
3179 (gst_cdda_base_src_base_init):
3180 * gst-libs/gst/cdda/gstcddabasesrc.h:
3181 * gst-libs/gst/tag/tag.h:
3182 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3183 (gst_tag_register_musicbrainz_tags):
3184 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3185 depend on libgsttag. This is required so we can extract/read tags like
3186 DISCID without depending on libgstcddabasesrc (which used to register
3189 * gst-libs/gst/tag/gstvorbistag.c:
3190 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3191 tags (also see #347848).
3193 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3194 Log vorbis comments we are actually writing. Const-ify array.
3196 2006-09-23 Wim Taymans <wim@fluendo.com>
3198 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3199 Improve buffering a bit by avoiding a deadlock because we cannot assume
3200 the underrun is always called.
3202 2006-09-23 Wim Taymans <wim@fluendo.com>
3204 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3206 * gst-libs/gst/riff/riff-ids.h:
3207 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3208 (gst_riff_create_audio_template_caps):
3209 Added MPEG-4 AAC and id and caps. Fixes #357289
3210 Added WMA9 Lossless id.
3212 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
3214 * ext/gnomevfs/gstgnomevfssrc.c:
3215 Fix misleading docs addition.
3217 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3218 Get rid of compiler warning the right way.
3220 2006-09-22 Wim Taymans <wim@fluendo.com>
3222 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3223 (gst_base_rtp_depayload_finalize),
3224 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3225 (gst_base_rtp_depayload_push_full),
3226 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3227 (gst_base_rtp_depayload_process),
3228 (gst_base_rtp_depayload_set_gst_timestamp),
3229 (gst_base_rtp_depayload_queue_release):
3230 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3233 Refactored the process method and added methods to push from the process
3235 Use _scale functions.
3236 API: gst_base_rtp_depayload_push_ts
3237 API: gst_base_rtp_depayload_push
3239 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3240 timestamps are uint.
3242 2006-09-22 Stefan Kost <ensonic@users.sf.net>
3244 * gst-libs/gst/interfaces/xoverlay.c:
3245 Remove unused statement from doc example.
3247 2006-09-21 Stefan Kost <ensonic@users.sf.net>
3249 * gst-libs/gst/interfaces/videoorientation.c:
3250 (gst_video_orientation_iface_init),
3251 (gst_video_orientation_get_hflip),
3252 (gst_video_orientation_get_vflip),
3253 (gst_video_orientation_get_hcenter),
3254 (gst_video_orientation_get_vcenter),
3255 (gst_video_orientation_set_hflip),
3256 (gst_video_orientation_set_vflip),
3257 (gst_video_orientation_set_hcenter),
3258 (gst_video_orientation_set_vcenter):
3259 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3262 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
3264 * tests/check/Makefile.am:
3265 * tests/check/elements/.cvsignore:
3266 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3267 (create_rgb_conversions), (rgb_conversion_free),
3268 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3269 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3270 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3271 but disable for now since it doesn't pass (something wrong with
3274 2006-09-21 Wim Taymans <wim@fluendo.com>
3276 * gst/playback/gstplaybasebin.c: (group_commit),
3277 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3278 (queue_out_of_data), (gen_preroll_element),
3279 (preroll_remove_overrun), (probe_triggered):
3280 Refactor handling of overrun detection.
3281 Separate handling of group completion and deadlock detection when doing
3282 network buffering. This should fix some deadlocks that were not detected
3283 because the group was completed.
3284 Add more comments, improve debugging.
3286 2006-09-21 Wim Taymans <wim@fluendo.com>
3288 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3289 * tests/check/libs/audio.c:
3290 Some more compilation fixes.
3292 2006-09-21 Wim Taymans <wim@fluendo.com>
3294 * gst-libs/gst/audio/gstringbuffer.c:
3295 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3296 (gst_ring_buffer_read):
3297 Early morning compilation fix.
3299 2006-09-20 Wim Taymans <wim@fluendo.com>
3301 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3302 * tests/check/elements/multifdsink.c: (GST_START_TEST):
3303 * tests/check/elements/videorate.c: (GST_START_TEST):
3304 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3305 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3308 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3310 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3311 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3312 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3313 Handcrafted merge to help CVS understanding what I changed and what
3316 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3318 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3319 (gst_xvimagesink_get_times):
3320 change colorkey behaviour back according to #354773 comment 6/7
3322 2006-09-19 Michael Smith <msmith@fluendo.com>
3324 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3325 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3326 (gst_multi_fd_sink_recover_client),
3327 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3328 (gst_multi_fd_sink_get_property):
3329 * gst/tcp/gstmultifdsink.h:
3330 Implement stubbed out properties unit-type, units-soft-max,
3331 units-max, to allow specifying maximum sizes in units other than
3335 2006-09-19 Wim Taymans <wim@fluendo.com>
3337 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3338 (gst_riff_create_audio_template_caps):
3339 Reorder the audio formats a bit for clarity.
3340 Detect and create caps for MSGSM and MSN (WAV49).
3343 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3344 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3345 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3346 Small cleanups, move error handling out of normal flow for clarity.
3348 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3350 * docs/libs/gst-plugins-base-libs-docs.sgml:
3351 * docs/libs/gst-plugins-base-libs.types:
3352 * gst-libs/gst/interfaces/Makefile.am:
3353 * gst-libs/gst/interfaces/videoorientation.c:
3354 (gst_video_orientation_get_type),
3355 (gst_video_orientation_iface_init),
3356 (gst_video_orientation_get_hflip),
3357 (gst_video_orientation_get_vflip),
3358 (gst_video_orientation_get_hcenter),
3359 (gst_video_orientation_get_vcenter),
3360 (gst_video_orientation_set_hflip),
3361 (gst_video_orientation_set_vflip),
3362 (gst_video_orientation_set_hcenter),
3363 (gst_video_orientation_set_vcenter):
3364 * gst-libs/gst/interfaces/videoorientation.h:
3365 API: Add new interface to control video orientation (fixes #354908)
3367 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3369 * gst/videotestsrc/gstvideotestsrc.c:
3370 Use G_UNLIKELY in _create and log one more detail.
3372 (gst_video_test_src_get_times), (gst_video_test_src_create):
3373 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3374 Use gst_util_uint64_scale_int in _get_times().
3376 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3378 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3379 Give better warning message (add object and detail).
3381 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3383 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3384 (gst_xvimagesink_get_times):
3385 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3386 #354773), use gst_util_uint64_scale_int in _get_times()
3388 2006-09-18 Michael Smith <msmith@fluendo.com>
3390 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3391 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3392 always true, leading to dropping all timestamps.
3394 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3396 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3397 (gst_visual_chain), (gst_visual_change_state):
3398 update to work also with libvisual 0.4 API, fix double unref (#355914)
3400 * tools/gst-launch-ext.1.in:
3401 * tools/gst-visualise.1.in:
3402 remove references to old man-pages
3404 * tests/examples/seek/seek.c: (main):
3405 add real meadi-buttons, add tool-tips for the seek-options, arrange
3406 seek options in a table
3408 2006-09-18 Michael Smith <msmith@fluendo.com>
3410 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3411 (gst_ogg_mux_push_buffer):
3412 Don't generate out-of-order timestamps from oggmux, instead clamp
3413 output timestamps to be >= the previously output ts.
3416 2006-09-18 Michael Smith <msmith@fluendo.com>
3418 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3419 (gst_multi_fd_sink_class_init):
3420 Updates, fixes, and typo corrections for multifdsink. No functional
3423 2006-09-17 Michael Smith <msmith@fluendo.com>
3425 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3426 Don't crash on truncated files - check that we got an 8 byte buffer
3427 before trying to memcmp it.
3429 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3431 * gst/playback/gstplaybasebin.c: (get_active_source):
3432 Make stream-switching appear instant to the application
3433 (ie. make sure that a g_object_get on 'current-foo' returns
3434 the stream previously set with g_object_set(). Totem needs
3435 this to update stream-related meta-info (like audio-codec)
3436 correctly when switching streams.
3438 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3440 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3441 (gst_alsa_mixer_ensure_track_list):
3442 Try harder to guess which mixer track is the master mixer
3443 track (instead of just taking the first one that has a pvolume).
3446 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3448 reviewed by: <delete if not using a buddy>
3450 * gst-libs/gst/audio/audio.h:
3451 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3453 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3455 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3456 (gst_audio_convert_transform_caps):
3457 Get structure-name just once.
3459 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3461 * tests/check/elements/audioresample.c: (GST_START_TEST):
3462 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3463 * tests/check/elements/volume.c: (GST_START_TEST):
3464 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3465 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3466 (test_pipeline), (GST_START_TEST):
3467 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3468 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3469 Fix big batch of compiler warnings.
3471 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3473 * ext/gnomevfs/gstgnomevfssrc.c:
3474 Add docs about icydemux usage in connection with gnomevfssrc
3476 * ext/libvisual/visual.c:
3477 * ext/ogg/gstoggaviparse.c:
3478 * ext/ogg/gstoggdemux.c:
3479 * ext/ogg/gstoggmux.c:
3480 * ext/ogg/gstoggparse.c:
3481 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3482 * gst-libs/gst/audio/gstaudiosink.c:
3483 * gst-libs/gst/audio/gstaudiosrc.c:
3484 * gst/audiorate/gstaudiorate.c:
3485 More G_OBJECT macro fixing.
3487 * gst/audiotestsrc/gstaudiotestsrc.h:
3488 Fix wrong info in header due to copy & paste
3490 2006-09-15 Wim Taymans <wim@fluendo.com>
3492 * gst-libs/gst/audio/gstbaseaudiosink.c:
3493 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3494 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3495 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3496 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3497 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3498 Do the delay calculation in the source/sink base classes as this is
3499 specific for the capture/playback mode.
3500 Try to fixate a bit better, like round depth up to a multiple of 8
3502 Handle underruns correctly by marking DISCONT on buffers and adjusting
3503 timestamps to handle the gap.
3504 Set offset/offset_end correctly on buffers.
3506 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3507 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3508 (gst_ring_buffer_read):
3509 Remove resync and underrun recovery from the ringbuffer.
3510 Fix ringbuffer read code on under/overrun.
3512 2006-09-15 Wim Taymans <wim@fluendo.com>
3514 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3515 (gst_play_base_bin_init), (fill_buffer), (check_queue),
3516 (queue_threshold_reached), (gst_play_base_bin_set_property),
3517 (gst_play_base_bin_get_property):
3518 * gst/playback/gstplaybasebin.h:
3519 Don't use a 0 low watermark when buffering, it is catching starvation
3520 way too late. Instead, use a 3 second queue with 30 and 95
3521 percent low/high watermarks.
3522 Added queue-min-threshold property to configure low watermark.
3523 Use new _buffering message API.
3524 Make queue_threshold variable big enough to store a uint64 time value.
3525 API: playbin::queue-min-threshold property.
3527 2006-09-15 Wim Taymans <wim@fluendo.com>
3530 We require 0.10.10.1 now because of _wait_preroll().
3532 * gst-libs/gst/audio/gstbaseaudiosink.c:
3533 (gst_base_audio_sink_render):
3534 Use gst_base_sink_wait_preroll().
3536 2006-09-15 Wim Taymans <wim@fluendo.com>
3538 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3539 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3540 Use DEBUG_OBJECT more.
3542 === release 0.10.10 ===
3544 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3546 patch by: Michael Smith <msmith at fluendo dot com>
3548 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3549 (gst_multi_fd_sink_client_queue_buffer),
3550 (gst_multi_fd_sink_new_client):
3551 * tests/check/elements/multifdsink.c: (GST_START_TEST),
3552 (multifdsink_suite):
3553 Fix implementation of sync-method 'next-keyframe'
3556 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3558 patch by: Wim Taymans <wim at fluendo dot com>
3560 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3561 This patch removes the RANDOM flag that was incorrectly introduced with
3562 revision 1.91. Fixes #354590
3564 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
3566 * tests/check/Makefile.am:
3567 Random variation in Makefile line to see if it makes the
3568 gen64-base-full bot any happier.
3570 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3572 * tests/check/pipelines/oggmux.c: (oggmux_suite):
3573 Disable test that fails at the moment (killed after timeout).
3575 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3577 Patch by: James Livingston <doclivingston at gmail.com>
3579 * tests/check/Makefile.am:
3580 * tests/check/pipelines/.cvsignore:
3581 * tests/check/pipelines/oggmux.c: (get_page_codec),
3582 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3583 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3584 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3585 (test_theora_vorbis), (oggmux_suite):
3586 Add simple unit test for oggmux from #337026 with checking for the
3587 EOS flags disabled for the time being.
3589 2006-09-04 Wim Taymans <wim@fluendo.com>
3591 patch by: Alessandro Dessina <alessandro nnva org>
3593 * ext/ogg/gstoggmux.c:
3594 Add cmml caps to oggmux. Fixes #353912
3596 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3598 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3599 Returning a return value often helps. In this case, we
3600 don't need the return value anyway, so just get rid of it.
3601 Should make build bots much happier.
3603 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3605 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3606 (paint_get_structure), (gst_video_test_src_get_size),
3607 (gst_video_test_src_smpte), (gst_video_test_src_snow),
3608 (gst_video_test_src_unicolor), (paint_setup_AYUV),
3609 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3610 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3611 * gst/videotestsrc/videotestsrc.h:
3612 Add support for AYUV and the various RGBA formats. Initialise
3613 fields of paintinfo structs allocated on the stack.
3615 * tests/check/elements/videotestsrc.c: (right_shift_colour),
3616 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3617 (check_rgb_buf), (videotestsrc_suite):
3618 Add unit tests for videotestsrc's RGB output.
3620 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3622 * gst/videotestsrc/gstvideotestsrc.c:
3623 (gst_video_test_src_pattern_get_type),
3624 (gst_video_test_src_set_pattern):
3625 * gst/videotestsrc/gstvideotestsrc.h:
3626 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3627 (gst_video_test_src_black), (gst_video_test_src_white),
3628 (gst_video_test_src_red), (gst_video_test_src_green),
3629 (gst_video_test_src_blue):
3630 * gst/videotestsrc/videotestsrc.h:
3631 Add more uni-colour patterns ("white", "red", "green", and "blue").
3633 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3635 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3636 Fix stride for YVYU, should be word-aligned (#353658).
3638 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
3640 * gst/adder/gstadder.c: (gst_adder_src_event):
3643 2006-08-31 Edward Hervey <edward@fluendo.com>
3645 * gst/adder/gstadder.c: (forward_event_func),
3646 (gst_adder_src_event), (gst_adder_collected),
3647 (gst_adder_change_state):
3648 * gst/adder/gstadder.h:
3649 Remember the start position asked in the incoming seeks, so we can
3650 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3651 of assuming it will always be 0).
3653 2006-08-31 Edward Hervey <edward@fluendo.com>
3655 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3656 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3657 (gst_ogg_demux_loop):
3658 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3660 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
3662 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3663 (gst_ffmpegcsp_get_unit_size):
3664 Return FALSE instead of returning a random false unit
3665 size when the format isn't known/supported (even if
3666 this shouldn't happen under normal circumstances).
3668 2006-08-29 Wim Taymans <wim@fluendo.com>
3670 Patch by: Tim-Philipp Müller <tim at centricular dot net>
3672 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3673 (gst_gnome_vfs_src_start):
3674 Try harder to get the size from a uri by using _info_uri() when
3675 _info_from_handle() does not give us enough info.
3676 Also follow symlinks when getting the size.
3677 Partially Fixes #332864.
3679 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3681 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
3683 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3684 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3685 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3686 (gst_alsa_mixer_set_record):
3687 * ext/alsa/gstalsamixertrack.c:
3688 (gst_alsa_mixer_track_update_alsa_capabilities),
3689 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3690 (gst_alsa_mixer_track_update):
3691 * ext/alsa/gstalsamixertrack.h:
3692 Improve and fix mixer track handling, in particular better handling
3693 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3694 separate track objects for tracks that have both capture and playback
3695 volume (and label them differently as well so they're not mistakenly
3696 assumed to be duplicates); classify mixer tracks that only affect
3697 the audible volume of something (rather than the capture volume)
3698 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3699 for capture tracks to correspond to alsa-pswitch alsa-cswitch
3700 (following the meaning documented in the mixer interface header
3701 file); add support for alsa's exclusive cswitch groups; update/sync
3702 state/flags better if mixer settings are changed by another
3703 application. Fixes #336075.
3705 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3707 * gst/playback/gstplaybin.c:
3708 Improve docs: add section about BUFFERING messages sent by playbin.
3710 2006-08-29 Michael Smith <msmith@fluendo.com>
3712 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3713 (gst_vorbis_enc_buffer_check_discontinuous),
3714 (gst_vorbis_enc_chain):
3715 Ignore explicit DISCONT marked on buffers (which is often spurious,
3716 particularly when using multiple segments), in favour of solely
3717 using the timestamps/durations.
3719 2006-08-29 Edward Hervey <edward@fluendo.com>
3721 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3722 Don't rely on incoming buffers offset anymore, since it is completely
3723 broken when using multiple segments.
3724 Instead convert the incoming buffers timestamp to running time, and
3725 then convert that value to the offsets.
3726 Also inform GstSegment of the last outputted stop position, which is
3727 needed if we received several segments with an unknown stop value.
3729 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
3731 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3732 fix buffer unreffing on a header push failure
3734 2006-08-28 Wim Taymans <wim@fluendo.com>
3736 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3737 (gst_audio_rate_chain):
3738 Make the metadata of the buffer writable before changing its
3741 2006-08-28 Wim Taymans <wim@fluendo.com>
3743 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3744 (gst_audio_rate_setcaps), (gst_audio_rate_init),
3745 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3746 (gst_audio_rate_chain), (gst_audio_rate_change_state):
3747 Fix audiorate some more.
3748 Reset and resync counters on flush and READY.
3749 Handle the DISCONT flag correctly.
3750 Use GstSegment to track position.
3751 Fail when not negotiated.
3754 2006-08-25 Michael Smith <msmith@fluendo.com>
3756 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3758 Remove accidently included debug line.
3760 2006-08-25 Wim Taymans <wim@fluendo.com>
3762 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3764 If a buffer is received with no caps, make the buffer metadata
3765 writable and set the caps, making sure that we don't screw up the
3768 2006-08-25 Michael Smith <msmith@fluendo.com>
3770 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3771 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3772 Fix memory leaks and misleading debug messages, add a couple of
3775 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3776 (gst_multi_fd_sink_render):
3777 Do not use gst_buffer_make_writable() in a basesink render method,
3778 as it may incorrectly unref the buffer. Instead, use convoluted
3779 dance to avoid copying the buffer except when we need to.
3781 2006-08-25 Michael Smith <msmith@fluendo.com>
3783 * ext/vorbis/vorbisenc.c:
3784 (gst_vorbis_enc_buffer_check_discontinuous):
3785 Allow very small discontinuities in the timestamps. These we can't
3786 do anything useful with anyway (because vorbis's timestamps have
3787 only sample granularity), and are commonly produced by elements with
3788 minor bugs. Allow up to 1/2 a sample out.
3791 2006-08-24 Wim Taymans <wim@fluendo.com>
3793 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3794 (play_scrub_toggle_cb), (main):
3795 Add a checkbox to enable play scrubbing. Makes it possible to disable
3798 2006-08-23 Stefan Kost <ensonic@users.sf.net>
3800 * tests/check/elements/.cvsignore:
3803 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3805 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3806 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3807 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3808 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3809 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3810 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3811 (gst_ogm_text_parse_strip_trailing_zeroes),
3812 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3813 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3814 Refactor ogm parse, do better input checking, misc. clean-ups.
3815 Cache incoming events and push them once the source pad has
3816 been created. Don't pass unterminated strings to sscanf().
3817 Strip trailing zeroes from subtitle text output, since they
3818 are not valid UTF-8. Don't push vorbiscomment packets on
3819 the subtitle text pad. Output perfect streams if possible.
3821 2006-08-23 Wim Taymans <wim@fluendo.com>
3823 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3824 Waits for tasks to settle down so that we clean up correctly for
3827 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3829 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3830 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3831 actually return return value in taglists_are_equal.
3833 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3835 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3836 Fix crash due to broken bitstream parsing on x86-64: can't make
3837 any assumptions about sizeof(struct) due to alignment/packing
3838 differences on different architectures. Fixes #351790.
3840 2006-08-22 Wim Taymans <wim@fluendo.com>
3842 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3843 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3844 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3845 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3846 (gst_riff_parse_info):
3847 Protect public functions against bad input.
3851 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3853 * gst-libs/gst/riff/riff-ids.h:
3854 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3855 Add voxware audio IDs (even if we can't play it) (#351795).
3857 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3859 * gst-libs/gst/riff/riff-media.c:
3860 (gst_riff_create_video_template_caps),
3861 (gst_riff_create_audio_template_caps),
3862 (gst_riff_create_iavs_template_caps):
3863 Const-ify some arrays and use G_N_ELEMENTS instead
3864 of wasting oodles of RAM on terminator bits.
3866 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3868 * gst-libs/gst/tag/gstvorbistag.c:
3869 (gst_tag_list_to_vorbiscomment_buffer):
3870 * tests/check/libs/tag.c: (GST_START_TEST):
3871 And the same for _to_vorbiscomment_buffer(): allow
3872 id_data_len == 0 for speex.
3874 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
3877 * docs/plugins/Makefile.am:
3878 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3879 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3880 * docs/plugins/inspect/plugin-gdp.xml:
3881 * gst/gdp/Makefile.am:
3882 * tests/check/Makefile.am:
3883 Move GDP plugin to -base from -bad. Closes #347783.
3885 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3887 * gst-libs/gst/tag/gstvorbistag.c:
3888 (gst_tag_list_from_vorbiscomment_buffer):
3889 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3890 Also add some checks to make sure we don't memcmp() beyond the end of
3891 vorbiscomment buffer if the ID to check for is larger than the buffer.
3893 * tests/check/libs/tag.c: (GST_START_TEST):
3894 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3896 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3898 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3899 (gst_vorbis_enc_set_metadata):
3900 Use vorbis comment utility functions from libgsttag
3901 instead of re-inventing the wheel (partially fixes #347091).
3903 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
3905 * tests/check/elements/audioconvert.c: (GST_START_TEST):
3906 Fix leaks. Wait for state transitions that might happen ASYNC, as well
3909 2006-08-21 Wim Taymans <wim@fluendo.com>
3911 * docs/libs/Makefile.am:
3912 * docs/libs/gst-plugins-base-libs-sections.txt:
3913 * docs/libs/gst-plugins-base-libs.types:
3914 Don't try to GObject scan the netbuffer as it's not a GObject.
3917 * gst-libs/gst/netbuffer/gstnetbuffer.c:
3918 * gst-libs/gst/netbuffer/gstnetbuffer.h:
3919 Document GstNetBuffer.
3921 2006-08-21 Stefan Kost <ensonic@users.sf.net>
3923 * tests/check/elements/audioconvert.c: (GST_START_TEST),
3924 (audioconvert_suite):
3925 Add testcase for caps-size-explosion
3927 2006-08-20 Stefan Kost <ensonic@users.sf.net>
3929 * gst/audioconvert/gstaudioconvert.c:
3930 (gst_audio_convert_get_unit_size), (set_structure_widths):
3931 Lower debug, use g_assert in _get_unit_size
3933 * gst/audioresample/gstaudioresample.c:
3934 (audioresample_get_unit_size):
3935 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3936 (gst_ffmpegcsp_get_unit_size):
3937 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3938 use g_assert in _get_unit_size
3940 2006-08-18 Wim Taymans <wim@fluendo.com>
3942 * docs/libs/gst-plugins-base-libs-sections.txt:
3943 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3944 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3945 (gst_rtp_buffer_get_payload_buffer):
3946 * gst-libs/gst/rtp/gstrtpbuffer.h:
3947 Document GstRTPBuffer.
3948 Added function to efficiently strip payload headers.
3949 API: gst_rtp_buffer_get_payload_subbuffer()
3951 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3953 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3954 (gst_tag_to_vorbis_comments):
3955 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3956 tags and deserialise them properly as well (#347091).
3957 Add some more gtk-doc blurbs and also some g_return_if_fail().
3959 * tests/check/libs/tag.c: (GST_START_TEST),
3960 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3963 2006-08-17 Wim Taymans <wim@fluendo.com>
3965 * ext/ogg/Makefile.am:
3966 * ext/ogg/gstogg.c: (plugin_init):
3967 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3968 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3969 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3970 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3971 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3972 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3973 Added ogg-in-avi parser element. Fixes #140139.
3975 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3976 Fixed a bug in oggdemux debug code.
3978 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3979 (gst_riff_create_audio_template_caps):
3980 Recognise Ogg in the AVI extensible wave format.
3982 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3984 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3985 Make buffer durations add up (duration should be next_ts-ts for
3986 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3989 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3990 (test_buffer_timestamps), (cddabasesrc_suite):
3991 Add unit test for the above.
3993 * tests/check/Makefile.am:
3994 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3995 to see what happens.
3997 2006-08-16 Wim Taymans <wim@fluendo.com>
3999 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
4000 (gst_alsasink_open):
4001 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
4003 Avoid setting and using a NULL device name.
4004 Print more info when we fail to open a device.
4006 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
4008 * docs/libs/gst-plugins-base-libs-sections.txt:
4009 * gst-libs/gst/tag/tag.h:
4010 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
4011 API: add gst_tag_parse_extended_comment() (#351426).
4013 * tests/check/Makefile.am:
4014 * tests/check/libs/.cvsignore:
4015 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
4016 Add unit test for gst_tag_parse_extended_comment().
4018 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
4020 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
4021 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
4024 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
4026 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4027 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4028 * docs/plugins/gst-plugins-base-plugins.args:
4029 * gst/playback/gstplaybin.c:
4032 * docs/plugins/inspect/plugin-adder.xml:
4033 * docs/plugins/inspect/plugin-alsa.xml:
4034 * docs/plugins/inspect/plugin-audioconvert.xml:
4035 * docs/plugins/inspect/plugin-audiorate.xml:
4036 * docs/plugins/inspect/plugin-audioresample.xml:
4037 * docs/plugins/inspect/plugin-audiotestsrc.xml:
4038 * docs/plugins/inspect/plugin-cdparanoia.xml:
4039 * docs/plugins/inspect/plugin-decodebin.xml:
4040 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4041 * docs/plugins/inspect/plugin-gnomevfs.xml:
4042 * docs/plugins/inspect/plugin-ogg.xml:
4043 * docs/plugins/inspect/plugin-pango.xml:
4044 * docs/plugins/inspect/plugin-playbin.xml:
4045 * docs/plugins/inspect/plugin-subparse.xml:
4046 * docs/plugins/inspect/plugin-tcp.xml:
4047 * docs/plugins/inspect/plugin-theora.xml:
4048 * docs/plugins/inspect/plugin-typefindfunctions.xml:
4049 * docs/plugins/inspect/plugin-video4linux.xml:
4050 * docs/plugins/inspect/plugin-videorate.xml:
4051 * docs/plugins/inspect/plugin-videoscale.xml:
4052 * docs/plugins/inspect/plugin-videotestsrc.xml:
4053 * docs/plugins/inspect/plugin-volume.xml:
4054 * docs/plugins/inspect/plugin-vorbis.xml:
4055 * docs/plugins/inspect/plugin-ximagesink.xml:
4056 * docs/plugins/inspect/plugin-xvimagesink.xml:
4057 Update to CVS version.
4059 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
4061 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4062 (gst_play_bin_set_property), (gst_play_bin_get_property),
4063 (value_list_append_structure_list),
4064 (gst_play_bin_handle_redirect_message),
4065 (gst_play_bin_handle_message):
4066 API: GstPlayBin::connection-speed
4067 Add "connection-speed" property; re-order redirect messages with
4068 multiple redirect locations depending on the minimum bitrate if
4069 that information is available and a connection speed is set
4072 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
4074 * gst/playback/gstplaybin.c:
4075 Update max volume to the same value that the volume element uses.
4077 2006-08-14 Wim Taymans <wim@fluendo.com>
4079 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4082 2006-08-14 Wim Taymans <wim@fluendo.com>
4084 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4085 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4086 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4087 Add some more debug info.
4088 Don't crash when a seek failed.
4089 Actually return the result of the seek instead of TRUE.
4090 Ignore multiple BOS pages with the same serial so that we don't create
4091 the same stream multiple times.
4092 Post an error when we fail to do the initial seek.
4094 2006-08-13 Wim Taymans <wim@fluendo.com>
4096 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4097 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4100 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4101 (gst_alsa_mixer_new):
4102 Remove hack that always set the device to hw:0*.
4103 Properly find the card name for whatever device was configured.
4104 Do some better debugging.
4107 * ext/alsa/gstalsamixerelement.c:
4108 (gst_alsa_mixer_element_set_property),
4109 (gst_alsa_mixer_element_change_state):
4111 Handle setting of a NULL device name better.
4113 2006-08-11 Wim Taymans <wim@fluendo.com>
4115 * gst/adder/gstadder.c:
4116 Don't clip float values. Fixes #350900.
4118 2006-08-11 Andy Wingo <wingo@pobox.com>
4120 * gst/tcp/gsttcp.c: Really fix the build?
4122 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4125 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
4127 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4128 Float caps shouldn't have a "signed" field.
4130 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
4132 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4133 Implement SEEKING query in its most basic form, so that we can
4134 at least check if we're seekable or not (#350655).
4136 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
4138 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4139 The checks here are not even close to anything that would
4140 justify MAXIMUM probability, lowering to POSSIBLE until someone
4141 fixes the checks (case at hand: quicktime redirection files
4142 might start with 00 00 01 XX and pass the checks here just
4145 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
4147 Patch by: Sjoerd Simons <sjoerd at luon net>
4149 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4150 Better detection for multipart/x-mixed-replace: accept leading
4151 whitespaces before the boundary marker as well (as our very own
4152 multipartmux used to produce) (#349068).
4154 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
4156 Patch by: Young-Ho Cha <ganadist at chollian net>
4158 * gst-libs/gst/riff/riff-ids.h:
4159 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4160 (gst_riff_create_audio_template_caps):
4161 Detect DTS audio streams (#350157).
4163 2006-08-05 Andy Wingo <wingo@pobox.com>
4165 * ext/theora/gsttheoraparse.h:
4166 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4167 (theora_parse_dispose, theora_parse_set_property)
4168 (theora_parse_get_property, theora_parse_munge_granulepos)
4169 (theora_parse_push_buffer, theora_parse_change_state):
4170 API: GstTheoraParse::synchronization-points
4171 Add a property 'synchronization-points' to fix badly synchronized oggs.
4173 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4175 * tests/check/Makefile.am:
4176 * tests/check/libs/.cvsignore:
4177 * tests/check/libs/audio.c: (structure_contains_channel_positions),
4178 (fixed_caps_have_channel_positions), (GST_START_TEST),
4179 (audio_suite), (main):
4180 Add a few tests for the channel position stuff in libgstaudio.
4182 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4184 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4185 (gst_alsa_detect_channels):
4186 * ext/alsa/gstalsasink.c:
4187 Add support for cards that (only) do more than 8 channels,
4188 like the Delta 44 (#345188).
4190 * gst-libs/gst/audio/multichannel.c:
4191 (gst_audio_check_channel_positions):
4192 * gst-libs/gst/audio/multichannel.h:
4193 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4194 unspecified channel position and cannot be combined with any
4195 of the other audio channel positions; adjust position layout
4196 checks accordingly (#345188).
4198 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4200 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4201 Recognise ancient RealAudio files (see #349779).
4203 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4205 Patch by: Jens Granseuer <jensgr at gmx net>
4207 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4208 Add typefinder for Interplay's MVE format (#348973).
4210 2006-08-02 Wim Taymans <wim@fluendo.com>
4212 Patch by: Marcel Moreaux <marcelm at luon dot net>
4214 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4215 (gst_base_rtp_depayload_add_to_queue):
4216 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4217 Handle RTP sequence number rollover.
4218 Disable jitterbuffer by default.
4220 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
4222 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4223 (audioresample_set_caps):
4224 Don't leak references to the incoming caps. Clean them up when
4227 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4228 (gst_video_scale_finalize):
4229 Don't leak our temporary pixel buffer.
4231 * tests/check/Makefile.am:
4232 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4233 (GST_START_TEST), (simple_launch_lines_suite):
4235 Fix leaks and re-enable the test for valgrind checking.
4237 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
4239 Patch by: Sjoerd Simons <sjoerd at luon net>
4241 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4243 Add typefind function for multipart/x-mixed-replace (#348916).
4245 2006-07-28 Wim Taymans <wim@fluendo.com>
4247 * gst/adder/gstadder.c: (gst_adder_setcaps),
4248 (gst_adder_query_duration):
4249 Fix leak in duration query.
4250 Reflow some docs and notes.
4252 2006-07-28 Michael Smith <msmith@fluendo.com>
4254 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4256 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4259 2006-07-28 Michael Smith <msmith@fluendo.com>
4261 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4262 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4263 (gst_vorbis_enc_push_buffer),
4264 (gst_vorbis_enc_buffer_check_discontinuous),
4265 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4266 * ext/vorbis/vorbisenc.h:
4267 Handle discontinuities in the input vorbis stream correctly,
4268 so that the output is properly timestamped (and has good granulepos
4269 values). Needs some oggmux fixes too.
4271 2006-07-27 Wim Taymans <wim@fluendo.com>
4273 patch by: Kai Vehmanen <kv2004 eca cx>
4275 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4276 (gst_base_rtp_depayload_chain),
4277 (gst_base_rtp_depayload_handle_sink_event),
4278 (gst_base_rtp_depayload_change_state):
4279 Don't send multiple newsegments with different formats.
4282 2006-07-26 Wim Taymans <wim@fluendo.com>
4284 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4285 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4286 Make seeking in ogg more accurate again by doing the more correct
4287 granuletime to stream time conversion.
4289 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
4291 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4292 (gst_multi_fd_sink_new_client):
4293 debug a little more understandably
4294 do not use goto as a substitute for break, especially if
4295 break is also being used
4297 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
4299 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4300 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4301 Remove GLib-2.6 compatibility cruft.
4303 2006-07-24 Wim Taymans <wim@fluendo.com>
4305 * gst-libs/gst/audio/gstbaseaudiosink.c:
4306 (gst_base_audio_sink_render):
4307 Don't try to align a sample to an unknown value.
4309 2006-07-24 Wim Taymans <wim@fluendo.com>
4311 * gst-libs/gst/audio/gstbaseaudiosink.c:
4312 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4313 When the audio clock is slaved to another clock, never try to align
4314 samples but trust the rate interpolation algorithm.
4316 2006-07-24 Wim Taymans <wim@fluendo.com>
4318 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4319 Don't try to calculate silence samples, base class does this much
4322 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4323 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4324 (gst_ring_buffer_acquire):
4325 Calculate silence samples correctly.
4327 * gst-libs/gst/audio/gstringbuffer.h:
4330 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
4332 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4333 Limit search for the first markup tag to the first few kB of
4334 the file. If we don't find one there, it's highly unlikely that
4335 this is an XML(-ish) file.
4337 2006-07-21 Andy Wingo <wingo@pobox.com>
4339 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4340 test to the one in vorbisenc. Also commented out.
4342 * tests/check/pipelines/vorbisenc.c:
4343 (test_discontinuity): New test, commented out until Mike lands
4344 some elite vorbisenc patches.
4346 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4347 Bufferstraw was actually factored out of these tests. Now we share
4350 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4351 for bufferstraw addition to gstcheck.
4353 2006-07-21 Wim Taymans <wim@fluendo.com>
4355 * ext/theora/theoradec.c: (clip_buffer):
4358 2006-07-21 Wim Taymans <wim@fluendo.com>
4360 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4361 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4362 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4364 Avoid type casting when we can.
4366 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4369 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
4371 * ext/alsa/gstalsamixerelement.c:
4372 (gst_alsa_mixer_element_change_state):
4373 Make state change fail if the specified device can't be opened
4376 2006-07-20 Wim Taymans <wim@fluendo.com>
4378 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4379 (cb_newpad), (main):
4380 Example of a small audio/video player using decodebin.
4382 2006-07-20 Stefan Kost <ensonic@users.sf.net>
4384 * gst-libs/gst/riff/riff-ids.h:
4387 2006-07-19 Wim Taymans <wim@fluendo.com>
4389 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4390 (gst_base_rtp_depayload_chain),
4391 (gst_base_rtp_depayload_change_state):
4392 Don't assert when not negotiated but post a meaningfull
4393 error message. Fixes #347918.
4395 * gst-libs/gst/rtp/gstbasertppayload.c:
4396 Add comment about better default MTU size.
4398 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4399 Small cleanups, start docs.
4401 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4403 Patch by: Martin Szulecki
4405 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4406 If "device-name" is requested and the device is not
4407 open, try to temporarily open it to obtain this
4408 information (#342494).
4410 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4412 * gst-libs/gst/tag/gstid3tag.c:
4413 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4415 * gst-libs/gst/tag/gsttageditingprivate.h:
4416 * gst-libs/gst/tag/gstvorbistag.c:
4417 Some more random const-ifications.
4419 2006-07-18 Stefan Kost <ensonic@users.sf.net>
4421 * gst-libs/gst/riff/riff-ids.h:
4422 * gst-libs/gst/riff/riff-media.c:
4423 (gst_riff_create_video_template_caps):
4424 Add more FOURCCs (sort list to make stuff easier to find),
4425 add comment what those 16 bytes in struct _gst_riff_strh according to
4428 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4430 * gst-libs/gst/audio/multichannel.c:
4431 (gst_audio_check_channel_positions),
4432 (gst_audio_fixate_channel_positions):
4433 Const-ify two arrays.
4435 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4437 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4438 Fix typo, so that alsasink also advertises 8 channels
4439 if that's supported (tags: can, worms, open, alsa, ph34r).
4441 2006-07-17 Wim Taymans <wim@fluendo.com>
4443 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4444 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4445 *sigh*, when is the compiler going to warn when the comments
4446 are out-of-sync with the code.. Refix case of busted theora
4447 headers with 0 granule pos.
4449 2006-07-14 Wim Taymans <wim@fluendo.com>
4451 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4452 (gst_base_rtp_depayload_wait),
4453 (gst_base_rtp_depayload_change_state),
4454 (gst_base_rtp_depayload_set_property),
4455 (gst_base_rtp_depayload_get_property):
4456 Fix 99% cpu load by waiting for absolute times on the
4457 clock. Fixes #347300.
4459 2006-07-14 Andy Wingo <wingo@pobox.com>
4461 * ext/theora/gsttheoraparse.h:
4462 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4463 (theora_parse_push_headers, theora_parse_clear_queue)
4464 (theora_parse_drain_queue_prematurely, )
4465 (theora_parse_sink_event, theora_parse_change_state): Queue events
4466 until we initialized our state, like in vorbisparse.
4468 * ext/vorbis/vorbisparse.h:
4469 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4470 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4471 (vorbis_parse_drain_queue_prematurely, )
4472 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4473 until we have initialized our state. Fixes seeking after an
4476 2006-07-14 Andy Wingo <wingo@pobox.com>
4478 Patch by: Iain Holmes <iaingnome@gmail.com>
4480 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4482 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
4485 Bump nano back to CVS
4487 === release 0.10.9 ===
4489 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4492 releasing 0.10.9, "I walk the line"
4494 2006-07-14 Michael Smith <msmith@fluendo.com>
4496 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4497 Move a g_cond_signal to earlier to avoid sometimes deadlocking
4498 (commonly happens when running this test under valgrind) when trying
4499 to remove the buffer probe.
4501 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4503 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4504 Fix missing g_unlock from the previous commit
4506 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4508 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4509 (gst_ximagesink_change_state):
4510 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4511 (gst_xvimagesink_change_state):
4512 Implement a locking order to ensure we always take the object lock
4513 before the x_lock and never vice-versa.
4515 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4517 * gst/playback/gstdecodebin.c: (find_compatibles):
4518 Fix a caps leak when linking (#347304)
4520 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4521 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4522 (gst_ximagesink_change_state):
4523 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4524 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4525 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4526 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4527 Don't leak shared memory resources. Use the object lock to protect
4528 against the xcontext disappearing while returning a buffer from the
4531 2006-07-12 Edward Hervey <edward@fluendo.com>
4533 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4534 (vorbis_handle_comment_packet):
4535 gst_tag_list_merge() returns a new object. Take that into account when
4536 using it. This avoids memleak.
4537 Revert previous commit which is not needed.
4539 2006-07-12 Edward Hervey <edward@fluendo.com>
4541 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4542 Reset the decoder in finalize so that all fields get cleared.
4544 2006-07-12 Wim Taymans <wim@fluendo.com>
4546 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4547 (gst_base_audio_src_set_clock),
4548 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4549 Don't try to post an error message when setting the clock fails
4550 as this can happen when adding an element to a bin which will then
4551 deadlock. Fixes #347296.
4553 2006-07-12 Edward Hervey <edward@fluendo.com>
4555 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4556 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4557 (vorbis_handle_type_packet):
4558 Post tag messages on the bus even if we're not initialized.
4559 If we're not initialized, we still postpone the event pushing of tags.
4561 2006-07-12 Wim Taymans <wim@fluendo.com>
4563 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4564 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4565 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4566 Revert last two changes that broke the freeze.
4568 2006-07-12 Wim Taymans <wim@fluendo.com>
4570 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4571 basesink calculates silence sample correctly for us.
4573 2006-07-12 Wim Taymans <wim@fluendo.com>
4575 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4576 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4577 Calculate correct silence samples so we don't fill our ringbuffer
4580 2006-07-12 Edward Hervey <edward@fluendo.com>
4582 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4583 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4584 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4585 * ext/vorbis/vorbisdec.h:
4586 Delay sending events (newsegment, tags) until the decoder is properly
4590 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
4592 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4593 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4594 Patch from #347221 adding a test for audioconvert
4597 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
4599 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4600 (gst_ssa_parse_parse_line):
4601 Don't include the terminating NUL in the buffer size,
4602 it's only there for extra paranoia (would add random
4603 '*' characters at the end of each subtitle since the
4604 terminator itself is not valid UTF-8 technically).
4605 Also fix indenting after boilerplate macro.
4607 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
4609 * gst/playback/gstdecodebin.c: (close_pad_link):
4610 Also emit 'unknown-type' signal (which should really be
4611 called unhandled-type) if we found potential decoders/demuxers
4612 in the registry but none of them worked in the end (as in the
4613 case where the plugins don't exist any longer but are still
4614 listed in the registry). Fixes #329798.
4616 2006-07-08 Andy Wingo <wingo@pobox.com>
4618 * theoraparse.c (theora_parse_push_buffer)
4619 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4620 Add some more debugging. Fix granulepos reconstruction in the face
4623 2006-07-06 Wim Taymans <wim@fluendo.com>
4625 * gst-libs/gst/audio/gstbaseaudiosink.c:
4626 (gst_base_audio_sink_class_init),
4627 (gst_base_audio_sink_provide_clock):
4628 Use gobject_class instead of G_OBJECT_CLASS (klass)
4630 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4631 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4632 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4633 (gst_base_audio_src_get_time),
4634 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4635 (gst_base_audio_src_create_ringbuffer):
4636 Fix latency and buffer-time constants and properties ala basesink.
4637 Implement pull based scheduling. Fixes #346527.
4638 Set default blocksize in GstBaseSrc to 0, we default to pushing out
4640 Refuse slaving to another clock instead of silently not working.
4641 Only provide a clock when we are actually able to do so.
4642 Various small cleanups and compiler hints.
4644 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4646 Patch by: Lutz Mueller <lutz at topfrose de>
4648 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4650 Add typefinding for text/html (#346581).
4652 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4654 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4655 (xml_check_first_element), (xml_type_find), (smil_type_find):
4656 Fix SMIL typefinding, make xml_check_first_element() more
4659 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4661 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4662 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4663 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4664 * gst/playback/gstplaybasebin.h:
4665 Protect list of elements with a subtitle-encoding property and
4666 the subtitle encoding member itself with a lock of their own
4667 instead of using the object lock. This prevents a dead-lock in
4668 the element-remove callback in some circumstances when shutting
4671 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
4673 * win32/common/libgsttag.def:
4674 Export some new functions.
4675 * win32/vs6/libgstogg.dsp:
4676 Add a link to libgsttag-0.10.lib.
4678 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
4680 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4681 Some const-ification.
4683 2006-07-04 Wim Taymans <wim@fluendo.com>
4685 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4686 Improve checking if we are dealing with a stream. Added some
4687 more uris that need buffering.
4689 2006-07-03 Edward Hervey <edward@fluendo.com>
4691 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4692 Remove unused variable.
4694 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4699 add GCOV_LIBS to GST_LIBS
4701 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
4703 Patch by: Michael Sheldon <webmaster at mikeasoft com>
4705 * ext/alsa/gstalsasrc.c:
4706 Add 32 bps to template caps and increase channels range
4707 from [1,2] to [1,MAX]. See #346326.
4709 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
4711 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4712 Recognise 'WMVA' video codec fourcc (#345879).
4714 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4716 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4717 Fixed nasty memory leak
4719 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4721 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4722 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4725 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
4727 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4728 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4729 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4730 Protect remove_fakesink using a mutex, so that we don't try and
4731 remove the fakesink simultaneously from multiple threads.
4733 When going from READY to PAUSED, restore the fakesink, so that
4734 it is there when decodebin gets reused.
4736 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
4738 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4739 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4740 * gst-libs/gst/rtp/gstbasertppayload.c:
4741 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4742 * gst/tcp/gstmultifdsink.c:
4743 * gst/tcp/gsttcpclientsink.c:
4744 * gst/tcp/gsttcpclientsrc.c:
4745 * gst/tcp/gsttcpserversink.c:
4746 * gst/tcp/gsttcpserversrc.c:
4747 * gst/videorate/gstvideorate.c:
4748 * gst/videotestsrc/gstvideotestsrc.c:
4749 * sys/v4l/gstv4ljpegsrc.c:
4750 * sys/v4l/gstv4lmjpegsink.c:
4751 * sys/v4l/gstv4lsrc.c:
4752 * tests/examples/seek/scrubby.c:
4753 * tests/examples/seek/seek.c:
4754 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4756 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4758 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4759 Second field in GEnumValue shouldn't be a description,
4760 but a stringified version of the enum value.
4762 2006-06-22 Wim Taymans <wim@fluendo.com>
4764 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4765 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4766 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4767 Avoid type checking in buffer casts.
4768 Avoid caps copy in buffer_alloc when we can.
4769 Use pad_peer_accept.
4771 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4773 * gst-libs/gst/tag/tag.h:
4774 Oops, make that 'Since: 0.10.9'.
4776 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4778 * docs/libs/gst-plugins-base-libs-sections.txt:
4779 * gst-libs/gst/tag/tag.h:
4780 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4781 (gst_tag_image_type_get_type):
4782 API: add GstTagImageType enum to describe images contained
4783 in image tags (#345641).
4785 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4787 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4788 Fix warnings with gst-inspect: "buffers-min" property
4789 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4790 typo in property description.
4792 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4794 Patch by: Cody Russell <bratsche at gnome org>
4796 * gst/audioresample/gstaudioresample.c:
4797 (gst_audioresample_class_init):
4798 * gst/playback/gststreamselector.c:
4799 (gst_stream_selector_class_init):
4800 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4801 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4802 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4803 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4804 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4805 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4806 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4807 * gst/videotestsrc/gstvideotestsrc.c:
4808 (gst_video_test_src_class_init):
4809 * gst/volume/gstvolume.c: (gst_volume_class_init):
4810 Avoid unnecessary class cast check in class_init
4811 functions (#337747).
4813 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
4815 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4816 (gst_text_overlay_video_chain):
4817 g_markup_escape_text() REALLY doesn't like non-UTF8 input
4818 and doesn't validate its input either (and neither did
4819 textoverlay it seems). Let's do that then and fix #345206.
4821 2006-06-19 Wim Taymans <wim@fluendo.com>
4823 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4824 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4825 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4826 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4827 (find_syncframe), (find_limits), (assign_value),
4828 (count_burst_unit), (gst_multi_fd_sink_new_client),
4829 (gst_multi_fd_sink_handle_client_write),
4830 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4831 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4832 (gst_multi_fd_sink_change_state):
4833 * gst/tcp/gstmultifdsink.h:
4834 Added shiny new burst-on-connect methods.
4835 Add properties to control the minimal amount of data queued.
4837 API: bytes-min property
4838 API: time-min property
4839 API: buffers-min property
4840 API: burst-unit property
4841 API: burst-value property
4842 API: add-full signal
4844 * gst/tcp/gsttcp-marshal.list:
4845 Added new marshaller code for the new signal.
4847 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4848 (multifdsink_suite):
4849 Added testcases for new burst methods.
4851 2006-06-19 Edward Hervey <edward@fluendo.com>
4853 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4854 Implement clipping for accurate seeking.
4857 2006-06-19 Wim Taymans <wim@fluendo.com>
4859 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4861 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4862 (gst_video_scale_transform):
4863 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4865 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
4868 Fix --disable-external (can't set conditionals conditionally,
4871 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4873 * tests/check/elements/audioresample.c: (test_reuse),
4874 (audioresample_suite):
4875 Add test case for bug #342789 fixed below.
4877 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4879 * gst/audioresample/gstaudioresample.c:
4880 (gst_audioresample_class_init), (gst_audioresample_init),
4881 (audioresample_start), (audioresample_stop),
4882 (gst_audioresample_set_property), (gst_audioresample_get_property):
4883 Implement GstBaseTransform::start and ::stop so that audioresample
4884 can clear its internal state properly and be reused instead of
4885 causing non-negotiated errors with playbin under some circumstances
4888 * tests/check/elements/audioresample.c: (setup_audioresample),
4889 (cleanup_audioresample):
4890 Need to set element state here so that ::start and ::stop are
4893 2006-06-16 Wim Taymans <wim@fluendo.com>
4895 Patch by: Young-Ho Cha <ganadist at chollian dot net>
4897 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4898 Parse extra data better, apparently it's right behind
4899 the normal strf header size. Fixes #343500.
4901 2006-06-16 Wim Taymans <wim@fluendo.com>
4903 * ext/alsa/gstalsasink.c: (set_hwparams):
4904 If we fail to set the buffer_time and period_time alsa
4905 parameters, post a warning and leave alsa select a
4906 default instead of failing. Fixes #342085
4908 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4910 * docs/libs/gst-plugins-base-libs-sections.txt:
4911 * gst-libs/gst/cdda/gstcddabasesrc.h:
4912 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4913 out in the header file and shouldn't be listed in the docs.
4915 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4916 Must dereference pointer to fourcc in the debug statement.
4918 2006-06-16 Stefan Kost <ensonic@users.sf.net>
4920 * docs/libs/Makefile.am:
4921 * docs/libs/gst-plugins-base-libs-docs.sgml:
4922 * docs/libs/gst-plugins-base-libs-sections.txt:
4923 * docs/libs/gst-plugins-base-libs.types:
4924 add remaining symbols into correct setions
4926 * gst-libs/gst/audio/gstringbuffer.c:
4929 * gst-libs/gst/audio/gstringbuffer.h:
4930 comment out not yet implemented function
4933 * gst-libs/gst/floatcast/floatcast.h:
4934 * gst-libs/gst/netbuffer/gstnetbuffer.c:
4935 add short descriptions
4938 * gst-libs/gst/interfaces/propertyprobe.c:
4939 fix return value docs
4941 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4942 simplify debug logging
4944 * gst-libs/gst/riff/riff-read.h:
4945 sync function prototype and docs
4947 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4948 remove left over symbol
4950 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4955 Use GST_PLUGIN_DOCS macro in configure.ac, add
4956 --enable-plugin-docs default to autogen.sh and use
4957 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4959 2006-06-15 Wim Taymans <wim@fluendo.com>
4961 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4962 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4963 (gst_ogg_demux_loop):
4964 Combine GstFlowReturn from the source pads to give a
4965 meaningfull result to the upstream peer or to stop the
4966 processing task in case of errors.
4968 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4970 * gst/playback/gststreaminfo.c: (cb_probe):
4971 Try GST_TAG_CODEC as fallback when extracting the
4972 codec name; more debug info.
4974 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4976 * ext/ogg/Makefile.am:
4977 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4978 Extract language tags from ogm subtitle streams, so that
4979 the subtitle menu choices are labelled correctly in
4980 Totem (fixes #344708).
4982 2006-06-14 Wim Taymans <wim@fluendo.com>
4984 Patch by: Alessandro Decina <alessandro at nnva dot org>
4986 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4987 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4988 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4989 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4990 Fix various leaks. Fixes #343699.
4991 Add x-smoke mime type.
4993 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4995 * gst-libs/gst/riff/riff-ids.h:
4996 Add IDs for 'bext' chunks (see #343837).
4998 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
5000 Patch by: Young-Ho Cha <ganadist at chollian net>
5002 * gst/subparse/samiparse.c: (sami_context_pop_state),
5003 (handle_start_font), (end_sami_element):
5004 Honour font face tags in SAMI subtitles (#344503).
5006 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5009 add missing files containing translatable strings
5011 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5013 * docs/libs/tmpl/.cvsignore:
5014 we don't want those *.sgml files in CVS either
5016 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5018 * docs/libs/.cvsignore:
5019 * tests/check/elements/.cvsignore:
5020 * tests/check/libs/.cvsignore:
5023 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5025 * docs/libs/Makefile.am:
5026 also commiting the changed Makefile.am (added more libs to the
5029 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5031 * docs/libs/gst-plugins-base-libs-docs.sgml:
5032 * docs/libs/gst-plugins-base-libs-sections.txt:
5033 * docs/libs/gst-plugins-base-libs.types:
5034 first batch of reordering things, add index & hierarchy
5036 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
5039 use GST_PKG_CHECK_MODULES, cleans up output
5041 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
5043 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5044 Add support for burn:// URIs (#343385); const-ify things a bit,
5045 use G_N_ELEMENTS instead of hard-coded array size.
5047 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
5049 Patch by: Young-Ho Cha <ganadist at chollian net>
5051 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
5052 Fix up broken entities before passing them to libxml *sigh*.
5055 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
5060 === release 0.10.8 ===
5062 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
5065 releasing 0.10.8, "Moar gij ziet mij nie"
5067 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
5084 * win32/common/config.h:
5087 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
5089 * docs/libs/tmpl/gstaudio.sgml:
5090 * docs/libs/tmpl/gstcolorbalance.sgml:
5091 * docs/libs/tmpl/gstmixer.sgml:
5092 * docs/libs/tmpl/gstringbuffer.sgml:
5093 * docs/libs/tmpl/gsttuner.sgml:
5094 * docs/libs/tmpl/gstxoverlay.sgml:
5095 * gst-libs/gst/audio/audio.c:
5096 * gst-libs/gst/audio/gstringbuffer.c:
5097 * gst-libs/gst/interfaces/colorbalance.c:
5098 * gst-libs/gst/interfaces/mixer.c:
5099 * gst-libs/gst/interfaces/tuner.c:
5100 * gst-libs/gst/interfaces/xoverlay.c:
5101 move last template doc snippets to source code and delete them
5103 2006-06-06 Michael Smith <msmith@fluendo.com>
5105 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5106 (theora_parse_drain_queue):
5107 Mark DELTA_UNIT on non-keyframes.
5109 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
5111 * gst-libs/gst/audio/gstbaseaudiosink.c:
5112 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5113 * gst-libs/gst/audio/gstbaseaudiosink.h:
5114 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5115 (gst_ring_buffer_samples_done):
5116 * gst-libs/gst/audio/gstringbuffer.h:
5117 Document better the fact that latency_time and buffer_time are values
5118 stored in microseconds, and not the usual GStreamer nanoseconds.
5119 Change the variables (compatibly) that store them from GstClockTime
5120 to guint64 to make it more clear that they're not storing clock times.
5121 Also, remove the bogus property description that says the user can
5122 specify -1 to get the default value, since that's never been the case.
5124 When computing the default segment size for the ring buffer, make it
5125 an integer number of samples.
5127 When the sub-class indicates a delay greater than the number of
5128 samples we've written return 0 from the audio sink get_time method.
5130 2006-06-02 Michael Smith <msmith@fluendo.com>
5132 * tests/check/elements/audioconvert.c: (set_channel_positions),
5133 (get_float_mc_caps), (get_int_mc_caps):
5134 * tests/check/elements/audioresample.c:
5135 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5136 * tests/check/elements/videorate.c:
5137 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5138 * tests/check/elements/volume.c:
5139 * tests/check/elements/vorbisdec.c:
5140 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5141 Don't busy-wait in tests; this was causing test timeouts very
5142 frequently when running under valgrind.
5144 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5147 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5148 (gst_multi_fd_sink_remove_client_link),
5149 (gst_multi_fd_sink_client_queue_caps),
5150 (gst_multi_fd_sink_client_queue_buffer),
5151 (gst_multi_fd_sink_handle_client_write),
5152 (gst_multi_fd_sink_render):
5153 * gst/tcp/gstmultifdsink.h:
5154 make multifdsink properly deal with streamheader:
5155 - streamheader is taken from caps
5156 - buffers marked with IN_CAPS are not sent
5157 - streamheaders are sent, on connection, from the caps of the
5158 buffer where the client gets positioned to
5159 - further streamheader changes are done every time the client
5160 will receive a buffer with different caps
5161 * tests/check/elements/multifdsink.c: (GST_START_TEST),
5162 (gst_multifdsink_create_streamheader):
5165 2006-06-02 Michael Smith <msmith@fluendo.com>
5167 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5168 Reinstate limit on channel count. Vorbis does not define the meaning
5169 of > 6 channels, so they're just independent channels. Gstreamer
5170 currently has no mechanism to represent N independent channels.
5172 2006-06-02 Michael Smith <msmith@fluendo.com>
5174 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5175 Don't arbitrarily restrict channel counts and rate in vorbis.
5176 In terms of effects likely on real-world files, this fixes 96kHz
5179 2006-06-02 Michael Smith <msmith@fluendo.com>
5181 * gst/audioconvert/audioconvert.c: (float):
5182 More correct float->int conversion.
5184 2006-06-02 Michael Smith <msmith@fluendo.com>
5186 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5187 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5188 value. Fixes g-critical on trying to play back ogg containing
5191 2006-06-02 Wim Taymans <wim@fluendo.com>
5193 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5195 * gst/playback/gstplaybasebin.h:
5196 Make the subtitle detection work from any thread so we don't
5197 deadlock. Fixes #343397.
5199 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5201 * gst/volume/Makefile.am:
5202 Seriously, it's not *that* hard to get compilation right. Even
5203 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5205 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5207 * gst/volume/gstvolume.c: (volume_choose_func),
5208 (volume_update_real_volume), (gst_volume_class_init),
5209 (gst_volume_init), (volume_process_float), (volume_process_int16),
5210 (volume_process_int16_clamp), (volume_set_caps),
5211 (volume_transform_ip), (plugin_init):
5212 * gst/volume/gstvolume.h:
5213 rewrite the passthrough check, split _int16 and _int16_clamp, fix
5214 another property desc., remove unused param from process function
5216 * tests/check/elements/volume.c: (volume_suite):
5217 reactivate the passthrough test
5219 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5221 * ext/alsa/gstalsamixerelement.h:
5222 * ext/alsa/gstalsamixeroptions.h:
5223 * ext/alsa/gstalsamixertrack.h:
5224 * ext/gnomevfs/gstgnomevfssink.h:
5225 * ext/gnomevfs/gstgnomevfssrc.h:
5226 * ext/theora/gsttheoradec.h:
5227 * ext/theora/gsttheoraenc.h:
5228 * ext/theora/gsttheoraparse.h:
5229 * ext/vorbis/vorbisparse.h:
5230 * gst-libs/gst/audio/gstaudioclock.h:
5231 * gst-libs/gst/audio/gstaudiofilter.h:
5232 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5233 * gst/audioconvert/gstaudioconvert.h:
5234 * gst/audioresample/gstaudioresample.h:
5235 * gst/audiotestsrc/gstaudiotestsrc.h:
5236 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5237 * gst/playback/gststreamselector.h:
5238 * gst/tcp/gstmultifdsink.h:
5239 * gst/tcp/gsttcpclientsink.h:
5240 * gst/tcp/gsttcpclientsrc.h:
5241 * gst/tcp/gsttcpserversink.h:
5242 * gst/tcp/gsttcpserversrc.h:
5243 * gst/videorate/gstvideorate.h:
5244 * gst/videoscale/gstvideoscale.h:
5245 * gst/videotestsrc/gstvideotestsrc.h:
5246 * gst/volume/gstvolume.h:
5247 * sys/v4l/gstv4ljpegsrc.h:
5248 * sys/v4l/gstv4lmjpegsink.h:
5249 * sys/v4l/gstv4lmjpegsrc.h:
5250 * sys/v4l/gstv4lsrc.h:
5251 * sys/ximage/ximagesink.h:
5252 * sys/xvimage/xvimagesink.h:
5253 * tests/old/testsuite/alsa/sinesrc.h:
5254 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5256 2006-05-31 Wim Taymans <wim@fluendo.com>
5258 * ext/libvisual/visual.c: (gst_visual_reset),
5259 (gst_visual_sink_setcaps), (gst_visual_sink_event),
5260 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5262 Use running time before doing QoS.
5265 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
5267 * docs/libs/Makefile.am:
5268 set a magic variable to indicate we know the docs are incomplete
5270 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
5272 * win32/common/libgstvideo.def:
5273 export gst_video_calculate_display_ratio
5274 * win32/vs6/libgstvideoscale.dsp:
5275 add link to libgstvideo-0.10.lib
5277 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
5279 * gst/playback/gstplaybasebin.c: (gen_source_element):
5280 Throw a more comprehensible error for rtsp:// URIs (rather
5281 than erroring out with a negotiation error later on) until
5282 we fix playbin to handle rtspsrc etc.
5284 2006-05-30 Wim Taymans <wim@fluendo.com>
5286 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5287 (gst_text_overlay_text_event):
5290 2006-05-30 Wim Taymans <wim@fluendo.com>
5292 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5293 (gst_adder_request_new_pad), (gst_adder_release_pad):
5294 * gst/adder/gstadder.h:
5295 Implement release_request_pad.
5296 Make padcounter atomic.
5298 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5299 Added check for release_pad in adder.
5301 2006-05-30 Wim Taymans <wim@fluendo.com>
5303 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5306 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
5308 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5309 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5310 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5311 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5312 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5313 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5314 (gst_ogg_demux_bisect_forward_serialno),
5315 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5316 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5318 clean up printf formats for granulepos and serialno
5320 2006-05-30 Michael Smith <msmith@fluendo.com>
5322 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5323 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5324 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5325 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5326 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5327 * ext/vorbis/vorbisenc.h:
5328 Multi-channel caps negotiation, so we can do proper multichannel
5329 vorbis encoding, negotiated through audioconvert.
5331 2006-05-30 Wim Taymans <wim@fluendo.com>
5333 * tests/check/elements/adder.c: (test_event_message_received),
5334 (test_play_twice_message_received), (GST_START_TEST),
5336 Added check to show that #339935 is fixed with ongoing
5337 adder and collectpads fixes.
5339 2006-05-29 Wim Taymans <wim@fluendo.com>
5341 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5342 Don't leak pad name.
5344 2006-05-29 Wim Taymans <wim@fluendo.com>
5346 * gst/adder/gstadder.c: (gst_adder_query_duration),
5347 (forward_event_func), (forward_event), (gst_adder_src_event):
5349 Make query/seeking code threadsafe.
5351 * tests/check/Makefile.am:
5352 * tests/check/elements/adder.c: (test_event_message_received),
5353 (GST_START_TEST), (test_play_twice_message_received):
5354 Fix adder test case.
5356 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
5358 Patch by: Young-Ho Cha <ganadist at chollian net>
5360 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5361 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5362 (set_encoding_element), (decodebin_element_added_cb),
5363 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5364 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5365 * gst/playback/gstplaybasebin.h:
5366 Add 'subtitle-encoding' property to playbin, so applications can
5367 force a subtitle encoding for non-UTF8 subtitles (#342268).
5369 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5370 (gst_sub_parse_set_property):
5371 Rename recently-added 'encoding' property to 'subtitle-encoding'
5372 (so it can be proxied by playbin/decodebin in a generic way
5373 with less danger of false positives).
5375 2006-05-29 Michael Smith <msmith@fluendo.com>
5377 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5378 (append_with_other_format), (set_structure_widths),
5379 (gst_audio_convert_transform_caps):
5380 Patch from #341562: give more specific audio caps in get_caps, so
5381 that basetransform can make better decisions on what caps to
5384 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5386 * tests/check/elements/volume.c:
5387 make it compile again
5389 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5391 * tests/check/elements/volume.c: (volume_suite):
5392 disable test until #343196 gets resolved
5394 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5396 * gst/adder/gstadder.c: (gst_adder_get_type):
5397 Make it easier to copy&paste
5399 * gst/volume/Makefile.am:
5400 * gst/volume/gstvolume.c: (volume_update_real_volume),
5401 (gst_volume_set_volume), (gst_volume_set_mute),
5402 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5403 (volume_transform_ip), (volume_update_mute),
5404 (volume_update_volume):
5405 * gst/volume/gstvolume.h:
5406 Add own debug category, move duplicate code to helper function, fix
5407 property texts, add more comments and prepare ffor liboil-goodness
5409 * tests/check/Makefile.am:
5410 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5411 add test for mute and passtrough case, be a bit more verbose to track
5414 * tests/check/generic/states.c: (GST_START_TEST):
5415 catch elements that fail to instantiate
5417 2006-05-28 Edward Hervey <edward@fluendo.com>
5419 * tests/check/pipelines/simple-launch-lines.c:
5420 * tests/check/pipelines/theoraenc.c:
5421 * tests/check/pipelines/vorbisenc.c:
5422 Comment out tests using parse_launch() if core was built without
5423 parsing capabilities.
5425 2006-05-27 Edward Hervey <edward@fluendo.com>
5427 * tests/check/Makefile.am:
5428 Extra bonus points for whoever explains to ensonic that you are meant
5429 to test unit tests thoroughly before commiting them, especially if
5430 you know it's going to break.
5431 De-activated element/adder tests.
5433 2006-05-27 Edward Hervey <edward@fluendo.com>
5435 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5436 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5437 Marking caps conversion issues as GST_WARNING is way too verbose,
5438 Moving them to GST_LOG.
5440 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
5443 Replace current README (containing the release notes from
5444 some 0.9.x version) with a proper README taken from the core.
5446 2006-05-26 Wim Taymans <wim@fluendo.com>
5448 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5449 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5450 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5451 (vorbis_dec_change_state):
5454 Clip output samples to segment boundaries.
5456 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5458 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5459 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5460 Improve the errors produced on bad output, including some human
5461 readable description strings.
5462 Handle the (theoretical for ximagesink) case where the XServer
5463 has a different idea about the size required for a particular
5464 frame and gives us too small a memory allocation.
5466 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5468 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5469 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5470 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5471 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5472 Improve the errors produced on bad output, including some human
5473 readable description strings.
5474 Handle RGB Xv formats properly by transforming them into our
5475 big-endian caps description.
5476 Use gst_caps_truncate to ensure that we never try and choose a
5477 non-fixed caps in buffer_alloc.
5478 Handle the case where the XServer has a different idea about the size
5479 required for a particular frame and gives us too small a memory
5481 Use -1 to indicate 'no image format', because 0 is a valid XServer
5482 image format number.
5483 Put RGB Xv formats at the end of the caps, so that we always prefer
5485 Iterate the available Xv Encodings to determine the maximum width and
5486 height, and then return that in our caps.
5487 (Closes #315312, #337544)
5489 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
5491 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5492 When there is only one unfinished pad and it receives an event that
5493 doesn't match our requirements, we need to set alldone=FALSE so that
5494 the fakesink is not removed yet.
5496 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
5498 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5499 Use gst_type_find_helper_for_buffer() to find the type
5500 of stream from the first packet.
5503 Bump requirements to core CVS (needed for vorbis
5504 typefinding to work).
5506 2006-05-24 Edward Hervey <edward@fluendo.com>
5508 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5509 Added the 'prfl' atom type which MQV (no, it's not a typo) files
5510 contain. Else they play perfectly fine with qtdemux.
5512 2006-05-23 Stefan Kost <ensonic@users.sf.net>
5514 * ext/theora/theoradec.c:
5515 * ext/theora/theoraenc.c:
5516 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5517 * gst/audiorate/gstaudiorate.c:
5518 make more debug catagories static
5520 * tests/check/Makefile.am:
5521 * tests/check/elements/adder.c: (message_received),
5522 (test_event_message_received), (GST_START_TEST),
5523 (test_play_twice_message_received), (adder_suite):
5524 added test case for using element twice, extra bonus points for anyone
5525 who can make these test run reliably
5527 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
5529 * ext/theora/theoradec.c: (theora_dec_chain):
5530 Make work with time-stamped input buffers that do not
5531 have a granulepos in BUFFER_OFFSET_END (like theora
5532 buffers coming from matroskademux). Fixes #342448.
5534 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
5536 Patch by: Peter Kjellerstedt <pkj at axis com>
5538 * gst/tcp/Makefile.am:
5539 fdstresstest doesn't need Gtk+, fix compilation if
5540 gtk is not available (#342566).
5542 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5544 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5546 Removed redundant floor()
5548 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5550 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5551 On second thought, just skip JUNK chunks automatically, so
5552 the caller doesn't have to handle this. Fixes #342345.
5553 Also, return GST_FLOW_UNEXPECTED if we get a short read,
5556 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5558 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5559 Don't bail out on JUNK chunks with a size of 0 (would try to
5560 pull_range 0 bytes before, which sources don't like too much).
5563 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5565 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5566 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5567 Use the gstutil scaling function to preserve 64 bits while calculating
5568 output width and height from the display-aspect-ratio. (A continuation
5571 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5573 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5574 (gst_xvimagesink_buffer_alloc):
5575 * sys/xvimage/xvimagesink.h:
5576 When performing buffer allocations, remember the caps and image format
5577 we return so that if the same caps are asked for next time we can
5578 return them immediately without doing any caps intersections.
5580 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5582 * gst-libs/gst/rtp/README:
5583 Some new documentation
5584 * gst-libs/gst/rtp/gstrtpbuffer.h:
5585 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
5586 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5587 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5588 New RTP audio base payloader class. Supports frame or sample based
5589 codecs. Not enabled in Makefile.am until approved.
5591 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5593 * tests/check/elements/alsa.c: (test_device_property_probe):
5594 Fix test case: don't try to free NULL GValueArray when there
5597 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5599 * tests/check/Makefile.am:
5600 * tests/check/elements/alsa.c: (test_device_property_probe),
5601 (alsa_suite), (main):
5602 Add simple test that runs a device property probe on alsasrc,
5603 alsasink and alsamixer. Disable valgrind check for now (too
5604 many leaks in libasound, and valgrind ignored my suppressions
5607 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5609 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5610 (gst_alsa_device_property_probe_probe_property),
5611 (gst_alsa_device_property_probe_needs_probe),
5612 (gst_alsa_device_property_probe_get_values),
5613 (gst_alsa_type_add_device_property_probe_interface):
5614 * ext/alsa/gstalsadeviceprobe.h:
5615 * ext/alsa/gstalsamixerelement.c:
5616 (gst_alsa_mixer_element_init_interfaces):
5617 * ext/alsa/gstalsamixerelement.h:
5618 Clean up and simplify alsa device probing. Make it actually work
5619 for multiple classes. Don't cache results any longer.
5621 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5622 (gst_alsasink_init):
5623 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5624 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5625 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5626 Make alsasink and alsasrc implement the GstPropertyProbe interface
5627 for device probing (#342181).
5628 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
5630 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5632 * gst/subparse/samiparse.c: (handle_start_font):
5633 Don't ignore return value of strtol (++compiler_happiness).
5635 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
5637 Patch by: Young-Ho Cha <ganadist chollian net>
5639 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5640 (gst_sub_parse_class_init), (gst_sub_parse_init),
5641 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5643 * gst/subparse/gstsubparse.h:
5644 Add 'encoding' property (#341681).
5646 * gst/subparse/samiparse.c: (characters_sami):
5647 Output is pango markup, so we need to escape text
5648 between tags (#342143).
5650 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5652 * gst-libs/gst/audio/multichannel.c:
5653 (gst_audio_check_channel_positions):
5654 It's okay to have caps with channels=1 and a channel position
5655 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5656 (deinterleavers might want to keep the position in the caps,
5657 so that they can be re-interleaved again properly later).
5658 Leave check for unexpected 2-channel layouts intact for now.
5660 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5662 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5663 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5664 basesrc can do its job correctly.
5666 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5668 * ext/alsa/Makefile.am:
5669 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5670 (gst_alsa_detect_formats), (get_channel_free_structure),
5671 (caps_add_channel_configuration), (gst_alsa_detect_channels),
5672 (gst_alsa_probe_supported_formats):
5673 * ext/alsa/gstalsa.h:
5674 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5675 Refactor and improve caps probing code: probe signedness
5676 when we probe the supported formats/widths; set endianness
5677 to the one we actually probed for (ie. cpu endianness).
5679 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5680 (gst_alsasrc_close):
5681 * ext/alsa/gstalsasrc.h:
5682 Implement caps probing for alsasrc.
5684 2006-05-15 Wim Taymans <wim@fluendo.com>
5686 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5687 (theora_dec_src_query), (theora_dec_src_event),
5688 (theora_dec_sink_event), (theora_handle_comment_packet),
5689 (theora_handle_data_packet), (theora_dec_change_state):
5690 Cleanups, add some G_LIKELY.
5691 Use segment helpers instead of our own wrong code.
5692 Clear queued buffers on seek and READY.
5694 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5695 (vorbis_dec_convert), (vorbis_dec_src_query),
5696 (vorbis_dec_src_event), (vorbis_dec_sink_event),
5697 (vorbis_handle_comment_packet), (vorbis_dec_push),
5698 (vorbis_handle_data_packet), (vorbis_dec_chain),
5699 (vorbis_dec_change_state):
5700 * ext/vorbis/vorbisdec.h:
5701 Remove old useless packetno variable.
5702 Do position query properly.
5704 Do cleanup of queued buffers in new helper function
5707 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5709 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5710 Query supported sample rates. Fixes #341732.
5712 2006-05-15 Julien MOUTTE <julien@moutte.net>
5714 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5715 (gst_decode_bin_change_state): Make decodebin reusable
5716 when going from PAUSE_TO_READY and then back to PAUSED.
5719 2006-05-15 Wim Taymans <wim@fluendo.com>
5721 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5722 (vorbis_dec_convert), (vorbis_dec_src_query),
5723 (vorbis_dec_sink_query), (vorbis_dec_src_event),
5724 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5725 (vorbis_dec_clean_queued), (vorbis_dec_push),
5726 (vorbis_handle_data_packet), (vorbis_dec_change_state):
5727 Cleanups. Use refcounting and DEBUG_OBJECT.
5728 Reset segment on flush, use code methods instead of our
5730 Fix potential memleak.
5732 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5734 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5735 (gst_alsasink_init):
5736 * ext/alsa/gstalsasink.h:
5737 Don't leak allocated snd_output_t structure if there's
5738 more than one alsasink instance at a time (#341873).
5739 Also fix GObject macros in header file.
5741 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5743 * gst/subparse/gstsubparse.c:
5744 (gst_sub_parse_data_format_autodetect):
5745 Don't use libxml functions in the typefinding code.
5747 2006-05-15 Wim Taymans <wim@fluendo.com>
5749 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5750 Fix seeking performance in the case where a non-header
5751 packet has a 0 granulepos (busted theora case).
5753 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5754 the first place, you limelight stealer you)
5756 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5758 * gst/subparse/gstsubparse.c:
5759 (gst_sub_parse_data_format_autodetect):
5760 Improve SAMI typefinding: handle case where there are
5761 whitespaces or newlines in front of the first <SAMI>
5764 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5767 Build video4linux plugin even if there's no XVIDEO, just
5768 without implementing the GstXOverlay interface (#334002).
5770 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5773 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5775 Add tentative support for libvisual-0.4 (#336881).
5777 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5779 Patch by: Young-Ho Cha <ganadist at chollian net>
5781 * gst/subparse/samiparse.c: (handle_start_font):
5782 Need to map "silver" colour explicitly (#169936).
5784 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5786 Patch by: Young-Ho Cha <ganadist at chollian net>
5788 * gst/subparse/Makefile.am:
5789 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5790 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5791 (gst_sub_parse_format_autodetect), (feed_textbuf),
5792 (gst_subparse_type_find), (plugin_init):
5793 * gst/subparse/gstsubparse.h:
5794 * gst/subparse/samiparse.c:
5795 * gst/subparse/samiparse.h:
5796 Add support for SAMI subtitles (#169936).
5798 2006-05-14 Michael Smith <msmith@fluendo.com>
5800 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5801 Fix #341696: crash when mixing L+R+C to mono or stereo.
5802 * tests/check/Makefile.am:
5803 * tests/check/elements/audioconvert.c: (set_channel_positions),
5804 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5805 (audioconvert_suite):
5806 Add test for the above, including some generic framework bits for
5807 testing multichannel things.
5809 === release 0.10.7 ===
5811 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
5814 releasing 0.10.7, "Leave the gun"
5816 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
5818 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5819 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5822 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
5824 * docs/libs/gst-plugins-base-libs-docs.sgml:
5825 * docs/libs/gst-plugins-base-libs-sections.txt:
5826 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5827 * gst-libs/gst/video/video.h:
5828 * gst/videoscale/Makefile.am:
5829 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5830 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5831 * tests/check/Makefile.am:
5832 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5834 Fix integer overflow problem with pixel-aspect-ratio calculations
5835 in videoscale and xvimagesink (#341542)
5837 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
5839 * gst-libs/gst/tag/gstid3tag.c:
5840 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5842 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
5845 update win32 files listing
5847 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5849 patch by: Sjoerd Simons (sjoerd@luon.net)
5851 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5852 (group_create), (group_destroy), (add_stream),
5853 (gst_play_base_bin_get_property),
5854 (gst_play_base_bin_get_streaminfo_value_array):
5855 * gst/playback/gstplaybasebin.h:
5856 API: GstPlayBaseBin::stream-info-value-array property
5857 use a more bindings-friendly way of exposing streaminfo
5858 using a GValueArray. Tested in ipython.
5861 2006-05-11 Wim Taymans <wim@fluendo.com>
5863 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5864 (queue_underrun_cb), (queue_filled_cb):
5865 Also catch queue underruns but don't do anything yet.
5866 Refactor and comment queue enlarging code a bit.
5868 * gst/playback/gstplaybasebin.c: (queue_overrun),
5869 (queue_threshold_reached), (queue_out_of_data),
5870 (gen_preroll_element):
5871 If a queue over/underruns check that we don't create nasty
5872 deadlocks when the min-threshold is not reached but the
5873 max-bytes is. In those cases disable max-bytes when we
5874 know that the queue is fed timed data.
5877 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5879 * gst/playback/gstplaybin.c: (gen_audio_element):
5880 Make playbin automatically plug an 'audioresample'
5881 element before the audio sink as well. This solves
5882 problems with sinks that only accept a very specific
5883 sample rate, like esdsink (e.g. #340379).
5885 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5887 * gst/playback/gstplaybasebin.c: (gen_source_element):
5888 Make http sources send special headers so that we receive
5889 icecast metadata if the http stream is an icecast stream
5890 (otherwise the server will just ignore them). This also
5891 means that from now on users will need the 'icydemux'
5892 element from gst-plugins-good installed if they want to
5893 listen to icecast radio streams. (#341432, #333657).
5895 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5897 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5898 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5899 remove stupid example from docs - it should come with a simple
5902 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5903 (fail_if_can_read), (GST_START_TEST),
5904 (gst_multifdsink_create_streamheader), (multifdsink_suite):
5905 add a test for changing streamheader which exposes a bug in
5908 2006-05-11 Michael Smith <msmith@fluendo.com>
5910 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5911 (gst_gnome_vfs_src_received_headers_callback):
5912 * ext/gnomevfs/gstgnomevfssrc.h:
5913 Don't set icy-caps unless we have a sane interval value. Move
5914 interval to a local variable; we never use it outside this function.
5916 2006-05-11 Wim Taymans <wim@fluendo.com>
5918 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5919 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5920 Register special buffer types along with the objects so
5921 that they are not registered at runtime from N different
5922 streaming threads since they are not threadsafe.
5924 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5926 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5927 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5928 add two more tests, one doing streamheader
5930 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5932 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5933 clean up the bufqueue when shutting down
5934 * tests/check/Makefile.am:
5935 * tests/check/elements/multifdsink.c: (setup_multifdsink),
5936 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5938 add a test for the leak that was just fixed
5940 2006-05-10 Wim Taymans <wim@fluendo.com>
5942 * gst/adder/gstadder.c: (gst_adder_setcaps),
5943 (gst_adder_query_duration), (gst_adder_query), (forward_event),
5944 (gst_adder_src_event), (gst_adder_sink_event),
5945 (gst_adder_class_init), (gst_adder_finalize),
5946 (gst_adder_request_new_pad), (gst_adder_collected):
5947 * gst/adder/gstadder.h:
5948 Updated some docs. Added comments and FIXMEs all over the place.
5949 Improve debugging info.
5950 Fix leak on finalize by not calling the parent.
5951 Implement duration query.
5952 Make event forwarding threadsafe.
5953 Correctly send NEWSEGMENT at start and after flush.
5954 Handle EOS correctly.
5955 Post error when not negotiated.
5957 * tests/check/elements/adder.c: (GST_START_TEST):
5958 Added FIXME in the test.
5960 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5962 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5963 (gst_text_overlay_halign_get_type),
5964 (gst_text_overlay_wrap_mode_get_type):
5965 * ext/theora/theoradec.c: (theora_handle_type_packet),
5966 (theora_handle_data_packet):
5967 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5968 (theora_enc_sink_setcaps), (theora_enc_chain):
5969 * gst-libs/gst/cdda/gstcddabasesrc.c:
5970 (gst_cdda_base_src_mode_get_type):
5971 * gst/audiotestsrc/gstaudiotestsrc.c:
5972 (gst_audiostestsrc_wave_get_type):
5973 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5974 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5975 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5976 (gst_sync_method_get_type), (gst_unit_type_get_type),
5977 (gst_client_status_get_type):
5978 * gst/videoscale/gstvideoscale.c:
5979 (gst_video_scale_method_get_type):
5980 * gst/videotestsrc/gstvideotestsrc.c:
5981 (gst_video_test_src_pattern_get_type):
5982 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5983 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5984 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5985 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5986 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5987 (paint_setup_RGB565), (paint_setup_xRGB1555):
5988 Const-ify GEnumValue and GFlagsValue arrays. Use
5989 GST_ROUND_UP_* macros instead of home-made ones.
5991 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5994 Require core CVS for the new newsegment stuff.
5996 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5998 Patch by: Sjoerd Simons <sjoerd at luon net>
6000 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
6001 Register nick for enum value (#341160).
6003 2006-05-09 Stefan Kost <ensonic@users.sf.net>
6005 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
6007 backout typefind patch #340375
6009 * tests/check/elements/adder.c: (message_received),
6010 (GST_START_TEST), (adder_suite):
6011 redo, signal-handling of test
6013 2006-05-09 Wim Taymans <wim@fluendo.com>
6015 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
6016 (gst_adder_collected):
6017 * gst/adder/gstadder.h:
6018 Remove bogus segment merging and forwarding, we don't
6019 care about timestamps anyway and we just produce a
6021 Also create a nice NEWSEGMENT event when we start.
6022 Use _scale_int some more.
6024 2006-05-09 Edward Hervey <edward@fluendo.com>
6026 * tests/icles/stress-xoverlay.c:
6027 Fix if core was built without parsing support.
6029 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
6031 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6032 Add SEDG (Samsung MPEG-4) fourcc.
6034 2006-05-09 Edward Hervey <edward@fluendo.com>
6036 * tests/icles/stress-xoverlay.c:
6037 * tests/examples/volume/volume.c:
6038 Fix if core was built without parsing support.
6040 * tests/examples/seek/seek.c:
6041 Disable the parse_launch example if core was built without parsing
6044 2006-05-08 Edward Hervey <edward@fluendo.com>
6046 * autogen.sh: (CONFIGURE_DEF_OPT):
6047 libtoolize on Darwin/MacOSX is called glibtoolize
6049 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6051 * tests/check/Makefile.am:
6052 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
6053 Disable the adder test, until the build-slaves posses the kindness to
6054 either like it or to give valid reason for not doing so
6056 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6058 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6060 Shuffle NULL state change around and raise timeout more
6062 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6064 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
6065 (mp4_type_find), (plugin_init):
6066 Add typefind to distinguish between "audio/x-m4a" and new type
6067 "video/mp4". Fixes #340375
6069 * tests/check/elements/adder.c: (adder_suite):
6070 Raise timeout to make buildbot happy
6072 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6074 * gst/adder/gstadder.c: (gst_adder_sink_event),
6075 (gst_adder_request_new_pad), (gst_adder_change_state):
6076 * gst/adder/gstadder.h:
6077 * tests/check/Makefile.am:
6078 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6079 (adder_suite), (main):
6080 Add sink-event handling to adder. It tries to merge incomming
6081 newsegment-events. Added test to check if segment_done is comming
6082 through. Fixes #340060
6084 2006-05-05 Andy Wingo <wingo@pobox.com>
6086 * ext/theora/theoraparse.c (gst_theora_parse_init)
6087 (theora_parse_src_convert, theora_parse_src_query):
6088 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6089 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6090 query functions on the source pads of the theora and vorbis parse
6091 elements. Fixes position querying when doing a remux.
6093 2006-05-05 Michael Smith <msmith@fluendo.com>
6095 * ext/theora/theoraparse.c: (parse_granulepos),
6096 (theora_parse_drain_queue_prematurely),
6097 (theora_parse_queue_buffer), (theora_parse_sink_event):
6099 Fix invalid granulepos outputs when starting with a non-keyframe.
6101 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
6103 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6104 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6105 Rearrange MPEG system stream detection, fixing some memleaks in the
6107 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6108 they clean up their data correctly.
6109 Remove unused ogganx caps and move the 'is_annodex' check to inside
6110 the 'is_ogg' if statement.
6112 2006-05-05 Wim Taymans <wim@fluendo.com>
6114 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6115 Properly remove ghostpads. Fixes #340392
6117 2006-05-04 David Schleef <ds@schleef.org>
6119 * gst/typefind/gsttypefindfunctions.c:
6121 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
6123 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6124 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6126 When typefinding an MP3 in push-based mode, don't penalise the
6127 probability down to 74% when we found 5 valid frames just because we
6128 can't peek the end of the file.
6130 Make the probability for detecting MPEG Transport Streams based on the
6131 number of sequential headers we successfully detected.
6133 2006-05-03 Wim Taymans <wim@fluendo.com>
6135 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6136 (vorbis_dec_push), (vorbis_dec_chain):
6137 Still produce an error when we receive an empty packet.
6139 2006-05-03 Wim Taymans <wim@fluendo.com>
6141 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6142 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6143 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6144 Mark buffers with DISCONT after seek and after activating new
6147 * ext/theora/gsttheoradec.h:
6148 * ext/theora/theoradec.c: (gst_theora_dec_reset),
6149 (theora_get_query_types), (theora_dec_sink_event),
6150 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6151 (theora_dec_change_state):
6153 Detect and mark DISCONT buffers.
6155 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6156 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6157 (vorbis_dec_change_state):
6158 * ext/vorbis/vorbisdec.h:
6160 Detect and mark DISCONT buffers.
6161 Don't crash on 0 sized buffers.
6163 2006-05-03 Wim Taymans <wim@fluendo.com>
6165 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6166 (volume_transform_ip):
6167 Increase "volume" property to 10.0. Fixes #340369.
6168 Set the process function to NULL when capsnego fails so that
6169 we properly error out.
6171 2006-05-02 Stefan Kost <ensonic@users.sf.net>
6173 * gst/playback/gstplaybin.c: (add_sink):
6174 * gst/playback/test.c: (main):
6175 * gst/playback/test5.c: (dump_element_stats):
6176 * gst/playback/test6.c: (main):
6177 free caps using gst_caps_unref, don't leak caps-strings
6179 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
6181 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6183 Refine musepack typefinding a bit. Return MAXIMUM
6184 probability when we detect stream version 7 to make
6185 sure the mpeg audio typefinder doesn't trump us.
6187 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
6189 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6190 Protect against unexpected NULL strf_data buffer.
6192 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6194 * tests/check/elements/audioconvert.c: (verify_convert),
6196 interpret the out[] buffer in the order the bytes are actually
6197 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6198 Other tests should use BYTE_ORDER since the array is filled in
6201 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6203 * tests/check/elements/audioconvert.c: (verify_convert),
6205 when a test fails, give an indication of which it is
6207 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6209 * gst-libs/gst/cdda/gstcddabasesrc.c:
6210 compile fix; strtol() needs <stdlib.h>
6212 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6214 * ext/alsa/gstalsamixerelement.c:
6215 * ext/alsa/gstalsasrc.c:
6216 * ext/cdparanoia/gstcdparanoiasrc.c:
6217 * ext/gnomevfs/gstgnomevfssink.c:
6218 * ext/gnomevfs/gstgnomevfssrc.c:
6219 * ext/ogg/gstoggdemux.c:
6220 * ext/ogg/gstoggmux.c:
6221 * ext/ogg/gstoggparse.c:
6222 * ext/ogg/gstogmparse.c:
6223 * ext/pango/gstclockoverlay.c:
6224 * ext/pango/gsttextoverlay.c:
6225 * ext/pango/gsttextrender.c:
6226 * ext/pango/gsttimeoverlay.c:
6227 * ext/theora/theoradec.c:
6228 * ext/theora/theoraenc.c:
6229 * ext/vorbis/vorbisdec.c:
6230 * ext/vorbis/vorbisenc.c:
6231 * gst-libs/gst/audio/gstaudiofilter.c:
6232 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6233 * gst/audioconvert/gstaudioconvert.c:
6234 * gst/audiorate/gstaudiorate.c:
6235 * gst/audioresample/gstaudioresample.c:
6236 * gst/audiotestsrc/gstaudiotestsrc.c:
6237 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6238 * gst/playback/gstdecodebin.c:
6239 * gst/playback/gstplaybin.c:
6240 * gst/playback/gststreamselector.c:
6241 * gst/subparse/gstsubparse.c:
6242 * gst/tcp/gstmultifdsink.c:
6243 * gst/tcp/gsttcpclientsink.c:
6244 * gst/tcp/gsttcpclientsrc.c:
6245 * gst/tcp/gsttcpserversink.c:
6246 * gst/tcp/gsttcpserversrc.c:
6247 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6248 * gst/videorate/gstvideorate.c:
6249 * gst/videoscale/gstvideoscale.c:
6250 * gst/videotestsrc/gstvideotestsrc.c:
6251 * gst/volume/gstvolume.c:
6252 * sys/v4l/gstv4ljpegsrc.c:
6253 * sys/v4l/gstv4lmjpegsink.c:
6254 * sys/v4l/gstv4lmjpegsrc.c:
6255 * sys/v4l/gstv4lsrc.c:
6256 * sys/ximage/ximagesink.c:
6257 * sys/xvimage/xvimagesink.c:
6258 * tests/check/libs/cddabasesrc.c:
6259 make GstElementDetails const
6261 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6263 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6265 send events from src-pad to all sink-pads fixes #338657
6267 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6269 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6270 (alsasink_parse_spec):
6271 query width capabilities from alsa, fixes #338919
6273 2006-04-28 Wim Taymans <wim@fluendo.com>
6275 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6276 (gst_multi_fd_sink_remove_client_link):
6277 * gst/tcp/gstmultifdsink.h:
6278 Fix race condition in multifdsink that can lead to spurious
6279 duplicate clients. this patch adds a new signal that is fired when
6280 multifdsink has removed all references to the fd.
6282 Updated documentation.
6283 API: client-fd-removed signal added
6285 2006-04-28 Michael Smith <msmith@fluendo.com>
6287 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6288 When asking g_value_array_new to prealloc elements, we may as well
6289 ask for the right number of elements.
6291 2006-04-28 Wim Taymans <wim@fluendo.com>
6293 * gst-libs/gst/audio/gstbaseaudiosink.c:
6294 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6295 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6296 patch to make timestamp checking more tollerant to rounding
6297 errors given that real discontinuities are to be marked on
6298 buffers. Fixes some asf files and #338778.
6299 Also avoid some crashers when we receive an event in the
6302 2006-04-28 Michael Smith <msmith@fluendo.com>
6304 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6305 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6306 (gst_gnome_vfs_src_get_property),
6307 (gst_gnome_vfs_src_send_additional_headers_callback),
6308 (gst_gnome_vfs_src_received_headers_callback),
6309 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6310 (gst_gnome_vfs_src_stop):
6311 * ext/gnomevfs/gstgnomevfssrc.h:
6312 Remove ICY handling (mostly) from gnomevfssrc, in favour of
6313 proper shared support within icydemux.
6315 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6317 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6318 (gst_video_rate_swap_prev), (gst_video_rate_chain):
6320 fix a leak when no caps negotiated
6321 fix counting of input frames
6322 * tests/check/elements/.cvsignore:
6323 * tests/check/elements/videorate.c: (assert_videorate_stats),
6324 (GST_START_TEST), (videorate_suite):
6327 2006-04-28 Wim Taymans <wim@fluendo.com>
6329 * gst-libs/gst/audio/gstringbuffer.c:
6330 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6331 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6332 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6333 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6334 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6335 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6336 (gst_ring_buffer_commit), (gst_ring_buffer_read),
6337 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6338 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6339 Check arguments passed to public functions instead of
6342 2006-04-28 Wim Taymans <wim@fluendo.com>
6344 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6345 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6346 GstBaseAudioSrc must be live or it does not work.
6348 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6349 Don't set live to TRUE as this is the default in the parentclass.
6351 2006-04-28 Wim Taymans <wim@fluendo.com>
6353 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6354 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6355 Videoscale doesn't pass on pixel-aspect ratio. Handle all
6356 fixation cases better. Fixes #338991
6358 2006-04-28 Wim Taymans <wim@fluendo.com>
6360 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6361 Handle 0/1 framerate correctly Fixes #331901.
6363 2006-04-28 Wim Taymans <wim@fluendo.com>
6365 * tests/check/elements/audioconvert.c: (get_float_caps),
6366 (GST_START_TEST), (audioconvert_suite):
6367 Added check for correct clipping when doing float samples
6370 2006-04-28 Wim Taymans <wim@fluendo.com>
6372 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6373 (gst_video_rate_chain):
6374 Print more debugging info.
6376 2006-04-28 Wim Taymans <wim@fluendo.com>
6378 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6379 (resample_set_state_from_caps):
6380 Add support for other formats audioresample can handle such as
6381 32 bits in and float and 64 bits float. Fixes #301759
6383 2006-04-28 Wim Taymans <wim@fluendo.com>
6385 * gst/audioconvert/audioconvert.c: (float):
6386 correctly clip float samples > 1.0. Fixes #338718
6388 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6390 Patch by: Young-Ho Cha <ganadist at chollian net>
6392 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6393 (gst_text_overlay_render_text):
6394 Don't strip newlines from the text. Also, center lines
6395 within multi-line paragraphs (#339405).
6397 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6399 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6400 Fix wavpack typefinding to work in more cases (don't peek
6401 for chunks of multiple hundred kBs at once, but process
6402 things step-by-step in smaller units). Fixes #339786.
6404 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6409 === release 0.10.6 ===
6411 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6414 releasing 0.10.6, "Chao"
6416 2006-04-26 David Schleef <ds@schleef.org>
6418 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6421 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6424 * win32/common/config.h:
6427 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6429 patch by: Wim Taymans
6431 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6432 (gst_ogg_demux_perform_seek):
6433 make sure correct newsegments are sent, so that the decoder
6434 and the demuxer agree on timestamps. Fixes playback of a lot
6435 of Ogg files that do not start from 0. Fixes #339833.
6437 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6439 Patch by: Edward Hervey <edward@fluendo.com>
6441 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6442 * tests/check/Makefile.am:
6443 * tests/check/elements/videorate.c: (assert_videorate_stats),
6444 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6445 (videorate_suite), (main):
6446 Fix an infinite loop if frames are passed in with wrongly ordered
6447 timestamps. Fixes #339013.
6449 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6451 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6453 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6454 fix typefinding on some ISO files. Fixes #339212.
6456 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6458 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6460 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6461 add another H264 fourcc. Fixes #339047.
6463 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6465 Patch by: Jan Schmidt
6467 * gst/playback/gststreamselector.c:
6468 (gst_stream_selector_bufferalloc):
6469 Restore old StreamSelector behaviour.
6472 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
6475 * win32/common/config.h:
6478 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6480 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6482 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6483 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6484 Fix some memory leaks: on finalize, free buffers left in the queue
6485 before destroying the queue; in _push(), unref rtp_buf even if
6486 the process vfunc returned a NULL buffer as output buffer (#337548);
6487 demote some recuring debug messages to LOG level.
6489 2006-04-11 Wim Taymans <wim@fluendo.com>
6491 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6492 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6493 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6494 (gst_ogg_demux_loop):
6496 Respect segment stop when emiting EOS or SEGMENT_DONE.
6499 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6501 * gst/playback/gststreamselector.c:
6502 (gst_stream_selector_get_property):
6503 Don't leak pad name.
6505 2006-04-10 Michael Smith <msmith@fluendo.com>
6507 * tests/check/Makefile.am:
6508 * tests/check/gst-plugins-base.supp:
6509 Suppress an old libtheora bug (fixed in more recent versions), so
6510 that FC4 buildslaves can pass.
6512 2006-04-10 Wim Taymans <wim@fluendo.com>
6514 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6515 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6516 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6517 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6518 (gst_ogg_demux_loop):
6520 Remember what error we got when finding chains, if we
6521 were shutdown, that would not be an error.
6523 2006-04-10 Wim Taymans <wim@fluendo.com>
6525 * gst-libs/gst/audio/gstbaseaudiosink.c:
6526 (gst_base_audio_sink_event):
6527 Starting the ringbuffer when we did not acquire it can cause
6528 a deadlock, is pointless and causes nasty things for
6530 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6532 2006-04-10 Wim Taymans <wim@fluendo.com>
6534 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6535 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6536 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6537 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6538 (gst_ogg_demux_deactivate_current_chain),
6539 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6540 (gst_ogg_demux_bisect_forward_serialno),
6541 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6542 Add some more debugging.
6544 2006-04-10 Wim Taymans <wim@fluendo.com>
6546 * ext/theora/theoradec.c: (theora_dec_src_event),
6547 (theora_handle_data_packet):
6548 Some more debug info.
6550 * tests/examples/seek/seek.c: (start_seek), (main):
6551 Print element messages too.
6553 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
6555 * gst/audioresample/debug.h:
6556 replace debug macros with variable number of parameters
6557 by a simple alias to gstreamer standard debug macros
6558 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6559 supported by MSVC 6.0 and 7.1)
6560 * gst/audioresample/resample.h:
6561 define M_PI and rint for WIN32
6562 * win32/common/libgstaudio.def:
6563 * win32/common/libgstriff.def:
6564 * win32/common/libgsttag.def:
6565 * win32/common/libgstvideo.def:
6566 add new exported functions
6568 update project files
6570 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6572 * ext/alsa/gstalsamixeroptions.c:
6573 (gst_alsa_mixer_options_class_init):
6574 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6575 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6576 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6577 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6578 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6579 * gst-libs/gst/audio/gstaudiofilter.c:
6580 (gst_audio_filter_class_init):
6581 * gst-libs/gst/audio/gstaudiosink.c:
6582 (gst_audioringbuffer_class_init):
6583 * gst-libs/gst/audio/gstaudiosrc.c:
6584 (gst_audioringbuffer_class_init):
6585 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6586 * gst-libs/gst/interfaces/colorbalancechannel.c:
6587 (gst_color_balance_channel_class_init):
6588 * gst-libs/gst/interfaces/mixeroptions.c:
6589 (gst_mixer_options_class_init):
6590 * gst-libs/gst/interfaces/mixertrack.c:
6591 (gst_mixer_track_class_init):
6592 * gst-libs/gst/interfaces/tunerchannel.c:
6593 (gst_tuner_channel_class_init):
6594 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6595 * gst-libs/gst/netbuffer/gstnetbuffer.c:
6596 (gst_netbuffer_class_init):
6597 * gst-libs/gst/rtp/gstbasertppayload.c:
6598 (gst_basertppayload_class_init):
6599 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6600 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6601 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6602 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6603 * gst/playback/gststreamselector.c:
6604 (gst_stream_selector_class_init):
6605 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6606 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6607 * sys/v4l/gstv4lcolorbalance.c:
6608 (gst_v4l_color_balance_channel_class_init):
6609 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6610 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6611 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6612 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6613 (gst_v4l_tuner_norm_class_init):
6614 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6615 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6616 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6617 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6619 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6621 * ext/pango/gsttextrender.h:
6622 * gst-libs/gst/audio/gstaudiosink.h:
6623 * gst-libs/gst/audio/gstaudiosrc.h:
6624 * gst-libs/gst/audio/gstbaseaudiosink.h:
6625 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6626 * gst-libs/gst/audio/gstringbuffer.h:
6627 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6628 * gst-libs/gst/rtp/gstbasertppayload.h:
6629 * gst-libs/gst/video/gstvideofilter.h:
6630 * gst-libs/gst/video/gstvideosink.h:
6631 * gst/playback/gstplaybasebin.h:
6632 * gst/tcp/gstmultifdsink.h:
6633 * sys/v4l/gstv4lelement.h:
6634 Fix broken GObject macros
6636 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6638 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6639 More debug to trace why my USB headset is not working with gst
6641 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6643 * gst/playback/gstplaybasebin.c: (group_destroy):
6644 Clean up our group elements properly in the case where it never
6645 got committed - it still got added unconditionally to the bin.
6647 2006-04-07 Wim Taymans <wim@fluendo.com>
6649 * ext/theora/theoradec.c: (theora_dec_sink_event),
6650 (theora_handle_data_packet), (theora_dec_chain):
6651 Unref unhandled events.
6652 Protect against empty buffers.
6653 Perform QoS on running time.
6655 2006-04-07 Michael Smith <msmith@fluendo.com>
6657 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6658 (gst_vorbis_enc_chain):
6659 Remove leaks from vorbisenc.
6660 Mostly minor changes, the only significant one is that now the
6661 buffers we set as 'streamheader' on the caps are copies of the
6662 original buffers, to avoid circular refcounting problems.
6664 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6666 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6667 Don't remove our mute-probe if someone else already did so.
6668 Don't set a 2nd one if there is already one pending on the pad.
6670 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6672 When a seek fails, ensure that playbin is still set back to playing.
6674 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6675 (mpeg_ts_type_find), (plugin_init):
6676 Add a typefind function for mpeg-ts streams. (Closes: #336617)
6678 2006-04-06 Andy Wingo <wingo@pobox.com>
6680 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
6681 (gst_video_rate_init): Caps-related parameters should not be reset
6682 by a flush -- move their inits to the instance init function.
6683 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6684 is not OK, just return the result.
6686 * gst/audiotestsrc/gstaudiotestsrc.c
6687 (gst_audio_test_src_class_init)
6688 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6689 broken by Stefan's commit on 24 March.
6691 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6692 buffers being pushed out. Fixes oggmux ! multifdsink.
6694 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
6696 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6697 (gst_vorbis_dec_init), (vorbis_dec_finalize):
6698 * ext/vorbis/vorbisdec.h:
6699 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6700 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6701 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6702 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6703 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6704 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6705 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6706 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6707 (gst_vorbis_enc_buffer_from_packet),
6708 (gst_vorbis_enc_buffer_from_header_packet),
6709 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6710 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6711 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6712 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6713 (gst_vorbis_enc_change_state):
6714 * ext/vorbis/vorbisenc.h:
6715 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6716 vorbisenc adhere to the official nomenclature; use boilerplate
6719 2006-04-04 Andy Wingo <wingo@pobox.com>
6721 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6722 Whoops, fix bug introduced. Bad hacker!
6724 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6725 Properly handle the case where you get EOS before any buffers are
6726 received. Use gst_buffer_make_metadata_writable where appropriate.
6728 * ext/theora/theoradec.c (theora_handle_data_packet): This value
6729 is often negative -- make it signed so as not to wrap around.
6730 Fixes segfaults introduced on 9 March.
6732 2006-04-03 Wim Taymans <wim@fluendo.com>
6734 * ext/theora/gsttheoradec.h:
6735 * ext/theora/theoradec.c: (theora_dec_src_event):
6736 Don't try to store a gdouble in a gboolean.
6739 2006-04-03 Michael Smith <msmith@fluendo.com>
6741 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6743 Make it suck slightly less by writing out the final page.
6744 Still can't encode a vorbis-in-ogg file correctly, though.
6746 2006-04-03 Andy Wingo <wingo@pobox.com>
6748 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6751 * ext/theora/theora.c (plugin_init): Register theoraparse.
6753 * ext/theora/gsttheoraparse.h:
6754 * ext/theora/theoraparse.c: New files implementing a theora
6755 parser. Now we can properly remux ogg/theora+vorbis, yay.
6757 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6759 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6761 * gst/audiotestsrc/gstaudiotestsrc.c:
6762 Fixed the sample pipeline (see #323798)
6764 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6767 * win32/common/config.h:
6768 * win32/common/config.h.in:
6769 use AS_VERSION and AS_NANO
6772 2006-03-31 Andy Wingo <wingo@pobox.com>
6774 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6775 uninitialized variable return that would happen.
6777 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6778 uninitialized variable return that would never happen.
6780 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6781 (vorbis_parse_sink_event): Add an event function to flush our
6782 state on a seek, and to drain buffers on a premature EOS.
6783 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6784 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
6785 (vorbis_parse_chain, vorbis_parse_queue_buffer)
6786 (vorbis_parse_drain_queue): Queue up buffers until we can set
6787 their timestamps and granulepos values.
6789 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6790 and keep track of data needed for deriving granulepos and
6791 timestamps for buffers.
6793 2006-03-29 Wim Taymans <wim@fluendo.com>
6795 Patch by: j^ <j at bootlab dot org>
6797 * ext/alsa/gstalsamixerelement.c:
6798 (gst_alsa_mixer_element_class_init):
6799 * ext/alsa/gstalsasink.c:
6800 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6801 * ext/ogg/gstoggdemux.c:
6802 * ext/ogg/gstoggmux.c:
6803 * ext/ogg/gstoggparse.c:
6804 * ext/pango/gstclockoverlay.c:
6805 * ext/pango/gsttextoverlay.c:
6806 * ext/pango/gsttextrender.c:
6807 * ext/pango/gsttimeoverlay.c:
6808 * ext/theora/theoradec.c:
6809 * ext/theora/theoraenc.c:
6810 * ext/vorbis/vorbisdec.c:
6811 * ext/vorbis/vorbisenc.c:
6812 * gst/audioconvert/gstaudioconvert.c:
6813 * gst/subparse/gstsubparse.c:
6814 * gst/tcp/gstmultifdsink.c:
6815 * gst/tcp/gsttcpclientsink.c:
6816 * gst/tcp/gsttcpclientsrc.c:
6817 * gst/tcp/gsttcpserversink.c:
6818 * gst/tcp/gsttcpserversrc.c:
6819 better/unified long descriptions
6822 2006-03-29 Wim Taymans <wim@fluendo.com>
6824 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6826 Don't let double and triple clicks mess up our state.
6828 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6830 * gst/playback/gstplaybin.c: (gen_video_element),
6831 (gen_text_element), (gen_audio_element), (gen_vis_element):
6832 Error out gracefully when we can't create any of the usual
6833 conversion elements for some reason. Also, don't try to
6834 create an audioscale (sic) element that's not used anyway.
6836 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6838 * gst/playback/gstplaybasebin.c: (setup_source):
6839 Don't post RESOURCE_NOT_FOUND error when we can't find a source
6840 element for a particular protocol, that's confusing for users.
6841 Instead, post a RESOURCE_FAILED error, so that our own error
6842 message is actually shown in totem etc. (#336303).
6844 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6846 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6848 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6849 (gst_gnome_vfs_src_get_icy_metadata):
6850 Fix some minor memory leaks (#336194).
6852 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6854 * ext/gnomevfs/gstgnomevfs.c:
6855 (gst_gnome_vfs_location_to_uri_string):
6856 * ext/gnomevfs/gstgnomevfs.h:
6857 * ext/gnomevfs/gstgnomevfssink.c:
6858 (gst_gnome_vfs_sink_set_property):
6859 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6860 Make gnomevfssink accept filenames as well as URIs for the
6861 "location" property, just like gnomevfssrc does (and
6862 filesrc/filesink do) (#336190).
6864 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6866 * tests/check/generic/clock-selection.c: (GST_START_TEST):
6867 set to NULL before unreffing, fixes a valgrind leak.
6868 Why was this not triggering the error that an object needs to
6869 be NULL before unreffing ?
6870 * win32/common/config.h:
6873 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
6875 * gst/subparse/gstsubparse.c: (convert_encoding),
6876 (gst_sub_parse_change_state):
6877 * gst/subparse/gstsubparse.h:
6878 Text subtitle files may or may not be UTF-8. If it's not, we
6879 don't really want to see '?' characters in place of non-ASCII
6880 characters like accented characters. So let's assume the input
6881 is UTF-8 until we come across text that is clearly not. If it's
6882 not UTF-8, we don't really know what it is, so try the following:
6883 (a) see whether the GST_SUBTITLE_ENCODING environment variable
6884 is set; if not, check (b) if the current locale encoding is
6885 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6886 the current locale encoding is UTF-8 and the environment variable
6887 was not set to any particular encoding. Not perfect, but better
6888 than nothing (and better than before, I think) (fixes #172848).
6890 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6893 update core requirement to 0.10.4.1 because of async_playback
6894 vmethod on GstBaseSink
6896 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6898 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6899 * gst/adder/gstadder.c: (gst_adder_init):
6900 use DEBUG_FUNCPTR for collectpads
6902 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6904 * docs/plugins/Makefile.am:
6905 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6906 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6907 * ext/cdparanoia/gstcdparanoiasrc.c:
6908 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6909 (gst_gnome_vfs_sink_class_init):
6910 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6911 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6912 * ext/ogg/gstoggmux.c:
6913 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6914 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6915 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6916 * ext/pango/gsttextoverlay.c:
6917 * ext/pango/gsttextrender.c:
6918 * ext/theora/theoradec.c:
6919 * ext/theora/theoraenc.c:
6920 * ext/vorbis/vorbisdec.c:
6921 * ext/vorbis/vorbisenc.c:
6922 * gst-libs/gst/audio/gstaudiofilter.c:
6923 (gst_audio_filter_base_init):
6924 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6925 (gst_audio_filter_template_base_init):
6926 * gst/adder/gstadder.c: (gst_adder_get_type):
6927 * gst/adder/gstadder.h:
6928 * gst/audioconvert/gstaudioconvert.c:
6929 * gst/audiotestsrc/gstaudiotestsrc.c:
6930 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6931 (gst_audio_test_src_create):
6932 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6933 * gst/playback/gstdecodebin.c:
6934 * gst/playback/gstplaybin.c:
6935 * gst/playback/gststreamselector.c:
6936 (gst_stream_selector_base_init):
6937 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6938 * gst/volume/gstvolume.c:
6939 * sys/v4l/gstv4lmjpegsink.c:
6940 * sys/v4l/gstv4lmjpegsrc.c:
6941 * tests/check/libs/cddabasesrc.c:
6942 * tests/old/examples/gob/gst-identity2.gob:
6943 Add docs for adder, use GST_ELEMENT_DETAILS macro,
6944 define GstElementDetails at the top
6946 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
6948 * win32/common/libgstinterfaces.def:
6949 Add a lot of export functions for gst-python
6950 * win32/vs6/libgstinterfaces.dsp:
6951 Add a missing include folder in the project configuration
6953 2006-03-23 Wim Taymans <wim@fluendo.com>
6955 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6956 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6957 (gst_base_audio_src_change_state):
6958 Fix audio sources, forgot to make the ringbuffer
6961 2006-03-23 Wim Taymans <wim@fluendo.com>
6963 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6964 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6965 (gst_base_audio_src_change_state):
6966 unparent instead of unref the ringbuffer.
6968 2006-03-23 Wim Taymans <wim@fluendo.com>
6970 * gst-libs/gst/audio/gstbaseaudiosink.c:
6971 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6972 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6973 Implement new async_play vmethod to start slaving and allow
6974 playback start in case of async PLAY state changes.
6976 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6977 Enable QoS with new method in base class.
6979 2006-03-23 Wim Taymans <wim@fluendo.com>
6981 Patch by: Julien MOUTTE <julien at moutte dot net>
6983 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6984 (gst_video_test_src_do_seek), (gst_video_test_src_create):
6985 Partially handle 0 framerate, only EOS after the first frame
6988 2006-03-23 Wim Taymans <wim@fluendo.com>
6990 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6992 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6993 (gst_riff_create_video_template_caps):
6994 * gst/ffmpegcolorspace/avcodec.h:
6995 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6996 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6997 (gst_ffmpegcsp_avpicture_fill):
6998 * gst/ffmpegcolorspace/imgconvert.c:
6999 Patch for support of YVU9 AVI files (#334822)
7001 2006-03-22 Edward Hervey <edward@fluendo.com>
7003 * docs/design/design-decodebin.txt:
7004 Added design document for new decodebin
7005 (Target Caps): text/x-pango-markup is also a default target caps.
7007 2006-03-22 Wim Taymans <wim@fluendo.com>
7009 * gst-libs/gst/audio/gstbaseaudiosink.c:
7010 (gst_base_audio_sink_dispose):
7011 Since we _parent the ringbuffer, we also need to
7012 _unparent instead of a plain _unref.
7014 2006-03-22 Wim Taymans <wim@fluendo.com>
7016 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
7017 (stop_seek), (scrub_toggle_cb), (main):
7020 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
7022 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
7023 (gst_ogg_parse_chain):
7024 Fix very inefficient usage of linked lists (#335365).
7026 2006-03-21 Edward Hervey <edward@fluendo.com>
7028 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7029 * gst/playback/gstplaybin.c: (handoff):
7030 * gst/playback/gststreamselector.c:
7031 (gst_stream_selector_set_property):
7032 gcc 4.1 unreferenced pointer fixes.
7033 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
7034 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
7035 gst_buffer_ref() now takes a GstBuffer*.
7037 2006-03-20 Julien MOUTTE <julien@moutte.net>
7039 * sys/xvimage/xvimagesink.c:
7040 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
7043 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
7045 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
7046 (id3v1_type_find), (apetag_type_find), (plugin_init):
7047 Can't do tag preferences via probability, as tags would then
7048 lose against types that are recognised with MAXIMUM probability
7049 (like .wav); so let all tag typefinders return MAXIMUM themselves
7050 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
7051 that we can prefer APE to ID3v1 (fixes #335028).
7053 2006-03-17 Wim Taymans <wim@fluendo.com>
7055 * gst-libs/gst/audio/gstbaseaudiosink.c:
7056 (gst_base_audio_sink_change_state):
7057 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
7058 (gst_ring_buffer_may_start):
7059 * gst-libs/gst/audio/gstringbuffer.h:
7060 Only start playback if we are playing.
7063 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
7065 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7066 * win32/common/config.h:
7067 Revert accidental commits to these files.
7069 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
7071 Patch by: Michal Benes <michal dot benes at xeris dot cz>
7073 * tests/Makefile.am:
7074 Don't try to build tests in tests/icles if we
7075 don't have X (#323852)
7077 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
7079 * gst-libs/gst/tag/gstid3tag.c:
7080 Add TXXX frame identifiers for replaygain stuff as used
7081 by some taggers (see #323721).
7083 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
7085 * gst/playback/gststreamselector.c:
7086 (gst_stream_selector_set_property),
7087 (gst_stream_selector_bufferalloc):
7088 Preserve the existing buggy streamselector behaviour by performing
7089 a fallback buffer allocation when downstream isn't linked yet.
7090 This should really be fixed in playbin by blocking pads until it's
7092 Also, use gst_pad_alloc_buffer instead of
7093 gst_pad_alloc_buffer_and_set.
7095 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7097 * gst-libs/gst/tag/gstid3tag.c:
7098 Don't crash on unknown ID3v2 TXXX frames.
7100 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
7102 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7103 Chain up to the parent finalize method.
7104 Add 32-bit sample size to the template caps.
7106 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7107 (gst_riff_create_video_template_caps):
7108 Add the fourcc that the VMWare codec uses.
7110 * gst/playback/gststreamselector.c:
7111 (gst_stream_selector_set_property),
7112 (gst_stream_selector_bufferalloc),
7113 (gst_stream_selector_request_new_pad):
7114 For the active pad, forward buffer-alloc requests, otherwise
7115 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7116 having to memcpy every frame when used by playbin.
7118 * gst/tcp/gstmultifdsink.c:
7119 (gst_multi_fd_sink_handle_client_write):
7120 Get negotiated caps from the sink pad, rather than the sink
7123 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7125 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7127 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7128 Don't forget to set src->callbacks_pushed to FALSE again when
7129 popping them, otherwise re-activation in a different mode won't
7132 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7134 Patch by: Sebastien Moutte <sebastien moutte net>
7136 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7137 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7138 (gst_ffmpeg_smpfmt_to_caps):
7139 Replace __VA_ARGS__ caps creation macros with varargs functions.
7140 Makes things compile on MSVC (#320765), looks nicer, and we can
7141 tell the compiler to check for the NULL terminator.
7143 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7145 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7147 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7148 Make sure the buffer we copy into is really always big
7149 enough, this time for real (#333488).
7151 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7153 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7154 Add support for 24bpp DIB (#305279).
7156 2006-03-14 Wim Taymans <wim@fluendo.com>
7158 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7159 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7160 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7161 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7162 (gst_video_scale_init), (gst_video_scale_src_event):
7163 Re-enable QoS after the release.
7164 Rework videoscale to use the base class src_event handler.
7166 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7171 === release 0.10.5 ===
7173 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
7176 releasing 0.10.5, "Net"
7178 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
7180 * docs/plugins/Makefile.am:
7181 Part of previous cdparanoiasrc docs fixes, forgot to commit.
7183 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7185 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7186 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7187 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7188 Add cdparanoiasrc to docs.
7190 * gst-libs/gst/cdda/gstcddabasesrc.c:
7191 More GstCddaBaseSrc docs.
7193 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7195 * docs/libs/gst-plugins-base-libs-sections.txt:
7196 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7197 * gst-libs/gst/tag/tag.h:
7198 API: libgsttag: new method gst_tag_from_id3_user_tag().
7200 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7202 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7203 NULL-terminate array of mpeg4 video file extensions.
7204 Fixes crash on PPC (#334226).
7206 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7208 * ext/gnomevfs/gstgnomevfssrc.c:
7209 (gst_gnome_vfs_src_check_get_range):
7210 gnome_vfs_uri_is_local() alone is not a good indicator
7211 whether we can operate in pull-mode with a specific URI,
7212 as it returns FALSE for file:// URIs that point to an
7213 NFS-mounted path. Be more conservative here: whitelist
7214 local files, blacklist http URIs and use the old
7215 mechanism for anything else (fixes #334216).
7217 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7222 === release 0.10.4 ===
7224 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7227 releasing 0.10.4, "Power"
7229 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
7231 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7232 Disable max-lateness by setting it to -1 for now, so that
7233 we can bed QoS stuff in thoroughly between now and the next
7236 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
7238 Patch by: Fabrizio Gennari
7240 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7241 Make sure we don't read beyond the palette buffer in case of
7242 broken or manipulated files (#333488)
7244 2006-03-10 Edward Hervey <edward@fluendo.com>
7246 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7247 Fix for variable not initialized.
7249 2006-03-09 Wim Taymans <wim@fluendo.com>
7251 * ext/libvisual/visual.c: (gst_visual_get_type),
7252 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7256 * ext/theora/gsttheoradec.h:
7257 * ext/theora/theoradec.c: (gst_theora_dec_init),
7258 (gst_theora_dec_reset), (_theora_granule_time),
7259 (theora_dec_src_convert), (theora_dec_sink_convert),
7260 (theora_dec_src_query), (theora_dec_src_event),
7261 (theora_dec_sink_event), (theora_handle_comment_packet),
7262 (theora_handle_header_packet), (theora_dec_push),
7263 (theora_handle_data_packet), (theora_dec_chain),
7264 (theora_dec_change_state):
7267 2006-03-09 Wim Taymans <wim@fluendo.com>
7269 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7270 (audiocast_register_listener), (gst_gnome_vfs_src_start):
7273 2006-03-09 Wim Taymans <wim@fluendo.com>
7275 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7276 Don't try to activate NULL chains.
7278 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7280 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7281 Fix invalid memory access to region before peek'd data (#332964).
7283 2006-03-09 Wim Taymans <wim@fluendo.com>
7285 Patch by: Christophe Fergeau
7287 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7288 * ext/pango/gsttextrender.c: (gst_text_render_init):
7289 * gst/adder/gstadder.c: (gst_adder_init):
7290 Don't leak padtemplates, closes #333510.
7292 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7294 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7295 Fix invalid memory access: make sure string passed to
7296 regexec() is NUL-termianted.
7298 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7300 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7302 Refactor mpeg/audio typefinding to make it more maintainable
7303 and easier to fine-tune. Make probing into middle of the file
7304 work properly (fixes #333900, also see #152688).
7306 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7308 * gst/typefind/gsttypefindfunctions.c:
7309 (utf8_type_find_have_valid_utf8_at_offset):
7310 Remove part from previous commit that was bogus:
7311 g_utf8_validate() does in fact not accept embedded
7312 zeroes, so we don't need to check for those (thanks
7313 to Mike for the hint).
7315 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7317 * gst/typefind/gsttypefindfunctions.c:
7318 (utf8_type_find_count_embedded_zeroes),
7319 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7320 Make plain/text typefinder more conservative: firstly, check
7321 for embedded zeroes, which are perfectly valid UTF-8 characters,
7322 but also a fairly good sign that something is not a plain text
7323 file; secondly, probe into the middle of the file if possible.
7324 If we can't probe into the middle, limit the probability value
7325 to be returned to TYPE_FIND_POSSIBLE (see #333900).
7327 2006-03-08 Michael Smith <msmith@fluendo.com>
7329 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7330 Make typefind function name for mpeg4 video unique.
7332 2006-03-08 Wim Taymans <wim@fluendo.com>
7334 * ext/libvisual/visual.c: (gst_visual_init),
7335 (gst_visual_clear_actors), (gst_visual_dispose),
7336 (gst_visual_reset), (gst_visual_src_setcaps),
7337 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7338 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7339 (gst_visual_chain), (gst_visual_change_state):
7340 Cleanups, post nice errors.
7341 Handle sink and src events.
7342 Implement simple QoS.
7344 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7345 Use new basesink methods to configure max-lateness.
7348 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7349 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7350 Debug statement cleanups.
7352 * gst/volume/gstvolume.c: (gst_volume_class_init):
7355 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7357 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7358 (gst_text_overlay_init), (gst_text_overlay_set_property),
7359 (gst_text_overlay_get_property):
7360 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7361 as string type properties, but mark them deprecated. Add
7362 'halignment' and 'valignment' properties that use enums
7365 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7367 Patch by: Fabrizio Gennari
7369 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7370 Allow palettes with less than 256 colours in AVI files
7373 2006-03-07 Julien MOUTTE <julien@moutte.net>
7375 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7376 (gst_text_overlay_video_event): Fix wrong EOS handling on text
7377 pad. We were releasing the queued text buffer when we should keep
7378 it until video pad gets EOS or discard the text buffer because it's
7379 too old. That was eating the last subtitle buffer. Add some more
7382 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7384 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7385 (gst_text_overlay_video_chain):
7386 Fix invalid memory access (we can't access a buffer after it's been
7387 pushed downstream without taking a reference); fix memory leak (if
7388 there's no text to render, bail out before allocating stuff).
7390 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7392 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7393 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7394 * ext/pango/gsttextoverlay.h:
7395 If input is plain text, escape it before passing it to
7396 pango_layout_set_markup().
7398 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7400 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7401 Don't ignore flow return from gst_pad_push().
7403 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7405 Patch by: Fabrizio Gennari
7407 * ext/libvisual/visual.c: (gst_visual_getcaps),
7408 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7409 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7410 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7411 (gst_vorbisenc_convert_sink):
7412 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7413 (gst_audio_duration_from_pad_buffer):
7414 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7415 (gst_audio_filter_chain):
7416 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7417 (gst_base_rtp_depayload_setcaps):
7418 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7419 (gst_video_get_size):
7420 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7421 Don't leak references returned by gst_pad_get_parent()
7424 2006-03-06 Stefan Kost <ensonic@users.sf.net>
7426 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7427 change location param details
7428 * gst/volume/gstvolume.c: (plugin_init):
7429 correct plugin description
7431 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7433 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7434 (gst_gnome_vfs_src_check_get_range):
7435 Override GstBaseSrc::check_get_range() in order to avoid opening
7436 the resource just to check whether we can operate in pull-mode or
7437 not - we can predict that pretty well from the URI alone. Should
7438 fix problems with last.fm (#331690). (Requires latest core CVS).
7440 2006-03-06 Wim Taymans <wim@fluendo.com>
7442 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7443 (gst_video_sink_class_init):
7444 Throw away frames that are later than 20 ms.
7446 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7448 Patch by: Fabrizio Gennari
7450 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7451 Set depth on WMA caps (#333545)
7453 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
7455 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7456 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7457 put Theora BOS pages before others. This hardcodes
7458 the Ogg/Theora I profile, but hey.
7460 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
7463 updated with some examples
7464 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7465 (granulepos_add), (theora_buffer_from_packet):
7466 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7467 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7468 (gst_vorbisenc_chain):
7469 implement strategy from ext/ogg/README
7470 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7471 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7472 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7473 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7474 Fix muxer so that oggz-validate is happy with all streams;
7475 except for no eos mark, and the BOS page ordering
7476 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7477 (check_buffer_granulepos):
7478 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7479 update tests to check for OFFSET being set as requested
7480 fixed type of granulepos, it's not a ClockTime
7482 2006-03-05 Julien MOUTTE <julien@moutte.net>
7484 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7485 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7486 Check that the xvimage we are creating has a correct size
7487 before returning it. (#314897)
7489 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7491 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7492 Give id3 and ape tag typefinders a rank slightly higher
7493 than PRIMARY to ensure they're always run before any of
7494 the other typefinders (in particular wav and mp3) (#324186).
7496 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7498 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7499 Add support for '3IVD' fourcc (#333403).
7501 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
7504 Bump requirements to GStreamer CVS for the new error enum.
7506 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7507 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7508 space left on the device (fixes #333352).
7510 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
7513 add a project file for libgstvolume
7514 update the workspace
7516 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
7518 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7519 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7521 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7522 Set IN_CAPS on header buffers
7524 2006-03-02 Wim Taymans <wim@fluendo.com>
7526 * docs/plugins/Makefile.am:
7527 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7528 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7529 Add audioresample to docs.
7531 * gst/audioconvert/gstaudioconvert.c:
7534 * gst/audioresample/gstaudioresample.c:
7535 (gst_audioresample_base_init), (gst_audioresample_class_init),
7536 (gst_audioresample_init), (gst_audioresample_dispose),
7537 (audioresample_get_unit_size), (audioresample_transform_caps),
7538 (resample_set_state_from_caps), (audioresample_transform_size),
7539 (audioresample_set_caps), (audioresample_event),
7540 (audioresample_do_output), (audioresample_transform),
7541 (audioresample_pushthrough), (gst_audioresample_set_property),
7542 (gst_audioresample_get_property), (plugin_init):
7543 * gst/audioresample/gstaudioresample.h:
7545 Small code cleanups.
7547 2006-03-02 Wim Taymans <wim@fluendo.com>
7549 * docs/plugins/Makefile.am:
7550 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7551 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7552 Added videoscale to docs.
7554 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7555 (gst_video_rate_swap_prev), (gst_video_rate_event),
7556 (gst_video_rate_chain):
7559 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7560 (gst_video_scale_init), (gst_video_scale_prepare_size),
7561 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7562 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7563 * gst/videoscale/gstvideoscale.h:
7564 Added docs, examples.
7566 Post errors instead of g_warning.
7568 2006-03-02 Wim Taymans <wim@fluendo.com>
7570 * docs/libs/gst-plugins-base-libs-docs.sgml:
7571 * docs/libs/gst-plugins-base-libs-sections.txt:
7572 * docs/libs/gst-plugins-base-libs.types:
7573 * docs/plugins/Makefile.am:
7574 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7575 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7576 Added some more docs to libs and plugins.
7578 * gst-libs/gst/audio/gstringbuffer.c:
7579 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7580 * gst-libs/gst/audio/gstringbuffer.h:
7581 Document ringbuffer some more.
7583 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7584 (gst_video_rate_setcaps), (gst_video_rate_reset),
7585 (gst_video_rate_init), (gst_video_rate_flush_prev),
7586 (gst_video_rate_swap_prev), (gst_video_rate_event),
7587 (gst_video_rate_chain), (gst_video_rate_change_state):
7588 * gst/videorate/gstvideorate.h:
7589 Fix videorate to use segments.
7590 Make it work with 0/1 framerates (closes #331903)
7591 Handle EOS correctly.
7594 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7596 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7597 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7598 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7599 In state change function, first chain up to parent class,
7600 then handle downwards state change stuff. Remove some
7601 commented out cruft from 0.8 code.
7603 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7605 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7606 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7607 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7608 (gst_ogm_parse_chain):
7609 Don't remove/re-add source pad if the new caps are the same as
7610 the old caps anyway (#333042). When removing source pad, don't
7611 unref it afterwards - we didn't ref it when adding. Sprinkle some
7612 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7613 after using gst_pad_get_parent(). Return downstream flow return
7614 value in chain function.
7616 2006-03-02 Wim Taymans <wim@fluendo.com>
7618 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7619 * docs/plugins/gst-plugins-base-plugins.args:
7620 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7621 * docs/plugins/gst-plugins-base-plugins.interfaces:
7622 * docs/plugins/gst-plugins-base-plugins.signals:
7623 Fix hierarchy, added some more elements to the docs.
7625 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7626 (gst_ffmpegcsp_get_type):
7627 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7628 Fix docs for ffmpegcolorspace.
7630 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
7632 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7633 (apetag_type_find), (ape_type_find), (plugin_init):
7634 Some typefinding fine-tuning:
7635 - rank ID3/APE tags in order of preference via probabilities, so that
7636 ID3v2 > APEv2 > APEv1 > ID3v1.
7637 - three or four bytes don't really justify MAXIMUM probability,
7638 change those to 'very likely' (musepack and monkeysaudio).
7640 2006-03-01 Wim Taymans <wim@fluendo.com>
7642 * docs/plugins/Makefile.am:
7643 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7644 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7645 * ext/alsa/gstalsamixer.c:
7646 * ext/alsa/gstalsamixer.h:
7647 * ext/alsa/gstalsamixerelement.c:
7648 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7649 * ext/alsa/gstalsamixerelement.h:
7650 * ext/alsa/gstalsasink.c:
7651 * ext/alsa/gstalsasink.h:
7652 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7654 * ext/alsa/gstalsasrc.h:
7656 Small code cleanups.
7658 2006-03-01 Wim Taymans <wim@fluendo.com>
7660 * ext/theora/Makefile.am:
7661 Dist new header too,
7663 2006-03-01 Wim Taymans <wim@fluendo.com>
7665 * docs/plugins/Makefile.am:
7666 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7667 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7668 * ext/gnomevfs/gstgnomevfssink.h:
7669 * ext/gnomevfs/gstgnomevfssrc.h:
7670 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7671 * ext/vorbis/vorbisdec.h:
7672 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7673 * ext/vorbis/vorbisenc.h:
7674 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7675 (vorbis_parse_chain), (vorbis_parse_change_state):
7676 * ext/vorbis/vorbisparse.h:
7677 * gst/audioconvert/gstaudioconvert.h:
7678 * gst/tcp/gsttcpserversink.h:
7679 * gst/videotestsrc/gstvideotestsrc.c:
7680 * gst/videotestsrc/gstvideotestsrc.h:
7681 * gst/volume/gstvolume.c:
7682 * gst/volume/gstvolume.h:
7684 Added docs for vorbisdec and vorbisparse.
7687 2006-03-01 Wim Taymans <wim@fluendo.com>
7689 * docs/plugins/Makefile.am:
7690 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7691 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7692 * ext/pango/gstclockoverlay.h:
7693 * ext/pango/gsttextoverlay.h:
7694 * ext/pango/gsttextrender.h:
7695 * ext/pango/gsttimeoverlay.h:
7696 * ext/theora/gsttheoradec.h:
7697 * ext/theora/gsttheoraenc.h:
7698 * ext/theora/theoradec.c:
7699 * ext/theora/theoraenc.c:
7700 * gst/audioconvert/gstaudioconvert.h:
7701 * gst/audiotestsrc/gstaudiotestsrc.h:
7702 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7703 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7704 * gst/tcp/gstmultifdsink.h:
7705 Updated/added documentation.
7707 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7708 (gst_text_overlay_halign_get_type),
7709 (gst_text_overlay_wrap_mode_get_type),
7710 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7711 (gst_text_overlay_init), (gst_text_overlay_set_property),
7712 (gst_text_overlay_get_property):
7713 Fix up properties to be enums instead of string to make bindings,
7714 introspection and automatic GUI creation possible.
7715 Add getters for the properties.
7717 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
7719 * gst/audiotestsrc/gstaudiotestsrc.c:
7720 added defines of M_PI and M_PI_2
7721 * gst/ffmpegcolorspace/avcodec.h:
7722 removed #include "stdint.h" for win32 as _stdint.h is
7723 autogenerated to win32/common
7724 * win32/common/libgstaudio.def:
7725 * win32/common/libgsttag.def:
7728 some project files bugs corrected
7730 project files are reset to the default vs7 configuration
7731 (they link to msvcr71.dll using default optimizations)
7733 2006-02-28 Wim Taymans <wim@fluendo.com>
7735 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7738 2006-02-28 Edward Hervey <edward@fluendo.com>
7740 * ext/alsa/gstalsasrc.c:
7741 Set proper class on the ElementDetails:
7742 Source/Audio instead of Src/Audio/
7744 2006-02-28 Edward Hervey <edward@fluendo.com>
7746 * gst/videoscale/vs_scanline.c:
7747 (vs_scanline_resample_nearest_RGBA):
7748 Revert optimization in videoscale. It should go in liboil and have
7749 an appropriate liboil function.
7751 2006-02-28 Wim Taymans <wim@fluendo.com>
7753 * gst-libs/gst/audio/gstbaseaudiosink.c:
7754 (gst_base_audio_sink_provide_clock):
7755 Don't try to provide a clock in the NULL state.
7757 2006-02-28 Wim Taymans <wim@fluendo.com>
7759 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7760 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7761 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7762 (gst_ogg_demux_deactivate_current_chain),
7763 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7764 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7765 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7766 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7767 Use GstSegment infrastructure to remove duplicated code
7768 and handle more seek cases correctly.
7770 2006-02-28 Wim Taymans <wim@fluendo.com>
7772 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7773 (gst_ffmpegcsp_transform):
7774 Don't ignore return code from ffmpeg convert function.
7776 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7777 Split out some long statements to ease debugging.
7779 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
7781 * ext/libvisual/visual.c: (gst_visual_init),
7782 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7783 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7784 being able to renegotiate the size. Instead, use the negotiation
7785 algorithm from the goom plugin to pick an initial output caps.
7787 Also, allow theoretical libvisual plugins that might support non-GL
7788 output even if they also do GL.
7790 2006-02-26 Julien MOUTTE <julien@moutte.net>
7792 * ext/libvisual/visual.c: (gst_visual_init),
7793 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7794 (plugin_init): Load only non GL plugins. Fix some memleaks and
7795 possible negotiation issues.
7797 2006-02-25 Julien MOUTTE <julien@moutte.net>
7799 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7801 2006-02-24 Michael Smith <msmith@fluendo.com>
7803 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7804 (cmml_type_find), (plugin_init):
7805 Fix CMML type find function to not require a specific minor version
7808 Add an MPEG4 video elementary stream typefind function.
7810 2006-02-04 Michael Smith <msmith@fluendo.com>
7812 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7813 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7814 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7815 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7816 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7817 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7818 Annodex support in ogg demuxer. Doesn't do very much without the
7819 other annodex patches (to come).
7821 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7823 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7825 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7826 Pick up palette for MS video v1 (#327028)
7828 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7830 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7831 (gst_ffmpegcsp_caps_remove_format_info),
7832 (gst_ffmpegcsp_get_unit_size):
7833 The 'palette_data' field from incoming RGB caps shouldn't be
7834 proxied on outgoing YUV caps; also, restrict unit size
7835 adjustment in case of paletted data only to the unit that
7836 actually has a palette. Fixes #330711.
7838 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7840 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7841 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7842 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7843 (gst_ffmpegcsp_get_unit_size):
7844 Plug some memory leaks.
7846 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7848 * sys/ximage/Makefile.am:
7849 * sys/xvimage/Makefile.am:
7850 Add some _CFLAGS and _LIBS that seem to be missing
7851 and/or required for Cygwin (see #317048).
7853 2006-02-22 Wim Taymans <wim@fluendo.com>
7855 * ext/alsa/gstalsasrc.c:
7856 Fix description as pointed out by caugier.
7858 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
7860 Reviewed by : Edward Hervey <edward@fluendo.com>
7862 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7864 Better 3gp typefinding (#331526).
7866 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7868 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7869 Don't send EOS event here, the base class will send one for us.
7871 * gst/playback/gstplaybasebin.c: (prepare_output):
7872 Subpictures without video stream aren't allowed either.
7874 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7875 Fix debug statement copy'n'paste-o.
7877 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7879 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7880 Fix issues with mixer keeping state when muting/unmuting
7881 and when changing the volume whilst muted (see #331763
7884 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7886 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7887 (parse_subrip), (gst_sub_parse_format_autodetect):
7888 Set right caps given that we send escaped text. Also,
7889 honour <i></i>, <b></b> and <u></u> markers that can be found
7890 in .srt files (fixes #310202).
7892 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7894 * gst-libs/gst/audio/mixerutils.c:
7895 (element_factory_rank_compare_func):
7896 Make order in which elements are tried more determinable.
7898 2006-02-20 Julien MOUTTE <julien@moutte.net>
7900 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7901 (remove_element_chain), (cleanup_decodebin),
7902 (gst_decode_bin_change_state): Make decodebin reusable by
7903 fixing remove_element_chain first and then introduce a
7904 cleaner in state change to ->NULL. (Closes #331678)
7906 2006-02-19 Wim Taymans <wim@fluendo.com>
7908 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7909 use 0666 mask when creating files so umask gets applied
7910 correctly. Fixes #331295.
7912 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7914 * gst/subparse/Makefile.am:
7915 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7916 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7917 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7918 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7919 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7920 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7921 * gst/subparse/gstssaparse.h:
7922 * gst/subparse/gstsubparse.c: (plugin_init):
7923 Add very basic parser for SSA subtitle streams (as often
7924 found in matroska files).
7926 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7928 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7929 That should be text/x-pango-markup, not text/x-pango-layout.
7931 2006-02-19 Julien MOUTTE <julien@moutte.net>
7933 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7936 2006-02-19 Julien MOUTTE <julien@moutte.net>
7938 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7939 (gst_text_overlay_finalize), (gst_text_overlay_init),
7940 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7941 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7942 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7943 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7944 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7945 Fix state change deadlock.
7947 2006-02-19 Julien MOUTTE <julien@moutte.net>
7949 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7950 (gst_text_overlay_finalize), (gst_text_overlay_init),
7951 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7952 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7953 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7954 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7955 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7956 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7957 and subtitles files.
7959 2006-02-19 Julien MOUTTE <julien@moutte.net>
7961 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7962 should be considered as raw.
7964 2006-02-19 Julien MOUTTE <julien@moutte.net>
7966 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7968 * gst/playback/gststreaminfo.h: Introduce language informations.
7970 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
7972 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7973 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7974 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7975 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7976 Set shared memory segments to be deleted as soon as we have attached,
7977 that way they get cleaned up automatically if we crash.
7979 2006-02-18 Julien MOUTTE <julien@moutte.net>
7981 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
7982 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7983 functions are called with lock held.
7985 2006-02-18 Julien MOUTTE <julien@moutte.net>
7987 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7988 (gst_text_overlay_finalize), (gst_text_overlay_init),
7989 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7990 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7991 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7992 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7993 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7994 (gst_text_overlay_change_state): Refactoring of textoverlay
7995 without collectpads. This now supports sparse subtitles coming
7996 from a demuxer instead of a sub file. Seeking is still broken
7997 though. Need to discuss with wtay some more on how to handle
7999 * ext/pango/gsttextoverlay.h:
8000 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
8001 subtitles coming from the demuxer.
8003 2006-02-17 Wim Taymans <wim@fluendo.com>
8005 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
8006 (gst_vorbisenc_convert_sink):
8007 Use some more scaling functions.
8009 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
8011 * ext/cdparanoia/gstcdparanoiasrc.c:
8012 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
8013 (gst_cd_paranoia_paranoia_callback),
8014 (gst_cd_paranoia_src_signal_is_being_watched),
8015 (gst_cd_paranoia_src_read_sector):
8016 * ext/cdparanoia/gstcdparanoiasrc.h:
8017 Add back 'transport-error' and 'uncorrected-error' signals and
8018 make them actually be fired when bad stuff happens (#319340).
8020 2006-02-17 Wim Taymans <wim@fluendo.com>
8022 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
8023 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
8024 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
8025 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
8026 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
8027 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8028 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8029 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8030 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
8031 (gst_ring_buffer_clear):
8033 Added some G_LIKELY.
8035 2006-02-17 Wim Taymans <wim@fluendo.com>
8037 * gst-libs/gst/audio/TODO:
8040 * gst-libs/gst/audio/gstbaseaudiosink.c:
8041 (gst_base_audio_sink_get_offset):
8042 When trying to play samples ASAP and we don't have a
8043 previous sample, try to play at position 0 instead of
8044 an invalid position.
8046 2006-02-17 Wim Taymans <wim@fluendo.com>
8048 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
8049 (gst_alsasink_reset):
8050 Also release lock when we get an error in _reset();
8051 fix an error message.
8053 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8055 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8056 (gst_alsasink_init), (get_channel_free_structure),
8057 (caps_add_channel_configuration), (gst_alsasink_getcaps),
8058 (gst_alsasink_close):
8059 * ext/alsa/gstalsasink.h:
8060 Add support for more than 2 channels (#326720).
8062 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8064 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8065 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
8066 with 4 or 6 channels, assume a default channel layout to make things
8067 work (not sure there's anything else we can do in those cases).
8069 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8071 * gst-libs/gst/audio/multichannel.c:
8074 * gst-libs/gst/riff/Makefile.am:
8075 * gst-libs/gst/riff/riff-ids.h:
8076 * gst-libs/gst/riff/riff-media.c:
8077 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
8078 Add support for WAVEFORMATEX, eg. PCM audio with more than two
8079 channels and a channel layout map.
8081 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
8083 Reviewed by Edward Hervey <edward@fluendo.com>
8085 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
8086 C-level optimization of the RGBA nearest neighbour function.
8087 Eventually this might end up in liboil with vectorized versions.
8089 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8091 * gst-libs/gst/audio/multichannel.c:
8092 (gst_audio_get_channel_positions):
8093 When we have more than 2 channels, but no channel layout is
8094 specified in the caps, return some default channel layout
8095 to the caller and warn about about a possibly buggy element
8096 (could be buggy filtercaps as well of course) (#317038).
8098 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8100 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8101 Add gst-libs/gst/cdda to list of lib search paths.
8103 2006-02-15 Andy Wingo <wingo@pobox.com>
8105 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8106 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8107 to the Lord Jesus that I do not have to touch the ogg muxer ever
8110 2006-02-15 Edward Hervey <edward@fluendo.com>
8112 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8113 quicktime movie files can also contain 'uuid' atoms.
8115 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
8117 * gst/audioconvert/plugin.c: (plugin_init):
8118 Register the GstAudioChannelPosition enum type with the type
8119 system in the plugin_init function, so that it is known before
8120 any element actually makes use of multi-channel stuff. This is
8121 required for example if one wants to be able to deserialise/use
8122 a caps string with channel positions before any pipeline has
8123 been setup and started, like with gst-launch.
8125 2006-02-14 Wim Taymans <wim@fluendo.com>
8127 * gst-libs/gst/audio/gstringbuffer.c:
8128 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8129 (gst_ring_buffer_samples_done), (wait_segment),
8130 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8131 Add some compiler G_(UN_)LIKELY help.
8132 SIGNAL the ringbuffer waiters when going to PAUSED as well to
8133 make sure they can exit their functions. Should fix #330748
8135 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
8140 * win32/common/_stdint.h:
8141 Windows does not have long long; copy the generated _stdint.h
8142 * win32/common/interfaces-enumtypes.c:
8143 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8144 (gst_mixer_track_flags_get_type),
8145 (gst_tuner_channel_flags_get_type):
8146 * win32/common/multichannel-enumtypes.c:
8147 (gst_audio_channel_position_get_type):
8150 2006-02-13 Wim Taymans <wim@fluendo.com>
8152 * gst-libs/gst/audio/gstbaseaudiosink.c:
8153 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8154 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8155 Always sync on first sample we receive when starting.
8157 2006-02-13 Wim Taymans <wim@fluendo.com>
8159 * gst/playback/gstplaybin.c: (gen_vis_element):
8160 Update vis bin docs.
8161 Move queue after tee so we don't queue video buffers but
8162 audio samples instead. Fixes problems where the video queue
8163 is filled and the audio queue empty.
8165 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
8167 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8168 No need to push an EOS event here, GstBaseSrc will do that for us
8169 when we return FLOW_UNEXPECTED.
8171 2006-02-12 Wim Taymans <wim@fluendo.com>
8173 * gst-libs/gst/audio/gstbaseaudiosink.c:
8174 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8175 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8176 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8177 Use scale functions when possible.
8179 Free clockid when after waiting for EOS.
8180 Use G_(UN_)LIKLY when it makes sense.
8181 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8183 2006-02-12 Edward Hervey <edward@fluendo.com>
8185 * gst/playback/gstplaybasebin.c: (prepare_output):
8186 Remove stray semi-colon (fixes #330888).
8188 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
8190 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8191 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8192 Fix up the XShm call testing so that we catch errors, and don't
8193 cause new ones by attempting to detach from a segment we failed
8194 to attach to. Fixes #312439.
8196 2006-02-10 Edward Hervey <edward@fluendo.com>
8198 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8199 Added flv file typefind (video/x-flv).
8201 2006-02-10 Edward Hervey <edward@fluendo.com>
8203 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8204 (gst_riff_create_video_template_caps):
8205 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8206 Also added the caps to the default set of riff video caps.
8208 2006-02-09 Andy Wingo <wingo@pobox.com>
8210 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8211 time and the end time of the last packet in the page.
8212 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8213 on the pages in our queue, set the duration as well. Reflow a
8215 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8216 Fixes bad muxing order.
8218 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
8220 * gst-libs/gst/rtp/gstbasertppayload.c:
8221 (gst_basertppayload_setcaps), (gst_basertppayload_push):
8222 update seqnum before setting it on the packet; this makes sure
8223 that the timestamp and seqnum properties match after pushing
8226 2006-02-09 Andy Wingo <wingo@pobox.com>
8228 * gst-libs/gst/audio/gstringbuffer.c
8229 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8230 overflow after 13.5 hours of recording. Kapow!
8232 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8233 the buffer size -- we don't care about underrun/overrun reporting
8234 right now, just need to return a useful value.
8236 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8241 === release 0.10.3 ===
8243 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8246 releasing 0.10.3, "Under Pressure"
8248 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8251 Drat. Bump libtool version number for new API.
8252 Prelease 0.10.2.3 (of 0.10.3)
8254 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8257 * win32/common/config.h:
8258 0.10.2.2 prerelease (of 0.10.3).
8260 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8262 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8263 Revert Andy's newsegment change pending a more correct
8266 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
8268 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8269 (qt_type_find), (plugin_init):
8270 detect more files as 3gp
8271 group and reorder the iso file formats
8273 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8275 * ext/vorbis/vorbis.c: (plugin_init):
8276 Register musicbrainz tags, so apps don't have to.
8278 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8280 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8281 (gst_tag_to_vorbis_tag):
8282 Make sure we called gst_tag_register_musicbrainz_tags()
8283 before possibly mapping a vorbiscomment string from/to a
8286 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8288 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8289 In case we can't find the required number of consecutive
8290 mpeg audio frames to positively identify an MPEG audio
8291 stream, check if there's at least a valid mpeg audio
8292 frame right at offset 0 and if so suggest mpeg/audio
8293 caps with a very low probability (#153004).
8295 2006-02-07 Andy Wingo <wingo@pobox.com>
8297 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8298 a TIME segment if we get timestamped buffers. Requires recent
8299 fixes in core to work properly.
8301 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8303 * gst/playback/gstplaybasebin.c: (prepare_output):
8304 Don't print the URI as part of the error message, it
8305 makes error dialogs look rather ugly, especially if
8306 the URI is very long or has characters in it that
8309 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8311 * gst/playback/gstplaybasebin.c: (prepare_output):
8312 Error out if we have only text or subtitles, but nothing
8313 else. Also error out if we have subtitles but no video
8316 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8318 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8319 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8320 Post an error message on the bus when we encounter an
8321 error, which will hopefully be more meaningful than the
8322 'Internal Flow Error' message users get to see if we
8323 just return GST_FLOW_ERROR.
8325 2006-02-07 Andy Wingo <wingo@pobox.com>
8327 * configure.ac (GST_MAJORMINOR): Update core version req to
8328 0.10.2.2, for the collectpads API addition (#330244).
8330 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
8332 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8333 Return FALSE from plugin_init() when GnomeVFS can't
8334 be initialised for some reason (#328423).
8336 2006-02-06 Julien MOUTTE <julien@moutte.net>
8338 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
8339 Stick to seeking theory until i find the bug.
8340 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8342 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8344 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8345 (theora_enc_finalize), (theora_enc_sink_setcaps),
8346 (theora_set_header_on_caps), (theora_enc_chain),
8347 (theora_enc_change_state):
8348 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8349 Make theoraenc and the tests leak free. Like, really.
8351 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8353 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8354 (theora_enc_finalize), (theora_enc_sink_setcaps):
8355 Add a finalize method to ensure we clean up state even if
8356 someone omitted the state change back to NULL.
8358 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8359 (gst_vorbisenc_chain):
8360 Free some more leaked bits.
8362 * tests/check/pipelines/theoraenc.c: (start_pipeline),
8364 Wait for state changes to happen if they're ASYNC.
8366 This ought to teach those fancy pants buildbots a lesson.
8368 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8370 * gst-libs/gst/tag/gstid3tag.c:
8371 Add mapping for ID3 International Standard Recording Code
8374 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8376 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8377 Don't leak tag names.
8379 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8381 * docs/libs/gst-plugins-base-libs-docs.sgml:
8382 * docs/libs/gst-plugins-base-libs-sections.txt:
8383 * gst-libs/gst/tag/gstid3tag.c:
8384 * gst-libs/gst/tag/gstvorbistag.c:
8385 * gst-libs/gst/tag/tags.c:
8386 Split libgsttag docs into multiple sections.
8388 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8390 * docs/libs/Makefile.am:
8391 * docs/libs/gst-plugins-base-libs-docs.sgml:
8392 * docs/libs/gst-plugins-base-libs-sections.txt:
8393 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8394 * gst-libs/gst/tag/gstvorbistag.c:
8395 * gst-libs/gst/tag/tag.h:
8396 * gst-libs/gst/tag/tags.c:
8397 Add libgsttag to the docs.
8399 2006-02-05 Julien MOUTTE <julien@moutte.net>
8401 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8402 (gst_text_overlay_init), (gst_text_overlay_src_event),
8403 (gst_text_overlay_collected): Fix clockoverlay.
8405 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8407 * docs/libs/compiling.sgml:
8408 Fix typo: it's pkg-config, not pkg-gconfig
8410 * docs/libs/gst-plugins-base-libs-docs.sgml:
8411 * docs/libs/gst-plugins-base-libs-sections.txt:
8412 * docs/libs/tmpl/gstgconf.sgml:
8413 There is no libgstgconf in 0.10, remove it
8416 2006-02-05 Julien MOUTTE <julien@moutte.net>
8418 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8419 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8420 (gst_text_overlay_src_event), (gst_text_overlay_collected):
8421 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8422 (gst_sub_parse_class_init), (gst_sub_parse_init),
8423 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8424 (parse_mpsub), (parser_state_init), (handle_buffer),
8425 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8426 * gst/subparse/gstsubparse.h: Introduce seeking code.
8428 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8430 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8431 Add comment about LANGUAGE tag inconsistency (we want
8432 ISO-639-1, but extract three-letter identifiers?)
8435 Add two translatable files.
8437 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8439 * gst-libs/gst/tag/Makefile.am:
8440 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8441 * gst-libs/gst/tag/tag.h:
8442 * gst-libs/gst/tag/tags.c:
8443 (gst_tag_register_musicbrainz_tags_internal),
8444 (gst_tag_register_musicbrainz_tags):
8445 Forward-port some tags stuff from the 0.8 branch. This is
8446 mostly the addition of musicbrainz tags and their mapping
8447 to vorbistags, and a vorbistag mapping of the language tag.
8449 2006-02-05 Julien MOUTTE <julien@moutte.net>
8451 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8454 2006-02-04 David Schleef <ds@schleef.org>
8456 * ext/ogg/gstoggmux.c:
8457 * gst/typefind/gsttypefindfunctions.c:
8458 Add Dirac typefinding and add dirac format to oggmux.
8460 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
8462 * gst/playback/gstdecodebin.c: (try_to_link_1):
8463 Don't put essential function call into
8464 g_return_*() macro, otherwise it'll all be
8465 replaced by NOOPs when compiling with
8466 G_DISABLE_CHECKS defined.
8468 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
8470 * ext/ogg/gstoggdemux.c:
8471 * ext/ogg/gstoggparse.c:
8472 * gst/tcp/gsttcpserversink.c:
8473 * sys/v4l/v4lsrc_calls.c:
8474 * sys/v4l/v4lsrc_calls.h:
8475 Just make it compile with --disable-gst-debug.
8477 2006-02-03 Wim Taymans <wim@fluendo.com>
8479 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8480 (gst_alsasink_class_init), (gst_alsasink_init),
8481 (gst_alsasink_write), (gst_alsasink_reset):
8482 * ext/alsa/gstalsasink.h:
8483 Add lock to protect alsa calls.
8484 Implement reset to flush samples ASAP, does not work
8487 2006-02-02 Wim Taymans <wim@fluendo.com>
8489 * gst-libs/gst/audio/gstbaseaudiosink.c:
8490 (gst_base_audio_sink_provide_clock):
8491 Ugh.. getting late I guess...
8493 2006-02-02 Wim Taymans <wim@fluendo.com>
8495 * gst-libs/gst/audio/gstbaseaudiosink.c:
8496 (gst_base_audio_sink_provide_clock),
8497 (gst_base_audio_sink_set_property),
8498 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8499 Don't try to provide a clock when we are not negotiated since
8500 we might not be able to make it run.
8502 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
8504 * gst/playback/gstdecodebin.c: (try_to_link_1):
8505 Unlinking two source pads is ... hard.
8507 2006-02-02 Wim Taymans <wim@fluendo.com>
8509 * gst-libs/gst/audio/TODO:
8512 * gst-libs/gst/audio/gstbaseaudiosink.c:
8513 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8514 On EOS, wait till the last sample is played before posting EOS.
8516 2006-02-01 Philippe Kalaf <burger at speedy dot org>
8518 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8519 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8520 setting queue_delay to zero. Also avoid thread being started if
8521 queue_delay is zero.
8523 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8525 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8526 Make test work again by connecting fakesinks to each decoded pad,
8527 which makes the pipeline wait until each fakesink has a buffer
8528 queued before going to PAUSED state. At that point we know the
8529 decodebin pads are negotiated.
8531 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8533 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8534 (gst_cdda_base_src_handle_event):
8535 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8536 Pass unhandled queries to the parent class's query function.
8538 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8540 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8541 (gst_ogg_pad_src_query):
8542 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8543 * ext/theora/theoradec.c: (theora_dec_src_query),
8544 (theora_dec_sink_query):
8545 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8546 (vorbis_dec_sink_query):
8547 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8548 (gst_vorbisenc_sink_query):
8549 * gst/adder/gstadder.c: (gst_adder_query):
8550 Pass unhandled queries upstream instead of just
8551 dropping them (#326447). Also, fix supported
8552 query types list for some elements.
8554 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8556 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8557 (paris_type_find), (ilbc_type_find), (plugin_init):
8558 Fix typefinding for audio/x-au, audio/x-paris and
8559 audio/iLBC-sh. We cannot use the START_WITH macros
8560 here, because there can only be one typefind factory
8561 with the same name (caps), so the second one would
8562 replace the first one and the first one would never
8563 be called when doing typefinding (see #161712).
8566 2006-01-31 Wim Taymans <wim@fluendo.com>
8568 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8569 (vorbis_handle_header_packet), (vorbis_dec_push),
8570 (vorbis_handle_data_packet):
8571 Use scale_int when we can, add some more scaling.
8572 Check packettype before parsing it.
8574 2006-01-31 Wim Taymans <wim@fluendo.com>
8576 * ext/theora/theoradec.c: (_theora_granule_time),
8577 (theora_dec_src_convert), (theora_dec_sink_convert):
8578 Call right _scale functions.
8579 Use parameter instead of some other random value.
8581 2006-01-31 Wim Taymans <wim@fluendo.com>
8583 * ext/theora/theoradec.c: (_theora_granule_frame),
8584 (_theora_granule_time), (_inc_granulepos),
8585 (theora_dec_src_convert), (theora_dec_sink_convert),
8586 (theora_handle_type_packet), (theora_handle_data_packet),
8588 Use higher precision timestamps calculation.
8589 Convert some other conversions to _scale.
8591 2006-01-31 Stefan Kost <ensonic@users.sf.net>
8593 * gst/audiotestsrc/gstaudiotestsrc.c:
8594 (gst_audio_test_src_create_sine_table), (plugin_init):
8595 * gst/volume/gstvolume.c: (plugin_init):
8596 initialize gst_controller before using
8598 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
8600 * tests/check/pipelines/theoraenc.c:
8601 * tests/check/pipelines/vorbisenc.c:
8602 Define constant using G_GINT64_CONSTANT to avoid errors when
8603 passing it around - otherwise it gets truncated to 32 bits.
8605 Fixes failing tests.
8607 2006-01-31 Andy Wingo <wingo@pobox.com>
8609 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8610 caps being set doesn't have a framerate value. Basically a stopgap
8613 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8614 technically correct enough to put into core though.
8615 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8616 DURATION. Fixes theoraenc ! oggmux.
8618 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8619 fraction, not double.
8621 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
8624 add vs7 project files created by Sergey Scobich
8626 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
8629 add vs8 project files created by Sergey Scobich
8631 2006-01-30 Andy Wingo <wingo@pobox.com>
8633 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8634 timestamp + duration, not just timestamp -- ogg pages should be
8635 ordered by stop time. Necessary fix given the change in vorbis
8638 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
8639 (gst_theora_enc_init): Pull the granule shift out of the encoder.
8640 (granulepos_add): New function, handles the messiness of adjusting
8642 (theora_buffer_from_packet):
8644 (theora_enc_sink_event): Use granulepos_add, not +.
8646 * tests/check/pipelines/theoraenc.c
8647 (check_buffer_granulepos_from_starttime): Just check the frame
8648 count, not the actual granulepos -- we can't dictate to the
8649 encoder when it should be placing keyframes.
8651 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
8653 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8654 SERVICE_NOT_AVAILABLE happens for example when you're trying to
8655 play an http:// stream from a server that's not serving
8657 2006-01-30 Andy Wingo <wingo@pobox.com>
8659 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
8660 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8661 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8664 * ext/theora/gsttheoraenc.h:
8665 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8666 although theoraenc was timestamping correctly. Added handling of
8667 streams that start with nonzero timestamps.
8669 * tests/check/Makefile.am:
8670 * tests/check/pipelines/theoraenc.c: New file, basically does same
8673 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8675 2006-01-30 Wim Taymans <wim@fluendo.com>
8677 * gst-libs/gst/audio/gstaudiosink.c:
8678 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8679 (gst_audioringbuffer_pause):
8680 Implement pause that does not wait for completion.
8682 * gst-libs/gst/audio/gstbaseaudiosink.c:
8683 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8684 Don't drop buffers when going to PAUSED but perform preroll on
8685 remaining samples now that core base class supports this.
8687 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8688 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8689 (gst_ring_buffer_commit):
8690 Pause should not signal waiters.
8691 Implement return value of _commit correctly.
8693 2006-01-30 Andy Wingo <wingo@pobox.com>
8695 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8697 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8698 updated to timestamp from the first sample, not the last.
8699 (gst_vorbisenc_buffer_from_header_packet): New function, takes
8700 special care of granulepos and timestamp for header packets.
8701 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8702 when the first buffer has a nonzero timestamp.
8704 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8705 (GstVorbisEnc.subgranule_offset): New members. Take care of the
8706 case when the first audio buffer we get has a nonzero timestamp.
8707 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8708 properly timestamp vorbis buffers with the time of the first
8709 sample, not the last.
8711 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8712 vorbis_granule_time_copy -- now it takes the granule/subgranule
8713 offset into account.
8715 * tests/check/pipelines/vorbisenc.c: New test for correctness of
8716 timestamps, durations, and granulepos on buffers produced by
8719 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
8721 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8722 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8723 Patch from Eric Jonas to support conversions to/from UYVY
8726 2006-01-30 Julien MOUTTE <julien@moutte.net>
8728 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8729 (setup_subtitle), (setup_source), (set_active_source):
8730 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8731 (gen_text_element), (gen_audio_element), (gen_vis_element),
8732 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8734 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
8736 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8737 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8738 use gst_guint64_to_gdouble to be compliant with vs6
8739 * gst/playback/gstdecodebin.c: (try_to_link_1)
8740 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8741 use G_GINT64_CONSTANT for int64 constants
8742 * win32/common/libgstinterfaces.def:
8743 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8745 update and add new project files
8747 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8751 * win32/common/interfaces-enumtypes.c:
8752 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8753 (gst_mixer_track_flags_get_type),
8754 (gst_tuner_channel_flags_get_type):
8755 * win32/common/interfaces-enumtypes.h:
8756 * win32/common/multichannel-enumtypes.c:
8757 (gst_audio_channel_position_get_type):
8758 * win32/common/multichannel-enumtypes.h:
8759 add a win32-update rule like in core, and copy over enumtypes files
8761 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8764 * win32/common/config.h:
8765 * win32/common/config.h.in:
8766 add config files just like in core
8768 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
8770 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8771 Make gcc-4.1 happy (part of #327357).
8773 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8775 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8776 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8777 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8778 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8779 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8780 (gst_alsasrc_unprepare), (gst_alsasrc_read):
8781 Update all error messages. All of them should either use
8782 the default translated message, or actually provide a
8783 translatable string.
8784 Make the string for channel count problems meaningful.
8786 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8788 * sys/v4l/v4l_calls.c: (gst_v4l_open):
8789 check for and throw RESOURCE_BUSY
8791 2006-01-27 David Schleef <ds@schleef.org>
8793 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8794 checked in this change -- it requires liboil features not
8795 in 0.3.6. Revert parts.
8797 2006-01-27 David Schleef <ds@schleef.org>
8800 * configure.ac: update liboil requirement to 0.3.6
8801 * gst/videoscale/Makefile.am:
8802 * gst/videoscale/vs_scanline.c: liboilify
8804 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8806 * ext/libvisual/visual.c: (get_buffer):
8807 When pad_alloc returns a GstFlowReturn other
8808 than GST_FLOW_OK, make sure it is passed upstream.
8810 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8812 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8813 (gst_alsasink_class_init):
8814 Free the device name string.
8816 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8817 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8818 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8819 Don't remove a pad from the collectpads structure until it
8820 is released - it's a request pad, and may receive data again
8821 if the element gets moved back to PLAYING state.
8823 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8824 Ensure we turn on double buffering on the Xv port, and
8825 set the colour key to something dark and mysterious that
8828 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
8830 * ext/alsa/gstalsaplugin.c: (plugin_init):
8831 * ext/cdparanoia/gstcdparanoiasrc.c:
8832 (gst_cd_paranoia_src_base_init), (plugin_init):
8833 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8834 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8835 - a library should not call setlocale. see "Libraries" node in
8837 - make sure all plugins that use translation do bindtextdomain
8838 to point to the localedir
8839 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8840 (setup_sinks), (plugin_init):
8841 all this, and check for NULL when creating sinks
8843 2006-01-27 Julien MOUTTE <julien@moutte.net>
8845 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8846 (plugin_init): Make typefinding of subtitles work again.
8848 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
8850 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8851 (mp3_type_frame_length_from_header), (mp3_type_find),
8852 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8854 Backport a bunch of typefinding fixes from the 0.8 branch.
8855 Also, improve wavpack typefinding: if we can't peek the
8856 entire wavpack block, try to parse the bits we can get and
8857 see if we find what we're looking for in those.
8859 2006-01-26 Julien MOUTTE <julien@moutte.net>
8861 * sys/ximage/ximagesink.c:
8862 (gst_ximagesink_calculate_pixel_aspect_ratio):
8863 * sys/xvimage/xvimagesink.c:
8864 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8865 more cases of pixel aspect ratio.
8867 2006-01-26 Edward Hervey <edward@fluendo.com>
8869 * gst/playback/gstdecodebin.c: (pad_probe):
8870 Also consider the flush-start and tag events as unblockers
8873 2006-01-26 Julien MOUTTE <julien@moutte.net>
8875 * gst/playback/gstplaybin.c: (gst_play_bin_init),
8876 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8877 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
8878 On the fly visualisation switch, works disabling, enabling as
8879 well but it won't be able to enable vis in a playbin that was
8880 created with no visualisation.
8882 2006-01-25 Wim Taymans <wim@fluendo.com>
8884 * gst-libs/gst/audio/gstbaseaudiosink.c:
8885 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8886 Undo previous commit that returned WRONG_STATE sooner, it breaks
8889 2006-01-25 Wim Taymans <wim@fluendo.com>
8891 * gst-libs/gst/audio/gstbaseaudiosink.c:
8892 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8893 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8895 Post error when caps cannot be parsed.
8896 Resync on discontinuity in the stream.
8897 Clip samples to segment boundaries.
8898 return WRONG_STATE sooner when we are flushing.
8900 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8901 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8902 Make audiosrc operate in TIME.
8903 Set TIMESTAMP and DURATION on buffers.
8905 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
8907 * tests/examples/seek/seek.c: (main):
8908 Output tag messages as well.
8910 2006-01-23 Edward Hervey <edward@fluendo.com>
8912 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8913 (free_pad_probes), (remove_fakesink), (pad_probe),
8914 (close_pad_link), (gst_decode_bin_change_state):
8915 Replace GstPadBlockCallback with pad probes that detect
8916 first buffer AND eos before removing fakesink.
8917 Fixes hang with demuxers doing EOS while pre-rolling.
8920 2006-01-23 Andy Wingo <wingo@pobox.com>
8922 * ext/alsa/gstalsasink.c:
8923 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8924 (gst_base_rtp_depayload_setcaps),
8925 (gst_base_rtp_depayload_add_to_queue),
8926 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8928 Patch by: Jens Granseuer <jensgr at gmx dot net>
8930 2006-01-22 Julien MOUTTE <julien@moutte.net>
8932 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8933 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8934 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
8935 frames. We might get a frame destroyed after changing state to
8936 NULL, adding a safety check on xcontext.
8938 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
8940 * gst-libs/gst/interfaces/xoverlay.c:
8941 Fix prepare-xwindow-id code example in the docs - we need to
8942 ignore all messages that aren't element messages as well.
8944 2006-01-21 Julien MOUTTE <julien@moutte.net>
8946 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8947 I think one day i'll completely undestand how caps negotiation
8948 is supposed to work. This refactoring handles buffer_alloc
8949 called with caps we can't handle. We definitely don't want a
8950 set_caps with those caps, so we define and allocate a buffer
8951 we would like to receive.
8953 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
8955 * gst/playback/gstplaybasebin.c: (setup_source):
8956 Free iterator when done.
8958 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
8960 * gst-libs/gst/audio/gstbaseaudiosink.c:
8961 (gst_base_audio_sink_render):
8962 Fix playback of non-synchronised streams by assuming a rate
8963 of 1.0 instead of a random one.
8965 Makes this work again:
8967 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8968 endianness=(int)4321, signed=(boolean)true, width=(int)16,
8969 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8970 audioresample ! alsasink
8972 === release 0.10.2 ===
8974 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8977 releasing 0.10.2, "Then the devil is six"
8979 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
8981 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8982 * gst/playback/gststreamselector.c:
8983 (gst_stream_selector_set_property):
8984 Comment out broken code that connects to the state-changed signal.
8985 At this point, changing current stream selection is broken, but
8986 stuff like gst-launch playbin current-audio=1 works and filters
8987 to the chosen stream.
8989 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8991 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8992 Fix #327216 (null dereference in vorbisdec)
8994 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
8996 * ext/theora/theoradec.c: (theora_handle_comment_packet):
8997 Post taglist actually on bus instead of just freeing it
8998 (fixes #327114 and totem bug #327080).
9000 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
9001 Use gst_element_found_tags_for_pad(), so that the tags
9002 are sent downstream as an event as well.
9004 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
9006 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9007 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9008 (gst_ximagesink_buffer_alloc):
9009 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9010 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
9011 (gst_xvimagesink_buffer_alloc):
9012 move all regularly occurring messages to GST_LOG level
9013 add some more object logs
9015 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
9017 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
9018 fix a silly segfault
9020 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
9022 * docs/libs/gst-plugins-base-libs-docs.sgml:
9023 * docs/libs/gst-plugins-base-libs-sections.txt:
9024 * gst-libs/gst/audio/mixerutils.c:
9025 * gst-libs/gst/audio/mixerutils.h:
9026 Add docs for mixerutils stuff.
9028 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
9030 * gst/playback/gstplaybasebin.c: (setup_source):
9031 Fix playback for sources that emit raw audio or
9032 raw video streams (e.g.: cd audio sources) (#325984).
9034 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
9036 * gst-libs/gst/audio/mixerutils.c:
9037 (gst_audio_mixer_filter_do_filter):
9038 actually save the element we create
9040 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
9042 * gst-libs/gst/cdda/gstcddabasesrc.c:
9043 (gst_cdda_base_src_handle_track_seek):
9044 No need to post a tag message on the bus when seeking
9045 within the same track, only post it when the current
9048 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
9050 * gst/playback/gstplaybasebin.c: (group_destroy),
9051 (probe_triggered), (new_decoded_pad), (mute_group_type),
9052 (set_active_source):
9053 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9054 * gst/playback/gststreamselector.c:
9055 (gst_stream_selector_base_init),
9056 (gst_stream_selector_set_property),
9057 (gst_stream_selector_request_new_pad):
9058 Reenable stream selection. These mechanisms need a complete overhaul
9059 in the face of 0.8->0.10 changes though.
9061 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
9063 * ext/ogg/gstoggdemux.c:
9064 Change the pad template to src_%d to match the pads that
9065 are created from it. decodebin needs this information in order
9066 to decide that oggdemux is capable of producing multiple pads
9067 (and hence needs queues inserted).
9069 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9070 (gst_ogg_mux_collected):
9071 Make debug output more useful by using GST_PTR_FORMAT.
9073 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9075 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
9077 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
9078 Set depth and width for alaw/mulaw (fixes #326601).
9080 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
9082 * tests/icles/Makefile.am:
9083 don't build the tests if we don't have the libs
9085 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9087 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9088 (gst_cd_paranoia_paranoia_callback):
9089 Don't try to free NULL pointers.
9091 2006-01-10 Edward Hervey <edward@fluendo.com>
9093 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9094 (gst_audio_rate_change_state), (plugin_init):
9095 Add debugging category.
9097 Add case for incoming buffers without valid offset/offset_end.
9099 2006-01-10 Michael Smith <msmith@fluendo.com>
9101 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9102 Don't leak GCond in audio sources.
9104 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
9106 * gst/playback/gstplaybin.c: (gen_audio_element):
9107 Don't leak an autoaudiosink/alsasink when we generate
9108 a new audio element. (old code, I guess)
9110 2006-01-10 Michael Smith <msmith@fluendo.com>
9112 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9113 Support float audio in audiorate.
9114 Use width rather than depth for selecting sample width.
9116 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9118 * gst/videotestsrc/videotestsrc.h:
9119 Use GLib types here (that way we don't have to include the
9120 generated _stdint.h header, which makes life easier for win32
9121 folks that don't use autotools for the build) (#325990, patch
9122 by: Sergey Scobich).
9124 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9126 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9127 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9128 (gst_ring_buffer_pause), (wait_segment):
9129 * gst-libs/gst/audio/gstringbuffer.h:
9130 Name (private) union, makes Forte compiler happy (this time
9131 for real) (#324900).
9133 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
9135 * gst-libs/gst/audio/Makefile.am:
9136 Link against libgstinterfaces, needed for mixer
9137 and property probe stuff.
9139 2006-01-09 Edward Hervey <edward@fluendo.com>
9141 * gst-libs/gst/Makefile.am:
9143 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
9145 * gst-libs/gst/audio/Makefile.am:
9146 * gst-libs/gst/audio/mixerutils.c:
9147 (gst_audio_mixer_filter_do_filter),
9148 (gst_audio_mixer_filter_check_element),
9149 (gst_audio_mixer_filter_probe_feature),
9150 (element_factory_rank_compare_func),
9151 (gst_audio_default_registry_mixer_filter):
9152 * gst-libs/gst/audio/mixerutils.h:
9153 Add gst_audio_default_registry_mixer_filter() utility
9156 2006-01-03 Michael Smith <msmith@fluendo.com>
9158 * gst/audioresample/resample.h:
9159 As before, but for o_buf
9161 2006-01-03 Michael Smith <msmith@fluendo.com>
9163 * gst/audioresample/resample.h:
9164 Declare struct _ResampleState.buffer as unsigned char *, not void *,
9165 since we do arithmetic on it.
9167 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
9169 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9170 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9171 (gst_ring_buffer_pause), (wait_segment):
9172 * gst-libs/gst/audio/gstringbuffer.h:
9173 Sun's Forte compiler doesn't seem to like anonymous structs,
9174 so use same setup as in GstBaseSrc (fixes #324900).
9176 2005-12-30 Stefan Kost <ensonic@users.sf.net>
9179 * gst/volume/Makefile.am:
9180 * gst/volume/demo.c:
9181 move old example to tests/examples/volume/volune.c
9182 * tests/examples/Makefile.am:
9183 * tests/examples/seek/seek.c: (main):
9184 change window-close event from "delete-event" to "destroy"
9185 * tests/examples/volume/Makefile.am:
9186 * tests/examples/volume/volume.c: (value_changed_callback),
9187 (setup_gui), (message_received), (eos_message_received), (main):
9188 fix event handling and bus usage
9190 2005-12-29 Stefan Kost <ensonic@users.sf.net>
9192 * gst/audiotestsrc/gstaudiotestsrc.c:
9193 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9194 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9195 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9196 (gst_audio_test_src_create_square),
9197 (gst_audio_test_src_create_saw),
9198 (gst_audio_test_src_create_triangle),
9199 (gst_audio_test_src_create_silence),
9200 (gst_audio_test_src_create_white_noise),
9201 (gst_audio_test_src_create_pink_noise),
9202 (gst_audio_test_src_init_sine_table),
9203 (gst_audio_test_src_create_sine_table),
9204 (gst_audio_test_src_change_wave),
9205 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9206 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9207 * gst/audiotestsrc/gstaudiotestsrc.h:
9208 update to basesrc changes, implement segmented seeking and eos
9209 handling, add a 'sine-tab' waveform for performance critical playback
9211 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9214 ... and this time the other modified file that I missed last time.
9216 2005-12-29 Michael Smith <msmith@fluendo.com>
9218 * gst/playback/gstdecodebin.c: (new_pad):
9219 Fix non-C89 variable declaration not at the start of a block. Should
9220 help some compilers.
9222 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9224 * tests/check/Makefile.am:
9225 And now fix 'make distcheck' (builddir != srcdir)
9227 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9230 * ext/cdparanoia/Makefile.am:
9231 * ext/cdparanoia/gstcdparanoia.c:
9232 * ext/cdparanoia/gstcdparanoia.h:
9233 * ext/cdparanoia/gstcdparanoiasrc.c:
9234 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9235 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9236 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9237 (gst_cd_paranoia_paranoia_callback),
9238 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9239 (gst_cd_paranoia_src_set_property),
9240 (gst_cd_paranoia_src_get_property), (plugin_init):
9241 * ext/cdparanoia/gstcdparanoiasrc.h:
9242 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9243 plugin again (there are still fixes required to playbin to make
9244 cdda:// uris work there).
9246 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9248 * tests/check/Makefile.am:
9249 Fix test case compilation.
9251 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9253 * gst-libs/gst/cdda/gstcddabasesrc.c:
9254 (gst_cdda_base_src_update_duration),
9255 (gst_cdda_base_src_calculate_cddb_id):
9256 An integer is not a string. Fix access to uninitialised variable.
9258 * tests/check/Makefile.am:
9259 Add cddabasesrc unit test; also actually enable the vorbis test.
9261 * tests/check/generic/states.c:
9262 Blacklist new cd audio elements as well.
9264 * tests/check/libs/cddabasesrc.c:
9265 Unit test for GstCddaBaseSrc (discid calculation mostly).
9267 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9269 * docs/libs/Makefile.am:
9270 * docs/libs/gst-plugins-base-libs-docs.sgml:
9271 * docs/libs/gst-plugins-base-libs-sections.txt:
9272 * docs/libs/gst-plugins-base-libs.types:
9273 Add docs for libgstcdda/GstCddaBaseSrc.
9275 * gst-libs/gst/interfaces/mixertrack.h:
9276 Do one struct member per line with a semicolon at the end, that way
9277 even gtk-doc might parse it without complaining.
9279 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9282 * gst-libs/gst/Makefile.am:
9283 * gst-libs/gst/cdda/Makefile.am:
9284 * gst-libs/gst/cdda/base64.c:
9285 * gst-libs/gst/cdda/base64.h:
9286 * gst-libs/gst/cdda/gstcddabasesrc.c:
9287 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9288 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9289 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9290 (gst_cdda_base_src_get_property),
9291 (gst_cdda_base_src_get_track_from_sector),
9292 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9293 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9294 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9295 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9296 (gst_cdda_base_src_uri_get_protocols),
9297 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9298 (gst_cdda_base_src_uri_handler_init),
9299 (gst_cdda_base_src_setup_interfaces),
9300 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9301 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9302 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9303 (gst_cdda_base_src_add_tags),
9304 (gst_cdda_base_src_add_index_associations),
9305 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9306 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9307 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9308 (gst_cdda_base_src_create):
9309 * gst-libs/gst/cdda/gstcddabasesrc.h:
9310 * gst-libs/gst/cdda/sha1.c:
9311 * gst-libs/gst/cdda/sha1.h:
9312 Add new libgstcdda with GstCddaBaseSrc class.
9314 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9316 * ext/gnomevfs/gstgnomevfssink.h:
9317 Use GstBaseSinkClass as parent_class member for class struct, not
9320 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9322 Patch by: Michael Benes
9324 * gst/videotestsrc/gstvideotestsrc.c:
9325 (gst_video_test_src_class_init), (gst_video_test_src_start):
9326 Add start method to reset running time and number of frames sent
9327 when starting up (fixes #324696)
9329 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9331 * docs/plugins/Makefile.am:
9332 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9333 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9334 * docs/plugins/gst-plugins-base-plugins.args:
9335 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9336 * docs/plugins/gst-plugins-base-plugins.signals:
9337 Add docs stuff for gnomevfssrc and gnomevfssink.
9339 * ext/gnomevfs/gstgnomevfssrc.c:
9340 Fix example pipeline in gtk-doc blurb.
9342 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9344 * ext/gnomevfs/Makefile.am:
9345 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9346 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9347 (gst_gnome_vfs_handle_get_type), (plugin_init):
9348 * ext/gnomevfs/gstgnomevfs.h:
9349 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9350 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9351 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9352 (gst_gnome_vfs_sink_set_property),
9353 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9354 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9355 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9356 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9357 (gst_gnome_vfs_sink_uri_get_type),
9358 (gst_gnome_vfs_sink_uri_get_protocols),
9359 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9360 (gst_gnome_vfs_sink_uri_handler_init):
9361 * ext/gnomevfs/gstgnomevfssink.h:
9362 Port gnomevfssink; add gtk-doc blurb.
9364 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9365 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9366 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9367 (gst_gnome_vfs_src_uri_get_type),
9368 (gst_gnome_vfs_src_uri_get_protocols),
9369 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9370 (gst_gnome_vfs_src_uri_handler_init),
9371 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9372 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9373 (gst_gnome_vfs_src_send_additional_headers_callback),
9374 (gst_gnome_vfs_src_received_headers_callback),
9375 (gst_gnome_vfs_src_push_callbacks),
9376 (gst_gnome_vfs_src_pop_callbacks),
9377 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9378 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9379 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9380 * ext/gnomevfs/gstgnomevfssrc.h:
9381 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9382 file; add gtk-doc blurb with example pipelines.
9384 === release 0.10.1 ===
9386 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
9389 releasing 0.10.1, "Dobro Dedek"
9391 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
9393 * gst/typefind/gsttypefindfunctions.c:
9394 iLBC30 and iLBC20 added to typefind.
9396 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
9398 * gst-libs/gst/audio/gstbaseaudiosink.c:
9399 (gst_base_audio_sink_class_init):
9400 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9401 (gst_base_audio_src_class_init):
9402 update strings, values are in microseconds
9403 change the default sink buffer time to something that is smaller
9404 (to help software volume mixing have a slightly lower delay) but
9405 still be acceptable on Wim's laptop
9407 2005-12-20 Edward Hervey <edward@fluendo.com>
9409 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9410 Made a quack, forgot to add DUCK to the riff video template.
9412 2005-12-19 Edward Hervey <edward@fluendo.com>
9414 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9415 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9416 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9417 (gst_ogm_parse_chain):
9418 Make sure pads are initialized correctly.
9419 * gst-libs/gst/riff/riff-ids.h:
9420 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9421 (gst_riff_create_video_template_caps):
9422 Add a whole bunch of FOURCC <=> MimeType.
9423 Extend the riff video pad template to support the newly added fourcc.
9425 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
9427 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9428 (gst_ogg_demux_activate_chain):
9429 Extra debug output when activating/deactivating chains.
9431 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9432 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9434 Remove a queue from our list when it becomes unlinked.
9435 Don't add queues to elements in class 'Demux' if they
9436 can only produce one pad
9438 2005-12-18 Julien MOUTTE <julien@moutte.net>
9440 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9441 (gst_video_sink_get_type): Add a debug category.
9443 2005-12-17 Philippe Khalaf <burger@speedy.org>
9445 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9446 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9447 Handle downstream newsegment by sending our own newsegment before the
9448 next buffer to be released. (#323900)
9450 2005-12-17 Philippe Khalaf <burger@speedy.org>
9452 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9453 (gst_base_rtp_depayload_set_gst_timestamp):
9454 add queue delay to new segment as well (as opposed to just the first
9455 buffer). (bug #322347)
9457 2005-12-16 Stefan Kost <ensonic@users.sf.net>
9459 * ext/libvisual/visual.c: (make_valid_name):
9460 change some char* into char[]
9461 * gst/audiotestsrc/gstaudiotestsrc.c:
9462 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9463 (gst_audio_test_src_create):
9464 * gst/audiotestsrc/gstaudiotestsrc.h:
9465 prepare to handle EOS and SEGMENT_DONE
9467 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9469 * tests/check/generic/states.c: (GST_START_TEST):
9470 Blacklist cdparanoia element in state test.
9472 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9474 Patch by: Benjamin Pineau
9477 * gst/tcp/gsttcpclientsink.c:
9478 * gst/tcp/gsttcpserversink.c:
9479 * gst/tcp/gsttcpserversrc.c:
9480 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9482 2005-12-15 Michael Smith <msmith@fluendo.com>
9484 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9485 (gst_video_rate_chain):
9486 Fix timestamping for videorate when the first buffer it sees has a
9487 non-zero timestamp. Fix some misleading debug output.
9489 2005-12-15 Michael Smith <msmith@fluendo.com>
9491 * gst/audioresample/gstaudioresample.c:
9492 Don't leak all input buffers to audioresample.
9494 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9496 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9497 Don't operate on empty text buffers. Strip newlines and
9498 tabs only from the end of the text, but leave them intact
9499 in the middle. Fix typo in gtk-doc description.
9501 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9503 * gst/playback/gstplaybasebin.c:
9504 * gst/playback/gstplaybin.c: (handoff):
9505 Make sure the video frame buffer we return to apps via the
9506 "frame" property always has caps set on it. Modify
9507 _gst_gvalue_set_object() macro to handle NULL objects
9510 2005-12-14 Stefan Kost <ensonic@users.sf.net>
9512 * gst/audiotestsrc/gstaudiotestsrc.c:
9513 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9514 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9515 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9516 (gst_audio_test_src_create):
9517 * gst/audiotestsrc/gstaudiotestsrc.h:
9518 Adjust to some recent api changes and add wtays new cool seeking
9521 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
9523 * ext/alsa/Makefile.am:
9524 * ext/alsa/gstalsadeviceprobe.c:
9525 * ext/alsa/gstalsadeviceprobe.h:
9526 Helper functions to add device probing via the GstPropertyProbe
9527 interface to a class.
9529 * ext/alsa/gstalsamixer.h:
9530 Comment out GST_ALSA_MIXER, it returns a struct that's not
9533 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9534 Add some debug info.
9536 * ext/alsa/gstalsamixerelement.c:
9537 (gst_alsa_mixer_element_interface_supported),
9538 (gst_implements_interface_init),
9539 (gst_alsa_mixer_element_init_interfaces),
9540 (gst_alsa_mixer_element_class_init),
9541 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9542 (gst_alsa_mixer_element_set_property),
9543 (gst_alsa_mixer_element_get_property),
9544 (gst_alsa_mixer_element_change_state):
9545 * ext/alsa/gstalsamixerelement.h:
9546 Add 'device' and 'device-name' properties. Add GstPropertyProbe
9547 for device handling (gnome-volume-control will need that).
9549 2005-12-12 Christian Schaller <uraeus@gnome.org>
9551 * ext/Makefile.am: fix cdparanoia entry
9552 * gst-plugins-base.spec.in: add cdparanoia
9554 2005-12-12 Michael Smith <msmith@fluendo.com>
9556 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9557 Use the correct function to free list of typefind factories.
9559 2005-12-12 Wim Taymans <wim@fluendo.com>
9561 * gst/videotestsrc/gstvideotestsrc.c:
9562 (gst_video_test_src_class_init), (gst_video_test_src_init),
9563 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9564 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9565 (gst_video_test_src_create):
9566 * gst/videotestsrc/gstvideotestsrc.h:
9567 Implement seeking in videotestsrc.
9570 2005-12-12 Wim Taymans <wim@fluendo.com>
9572 * ext/cdparanoia/Makefile.am:
9573 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9574 (gst_paranoia_endian_get_type), (_do_init),
9575 (cdparanoia_class_init), (cdparanoia_init),
9576 (cdparanoia_set_property), (cdparanoia_get_property),
9577 (cdparanoia_do_seek), (cdparanoia_is_seekable),
9578 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9579 (cdparanoia_convert), (cdparanoia_get_query_types),
9580 (cdparanoia_query), (cdparanoia_set_index),
9581 (cdparanoia_uri_set_uri):
9582 * ext/cdparanoia/gstcdparanoia.h:
9583 Partially ported cdparanoia now that basesrc can support a
9586 2005-12-12 Wim Taymans <wim@fluendo.com>
9588 * tests/examples/seek/scrubby.c: (main):
9589 Set higher priority for bus events so they don't get reordered with
9592 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9593 (flush_toggle_cb), (main):
9594 Added checkbox to disable flushing seeks.
9595 Disable scrubbing when doing non flushing seeks.
9597 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
9599 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9600 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9601 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9602 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9603 Implement some sort of event handling that doesn't rely on
9604 g_return_if_fail; make sure we always push the last chunk of an
9605 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9606 state change function; remove some old cruft. Seeking is still
9607 rather unlikely to work though.
9612 2005-12-11 Julien MOUTTE <julien@moutte.net>
9614 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9615 Fixed a leak of the current image reference when cleaning up.
9616 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9618 2005-12-09 Michael Smith <msmith@fluendo.com>
9620 * tools/Makefile.am:
9621 * tools/gst-launch-ext-m.m:
9622 Remove gst-launch-ext. It doesn't work, and is no longer
9623 particularly useful.
9625 2005-12-08 Luca Ognibene <luogni@tin.it>
9627 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9628 don't pass random values to ogmparse convert function.
9629 Make seeking possible in the exile1.ogm file.
9631 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
9633 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9634 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9635 Work around refcount problem with g_value_set_object() that occur
9636 if the core has been compiled against GLib-2.6 (g_value_set_object()
9637 will only g_object_ref() the element, but the caller will
9638 gst_object_unref() it and bad things will happen due to the way
9639 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9640 totem for people on FC4 using Thomas's 0.10 RPMs.
9642 2005-12-07 Edward Hervey <edward@fluendo.com>
9644 Time to welcome ogm to 0.10 :)
9646 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9647 (gst_ogg_pad_typefind):
9648 Oggdemux can now properly typefind elements with dynamic pads.
9649 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9650 Properly set caps on src pad, and set caps on outgoing buffers.
9652 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
9654 * ext/alsa/gstalsamixer.h:
9655 * ext/alsa/gstalsamixerelement.h:
9656 * ext/alsa/gstalsamixeroptions.h:
9657 * ext/alsa/gstalsamixertrack.h:
9658 * ext/alsa/gstalsasink.c:
9659 * ext/alsa/gstalsasink.h:
9660 * ext/alsa/gstalsasrc.c:
9661 * ext/alsa/gstalsasrc.h:
9662 * ext/cdparanoia/gstcdparanoia.h:
9663 * ext/gnomevfs/gstgnomevfsuri.h:
9664 * ext/ogg/gstoggdemux.c:
9665 * ext/ogg/gstoggmux.c:
9666 * ext/pango/gsttextoverlay.h:
9667 * ext/theora/theoradec.c:
9668 * ext/theora/theoraenc.c:
9669 * ext/vorbis/vorbisdec.h:
9670 * ext/vorbis/vorbisenc.c:
9671 * ext/vorbis/vorbisenc.h:
9672 * ext/vorbis/vorbisparse.h:
9673 * gst-libs/gst/audio/gstaudioclock.h:
9674 * gst-libs/gst/audio/gstaudiosink.c:
9675 * gst-libs/gst/audio/gstaudiosink.h:
9676 * gst-libs/gst/audio/gstaudiosrc.c:
9677 * gst-libs/gst/audio/gstaudiosrc.h:
9678 * gst-libs/gst/audio/gstbaseaudiosink.c:
9679 * gst-libs/gst/audio/gstbaseaudiosink.h:
9680 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9681 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9682 * gst-libs/gst/audio/gstringbuffer.h:
9683 * gst-libs/gst/audio/multichannel.h:
9684 * gst-libs/gst/floatcast/floatcast.h:
9685 * gst-libs/gst/interfaces/colorbalance.c:
9686 * gst-libs/gst/interfaces/colorbalance.h:
9687 * gst-libs/gst/interfaces/colorbalancechannel.h:
9688 * gst-libs/gst/interfaces/mixer.h:
9689 * gst-libs/gst/interfaces/mixeroptions.h:
9690 * gst-libs/gst/interfaces/mixertrack.h:
9691 * gst-libs/gst/interfaces/navigation.h:
9692 * gst-libs/gst/interfaces/propertyprobe.h:
9693 * gst-libs/gst/interfaces/tuner.h:
9694 * gst-libs/gst/interfaces/tunerchannel.h:
9695 * gst-libs/gst/interfaces/tunernorm.h:
9696 * gst-libs/gst/interfaces/xoverlay.h:
9697 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9698 * gst-libs/gst/riff/riff-ids.h:
9699 * gst-libs/gst/riff/riff-media.h:
9700 * gst-libs/gst/riff/riff-read.h:
9701 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9702 * gst-libs/gst/rtp/gstbasertppayload.c:
9703 * gst-libs/gst/rtp/gstbasertppayload.h:
9704 * gst-libs/gst/rtp/gstrtpbuffer.c:
9705 * gst-libs/gst/rtp/gstrtpbuffer.h:
9706 * gst-libs/gst/tag/gsttageditingprivate.h:
9707 * gst-libs/gst/tag/gstvorbistag.c:
9708 (gst_tag_list_from_vorbiscomment_buffer):
9709 * gst-libs/gst/tag/tag.h:
9710 * gst-libs/gst/video/video.h:
9711 * gst/adder/gstadder.c:
9712 * gst/adder/gstadder.h:
9713 * gst/audioconvert/audioconvert.c:
9714 * gst/audioconvert/audioconvert.h:
9715 * gst/audioconvert/gstaudioconvert.c:
9716 * gst/audioconvert/gstchannelmix.c:
9717 * gst/audioconvert/gstchannelmix.h:
9718 * gst/audiorate/gstaudiorate.c:
9719 * gst/audioresample/buffer.h:
9720 * gst/audioresample/functable.h:
9721 * gst/audioresample/gstaudioresample.c:
9722 * gst/audioresample/resample.h:
9723 * gst/ffmpegcolorspace/avcodec.h:
9724 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9725 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9726 * gst/ffmpegcolorspace/imgconvert.c:
9727 * gst/ffmpegcolorspace/imgconvert_template.h:
9728 * gst/playback/gstdecodebin.c:
9729 * gst/playback/gstplaybasebin.h:
9730 * gst/playback/gstplaybin.c:
9731 * gst/playback/gststreaminfo.h:
9732 * gst/tcp/gstfdset.c:
9733 * gst/tcp/gstfdset.h:
9734 * gst/tcp/gstmultifdsink.c:
9735 * gst/tcp/gstmultifdsink.h:
9737 * gst/tcp/gsttcpclientsrc.c:
9738 * gst/tcp/gsttcpclientsrc.h:
9739 * gst/tcp/gsttcpplugin.h:
9740 * gst/tcp/gsttcpserversink.c:
9741 * gst/tcp/gsttcpserversrc.c:
9742 * gst/typefind/gsttypefindfunctions.c:
9743 * gst/videorate/gstvideorate.c:
9744 * gst/videotestsrc/gstvideotestsrc.h:
9745 * gst/videotestsrc/videotestsrc.h:
9746 * sys/v4l/gstv4lcolorbalance.h:
9747 * sys/v4l/gstv4ltuner.h:
9748 * sys/v4l/gstv4lxoverlay.h:
9749 * sys/v4l/v4l_calls.h:
9750 * sys/v4l/videodev_mjpeg.h:
9751 * tests/check/elements/audioconvert.c:
9752 * tests/check/elements/audioresample.c:
9753 * tests/check/elements/audiotestsrc.c:
9754 * tests/check/elements/videotestsrc.c:
9755 * tests/check/elements/volume.c:
9756 * tests/examples/seek/scrubby.c:
9757 * tests/examples/seek/seek.c:
9760 === release 0.10.0 ===
9762 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9765 releasing 0.10.0, "Mont-d'or"
9767 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
9769 * tests/examples/seek/Makefile.am:
9770 Build fix for when gtk is not available.
9772 2005-12-05 Andy Wingo <wingo@pobox.com>
9774 * ext/libvisual/visual.c: (get_buffer):
9775 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9776 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9777 * ext/theora/theoradec.c: (theora_handle_data_packet):
9778 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9780 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9781 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9782 Update for alloc_buffer changes.
9784 2005-12-05 Andy Wingo <wingo@pobox.com>
9786 patch by: Kai Vehmanen <kv2004 eca cx>
9788 * gst-libs/gst/rtp/gstbasertpdepayload.c
9789 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9791 2005-12-04 Andy Wingo <wingo@pobox.com>
9793 patch by: Sebastien Cote <sebas642 yahoo ca>
9795 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9798 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
9800 * docs/plugins/Makefile.am:
9801 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9802 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9803 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9804 * ext/pango/gstclockoverlay.c:
9805 * ext/pango/gsttextoverlay.c:
9806 * ext/pango/gsttextrender.c:
9807 * ext/pango/gsttimeoverlay.c:
9808 Add gtk-doc blurbs to pango elements.
9810 2005-12-02 Wim Taymans <wim@fluendo.com>
9812 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9813 * gst/audioresample/buffer.h:
9814 * gst/audioresample/gstaudioresample.c:
9815 * gst/audioresample/gstaudioresample.h:
9816 * gst/audioresample/resample.c: (resample_input_flush),
9817 (resample_input_pushthrough), (resample_input_eos),
9818 (resample_get_output_size_for_input),
9819 (resample_get_input_size_for_output), (resample_get_output_size),
9820 (resample_get_output_data):
9821 * gst/audioresample/resample.h:
9822 * gst/audioresample/resample_ref.c: (resample_scale_ref):
9823 Fix audioresample, seek torture, new segments, reverse negotiation
9826 2005-12-02 Wim Taymans <wim@fluendo.com>
9828 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9831 2005-12-02 Wim Taymans <wim@fluendo.com>
9833 * gst/audioconvert/gstaudioconvert.c:
9834 (gst_audio_convert_transform):
9837 === release 0.9.7 ===
9839 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9842 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9844 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9850 add win32 MANIFEST file
9851 do something to the hungarian translation
9853 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
9856 Add $(PANGO_DIR) to SUBDIRS
9858 * ext/pango/gstclockoverlay.c:
9859 * ext/pango/gsttimeoverlay.c:
9860 Fix and improve element descriptions.
9862 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9864 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9865 * docs/plugins/inspect/plugin-libvisual.xml:
9866 * docs/plugins/inspect/plugin-pango.xml:
9867 add pango plugin to docs
9869 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9875 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9878 * tests/Makefile.am:
9879 * tests/icles/.cvsignore:
9880 * tests/icles/Makefile.am:
9881 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9882 (close_display), (resize_window), (move_window), (create_window),
9883 (terminate_playback), (pause_playback), (start_playback), (main):
9884 add stress test for xoverlay from Julien
9886 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9888 * docs/libs/tmpl/gstcolorbalance.sgml:
9889 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9890 * gst-libs/gst/rtp/gstbasertppayload.c:
9891 * gst-libs/gst/rtp/gstrtpbuffer.c:
9892 * gst-libs/gst/rtp/gstrtpbuffer.h:
9893 Do burger's rename for rtp payloaders and depayloaders
9895 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9898 add Visual Studio 6 build files
9900 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9902 * docs/libs/gst-plugins-base-libs-docs.sgml:
9903 * docs/libs/gst-plugins-base-libs-sections.txt:
9904 * docs/libs/tmpl/gstaudio.sgml:
9905 * docs/libs/tmpl/gstringbuffer.sgml:
9906 * gst-libs/gst/interfaces/xoverlay.c:
9907 * gst-libs/gst/video/gstvideofilter.c:
9908 * gst-libs/gst/video/gstvideosink.c:
9909 update documentation
9911 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9913 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9914 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9915 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9916 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9917 (gst_multi_fd_sink_get_stats),
9918 (gst_multi_fd_sink_remove_client_link),
9919 (gst_multi_fd_sink_handle_client_read),
9920 (gst_multi_fd_sink_client_queue_data),
9921 (gst_multi_fd_sink_client_queue_caps),
9922 (gst_multi_fd_sink_client_queue_buffer),
9923 (gst_multi_fd_sink_new_client),
9924 (gst_multi_fd_sink_handle_client_write),
9925 (gst_multi_fd_sink_recover_client),
9926 (gst_multi_fd_sink_queue_buffer),
9927 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9928 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9929 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9930 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9931 * gst/tcp/gstmultifdsink.h:
9932 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9933 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9934 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9935 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9936 (gst_tcp_client_sink_set_property),
9937 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9938 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9939 * gst/tcp/gsttcpclientsink.h:
9940 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9941 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9942 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9943 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9944 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9945 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9946 * gst/tcp/gsttcpclientsrc.h:
9947 * gst/tcp/gsttcpplugin.c: (plugin_init):
9948 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9949 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9950 (gst_tcp_server_sink_finalize),
9951 (gst_tcp_server_sink_handle_server_read),
9952 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9953 (gst_tcp_server_sink_set_property),
9954 (gst_tcp_server_sink_get_property),
9955 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9956 * gst/tcp/gsttcpserversink.h:
9957 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9958 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9959 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9960 (gst_tcp_server_src_set_property),
9961 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9962 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9963 * gst/tcp/gsttcpserversrc.h:
9966 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9968 * docs/plugins/Makefile.am:
9969 * docs/plugins/gst-plugins-base-plugins.args:
9970 * docs/plugins/inspect/plugin-libvisual.xml:
9971 * gst/audioconvert/plugin.h:
9972 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9973 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9974 (gst_audio_rate_setcaps), (gst_audio_rate_init),
9975 (gst_audio_rate_chain), (gst_audio_rate_set_property),
9976 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9978 * gst/audiotestsrc/gstaudiotestsrc.c:
9979 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9980 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9981 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9982 (gst_audio_test_src_get_query_types),
9983 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9984 (gst_audio_test_src_create_square),
9985 (gst_audio_test_src_create_saw),
9986 (gst_audio_test_src_create_triangle),
9987 (gst_audio_test_src_create_silence),
9988 (gst_audio_test_src_create_white_noise),
9989 (gst_audio_test_src_init_pink_noise),
9990 (gst_audio_test_src_generate_pink_noise_value),
9991 (gst_audio_test_src_create_pink_noise),
9992 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9993 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9994 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9996 * gst/audiotestsrc/gstaudiotestsrc.h:
9997 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9998 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9999 (gst_sub_parse_init), (gst_sub_parse_formats),
10000 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
10001 (convert_encoding), (get_next_line),
10002 (gst_sub_parse_data_format_autodetect),
10003 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
10004 (gst_sub_parse_loop), (gst_sub_parse_chain),
10005 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
10007 * gst/subparse/gstsubparse.h:
10008 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
10009 (gst_video_rate_base_init), (gst_video_rate_class_init),
10010 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
10011 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
10012 (gst_video_rate_init), (gst_video_rate_event),
10013 (gst_video_rate_chain), (gst_video_rate_set_property),
10014 (gst_video_rate_get_property), (gst_video_rate_change_state),
10016 * gst/videoscale/gstvideoscale.c:
10017 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
10018 (gst_video_scale_src_template_factory),
10019 (gst_video_scale_sink_template_factory),
10020 (gst_video_scale_get_type), (gst_video_scale_base_init),
10021 (gst_video_scale_class_init), (gst_video_scale_init),
10022 (gst_video_scale_set_property), (gst_video_scale_get_property),
10023 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
10024 (gst_video_scale_prepare_size), (parse_caps),
10025 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10026 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
10027 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
10029 * gst/videoscale/gstvideoscale.h:
10030 * gst/videotestsrc/gstvideotestsrc.c:
10031 (gst_video_test_src_pattern_get_type),
10032 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
10033 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
10034 (gst_video_test_src_set_pattern),
10035 (gst_video_test_src_set_property),
10036 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
10037 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
10038 (gst_video_test_src_event), (gst_video_test_src_get_times),
10039 (gst_video_test_src_create), (plugin_init):
10040 * gst/videotestsrc/gstvideotestsrc.h:
10041 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
10042 (gst_video_test_src_smpte), (gst_video_test_src_snow),
10043 (gst_video_test_src_black):
10044 * gst/videotestsrc/videotestsrc.h:
10046 clean up docs a little
10048 2005-11-30 Wim Taymans <wim@fluendo.com>
10050 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10051 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
10052 (gst_basertppayload_event), (gst_basertppayload_push),
10053 (gst_basertppayload_change_state):
10054 * gst-libs/gst/rtp/gstbasertppayload.h:
10057 2005-11-30 Julien MOUTTE <julien@moutte.net>
10059 * docs/libs/gst-plugins-base-libs-docs.sgml:
10060 * docs/libs/gst-plugins-base-libs-sections.txt:
10061 * gst-libs/gst/video/gstvideofilter.c:
10062 * gst-libs/gst/video/gstvideosink.c:
10063 * gst-libs/gst/video/gstvideosink.h: Adding docs.
10065 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10085 * scripts/autoplugins.sh:
10088 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10092 * examples/Makefile.am:
10093 * examples/capsfilter/Makefile.am:
10094 * examples/capsfilter/capsfilter1.c:
10095 * examples/gob/Makefile.am:
10096 * examples/gob/gst-identity2.gob:
10097 * examples/indexing/.cvsignore:
10098 * examples/indexing/Makefile.am:
10099 * examples/indexing/indexmpeg.c:
10100 * examples/seeking/.cvsignore:
10101 * examples/seeking/Makefile.am:
10102 * examples/seeking/cdparanoia.c:
10103 * examples/seeking/cdplayer.c:
10104 * examples/seeking/chained.c:
10105 * examples/seeking/scrubby.c:
10106 * examples/seeking/seek.c:
10107 * examples/stats/Makefile.am:
10108 * examples/stats/mp2ogg.c:
10109 * examples/switch/.cvsignore:
10110 * examples/switch/Makefile.am:
10111 * examples/switch/switcher.c:
10112 * tests/Makefile.am:
10113 * tests/check/generic/.cvsignore:
10114 * tests/check/pipelines/.cvsignore:
10115 * tests/examples/Makefile.am:
10116 * tests/examples/seek/Makefile.am:
10117 reorganize stuff under tests/
10119 2005-11-30 Edward Hervey <edward@fluendo.com>
10121 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10122 Go away you stupid GstStaticPadTemplate memleak.
10124 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10126 * gst-libs/gst/net/Makefile.am:
10127 * gst-libs/gst/net/README:
10128 * gst-libs/gst/net/gstnetbuffer.c:
10129 * gst-libs/gst/net/gstnetbuffer.h:
10130 this was moved to "netbuffer"
10132 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10134 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10135 (gst_video_filter_class_init), (gst_video_filter_init):
10136 * gst-libs/gst/video/gstvideofilter.h:
10137 borgify name to bring in line with other classes
10139 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10141 * gst/audioscale/.cvsignore:
10142 * gst/audioscale/Makefile.am:
10143 * gst/audioscale/README:
10144 * gst/audioscale/audioscale.vcproj:
10145 * gst/audioscale/dtof.c:
10146 * gst/audioscale/dtos.c:
10147 * gst/audioscale/functable.c:
10148 * gst/audioscale/gstaudioscale.c:
10149 * gst/audioscale/gstaudioscale.h:
10150 * gst/audioscale/private.h:
10151 * gst/audioscale/resample.c:
10152 * gst/audioscale/resample.h:
10153 * gst/audioscale/test.c:
10156 2005-11-30 Edward Hervey <edward@fluendo.com>
10158 * gst-libs/gst/netbuffer/Makefile.am:
10159 really, really tired
10161 2005-11-30 Edward Hervey <edward@fluendo.com>
10163 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10164 Update for new GstTypeFindFactory _register()
10166 2005-11-30 Edward Hervey <edward@fluendo.com>
10168 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
10169 Let's not override libgstnet from core for no reason...
10170 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10171 Ok, maybe not so quick next time.
10173 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10176 * gst-libs/gst/Makefile.am:
10177 moved gst-libs/gst/net to netbuffer through CVS surgery
10178 remove old directory
10179 updating build to accomodate
10182 2005-11-29 Andy Wingo <wingo@pobox.com>
10184 * pkgconfig/gstreamer-plugins-base.pc.in:
10185 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10186 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10189 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10191 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10192 3rd time's the charm. Correct ref-counting for discarded buffers.
10194 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10196 * gst/playback/gststreamselector.c:
10197 (gst_stream_selector_class_init),
10198 (gst_stream_selector_set_property),
10199 (gst_stream_selector_get_property),
10200 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10203 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
10205 * gst/subparse/gstsubparse.c: (feed_textbuf):
10206 Don't access already unref'ed buffer.
10208 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10210 * gst/playback/gststreamselector.c:
10211 (gst_stream_selector_class_init), (gst_stream_selector_init),
10212 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10213 (gst_stream_selector_get_property),
10214 (gst_stream_selector_get_linked_pad),
10215 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10216 * gst/playback/gststreamselector.h:
10217 Add the active-pad property for playbin to use shortly. Ignore buffers
10218 from any other pad, returning GST_FLOW_NOT_LINKED
10220 2005-11-29 Julien MOUTTE <julien@moutte.net>
10222 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10223 patch from bug #322704 (Alessandro Decina).
10225 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10227 * gst-libs/gst/audio/Makefile.am:
10228 folded audiofilter into the audio library
10230 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10232 * gst/videoscale/gstvideoscale.h:
10233 * gst/videoscale/gstvideoscale.c:
10234 remove unimplemented scale methods
10236 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
10238 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10241 2005-11-28 Julien MOUTTE <julien@moutte.net>
10243 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10244 (gst_ximagesink_setcaps):
10245 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10246 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10247 happens (only visible on ximagesink but bug is in xv too) set_caps was
10248 destroying the internal x[v]image used to memcpy non locally alloced
10249 buffers so that it got renewed on next _chain. The issue is that
10250 _expose will try to put that image as it reffed it in _put.
10251 Using gst_buffer_unref instead of destroy fixes it !
10253 2005-11-28 Edward Hervey <edward@fluendo.com>
10255 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10256 (try_to_link_1), (queue_filled_cb):
10257 Better use of the queues. Start with a small size queue and only increase
10258 the size of the queues when the other queues are empty.
10260 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
10262 * gst-libs/gst/video/Makefile.am:
10263 compile in copied-over videofilter into the video library
10264 * gst-libs/gst/video/videosink.h:
10265 rename the header to gstvideosink.h since it's a base GstObject class
10266 * sys/ximage/ximagesink.h:
10267 * sys/xvimage/xvimagesink.h:
10270 2005-11-28 Wim Taymans <wim@fluendo.com>
10272 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10273 * gst/playback/gstplaybasebin.h:
10274 Prepare to handle errors betters.
10276 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10277 Set sinks to PAUSED first before adding and linking them so that
10278 we don't interrupt dataflow.
10280 2005-11-28 Wim Taymans <wim@fluendo.com>
10282 * gst-libs/gst/audio/TODO:
10285 * gst-libs/gst/audio/gstaudiosink.c:
10286 (gst_audioringbuffer_open_device),
10287 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10288 (gst_audioringbuffer_release):
10291 * gst-libs/gst/audio/gstbaseaudiosink.c:
10292 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10293 (gst_base_audio_sink_change_state):
10294 Slave to the master clock when going to PLAYING and unslave when
10297 * gst-libs/gst/audio/gstringbuffer.c:
10298 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10299 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10300 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10301 (gst_ring_buffer_clear_all), (wait_segment),
10302 (gst_ring_buffer_commit), (gst_ring_buffer_read),
10303 (gst_ring_buffer_advance):
10304 * gst-libs/gst/audio/gstringbuffer.h:
10305 Add some docs and cleanups.
10307 2005-11-28 Julien MOUTTE <julien@moutte.net>
10309 * sys/xvimage/xvimagesink.c:
10310 (gst_xvimagesink_navigation_send_event): Fix navigation events
10311 coordinates translation with pixel aspect ratios.
10313 2005-11-28 Julien MOUTTE <julien@moutte.net>
10315 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10316 Use calculated video geometry from _setcaps instead of buffer
10317 caps to respect pixel aspect ratio. (fixes #322388)
10319 2005-11-28 Julien MOUTTE <julien@moutte.net>
10321 * docs/libs/tmpl/gstcolorbalance.sgml:
10322 * docs/libs/tmpl/gstmixer.sgml:
10323 * docs/libs/tmpl/gstxoverlay.sgml:
10324 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10327 2005-11-28 Julien MOUTTE <julien@moutte.net>
10329 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10330 Refuse to create an XvImage if we can't find the format.
10332 2005-11-28 Edward Hervey <edward@fluendo.com>
10334 * gst-libs/gst/riff/riff-media.c:
10335 (gst_riff_create_audio_template_caps):
10336 Add ATRAC3 to the list of riff-possible audio caps.
10337 I know we still don't have a plugin for atrac3, but it's saner to output
10338 that than a cryptic mimetype.
10340 2005-11-27 Edward Hervey <edward@fluendo.com>
10342 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10343 Don't try to create a zero-sized subbuffer.
10345 2005-11-27 Julien MOUTTE <julien@moutte.net>
10347 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10348 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10349 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10350 (gst_ximagesink_expose): Fixed a tricky race.
10351 * sys/ximage/ximagesink.h:
10352 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10353 (gst_xvimagesink_expose): Fixed a tricky race.
10354 * sys/xvimage/xvimagesink.h:
10356 2005-11-27 Edward Hervey <edward@fluendo.com>
10358 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10359 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10360 Remove unused properties, and add queues between demuxers and decoders
10361 so that a lot more files can preroll properly.
10363 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10365 * gst-libs/gst/net/Makefile.am:
10366 * gst-libs/gst/rtp/Makefile.am:
10367 * gst-libs/gst/tag/Makefile.am:
10368 remove silly include
10369 * gst/tags/Makefile.am:
10370 * gst/tags/gsttagediting.c:
10371 * gst/tags/gsttageditingprivate.h:
10372 * gst/tags/tagedit.vcproj:
10373 remove directory, is as good as empty
10375 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10378 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10379 * gst-libs/Makefile.am:
10380 * gst-libs/gst/audio/Makefile.am:
10381 * gst-libs/gst/interfaces/Makefile.am:
10382 * gst-libs/gst/net/Makefile.am:
10383 * gst-libs/gst/riff/Makefile.am:
10384 * gst-libs/gst/rtp/Makefile.am:
10385 * gst-libs/gst/tag/Makefile.am:
10386 * gst-libs/gst/video/Makefile.am:
10389 2005-11-27 Julien MOUTTE <julien@moutte.net>
10391 * docs/libs/tmpl/gstcolorbalance.sgml:
10392 * docs/libs/tmpl/gstmixer.sgml:
10393 * docs/libs/tmpl/gstxoverlay.sgml:
10394 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10395 * sys/ximage/ximagesink.h:
10396 * sys/xvimage/xvimagesink.h: More and more documentation.
10398 2005-11-26 Julien MOUTTE <julien@moutte.net>
10400 * docs/libs/gst-plugins-base-libs-docs.sgml:
10401 * docs/libs/gst-plugins-base-libs-sections.txt:
10402 * docs/libs/tmpl/gstcolorbalance.sgml:
10403 * docs/libs/tmpl/gstmixer.sgml:
10404 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10407 2005-11-26 Julien MOUTTE <julien@moutte.net>
10409 * docs/plugins/Makefile.am:
10410 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10411 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10412 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10414 2005-11-26 Julien MOUTTE <julien@moutte.net>
10416 * docs/plugins/Makefile.am:
10417 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10418 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10419 * docs/plugins/inspect/plugin-adder.xml:
10420 * docs/plugins/inspect/plugin-alsa.xml:
10421 * docs/plugins/inspect/plugin-audioconvert.xml:
10422 * docs/plugins/inspect/plugin-audiorate.xml:
10423 * docs/plugins/inspect/plugin-audioresample.xml:
10424 * docs/plugins/inspect/plugin-audiotestsrc.xml:
10425 * docs/plugins/inspect/plugin-decodebin.xml:
10426 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10427 * docs/plugins/inspect/plugin-gnomevfs.xml:
10428 * docs/plugins/inspect/plugin-ogg.xml:
10429 * docs/plugins/inspect/plugin-playbin.xml:
10430 * docs/plugins/inspect/plugin-subparse.xml:
10431 * docs/plugins/inspect/plugin-tcp.xml:
10432 * docs/plugins/inspect/plugin-theora.xml:
10433 * docs/plugins/inspect/plugin-typefindfunctions.xml:
10434 * docs/plugins/inspect/plugin-video4linux.xml:
10435 * docs/plugins/inspect/plugin-videorate.xml:
10436 * docs/plugins/inspect/plugin-videoscale.xml:
10437 * docs/plugins/inspect/plugin-videotestsrc.xml:
10438 * docs/plugins/inspect/plugin-volume.xml:
10439 * docs/plugins/inspect/plugin-vorbis.xml:
10440 * docs/plugins/inspect/plugin-ximagesink.xml:
10441 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10442 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10444 2005-11-26 Edward Hervey <edward@fluendo.com>
10446 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10447 Properly return GstFlowReturn from gst_pad_push in chain functions.
10449 2005-11-25 Michael Smith <msmith@fluendo.com>
10451 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10452 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10453 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10454 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10455 Handle various conditions better when we don't understand a stream.
10456 Removes a heap of CRITICALs on ogg streams containing unknown data.
10458 2005-11-24 Andy Wingo <wingo@pobox.com>
10460 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10463 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10465 * configure.ac: back to HEAD
10467 === release 0.9.6 ===
10469 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10472 releasing 0.9.6, "White Eight"
10474 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10476 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10477 * docs/plugins/inspect/plugin-sine.xml:
10478 remove sinesrc some more
10480 2005-11-23 Wim Taymans <wim@fluendo.com>
10482 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10483 If we are reading too slowly, jump forward in the ringbuffer
10484 instead of blocking.
10486 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10488 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10489 (gst_visual_chain):
10490 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10491 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10492 (gst_videorate_chain):
10493 * gst/videotestsrc/gstvideotestsrc.c:
10494 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10495 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10496 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10497 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10498 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10499 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10500 Updates for API changes
10502 2005-11-23 Wim Taymans <wim@fluendo.com>
10504 * gst-libs/gst/audio/gstbaseaudiosink.c:
10505 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10506 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10507 Fix for calibration API change.
10509 2005-11-23 Michael Smith <msmith@fluendo.com>
10511 * gst-libs/gst/audio/multichannel.c:
10512 (gst_audio_get_channel_positions),
10513 (gst_audio_set_channel_positions),
10514 (gst_audio_set_structure_channel_positions_list),
10515 (gst_audio_fixate_channel_positions):
10516 Use gst_value_array_*() functions on value arrays, not
10517 gst_value_list_*().
10519 2005-11-23 Edward Hervey <edward@fluendo.com>
10522 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10525 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10527 * check/Makefile.am:
10528 * check/elements/videotestsrc.c: (setup_videotestsrc),
10529 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10531 add a test for videotestsrc
10533 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10535 * gst/sine/.cvsignore:
10536 * gst/sine/Makefile.am:
10537 * gst/sine/gstsinesrc.c:
10538 * gst/sine/gstsinesrc.h:
10539 * gst/sine/sinesrc.vcproj:
10540 and remove sinesrc from the repository. Closes #321446
10542 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10545 * gst-plugins-base.spec.in:
10546 remove sinesrc from the build
10548 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10550 * check/Makefile.am:
10551 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10552 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10554 add a test for audiotestsrc, testing all waves. Even seems
10555 leak-free at first glance, nice job Stefan
10557 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10573 Translation string updates
10575 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10576 (gst_v4lsrc_set_caps):
10577 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10578 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10579 * sys/v4l/v4lsrc_calls.h:
10580 Improve v4lsrc, by making it work again.
10582 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10584 * ext/libvisual/visual.c: (gst_visual_chain):
10585 Fix the fps calculations.
10587 * gst/ffmpegcolorspace/avcodec.h:
10588 Move structure element for clarity
10590 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10591 * gst-libs/gst/interfaces/tunernorm.h:
10592 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10593 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10594 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10595 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10596 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10597 (gst_v4lmjpegsrc_getcaps):
10598 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10599 (gst_v4lsrc_set_caps):
10600 * sys/v4l/gstv4lsrc.h:
10601 * sys/v4l/v4l_calls.c: (gst_v4l_open):
10602 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10603 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10604 * sys/v4l/v4lsrc_calls.h:
10605 Fractional framerates...
10607 2005-11-22 Wim Taymans <wim@fluendo.com>
10609 * gst-libs/gst/audio/gstbaseaudiosink.c:
10610 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10611 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10612 And we provide a clock by default, of course...
10614 2005-11-22 Wim Taymans <wim@fluendo.com>
10616 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10617 This clock can be slaved to a master clock now.
10619 * gst-libs/gst/audio/gstbaseaudiosink.c:
10620 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10621 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10622 (gst_base_audio_sink_set_clock),
10623 (gst_base_audio_sink_set_property),
10624 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10625 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10626 * gst-libs/gst/audio/gstbaseaudiosink.h:
10627 Handle slaving the internal clock to the clock selected in the
10629 Add property to make the basesink not provide a clock.
10631 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10632 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10633 (gst_base_rtp_depayload_wait):
10634 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10635 We can use the clock in GstElement, no need to store it ourselves.
10637 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10639 * docs/libs/tmpl/gstaudio.sgml:
10641 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10642 (gst_paranoia_endian_get_type):
10643 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10644 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10645 * gst/audiotestsrc/gstaudiotestsrc.c:
10646 (gst_audiostestsrc_wave_get_type):
10647 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10648 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10649 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10650 (gst_sync_method_get_type), (gst_unit_type_get_type),
10651 (gst_client_status_get_type), (gst_multifdsink_class_init),
10652 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10653 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10654 (gst_multifdsink_get_property):
10655 * gst/tcp/gstmultifdsink.h:
10656 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10657 * gst/videotestsrc/gstvideotestsrc.c:
10658 (gst_videotestsrc_pattern_get_type):
10659 remove deprecated properties
10660 fix up enums to correctly have short lowercase dashed nicks
10662 2005-11-22 Michael Smith <msmith@fluendo.com>
10664 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10665 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10668 2005-11-22 Michael Smith <msmith@fluendo.com>
10670 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10671 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10672 Use utility method for scaling clocktime for fractional framerates.
10674 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
10676 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10677 (gst_visual_chain):
10678 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10679 * ext/theora/theoradec.c: (theora_handle_type_packet):
10680 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10681 (theora_enc_chain):
10682 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10683 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10684 * gst-libs/gst/video/video.h:
10685 * gst/ffmpegcolorspace/avcodec.h:
10686 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10687 (gst_ffmpeg_caps_to_pixfmt):
10688 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10689 (gst_ffmpegcsp_set_caps):
10690 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10691 (gst_videorate_setcaps), (gst_videorate_blank_data),
10692 (gst_videorate_chain):
10693 * gst/videotestsrc/gstvideotestsrc.c:
10694 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10695 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10696 (gst_videotestsrc_event), (gst_videotestsrc_create):
10697 * gst/videotestsrc/gstvideotestsrc.h:
10698 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10699 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10700 (gst_ximagesink_get_times), (gst_ximagesink_init):
10701 * sys/ximage/ximagesink.h:
10702 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10703 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10704 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10705 * sys/xvimage/xvimagesink.h:
10706 Convert elements to use fractions for their framerate.
10707 V4L elements to come later tonight.
10709 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10711 * gst-libs/gst/audio/audio.c:
10712 * gst-libs/gst/audio/audio.h:
10713 remove some deprecated functions
10715 2005-11-22 Andy Wingo <wingo@pobox.com>
10717 * Update for gst_tag_setter API changes.
10719 2005-11-22 Andy Wingo <wingo@pobox.com>
10721 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10722 (gst_ogg_demux_perform_seek):
10723 * ext/theora/theoradec.c (theora_dec_sink_event):
10724 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10727 2005-11-22 Wim Taymans <wim@fluendo.com>
10729 * examples/seeking/seek.c: (main):
10730 Give higher priority to bus signals than the gtk events
10731 to fix a race condition in the segment looping.
10733 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10735 * ext/theora/Makefile.am:
10736 * ext/vorbis/Makefile.am:
10737 * gst-libs/gst/tag/Makefile.am:
10738 * gst-plugins-base.spec.in:
10739 Rename libgsttagedit to libgsttag (#322117).
10741 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10743 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10744 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10745 Call gst_x_overlay_prepare_xwindow_id() to give applications
10746 a final chance to set their own xwindow id before the video
10747 sink creates its own window.
10749 2005-11-22 Julien MOUTTE <julien@moutte.net>
10751 * sys/xvimage/xvimagesink.c:
10752 (gst_xvimagesink_navigation_send_event): Handle navigation
10753 events correcly with borders if applicable.
10755 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10757 Patch by: Luca Ognibene
10759 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10760 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10761 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10762 (gst_ffmpegcsp_caps_remove_format_info):
10763 * gst/ffmpegcolorspace/imgconvert.c:
10764 * gst/ffmpegcolorspace/imgconvert_template.h:
10765 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10766 #318353); use gst_structure_has_name().
10768 2005-11-22 Julien MOUTTE <julien@moutte.net>
10770 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10771 (gst_ximagesink_class_init): Add debug macros on functions.
10772 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10773 (gst_xvimagesink_xwindow_draw_borders),
10774 (gst_xvimagesink_xvimage_put),
10775 (gst_xvimagesink_xwindow_update_geometry),
10776 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10777 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10778 (gst_xvimagesink_xcontext_clear),
10779 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10780 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10781 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10782 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10783 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10784 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10785 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10786 expose while being PAUSED, out of data flow navigation events, etc..
10788 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10790 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10791 * gst-libs/gst/audio/audio.h:
10792 fix prototype - wondering why the test worked regardless
10794 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
10796 * check/Makefile.am:
10797 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10798 * gst-libs/gst/audio/audio.h:
10799 add a method that returns a proper GstClockTime
10801 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10803 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10804 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10805 * gst-libs/gst/interfaces/xoverlay.h:
10806 Remove everything having to do with the desired size; add
10807 gst_x_overlay_prepare_xwindow_id() function; remove the
10808 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10809 post a message on the bus instead (#321816).
10811 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10812 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10813 (gst_xvimagesink_xoverlay_init):
10814 Remove desired size stuff (#321816).
10816 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10818 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10819 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10820 (mpeg_video_type_find), (mpeg_video_stream_type_find):
10821 Terminate vararg functions with NULL instead of 0 to
10824 2005-11-21 Andy Wingo <wingo@pobox.com>
10826 patch by: Sebastien Cote <sebas642@yahoo.ca>
10828 * gst-libs/gst/rtp/gstrtpbuffer.h:
10829 * gst-libs/gst/rtp/gstrtpbuffer.c
10830 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10832 2005-11-21 Andy Wingo <wingo@pobox.com>
10834 * gst/playback/gstplaybin.c (gen_audio_element)
10835 (gen_video_element): Use the new MISSING_PLUGIN core error
10836 category. Closes #320060.
10838 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
10839 * gst/videorate/gstvideorate.c (gst_videorate_event):
10840 * ext/theora/theoradec.c (theora_dec_sink_event):
10841 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10844 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10845 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10846 stream lock changes.
10848 2005-11-21 Wim Taymans <wim@fluendo.com>
10850 * gst-libs/gst/audio/gstbaseaudiosink.c:
10851 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10852 (gst_base_audio_sink_provide_clock),
10853 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10854 (gst_base_audio_sink_change_state):
10855 * gst/audioresample/gstaudioresample.c:
10856 Segment update fix.
10858 2005-11-21 Andy Wingo <wingo@pobox.com>
10861 * *.c: Ran scripts/update-macros. Oh yes.
10863 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10865 * sys/ximage/Makefile.am:
10866 * sys/ximage/ximage.c:
10867 Rename ximage plugin to ximagesink (#321426) (Don't forget to
10868 remove your old libgstximage.* manually if necessary).
10870 2005-11-21 Michael Smith <msmith@fluendo.com>
10872 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10873 Minimal fix for bug #320200: set the min/max bitrate in the correct
10874 units. A better fix would be to upgrade to the RATEMANAGE2
10875 interface, rather than using the deprecated interface used here, but
10876 that would require an update in our libvorbis dependency (to 1.1),
10877 which is probably undesirable.
10879 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
10881 * ext/libvisual/visual.c: (get_buffer):
10882 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10883 (gst_base_audio_src_fixate):
10884 * gst/audioconvert/gstaudioconvert.c:
10885 (gst_audio_convert_fixate_caps):
10886 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10887 * gst/audiotestsrc/gstaudiotestsrc.c:
10888 (gst_audiotestsrc_src_fixate):
10889 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10890 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10891 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10892 * gst/videotestsrc/gstvideotestsrc.c:
10893 (gst_videotestsrc_src_fixate):
10894 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10895 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10896 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10900 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10902 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10903 (gst_riff_create_iavs_caps):
10904 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10905 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10906 (gst_riff_parse_info):
10907 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10908 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10909 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10910 Fixes for GST_FOURCC_FORMAT API change.
10912 2005-11-21 Andy Wingo <wingo@pobox.com>
10914 patch by: Alessandro Dessina <alessandro nnva org>
10916 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10917 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10918 (gst_ogg_parse_chain):
10919 * ext/theora/theoraenc.c (theora_set_header_on_caps):
10920 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10921 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10922 gst_value_list calls on arrays. Fixes #321962.
10924 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10926 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10927 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10928 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10929 * gst/adder/gstadder.c: (gst_adder_init),
10930 (gst_adder_request_new_pad), (gst_adder_collected),
10931 (gst_adder_change_state):
10932 Update for gst_collectpads_foo() to gst_collect_pads_foo()
10935 2005-11-21 Michael Smith <msmith@fluendo.com>
10937 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10938 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10939 Properly handle pad_push return values.
10941 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
10943 * gst-libs/gst/tag/Makefile.am:
10944 * gst-libs/gst/tag/gstvorbistag.c:
10945 (gst_tag_list_to_vorbiscomment_buffer):
10946 Remove obsolete vorbistag element and debug category.
10948 * gst/playback/gstplaybasebin.c: (check_queue):
10949 Don't divide by 0 when queue-threshold is 0.
10951 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10952 Don't modify an existing pixel-aspect-ratio if we fail to read
10955 2005-11-20 Wim Taymans <wim@fluendo.com>
10957 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10958 (gst_vorbisenc_push_packet):
10959 GST_PAD_IS_USABLE is gone, use the return value of
10960 the push or pad_alloc_buffer instead.
10962 2005-11-18 Julien MOUTTE <julien@moutte.net>
10964 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10965 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10966 (gst_ximagesink_ximage_destroy),
10967 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10968 (gst_ximagesink_xwindow_new),
10969 (gst_ximagesink_xwindow_update_geometry),
10970 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10971 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10972 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10973 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10974 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10975 (gst_ximagesink_navigation_send_event),
10976 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10977 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10978 (gst_ximagesink_finalize), (gst_ximagesink_init),
10979 (gst_ximagesink_class_init):
10980 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10981 This new version brings correct software scaling, non flickering
10982 window while resizing, pixel aspect ratio handling, usage of
10983 hardware buffer pools, out of data flow event thread for
10984 navigation and handling of expose events even when being PAUSED,
10985 a new property to keep video aspect ratio when resizing, etc...
10987 2005-11-18 Julien MOUTTE <julien@moutte.net>
10989 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10990 (gst_videoscale_fixate_caps): Introduce back caps fixate with
10993 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
10995 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
10996 Unsetting IS_SINK flag from the fakesink, so decodebin
10997 never behaves as a sink.
10999 2005-11-17 Wim Taymans <wim@fluendo.com>
11001 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11002 (gst_base_audio_src_change_state):
11003 Fix the audiosrc base class again, we did not unflush.
11005 2005-11-17 Julien MOUTTE <julien@moutte.net>
11007 * examples/seeking/seek.c: (make_dv_pipeline),
11008 (make_vorbis_theora_pipeline), (make_avi_pipeline),
11009 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
11010 to ogg/vorbis/theora pipeline.
11012 2005-11-17 Wim Taymans <wim@fluendo.com>
11014 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11015 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
11016 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
11017 Fix EOS on multiple streams.
11020 2005-11-16 Wim Taymans <wim@fluendo.com>
11022 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
11023 (gst_ogg_demux_perform_seek):
11024 Segment done must include stream time.
11026 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11027 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
11028 (gst_ogg_mux_change_state):
11029 Fix ogg muxer again.
11031 2005-11-16 Wim Taymans <wim@fluendo.com>
11033 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
11036 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11038 * ext/libvisual/visual.c: (gst_visual_init):
11039 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
11040 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
11041 (gst_ogg_parse_chain):
11042 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11043 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
11044 * ext/theora/theoradec.c: (gst_theora_dec_init):
11045 * ext/theora/theoraenc.c: (gst_theora_enc_init):
11046 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11047 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
11048 * gst/adder/gstadder.c: (gst_adder_class_init),
11049 (gst_adder_dispose):
11050 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
11051 * gst/subparse/gstsubparse.c: (gst_subparse_init):
11052 * gst/videorate/gstvideorate.c: (gst_videorate_init):
11053 Fix a whole set of pad template leaks
11055 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11057 * check/generic/states.c: (GST_START_TEST):
11058 fix the test so that it only checks for elements that are part of
11061 2005-11-16 Michael Smith <msmith@fluendo.com>
11063 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
11064 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
11065 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11066 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11067 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
11068 (gst_ogg_mux_change_state):
11069 Fix leaking collectpads.
11071 2005-11-16 Edward Hervey <edward@fluendo.com>
11073 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11074 (gst_videorate_event), (gst_videorate_chain):
11075 Handle segment seeks
11077 2005-11-16 Wim Taymans <wim@fluendo.com>
11079 * gst-libs/gst/audio/gstbaseaudiosink.c:
11080 (gst_base_audio_sink_provide_clock),
11081 (gst_base_audio_sink_change_state):
11082 Set ringbuffer to non-flushing when going to PAUSED, set to
11083 flushing again when going to READY.
11085 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11086 (gst_ring_buffer_stop):
11087 Start in flushing mode by default.
11088 Don't set flushing in the _stop method, let the app call
11091 2005-11-16 Julien MOUTTE <julien@moutte.net>
11093 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11094 * gst-libs/gst/video/videosink.h: Add helper function needed
11097 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
11099 * gst/videoscale/gstvideoscale.c:
11100 (gst_videoscale_handle_src_event):
11101 Don't leak reference to pad parent.
11103 2005-11-16 Wim Taymans <wim@fluendo.com>
11105 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11106 Set ringbuffer to flushing when stopping so that we don't
11107 block on wait_segment anymore and livelock.
11109 2005-11-16 Wim Taymans <wim@fluendo.com>
11111 * examples/seeking/seek.c: (send_event), (do_seek),
11112 (loop_toggle_cb), (segment_done), (main):
11113 Added looping checkbox.
11115 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11117 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11118 (gst_ogg_demux_init):
11119 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11120 (gst_vorbis_dec_init):
11121 revert unrefs, they don't pass make check
11123 2005-11-15 Johan Dahlin <johan@gnome.org>
11125 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11126 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11127 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11128 (gst_vorbis_dec_init):
11129 Fix pad template leaks.
11131 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
11133 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11134 Make state change function thread safe.
11136 2005-11-15 Edward Hervey <edward@fluendo.com>
11138 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11139 (gst_ogg_demux_class_init):
11140 Implement GstElement::send_event, so we can send seek events
11143 2005-11-14 Julien MOUTTE <julien@moutte.net>
11145 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11146 Discovered how to take away flickering while resizing the
11147 window. Please don't put that in ximagesink, refactoring in
11150 2005-11-14 Michael Smith <msmith@fluendo.com>
11152 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11153 (gst_multifdsink_render):
11154 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11156 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
11158 * gst/playback/gstplaybin.c: (gen_audio_element):
11159 Use autoaudiosink, it tends to be more widely available than
11162 2005-11-14 Andy Wingo <wingo@pobox.com>
11164 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11165 as well if it is available. Fixes #316442.
11167 2005-11-14 Michael Smith <msmith@fluendo.com>
11169 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11170 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11171 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11172 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11173 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11174 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11175 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11176 (gst_vorbisenc_change_state):
11177 Fix a small memory leak in vorbisenc.
11178 Fix large memory leaks in oggmux, also fix lots of state change
11181 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
11183 * gst/videotestsrc/gstvideotestsrc.c:
11184 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11185 (gst_videotestsrc_src_fixate):
11186 move fixation to a fixate function
11187 remove negotiate function, basesrc's is good enough
11188 fixes a bug for check when using the element alone
11190 2005-11-13 Edward Hervey <edward@fluendo.com>
11192 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11193 (key_toggle_cb), (main):
11194 Added checkboxes for adding/removing the accurate and key_unit seek
11197 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11199 * configure.ac: back to HEAD
11201 === release 0.9.5 ===
11203 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11206 releasing 0.9.5, "No No Kia"
11208 2005-11-11 Edward Hervey <edward@fluendo.com>
11210 * examples/seeking/seek.c: (make_parselaunch_pipeline):
11211 Added parse-launch syntax seeking mode for the seeking example.
11212 This should help stress-test even more cases.
11213 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11215 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11217 * sys/xvimage/xvimagesink.c:
11218 (gst_xvimagesink_navigation_send_event):
11219 Check whether peer pad exists before sending navigation events
11222 2005-11-11 Michael Smith <msmith@fluendo.com>
11224 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11225 (gst_vorbisenc_buffer_from_packet):
11226 * ext/vorbis/vorbisenc.h:
11227 Set duration on encoded buffers. This allows oggmux's
11228 max_page_delay parameter to actually work.
11230 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11232 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11233 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11234 (gst_ffmpegcsp_avpicture_fill):
11235 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11236 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11237 Make palettes work again (see #132341). Use our own macros
11240 2005-11-10 Andy Wingo <wingo@pobox.com>
11242 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11245 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11247 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11248 (gst_ffmpegcsp_transform_caps):
11249 Prefer passthrough in transform_caps
11251 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11253 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11254 check for ALSA errors properly, instead of relying on ALSA's
11255 error strings to serve to the user.
11257 2005-11-10 Wim Taymans <wim@fluendo.com>
11259 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11260 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11261 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11262 Modernise the seek code.
11264 2005-11-10 Michael Smith <msmith@fluendo.com>
11266 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11267 (setup_substreams), (set_active_source):
11268 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11269 trying to go to NULL if we failed to read a file.
11271 2005-11-10 Wim Taymans <wim@fluendo.com>
11273 * gst/audiotestsrc/gstaudiotestsrc.c:
11274 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11275 (gst_audiotestsrc_create):
11276 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11277 (gst_sinesrc_get_times), (gst_sinesrc_create):
11278 * gst/videotestsrc/gstvideotestsrc.c:
11279 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11280 (gst_videotestsrc_create):
11281 The base class can now sync for us.
11283 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11285 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11286 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11287 name=source autoprobe=false autoprobe-fps=false copy-mode=1
11288 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11289 format=(fourcc)I420" ! xvimagesink
11291 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
11293 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11294 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11295 (gst_sinesrc_newsegment):
11296 Send newsegment event in TIME format, set duration if
11297 num-buffers is set, fix duration querying.
11299 2005-11-10 Michael Smith <msmith@fluendo.com>
11301 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11302 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11303 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11304 (gst_ogg_mux_collected):
11305 Fix EOS handling, partially. Now forwarding an EOS event once we have
11306 EOS on all pads works correctly. However, we still don't properly set
11307 EOS on the actual ogg stream pages.
11309 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
11311 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11312 Set elements to NULL state before disposing of them.
11314 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
11316 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11318 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11319 (gst_base_rtp_depayload_init),
11320 (gst_base_rtp_depayload_set_gst_timestamp):
11321 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11322 We need to send a newsegment event for each instance, not
11323 just for the first instance of this class (get rid of
11324 static variable in function). (#321011).
11326 2005-11-08 Michael Smith <msmith@fluendo.com>
11328 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11329 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11330 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11331 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11332 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11333 This makes us mux things correctly according to the ogg muxing
11334 rules. Still not handling EOS correctly right now, though.
11336 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11338 * gst/audioconvert/gstaudioconvert.c:
11341 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11343 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11344 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11345 Initialise segment_stop to GST_CLOCK_TIME_NONE when
11346 creating a new chain; should fix live streaming. Also
11347 add more debug output and fix a typo.
11349 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
11351 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11353 * gst/volume/gstvolume.c: (volume_set_caps):
11354 Fix compilation on Solaris with Forte. (#320923)
11356 2005-11-08 Wim Taymans <wim@fluendo.com>
11358 * gst-libs/gst/audio/gstbaseaudiosink.c:
11359 (gst_base_audio_sink_render):
11360 No need to do a typecheck.
11362 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
11364 * ext/alsa/gstalsa.h:
11365 We register a debug category, so let's use it.
11367 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11369 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11370 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11371 Fixed a small problem.
11373 2005-11-04 Wim Taymans <wim@fluendo.com>
11375 * examples/seeking/Makefile.am:
11376 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11377 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11378 (make_playerbin_pipeline), (format_value), (update_scale),
11379 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11380 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11381 (print_usage), (main):
11382 Added app for playback speed testing.
11384 * examples/seeking/seek.c: (dynamic_link),
11385 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11386 (make_mpeg_pipeline), (do_seek), (set_update_scale),
11387 (message_received), (main):
11388 Updated seek example.
11390 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11392 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11393 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11394 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11395 (gst_base_rtp_depayload_set_clock):
11396 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11397 Don't sleep on the bench (system clock) when you have a nice
11398 comfortable bed (Gstreamer clock) to sleep on.
11400 2005-11-03 Wim Taymans <wim@fluendo.com>
11402 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11403 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11404 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11405 Handle the case where a pad_block failed.
11407 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
11409 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11411 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11412 (gst_base_rtp_depayload_add_to_queue),
11413 (gst_base_rtp_depayload_push),
11414 (gst_base_rtp_depayload_set_gst_timestamp),
11415 (gst_base_rtp_depayload_queue_release):
11416 Fixes some bugs in the depayloader's queuing/de-queueing code.
11418 2005-10-31 Michael Smith <msmith@fluendo.com>
11420 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11421 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11422 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11423 Patch from Alessandro Decina <alessandro@nnva.org>.
11424 Make oggdemux only find the final time in a chain, not per-pad,
11425 since the per-pad information can be very expensive to locate, and
11426 it isn't used anywhere. This makes reading a file containing
11427 OggSkeleton reasonably fast.
11428 Also, make chain finding work when there are logical bitstreams that
11429 can't be decoded. Fixes #319110.
11431 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11433 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11434 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11435 (gst_base_rtp_depayload_chain),
11436 (gst_base_rtp_depayload_add_to_queue),
11437 (gst_base_rtp_depayload_push),
11438 (gst_base_rtp_depayload_set_gst_timestamp),
11439 (gst_base_rtp_depayload_queue_release),
11440 (gst_base_rtp_depayload_start_thread),
11441 (gst_base_rtp_depayload_set_property),
11442 (gst_base_rtp_depayload_get_property):
11443 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11444 Some random fixes, to fullfill the desires of thomas.
11446 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11448 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11449 (gst_base_rtp_depayload_add_to_queue),
11450 (gst_base_rtp_depayload_push):
11451 Fixed the queueing algorithm.
11453 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11455 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11456 (gst_base_rtp_depayload_push):
11459 2005-10-31 Wim Taymans <wim@fluendo.com>
11461 * gst-libs/gst/audio/gstringbuffer.h:
11464 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11465 (gst_ffmpeg_caps_to_pixfmt):
11466 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11467 (gst_ffmpegcsp_set_caps):
11468 Some more comments.
11469 Handle missing required caps fields better.
11471 2005-10-31 Wim Taymans <wim@fluendo.com>
11473 * gst-libs/gst/audio/gstbaseaudiosink.c:
11474 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11475 (gst_base_audio_sink_render):
11476 * gst-libs/gst/audio/gstringbuffer.c:
11477 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11478 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11479 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11480 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11481 (gst_ring_buffer_read):
11482 * gst-libs/gst/audio/gstringbuffer.h:
11483 Add flushing mode to the ringbuffer so that it in all cases does
11484 not try to handle more audio. This makes sure it does not try to
11485 block anymore when flushing and fixes a livelock.
11487 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
11489 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11490 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11491 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11492 Explicitly check for -1 values before doing a conversion
11493 and always map them to -1. (#315545)
11495 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
11497 * gst/playback/gstplaybin.c: (gen_video_element):
11498 first try autovideosink, then xvimagesink, then error out
11500 add translatable file
11515 update translations
11517 2005-10-27 Philippe Khalaf <burger at speedy dot org>
11519 * gst-libs/gst/rtp/gstbasedepayload.c:
11520 * gst-libs/gst/rtp/gstbasedepayload.h:
11523 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
11525 * gst/playback/.cvsignore:
11526 * gst/playback/decodetest.c:
11527 * gst/playback/test3.c:
11528 Port these two tests as well.
11530 2005-10-27 Wim Taymans <wim@fluendo.com>
11532 * ext/theora/theoradec.c: (theora_dec_src_query),
11533 (theora_dec_sink_event):
11534 * ext/theora/theoraenc.c: (theora_enc_sink_event),
11535 (theora_enc_change_state):
11536 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11537 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11538 Take proper locks when handling events.
11540 2005-10-27 Wim Taymans <wim@fluendo.com>
11542 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11543 (gst_adder_change_state):
11544 Fix timestamps and fix deadlock when stopping the collectpads.
11546 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
11548 * gst-libs/gst/rtp/gstrtpbuffer.h:
11549 Declaring the payload types as strings too so that they can be used
11550 in the padtemplate inialization.
11552 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
11554 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11556 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11557 (gst_base_rtp_depayload_class_init):
11558 Fixes a small but nasty bug. The derived elements no longer segfaults
11561 2005-10-26 Michael Smith <msmith@fluendo.com>
11563 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11564 When clearing an audioconvert context, set tmpbufsize to zero, so
11565 we'll allocate it again later if required.
11566 This fixes audioconvert re-negotiating formats, which previously
11567 segfaulted with a NULL destination buffer.
11569 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11571 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11572 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11573 (gst_base_rtp_depayload_set_gst_timestamp),
11574 (gst_base_rtp_depayload_queue_release):
11575 Fixed a smalll memleak.
11577 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11578 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11579 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11580 (gst_base_rtp_depayload_finalize),
11581 (gst_base_rtp_depayload_setcaps),
11582 (gst_base_rtp_depayload_add_to_queue),
11583 (gst_base_rtp_depayload_push),
11584 (gst_base_rtp_depayload_set_gst_timestamp),
11585 (gst_base_rtp_depayload_queue_release),
11586 (gst_base_rtp_depayload_thread),
11587 (gst_base_rtp_depayload_change_state):
11588 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11589 Changed the C++ comments to C comments
11591 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
11593 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11594 * gst/tcp/gsttcpclientsrc.h:
11595 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11596 * gst/tcp/gsttcpserversrc.h:
11597 Remove unused 'curoffset' structure member.
11599 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
11601 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11602 (gst_base_rtp_depayload_base_init),
11603 (gst_base_rtp_depayload_finalize):
11604 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11605 * gst-libs/gst/rtp/gstbasertppayload.h:
11606 The pad-template on the sinkpad should be set by the derived classes.
11607 Also added some useful macros.
11609 2005-10-24 Wim Taymans <wim@fluendo.com>
11611 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11612 Correctly flush decoder samples even if we could not
11613 copy them to an output buffer. Fixes #319618.
11615 2005-10-24 Julien MOUTTE <julien@moutte.net>
11617 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11618 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11619 the caps against our xcontext caps.
11621 2005-10-24 Wim Taymans <wim@fluendo.com>
11623 * gst-libs/gst/audio/gstbaseaudiosink.c:
11624 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11626 Use sync property from baseclass to disable sync.
11628 2005-10-24 Wim Taymans <wim@fluendo.com>
11630 * gst-libs/gst/audio/gstbaseaudiosink.c:
11631 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11632 Buffers with no timestamps get aligned with previous buffers or
11633 on underrun, played ASAP.
11635 2005-10-24 Julien MOUTTE <julien@moutte.net>
11637 * gst-libs/gst/video/video.h:
11638 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11639 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11640 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11641 here comes my change on caps for framerate and geometry range.
11642 We are now accepting 1 to MAXINT for width and height, and from
11643 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11644 to be blended correctly in videomixer.
11646 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
11651 === release 0.9.4 ===
11653 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11658 releasing 0.9.4, "Velociraptor"
11660 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11662 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11666 2005-10-21 Wim Taymans <wim@fluendo.com>
11668 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11669 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11670 (pad_blocked), (close_pad_link), (new_pad):
11671 Don't try to remove elements twice.
11673 2005-10-21 Wim Taymans <wim@fluendo.com>
11675 * ext/theora/theoradec.c: (theora_dec_src_query),
11676 (theora_dec_sink_event):
11677 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11678 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11679 (vorbis_handle_data_packet):
11680 * ext/vorbis/vorbisdec.h:
11683 * gst-libs/gst/audio/gstbaseaudiosink.c:
11684 (gst_base_audio_sink_render):
11685 Don't try to sync on buffers without a timestamp.
11687 2005-10-21 Wim Taymans <wim@fluendo.com>
11689 * ext/theora/theoradec.c: (theora_dec_src_query),
11690 (theora_dec_sink_event):
11691 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11692 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11693 (vorbis_handle_data_packet):
11694 * ext/vorbis/vorbisdec.h:
11697 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11699 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11700 (gst_vorbisenc_src_query):
11701 Implement position and duration queries.
11703 * gst/playback/test3.c: (update_scale), (main):
11704 Fix for async state changes and print nicer output.
11706 2005-10-20 Wim Taymans <wim@fluendo.com>
11708 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11709 (dump_element_stats), (main):
11710 * gst/playback/test6.c: (main):
11713 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11715 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11716 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11717 Don't use functions for position queries when handling
11720 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11722 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11723 (vorbis_handle_data_packet), (vorbis_dec_chain),
11724 (vorbis_dec_change_state):
11725 * ext/vorbis/vorbisdec.h:
11726 Vorbis streams can be embedded in other container formats
11727 than ogg, container formats where the demuxer might set
11728 timestamps on encoded vorbis buffers instead of those silly
11729 granulepos thingies. In short: make vorbisdec handle
11730 timestamps on incoming buffers as well.
11732 2005-10-20 Wim Taymans <wim@fluendo.com>
11734 * gst/playback/gstplaybasebin.c: (group_destroy),
11735 (gst_play_base_bin_change_state):
11737 Handle case where playbasebin is now ASYNC because
11740 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11742 * gst/audioconvert/Makefile.am:
11743 * gst/audioconvert/bufferframesconvert.c:
11744 * gst/audioconvert/plugin.c: (plugin_init):
11745 * gst/audioconvert/plugin.h:
11746 And bye bye buffer-frames-convert
11748 2005-10-19 Wim Taymans <wim@fluendo.com>
11750 * check/elements/audioconvert.c:
11751 * docs/libs/tmpl/gstaudio.sgml:
11752 * docs/libs/tmpl/gstcolorbalance.sgml:
11753 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11754 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11755 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11756 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11757 * gst-libs/gst/audio/audio.h:
11758 * gst/audioconvert/audioconvert.h:
11759 * gst/audioconvert/gstaudioconvert.c:
11760 (gst_audio_convert_parse_caps):
11761 * gst/volume/gstvolume.c:
11762 Bye bye buffer-frames.
11764 2005-10-19 Wim Taymans <wim@fluendo.com>
11766 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11767 (query_positions_elems), (query_positions_pads), (update_scale),
11768 (do_seek), (set_update_scale), (message_received), (main):
11769 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11770 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11771 (gst_ogg_demux_loop):
11772 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11773 * ext/theora/theoradec.c: (theora_dec_src_query),
11774 (theora_dec_sink_event):
11775 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11776 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11777 * gst/adder/gstadder.c: (gst_adder_query):
11778 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11779 * gst/playback/test3.c: (update_scale):
11780 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11781 (dump_element_stats), (main):
11782 * gst/playback/test6.c: (main):
11783 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11786 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11788 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11789 (xml_check_first_element), (xml_type_find), (smil_type_find),
11791 Add typefinding for SMIL and for generic XML. Based on patch by
11792 Akos Maroy (#308663).
11794 2005-10-18 Wim Taymans <wim@fluendo.com>
11796 * gst/playback/Makefile.am:
11797 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11798 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11799 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11800 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11801 (gst_decode_bin_change_state):
11802 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11803 (gst_play_bin_send_event_to_sink):
11804 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11805 (dump_element_stats), (main):
11806 * gst/playback/test6.c: (main):
11807 Make playbin async, it'll commit state to paused when all streams
11810 Added test6.c to show async behaviour.
11812 2005-10-18 Wim Taymans <wim@fluendo.com>
11814 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11815 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11816 Fix for segment-start/stop API change.
11818 2005-10-18 Wim Taymans <wim@fluendo.com>
11820 * check/Makefile.am:
11821 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11823 Add future test for clock selection.
11825 2005-10-18 Wim Taymans <wim@fluendo.com>
11827 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11828 (gst_alsasink_close):
11829 Set handle to NULL.
11831 * gst-libs/gst/audio/gstringbuffer.c:
11832 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11833 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11834 (gst_ring_buffer_start), (gst_ring_buffer_pause),
11835 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11836 (gst_ring_buffer_read):
11839 2005-10-17 Stefan Kost <ensonic@users.sf.net>
11841 * gst/audiotestsrc/Makefile.am:
11842 * gst/sine/Makefile.am:
11843 * gst/volume/Makefile.am:
11844 fix broken build of controllerized plugins
11846 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11848 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11850 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11851 (gst_riff_create_video_template_caps):
11852 Add support for Indeo-3 (IV32).
11854 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11859 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11861 * gst-libs/gst/video/video.c: (gst_video_get_size):
11862 * gst/audiotestsrc/gstaudiotestsrc.c:
11865 2005-10-17 Andy Wingo <wingo@pobox.com>
11867 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11868 with the collectpads change.
11869 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11871 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11873 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11875 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11876 alloc_buffer flow return to callers.
11877 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11878 change. Fix some memleaks in theoraenc.
11880 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11881 in strange circumstance.
11883 2005-10-17 Julien MOUTTE <julien@moutte.net>
11885 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11886 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11887 from caps, let's use the caps...
11889 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11892 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11894 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11896 * gst-libs/gst/interfaces/Makefile.am:
11899 2005-10-16 Andy Wingo <wingo@pobox.com>
11901 * gst/playback/gstdecodebin.c
11902 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11904 (try_to_link_1): Increase kraziness level.
11906 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11909 restructure like the core one
11910 * gst-libs/gst/audio/Makefile.am:
11911 * gst-libs/gst/interfaces/Makefile.am:
11912 * gst-libs/gst/net/Makefile.am:
11913 * gst-libs/gst/riff/Makefile.am:
11914 * gst-libs/gst/rtp/Makefile.am:
11915 * gst-libs/gst/tag/Makefile.am:
11916 * gst-libs/gst/video/Makefile.am:
11917 use correct linker flags, now the libs are properly versioned
11918 * check/elements/audioconvert.c: (verify_convert):
11919 * ext/alsa/gstalsaplugin.c:
11920 * ext/cdparanoia/gstcdparanoia.c:
11921 * ext/gnomevfs/gstgnomevfs.c:
11922 * ext/libvisual/visual.c:
11923 * ext/ogg/gstogg.c:
11924 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11925 * ext/theora/theora.c:
11926 * ext/vorbis/vorbis.c:
11927 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11928 * gst-libs/gst/tag/gsttagediting.c:
11929 * gst-libs/gst/video/video.c:
11930 * gst/adder/gstadder.c:
11931 * gst/audioconvert/plugin.c:
11932 * gst/audiorate/gstaudiorate.c:
11933 * gst/audioresample/gstaudioresample.c:
11934 * gst/audioresample/resample_ref.c: (resample_scale_ref):
11935 * gst/audioscale/gstaudioscale.c:
11936 * gst/audioscale/resample.c:
11937 * gst/audiotestsrc/gstaudiotestsrc.c:
11938 * gst/ffmpegcolorspace/gstffmpeg.c:
11939 * gst/playback/gstdecodebin.c: (close_pad_link):
11940 * gst/playback/gstplaybin.c: (gen_video_element),
11941 (gen_audio_element):
11942 * gst/sine/gstsinesrc.c:
11943 * gst/subparse/gstsubparse.c:
11944 * gst/tags/gsttagediting.c:
11945 * gst/tcp/gsttcpplugin.c:
11946 * gst/typefind/gsttypefindfunctions.c:
11947 * gst/videorate/gstvideorate.c:
11948 * gst/videoscale/gstvideoscale.c:
11949 * gst/videotestsrc/gstvideotestsrc.c:
11950 * gst/volume/gstvolume.c:
11951 * sys/v4l/gstv4l.c:
11952 * sys/ximage/ximage.c:
11953 * sys/xvimage/xvimagesink.c:
11956 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
11958 * ext/vorbis/vorbisenc.c:
11959 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11960 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11961 (gst_tag_to_vorbis_comments):
11962 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11964 2005-10-13 Stefan Kost <ensonic@users.sf.net>
11966 * examples/stats/mp2ogg.c:
11967 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11970 2005-10-13 Michael Smith <msmith@fluendo.com>
11972 * ext/ogg/gstoggmux.c:
11973 Use magic glib macros to define constants as 64 bit, to ensure
11974 appropriate vararg passing.
11976 2005-10-13 Michael Smith <msmith@fluendo.com>
11978 * ext/ogg/gstoggmux.c:
11979 * gst/audioconvert/audioconvert.c: (float):
11980 Don't use LL suffix, as it's not portable, and neither of these
11981 uses required it anyway.
11983 2005-10-12 Stefan Kost <ensonic@users.sf.net>
11985 * examples/indexing/indexmpeg.c: (main):
11986 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11987 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11988 (cdparanoia_convert), (cdparanoia_query):
11989 * ext/cdparanoia/gstcdparanoia.h:
11990 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11991 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11992 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11993 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11994 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11995 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11996 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11997 (gst_multifdsink_render), (gst_multifdsink_start),
11998 (gst_multifdsink_stop):
11999 * gst/tcp/gstmultifdsink.h:
12000 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
12001 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
12002 (gst_tcpclientsink_stop):
12003 * gst/tcp/gsttcpclientsink.h:
12004 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
12005 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
12006 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
12007 * gst/tcp/gsttcpclientsrc.h:
12008 * gst/tcp/gsttcpserversink.h:
12009 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
12010 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
12011 (gst_tcpserversrc_stop):
12012 * gst/tcp/gsttcpserversrc.h:
12013 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
12014 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
12015 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
12016 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
12017 moved bitshift from macro to enum definition
12019 2005-10-12 Wim Taymans <wim@fluendo.com>
12021 * examples/seeking/Makefile.am:
12024 2005-10-12 Wim Taymans <wim@fluendo.com>
12026 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12027 (gst_ring_buffer_read), (gst_ring_buffer_clear):
12028 Don't assert on normal stuff.
12030 * gst/playback/gstplaybin.c: (do_playbin_seek):
12033 2005-10-12 Wim Taymans <wim@fluendo.com>
12035 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12036 * examples/seeking/Makefile.am:
12037 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
12038 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12039 (do_seek), (set_update_scale), (message_received), (main):
12040 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12041 (gst_ring_buffer_read), (gst_ring_buffer_clear):
12042 Update for _get_state() API change.
12044 2005-10-11 Wim Taymans <wim@fluendo.com>
12046 * gst-libs/gst/audio/gstbaseaudiosink.c:
12047 (gst_base_audio_sink_render):
12048 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12049 (gst_base_audio_src_create):
12050 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12051 (gst_ring_buffer_read):
12053 Commit and read from ringbuffer in samples rather than bytes.
12055 2005-10-11 Wim Taymans <wim@fluendo.com>
12057 * gst-libs/gst/audio/gstbaseaudiosink.c:
12058 (gst_base_audio_sink_render):
12059 Respect segment rate and accum when scheduling samples.
12061 2005-10-11 Julien MOUTTE <julien@moutte.net>
12063 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
12064 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
12065 EOS correctly, that needs more work.
12067 2005-10-11 Wim Taymans <wim@fluendo.com>
12069 * check/generic/states.c: (GST_START_TEST):
12070 remove old property.
12072 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12073 (gst_ogg_demux_perform_seek):
12074 * ext/theora/theoradec.c: (theora_dec_sink_event):
12075 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12076 (vorbis_handle_data_packet):
12077 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12078 (gst_base_rtp_depayload_set_gst_timestamp):
12079 * gst/videorate/gstvideorate.c: (gst_videorate_event):
12080 Update for newsegment API change.
12082 2005-10-11 Michael Smith <msmith@fluendo.com>
12084 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12085 (do_playbin_seek), (gst_play_bin_send_event):
12086 Override send_event differently, so that we can takes bits of
12087 functionality from GstPipeline (special handling for seeks,
12088 including pausing/resuming, and resetting stream time) and still get
12089 the appropriate behaviour of only forwarding event to a single sink,
12090 rather than all of them.
12091 Unfortunately requires a lot of code duplication, but the
12092 alternatives are equally ugly in the end.
12094 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
12096 * check/elements/audioconvert.c: (setup_audioconvert),
12097 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12098 (GST_START_TEST), (audioconvert_suite):
12099 clean up tests a little, fix some leaks.
12101 2005-10-10 Wim Taymans <wim@fluendo.com>
12103 * ext/alsa/gstalsasink.c:
12104 Also allow unsigned int.
12106 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12107 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12110 2005-10-10 Wim Taymans <wim@fluendo.com>
12112 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12113 Small update, use API as stated in design docs.
12115 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12116 (update_scale), (do_seek), (seek_cb), (set_update_scale),
12117 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12118 (message_received), (main):
12119 Updated seek example for GOption. Some usability improvements.
12121 2005-10-10 Wim Taymans <wim@fluendo.com>
12123 * gst/audioconvert/audioconvert.h:
12124 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12125 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12126 Alloc temp storage somewhere else where we can do it more
12129 2005-10-10 Wim Taymans <wim@fluendo.com>
12131 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12132 (gst_tcpserversrc_start):
12133 Don't block in accept while doing the state change, move
12134 to poll and make cancellable.
12136 2005-10-09 Philippe Khalaf <burger@speedy.org>
12138 * gst-libs/gst/rtp/rtpbasedepayload.c:
12139 Set timestamp and add queue delay to timestamp
12140 * gst-libs/gst/rtp/rtpbuffer.h:
12141 Set correct payload type for h263
12143 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12145 * gst/audiotestsrc/gstaudiotestsrc.c:
12146 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12147 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12148 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12149 (gst_audiotestsrc_create_triangle),
12150 (gst_audiotestsrc_create_silence),
12151 (gst_audiotestsrc_create_white_noise),
12152 (gst_audiotestsrc_init_pink_noise),
12153 (gst_audiotestsrc_generate_pink_noise_value),
12154 (gst_audiotestsrc_create_pink_noise),
12155 (gst_audiotestsrc_change_wave):
12156 * gst/audiotestsrc/gstaudiotestsrc.h:
12157 fixed typo, added pink noise
12159 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12161 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12163 Add wavpack and spc typefind functions from 0.8 branch.
12165 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12167 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12168 (ar_type_find), (msdos_type_find), (plugin_init):
12169 Add typefind functions for tar archives, ar archives,
12170 RAR archives, and msdos-executables (dlls, exe, etc.).
12171 Some of those would be wrongly identified as mpeg
12172 streams of some sort before (#315550).
12174 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12177 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12178 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12179 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12180 * gst/audiotestsrc/Makefile.am:
12181 * gst/audiotestsrc/gstaudiotestsrc.c:
12182 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12183 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12184 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12185 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12186 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12187 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12188 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12189 (gst_audiotestsrc_create_silence),
12190 (gst_audiotestsrc_create_white_noise),
12191 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12192 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12193 (gst_audiotestsrc_start), (plugin_init):
12194 * gst/audiotestsrc/gstaudiotestsrc.h:
12195 add new plugin and element
12196 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12199 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12201 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12202 (gst_adder_init), (gst_adder_request_new_pad),
12203 (gst_adder_change_state):
12204 Add query function to source pad, so adder reports the correct
12205 time/sample position when queried (#315457); fix state change
12206 function; use GST_DEBUG_FUNCPTR() for pad functions.
12208 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
12210 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12211 Fix leaks in typefind registration
12212 Clean up the gratuitous commenting and whitespacing a little
12214 2005-10-08 Wim Taymans <wim@fluendo.com>
12216 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12217 Only actually wait for the thread to be stopped if it's
12220 2005-10-08 Wim Taymans <wim@fluendo.com>
12222 * gst-libs/gst/audio/gstbaseaudiosink.c:
12223 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12224 If we receive EOS we can start playback of what we had.
12226 2005-10-08 Wim Taymans <wim@fluendo.com>
12228 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12229 (gst_multifdsink_finalize), (multifdsink_hash_remove),
12230 (gst_multifdsink_stop):
12231 Fix crasher when going to NULL multiple times.
12233 2005-10-06 Wim Taymans <wim@fluendo.com>
12235 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12236 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12237 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12238 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12239 patch from Edgard Lima <edgard.lima@indt.org.br>
12240 Fixed gstbaseaudiosrc adding ring buffer sync to it.
12242 2005-10-06 Wim Taymans <wim@fluendo.com>
12244 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12245 Report the FLOW_RETURN as string in the error message.
12247 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12248 Don't assert when clearing an unnegotiated buffer.
12250 2005-10-04 Michael Smith <msmith@fluendo.com>
12252 * gst/playback/gstplaybasebin.c: (group_destroy),
12253 (gen_preroll_element), (remove_groups), (setup_source):
12254 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12255 (setup_sinks), (gst_play_bin_send_event),
12256 (gst_play_bin_change_state):
12257 Set state to NULL before removing from bin. Fix refcounting.
12259 2005-10-04 Michael Smith <msmith@fluendo.com>
12261 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12262 Correct refcounting in send_event() function. Previously was wrong
12263 if the first sink was unable to handle the event.
12265 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12268 back to development
12270 === release 0.9.3 ===
12272 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12275 Releasing 0.9.3, "De Facto"
12277 2005-10-03 Andy Wingo <wingo@pobox.com>
12279 * gst/playback/gstdecodebin.c (try_to_link_1)
12280 (remove_element_chain): set element to NULL before removing it.
12282 2005-10-02 Johan Dahlin <johan@gnome.org>
12284 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
12285 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12288 2005-10-02 Andy Wingo <wingo@pobox.com>
12290 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
12291 (gst_ring_buffer_prepare_read):
12292 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12295 2005-09-29 Wim Taymans <wim@fluendo.com>
12297 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12298 * ext/theora/theoradec.c: (theora_handle_data_packet):
12299 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12300 Propagate error codes from alloc_buffer too.
12302 2005-09-29 Wim Taymans <wim@fluendo.com>
12304 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12307 * gst/playback/Makefile.am:
12308 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12309 (dump_element_stats), (main):
12310 Added example stream introspection code.
12312 2005-09-28 Stefan Kost <ensonic@users.sf.net>
12314 * gst/adder/gstadder.c: (gst_adder_collected):
12315 fix adder for float elements
12317 2005-09-28 Wim Taymans <wim@fluendo.com>
12319 * gst-libs/gst/audio/gstbaseaudiosink.c:
12320 (gst_base_audio_sink_class_init),
12321 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12322 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12323 (gst_base_audio_src_class_init),
12324 (gst_base_audio_src_provide_clock):
12325 get_clock -> provide_clock
12327 2005-09-28 Andy Wingo <wingo@pobox.com>
12329 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12332 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12335 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12336 Actually add the pad template.
12337 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12339 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12342 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12343 from fdsrc. Get caps in create() instead of start() so it can be
12344 interrupted. Interruption somewhat untested.
12346 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12347 Proper EOS handling.
12349 2005-09-27 Andy Wingo <wingo@pobox.com>
12351 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12353 * gst/tcp/gsttcpserversrc.c: Cleaned up.
12355 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12357 * gst/tcp/gsttcp.h:
12358 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12359 out of tcpclientsrc.c. Cancellable.
12360 (gst_tcp_socket_read): Made private, cancellable, with better
12361 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12362 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12363 whole buffer, and better diagnostics.
12364 (gst_tcp_gdp_read_caps): Same.
12366 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12368 2005-09-26 Andy Wingo <wingo@pobox.com>
12370 * gst/sine/gstsinesrc.h:
12371 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12372 change the 'sync' property to 'is-live' and implement it halfway,
12373 update for controller api change.
12375 * gst/volume/gstvolume.c (volume_transform_ip): Update for
12376 controller api change.
12378 2005-09-24 Wim Taymans <wim@fluendo.com>
12380 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12381 * gst-libs/gst/audio/gstaudiosink.c:
12382 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12383 (gst_audioringbuffer_stop):
12384 * gst-libs/gst/audio/gstbaseaudiosink.c:
12385 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12386 (gst_base_audio_sink_change_state):
12387 * gst-libs/gst/audio/gstbaseaudiosink.h:
12388 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12389 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12390 (gst_ring_buffer_commit), (gst_ring_buffer_read):
12391 * gst-libs/gst/audio/gstringbuffer.h:
12392 Fix sync again. Moved sample alignment to basesink.
12394 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
12396 * docs/plugins/Makefile.am:
12397 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12398 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12399 * gst/volume/gstvolume.c:
12401 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12402 * gst-libs/gst/audio/audio.h:
12403 add conversion macros for frames <-> clocktime
12405 2005-09-23 David Schleef <ds@schleef.org>
12407 * gst/audioresample/Makefile.am:
12408 * gst/audioresample/debug.h:
12409 * gst/audioresample/gstaudioresample.c:
12410 * gst/audioresample/resample.c: Convert to using gst debugging
12412 2005-09-22 Wim Taymans <wim@fluendo.com>
12414 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12415 (gst_play_bin_send_event):
12416 Only seek on one sink, the first one that succeeds.
12418 2005-09-22 Michael Smith <msmith@fluendo.com>
12420 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12421 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12422 Don't flush encoder state unless we have an initialised encoder.
12423 Clear out encoder state on PAUSED_TO_READY.
12425 2005-09-22 Wim Taymans <wim@fluendo.com>
12427 * gst-libs/gst/rtp/gstbasertppayload.c:
12428 (gst_basertppayload_class_init), (gst_basertppayload_init),
12429 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12430 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12431 (gst_basertppayload_is_filled), (gst_basertppayload_push),
12432 (gst_basertppayload_set_property),
12433 (gst_basertppayload_get_property),
12434 (gst_basertppayload_change_state):
12435 * gst-libs/gst/rtp/gstbasertppayload.h:
12436 Added max-ptime to control amount of data in the rtp packets.
12438 2005-09-21 Andy Wingo <wingo@pobox.com>
12440 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12443 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12444 can be called multiple times, dogs.
12446 2005-09-21 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):
12456 2005-09-21 Stefan Kost <ensonic@users.sf.net>
12458 * docs/libs/compiling.sgml:
12461 2005-09-20 Wim Taymans <wim@fluendo.com>
12463 * gst-libs/gst/rtp/gstbasertppayload.c:
12464 (gst_basertppayload_class_init), (gst_basertppayload_init),
12465 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12466 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12467 (gst_basertppayload_push), (gst_basertppayload_set_property),
12468 (gst_basertppayload_get_property),
12469 (gst_basertppayload_change_state):
12470 * gst-libs/gst/rtp/gstbasertppayload.h:
12471 Added property to configure sequence number offsets.
12473 2005-09-20 Wim Taymans <wim@fluendo.com>
12475 * gst-libs/gst/rtp/gstbasertppayload.c:
12476 (gst_basertppayload_class_init), (gst_basertppayload_init),
12477 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12478 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12479 (gst_basertppayload_push), (gst_basertppayload_set_property),
12480 (gst_basertppayload_get_property),
12481 (gst_basertppayload_change_state):
12482 * gst-libs/gst/rtp/gstbasertppayload.h:
12483 Make timestamp offset configurable.
12485 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
12487 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12488 fix wrong pop/unref
12490 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
12492 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12494 * gst-libs/gst/interfaces/propertyprobe.c:
12495 (gst_property_probe_probe_property_name),
12496 (gst_property_probe_needs_probe_name),
12497 (gst_property_probe_get_values_name),
12498 (gst_property_probe_probe_and_get_values_name):
12499 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12500 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12502 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
12504 * check/Makefile.am:
12505 have some tests be disabled for valgrinding
12506 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12508 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12509 Fix A Leak. Chain To Parent Finalize.
12511 2005-09-19 Wim Taymans <wim@fluendo.com>
12513 * examples/seeking/seek.c: (make_wav_pipeline), (main):
12514 Fixed wav pipeline.
12516 2005-09-19 Wim Taymans <wim@fluendo.com>
12518 * gst-libs/gst/rtp/gstbasertppayload.c:
12519 (gst_basertppayload_class_init), (gst_basertppayload_init),
12520 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12521 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12522 (gst_basertppayload_push), (gst_basertppayload_get_property),
12523 (gst_basertppayload_change_state):
12524 Posting ERROR and WARNING messages is good.
12526 2005-09-19 Wim Taymans <wim@fluendo.com>
12528 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12529 (gst_base_rtp_depayload_add_to_queue),
12530 (gst_base_rtp_depayload_push),
12531 (gst_base_rtp_depayload_set_gst_timestamp),
12532 (gst_base_rtp_depayload_queue_release):
12533 This one was not supposed to go in.
12535 2005-09-19 Wim Taymans <wim@fluendo.com>
12537 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12540 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12541 (gst_base_rtp_depayload_chain),
12542 (gst_base_rtp_depayload_add_to_queue),
12543 (gst_base_rtp_depayload_push),
12544 (gst_base_rtp_depayload_set_gst_timestamp),
12545 (gst_base_rtp_depayload_queue_release):
12548 * gst-libs/gst/rtp/gstbasertppayload.c:
12549 (gst_basertppayload_class_init), (gst_basertppayload_init),
12550 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12551 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12552 (gst_basertppayload_get_property),
12553 (gst_basertppayload_change_state):
12554 Added debugging category.
12556 2005-09-18 David Schleef <ds@schleef.org>
12558 * gst/playback/gstdecodebin.c: free plugin list correctly
12559 * gst/playback/gstplaybin.c: emit warning if autovideosink
12560 and autoaudiosink can't be found (instead of segfaulting)
12562 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
12564 * check/elements/audioconvert.c: (GST_START_TEST):
12565 try out 24 bit conversion
12567 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12569 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12570 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12571 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12572 * ext/vorbis/vorbisenc.h:
12573 Fix EOS handling. Still needs a fix in the ogg muxer to
12574 mark the last page as eos.
12576 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12578 * common/gtk-doc-plugins.mak:
12579 * docs/plugins/Makefile.am:
12580 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12581 * gst/ffmpegcolorspace/Makefile.am:
12582 * gst/ffmpegcolorspace/avcodec.h:
12583 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12584 * gst/tcp/gstmultifdsink.c:
12585 fix up ffmpegcolorspace docs; extract header
12587 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12589 * common/gtk-doc-plugins.mak:
12590 * docs/plugins/Makefile.am:
12591 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12592 * ext/theora/Makefile.am:
12593 * ext/theora/gsttheoraenc.h:
12594 * ext/theora/theoraenc.c:
12595 * ext/vorbis/vorbisenc.c:
12596 pick up signals and args for vorbis; add some docs for vorbis
12598 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12600 * common/gstdoc-scangobj:
12601 * common/gtk-doc-plugins.mak:
12602 * docs/libs/Makefile.am:
12603 * docs/plugins/gst-plugins-base-plugins.args:
12604 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12605 * docs/plugins/gst-plugins-base-plugins.interfaces:
12606 * docs/plugins/gst-plugins-base-plugins.prerequisites:
12607 * docs/plugins/gst-plugins-base-plugins.signals:
12608 only scanobj stuff from our source module. Not sure yet
12609 if that's correct, given the hierarchy stuff :)
12611 2005-09-15 Wim Taymans <wim@fluendo.com>
12613 * gst/audioconvert/gstaudioconvert.c:
12614 And enable 24 bits mode as well..
12616 2005-09-15 Wim Taymans <wim@fluendo.com>
12618 * gst-libs/gst/rtp/Makefile.am:
12619 * gst-libs/gst/rtp/gstbasertppayload.c:
12620 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12621 (gst_basertppayload_class_init), (gst_basertppayload_init),
12622 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12623 (gst_basertppayload_chain), (gst_basertppayload_set_options),
12624 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12625 (gst_basertppayload_set_property),
12626 (gst_basertppayload_get_property),
12627 (gst_basertppayload_change_state):
12628 * gst-libs/gst/rtp/gstbasertppayload.h:
12629 Added rtp payloader base class.
12631 2005-09-15 Andy Wingo <wingo@pobox.com>
12633 * configure.ac (plugindir): Remove the EOL matcher from the
12634 regexp, as it causes me problems. Libtool? Make? Who knows?
12636 2005-09-14 David Schleef <ds@schleef.org>
12638 * check/generic/states.c:
12639 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12640 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12641 Fixes for changes in registry API.
12643 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
12644 to GST_PLUGIN_LDFLAGS.
12645 * ext/libvisual/visual.c: Make the library shut up.
12646 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12647 * gst-libs/gst/audio/gstaudiofilter.c: same
12649 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12651 * docs/plugins/Makefile.am:
12652 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12653 * docs/plugins/inspect/plugin-libvisual.xml:
12654 * docs/plugins/tmpl/element-tcpserversink.sgml:
12655 * ext/theora/theoraenc.c:
12656 add libvisual plugin and theoraenc element to docs
12658 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12660 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12661 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12662 * ext/theora/theoraenc.c:
12665 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
12667 * gst/audioconvert/Makefile.am:
12668 Audioconvert derives from GstBaseTransform and should
12669 link to the library with our base elements to avoid
12670 unresolved symbols. Makes things work with MinGW (#316160)
12672 * gst/playback/test4.c: (main):
12673 Fix MinGW build problem and use g_usleep() instead of
12676 2005-09-12 Wim Taymans <wim@fluendo.com>
12678 * gst/audioconvert/audioconvert.c: (float),
12679 (audio_convert_prepare_context), (audio_convert_convert):
12680 * gst/audioconvert/audioconvert.h:
12681 Cleanups, speedups, simplifications, added back support
12684 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
12686 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12687 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12688 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12689 * docs/plugins/tmpl/element-tcpserversink.sgml:
12690 * gst/ffmpegcolorspace/gstffmpeg.c:
12691 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12692 * gst/videotestsrc/gstvideotestsrc.c:
12693 * gst/volume/gstvolume.c:
12694 add more elements to the docs
12696 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
12698 * check/Makefile.am:
12699 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12700 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12701 Add extra tests for basetransform based components.
12702 Comment out the test_element_negotiation test until we decide
12703 if it's testing correct behaviour.
12704 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12705 (gst_visual_chain), (gst_visual_change_state):
12706 Slightly more correct but still bogus timestamping.
12707 Fix state change function.
12708 * gst/audioconvert/gstaudioconvert.c:
12709 (gst_audio_convert_class_init):
12710 * gst/audioresample/gstaudioresample.c:
12711 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12712 (gst_ffmpegcsp_class_init):
12713 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12714 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12715 (gst_videoscale_prepare_image):
12716 * gst/volume/gstvolume.c: (gst_volume_class_init),
12717 (volume_transform_ip):
12718 Basetransform updates. Enable passthrough modes.
12719 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12720 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12721 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12722 Negotiation fix that allows the window to return to the original
12723 size and renegotiate passthrough upstream. Extra debug output.
12725 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
12727 * gst/sine/gstsinesrc.c:
12728 * gst/volume/gstvolume.c:
12729 fix up header include
12731 2005-09-09 Stefan Kost <ensonic@users.sf.net>
12733 * gst-libs/gst/audio/gstbaseaudiosink.c:
12734 (gst_base_audio_sink_render):
12735 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12736 * gst/volume/gstvolume.c: (gst_volume_class_init),
12737 (volume_transform):
12738 fixing lost sync, some more debugging
12740 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
12742 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12743 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12744 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12745 (gst_xvimagesink_check_xshm_calls):
12746 Fix compilation when XShm is not available.
12748 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12750 * ext/libvisual/visual.c: (gst_visual_dispose),
12751 (gst_visual_getcaps), (gst_visual_src_setcaps),
12752 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12753 (gst_visual_change_state):
12754 Finish fixing up libvisual plugin so that it runs.
12756 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12758 * ext/vorbis/vorbisenc.c:
12759 * gst-libs/gst/tag/gstvorbistag.c:
12760 gsttaginterface.h -> gsttagsetter.h
12762 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12764 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12765 added another test that failes for me (test is not active by default)
12767 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12770 v4l2 is no longer in gst-plugins-base
12772 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12775 In the output at the end, don't show the first plugin on the same
12776 line as "Core plug-ins, always built:".
12777 Indent the output as for other plugin categories
12778 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12779 #define that can be used to not use peer buffer_alloc functions for
12781 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12782 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12783 (gst_ximagesink_show_frame):
12784 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12785 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12786 (gst_xvimagesink_show_frame):
12787 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12788 fails gracefully instead of XError aborting or deadlocking.
12790 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12792 * ext/libvisual/Makefile.am:
12793 link against gst-base-libs
12795 2005-09-06 David Schleef <ds@schleef.org>
12797 * configure.ac: Enable libvisual plugin.
12798 * ext/libvisual/Makefile.am:
12799 * ext/libvisual/visual.c: Fixes to make it compile.
12801 === release 0.9.2 ===
12803 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
12808 * docs/random/ChangeLog-0.8:
12809 releasing 0.9.2, "Spoon"
12811 2005-09-05 Michael Smith <msmith@fluendo.com>
12813 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12814 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12815 that in the vorbisenc element.
12817 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12819 * common/gtk-doc-plugins.mak:
12820 * docs/plugins/Makefile.am:
12822 * gst/audioresample/resample.c:
12823 fix wrong docstring
12825 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12827 * common/gst-xmlinspect.py:
12828 * common/gtk-doc-plugins.mak:
12829 only inspect plugins for this given package
12830 require gst-python 0.9
12832 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
12836 * common/gst-xmlinspect.py:
12838 * docs/Makefile.am:
12839 * docs/plugins/inspect/plugin-alsa.xml:
12840 * docs/plugins/inspect/plugin-audioresample.xml:
12841 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12842 * docs/plugins/inspect/plugin-ogg.xml:
12843 * docs/plugins/tmpl/element-gnomevfssink.sgml:
12844 * docs/plugins/tmpl/element-multifdsink.sgml:
12845 * docs/plugins/tmpl/element-tcpserversink.sgml:
12846 * docs/plugins/tmpl/element-vorbisenc.sgml:
12847 * gst-plugins-base.spec.in:
12848 various doc-related updates
12850 2005-08-31 Wim Taymans <wim@fluendo.com>
12852 * gst-libs/gst/audio/gstbaseaudiosink.c:
12853 (gst_base_audio_sink_render):
12854 Resync if the buffer timestamps drift more than a 10th
12857 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
12859 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12860 (gst_v4lsrc_get_property):
12861 The 'timestamp-offset' property is registered as an int64, so
12862 let's use g_value_{set|get}_int64() in our setter and getter
12863 functions (makes it work and fixes warnings with gst-inspect).
12865 2005-08-30 Wim Taymans <wim@fluendo.com>
12867 * check/elements/audioconvert.c: (setup_audioconvert):
12868 * check/elements/audioresample.c: (setup_audioresample):
12869 * check/elements/volume.c: (setup_volume):
12872 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
12874 * common/gtk-doc-plugins.mak:
12875 * common/plugins.xsl:
12876 * docs/plugins/Makefile.am:
12877 make module a param
12879 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12881 * examples/seeking/seek.c: (make_mp3_pipeline),
12882 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12883 (play_cb), (pause_cb), (stop_cb):
12886 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12888 * gst/volume/gstvolume.c: (gst_volume_class_init),
12889 (volume_transform):
12890 do not update controlled params, if buffer has no timestamp
12892 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12895 * gst/sine/Makefile.am:
12896 * gst/volume/Makefile.am:
12897 controllerized elements also need to link against controller-libs ;)
12899 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12901 * docs/libs/tmpl/gstcolorbalance.sgml:
12902 * docs/libs/tmpl/gstgconf.sgml:
12903 * docs/libs/tmpl/gstmixer.sgml:
12904 * docs/libs/tmpl/gstringbuffer.sgml:
12905 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12906 (gst_sinesrc_create):
12907 * gst/volume/gstvolume.c: (gst_volume_class_init),
12908 (volume_transform):
12909 controllerized two audio plugins
12911 2005-08-29 Andy Wingo <wingo@pobox.com>
12913 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
12914 (vorbis_handle_data_packet): Fix some int overflow errors.
12916 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12918 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12920 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12921 if it's valid. Fixed streaming-mode playback.
12923 * check/elements/volume.c (cleanup_volume): Fix for running
12926 * check/elements/audioconvert.c: Convert from native endian, not
12929 2005-08-29 Michael Smith <msmith@fluendo.com>
12931 * ext/ogg/Makefile.am:
12932 * ext/ogg/gstogg.c: (plugin_init):
12933 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12934 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12935 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12936 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12937 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12938 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12939 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12940 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12941 Add an ogg parser element.
12943 2005-08-28 Andy Wingo <wingo@pobox.com>
12945 * Updates for two-arg init from GST_BOILERPLATE_FULL.
12947 2005-08-26 Wim Taymans <wim@fluendo.com>
12949 * gst/audioconvert/audioconvert.c: (if), (float),
12950 (audio_convert_get_func_index), (check_default),
12951 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12952 (audio_convert_clean_context), (audio_convert_get_sizes),
12953 (audio_convert_convert):
12956 2005-08-26 Wim Taymans <wim@fluendo.com>
12958 * gst/audioconvert/audioconvert.c: (if), (float),
12959 (audio_convert_get_func_index), (check_default),
12960 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12961 (audio_convert_clean_context), (audio_convert_get_sizes),
12962 (audio_convert_convert):
12963 More elegant and working temp buffer selection algo.
12965 2005-08-26 Wim Taymans <wim@fluendo.com>
12967 * gst/audioconvert/audioconvert.c: (if), (float),
12968 (audio_convert_get_func_index), (check_default),
12969 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12970 (audio_convert_clean_context), (audio_convert_get_sizes),
12971 (get_temp_buffer), (audio_convert_convert):
12972 Use realloc else we lose our original data.
12974 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
12976 * gst/audioresample/gstaudioresample.c:
12977 use base class' newsegment to properly timestamp
12979 2005-08-26 Wim Taymans <wim@fluendo.com>
12981 * gst/audioconvert/audioconvert.c: (if), (float),
12982 (audio_convert_get_func_index), (check_default),
12983 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12984 (audio_convert_clean_context), (audio_convert_get_sizes),
12985 (get_temp_buffer), (audio_convert_convert):
12986 * gst/audioconvert/gstaudioconvert.c:
12987 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12988 (gst_audio_convert_transform_caps),
12989 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12990 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12991 Oops, allocate enough space to perform the channel mix.
12993 2005-08-26 Wim Taymans <wim@fluendo.com>
12995 * gst/audioconvert/Makefile.am:
12996 * gst/audioconvert/audioconvert.c: (if), (float),
12997 (audio_convert_get_func_index), (check_default),
12998 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12999 (audio_convert_clean_context), (audio_convert_get_sizes),
13000 (get_temp_buffer), (audio_convert_convert):
13001 * gst/audioconvert/audioconvert.h:
13002 * gst/audioconvert/gstaudioconvert.c:
13003 (gst_audio_convert_class_init), (gst_audio_convert_init),
13004 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
13005 (gst_audio_convert_get_unit_size),
13006 (gst_audio_convert_transform_caps),
13007 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
13008 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
13009 * gst/audioconvert/gstaudioconvert.h:
13010 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
13011 (gst_channel_mix_fill_identical),
13012 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
13013 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
13014 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
13015 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
13016 (gst_channel_mix_mix):
13017 * gst/audioconvert/gstchannelmix.h:
13018 Cleanups, librarify a bit, optimize, better negotiation and more.
13020 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
13022 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
13023 Another from MikeS:
13024 During typefinding, don't support negative offsets
13025 (offsets from the end of the stream) in our typefind->peek() function
13026 - nothing embedded in ogg ever needs them. However, we need to recognise
13027 those requests and reject them, otherwise we return invalid pointers.
13029 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
13031 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13032 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
13033 (vorbisdec_finalize), (vorbis_handle_type_packet):
13034 Big shout-out to MikeS for fixing this giant memory leak.
13037 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13039 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
13040 (audio_convert_get_unit_size):
13043 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13045 * check/Makefile.am:
13046 * check/elements/audioconvert.c: (setup_audioconvert),
13047 (cleanup_audioconvert), (get_int_caps), (verify_convert),
13048 (GST_START_TEST), (audioconvert_suite), (main):
13049 add a test for audioconvert
13050 * gst/audioresample/gstaudioresample.c:
13051 * gst/audioresample/gstaudioresample.h:
13052 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
13053 note that for buffers of 1/3 sec this means DURATION(c) is
13054 one nanosecond more than for a and b
13056 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13058 * check/Makefile.am:
13059 * check/elements/audioresample.c: (setup_audioresample),
13060 (cleanup_audioresample), (fail_unless_perfect_stream),
13061 (test_perfect_stream_instance), (GST_START_TEST),
13062 add a check for audioresample
13063 (audioresample_suite), (main):
13064 * check/elements/volume.c: (GST_START_TEST):
13065 remove unused method
13066 * gst/audioresample/gstaudioresample.c:
13067 set correct buffer parameters since we're changing them
13068 * gst/audioresample/resample_ref.c: (resample_scale_ref):
13071 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13073 * gst/audioresample/debug.c:
13074 * gst/audioresample/gstaudioresample.c:
13075 add room for extra overlap samples when asked to transform size
13076 protect against possible mem corruption and check for discrepancies
13077 between written size and outbuffer's size so we can warn for
13079 * gst/audioresample/resample.c: (resample_init),
13080 (resample_get_output_size_for_input), (resample_get_output_size),
13081 (resample_set_n_channels), (resample_set_format):
13082 set debug level based on RESAMPLE_DEBUG env var
13083 make sure that get_output_size* returns a whole number of
13085 set sample_size each time either channel or format is set
13086 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13087 * gst/audioresample/resample_functable.c:
13088 (resample_scale_functable):
13089 * gst/audioresample/resample_ref.c: (resample_scale_ref):
13090 remove r->sample_size, it's done in resample.c now
13091 add some debugging to the ref implementation
13092 make sure we only give back bytes that are wholes of the sample
13095 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
13096 * gst/playback/gstplaybasebin.c: (fill_buffer):
13097 Revert unpopular change for GST_MESSAGE_SRC to GObject.
13099 2005-08-25 Stefan Kost <ensonic@users.sf.net>
13101 * gst/volume/gstvolume.c:
13102 made set_caps function static
13104 2005-08-24 Wim Taymans <wim@fluendo.com>
13106 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13107 (gst_vorbisenc_change_state):
13108 Stop leaking taglists.
13110 2005-08-24 Wim Taymans <wim@fluendo.com>
13112 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13113 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13114 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13115 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13116 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13117 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13118 Parse seeking events better.
13120 Generate correct newsegment events, fixes seeking in live oggs.
13122 * ext/theora/theoradec.c: (theora_dec_src_query),
13123 (theora_dec_src_event), (theora_dec_src_getcaps),
13124 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13125 Use newsegment values to report correct play time.
13127 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13128 (vorbis_dec_src_event), (vorbis_dec_sink_event):
13129 * ext/vorbis/vorbisdec.h:
13130 Parse and use newsegment values to report correct play time.
13132 * gst-libs/gst/audio/gstbaseaudiosink.c:
13133 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13134 Clear ringbuffer on flush.
13135 Use newsegment values to calculate playback time.
13137 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13138 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13139 Basesink does newsegment calculations for us now.
13141 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13143 * check/Makefile.am:
13145 add core's plugins to the mix so that playbin works
13146 * check/generic/states.c: (GST_START_TEST):
13147 set a 0 timeout on pipelines, so they don't force the next
13149 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13150 (gst_play_base_bin_change_state):
13151 remove the crappy error handling and do GST error handling
13153 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13155 * check/Makefile.am:
13156 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13157 add same test as to core, it bitches out on playbin atm.
13159 2005-08-24 Wim Taymans <wim@fluendo.com>
13164 2005-08-24 Wim Taymans <wim@fluendo.com>
13166 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13167 (gst_videoscale_prepare_size), (parse_caps),
13168 (gst_videoscale_set_caps), (gst_videoscale_get_size),
13169 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13170 (gst_videoscale_transform):
13171 * gst/videoscale/gstvideoscale.h:
13172 Refactor, make use of BaseTranform really well.
13174 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13177 compile audioresample
13178 * gst/audioresample/Makefile.am:
13179 * gst/audioresample/buffer.c:
13180 * gst/audioresample/functable.c:
13181 * gst/audioresample/gstaudioresample.c:
13182 * gst/audioresample/gstaudioresample.h:
13183 * gst/audioresample/resample.c:
13184 (resample_get_output_size_for_input):
13185 * gst/audioresample/resample.h:
13186 * gst/audioresample/resample_chunk.c:
13187 * gst/audioresample/resample_functable.c:
13188 * gst/audioresample/resample_ref.c:
13189 port to use basetransform; doesn't work in all cases yet
13191 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13193 * gst/audioconvert/gstaudioconvert.c:
13194 (gst_audio_convert_class_init), (gst_audio_convert_init),
13195 (audio_convert_get_unit_size), (audio_convert_transform_caps),
13196 (audio_convert_fixate_caps), (audio_convert_set_caps),
13197 (audio_convert_transform),
13198 (gst_audio_convert_buffer_to_default_format),
13199 (gst_audio_convert_buffer_from_default_format),
13200 (gst_audio_convert_channels):
13201 * gst/audioconvert/gstchannelmix.c:
13202 * gst/audioconvert/gstchannelmix.h:
13203 port to basetransform
13204 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13205 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13206 (gst_ffmpegcsp_get_unit_size):
13207 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13208 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13209 fix for basetransform changes
13211 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
13213 * check/Makefile.am:
13214 Add CHECK_CFLAGS and LDFLAGS
13216 * gst/playback/gstplaybasebin.c: (fill_buffer):
13217 GST_MESSAGE_SRC became a GObject
13219 2005-08-24 Wim Taymans <wim@fluendo.com>
13221 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13222 (gst_ring_buffer_clear_all):
13223 * gst-libs/gst/audio/gstringbuffer.h:
13224 Added function to clear the ringbuffer.
13226 2005-08-24 Andy Wingo <wingo@pobox.com>
13228 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
13229 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13230 of _open and _close.
13232 * sys/v4l/gstv4lxoverlay.h:
13233 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13234 an Xv connection here, instead of all the time. Make Xv only be
13235 loaded if you axe for it. Kindof a workaround for buggy behaviour
13236 of Xv when using remote xservers (XvQueryExtension would block).
13237 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13238 replace the _open and _close public API. Only start the xv
13239 connection if necessary.
13240 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13242 2005-08-23 David Schleef <ds@schleef.org>
13244 * gst/audioresample/Makefile.am: Leet audioresampling code
13245 * gst/audioresample/buffer.c:
13246 * gst/audioresample/buffer.h:
13247 * gst/audioresample/debug.c:
13248 * gst/audioresample/debug.h:
13249 * gst/audioresample/functable.c:
13250 * gst/audioresample/functable.h:
13251 * gst/audioresample/gstaudioresample.c:
13252 * gst/audioresample/gstaudioresample.h:
13253 * gst/audioresample/resample.c:
13254 * gst/audioresample/resample.h:
13255 * gst/audioresample/resample_chunk.c:
13256 * gst/audioresample/resample_functable.c:
13257 * gst/audioresample/resample_ref.c:
13259 2005-08-23 Wim Taymans <wim@fluendo.com>
13261 * examples/seeking/seek.c: (make_vorbis_pipeline),
13262 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13263 Small seek updates.
13265 2005-08-23 Andy Wingo <wingo@pobox.com>
13267 * gst-libs/gst/audio/gstbaseaudiosrc.c
13268 (gst_base_audio_src_fixate): Only fixate endianness if it is
13269 present in the caps.
13271 2005-08-22 Andy Wingo <wingo@pobox.com>
13273 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
13274 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13275 device-name property.
13277 * gst-libs/gst/audio/gstaudiosrc.h:
13278 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13279 close_device in the ring buffer, like gstaudiosink.
13281 * ext/alsa/gstalsamixer.h:
13282 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13283 macro to implement the interface without much code. Cleanups.
13285 * ext/alsa/gstalsasrc.h:
13286 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13289 * ext/alsa/Makefile.am: Add new files.
13290 * ext/alsa/gstalsamixerelement.c:
13291 * ext/alsa/gstalsamixerelement.c: Split element code out from
13292 mixer code so that alsasrc can be a mixer too.
13294 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13296 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13298 * check/elements/vorbisdec.c: (setup_vorbisdec),
13299 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13300 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13301 (vorbis_handle_identification_packet),
13302 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13303 (vorbis_handle_header_packet), (vorbis_dec_push),
13304 (vorbis_dec_chain):
13305 use the setup/teardown methods to save code. save code is good.
13307 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13309 * check/Makefile.am:
13310 add ext dir for plugins
13311 add vorbisdec test conditionally
13312 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13313 (GST_START_TEST), (volume_suite):
13314 add a test with wrong caps
13315 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13316 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13317 add a vorbisdec test
13318 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13319 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13320 clean up debug output
13321 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13322 yay, fix a segfault/security issue in vorbisdec
13323 gst-launch fakesrc ! vorbisdec wasn't happy
13324 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13325 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13326 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13327 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13328 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13329 (gst_vorbisenc_set_metadata), (get_constraints_string),
13330 (update_start_message), (gst_vorbisenc_setup),
13331 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13332 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13333 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13334 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13335 * ext/vorbis/vorbisenc.h:
13337 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13338 (gst_ffmpegcsp_transform):
13339 have the kow come home
13340 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13342 * gst/volume/gstvolume.c: (volume_set_caps):
13345 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13348 * check/.cvsignore:
13349 * check/Makefile.am:
13350 * check/elements/.cvsignore:
13351 * check/elements/volume.c: (chain_func), (event_func),
13352 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13355 add unit test structure for gst-plugins-base
13356 add a test for volume
13357 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13358 (gst_volume_set_volume), (gst_volume_get_volume),
13359 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13360 (volume_funcfind), (volume_process_float), (volume_process_int16),
13361 (volume_set_caps), (volume_transform), (volume_update_mute),
13362 (volume_update_volume), (volume_set_property),
13363 (volume_get_property):
13364 document a little; use basetransform vmethod _set_caps
13366 2005-08-19 Andy Wingo <wingo@pobox.com>
13368 * ext/alsa/gstalsamixertrack.h:
13369 * ext/alsa/gstalsamixertrack.c:
13370 * ext/alsa/gstalsamixeroptions.h:
13371 * ext/alsa/gstalsamixeroptions.c:
13372 * ext/alsa/gstalsamixer.h:
13373 * ext/alsa/gstalsamixer.c: Port to 0.9.
13375 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13376 Remove gstalsa.c and alsaclock. No more cruft here.
13378 2005-08-18 Wim Taymans <wim@fluendo.com>
13380 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13381 (gst_base_rtp_depayload_chain),
13382 (gst_base_rtp_depayload_add_to_queue),
13383 (gst_base_rtp_depayload_push),
13384 (gst_base_rtp_depayload_queue_release):
13385 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13386 Fix for RTPBuffer changes.
13388 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13389 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13390 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13391 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13392 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13393 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13394 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13395 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13396 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13397 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13398 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13399 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13400 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13401 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13402 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13403 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13404 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13405 (gst_rtpbuffer_get_payload):
13406 * gst-libs/gst/rtp/gstrtpbuffer.h:
13407 Don't subclass GstBuffer but add methods and helper functions
13408 to construct and manipulate RTP packets in regular GstBuffers.
13410 2005-08-18 Stefan Kost <ensonic@users.sf.net>
13412 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13413 moved statement below switch
13414 * gst/volume/gstvolume.c: (gst_volume_class_init):
13417 2005-08-16 Wim Taymans <wim@fluendo.com>
13419 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13420 (gst_base_audio_src_change_state):
13421 Open and close device in READY<->NULL state change.
13423 2005-08-16 Andy Wingo <wingo@pobox.com>
13425 * examples/seeking/Makefile.am: Don't compile non-compiling
13426 compiled objects with the compiler.
13428 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13431 2005-08-12 Philippe Khalaf <burger@speedy.org>
13432 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13433 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13434 Made a thread to release the queue.
13435 Removed timestamp conversion for now.
13437 2005-08-10 Philippe Khalaf <burger@speedy.org>
13438 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13439 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13440 Added rtp timestamp -> gst timestamp conversion.
13441 Fixed several problems with queue.
13443 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13445 * gst-libs/gst/audio/gstaudioclock.h:
13446 * gst-libs/gst/audio/gstaudiofilter.h:
13447 * gst-libs/gst/audio/gstaudiosink.h:
13448 * gst-libs/gst/audio/gstaudiosrc.h:
13449 * gst-libs/gst/audio/gstbaseaudiosink.h:
13450 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13451 * gst-libs/gst/audio/gstringbuffer.h:
13452 * gst-libs/gst/net/gstnetbuffer.h:
13453 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13454 * gst-libs/gst/rtp/gstrtpbuffer.h:
13455 Add padding (you will need to rebuild gst-plugins-base,
13456 gst-plugins and all applications afterwards!)
13458 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13460 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13461 (gst_riff_parse_chunk):
13462 Fix bug in debug message and add some more debug messages.
13464 2005-08-08 Edward Hervey <edward@fluendo.com>
13466 * gst-libs/gst/riff/riff-media.c:
13467 backported updates since branch
13469 2005-08-08 Andy Wingo <wingo@pobox.com>
13471 * gst-libs/gst/audio/gstbaseaudiosink.c
13472 (gst_base_audio_sink_change_state): Open the device in NULL->READY
13473 like good elements should. Close on READY->NULL too.
13475 * gst-libs/gst/audio/gstaudiosink.c
13476 (gst_audioringbuffer_open_device,
13477 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13478 (gst_audioringbuffer_release): Updates for new ring buffer API,
13479 hook into the new audio sink api.
13481 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13482 (GstAudioSinkClass.close): Just open and close the device -- no
13483 resource allocation or configuration.
13484 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13485 vmethods, handle device setup and resource allocation.
13487 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13488 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13491 * gst-libs/gst/audio/gstringbuffer.h
13492 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13495 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13496 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13497 New API functions. The device should be opened before acquiring
13498 and closed after releasing.
13500 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
13502 * gst-libs/gst/interfaces/mixer.h:
13503 Reset padding to GST_PADDING.
13505 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13507 * gst/playback/gstplaybin.c: (remove_sinks):
13508 Remove visualization from parent explicitely; works around some
13509 apparent refcount issue that I haven't tracked down yet.
13511 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13513 * ext/alsa/gstalsasink.c: (set_hwparams):
13514 Assign debug category, add negotiation debug msgs.
13516 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13518 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13519 Fix error code for file-not-found to NOT_FOUND.
13521 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13523 * common/gtk-doc-plugins.mak:
13524 * docs/plugins/Makefile.am:
13525 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13526 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13527 renamed to actual element names, so much nicer to look at
13528 * docs/plugins/tmpl/gstmultifdsink.sgml:
13530 * docs/plugins/tmpl/multifdsink.sgml:
13531 * docs/plugins/tmpl/tcpserversink.sgml:
13533 * ext/alsa/gstalsa.c:
13534 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13535 * ext/ogg/gstoggmux.c:
13536 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13537 * gst/playback/gstdecodebin.c:
13538 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13539 * gst/tcp/gsttcpserversink.c:
13540 various fixes and documentation additions
13542 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13544 * common/Makefile.am:
13545 * common/gstdoc-scangobj:
13546 * common/gtk-doc-plugins.mak:
13547 * common/gtk-doc.mak:
13548 add a custom scangobj that uses the registry
13549 add a custom gtk-doc-plugins.mak that uses it
13550 some doc build fixes
13552 * docs/Makefile.am:
13553 * docs/plugins/Makefile.am:
13554 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13555 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13556 * docs/plugins/gst-plugins-base-plugins.types:
13557 * docs/plugins/tmpl/gstmultifdsink.sgml:
13558 add docs for one element, multifdsink
13559 * gst/adder/gstadder.h:
13560 * gst/volume/gstvolume.h:
13561 don't privatize enum
13562 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13563 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13564 (gst_sync_method_get_type), (gst_client_status_get_type),
13565 (gst_multifdsink_class_init),
13566 (gst_multifdsink_client_queue_buffer),
13567 (gst_multifdsink_handle_client_write):
13568 * gst/tcp/gstmultifdsink.h:
13569 * gst/tcp/gsttcp.h:
13570 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13571 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13572 (gst_tcpclientsink_render):
13573 * gst/tcp/gsttcpclientsink.h:
13574 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13575 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13576 (gst_tcpclientsrc_start):
13577 * gst/tcp/gsttcpclientsrc.h:
13578 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13579 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13580 * gst/tcp/gsttcpserversrc.h:
13581 * gst/typefind/gsttypefindfunctions.c:
13582 remove superfluous Type stuff
13584 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13586 * gst/playback/gstplaybin.c: (gen_video_element):
13589 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13591 * gst-libs/gst/gconf/gconf.c:
13592 * gst-libs/gst/gconf/gconf.h:
13593 Fix some Andy Problem [tm].
13595 2005-08-04 Andy Wingo <wingo@pobox.com>
13597 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13598 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13599 (gst_ffmpegcsp_get_size): Adapt to API changes.
13601 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13602 Implement an in-place do-nothing transform.
13604 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13606 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13607 (gst_ximagesink_renegotiate_size):
13608 Do not set new window sizes yet if we prepare a new buffer size
13609 for upstream renegotiation (software scaling) at some point in the
13610 future, because this new size waqs not actually accepted yet. Once
13611 accepted, renegotiation later on will set the new sizes just fine.
13612 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13613 embedding testcase.
13615 2005-08-03 Andy Wingo <wingo@pobox.com>
13617 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13618 (gst_ximagesink_buffer_alloc):
13619 Protect the height, width, and desired_caps with the pool_lock.
13620 Fixes videotestsrc ! queue ! ximagesink.
13622 2005-08-02 Edward Hervey <edward@fluendo.com>
13624 * gst/volume/gstvolume.c:
13625 include left from controller cleanup
13627 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
13628 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13629 Stop collectpads before calling the parent state
13630 change function on PAUSED->READY.
13632 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
13634 When testing for X libs, use the X CFlags
13635 * gst/adder/gstadder.c: (gst_adder_change_state):
13636 Stop the collectpads before calling parent state change function
13637 on PAUSED->READY, otherwise we deadlock deactivating pads.
13639 2005-08-01 Stefan Kost <ensonic@users.sf.net>
13642 * docs/libs/tmpl/gstcolorbalance.sgml:
13643 * docs/libs/tmpl/gstmixer.sgml:
13644 * examples/Makefile.am:
13645 * gst/sine/Makefile.am:
13646 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13647 (gst_sinesrc_set_property), (plugin_init):
13648 * gst/sine/gstsinesrc.h:
13649 * gst/volume/Makefile.am:
13650 * gst/volume/gstvolume.c: (gst_volume_set_volume),
13651 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13652 (volume_process_float), (volume_process_int16),
13653 (volume_set_property), (plugin_init):
13654 * gst/volume/gstvolume.h:
13655 deactivate and remove dparams (libgstcontrol)
13657 2005-07-29 Wim Taymans <wim@fluendo.com>
13659 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13660 Convert me to BaseTransform!! help..
13662 2005-07-29 Andy Wingo <wingo@pobox.com>
13664 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13667 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13668 support of both endiannesses.
13670 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13672 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13673 Fix confusing debug message (s/event/query/)
13675 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13677 * gst/videotestsrc/videotestsrc.h:
13678 Use "_stdint.h" instead of <stdint.h>
13680 2005-07-27 Wim Taymans <wim@fluendo.com>
13682 * ext/vorbis/Makefile.am:
13683 Revert wrong commit.
13685 2005-07-27 Wim Taymans <wim@fluendo.com>
13687 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13688 More compilation fixen.
13690 2005-07-27 Wim Taymans <wim@fluendo.com>
13692 * gst-libs/gst/audio/gstbaseaudiosink.c:
13693 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13694 (gst_base_audio_sink_create_ringbuffer),
13695 (gst_base_audio_sink_change_state):
13698 2005-07-27 Wim Taymans <wim@fluendo.com>
13700 * examples/seeking/seek.c: (setup_dynamic_link),
13701 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13702 (query_positions_elems), (query_positions_pads), (do_seek):
13703 Update seek example.
13705 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13706 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13707 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13708 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13709 (gst_ogg_demux_handle_event),
13710 (gst_ogg_demux_deactivate_current_chain),
13711 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13712 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13713 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13714 (gst_ogg_demux_loop):
13715 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13716 * ext/theora/theoradec.c: (theora_dec_src_event),
13717 (theora_dec_src_getcaps), (theora_dec_sink_event),
13718 (theora_dec_push), (theora_dec_chain):
13719 * ext/vorbis/Makefile.am:
13720 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13721 (vorbis_dec_sink_event), (vorbis_dec_push),
13722 (vorbis_handle_data_packet):
13723 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13724 (gst_vorbisenc_chain):
13725 * gst/playback/gststreaminfo.c: (cb_probe):
13726 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13727 * gst/videorate/gstvideorate.c: (gst_videorate_event):
13728 * gst/videoscale/gstvideoscale.c:
13729 (gst_videoscale_handle_src_event):
13730 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13731 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13732 (gst_ximagesink_navigation_send_event):
13733 * sys/xvimage/xvimagesink.c:
13734 (gst_xvimagesink_navigation_send_event):
13735 Various event updates and cleanups
13737 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13739 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13740 Fix segfault for I420/YV12.
13742 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13744 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13747 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13749 * gst/playback/gstplaybin.c: (gen_video_element),
13750 (gen_audio_element):
13751 Switch to auto*sink elements as default sinks; add volume element
13752 so that volume control in totem works.
13754 2005-07-21 Wim Taymans <wim@fluendo.com>
13756 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13757 * gst/playback/gstplaybin.c: (setup_sinks),
13758 (gst_play_bin_change_state):
13759 Refcount fix and more comments.
13761 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13763 * sys/ximage/Makefile.am:
13764 * sys/ximage/ximage.c: (plugin_init):
13765 * sys/ximage/ximagesink.c:
13766 Prepare for adding ximagesrc, rename of plugin to ximage etc.
13769 2005-07-21 Wim Taymans <wim@fluendo.com>
13771 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13772 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13773 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13774 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13775 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13776 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13777 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13778 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13779 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13780 Generate correct disconts for live chained oggs.
13782 * gst-libs/gst/audio/gstbaseaudiosink.c:
13783 (gst_base_audio_sink_render),
13784 (gst_base_audio_sink_create_ringbuffer),
13785 (gst_base_audio_sink_change_state):
13786 Handle discont math correctly.
13788 * gst/playback/gstplaybin.c: (add_sink):
13789 Some small debug cleanup.
13791 2005-07-21 Wim Taymans <wim@fluendo.com>
13793 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13794 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13795 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13796 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13797 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13798 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13799 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13800 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13801 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13802 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13803 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13804 (gst_ogg_demux_change_state), (gst_ogg_print):
13805 Reorganize code to send the right disconts when in streaming
13808 2005-07-20 Andy Wingo <wingo@pobox.com>
13810 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13811 fix (?), fixes a seggie mcfalterson (#310894).
13813 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13815 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13816 (gst_ogg_mux_set_header_on_caps):
13817 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13818 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13819 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13820 * gst-libs/gst/audio/multichannel.c:
13821 (gst_audio_set_channel_positions),
13822 (gst_audio_set_structure_channel_positions_list):
13823 * gst/playback/gstdecodebin.c: (dynamic_create):
13824 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13825 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13826 Fixes for API changes in core.
13828 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13830 * gst/playback/gstplaybasebin.c: (fill_buffer):
13831 Use _new_custom() so we can set custom message types for buffering
13834 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13837 * gst-libs/gst/Makefile.am:
13838 * gst-libs/gst/gconf/.cvsignore:
13839 * gst-libs/gst/gconf/Makefile.am:
13840 * gst-libs/gst/gconf/test-gconf.c:
13841 * pkgconfig/Makefile.am:
13842 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13843 * pkgconfig/gstreamer-gconf.pc.in:
13844 Remove gconf stuff, use gconf elements instead from now on.
13846 2005-07-20 Wim Taymans <wim@fluendo.com>
13848 * gst-libs/gst/audio/TODO:
13849 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13850 (gst_audio_clock_get_internal_time):
13851 * gst-libs/gst/audio/gstaudioclock.h:
13852 * gst-libs/gst/audio/gstbaseaudiosink.c:
13853 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13854 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13855 (gst_base_audio_sink_render),
13856 (gst_base_audio_sink_create_ringbuffer),
13857 (gst_base_audio_sink_change_state):
13858 Make sure the audio clock always returns an increasing value.
13860 2005-07-19 Andy Wingo <wingo@pobox.com>
13862 * gst/videotestsrc/: Cleanups.
13864 2005-07-19 Wim Taymans <wim@fluendo.com>
13866 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13869 2005-07-19 Wim Taymans <wim@fluendo.com>
13871 * examples/seeking/seek.c: (make_dv_pipeline),
13872 (make_vorbis_theora_pipeline), (query_rates),
13873 (query_positions_elems), (query_positions_pads), (do_seek):
13874 Make correct DV pipeline.
13876 2005-07-18 Andy Wingo <wingo@pobox.com>
13878 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13879 default. Also because it's the only thing that really works. (This
13880 is used in the GConf elements).
13881 Use AS_LIBTOOL_TAGS.
13883 2005-07-18 Wim Taymans <wim@fluendo.com>
13885 * gst/playback/gstdecodebin.c: (remove_element_chain):
13886 * gst/playback/gstplaybin.c: (add_sink):
13887 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13888 (gst_stream_info_set_mute):
13889 * gst/playback/gststreamselector.c:
13890 (gst_stream_selector_get_linked_pad),
13891 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13892 More leak and compile fixes.
13894 2005-07-18 Wim Taymans <wim@fluendo.com>
13896 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13897 (query_rates), (query_positions_elems), (query_positions_pads),
13898 (do_seek), (seek_cb), (stop_seek):
13899 Updated seek example.
13901 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13902 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13903 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13904 * gst/playback/gstplaybin.c: (add_sink):
13905 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13906 (gst_stream_info_set_mute):
13907 Some refcount leak fixes.
13909 2005-07-16 Wim Taymans <wim@fluendo.com>
13911 * gst-libs/gst/audio/gstbaseaudiosink.c:
13912 (gst_base_audio_sink_render):
13913 Align samples even if we have roundoff errors in the
13914 timestamp conversion.
13916 2005-07-16 Wim Taymans <wim@fluendo.com>
13918 * docs/libs/tmpl/gstringbuffer.sgml:
13919 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13920 (query_rates), (query_positions_elems), (query_positions_pads),
13921 (update_scale), (do_seek):
13922 Updated seek example.
13924 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13925 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13926 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13927 (gst_ogg_demux_loop):
13928 Push out correct discont values.
13930 * ext/theora/theoradec.c: (theora_dec_src_convert),
13931 (theora_dec_sink_convert), (theora_dec_src_getcaps),
13932 (theora_dec_sink_event), (theora_handle_type_packet),
13933 (theora_handle_header_packet), (theora_dec_push),
13934 (theora_handle_data_packet), (theora_dec_chain),
13935 (theora_dec_change_state):
13936 Better timestamping.
13938 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13939 (vorbis_dec_sink_event), (vorbis_dec_push),
13940 (vorbis_handle_data_packet), (vorbis_dec_chain):
13941 * ext/vorbis/vorbisdec.h:
13942 Better timestamping.
13944 * gst-libs/gst/audio/gstbaseaudiosink.c:
13945 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13946 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13947 Handle syncing on timestamps instead of sample offsets. Make
13948 use of DISCONT values as described in design docs.
13950 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13951 (gst_base_audio_src_get_time):
13952 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13953 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13954 (gst_ring_buffer_read):
13955 * gst-libs/gst/audio/gstringbuffer.h:
13956 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13957 (gst_ximagesink_show_frame):
13958 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13959 Correcly convert buffer timestamp to stream time.
13961 2005-07-16 Wim Taymans <wim@fluendo.com>
13963 * gst/audioconvert/gstaudioconvert.c:
13964 (gst_audio_convert_get_buffer):
13965 Timestamp buffers correctly.
13967 * gst/playback/gstplaybin.c: (gen_video_element):
13968 Make internal fakesink silent.
13970 2005-07-15 Wim Taymans <wim@fluendo.com>
13972 * gst/ffmpegcolorspace/Makefile.am:
13973 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13974 (gst_ffmpegcsp_caps_remove_format_info),
13975 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13976 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13977 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13978 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13979 Ported ffmpegcolorspace to basetransform.
13981 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13982 * gst/volume/gstvolume.c: (volume_transform):
13985 2005-07-14 Wim Taymans <wim@fluendo.com>
13987 * gst/videotestsrc/Makefile.am:
13988 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13989 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13990 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13991 (gst_videotestsrc_init), (gst_videotestsrc_event),
13992 (gst_videotestsrc_create), (gst_videotestsrc_start),
13993 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13994 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13995 (gst_videotestsrc_get_property):
13996 * gst/videotestsrc/gstvideotestsrc.h:
13997 Make videotestsrc a pushsrc.
13999 2005-07-14 Wim Taymans <wim@fluendo.com>
14001 * gst/tcp/gstfdset.c: (gst_fdset_free):
14002 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14003 (gst_multifdsink_add), (gst_multifdsink_remove),
14004 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14005 (gst_multifdsink_remove_client_link),
14006 (gst_multifdsink_client_queue_data),
14007 (gst_multifdsink_client_queue_caps),
14008 (gst_multifdsink_client_queue_buffer),
14009 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
14010 (gst_multifdsink_stop):
14011 * gst/tcp/gstmultifdsink.h:
14014 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14015 Also draw image when not from a pool.
14017 2005-07-14 Wim Taymans <wim@fluendo.com>
14019 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14020 (mute_stream), (silence_stream):
14021 Small debug additions.
14023 2005-07-14 Wim Taymans <wim@fluendo.com>
14025 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14026 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
14027 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
14028 Better error recovery, ignore unconnected pads and
14031 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
14033 * docs/libs/tmpl/gstaudio.sgml:
14034 * docs/libs/tmpl/gstcolorbalance.sgml:
14035 * docs/libs/tmpl/gstgconf.sgml:
14036 * docs/libs/tmpl/gstmixer.sgml:
14037 * docs/libs/tmpl/gstringbuffer.sgml:
14038 * docs/libs/tmpl/gsttuner.sgml:
14039 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14040 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14041 (gst_tcpclientsrc_class_init):
14042 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14043 (gst_tcpserversrc_class_init):
14044 * sys/v4l/gstv4lelement.c:
14045 more autistic cleanliness in functions/names/defines
14047 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
14050 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
14051 added manually to each Makefile.am so we are sure it goes
14052 *last* and doesn't add -L flags before linking in libs of our
14053 own, like, say, internal .la libs, that then accidentally pick
14054 up the installed copy.
14055 * docs/libs/Makefile.am:
14056 * ext/alsa/Makefile.am:
14057 * ext/cdparanoia/Makefile.am:
14058 * ext/gnomevfs/Makefile.am:
14059 * ext/libvisual/Makefile.am:
14060 * ext/ogg/Makefile.am:
14061 * ext/theora/Makefile.am:
14062 * ext/vorbis/Makefile.am:
14063 * gst-libs/gst/video/Makefile.am:
14064 * gst/adder/Makefile.am:
14065 * gst/audioconvert/Makefile.am:
14066 * gst/audiorate/Makefile.am:
14067 * gst/audioscale/Makefile.am:
14068 * gst/ffmpegcolorspace/Makefile.am:
14069 * gst/playback/Makefile.am:
14070 * gst/sine/Makefile.am:
14071 * gst/subparse/Makefile.am:
14072 * gst/tags/Makefile.am:
14073 * gst/tcp/Makefile.am:
14074 * gst/typefind/Makefile.am:
14075 * gst/videorate/Makefile.am:
14076 * gst/videoscale/Makefile.am:
14077 * gst/videotestsrc/Makefile.am:
14078 * gst/volume/Makefile.am:
14079 * sys/v4l/Makefile.am:
14080 * sys/ximage/Makefile.am:
14081 * sys/xvimage/Makefile.am:
14082 adapt properly to this change. This should make sure that
14083 plugins and libs properly link to the as-yet-uninstalled
14084 copies of stuff like libgstinterfaces and libgstvideo
14086 2005-07-13 Andy Wingo <wingo@pobox.com>
14088 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14089 (gst_v4lsrc_fixate): Fixate on format as well.
14091 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
14092 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14093 buffer points to it.
14094 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14095 rather just doing X calls ourselves. Also fixes a memleak.
14097 2005-07-12 Andy Wingo <wingo@pobox.com>
14099 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
14100 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
14101 (gst_v4lsrc_create): Re-add the copy-mode property, default to
14102 TRUE to avoid deadlocks if an element holds on to our buffers.
14104 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
14106 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14107 (gst_sinesrc_init), (gst_sinesrc_create),
14108 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14109 (gst_sinesrc_start):
14110 * gst/sine/gstsinesrc.h:
14111 removing num-buffers property before moving it
14113 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
14116 use overridable ERROR_CFLAGS
14117 * docs/libs/gst-plugins-base-libs.types:
14118 * docs/libs/tmpl/gstringbuffer.sgml:
14119 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14120 (gst_alsasink_class_init):
14121 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14122 (gst_alsasrc_class_init):
14123 * gst-libs/gst/audio/audio.h:
14124 * gst-libs/gst/audio/gstaudioclock.h:
14125 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14126 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14127 (gst_audio_filter_link), (gst_audio_filter_init),
14128 (gst_audio_filter_chain), (gst_audio_filter_set_property),
14129 (gst_audio_filter_get_property),
14130 (gst_audio_filter_class_add_pad_templates):
14131 * gst-libs/gst/audio/gstaudiofilter.h:
14132 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14133 (gst_audio_filter_template_get_type),
14134 (gst_audio_filter_template_base_init),
14135 (gst_audio_filter_template_class_init),
14136 (gst_audio_filter_template_init),
14137 (gst_audio_filter_template_set_property),
14138 (gst_audio_filter_template_get_property), (plugin_init),
14139 (gst_audio_filter_template_setup),
14140 (gst_audio_filter_template_filter),
14141 (gst_audio_filter_template_filter_inplace):
14142 * gst-libs/gst/audio/gstaudiosink.c:
14143 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14144 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14145 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14146 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14147 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14148 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14149 * gst-libs/gst/audio/gstaudiosink.h:
14150 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14151 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14152 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14153 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14154 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14155 (gst_audio_src_class_init), (gst_audio_src_init),
14156 (gst_audio_src_create_ringbuffer):
14157 * gst-libs/gst/audio/gstaudiosrc.h:
14158 * gst-libs/gst/audio/gstbaseaudiosink.c:
14159 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14160 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14161 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14162 (gst_base_audio_sink_set_property),
14163 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14164 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14165 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14166 (gst_base_audio_sink_create_ringbuffer),
14167 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14168 * gst-libs/gst/audio/gstbaseaudiosink.h:
14169 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14170 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14171 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14172 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14173 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14174 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14175 (gst_base_audio_src_event), (gst_base_audio_src_create),
14176 (gst_base_audio_src_create_ringbuffer),
14177 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14178 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14179 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14180 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14181 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14182 (gst_ring_buffer_debug_spec_caps),
14183 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14184 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14185 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14186 (gst_ring_buffer_start), (gst_ring_buffer_pause),
14187 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14188 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14189 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14190 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14191 (gst_ring_buffer_clear):
14192 * gst-libs/gst/audio/gstringbuffer.h:
14193 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14194 (gst_video_sink_class_init), (gst_video_sink_get_type):
14195 * gst-libs/gst/video/videosink.h:
14196 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14197 (gst_multifdsink_class_init),
14198 (gst_multifdsink_handle_client_write),
14199 (gst_multifdsink_change_state):
14200 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14201 (gst_tcpclientsink_setcaps):
14202 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14203 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14204 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14205 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14206 (gst_ximagesink_send_pending_navigation),
14207 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14208 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14209 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14210 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14211 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14212 (gst_xvimagesink_send_pending_navigation),
14213 (gst_xvimagesink_navigation_send_event),
14214 (gst_xvimagesink_set_xwindow_id),
14215 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14216 (gst_xvimagesink_get_type):
14217 more macro splitting
14219 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14221 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14222 plug a memleak, allows me to import 1479 albums in one go
14224 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14225 (vorbis_handle_type_packet), (vorbis_dec_chain),
14226 (vorbis_dec_change_state):
14227 fix some format strings
14229 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14231 * docs/libs/tmpl/gstcolorbalance.sgml:
14232 * docs/libs/tmpl/gstmixer.sgml:
14233 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14234 (gst_alsasink_set_property), (gst_alsasink_get_property):
14235 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14236 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14237 add device property
14239 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14241 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14242 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14243 (audiocast_register_listener), (audiocast_thread_run),
14244 (gst_gnomevfssrc_send_additional_headers_callback),
14245 (gst_gnomevfssrc_received_headers_callback),
14246 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14247 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14248 (gst_gnomevfssrc_get_size):
14249 add/clean up debugging
14250 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14253 2005-07-07 Andy Wingo <wingo@pobox.com>
14255 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14256 framerate. Need to get a handle on when exactly this function is
14259 * sys/v4l/v4lsrc_calls.h:
14260 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14261 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14262 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14264 * sys/v4l/v4l_calls.h: Cast to V4lElement.
14265 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14266 v4lelements are sources.
14268 * sys/v4l/gstv4lxoverlay.h:
14269 * sys/v4l/gstv4lxoverlay.c:
14270 * sys/v4l/gstv4ltuner.h:
14271 * sys/v4l/gstv4ltuner.c: Header loc fixen.
14273 * sys/v4l/gstv4lsrc.h:
14274 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14275 PushSrc/BaseSrc. Removed most sync-related properties, videorate
14276 or something should handle that. Made a live source.
14278 * sys/v4l/gstv4lelement.h:
14279 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14280 signals. Some cleanups.
14282 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14284 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14287 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14290 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14292 2005-07-07 Wim Taymans <wim@fluendo.com>
14294 * ext/theora/theoradec.c: (theora_get_query_types),
14295 (theora_dec_src_getcaps), (theora_dec_push):
14296 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14297 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14298 Remove deprecated/unused query types.
14300 2005-07-06 Wim Taymans <wim@fluendo.com>
14302 * ext/alsa/Makefile.am:
14303 * ext/alsa/gstalsaplugin.c: (plugin_init):
14304 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14305 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14306 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14307 (gst_alsasrc_class_init), (gst_alsasrc_init),
14308 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14309 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14310 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14311 (gst_alsasrc_reset):
14312 * ext/alsa/gstalsasrc.h:
14313 * gst-libs/gst/audio/Makefile.am:
14314 * gst-libs/gst/audio/gstaudiosink.c:
14315 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14316 (gst_audioringbuffer_start):
14317 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14318 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14319 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14320 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14321 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14322 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14323 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14324 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14325 * gst-libs/gst/audio/gstaudiosrc.h:
14326 * gst-libs/gst/audio/gstbaseaudiosink.c:
14327 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14328 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14329 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14330 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14331 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14332 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14333 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14334 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14335 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14336 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14337 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14338 (gst_baseaudiosrc_change_state):
14339 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14340 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14341 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14342 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14343 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14344 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14345 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14346 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14347 * gst-libs/gst/audio/gstringbuffer.h:
14348 Added audiosource base classes.
14349 Ported alsasrc, still very basic.
14351 2005-07-06 Wim Taymans <wim@fluendo.com>
14353 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14354 (theora_dec_push), (theora_handle_data_packet):
14355 Prepare for better timestamp fix later.
14357 * gst/audioconvert/gstaudioconvert.c:
14358 List most accurate caps first
14360 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14361 Use proper pad task function.
14363 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14364 (gst_xvimagesink_show_frame):
14365 Fix deadlock when alloc failed.
14367 2005-07-05 Andy Wingo <wingo@pobox.com>
14369 * ext/gnomevfs/gstgnomevfssrc.c:
14370 * gst/sine/gstsinesrc.c:
14371 * gst/tcp/gsttcpserversrc.c:
14372 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14374 * sys/v4l/: Port from 0.8.
14376 * Many files: Null if we got it....
14378 2005-07-05 Andy Wingo <wingo@pobox.com>
14380 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
14381 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14384 2005-07-05 Wim Taymans <wim@fluendo.com>
14387 * gst/tcp/Makefile.am:
14389 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14390 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14391 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14392 (is_sync_frame), (gst_multifdsink_handle_client_write),
14393 (gst_multifdsink_render), (gst_multifdsink_start),
14394 (gst_multifdsink_stop), (gst_multifdsink_change_state):
14395 * gst/tcp/gstmultifdsink.h:
14396 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14397 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14398 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14399 * gst/tcp/gsttcp.h:
14400 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14401 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14402 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14403 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14404 * gst/tcp/gsttcpclientsink.h:
14405 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14406 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14407 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14408 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14409 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14410 * gst/tcp/gsttcpclientsrc.h:
14411 * gst/tcp/gsttcpplugin.c: (plugin_init):
14412 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14413 * gst/tcp/gsttcpserversink.h:
14414 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14415 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14416 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14417 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14418 (gst_tcpserversrc_stop):
14419 * gst/tcp/gsttcpserversrc.h:
14420 * gst/tcp/gsttcpsink.c:
14421 * gst/tcp/gsttcpsink.h:
14422 * gst/tcp/gsttcpsrc.c:
14423 * gst/tcp/gsttcpsrc.h:
14424 Ported tcp plugins to 0.9.
14427 2005-07-05 Andy Wingo <wingo@pobox.com>
14429 * gst/playback/gstplaybasebin.c (fill_buffer):
14430 message_new_application fixen.
14432 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14435 2005-07-04 Wim Taymans <wim@fluendo.com>
14437 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14438 Set caps on output buffer.
14440 2005-07-04 Andy Wingo <wingo@pobox.com>
14442 * ext/gnomevfs/gstgnomevfssrc.c
14443 (gst_gnomevfssrc_received_headers_callback)
14444 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14447 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14448 No refcount leakage.
14450 * configure.ac: Enable -Werror.
14452 * ext/theora/theoradec.c (theora_dec_src_getcaps):
14453 * gst/audioconvert/bufferframesconvert.c
14454 (buffer_frames_convert_fixate):
14455 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14456 (gst_audio_convert_fixate):
14457 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14458 (gst_sinesrc_create): Fixate func changes.
14460 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14461 (gst_ximagesink_buffer_alloc): Unused var.
14463 2005-07-01 Andy Wingo <wingo@pobox.com>
14465 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14466 getcaps to do explicit caps. Needs to be done in all decoders,
14467 possibly via a base class.
14469 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14471 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14472 caps on the sink pad, just rely on the pad template. Also, setting
14473 ANY caps on a pad is not valid because the caps are not fixed.
14475 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14476 caps on the buffer, and get the width from the desired_caps if
14478 (gst_ximagesink_renegotiate_size): Implement via setting the
14479 desired_caps on the ximagesink.
14480 (gst_ximagesink_setcaps): Only reset the width of the player if it
14481 wasn't already set. Not sure if this is right.
14482 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14484 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14485 that the user wants. NULL unless the window has been resized.
14487 * gst/volume/gstvolume.c (volume_transform): Adapt to
14488 basetransform refcount changes.
14490 2005-07-01 Andy Wingo <wingo@pobox.com>
14492 * gst/videoscale/gstvideoscale.c:
14493 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14494 from BaseTransform, implements a transform_caps. Removed dead code
14495 including some PAR stuff that was never reached -- should probably
14496 be added back somehow.
14498 2005-07-01 Andy Wingo <wingo@pobox.com>
14500 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14503 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
14506 * docs/libs/Makefile.am:
14507 * docs/libs/gst-plugins-libs.types:
14508 * ext/alsa/Makefile.am:
14509 * ext/alsa/gstalsamixer.h:
14510 * ext/alsa/gstalsamixeroptions.h:
14511 * ext/alsa/gstalsamixertrack.h:
14512 * gst-libs/gst/Makefile.am:
14513 * gst-libs/gst/colorbalance/.cvsignore:
14514 * gst-libs/gst/colorbalance/Makefile.am:
14515 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14516 * gst-libs/gst/colorbalance/colorbalance.c:
14517 * gst-libs/gst/colorbalance/colorbalance.h:
14518 * gst-libs/gst/colorbalance/colorbalance.vcproj:
14519 * gst-libs/gst/colorbalance/colorbalancechannel.c:
14520 * gst-libs/gst/colorbalance/colorbalancechannel.h:
14521 * gst-libs/gst/interfaces/Makefile.am:
14522 * gst-libs/gst/interfaces/colorbalance.c:
14523 (gst_color_balance_class_init):
14524 * gst-libs/gst/interfaces/colorbalance.h:
14525 * gst-libs/gst/interfaces/interfaces-marshal.list:
14526 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14527 * gst-libs/gst/interfaces/mixer.h:
14528 * gst-libs/gst/interfaces/mixeroptions.h:
14529 * gst-libs/gst/interfaces/navigation.c:
14530 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14531 * gst-libs/gst/interfaces/tuner.h:
14532 * gst/volume/Makefile.am:
14533 * gst/volume/gstvolume.c:
14534 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14535 * sys/ximage/Makefile.am:
14536 * sys/ximage/ximagesink.c:
14537 * sys/xvimage/Makefile.am:
14538 * sys/xvimage/xvimagesink.c:
14539 fold in all interfaces into an interfaces dir, preserving CVS
14542 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14544 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14545 Fix build after riff changes.
14547 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14549 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14550 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14551 (gst_riff_create_video_template_caps),
14552 (gst_riff_create_audio_template_caps),
14553 (gst_riff_create_iavs_template_caps):
14554 * gst-libs/gst/riff/riff-media.h:
14555 * gst-libs/gst/riff/riff-read.h:
14556 * gst-libs/gst/riff/riff.c: (gst_riff_init):
14557 Add gst_riff_init() to initialize the debug category, instead
14558 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14560 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14562 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14563 Oops, I shouldn't apply hacks.
14565 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14567 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14568 Remove pad_loop function which doesn't work.
14570 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14572 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14573 Send EOS when deactivating.
14574 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14575 (check_queue), (queue_threshold_reached), (queue_out_of_data),
14576 (gen_preroll_element), (probe_triggered), (mute_stream),
14577 (silence_stream), (new_decoded_pad), (setup_substreams),
14578 (set_active_source):
14579 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14580 (remove_sinks), (add_sink):
14581 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14582 Change for new probe API.
14584 2005-06-29 Wim Taymans <wim@fluendo.com>
14586 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14587 * gst-libs/gst/audio/gstbaseaudiosink.c:
14588 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14589 (gst_baseaudiosink_change_state):
14590 * gst-libs/gst/audio/gstbaseaudiosink.h:
14591 * gst-libs/gst/audio/gstringbuffer.c:
14592 (gst_ringbuffer_set_callback):
14593 Fix compilation error.
14594 Ringbuffer starts out as not running.
14595 Free our clock in dispose.
14596 When releasing the ringbuffer we need to renegotiate so
14597 clear the pad caps.
14599 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
14603 * docs/Makefile.am:
14604 * docs/libs/Makefile.am:
14605 * docs/libs/gst-plugins-libs-docs.sgml:
14606 * docs/libs/gst-plugins-libs-sections.txt:
14607 * docs/libs/gst-plugins-libs.types:
14608 * docs/libs/tmpl/gstaudio.sgml:
14609 * docs/libs/tmpl/gstcolorbalance.sgml:
14610 * docs/libs/tmpl/gstringbuffer.sgml:
14611 * gst-libs/gst/audio/gstringbuffer.c:
14612 (gst_ringbuffer_set_callback):
14613 reinstate gtk-doc docs for plugin libs
14615 2005-06-28 Wim Taymans <wim@fluendo.com>
14617 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14618 (gst_ogg_demux_init):
14619 Removed pad loop function.
14621 2005-06-28 Wim Taymans <wim@fluendo.com>
14623 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14624 If we're building a chain we are not in an error case
14625 when we queue a buffer.
14627 2005-06-28 Andy Wingo <wingo@pobox.com>
14629 * *.c: Don't cast to GstObject before reffing/unreffing.
14631 2005-06-27 Andy Wingo <wingo@pobox.com>
14633 * gst/videotestsrc/gstvideotestsrc.c
14634 (gst_videotestsrc_activate_push): Activation API changes.
14636 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
14637 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14638 they have refs on the decodebin.
14640 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14642 (gst_ogg_pad_typefind): Don't leak a pad ref.
14643 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14644 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
14645 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14647 2005-06-27 Edward Hervey <edward@fluendo.com>
14649 * ext/theora/theoradec.c: (theora_dec_change_state):
14650 re-arranged call to parent's state change in order to avoid locks (or
14653 2005-06-26 Edward Hervey <edward@fluendo.com>
14655 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14656 2nd argument of 'unknow-type' signal is a GstCaps and not a
14659 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
14660 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14661 Set the worker thread's running flag to TRUE before starting the
14663 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14664 Catch a failure to add typefind to the bin.
14666 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
14668 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14669 (gst_sinesrc_init), (gst_sinesrc_create),
14670 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14671 (gst_sinesrc_start):
14672 * gst/sine/gstsinesrc.h:
14673 add num-buffers and timestamp-offset properties
14674 * gst/videotestsrc/gstvideotestsrc.c:
14675 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14676 (gst_videotestsrc_get_property):
14677 add timestamp-offset property
14679 2005-06-23 Christian Schaller <uraeus@gnome.org>
14681 * configure.ac: add videorate
14682 * gst-plugins-base.spec.in: add videorate
14684 2005-06-23 Wim Taymans <wim@fluendo.com>
14686 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14687 (gst_videorate_getcaps), (gst_videorate_setcaps),
14688 (gst_videorate_event), (gst_videorate_chain):
14689 Fixed videorate, fixating an already fixated caps is not
14692 2005-06-23 Wim Taymans <wim@fluendo.com>
14695 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14696 Buffer on caps is not boxed anymore.
14698 2005-06-22 Wim Taymans <wim@fluendo.com>
14700 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14701 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14702 Set buffers on caps as miniobjects and not as boxed.
14704 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14709 === release 0.9.1 ===
14711 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14732 updates for release
14734 2005-06-09 Andy Wingo <wingo@pobox.com>
14736 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14738 2005-06-09 Andy Wingo <wingo@pobox.com>
14741 * gst-libs/gst/Makefile.am:
14742 * gst-libs/gst/net/Makefile.am:
14743 Add gstnet to build.
14745 2005-06-09 Andy Wingo <wingo@pobox.com>
14747 * gst-libs/gst/gconf/gconf.c:
14748 * gst/playback/test.c:
14749 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14752 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14754 * ext/theora/theoraenc.c (theora_enc_chain):
14755 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14757 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14760 2005-06-02 Wim Taymans <wim@fluendo.com>
14762 * gst-libs/gst/net/Makefile.am:
14763 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14764 * pkgconfig/gstreamer-libs.pc.in:
14765 Added net stuff, version net lib.
14767 2005-06-02 Wim Taymans <wim@fluendo.com>
14769 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14770 (query_rates), (query_positions_elems), (query_positions_pads),
14772 Updated seek example.
14774 2005-06-02 Andy Wingo <wingo@pobox.com>
14776 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14777 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14780 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14781 remove the typefind, the bin dispose will do it for us. When it's
14782 removed and unreffed, the signal handler will be disconnected,
14784 (unlinked): It's too difficult to disconnect from unlinked
14785 handlers, as they are on pads not elements. Just punt if the pads
14786 aren't grandkids of the bin.
14788 2005-06-02 Wim Taymans <wim@fluendo.com>
14791 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14792 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14793 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14794 * ext/theora/theoradec.c: (theora_dec_src_query),
14795 (theora_handle_data_packet):
14796 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14797 (theora_enc_chain):
14798 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14799 (vorbis_handle_data_packet):
14800 * gst/audioconvert/bufferframesconvert.c:
14801 (buffer_frames_convert_chain):
14802 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14803 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14804 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14805 (gst_ffmpegcsp_chain):
14806 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14807 (gst_videorate_getcaps), (gst_videorate_setcaps),
14808 (gst_videorate_event), (gst_videorate_chain):
14809 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14810 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14811 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14812 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14813 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14814 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14815 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14816 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14817 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14818 Cleanups and buffer alloc.
14820 2005-05-31 Wim Taymans <wim@fluendo.com>
14822 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14823 Don't try to call the delay method when the device is not
14826 2005-05-31 Wim Taymans <wim@fluendo.com>
14828 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14829 Get actual segment size and buffer size after opening
14832 2005-05-30 Wim Taymans <wim@fluendo.com>
14834 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14835 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14836 Also FLUSH upstream, makes the loop function exit faster.
14838 * ext/theora/theoradec.c: (theora_dec_src_query):
14839 Some more debug info in the query.
14841 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14842 (gst_ximagesink_setcaps):
14843 Release lock on par error, better error reporting.
14845 2005-05-26 Wim Taymans <wim@fluendo.com>
14847 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14848 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14849 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14850 Clear chains in READY
14851 Queue packets until the chain is activated.
14853 2005-05-25 Wim Taymans <wim@fluendo.com>
14855 * gst-libs/gst/audio/gstaudiosink.c:
14856 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14857 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14858 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14859 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14860 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14861 (gst_audiosink_create_ringbuffer):
14862 * gst-libs/gst/audio/gstbaseaudiosink.c:
14863 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14864 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14865 (gst_baseaudiosink_set_property), (build_linear_format),
14866 (debug_spec_caps), (debug_spec_buffer),
14867 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14868 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14869 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14870 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14871 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14872 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14873 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14874 (gst_ringbuffer_play), (gst_ringbuffer_pause),
14875 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14876 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14877 (wait_segment), (gst_ringbuffer_commit),
14878 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14879 (gst_ringbuffer_clear):
14880 Various small cleanups.
14882 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14883 (gst_audio_convert_change_state):
14884 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14885 No need to take the locks anymore.
14887 2005-05-25 Wim Taymans <wim@fluendo.com>
14889 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14890 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14891 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14893 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14894 (group_destroy), (group_commit), (queue_overrun),
14895 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14896 (mute_stream), (new_decoded_pad), (setup_substreams),
14897 (setup_source), (mute_group_type), (set_active_source),
14898 (gst_play_base_bin_change_state):
14899 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14900 (gen_video_element), (gen_text_element), (gen_audio_element),
14901 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14902 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14903 (gst_stream_info_dispose), (gst_stream_info_set_mute):
14904 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14905 Some playbin cleanups mostly refcounting sloppyness.
14907 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14909 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14910 Work with streaming input.
14912 2005-05-25 Wim Taymans <wim@fluendo.com>
14914 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14915 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14916 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14917 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14918 No need to take the STREAM lock anymore.
14920 2005-05-25 Wim Taymans <wim@fluendo.com>
14922 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14923 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14924 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14925 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14926 (gst_ogg_demux_sink_activate):
14927 * ext/theora/theoradec.c: (theora_dec_src_event),
14928 (theora_handle_comment_packet), (theora_dec_chain),
14929 (theora_dec_change_state):
14930 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14931 (vorbis_handle_data_packet), (vorbis_dec_chain),
14932 (vorbis_dec_change_state):
14933 Remove STREAM locks as they are taken in core now.
14934 Never set bogus granulepos on vorbis/theora.
14935 Fix leaks in theoradec tag parsing.
14937 2005-05-25 Wim Taymans <wim@fluendo.com>
14939 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14940 Fix memleaks, GST_BUFFER_DATA() is not freed.
14942 2005-05-25 Wim Taymans <wim@fluendo.com>
14944 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14945 Open non-blocking, set to blocking mode afterwards to avoid
14946 lockups when audio device is busy.
14948 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14950 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14951 This can't be good.
14953 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14955 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14956 (gst_audio_convert_chain), (gst_audio_convert_link_src),
14957 (gst_audio_convert_setcaps):
14958 Implement instant setup switching.
14960 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14962 * gst/playback/gstplaybasebin.c: (probe_triggered):
14963 Fix missing unlock.
14964 * gst/playback/gstplaybin.c: (add_sink):
14965 First add, then link (otherwise pad link fails).
14967 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14969 * examples/Makefile.am:
14970 fix buildbot (make distcheck)
14972 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14974 * gst/playback/gstplaybin.c: (gen_vis_element):
14975 Remove some wrong code. Doesn't work yet.
14977 2005-05-19 Wim Taymans <wim@fluendo.com>
14979 * gst-libs/gst/net/Makefile.am:
14980 * gst-libs/gst/net/README:
14981 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14982 (gst_netbuffer_class_init), (gst_netbuffer_init),
14983 (gst_netbuffer_finalize), (gst_netbuffer_copy),
14984 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14985 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14986 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14987 * gst-libs/gst/net/gstnetbuffer.h:
14988 Added buffer subclass to store extra to/from addresses for
14989 network sources/sinks.
14991 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14993 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14994 Don't lock an unassigned variable.
14996 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14998 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14999 Increase buffer for video, decrease buffer for other media types.
15000 * gst/playback/gstplaybin.c: (gen_video_element),
15001 (gen_audio_element):
15002 Change names for debugging purposes.
15004 2005-05-18 Wim Taymans <wim@fluendo.com>
15006 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15007 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15008 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15009 (gst_ffmpegcsp_chain):
15010 Enable buffer alloc passthrough if the source and dest
15011 formats are the same.
15013 2005-05-17 Wim Taymans <wim@fluendo.com>
15015 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
15016 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15017 (gst_ogg_demux_chain_unlocked):
15018 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15019 (gst_audio_convert_caps_remove_format_info),
15020 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15021 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
15022 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15023 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15024 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
15025 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
15026 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
15027 (gst_ffmpegcsp_get_property):
15028 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15029 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15030 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15031 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
15032 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
15033 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
15034 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
15035 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
15036 Leak fixes in oggdemux.
15037 Some cleanups in audioconvert.
15038 Make passthrough work along with buffer_alloc etc.
15039 Make buffer_alloc and buffer recycling actually work in
15042 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
15044 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
15045 make the compiler happy
15047 2005-05-17 Wim Taymans <wim@fluendo.com>
15049 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
15050 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
15051 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
15052 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
15053 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15054 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
15055 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15056 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15057 (gst_xvimagesink_set_xwindow_id):
15058 * sys/xvimage/xvimagesink.h:
15059 Port xvimagesink to new MiniObject.
15061 2005-05-17 Wim Taymans <wim@fluendo.com>
15063 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15064 (gst_audiofilter_chain):
15065 * gst-libs/gst/audio/gstaudiosink.c:
15066 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15067 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15068 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15069 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15070 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15071 (gst_audiosink_create_ringbuffer):
15072 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15073 (gst_audio_convert_caps_remove_format_info),
15074 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15075 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15076 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15077 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15078 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15079 Fix passthrough in ffmpegcolorspace.
15080 Fix memset in audiosink on wrong memory.
15082 2005-05-16 David Schleef <ds@schleef.org>
15084 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15087 2005-05-16 David Schleef <ds@schleef.org>
15089 Port from GstData to GstMiniObject.
15090 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15091 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15092 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15093 (gst_ogg_mux_collected):
15094 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15095 * ext/theora/theoradec.c: (theora_handle_comment_packet),
15096 (theora_handle_data_packet):
15097 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15098 (theora_set_header_on_caps), (theora_enc_chain):
15099 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15100 (vorbis_handle_comment_packet):
15101 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15102 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15103 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15104 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15105 * gst/audioconvert/gstaudioconvert.c:
15106 (gst_audio_convert_get_buffer):
15107 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15108 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15109 (mute_stream), (silence_stream):
15110 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15111 * gst/volume/gstvolume.c: (volume_transform):
15112 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15113 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15114 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15115 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15116 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15117 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15118 (gst_ximagesink_buffer_alloc):
15119 * sys/ximage/ximagesink.h:
15121 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15123 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15124 (fill_buffer), (check_queue), (queue_threshold_reached),
15125 (queue_out_of_data):
15126 * gst/playback/gstplaybasebin.h:
15127 Post buffer-fullness on the bus.
15129 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15131 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15133 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15134 (group_commit), (probe_triggered), (setup_source),
15135 (gst_play_base_bin_change_state):
15136 * gst/playback/gstplaybasebin.h:
15137 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15138 (gst_play_bin_init), (remove_sinks), (setup_sinks),
15139 (gst_play_bin_change_state):
15140 Move setup_output_pads into a virtual function, remove
15141 group-switch (no longer needed) and redirect (handled by bus
15144 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15146 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15147 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15148 (get_active_group), (get_building_group), (group_destroy),
15149 (group_commit), (check_queue), (queue_overrun),
15150 (queue_threshold_reached), (queue_out_of_data),
15151 (gen_preroll_element), (remove_groups), (unknown_type),
15152 (add_element_stream), (no_more_pads), (probe_triggered),
15153 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15154 (setup_substreams), (setup_source), (finish_source),
15155 (prepare_output), (muted_group_change_state),
15156 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15157 (gst_play_base_bin_change_state):
15158 * gst/playback/gstplaybasebin.h:
15159 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15160 (gst_play_bin_init), (gst_play_bin_set_property),
15161 (gen_video_element), (gen_text_element), (gen_audio_element),
15162 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15163 (gst_play_bin_change_state):
15164 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15165 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15166 (stream_info_change_state), (gst_stream_info_set_mute),
15167 (gst_stream_info_get_property):
15168 * gst/playback/gststreaminfo.h:
15169 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15170 (gst_stream_selector_get_linked_pad),
15171 (gst_stream_selector_getcaps),
15172 (gst_stream_selector_get_linked_pads),
15173 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15174 * gst/playback/gststreamselector.h:
15175 Rough port of playbin. Needs some more work, but is mostly done,
15176 and uses a few locks in important places, which should make stuff
15177 like chain-switches clean. Still uses GST_STATE() in a few places,
15178 which isn't all that good an idea, subtitles/elements disabled
15179 because no elements to test with and thus probably broken, query
15180 and event handling moved to GstBin, internal thread removed
15181 alltogether because the pipeline does that for us now. Can play
15182 Ogg/Vorbis files. Haven't tested anything else yet.
15184 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15186 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15187 Do no-more-pads (needed for autoplugging).
15189 2005-05-10 Andy Wingo <wingo@pobox.com>
15191 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15192 message to the bus with the tags. Still not sent downstream tho.
15194 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15196 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15197 avoid refcounting hassles.
15199 2005-05-09 Andy Wingo <wingo@pobox.com>
15201 * gst/volume/Makefile.am:
15202 * gst/volume/demo.c
15203 * gst/volume/gstvolume.h
15204 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15205 basetransform. Probably need an audio filter base class.
15207 2005-05-09 Wim Taymans <wim@fluendo.com>
15209 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15210 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15211 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15212 (gst_vorbisenc_chain):
15213 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15214 (gst_audio_convert_caps_remove_format_info),
15215 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15216 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15217 Make caps writable before writing to it.
15218 Fix negotiation in audioconvert some more.
15220 2005-05-09 Wim Taymans <wim@fluendo.com>
15222 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15223 (gst_videorate_getcaps), (gst_videorate_setcaps),
15224 (gst_videorate_event), (gst_videorate_chain):
15225 Better negotiation.
15227 2005-05-09 Wim Taymans <wim@fluendo.com>
15229 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15230 (gst_videorate_getcaps), (gst_videorate_setcaps),
15231 (gst_videorate_blank_data), (gst_videorate_init),
15232 (gst_videorate_event), (gst_videorate_chain),
15233 (gst_videorate_change_state):
15234 Port videorate, do a better job at negotiation while we're at
15237 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
15242 * examples/Makefile.am:
15243 * gst-libs/gst/audio/Makefile.am:
15244 * gst-libs/gst/riff/Makefile.am:
15245 * gst-libs/gst/tag/Makefile.am:
15246 * gst-libs/gst/video/Makefile.am:
15247 Fixups for missing variables.
15249 2005-05-09 Wim Taymans <wim@fluendo.com>
15251 * examples/seeking/seek.c: (make_theora_pipeline),
15252 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15253 (query_rates), (query_positions_elems), (query_positions_pads),
15254 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15255 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15256 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15257 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15258 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15259 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15260 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15261 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15262 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15263 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15264 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15265 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15266 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15267 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15268 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15269 (theora_dec_src_convert), (theora_dec_sink_convert),
15270 (theora_dec_src_query), (theora_dec_sink_query),
15271 (theora_dec_src_event), (theora_dec_sink_event),
15272 (theora_handle_comment_packet), (theora_handle_type_packet),
15273 (theora_handle_header_packet), (theora_handle_data_packet),
15274 (theora_dec_chain):
15275 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15276 (vorbis_dec_convert), (vorbis_dec_src_query),
15277 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15278 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15279 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15280 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15281 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15282 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15283 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15284 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15285 (gst_play_bin_query):
15286 * gst/playback/test3.c: (update_scale):
15287 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15288 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15289 * gst/subparse/gstsubparse.c: (gst_subparse_init):
15290 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15291 (gst_videotestsrc_src_query):
15292 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15293 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15294 (paint_hline_YUV9):
15295 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15296 Port to new query API.
15298 Cleanups in x[v]imagesink
15300 2005-05-09 Andy Wingo <wingo@pobox.com>
15302 * ext/alsa/gstalsasink.h:
15303 * ext/gnomevfs/gstgnomevfssrc.c:
15304 (gst_gnomevfssrc_get_icy_metadata):
15305 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15306 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15307 * ext/theora/theoradec.c (theora_dec_src_query)
15308 (theora_dec_src_event, theora_dec_sink_event)
15309 (theora_handle_comment_packet, theora_handle_data_packet):
15310 * ext/theora/theoraenc.c (theora_enc_chain):
15311 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15312 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15313 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15314 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15316 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15317 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15318 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15319 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15320 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15321 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15322 (paint_setup_xBGR8888, paint_setup_RGBx8888)
15323 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15324 (paint_setup_RGB565, paint_setup_xRGB1555):
15325 * gst/videotestsrc/videotestsrc.h:
15326 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15327 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15328 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15331 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15332 gst_pad_query_position. Fixes oggdemux.
15334 2005-05-08 David Schleef <ds@schleef.org>
15336 * configure.ac: Require liboil.
15337 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15339 * gst/videotestsrc/videotestsrc.c:
15340 * gst/videotestsrc/videotestsrc.h:
15342 2005-05-06 Wim Taymans <wim@fluendo.com>
15344 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15345 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15346 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15347 Well, unreffing a buffer right before pushing it is asking
15350 2005-05-06 Christian Schaller <uraeus@gnome.org>
15352 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15354 2005-05-06 Wim Taymans <wim@fluendo.com>
15356 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15357 (gst_audio_convert_caps_remove_format_info),
15358 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15359 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15360 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15361 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15362 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15363 * gst/sine/Makefile.am:
15364 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15365 (gst_sinesrc_class_init), (gst_sinesrc_init),
15366 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15367 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15368 (gst_sinesrc_update_freq):
15369 * gst/sine/gstsinesrc.h:
15370 * gst/tcp/gstmultifdsink.c:
15371 * sys/xvimage/xvimagesink.c:
15372 Fixed negotiation wrt _peer_get_caps()
15376 2005-05-06 Wim Taymans <wim@fluendo.com>
15378 * gst-libs/gst/audio/gstaudiosink.c:
15379 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15380 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15381 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15382 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15383 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15384 (gst_audiosink_create_ringbuffer):
15385 * gst-libs/gst/audio/gstbaseaudiosink.c:
15386 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15387 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15388 (gst_baseaudiosink_set_property), (build_linear_format),
15389 (debug_spec_caps), (debug_spec_buffer),
15390 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15391 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15392 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15393 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15394 * gst-libs/gst/audio/gstbaseaudiosink.h:
15395 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15396 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15397 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15398 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15399 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15400 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15401 (wait_segment), (gst_ringbuffer_commit),
15402 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15403 (gst_ringbuffer_clear):
15404 * gst-libs/gst/audio/gstringbuffer.h:
15405 Make the base audiosink return an error when there is no
15406 audiobuffer negotiated.
15408 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15411 Disable cdparanoia until someone ports it!
15413 2005-05-06 Wim Taymans <wim@fluendo.com>
15415 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15416 (gst_ogg_demux_sink_activate):
15417 And revert after wingo's revert.. sigh..
15419 2005-05-05 Andy Wingo <wingo@pobox.com>
15421 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15423 * configure.ac: Return audiorate and subparse from the ghetto.
15424 Re-enable -Wall -Werror.
15425 * gst/subparse/gstsubparse.c:
15426 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15427 or chain-based. Cleaned up a bit. Not tested.
15429 2005-05-05 Christian Schaller <christian@fluendo.com>
15431 * Makefile.am: remove stuff that is not building
15432 * configure.ac: remove stuff that is not building
15433 * examples/Makefile.am: remove stuff that is not building
15434 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15435 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15436 * sys/Makefile.am: remove stuff that is not building
15437 * testsuite/Makefile.am: remove stuff that is not building
15439 2005-05-05 Andy Wingo <wingo@pobox.com>
15441 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15442 * gst-libs/gst/tag/gstvorbistag.c:
15443 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15444 * gst/adder/gstadder.h:
15445 * gst/audioconvert/gstchannelmix.c:
15446 (gst_audio_convert_fill_one_other):
15447 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15448 (gst_audiorate_init), (gst_audiorate_chain):
15449 * gst/playback/gstplaybasebin.c: (setup_source):
15450 * gst/playback/test3.c: (update_scale):
15468 2005-05-05 Wim Taymans <wim@fluendo.com>
15470 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15471 (gst_audio_convert_caps_remove_format_info),
15472 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15473 (gst_audio_convert_change_state), (gst_audio_convert_channels):
15474 * gst/videotestsrc/gstvideotestsrc.c:
15475 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15476 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15477 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15478 (gst_videotestsrc_init), (gst_videotestsrc_loop):
15479 Don't ignore _push() return values.
15480 Make sure no processing is done when shutting down.
15481 Videotestsrc pad activation fix.
15483 2005-05-05 Wim Taymans <wim@fluendo.com>
15485 * gst/adder/Makefile.am:
15486 * gst/adder/gstadder.c: (gst_adder_setcaps),
15487 (gst_adder_class_init), (gst_adder_init),
15488 (gst_adder_request_new_pad), (gst_adder_collected),
15489 (gst_adder_change_state):
15490 * gst/adder/gstadder.h:
15491 Ported adder as an example of a mixer element using
15492 collect pads. Needs more negotiation work.
15494 2005-05-05 Wim Taymans <wim@fluendo.com>
15496 * ext/theora/theoradec.c: (_inc_granulepos),
15497 (theora_dec_src_event), (theora_dec_sink_event),
15498 (theora_handle_comment_packet), (theora_handle_type_packet),
15499 (theora_handle_header_packet), (theora_handle_data_packet),
15500 (theora_dec_chain):
15501 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15502 (gst_theora_enc_init), (theora_enc_sink_setcaps),
15503 (theora_push_buffer), (theora_push_packet),
15504 (theora_enc_sink_event), (theora_enc_chain),
15505 (theora_enc_change_state), (theora_enc_set_property),
15506 (theora_enc_get_property):
15507 Added stream lock to decoder so that we can serialize
15509 More theoraenc porting, recover from errors, do clean
15512 2005-05-05 Wim Taymans <wim@fluendo.com>
15514 * ext/ogg/Makefile.am:
15516 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15517 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15519 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15520 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15521 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15522 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15523 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15524 (gst_ogg_mux_change_state):
15527 2005-05-05 Wim Taymans <wim@fluendo.com>
15529 * docs/design-audiosinks.txt:
15530 * gst-libs/gst/audio/TODO:
15531 * gst-libs/gst/audio/gstaudiosink.c:
15532 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15533 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15534 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15535 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15536 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15537 (gst_audiosink_create_ringbuffer):
15538 * gst-libs/gst/audio/gstbaseaudiosink.c:
15539 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15540 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15541 (gst_baseaudiosink_set_property), (build_linear_format),
15542 (debug_spec_caps), (debug_spec_buffer),
15543 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15544 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15545 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15546 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15547 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15548 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15549 (gst_ringbuffer_release), (gst_ringbuffer_play),
15550 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15551 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15552 (gst_ringbuffer_set_sample), (wait_segment),
15553 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15554 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15555 More work on the audiosink, mostly debugging and a race in
15558 2005-04-28 Wim Taymans <wim@fluendo.com>
15560 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15561 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15562 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15563 (vorbis_dec_src_query), (vorbis_dec_src_event),
15564 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15565 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15566 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15567 Don't crap out when seeking back to position 0.
15569 2005-04-28 Wim Taymans <wim@fluendo.com>
15571 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15572 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15573 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15574 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15575 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15576 Make audio sink configurable, use alsasink as default.
15578 2005-04-28 Wim Taymans <wim@fluendo.com>
15580 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15581 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15582 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15583 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15584 (vorbis_dec_change_state):
15585 * ext/vorbis/vorbisdec.h:
15586 Refactor, use STREAM_LOCK.
15588 2005-04-28 Wim Taymans <wim@fluendo.com>
15590 * ext/theora/theoradec.c: (_inc_granulepos),
15591 (theora_dec_sink_event), (theora_handle_comment_packet),
15592 (theora_handle_type_packet), (theora_handle_header_packet),
15593 (theora_handle_data_packet), (theora_dec_chain),
15594 (theora_dec_change_state):
15595 Refactor a bit, use STREAM_LOCK.
15597 2005-04-28 Wim Taymans <wim@fluendo.com>
15599 * ext/alsa/Makefile.am:
15600 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15601 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15602 (gst_alsa_link), (gst_alsa_close_audio):
15603 * ext/alsa/gstalsaplugin.c: (plugin_init):
15604 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15605 (gst_alsasink_dispose), (gst_alsasink_base_init),
15606 (gst_alsasink_class_init), (gst_alsasink_init),
15607 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15608 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15609 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15610 (gst_alsasink_reset):
15611 * ext/alsa/gstalsasink.h:
15612 Implement alsasink with simple open/write/close API.
15613 Make alsa dir build by disabling compilation of code.
15615 2005-04-28 Wim Taymans <wim@fluendo.com>
15617 * gst-libs/gst/audio/Makefile.am:
15618 * gst-libs/gst/audio/audio.h:
15619 * gst-libs/gst/audio/audioclock.c:
15620 * gst-libs/gst/audio/audioclock.h:
15621 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15622 (gst_audio_clock_class_init), (gst_audio_clock_init),
15623 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15624 * gst-libs/gst/audio/gstaudioclock.h:
15625 * gst-libs/gst/audio/gstaudiosink.c:
15626 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15627 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15628 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15629 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15630 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15631 (gst_audiosink_create_ringbuffer):
15632 * gst-libs/gst/audio/gstbaseaudiosink.c:
15633 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15634 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15635 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15636 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15637 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15638 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15639 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15640 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15641 * gst-libs/gst/audio/gstbaseaudiosink.h:
15642 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15643 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15644 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15645 (gst_ringbuffer_release), (gst_ringbuffer_play),
15646 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15647 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15648 (gst_ringbuffer_set_sample), (wait_segment),
15649 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15650 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15651 * gst-libs/gst/audio/gstringbuffer.h:
15652 Make ringbuffer faster and more simple by removing the locks
15653 in the playback thread.
15654 Add sample accurate playback based on buffer sample offsets.
15655 Make the baseaudiosink provide a clock.
15656 Parse caps in the base class.
15657 Correctly handle seeking, flushing and state changes.
15659 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
15662 * gst/audioconvert/Makefile.am:
15663 * gst/audioscale/Makefile.am:
15664 Fix part of the build. Come on guys, autogen didn't even work :)
15666 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15669 * gst-libs/gst/Makefile.am:
15670 * gst-libs/gst/media-info/.cvsignore:
15671 * gst-libs/gst/media-info/Makefile.am:
15672 * gst-libs/gst/media-info/README:
15673 * gst-libs/gst/media-info/media-info-priv.c:
15674 * gst-libs/gst/media-info/media-info-priv.h:
15675 * gst-libs/gst/media-info/media-info-test.c:
15676 * gst-libs/gst/media-info/media-info.c:
15677 * gst-libs/gst/media-info/media-info.h:
15678 * gst-libs/gst/media-info/media-info.vcproj:
15679 * pkgconfig/Makefile.am:
15680 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15681 * pkgconfig/gstreamer-media-info.pc.in:
15682 Remove media-info, which is also successed by playbin (see Totem
15685 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15688 * examples/Makefile.am:
15689 * examples/gstplay/.cvsignore:
15690 * examples/gstplay/Makefile.am:
15691 * examples/gstplay/player.c:
15692 * gst-libs/gst/Makefile.am:
15693 * gst-libs/gst/play/.cvsignore:
15694 * gst-libs/gst/play/Makefile.am:
15695 * gst-libs/gst/play/play.c:
15696 * gst-libs/gst/play/play.h:
15697 * gst-libs/gst/play/play.vcproj:
15698 * pkgconfig/Makefile.am:
15699 * pkgconfig/gstreamer-play-uninstalled.pc.in:
15700 * pkgconfig/gstreamer-play.pc.in:
15701 Remove libgstplay, playbin is now the official successor.
15703 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15706 * gst-libs/gst/Makefile.am:
15707 * gst-libs/gst/xwindowlistener/Makefile.am:
15708 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15709 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15710 Remove deprecated xwindowlistener (I've moved xwindowlistening
15711 in the v4l/v4l2 plugins over to serverside).
15713 2005-04-25 David Schleef <ds@schleef.org>
15715 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15716 to examples/dynparams. Examples do not belong interspersed with
15718 * examples/dynparams/demo-dparams.c:
15719 * gst/sine/Makefile.am:
15720 * gst/sine/demo-dparams.c:
15722 2005-04-25 David Schleef <ds@schleef.org>
15724 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15725 * gst-libs/gst/audio/Makefile.am:
15726 * gst-libs/gst/riff/Makefile.am:
15727 * gst-libs/gst/tag/Makefile.am:
15728 * gst-libs/gst/video/Makefile.am:
15729 * gst-libs/gst/xwindowlistener/Makefile.am:
15731 Convert to 0.9 API, seems to work:
15732 * sys/ximage/Makefile.am:
15733 * sys/ximage/ximagesink.c:
15735 2005-04-24 David Schleef <ds@schleef.org>
15737 Link plugins against libraries:
15738 * ext/alsa/Makefile.am:
15739 * gst/tcp/Makefile.am:
15741 Remove asm code that should be in liboil
15742 * gst/videoscale/Makefile.am:
15743 * gst/videoscale/videoscale_x86_asm.s:
15745 gettext wants these checked in:
15761 2005-04-24 David Schleef <ds@schleef.org>
15763 Convert gst_main() to g_main_loop_run()
15764 * gst/playback/decodetest.c: (main):
15765 * gst/playback/test2.c: (main):
15766 * gst/playback/test3.c: (main):
15767 * gst/playback/test4.c: (main):
15769 Link plugins against libraries:
15770 * ext/libvisual/Makefile.am:
15771 * sys/xvimage/Makefile.am:
15773 2005-04-24 David Schleef <ds@schleef.org>
15775 * configure.ac: Remove idct and resample libs
15776 * gst-libs/gst/Makefile.am: same
15778 Remove usage of gst_library_load():
15779 * ext/alsa/gstalsaplugin.c: (plugin_init):
15780 * ext/libvisual/visual.c: (plugin_init):
15781 * ext/ogg/gstogg.c: (plugin_init):
15782 * ext/theora/theora.c: (plugin_init):
15783 * ext/vorbis/vorbis.c: (plugin_init):
15784 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15785 * gst/audioscale/gstaudioscale.c:
15786 * gst/adder/gstadder.c: (plugin_init):
15787 * gst/audioconvert/plugin.c: (plugin_init):
15788 * sys/ximage/ximagesink.c: (plugin_init):
15789 * sys/xvimage/xvimagesink.c: (plugin_init):
15790 * gst/tcp/gsttcpplugin.c: (plugin_init):
15792 Link plugins against libraries:
15793 * ext/ogg/Makefile.am:
15794 * ext/theora/Makefile.am:
15795 * ext/vorbis/Makefile.am:
15796 * gst/audioconvert/Makefile.am:
15798 Create proper libraries:
15799 * gst-libs/gst/riff/Makefile.am:
15800 * gst-libs/gst/audio/Makefile.am:
15801 * gst-libs/gst/video/Makefile.am:
15803 Move resample library to audioscale plugin directory:
15804 * gst-libs/gst/resample/Makefile.am:
15805 * gst-libs/gst/resample/README:
15806 * gst-libs/gst/resample/dtof.c:
15807 * gst-libs/gst/resample/dtos.c:
15808 * gst-libs/gst/resample/functable.c:
15809 * gst-libs/gst/resample/private.h:
15810 * gst-libs/gst/resample/resample.c:
15811 * gst-libs/gst/resample/resample.h:
15812 * gst-libs/gst/resample/resample.vcproj:
15813 * gst-libs/gst/resample/test.c:
15814 * gst/audioscale/Makefile.am:
15815 * gst/audioscale/README:
15816 * gst/audioscale/dtof.c:
15817 * gst/audioscale/dtos.c:
15818 * gst/audioscale/functable.c:
15819 * gst/audioscale/private.h:
15820 * gst/audioscale/resample.c:
15821 * gst/audioscale/resample.h:
15822 * gst/audioscale/test.c:
15824 Move tagedit library to gst-libs:
15825 * gst-libs/gst/tag/Makefile.am:
15826 * gst-libs/gst/tag/gstid3tag.c:
15827 * gst-libs/gst/tag/gsttagediting.c:
15828 * gst-libs/gst/tag/gsttageditingprivate.h:
15829 * gst-libs/gst/tag/gstvorbistag.c:
15830 * gst/tags/Makefile.am:
15831 * gst/tags/gstid3tag.c:
15832 * gst/tags/gstvorbistag.c:
15834 Fix for core changes:
15835 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15836 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15837 (gst_sinesrc_getrange):
15839 2005-04-23 David Schleef <ds@schleef.org>
15841 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
15842 in gst-plugins in a long time, and properly belongs in liboil.
15843 * gst-libs/gst/idct/Makefile.am:
15844 * gst-libs/gst/idct/README:
15845 * gst-libs/gst/idct/dct.h:
15846 * gst-libs/gst/idct/doieee:
15847 * gst-libs/gst/idct/fastintidct.c:
15848 * gst-libs/gst/idct/floatidct.c:
15849 * gst-libs/gst/idct/idct.c:
15850 * gst-libs/gst/idct/idct.h:
15851 * gst-libs/gst/idct/idtc.vcproj:
15852 * gst-libs/gst/idct/ieeetest.c:
15853 * gst-libs/gst/idct/intidct.c:
15855 2005-04-20 Wim Taymans <wim@fluendo.com>
15857 * docs/design-audiosinks.txt:
15858 * gst-libs/gst/audio/Makefile.am:
15859 * gst-libs/gst/audio/TODO:
15860 * gst-libs/gst/audio/gstaudiosink.c:
15861 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15862 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15863 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15864 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15865 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15866 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15867 (gst_audiosink_class_init), (gst_audiosink_init),
15868 (gst_audiosink_create_ringbuffer):
15869 * gst-libs/gst/audio/gstaudiosink.h:
15870 * gst-libs/gst/audio/gstbaseaudiosink.c:
15871 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15872 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15873 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15874 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15875 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15876 (gst_baseaudiosink_create_ringbuffer),
15877 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15878 * gst-libs/gst/audio/gstbaseaudiosink.h:
15879 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15880 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15881 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15882 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15883 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15884 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15885 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15886 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15887 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15888 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15889 * gst-libs/gst/audio/gstringbuffer.h:
15890 An attempt at a set of audio base classes together with some
15893 2005-04-20 Wim Taymans <wim@fluendo.com>
15895 * gst/audioconvert/Makefile.am:
15896 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15897 (gst_audio_convert_caps_remove_format_info),
15898 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15899 (gst_audio_convert_channels):
15900 Link against audio libs.
15901 Fix audio convert plugin.
15903 2005-04-20 Wim Taymans <wim@fluendo.com>
15905 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15906 (gst_ogg_demux_sink_activate):
15907 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15908 (theora_set_header_on_caps), (theora_enc_sink_event),
15909 (theora_enc_chain):
15910 Fix theora encoder.
15912 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15914 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15915 * gst/playback/gstdecodebin.c: (find_compatibles):
15916 Work with staticpadtemplates in elementfactories.
15918 2005-04-12 Wim Taymans <wim@fluendo.com>
15920 * gst/playback/README:
15921 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15922 (compare_ranks), (print_feature), (gst_decode_bin_init),
15923 (dynamic_create), (dynamic_free), (find_compatibles),
15924 (mimetype_is_raw), (close_pad_link), (got_redirect),
15925 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15926 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15927 (gst_decode_bin_change_state):
15928 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15929 (gst_play_base_bin_init), (group_destroy), (group_commit),
15930 (check_queue), (queue_overrun), (queue_threshold_reached),
15931 (queue_out_of_data), (gen_preroll_element), (unknown_type),
15932 (new_decoded_pad), (setup_subtitle), (gen_source_element),
15933 (got_redirect), (setup_source), (play_base_eos),
15934 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15935 (gst_play_base_bin_remove_element):
15936 * gst/playback/gstplaybasebin.h:
15937 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15938 (gst_play_bin_init), (gst_play_bin_dispose),
15939 (gst_play_bin_set_property), (gen_video_element),
15940 (gen_text_element), (gen_audio_element), (remove_sinks),
15941 (gst_play_bin_send_event):
15942 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15943 (stream_info_change_state), (gst_stream_info_set_mute):
15944 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15945 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15946 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15947 (gst_stream_selector_chain):
15948 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15950 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15951 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15952 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15953 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15954 Raw and crude port of decodebin.
15955 Make playbin compile.
15957 2005-04-06 Wim Taymans <wim@fluendo.com>
15959 * ext/gnomevfs/Makefile.am:
15960 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15961 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15962 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15963 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15964 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15965 (gst_gnomevfssrc_stop):
15966 * ext/ogg/Makefile.am:
15967 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15968 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15969 * ext/theora/Makefile.am:
15970 * ext/theora/theoradec.c: (_inc_granulepos),
15971 (theora_dec_sink_event), (theora_dec_chain):
15972 * ext/vorbis/Makefile.am:
15973 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15974 (vorbis_dec_sink_event), (vorbis_dec_chain):
15975 * gst-libs/gst/audio/Makefile.am:
15976 * sys/xvimage/Makefile.am:
15977 Make gnomevfssrc extend the source base class.
15978 Fix linking against libs in various plugins.
15980 2005-04-06 Andy Wingo <wingo@pobox.com>
15982 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15985 * configure.ac: Add check and AC_SUBST for libgstbase.
15987 2005-03-31 Wim Taymans <wim@fluendo.com>
15989 * examples/seeking/Makefile.am:
15990 * examples/seeking/cdparanoia.c: (main):
15991 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15992 (play_cb), (pause_cb), (stop_cb), (main):
15993 * examples/seeking/playbin.c:
15994 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15995 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15996 (make_sid_pipeline), (make_vorbis_pipeline),
15997 (make_theora_pipeline), (make_vorbis_theora_pipeline),
15998 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15999 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
16000 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
16001 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
16003 * examples/seeking/spider_seek.c:
16004 * examples/seeking/vorbisfile.c:
16005 * ext/gnomevfs/Makefile.am:
16006 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16007 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
16008 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16009 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
16010 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
16011 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
16012 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
16013 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
16015 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
16016 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
16017 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
16018 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
16019 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
16020 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
16021 (gst_ogg_pad_event), (gst_ogg_pad_reset),
16022 (gst_ogg_demux_factory_filter), (compare_ranks),
16023 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16024 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16025 (gst_ogg_chain_new), (gst_ogg_chain_free),
16026 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
16027 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
16028 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
16029 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
16030 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
16031 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
16032 (gst_ogg_demux_get_prev_page),
16033 (gst_ogg_demux_deactivate_current_chain),
16034 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16035 (gst_ogg_demux_bisect_forward_serialno),
16036 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
16037 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
16038 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
16039 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
16040 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
16041 (gst_ogg_demux_change_state), (gst_ogg_print):
16042 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16043 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
16044 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16045 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
16046 (gst_ogg_mux_loop):
16047 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16048 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
16049 (theora_dec_src_convert), (theora_dec_sink_convert),
16050 (theora_dec_src_query), (theora_dec_src_event),
16051 (theora_dec_sink_event), (theora_dec_chain),
16052 (theora_dec_change_state):
16053 * ext/theora/theoraenc.c: (gst_theora_enc_init),
16054 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
16055 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
16056 (theora_enc_change_state):
16057 * ext/vorbis/Makefile.am:
16058 * ext/vorbis/oggvorbisenc.c:
16059 * ext/vorbis/oggvorbisenc.h:
16060 * ext/vorbis/vorbis.c: (plugin_init):
16061 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16062 (vorbis_dec_src_query), (vorbis_dec_src_event),
16063 (vorbis_dec_sink_event), (vorbis_dec_chain),
16064 (vorbis_dec_change_state):
16065 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16066 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
16067 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16068 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16069 (gst_vorbisenc_change_state):
16070 * ext/vorbis/vorbisenc.h:
16071 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
16072 * gst-libs/gst/audio/audioclock.c:
16073 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16074 (gst_audiofilter_init), (gst_audiofilter_chain):
16075 * gst-libs/gst/audio/testchannels.c: (main):
16076 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
16077 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
16078 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
16079 (gmip_find_track_streaminfo), (gmip_find_track_format):
16080 * gst-libs/gst/media-info/media-info.c:
16081 (gst_media_info_read_idler):
16082 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16083 (gst_play_get_all_by_interface):
16084 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16085 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16086 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16087 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16088 (gst_riff_parse_info):
16089 * gst-libs/gst/riff/riff-read.h:
16090 * gst-libs/gst/riff/riff.c: (plugin_init):
16091 * gst-libs/gst/video/Makefile.am:
16092 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16093 (gst_videosink_class_init), (gst_videosink_get_type):
16094 * gst-libs/gst/video/videosink.h:
16095 * gst/audioconvert/bufferframesconvert.c:
16096 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16097 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16098 * gst/audioconvert/channelmixtest.c: (main):
16099 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16100 (gst_audio_convert_chain),
16101 (gst_audio_convert_caps_remove_format_info),
16102 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16103 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16104 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16105 (gst_audio_convert_buffer_to_default_format),
16106 (gst_audio_convert_buffer_from_default_format),
16107 (gst_audio_convert_channels):
16108 * gst/audioconvert/gstchannelmix.h:
16109 * gst/ffmpegcolorspace/avcodec.h:
16110 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16111 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16112 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16113 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16114 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16115 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16116 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16117 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16118 (mpeg_video_type_find), (mpeg_video_stream_type_find),
16120 * gst/videotestsrc/gstvideotestsrc.c:
16121 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16122 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16123 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16124 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16125 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16126 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16127 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16128 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16129 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16130 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16131 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16132 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16133 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16134 (gst_xvimagesink_navigation_send_event),
16135 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16136 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16137 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16138 * sys/xvimage/xvimagesink.h:
16139 Plugin port to 0.9, ogg/theora playback should work in the seek
16141 Removed old examples.
16142 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16143 explained in 0.9 TODO doc.
16146 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
16168 * testsuite/Makefile.am:
16169 remove a whole bunch of plugins. This module now contains a set
16170 of free reference plugins/elements as agreed.
16172 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
16175 hunting season on 0.9 is now OPEN
16177 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16179 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16180 Kick the hell out of gcc for not warning me about a symbol conflict.
16182 2005-02-22 Luca Ognibene <luogni@tin.it>
16184 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16186 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16187 Don't leak caps string (fixes #168134)
16189 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16190 (gst_jpegenc_init), (gst_jpegenc_finalize),
16191 (gst_jpegenc_change_state):
16192 Don't leak line buffers and context struct (fixes #168133).
16194 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
16197 * ext/dirac/gstdiracdec.cc:
16198 (gst_diracdec_chain):
16199 Since dirac 0.5.0 the framerate in dirac is expressed as a
16200 rational number. Fix build and up requirement to 0.5.0, and
16201 also pass parameters to gst_diracdec_link in the right order
16204 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
16206 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16207 * ext/faad/gstfaad.h:
16208 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
16209 certain invalid muxed streams, where some packets will contain
16210 junk after decoder data. Partially fixes #149158.
16212 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
16213 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16214 Make sure we only write to writable buffers
16216 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
16218 * gst-libs/gst/riff/riff-media.c:
16219 (gst_riff_create_audio_caps_with_data):
16220 Do actually fix invalid RIFF fmt header values for alaw
16221 and mulaw audio instead of just saying so.
16223 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16224 Give gst_riff_create_audio_caps_with_data() a chance to
16225 fix up broken format header fields before extracting any
16226 parameters from the header. (fixes #167633)
16228 2005-02-19 Martin Holters <martin.holters@gmx.de>
16230 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16232 * gst/audioconvert/bufferframesconvert.c:
16233 (buffer_frames_convert_link):
16234 Don't leak othercaps. (fixes #167878)
16236 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
16239 * ext/libvisual/visual.c: (gst_visual_srclink),
16240 (gst_visual_change_state):
16241 Support libvisual 0.2.0.
16243 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
16245 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16246 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16247 Use same rowstrides for I420 as used everywhere else.
16249 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
16251 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16252 Declare variables at beginning of block and make gcc-2.95 happy
16253 (fixes # 167482, patch by Gergely Nagy).
16255 * gst/tcp/gsttcpclientsrc.c:
16256 * gst/tcp/gsttcpclientsrc.h:
16257 Move some includes into the header, so that struct sockaddr_in is
16258 defined when it should be defined on FreeBSD as well (fixes
16261 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16262 Don't pass uninitialised values to setsockopt() here either.
16264 2005-02-17 Luca Ognibene <luogni at tin dot it>
16266 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16268 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16269 Don't pass uninitialised values to setsockopt(). (fixes #167704)
16271 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16273 * gst/playback/gstplaybin.c: (add_sink):
16274 Invert bin_add/link order to workaround deadlock in opt.
16276 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16278 * gst/modplug/gstmodplug.cc:
16279 Add missing break causing position queries to fail.
16281 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16283 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16284 Granpos can apparently be -1, which screws up calculations...
16286 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
16288 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16289 (gst_ximagesink_send_pending_navigation),
16290 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16291 (gst_ximagesink_init):
16292 * sys/ximage/ximagesink.h:
16293 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16294 (gst_xvimagesink_send_pending_navigation),
16295 (gst_xvimagesink_navigation_send_event),
16296 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16297 * sys/xvimage/xvimagesink.h:
16298 Use a mutex protected list to marshal navigation
16299 events into the stream thread from whichever thread
16302 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
16304 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16305 Display current position and track length; misc. clean-ups.
16307 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16308 (speed_init), (speed_chain):
16309 Add query function, so that the stream length and current position
16310 get adjusted when queried (note that current position queries may
16311 still be wrong if the audio sink returns values based on buffer
16312 timestamps instead of passing on the query).
16314 2005-02-13 Benjamin Otte <otte@gnome.org>
16316 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16317 (gst_audio_convert_channels):
16318 create channel conversion matrix when linking
16319 * gst/audioconvert/.cvsignore:
16320 * gst/audioconvert/Makefile.am:
16321 * gst/audioconvert/channelmixtest.c: (main):
16322 add (ugly) test that ensures stereo <=> mono conversion works
16325 2005-02-13 Benjamin Otte <otte@gnome.org>
16327 * gst/audioconvert/gstchannelmix.h:
16328 include missing header file
16329 * gst/audioconvert/gstchannelmix.c:
16330 (gst_audio_convert_fill_compatible):
16331 use same sign for both channels when converting to/from compatible
16332 channel. Previously used different signs made the signals cancel
16333 each other out and appear like silence. (fixes #167269)
16335 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16337 * gst/ffmpegcolorspace/avcodec.h:
16338 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16339 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16340 (gst_ffmpegcsp_avpicture_fill):
16341 * gst/ffmpegcolorspace/imgconvert.c:
16342 Convert to and from YV12 (fixes #156379).
16344 2005-02-12 Julien MOUTTE <julien@moutte.net>
16346 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16347 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16348 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16349 (gst_ximagesink_expose), (gst_ximagesink_set_property),
16350 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16351 methods from chain and negotiation and vice versa (Fixes #166142).
16352 * sys/ximage/ximagesink.h: Add stream_lock.
16353 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16354 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16355 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16356 (gst_xvimagesink_expose): Check for xcontext before trying to link.
16358 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16360 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16361 Don't send "Hey! You gave me a NULL pointer you naughty person" as
16362 error message when we can't open the DVD device (when dvdnav_open()
16363 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16364 the above). Send something more useful instead (fixes #167117).
16366 2005-02-11 Julien MOUTTE <julien@moutte.net>
16368 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16369 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16370 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16371 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16372 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16373 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16374 methods from chain and negotiation and vice versa (Fixes #166142).
16375 Fix a possible bug of images in the buffer pool being discarded because
16376 we are looking at the wrong geometry.
16377 * sys/xvimage/xvimagesink.h: Add stream_lock.
16379 2005-02-11 David Schleef <ds@schleef.org>
16381 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16382 unsigned int. (fixes #167128)
16384 2005-02-11 David Schleef <ds@schleef.org>
16386 * gst/librfb/Makefile.am: Testing stuff before committing is
16387 for wimps... and people with fast machines. Fix stupid
16390 2005-02-11 David Schleef <ds@schleef.org>
16392 * configure.ac: Pull in librfb from my CVS tree, because it is
16393 too small and annoying to be separate. Move rfbsrc plugin
16396 * ext/librfb/Makefile.am:
16397 * ext/librfb/gstrfbsrc.c:
16398 * gst/librfb/Makefile.am:
16399 * gst/librfb/gstrfbsrc.c:
16400 * gst/librfb/rfb.c:
16401 * gst/librfb/rfb.h:
16402 * gst/librfb/rfbbuffer.c:
16403 * gst/librfb/rfbbuffer.h:
16404 * gst/librfb/rfbbytestream.c:
16405 * gst/librfb/rfbbytestream.h:
16406 * gst/librfb/rfbcontext.h:
16407 * gst/librfb/rfbdecoder.c:
16408 * gst/librfb/rfbdecoder.h:
16409 * gst/librfb/rfbutil.h:
16411 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
16413 * gst/speed/Makefile.am:
16414 * gst/speed/demo-mp3.c: (main):
16415 * gst/speed/filter.func:
16416 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16417 (speed_class_init), (speed_init), (speed_chain_int16),
16418 (speed_chain_float32), (speed_chain), (speed_set_property),
16419 (speed_get_property), (speed_change_state):
16420 * gst/speed/gstspeed.h:
16421 Fix speed element and make it chain-based (fixes #156467),
16422 and make it handle more than one channel.
16424 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
16426 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16427 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16428 (gst_dtsdec_chain), (gst_dtsdec_change_state):
16429 * ext/dts/gstdtsdec.h:
16430 Don't clobber the stack constructing the channels array.
16431 Make the element chain-based. DTS tracks can now be played.
16433 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
16435 * gst-libs/gst/audio/multichannel.h:
16436 * gst-libs/gst/gconf/gconf.h:
16437 * gst-libs/gst/idct/idct.h:
16438 * gst-libs/gst/media-info/media-info-priv.h:
16439 * gst-libs/gst/play/play.h:
16440 * gst-libs/gst/resample/private.h:
16441 * gst-libs/gst/resample/resample.h:
16442 * gst-libs/gst/riff/riff-ids.h:
16443 * gst-libs/gst/video/video.h:
16444 * gst-libs/gst/video/videosink.h:
16445 Add G_BEGIN_DECLS and G_END_DECLS around headers where
16446 missing, so that they work when included from C++ code.
16448 2005-02-09 David Schleef <ds@schleef.org>
16450 * testsuite/gst-lint: Check for non-statically scoped
16451 parent_class variables. This won't be a problem once
16452 plugins are loaded with RTLD_LOCAL.
16454 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16456 * ext/mplex/gstmplexibitstream.cc:
16459 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16461 * ext/ogg/gstogmparse.c:
16462 * gst/debug/gstnavigationtest.c:
16463 Die, thou faulty symbol pollutors (non-static parent_class).
16465 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16467 * ext/mplex/gstmplexibitstream.cc:
16468 Fix event handling (#165525).
16470 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16472 * ext/mikmod/gstmikmod.c:
16473 * gst/modplug/gstmodplug.cc:
16474 Add missing endianness to template (fixes #165509).
16476 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16478 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16479 Fix wrong order of reading of optional bytes (#165290).
16481 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16483 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16484 Implement FILLER event awareness.
16486 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16488 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16489 Fix track calculations (#166208).
16491 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16493 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16495 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16496 * ext/libpng/gstpngenc.c:
16497 Fix byte-order, use proper fixed caps. Fixes #164197.
16499 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16504 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16505 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16506 Don't push buffers if the src pad isn't negotiated yet.
16508 * gst/audioconvert/gstaudioconvert.c:
16509 (gst_audio_convert_buffer_to_default_format),
16510 (gst_audio_convert_buffer_from_default_format):
16511 Add support for 24-bit width.
16513 * gst/dvdlpcmdec/.cvsignore:
16514 * gst/dvdlpcmdec/Makefile.am:
16515 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16516 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16517 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16518 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16520 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16521 New decoder for rearranging DVD LPCM into our audio/x-raw-int
16522 format. Needs support for the channels maps if someone can find
16523 a DVD LPCM track with > 2 channels.
16525 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16526 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16527 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16528 * gst/mpegstream/gstdvddemux.h:
16529 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16530 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16531 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16532 * gst/mpegstream/gstmpegdemux.h:
16533 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16534 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16535 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16536 (gst_mpeg_parse_handle_src_query),
16537 (gst_mpeg_parse_handle_src_event):
16538 Use audio/x-dvd-lpcm for LPCM output.
16541 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16543 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16545 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16546 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16547 Add BGRA handling (#165736).
16549 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
16551 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16553 * gst/law/alaw-decode.c: (alawdec_link):
16554 * gst/law/alaw-encode.c: (alawenc_link):
16555 * gst/law/mulaw-decode.c: (mulawdec_link):
16556 * gst/law/mulaw-encode.c: (mulawenc_link):
16557 Fix caps memleaks (#166600).
16559 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
16561 * ext/tarkin/mem.h:
16562 * ext/tarkin/wavelet.h:
16563 * ext/tarkin/yuv.h:
16564 * gst/ffmpegcolorspace/avcodec.h:
16565 Include "_stdint.h" instead of <stdint.h>. Fixes build on
16566 systems that don't have stdint.h, like Solaris9 (fixes #166631).
16568 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16570 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16571 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16572 (gst_xvimagesink_change_state):
16573 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16574 Xv video (and thereby regenerate Xv colourkey) in clear() so
16575 that PLAY -> READY -> PLAY works (fixes #162504).
16577 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16579 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16580 Switch to list instead of range, since MJPEG-devices really just
16581 support decimations, not any size.
16583 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16584 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16585 (gst_mpeg2dec_reset), (free_all_buffers),
16586 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16587 * ext/mpeg2dec/gstmpeg2dec.h:
16588 The libmpeg2 user-allocated buffer management is awkward,
16589 to say the least. Hopefully this fixes things.
16591 2005-02-04 Andy Wingo <wingo@pobox.com>
16593 * gst/audioconvert/bufferframesconvert.c
16594 (buffer_frames_convert_fixate): New function, fixates to 256
16595 frames per buffer by default. (Much better than 1.)
16596 (buffer_frames_convert_init): Set the fixate function for both src
16598 (buffer_frames_convert_link): After success setting nonfixed caps,
16599 get the negotiated caps so we can know how many buffer-frames it
16600 will be. No idea how this worked at all before.
16602 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16604 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16605 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16606 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16607 (handle_sequence), (handle_picture):
16608 * ext/mpeg2dec/gstmpeg2dec.h:
16609 Rearrange buffer tracking and refcounting and refactor
16610 a little for readability.
16612 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
16613 * sys/v4l/gstv4l.c: (plugin_init):
16614 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16615 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16616 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16617 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16618 * sys/v4l/gstv4ljpegsrc.h:
16619 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16620 * sys/v4l/v4l_calls.h:
16621 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16622 (gst_v4lsrc_get_fps):
16623 * sys/v4l/v4lsrc_calls.h:
16624 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16625 you jpeg inside rgb frames" driver.
16626 Don't error in the v4lsrc link function, just return
16629 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16631 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16632 (gst_qcamsrc_open):
16633 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16635 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16637 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16638 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16640 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16642 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16643 Reset negotiated state on PAUSED->READY.
16645 2005-02-02 David Schleef <ds@schleef.org>
16647 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16648 whereever possible. (Fixes #165997)
16649 * examples/capsfilter/capsfilter1.c: (main):
16650 * examples/dynparams/filter.c: (create_ui):
16651 * examples/seeking/cdparanoia.c: (get_track_info), (main):
16652 * examples/seeking/chained.c: (main):
16653 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16654 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16655 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16656 (make_mpeg_pipeline), (make_mpegnt_pipeline):
16657 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16658 * examples/switch/switcher.c: (main):
16659 * ext/dv/demo-play.c: (main):
16660 * ext/faad/gstfaad.c: (gst_faad_change_state):
16661 * ext/mad/gstmad.c: (gst_mad_chain):
16662 * ext/smoothwave/demo-osssrc.c: (main):
16663 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16664 (gst_gconf_render_bin_from_description),
16665 (gst_gconf_get_default_audio_sink),
16666 (gst_gconf_get_default_video_sink),
16667 (gst_gconf_get_default_audio_src),
16668 (gst_gconf_get_default_video_src),
16669 (gst_gconf_get_default_visualization_element):
16670 * gst/level/demo.c: (main):
16671 * gst/level/plot.c: (main):
16672 * gst/playback/gstplaybin.c: (gen_video_element),
16673 (gen_audio_element):
16674 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16675 * gst/playondemand/demo-mp3.c: (setup_pipeline):
16676 * gst/sine/demo-dparams.c: (main):
16677 * gst/spectrum/demo-osssrc.c: (main):
16678 * gst/speed/demo-mp3.c: (main):
16679 * gst/volume/demo.c: (main):
16680 * testsuite/embed/embed.c: (main):
16682 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16684 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16685 (gst_tcpclientsink_finalize):
16686 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16687 (gst_tcpclientsrc_finalize):
16688 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16689 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16690 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16691 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16692 Don't leak the hostname when shutting down.
16693 In tcpserversrc, take a copy of the default hostname.
16695 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16697 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16698 Set caps to systemstream=TRUE.
16700 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16702 * testsuite/Makefile.am:
16703 Fix more OSX buildbots.
16705 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16707 * ext/mpeg2dec/gstmpeg2dec.c:
16708 Don't send things to NULL PAD_PEERs
16710 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16711 Copy-on-write the incoming buffer.
16713 * gst/mpegstream/gstdvddemux.h:
16714 * gst/mpegstream/gstmpegclock.h:
16715 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16716 (normal_seek), (gst_mpeg_demux_handle_src_event):
16717 * gst/mpegstream/gstmpegdemux.h:
16718 * gst/mpegstream/gstmpegpacketize.h:
16719 * gst/mpegstream/gstmpegparse.c:
16720 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16721 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16722 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16723 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16724 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16725 * gst/mpegstream/gstmpegparse.h:
16726 * gst/mpegstream/gstrfc2250enc.h:
16727 Various changes to the way time is computed that make seeking and
16728 total time estimation much better here.
16729 Use G_BEGIN/END_DECLS instead of __cplusplus
16731 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16732 Use gst_buffer_stamp instead of only copying the TIMESTAMP
16734 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16736 * gst/subparse/gstsubparse.c:
16739 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16741 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16742 (theora_enc_chain), (theora_enc_change_state):
16743 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16744 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16745 (gst_vorbisenc_change_state):
16746 * ext/vorbis/vorbisenc.h:
16747 Set granulepos and timestamp correctly for streams not
16748 starting at 0, taking into account the initial delay.
16750 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16752 * gst/mpegstream/gstdvddemux.c:
16753 Add audio/x-dts to audio pad template caps
16755 2005-01-30 David Schleef <ds@schleef.org>
16757 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16758 (create_context), (gst_polypsink_link): Fix silly endianness
16759 bug. Add some debugging. Remove float from caps; it doesn't
16760 work. Attempt to get remote audio working.
16762 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16764 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16767 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16769 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16770 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16771 (gst_avi_demux_stream_data):
16772 * gst/avi/gstavidemux.h:
16773 Invert DIB images. Fixes #132341.
16775 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16777 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16778 (gst_ffmpegcsp_chain):
16779 D'oh, reference the palette data, not the palette structure.
16780 Fixes color distortion in #132341.
16782 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16784 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16785 PAR can be non-fixed when not provided as argument (#162626).
16787 2005-01-29 David Moore <dcm@acm.org>
16789 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16791 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16792 (gst_qtdemux_loop_header):
16793 Re-apply patch from #142272 that allows non-seekable sources,
16794 re-proposed by Daniel Drake <dsd@gentoo.org>.
16796 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16798 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16799 Use the src template for creating the src pad (#162330).
16801 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16804 * ext/musepack/Makefile.am:
16805 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16806 (gst_musepackdec_init), (gst_musepackdec_dispose),
16807 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16808 (gst_musepack_stream_init), (gst_musepackdec_loop),
16809 (gst_musepackdec_change_state):
16810 * ext/musepack/gstmusepackdec.cpp:
16811 * ext/musepack/gstmusepackdec.h:
16812 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16813 (gst_musepack_reader_read), (gst_musepack_reader_seek),
16814 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16815 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16816 * ext/musepack/gstmusepackreader.cpp:
16817 * ext/musepack/gstmusepackreader.h:
16818 Update to 1.1 API (#165446).
16820 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16825 2005-01-28 Andy Wingo <wingo@pobox.com>
16827 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16828 to reflect a different dubious internet source. Add a reference
16829 and some commentary.
16831 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16833 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16834 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16835 * gst/playback/gststreamselector.h:
16836 Be more selective when we're redoing caps negotiation from
16837 within the chain function on a stream change.
16839 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16843 * ext/amrnb/Makefile.am:
16844 * ext/amrnb/amrnb.c: (plugin_init):
16845 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16846 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16847 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16848 (gst_amrnbdec_state_change):
16849 * ext/amrnb/amrnbdec.h:
16850 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16851 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16852 (gst_amrnbparse_init), (gst_amrnbparse_formats),
16853 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16854 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16855 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16856 * ext/amrnb/amrnbparse.h:
16857 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16858 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16859 Add AMR-NB/-WB raw formats.
16860 * ext/alsa/gstalsa.c: (gst_alsa_link):
16861 Keep valid time when changing format.
16862 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16863 (qtdemux_parse_trak):
16864 Add some more format-specific options (#140141, #143555, #155163).
16866 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16868 * gst/matroska/matroska-demux.c:
16869 (gst_matroska_demux_parse_blockgroup):
16870 Fix logic error in timing of subtitle stream synchronization.
16871 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16872 Add skip-chunk, which is found in kodak-camera streams.
16874 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
16878 Adding Vietnamese translation (submitted by Clytie Siddall)
16880 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16882 * gst/playback/gstdecodebin.c: (try_to_link_1):
16883 Use realpad for signal.
16885 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16887 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16888 Fix category so decodebin picks it up.
16890 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16892 * ext/mad/Makefile.am:
16893 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16894 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16895 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16896 (found_type), (gst_id3demux_bin_change_state):
16897 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16898 (gst_id3_tag_init), (gst_id3_tag_handle_event),
16899 (gst_id3_tag_src_link), (gst_id3_tag_chain),
16900 (gst_id3_tag_change_state), (plugin_init):
16901 * ext/mad/gstmad.h:
16902 Add id3demuxbin (which is a simple bin consisting of id3demux
16903 and typefind), take over rank from id3demux, remove typefind
16904 code from id3demux. Makes all broken mp3s that I know of work,
16905 and thereby fixes #152688.
16907 2005-01-27 Edward Hervey <bilboed@bilboed.com>
16909 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16911 * ext/mad/gstmad.c: (gst_mad_src_event):
16912 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16913 Allow seeks on audio pad, make mad forward those (#164826).
16914 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16915 Set duration (#165335).
16917 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16919 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16920 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16921 (gst_asf_demux_process_ext_content_desc),
16922 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16923 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16924 * gst/asfdemux/gstasfdemux.h:
16925 Improve metadata display, e.g. if the metadata comes before the
16926 streams are loaded (which is perfectly valid).
16928 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16930 * tools/gst-launch-ext-m.m:
16931 Fix AVI/ASF pipelines (#165340).
16933 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
16934 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
16935 build failure on amd64
16937 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
16939 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16940 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16941 Check environment variables GST_ID3V2_TAG_ENCODING,
16942 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16943 list of character encodings to force interpretation of non-unicode
16944 strings stored in an ID3v2 tag to a particular encoding. If none
16945 is specified, try to use current locale's encoding, then fall back
16946 to ISO-8859-1 (which will always succeed). (Resolves #149274)
16947 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16948 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16949 Check environment variables GST_ID3V1_TAG_ENCODING,
16950 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16951 list of character encodings to use in case a string encountered
16952 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16953 specified, try to use the current locale's encoding, then fall
16954 back to ISO-8859-1 (which will always succeed).
16956 2005-01-25 Benjamin Otte <otte@gnome.org>
16958 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16959 - on half framerate, compute the rate in advance so the comparisons
16960 don't compare wrong values
16961 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16963 - don't use mad_header_decode anymore, mad_frame_decode does that
16965 - when getting rid of consumed bytes, reset the stream's skiplen
16968 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16970 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16971 Use 1/2 a second for default max_discont, as PES streams from DVB
16972 seem to have larger spacings in the SCR.
16975 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16977 * gst/playback/gstplaybasebin.c: (group_commit):
16978 Notify delayed stream-info availability.
16980 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16981 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16982 (gst_a52dec_handle_event), (gst_a52dec_chain):
16983 Add some debug output. Check that a discont has a valid
16985 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16986 (gst_alsa_sink_loop):
16987 Ignore TAG events. A little extra debug for broken timestamps.
16988 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16989 (dvdnavsrc_change_state):
16990 Ensure we send a discont to engage the link before we send any
16992 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16993 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16994 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16995 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16996 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16997 dvd://title works in totem because typefinding sends a seek that ends
16998 up going back to chapter 1 regardless.
16999 * ext/mpeg2dec/gstmpeg2dec.c:
17000 * ext/mpeg2dec/gstmpeg2dec.h:
17001 Output correct timestamps and handle disconts.
17002 * ext/ogg/gstoggdemux.c: (get_relative):
17003 Small guard against a null dereference.
17004 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
17005 (gst_textoverlay_set_property):
17006 Free memory when done. Don't call gst_event_filler_get_duration on
17007 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
17009 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
17010 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
17011 (gst_sw_srclink), (gst_smoothwave_chain):
17012 Draw solid lines, prettier colours.
17013 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
17014 Add a default palette that'll work for some movies.
17015 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
17016 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
17017 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
17018 * gst/mpegstream/gstdvddemux.h:
17019 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
17020 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
17021 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
17022 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
17023 * gst/mpegstream/gstmpegparse.h:
17024 Use PTM/NAV events when for timestamp adjustment when connected to
17025 dvdnavsrc. Don't use many discont events where one suffices.
17026 * gst/playback/gstplaybasebin.c: (group_destroy),
17027 (gen_preroll_element), (gst_play_base_bin_add_element):
17028 * gst/playback/gstplaybasebin.h:
17029 Make sure we remove subtitles from the same bin we put them in.
17030 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
17031 (gst_subparse_buffer_format_autodetect),
17032 (gst_subparse_change_state):
17033 Fix some memleaks and invalid accesses.
17034 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
17035 (oggskel_type_find), (cmml_type_find), (plugin_init):
17036 Some typefind functions for Annodex v3.0 files
17037 * gst/wavparse/gstwavparse.h:
17038 GstRiffReadClass is the correct parent class.
17040 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17042 * gst-libs/gst/riff/riff-media.c:
17043 (gst_riff_create_video_caps_with_data):
17044 Add extradata to huffyuv (fixes #165013).
17045 * gst-libs/gst/riff/riff-read.c:
17046 (gst_riff_read_strf_vids_with_data):
17047 Fix extradata extraction if it is in the chunk size.
17049 2005-01-25 Edward Hervey <bilboed@bilboed.com>
17051 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17053 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
17054 (gst_quarktv_change_state), (gst_quarktv_dispose):
17055 Memory free'ing location fix (#164708).
17057 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17059 * gst/playback/gstplaybasebin.c: (group_commit),
17060 (gen_preroll_element), (probe_triggered), (gen_source_element),
17061 (setup_source), (gst_play_base_bin_change_state),
17062 (gst_play_base_bin_add_element):
17063 Don't block for streams.
17064 * gst/playback/gststreaminfo.c: (stream_info_change_state),
17065 (gst_stream_info_set_mute):
17066 Use gst_pad_set_active_recursive.
17068 2005-01-25 Andy Wingo <wingo@pobox.com>
17070 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
17071 for #ifndef HAVE_XVIDEO.
17073 2005-01-24 Jeffrey C. Ollie
17075 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
17077 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
17078 * ext/gsm/gstgsmdec.h:
17079 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
17080 * ext/gsm/gstgsmenc.h:
17081 Fix rate to 8kHz as per spec, removes obscure errors when no rate
17082 was given by property. Add proper buffer timestamps and offsets.
17084 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17086 * gst-libs/gst/riff/riff-media.c:
17087 (gst_riff_create_audio_caps_with_data):
17088 Audio can be <8000Hz.
17090 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17092 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17093 Explicit state change to workaround refcount bugs.
17095 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17097 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17098 (gst_avimux_riff_get_avi_header):
17101 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17103 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17104 (gst_riff_read_element_data):
17105 * gst-libs/gst/riff/riff-read.h:
17106 Add _peek version (req'ed in CDXA).
17107 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17108 (gst_cdxaparse_loop):
17109 Fix parsing in playbin.
17110 * gst/playback/gstdecodebin.c: (close_pad_link):
17111 Ignore current_ pads, they cause major annoyance.
17113 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17115 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17118 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17120 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17123 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17125 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17126 Allow for 0-sized buffers. Fixes length query problems in
17127 starwars.mkv from the testsuite.
17129 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
17131 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17132 (gst_video_box_i420), (gst_video_box_chain):
17133 Fix row strides for I420 (fixes #163159)
17135 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17137 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17138 MPEG2 has a useful rate property, so we can actually use that.
17139 For MPEG-1, continue using the bytes/time properties.
17141 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17143 * gst-libs/gst/riff/riff-media.c:
17144 (gst_riff_create_video_caps_with_data),
17145 (gst_riff_create_video_template_caps):
17148 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17150 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17151 Fail if caps negotiation fails. Should fix #162184, and should
17152 definately be in there regardless of it fixing the actual bug.
17153 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17154 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17155 (gst_avimux_riff_get_avix_header),
17156 (gst_avimux_riff_get_video_header),
17157 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17158 (gst_avimux_start_file), (gst_avimux_handle_event),
17159 (gst_avimux_change_state):
17160 * gst/avi/gstavimux.h:
17161 Refactor structure writing to use GST_WRITE_UINT macros, add
17162 metadata writing support.
17164 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17166 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17167 Elements may already be destroyed when this function is called.
17169 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17171 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17172 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17173 More memory leak fixes (#149162).
17175 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17177 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17178 (gst_qtdemux_add_stream):
17181 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17183 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17186 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17188 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17189 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17190 when fixating to six channels in Totem.
17192 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17194 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17195 Fix compile warnings on Solaris 10 buildbot
17197 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17199 * ext/dvdread/dvdreadsrc.c: (_read):
17200 Don't read beyond the last cell in a chapter (fixes
17201 invalid memory access)
17203 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17205 * ext/dvdread/stream_labels.c:
17206 (dvdreadsrc_get_audio_stream_labels):
17207 Use NULL for an empty GList instead of g_list_alloc(); fix
17208 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
17209 of GString (easier to bulk free later)
17211 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17213 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17215 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17216 (gst_ffmpeg_pixfmt_to_caps):
17217 Fix BGRA32 caps (#164209).
17219 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17221 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17223 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17224 (gst_ffmpeg_caps_to_pixfmt):
17225 alpha_mask can be RGBA/ABGR. Fixes #164265.
17227 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
17229 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17231 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17232 (gst_mpeg2dec_alloc_buffer):
17233 * ext/mpeg2dec/gstmpeg2dec.h:
17234 Crop if decoding size is not the actual image size (#163676).
17236 2005-01-17 Steve Baker <steve@stevebaker.org>
17238 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17240 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17241 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17242 Add libsndfile typefind functions (#163309).
17244 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17246 * tools/gst-launch-ext-m.m:
17247 Add .aac, fix .m1v/.m2v (#163891).
17249 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17251 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17252 Sanity check, don't wait endlessly since the clock might not
17253 actually run at this point (which is a deadlock). Fixes #164069.
17255 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17257 * gst/playback/gstplaybasebin.c: (probe_triggered):
17258 Of course, only pause if group is done...
17260 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17262 * gst/playback/gstplaybasebin.c: (probe_triggered):
17265 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
17267 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17268 Don't return state change success when the parent
17271 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17273 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17274 Free events (fix memleak in #162905).
17276 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
17278 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17280 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17281 (gst_ffmpeg_caps_to_pixfmt):
17282 Fix for depth = 15. Fixes #161675.
17284 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17286 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17287 Set FPS correctly, even for webcams and the like.
17288 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17289 Don error on setting while capturing.
17291 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17293 * ext/dv/gstdvdec.c:
17294 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17295 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17296 I'm a bad boy. using /1001. to force C to do float division
17297 and not integer division (as it did in my last commit)
17298 Thanks to David I. Lehn for pointing this mistake.
17300 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17302 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17303 Revert Johan's 1.35->1.36 since it breaks compat.
17305 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17307 * ext/dv/gstdvdec.c:
17308 * ext/libfame/gstlibfame.c:
17309 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17310 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17311 replace framerate aproximations by their real value
17312 (24000/1001, 30000/1001, 60000/1001)
17313 Finish fixing bug #164049
17315 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17317 * ext/ogg/gstoggmux.c:
17319 * gst/tcp/gstmultifdsink.c:
17320 * gst/tcp/gstmultifdsink.h:
17321 * gst/tcp/gsttcp.c:
17322 * gst/tcp/gsttcp.h:
17323 * gst/tcp/gsttcpclientsink.c:
17324 * gst/tcp/gsttcpclientsrc.c:
17325 * gst/tcp/gsttcpserversink.c:
17326 * gst/tcp/gsttcpserversrc.c:
17327 improve reusability of elements after state changes and errors
17328 make multifdsink throw away streamheaders when receiving new ones
17330 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17332 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17333 Fix for if items are already in list...
17335 2005-01-12 Benjamin Otte <otte@gnome.org>
17337 * gst/adder/gstadder.c: (gst_adder_loop):
17338 fix adder a bit so it doesn't screw up with events as much anymore
17340 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
17342 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17343 (pixbufscale_scale), (gst_pixbufscale_chain):
17344 * ext/gdk_pixbuf/pixbufscale.h:
17345 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17346 to ensure rowstrides are calculated the same way as
17348 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17349 that we pick up duration and offset also.
17351 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17353 * gst/avi/gstavimux.c: (gst_avimux_class_init),
17354 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17357 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17359 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17360 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17361 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17362 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17363 Update flags when requested.
17365 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17367 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17370 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17372 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17373 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17374 (probe_triggered), (new_decoded_pad), (gen_source_element),
17375 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17376 * gst/playback/gstplaybasebin.h:
17377 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17378 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17379 (gst_play_bin_change_state):
17380 Implement group-switch signal for use in apps to clear metadata
17381 cache, clean up subtitle, add suburi property instead of # hack,
17382 some error-out fixes.
17384 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17386 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17388 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17389 If we got a state change in the _get handler, don't return success.
17391 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17393 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17394 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17395 Make jpegdec quiet on MJPEG decoding
17396 * gst/asfdemux/README:
17397 Fix mimetypes for MJPEG and H263
17399 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17401 * ext/theora/theoradec.c: (theora_dec_chain):
17402 Fix broken code generation by gcc by swapping arguments.
17403 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17406 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17409 delete this file, it is by far outdated
17410 * ext/alsa/gstalsa.1: remove
17411 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17412 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17413 (gst_alsa_get_caps):
17414 Add HW probing for supported sample rates. Fixes #161704
17416 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17418 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17419 Don't crash, biatch! :).
17421 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17423 * ext/musepack/gstmusepackreader.cpp:
17424 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17425 Some work on tags - still doesn't work in playbin...
17426 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17429 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17431 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17432 Also shove tags on kid pads.
17434 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17436 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17437 Don't bail on unknown events.
17438 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17439 Don't crash on events before negotiation.
17440 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17441 Send tags on pads, too.
17442 * gst/playback/gststreamselector.c:
17443 (gst_stream_selector_request_new_pad):
17444 Forward events on first pad if no input was selected yet.
17446 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17448 * gst/playback/gstplaybasebin.c: (setup_substreams):
17449 Don't disable streamtype if the stream doesn't exist, since
17450 then playing a video after audio will disable both and nothing
17451 will happen. Fixes the testsuite.
17453 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17455 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17456 (gst_v4l_xoverlay_set_xwindow_id):
17457 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17458 (gst_v4l2_xoverlay_set_xwindow_id):
17459 Add debug categories, fix overlay disabling.
17461 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17463 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17464 * ext/alsa/gstalsa.h:
17465 Add HW probing for period_count/size and buffer_size MIX/MAX
17466 Adjust default/user defined value if out of bounds
17467 Should fix bug #162024
17469 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17471 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17472 Fix warning (#161191).
17474 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17476 * ext/dvdread/stream_labels.c:
17477 (dvdreadsrc_get_audio_stream_labels):
17478 Fix warning (init the good variable in switch default)
17480 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
17482 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17484 * gst/tta/gstttaparse.c: (gst_tta_src_event):
17485 Fix gcc-2.95 compile (#163485).
17487 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17490 * ext/flac/gstflacenc.c: (gst_flacenc_init),
17491 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17492 (gst_flacenc_tell_callback), (gst_flacenc_chain),
17493 (gst_flacenc_change_state):
17494 * ext/flac/gstflacenc.h:
17495 Update for API change in flac-1.1.1. Update requirement in
17496 configure.ac. Fixes #162974.
17498 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17500 * gst/playback/gstplaybasebin.c: (group_destroy):
17501 Remove hack to get rid of assert and get rid of unlinked
17504 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17506 * gst/playback/gstplaybasebin.c: (setup_source):
17507 Set source to NULL so that resources are free'ed. Fixes issues
17508 with playback of CDDA and similar device-accessing things.
17510 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17512 * testsuite/embed/Makefile.am:
17513 test->noinst, fix make test in buildbot.
17515 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17517 * ext/dvdread/stream_labels.c: new file
17518 * ext/dvdread/stream_labels.h: new file
17519 * ext/dvdread/Makefile.am:
17520 * ext/dvdread/dvdreadsrc.c: (_seek_title):
17521 Extract audio stream label from DVD IFO files.
17522 It only dump them on the console for now, still have to
17523 make playbin aware of them.
17525 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17527 * gst/playback/gstplaybasebin.c: (setup_source):
17530 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17532 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17533 (gen_preroll_element), (remove_groups), (setup_subtitle),
17534 (gen_source_element), (setup_source):
17535 * gst/playback/gstplaybasebin.h:
17536 Multiple .sub files is just a stupid idea... Fix some threading
17537 mistakes. Interestingly, external .sub files cause playbin to
17538 hang, I don't know why... Parsing fixes contributed by Fran??ois
17539 Kooman <fkooman@tuxed.net>.
17541 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17543 * testsuite/embed/Makefile.am:
17546 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17548 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17550 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17551 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17552 (gst_pngenc_set_property):
17553 * ext/libpng/gstpngenc.h:
17554 Add compression level property (#163323).
17556 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17559 * examples/capsfilter/capsfilter1.c: (main):
17560 * examples/seeking/spider_seek.c: (make_spider_pipeline):
17561 * ext/dvdread/Makefile.am:
17562 * ext/dvdread/demo-play:
17563 * ext/dvdread/demo-play.c:
17564 * gconf/gstreamer.schemas.in:
17565 * gst-libs/gst/gconf/gconf.c:
17567 * testsuite/Makefile.am:
17568 * testsuite/embed/Makefile.am:
17569 * testsuite/embed/embed.c: (cb_expose), (main):
17570 Remove all references to xvideosink, fix examples (#140845).
17571 * gst/playback/gstplaybasebin.c: (group_destroy):
17572 Apparently, disposal does not unlink - so do explicitely.
17573 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17576 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
17578 * README: fix PKG_CONFIG_PATH instructions, what was there
17579 previously was breaking default search path, not nice.
17582 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17584 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17585 (gst_audioscale_chain):
17586 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17587 when resampling - how the ^@$^!@^! is this possible?!?
17589 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17591 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17592 Reset variables on READY.
17593 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17594 (gst_matroska_mux_loop):
17595 Require data before writing header.
17597 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
17599 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17601 * ext/mad/gstmad.c: (gst_mad_chain):
17602 Don't call mad_stream_sync() directly after recovering sync.
17605 2005-01-09 Martin Eikermann <meiker@upb.de>
17607 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17609 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17610 (snapshot_handler), (gst_snapshot_sinkconnect),
17611 (gst_snapshot_chain):
17612 Allocate resources when required, fix recursive signal emission
17613 and fix caps. Fixes #161667.
17615 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17617 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17619 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17620 (gst_pngdec_chain):
17621 Handle only 8-bppc (bits-per-pixel-component) images, better
17622 error handling and correct strides. Fixes #163177.
17623 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17624 (gst_pngenc_chain):
17625 Better error handling. Fixes #163348.
17627 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17629 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17630 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17631 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17632 (dvdnavsrc_uri_handler_init):
17633 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17634 * gst/playback/gstplaybasebin.c: (gen_source_element):
17635 Add MMS to streaming URIs.
17637 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17639 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17640 * sys/xvimage/xvimagesink.c:
17641 (gst_xvimagesink_navigation_send_event):
17642 Check for pad availability before sending event.
17644 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17646 * gst-plugins.spec.in:
17649 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17652 Since we use functions from CVS, up requirement.
17654 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17656 * gst/playback/Makefile.am:
17657 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17658 (group_destroy), (group_commit), (group_is_muted),
17659 (gen_preroll_element), (add_stream), (unknown_type),
17660 (probe_triggered), (preroll_unlinked), (mute_stream),
17661 (silence_stream), (new_decoded_pad), (setup_substreams),
17662 (setup_source), (get_active_source), (mute_group_type),
17663 (muted_group_change_state), (set_active_source),
17664 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17665 (play_base_eos), (gst_play_base_bin_change_state):
17666 * gst/playback/gstplaybasebin.h:
17667 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17668 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17669 (gst_stream_info_dispose), (stream_info_mute_pad),
17670 (stream_info_change_state), (gst_stream_info_set_mute):
17671 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17672 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17673 (gst_stream_selector_init), (gst_stream_selector_dispose),
17674 (gst_stream_selector_get_linked_pad),
17675 (gst_stream_selector_get_caps), (gst_stream_selector_link),
17676 (gst_stream_selector_get_linked_pads),
17677 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17678 * gst/playback/gststreamselector.h:
17679 Adding stream selection support plus required properties for
17680 applications to use this. Fully fixes #100931.
17682 2005-01-08 Benjamin Otte <otte@gnome.org>
17684 * gst/games/gstpuzzle.c: (nav_event_handler):
17685 - handle nav events differently: forward every event no matter if it
17686 was handled or not.
17688 You can now cheat by using navigationtest ! puzzle and moving the
17689 mouse close to the edge of a tile. ;)
17691 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17694 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17695 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17696 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17697 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17698 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17699 (gst_ogm_parse_plugin_init):
17700 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17701 (gst_textoverlay_link), (gst_textoverlay_getcaps),
17702 (gst_textoverlay_event), (gst_textoverlay_video_chain),
17703 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17704 * ext/pango/gsttextoverlay.h:
17705 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17706 (gst_matroska_demux_handle_seek_event),
17707 (gst_matroska_demux_sync_streams),
17708 (gst_matroska_demux_parse_blockgroup),
17709 (gst_matroska_demux_subtitle_caps),
17710 (gst_matroska_demux_plugin_init):
17711 * gst/matroska/matroska-ids.h:
17712 * gst/playback/gstdecodebin.c: (close_pad_link):
17713 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17714 (gen_preroll_element), (remove_groups), (add_stream),
17715 (new_decoded_pad), (setup_subtitles), (gen_source_element),
17717 * gst/playback/gstplaybasebin.h:
17718 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17719 * gst/subparse/Makefile.am:
17720 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17721 (gst_subparse_base_init), (gst_subparse_class_init),
17722 (gst_subparse_init), (gst_subparse_formats),
17723 (gst_subparse_eventmask), (gst_subparse_event),
17724 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17725 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17726 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17727 (parse_mpsub_deinit), (parse_mpsub_init),
17728 (gst_subparse_buffer_format_autodetect),
17729 (gst_subparse_format_autodetect), (gst_subparse_loop),
17730 (gst_subparse_change_state), (gst_subparse_type_find),
17732 * gst/subparse/gstsubparse.h:
17733 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17735 Add subtitle support, .sub parser (supports SRT and MPsub),
17736 OGM text support, Matroska UTF-8 text support, deadlock fixes
17737 all over the place, subtitle awareness in decodebin/playbin
17738 and some fixes to textoverlay to handle subtitles in a stream
17739 correctly. Fixes #100931.
17741 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17743 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17744 Check for pad availability before doing a query on it.
17746 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17748 * ext/dv/gstdvdec.c:
17749 really fix bpp24/32 dvdec caps (classic rgba indeed)
17750 * gst/asfdemux/gstasfdemux.c:
17751 (gst_asf_demux_process_ext_content_desc):
17752 don't send text tags if they are empty (bis repetita)
17754 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17756 * ext/dv/gstdvdec.c:
17757 remove unneeded comment from dvdec
17758 (related to DV 4CC codes in AVI files)
17759 moved them in gstreamer/docs/random/mimetypes
17760 * gst/asfdemux/gstasfdemux.c:
17761 (gst_asf_demux_process_ext_content_desc):
17762 don't send text tags if they are empty
17763 fix mem leak on error path
17764 * gst/ffmpegcolorspace/avcodec.h:
17765 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17766 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17767 (gst_ffmpegcsp_avpicture_fill):
17768 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17769 * gst/ffmpegcolorspace/imgconvert_template.h:
17770 adds BGR32 and BGRA32 to ffmpegcolorspace
17771 (still bad colors, fixing it on next commit)
17772 helps with dvdec outputing BGR32
17774 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17776 * ext/dv/gstdvdec.c:
17777 Fix audio caps i just broke (missing ',')
17778 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17779 (gst_matroska_mux_reset):
17780 Fix typo + add FIXME about old "x-gst-metadata" crap
17782 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17784 * ext/dv/demo-play.c: (main):
17785 xvideosink -> xvimagesink
17786 * ext/dv/gstdvdec.c:
17787 change rgb 32/32 caps to 24/32 (no alpha)
17788 change nb of channels to be a list (2 or 4, not 2)
17789 change sample rate to be a list (32, 44.1, 48 kHz) not a range
17790 * gst/asfdemux/gstasfdemux.c:
17791 (gst_asf_demux_process_ext_content_desc):
17792 Add 'date/year' to extracted metadata list
17794 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17796 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17797 The return value of fixate_to does not imply that the requested
17798 value was set, so don't assume.
17800 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
17802 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17804 * ext/libpng/gstpngdec.c:
17805 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17806 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17807 * ext/libpng/gstpngenc.h:
17808 Alpha support (encoder; #163161), mime fixage.
17810 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
17812 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17814 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17815 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17816 (gst_faac_set_property), (gst_faac_get_property):
17817 * ext/faac/gstfaac.h:
17818 Allow for ADTS output (#153434).
17820 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17822 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17823 Fix against template (#150576).
17825 2005-01-06 Benjamin Otte <otte@gnome.org>
17827 * gst/games/gstpuzzle.c: (draw_puzzle):
17828 don't draw a puzzle if either width or height of tiles would be 0.
17830 2005-01-06 Benjamin Otte <otte@gnome.org>
17832 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17833 (gst_puzzle_class_init), (gst_puzzle_finalize):
17834 no memleaks, please
17835 (gst_puzzle_create), (gst_puzzle_init),
17836 (gst_puzzle_set_property), (gst_puzzle_setup):
17837 change initialization code around so we don't reshuffle on resize
17839 fix another stupid typo
17841 2005-01-06 Benjamin Otte <otte@gnome.org>
17843 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17844 fix stupid typo that borked copying on YUY2
17846 2005-01-06 Benjamin Otte <otte@gnome.org>
17848 * gst/games/gstpuzzle.c: (draw_puzzle):
17849 fix edges when image sizes aren't multiples of tile sizes
17851 2005-01-06 Benjamin Otte <otte@gnome.org>
17853 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17854 make RGB endianness work correctly
17855 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17856 refactor and fix race with initial shuffling
17857 (nav_event_handler):
17858 allow using the mouse to puzzle
17860 insist on tiles having width and height as multiples of 4 to get
17861 clean YUV image handling
17862 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17863 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17864 s/DEBUG/LOG/ for common messages
17865 (gst_xvimagesink_navigation_send_event):
17866 fix mouse event translation to not include screen PAR
17867 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17868 fix mouse event translation to actually work
17870 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17872 * gst/asfdemux/gstasfdemux.c:
17873 (gst_asf_demux_process_ext_content_desc):
17874 Extract TrackNumber metadata + clean up code
17875 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17876 Hope this is the good fix (var used unitialised)
17878 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17880 * ext/faad/gstfaad.c: (gst_faad_chain):
17881 Only increment timestamp if it's valid. Fixes raw AAC streams.
17883 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
17886 * gst/games/Makefile.am:
17887 * gst/games/gstpuzzle.c:
17888 add a puzzle game with...
17889 * gst/games/gstvideoimage.c:
17890 * gst/games/gstvideoimage.h:
17891 ... full colorspace support (that includes YUV9 and RGB16)) stolen
17892 from videotestsrc and made into something that would be a nice
17893 library for a lot of other plugins.
17895 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17898 don't compile faad plugin if a RC of 2.0 is found
17899 Fixes #155346 (and FC1 buildbot)
17900 * gst/asfdemux/gstasfdemux.c:
17901 (gst_asf_demux_process_ext_content_desc):
17902 try to make Solaris compiler happier
17904 2005-01-06 Paul Jack <pjack@sfaf.org>
17906 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17908 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17909 Fix segfault (#161667).
17911 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17913 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17914 Fix framerate reporting.
17916 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17918 * gst-libs/gst/riff/riff-ids.h:
17919 * gst/wavenc/riff.h:
17920 Add AMR (VBR and CBR) ids to riff.h audio codec list
17921 * gst/asfdemux/gstasfdemux.c:
17922 (gst_asf_demux_process_ext_content_desc),
17923 (gst_asf_demux_process_object):
17924 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17926 2005-01-05 Martin Eikermann <meiker@upb.de>
17928 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17930 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17931 (gst_dvd_demux_handle_discont):
17932 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17933 (gst_mpeg_demux_handle_discont):
17934 Recreate pads on new-media (#160730).
17935 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17936 Send discont even if manager changes timestamps (#161929).
17938 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
17940 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17942 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17943 Fix invalid memory access (#159211).
17945 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17947 * examples/gstplay/player.c: (main):
17949 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17950 Add visualizations.
17951 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17952 (gst_a52dec_handle_frame):
17954 * ext/dvdnav/gst-dvd:
17955 Add audioconvert. Fixes #161325.
17956 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17957 Explicitely case to gint64. Possible valgrind error.
17958 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17959 (gst_play_tick_callback), (gst_play_change_state),
17960 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17961 (gst_play_set_location), (gst_play_get_location),
17962 (gst_play_seek_to_time), (gst_play_set_data_src),
17963 (gst_play_set_video_sink), (gst_play_set_audio_sink),
17964 (gst_play_set_visualization), (gst_play_connect_visualization),
17965 (gst_play_get_framerate), (gst_play_get_all_by_interface),
17967 Use playbin. Fixes #139749 and #147744.
17968 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17970 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17971 (audioscale_get_type), (gst_audioscale_base_init),
17972 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17973 (gst_audioscale_getcaps), (gst_audioscale_fixate),
17974 (gst_audioscale_link), (gst_audioscale_get_buffer),
17975 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17976 (gst_audioscale_init), (gst_audioscale_dispose),
17977 (gst_audioscale_chain), (gst_audioscale_set_property),
17978 (gst_audioscale_get_property), (plugin_init):
17980 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17982 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17983 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17984 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17985 Add more metadata (fixes #162656).
17987 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17992 === release 0.8.7 ===
17994 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17999 releasing 0.8.7, "Hyperspace"
18001 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
18003 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18005 * gst/playback/gstplaybasebin.c:
18006 Fix for #162924 - free caps after use, not before
18008 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
18010 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18012 * gst/playback/gstplaybasebin.c:
18013 * gst/wavparse/gstwavparse.c:
18014 Fix for #154773 - fixes playback of small .wav files
18016 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
18018 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18020 * gst/audioscale/gstaudioscale.c:
18021 Fix for #162819 - make audioscale reusable
18022 Fixes playback of more than one file with playbin/totem
18024 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
18026 * gst/ffmpegcolorspace/avcodec.h:
18027 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18028 * gst/ffmpegcolorspace/imgconvert.c:
18029 clean up the mess that made me cry and avoid needless duplication
18031 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
18033 * gst/ffmpegcolorspace/imgconvert.c:
18034 give some indication of why we're segfaulting
18036 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18039 Fix indentation, fix v4l2 plugin detection.
18041 Fix libmms location (Maciej, use diff -u!).
18042 * ext/alsa/gstalsa.c: (gst_alsa_init):
18043 Initialize caps cache to NULL.
18044 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18045 Only change state on audiosink if it exists.
18047 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
18049 * gst/matroska/matroska-demux.c:
18050 * gst/matroska/matroska-ids.h:
18051 * gst/matroska/matroska-demux.h:
18052 Fix Vorbis streams failing to decode in some files, where cluster_time
18053 isn't 0, because then it doesn't send codec_priv before actual data.
18054 Remove time-based test and replace it with marker set on beginning of
18057 2004-12-28 David Schleef <ds@schleef.org>
18059 Merge patch from Ronald fixing problems with streaming
18061 * ext/cairo/gstcairo.c: (plugin_init):
18062 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18063 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18064 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18065 (gst_textoverlay_font_init), (gst_textoverlay_init),
18066 (gst_textoverlay_set_property):
18067 * ext/cairo/gsttextoverlay.h:
18069 2004-12-27 David Schleef <ds@schleef.org>
18071 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18072 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18073 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18074 (gst_textoverlay_font_init), (gst_textoverlay_init),
18075 (gst_textoverlay_set_property): Improvements to actually
18076 render text as white on black outline on video, including
18077 font selection and horizontal/vertical alignment. (Ronald's
18079 * ext/cairo/gsttextoverlay.h:
18081 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18083 * ext/ogg/gstogg.c:
18084 * ext/ogg/gstogmparse.c:
18085 fix ogm[audio/video]parse plugin registration
18086 (riff won't load if bytestream is already loaded)
18088 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18090 * gst/audioconvert/gstchannelmix.c:
18093 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18097 disable docs again until it actually passes make distcheck.
18099 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18101 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18102 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18104 Add 3GP (variables name Q3GP because they can't start with a
18105 number). Add samr audio fourcc (used in .3gp files), decoder
18106 is work in progress. Also do a GST_WARNING instead of ERROR
18107 in case of unknown nodes, to decrease output.
18109 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18114 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
18117 * ext/speex/gstspeexdec.h:
18118 * ext/speex/gstspeexenc.h:
18119 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
18120 Fix detection code in configure.ac
18122 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18124 * gst/matroska/matroska-demux.c:
18125 (gst_matroska_demux_parse_blockgroup):
18126 Save position, so that queries give proper return values. Don't
18127 know how this could ever have worked before...
18129 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
18132 Put additional LAME check inside the conditional. Fixes #152339
18134 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18136 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18137 (gst_avi_demux_stream_scan):
18138 Add some more debug. Fix logic error when setting movi offset
18139 while reading index.
18141 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18143 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18144 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18145 (gst_avi_demux_process_next_entry):
18146 Add some debugging. Better detection of broken indexes and the
18147 accompanying index recovery. No infinite loops on state changes
18148 when we're still in our loopfunction.
18150 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18155 2004-12-22 Archana Shah <archana.shah@wipro.com>
18157 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18159 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18160 Normalizing the value before setting
18161 (gst_sunaudiomixer_get_volume):
18162 Normalizing the value after getting. Fixes bug# 161980
18164 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18166 * Makefile.am: Make sure docs gets disted
18167 * docs/Makefile.am: Make sure all needed files get disted
18168 * gst-plugins.spec.in: latest updates
18170 2004-12-22 Wim Taymans <wim@fluendo.com>
18172 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18173 Revert patch 1.38 as clock distribution over schedulers does
18174 not work correcly in the core yet.
18176 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18178 * sys/oss/README: remove this file, which predates my birth
18179 (and which content is by far outdated)
18181 2004-12-20 Stefan Kost <ensonic@users.sf.net>
18185 * docs/Makefile.am:
18186 * docs/libs/Makefile.am:
18187 * docs/libs/gst-plugins-libs-docs.sgml:
18188 * docs/libs/gst-plugins-libs-sections.txt:
18189 * docs/libs/tmpl/gstgconf.sgml:
18191 * docs/version.entities.in:
18192 Added boilerplate gtk-doc files for plugin-libs documentation.
18194 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18196 * gst/auparse/gstauparse.c: fix int and float audio caps
18198 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18200 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18201 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18202 g_assert() can be a macro, don't use #ifdef inside it.
18204 2004-12-19 Edward Hervey <bilboed@bilboed.com>
18206 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18208 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18209 (gst_videorate_init), (gst_videorate_chain),
18210 (gst_videorate_change_state):
18211 Event handling (fixes #159986).
18213 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18215 * gst-libs/gst/riff/riff-media.c:
18216 (gst_riff_create_video_caps_with_data):
18217 Add BLZ0 (Blizzard's version of DivX) fourcc.
18219 2004-12-18 David Schleef <ds@schleef.org>
18221 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18224 2004-12-18 David Schleef <ds@schleef.org>
18226 * gst/tta/ttadec.h: Disable some header code that isn't used
18227 and clearly isn't portable.
18229 2004-12-18 David Schleef <ds@schleef.org>
18231 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18232 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18233 (avcodec_get_pix_fmt), (avpicture_layout),
18234 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18235 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18236 Fix code to not use GCC extensions (and c99 extensions that
18237 Forte does not like.)
18239 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
18241 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18243 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18244 (gst_deinterlace_chain):
18245 Rowstride fixes. Fixes #161039.
18246 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18247 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18248 (gst_video_crop_getcaps), (gst_video_crop_link),
18249 (gst_video_crop_i420), (gst_video_crop_chain),
18250 (gst_video_crop_change_state):
18251 Rework of negotiation. Actually works now. Fixes #158650.
18253 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18255 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18256 That was very stupid.
18258 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18260 * gst/matroska/matroska-demux.c:
18261 (gst_matroska_demux_parse_blockgroup):
18262 Fix possible crasher.
18264 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18266 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18267 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18268 Lace sizes can be zero.
18270 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18272 * ext/musepack/gstmusepackdec.cpp:
18273 Fetch error return values. Fixes #161624.
18274 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18277 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18279 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18280 Work for truncated (unfinished download etc.) files. Fixes #160514.
18282 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18284 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18285 Fix for integer overflow. Makes #156001 not crash. Probably masks
18288 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18290 * gst/ac3parse/gstac3parse.c: (plugin_init):
18291 Parsers never have ranks. Fixes #159651.
18293 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
18295 * gst/playback/gstdecodebin.c: (compare_ranks):
18296 make sure the facotries are ordered the same every time even if they
18297 have the same rank by using the name
18298 * gst/playback/gstdecodebin.c: (find_compatibles):
18299 make sure we don't add factories to the list twice
18301 2004-12-16 David Schleef <ds@schleef.org>
18303 * configure.ac: look for musepack headers as musepack/*.h
18305 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18306 * ext/musepack/gstmusepackreader.h: same
18308 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18310 * gst-libs/gst/riff/riff-read.c:
18311 (gst_riff_read_strf_auds_with_data):
18312 Read extradata correctly (fixes #155879).
18314 2004-12-16 David Schleef <ds@schleef.org>
18316 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18317 audio. does _not_ attempt or allow conversion unless channels
18320 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18322 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18324 2004-12-16 David Schleef <ds@schleef.org>
18326 * gst/audioscale/gstaudioscale.c: the resample library only
18327 handles 1 or 2 channels. Change caps to compensate.
18329 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18331 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18332 (gst_matroska_demux_audio_caps):
18333 Some MPEG-AAC hacks, because else it doesn't work...
18335 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18337 * gst-libs/gst/riff/riff-media.c:
18338 (gst_riff_create_video_caps_with_data),
18339 (gst_riff_create_video_template_caps):
18342 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18344 * gst-libs/gst/audio/Makefile.am:
18345 Try to fix buildbot.
18347 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
18349 * gst/tcp/gstmultifdsink.c:
18350 Clean up and uniformize debugging.
18352 2004-12-16 Edward Hervey <bilboed@bilboed.com>
18354 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18356 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18357 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18358 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18359 (gst_mpeg_demux_change_state):
18360 Reset on ready. Fixes 160276.
18362 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18364 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18366 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18367 (gst_ffmpegcsp_pad_link):
18368 Fix memleak (#154815).
18370 2004-12-16 James Bowes <bowes@cs.dal.ca>
18372 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18374 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18375 (gst_musicbrainz_init), (gst_musicbrainz_chain),
18376 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18377 * ext/musicbrainz/gsttrm.h:
18378 Add support for using a proxy server when getting a trm id from
18379 the MusicBrainz database (#149613).
18381 2004-12-16 Christophe Fergeau <teuf@gnome.org>
18383 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18385 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18386 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18387 Fix memleaks (#157233).
18389 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18391 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18393 * gst-libs/gst/resample/resample.c: (gst_resample_close):
18394 * gst-libs/gst/resample/resample.h:
18395 * gst/audioscale/gstaudioscale.c:
18396 Fix memleak (#159215).
18398 2004-12-16 Toni Willberg <toniw@iki.fi>
18400 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18402 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18403 * sys/oss/oss_probe.c: (main):
18404 Check for mono/stereo support (similar to samplerate probing),
18405 fixes #159433. Also add missing copyright header to oss_probe.c.
18407 2004-12-15 David Schleef <ds@schleef.org>
18409 * configure.ac: add audioresample and cairo plugins. Remove
18410 HAVE_MMX stuff, because it's not used.
18411 * ext/Makefile.am: same
18412 * ext/audioresample/Makefile.am: You are not ready for an
18413 audio resampling element based on audioresample.
18414 * ext/audioresample/gstaudioresample.c:
18415 * ext/audioresample/gstaudioresample.h:
18416 * ext/cairo/Makefile.am: You are not ready for overlay elements
18417 based on cairo. Don't look too closely, these elements kinda
18419 * ext/cairo/gstcairo.c: new
18420 * ext/cairo/gsttextoverlay.c: new
18421 * ext/cairo/gsttextoverlay.h: new
18422 * ext/cairo/gsttimeoverlay.c: new
18423 * ext/cairo/gsttimeoverlay.h: new
18424 * gst-libs/gst/media-info/media-info-priv.h: fix compile
18425 problem with compilers that don't support variadic macros.
18427 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
18429 Reviewed by: David Schleef <ds@schleef.org>
18431 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
18432 Bala, registering sunaudiosrc (oops!), and cleaning up code a
18433 bit. Also ran indent-gst.
18434 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18435 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18436 (gst_sunaudiosrc_setparams):
18438 2004-12-14 David Schleef <ds@schleef.org>
18440 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18441 output rate to 16000. Should fix #160235.
18443 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18445 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18446 Add typefinding for mpeg2 pes streams
18448 2004-12-13 David Schleef <ds@schleef.org>
18450 * configure.ac: Applied patch from bug #143659, making default
18451 sources and sinks OS-dependent (for Solaris), and added code
18453 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18455 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18457 * gst-libs/gst/riff/riff-media.c:
18458 forgot to add h2.64 to avidemux template caps
18460 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18462 * gst/wavenc/riff.h:
18463 * gst-libs/gst/riff/riff-media.c:
18464 * gst-libs/gst/riff/riff-ids.h:
18465 * gst/avi/gstavimux.c
18466 add 4CC code for VideoSoft h264 in AVI (VSSH)
18468 remove s323 from riff, it's quicktime specific :(
18470 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18472 * gst/asfdemux/README
18473 * gst/wavenc/riff.h
18474 * gst-libs/gst/riff/riff-ids.h
18475 * gst-libs/gst/riff/riff-media.c
18476 * gst/qtdemux/qtdemux.c:
18477 add new 4CC codes for h263 related codecs
18478 fixes partially bug #155163
18480 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
18482 * configure.ac: Update polyaudio requirement to 0.7
18483 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18485 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18487 * gst/interleave/deinterleave.c:
18488 fix my name's spelling! :)
18490 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18492 * AUTHORS ChangeLog
18493 * gst/auparse/gstauparse.c
18494 * gst/interleave/deinterleave.c
18496 alaw-decode.c alaw-encode.c
18497 mulaw-decode.c mulaw-encode.c
18498 * gst/oneton/gstoneton.c
18500 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18502 cocoawindow.h cocoawindow.m
18503 osxvideosink.h osxvideosink.m
18505 put the same mail address for Zaheer Abbas Merali everywhere
18507 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18509 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18510 Align by packetsize, and assert that we a packet available before
18511 playing. The first makes webstreams work (they often include
18512 trailing padding data in a packet), the second allows pausing a
18513 ASF stream in totem without getting demux errors afterwards.
18515 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18517 * ext/ogg/gstoggdemux.c: (get_relative):
18518 Check for non-NULL before accessing member (end-of-chain).
18520 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18522 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18523 (cdparanoia_set_property), (cdparanoia_get_property):
18524 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18525 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18526 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18527 (dvdreadsrc_init), (dvdreadsrc_set_property),
18528 (dvdreadsrc_get_property):
18529 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18530 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18531 Synchronize property names where not yet the case. Devices are
18532 now device=X, other versions are deprecated (but still exist).
18533 Also use g_free() unconditionally.
18534 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18535 (setup_source), (gst_play_base_bin_get_property):
18538 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
18540 * configure.ac: move GCONF macro outside conditional for the am
18541 conditional. Fixes #160439
18543 2004-12-08 David Schleef <ds@schleef.org>
18545 * tools/gst-visualise-m.m: Switch to elements that currently
18548 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18550 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18551 We love wrong commas.
18553 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18555 * gst/matroska/matroska-demux.c:
18556 (gst_matroska_demux_handle_src_query):
18557 Don't set DEFAULT, unsupported - makes length display incorrectly
18560 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18562 * gst/monoscope/README: remove blurb about files being GPL
18563 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18564 * gst/monoscope/monoscope.c: Change license to BSD with explanation
18565 monoscope is now effectively LGPL licensed
18567 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18569 * gst/monoscope/README: Update information to be more correct
18570 * gst/monoscope/convolve.c: Relicense to LGPL
18571 * gst/monoscope/convolve.h: Relicense to LGPL
18573 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
18575 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18576 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18577 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18578 set default_duration for mpeg1 audio
18580 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18582 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18583 * ext/alsa/gstalsa.h:
18584 refactor big chunks of the core caps negotiation code to make it
18585 a lot faster, because people claim it's really slow
18586 (actually, just cache the getcaps when the device is opened)
18588 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18590 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18591 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18592 (gst_a52dec_handle_frame), (gst_a52dec_chain),
18593 (gst_a52dec_change_state), (plugin_init):
18594 * ext/a52dec/gsta52dec.h:
18595 Do something useful with timestamps. Make chain-based (since
18596 there's really no reason to be loopbased).
18597 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18598 Update current_byte/frame correctly.
18600 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18602 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18603 (gst_ape_demux_stream_init):
18606 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18608 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18609 Let's make sure we're done typefinding when detecting tags.
18611 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18613 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18614 (gst_ebml_read_init), (gst_ebml_read_use_event),
18615 (gst_ebml_read_element_id), (gst_ebml_peek_id),
18616 (gst_ebml_read_seek), (gst_ebml_read_skip),
18617 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18618 (gst_ebml_read_master):
18619 * gst/matroska/ebml-read.h:
18620 * gst/matroska/matroska-demux.c:
18621 (gst_matroska_demux_parse_contents),
18622 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18623 Disgustingly evil hack for working around INTERRUPT events and
18624 their extremely annoying habit of being a pain in the ass. We
18625 simply peek a cluster before reading any of it.
18627 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18629 * ext/musepack/gstmusepackdec.cpp:
18630 There's also floating point libmusepacks.
18632 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18634 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18635 (gst_faad_chanpos_to_gst), (gst_faad_chain):
18636 Set DURATION even if source buffer didn't. Also use increasing
18638 * gst-libs/gst/riff/riff-media.c:
18639 (gst_riff_create_audio_caps_with_data):
18640 Block_align can have larger values than 8192.
18642 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18644 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18645 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18646 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18647 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18650 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18652 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18655 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18657 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18660 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18662 * ext/esd/esdsink.c: (gst_esdsink_chain):
18663 Make error actually say something useful (fixes #156798).
18664 * gst-libs/gst/riff/riff-media.c:
18665 (gst_riff_create_video_caps_with_data),
18666 (gst_riff_create_video_template_caps):
18667 Add Intel Video 5.0 fourcc (IV50).
18669 2004-12-01 Christophe Fergeau <teuf@gnome.org>
18671 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18672 detection on mono and stereo mp3 files.
18674 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18676 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18677 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18678 the contained stream).
18680 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18682 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18683 Oops, remove debug.
18685 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18687 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18689 * gst/law/alaw-decode.c: (alawdec_getcaps):
18690 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18691 Prevent warnings when negotiating caps (fixes #159338).
18693 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18695 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18696 (gst_ffmpegcsp_chain):
18697 Remove old leftover that shouldn't be there...
18699 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18701 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18703 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18704 Don't forward DISCONT events (fixes #159684).
18706 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18708 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18709 Unlink manually since sometimes bin disposal (and therefore
18710 pad unlinking) is delayed, which will cause a new media file
18711 to not be able to start playing instantly.
18713 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18715 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18716 On mute of an unlinked stream, check for pad availability so
18717 we don't crash on unlinked pad.
18719 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18721 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18722 (gst_avi_demux_massage_index):
18723 Fix quite humiliating bug in omitting 0-sized index chunks but
18724 forgetting to count them for timestamps.
18726 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18728 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18729 Actually leave the loop if we failed to sync. Don't crash.
18731 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18733 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18734 (gst_dvd_demux_process_private):
18735 * gst/mpegstream/gstdvddemux.h:
18736 Fix crash (#159759). Doesn't work, though. :-(.
18738 2004-11-28 Benjamin Otte <otte@gnome.org>
18740 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18741 more overwriting protection due to modifying channels one by one
18742 instead of all at once
18744 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18746 * gst/audioconvert/gstchannelmix.c:
18747 (gst_audio_convert_fill_normalize):
18748 Normalize using absolute values.
18750 2004-11-28 Julien MOUTTE <julien@moutte.net>
18754 * ext/directfb/Makefile.am:
18755 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18756 (gst_directfbvideosink_get_pixel_format),
18757 (gst_directfbvideosink_get_format_from_fourcc),
18758 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18759 (gst_directfbvideosink_sink_link),
18760 (gst_directfbvideosink_change_state),
18761 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18762 (gst_directfbvideosink_buffer_alloc),
18763 (gst_directfbvideosink_interface_supported),
18764 (gst_directfbvideosink_interface_init),
18765 (gst_directfbvideosink_navigation_send_event),
18766 (gst_directfbvideosink_navigation_init),
18767 (gst_directfbvideosink_set_property),
18768 (gst_directfbvideosink_get_property),
18769 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18770 (gst_directfbvideosink_base_init),
18771 (gst_directfbvideosink_class_init),
18772 (gst_directfbvideosink_get_type), (plugin_init):
18773 * ext/directfb/directfbvideosink.h: Adding a first version of
18775 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18778 2004-11-28 Benjamin Otte <otte@gnome.org>
18780 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18781 walk the samples backwards if out_channels > in_channels so we don't
18784 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18786 * gst/audioconvert/Makefile.am:
18787 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18788 (gst_audio_convert_link), (gst_audio_convert_change_state),
18789 (gst_audio_convert_channels):
18790 * gst/audioconvert/gstchannelmix.c:
18791 (gst_audio_convert_unset_matrix),
18792 (gst_audio_convert_fill_identical),
18793 (gst_audio_convert_fill_compatible),
18794 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18795 (gst_audio_convert_fill_others),
18796 (gst_audio_convert_fill_normalize),
18797 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18798 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18799 * gst/audioconvert/gstchannelmix.h:
18800 Implement a channel mixer.
18802 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
18804 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18805 * ext/alsa/gstalsa.h:
18806 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18807 Make alsasink actually honor gst_element_set_clock and use that
18808 clock instead of its internal one.
18810 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18812 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18813 (gst_play_base_bin_change_state): nullify source and decoder when
18814 going from READY to NULL so that we don't try to do weird stuff with
18815 them when going from NULL to READY
18816 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18817 instead of g_object_unref
18818 (gen_video_element), (gen_audio_element): more refcounting fixes, now
18819 it should be correct
18820 (gst_play_bin_change_state): don't call remove_sinks if we are
18821 currently disposing the object
18823 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18825 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18826 Don't forget bass if it's there. Else left channel is silent...
18828 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18830 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18831 (gst_a52dec_change_state):
18832 Don't do sample adjusting anymore, we use float audio now.
18833 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18834 Don't fixate to non-existing properties.
18836 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18838 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18839 (gst_a52dec_change_state):
18840 Advertise that we can do surround sound.
18842 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18844 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18845 Add buffer-frames=0.
18846 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18847 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18848 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18849 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18850 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18851 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18852 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18853 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18854 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18855 * ext/dvdread/dvdreadsrc.h:
18856 Add seeking, querying for bytes, sectors, title, angle and
18857 chapter. Handle multiple chapters. Relicense to LGPL because
18858 Billy agreed on that (thanks Billy!).
18860 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18862 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18863 call parent dispose method
18865 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
18867 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18868 (gst_audio_clock_get_internal_time):
18869 Fix active <-> inactive transitions: ensure time value always
18870 grows and avoid abrupt value changes.
18872 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
18875 * gst/tta/Makefile.am:
18877 * gst/tta/filters.h:
18878 * gst/tta/gsttta.c:
18879 * gst/tta/gstttadec.c:
18880 * gst/tta/gstttadec.h:
18881 * gst/tta/gstttaparse.c:
18882 * gst/tta/gstttaparse.h:
18883 * gst/tta/ttadec.h:
18884 added TTA parser and decoder
18886 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18888 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18889 (probe_triggered), (check_queue), (buffer_underrun),
18890 (buffer_running), (buffer_overrun), (gen_source_element),
18892 * gst/playback/gstplaybasebin.h:
18893 Implement buffering. Needs some more work.
18895 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18897 * ext/theora/theoradec.c: (theora_dec_chain):
18898 Fix ilog mask range overflow.
18900 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18902 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18903 Don't omit the last (which in case of dmix is the only :) )
18904 channel count. Don't set channels if <= 2.
18906 2004-11-26 Christophe Fergeau <teuf@gnome.org>
18908 * gst/playback/gstplaybin.c: (gen_video_element),
18909 (gen_audio_element): Removed 2 obsolete comments
18911 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18913 * ext/vorbis/oggvorbisenc.c
18914 * ext/vorbis/vorbisenc.c :
18915 change description fields of those plugins to differentiate them
18916 (pitivi show Encoders by description, they had the same one)
18918 2004-11-25 Christophe Fergeau <teuf@gnome.org>
18920 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18922 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18923 (gst_play_bin_set_property), (gen_video_element),
18924 (gen_audio_element):
18925 Refcounting fixes for provided audio-/videosinks.
18927 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18929 * gst/playback/gstplaybin.c: (gen_video_element),
18930 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18931 Don't reference all sinks, but only the video- and audiosinks.
18932 The vis. element should be disposed when we're done with it.
18933 We don't have any reason to keep it around. This fixes warnings
18934 when reusing playbin for playing multiple audio files with
18935 vis. enabled. Also release audio device on pause - idea stolen
18938 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18940 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18941 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18942 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18943 * ext/alsa/gstalsaplugin.c: (plugin_init):
18944 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18945 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18946 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18947 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18948 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18949 (gst_faad_change_state), (plugin_init):
18950 * ext/faad/gstfaad.h:
18951 * ext/vorbis/vorbis.c: (plugin_init):
18952 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18953 * gst-libs/gst/audio/Makefile.am:
18954 * gst-libs/gst/audio/audio.c: (plugin_init):
18955 * gst-libs/gst/audio/multichannel.c:
18956 (gst_audio_check_channel_positions),
18957 (gst_audio_get_channel_positions),
18958 (gst_audio_set_channel_positions),
18959 (gst_audio_set_structure_channel_positions_list),
18960 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18961 (gst_audio_fixate_channel_positions):
18962 * gst-libs/gst/audio/multichannel.h:
18963 * gst-libs/gst/audio/testchannels.c: (main):
18964 * gst/audioconvert/gstaudioconvert.c:
18965 (gst_audio_convert_class_init), (gst_audio_convert_init),
18966 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18967 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18968 (gst_audio_convert_fixate), (gst_audio_convert_channels):
18969 * gst/audioconvert/plugin.c: (plugin_init):
18970 Surround sound support.
18972 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18974 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18975 Fix position for discont if we're close as well. Nitpicking, but
18976 saves a few milliseconds of extra waiting or skipping.
18978 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18980 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18981 We sometimes need parsers for playback, so add those too.
18983 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18986 * gst/apetag/Makefile.am:
18987 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18988 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18989 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18990 (gst_ape_demux_get_src_query_types),
18991 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18992 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18993 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18994 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18995 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18996 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18997 (gst_ape_demux_change_state):
18998 * gst/apetag/apedemux.h:
18999 * gst/apetag/apetag.c: (plugin_init):
19000 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
19002 APE v1/2 tag reader plus typefind function.
19004 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19007 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19008 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19009 Remove hacks for older core. Require newer core version
19012 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19014 * gst/cdxaparse/Makefile.am:
19015 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
19016 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
19017 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
19018 * gst/cdxaparse/gstcdxaparse.h:
19019 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
19020 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
19021 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
19022 (gst_cdxastrip_get_src_query_types),
19023 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
19024 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
19025 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
19026 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
19027 * gst/cdxaparse/gstcdxastrip.h:
19028 SVCD/VCD header stripping separated from CDXA image parsing.
19029 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19031 Add VCD/SVCD header typefinding for VCD/SVCD.
19032 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
19033 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
19034 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
19035 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
19036 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
19037 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
19038 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19039 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
19040 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
19041 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
19042 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
19043 * sys/vcd/vcdsrc.h:
19044 Fix up, add seeking, querying, URI interface. Works in totem now.
19046 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
19051 === release 0.8.6 ===
19053 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
19071 releasing 0.8.6, "IOU Love"
19073 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19075 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19077 * gst/playback/gstplaybasebin.c:
19078 Fix unplayable files error handling. Fixes #158365
19080 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19082 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19084 * gst/typefind/gsttypefindfunctions.c:
19085 Fix broken mp3 typefinding. Fixes #158375
19087 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19089 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19091 * ext/ogg/gstoggdemux.c:
19092 Fix sync on broken files. Fixes #158976
19094 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19096 patch by: Edward Hervey <bilboed@bilboed.com>
19098 * ext/libpng/gstpngenc.c:
19099 Copy over buffer properties. Fixes #158832
19101 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19103 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19105 * ext/dvdread/dvdreadsrc.c:
19106 Fixes invalid reads (#158462)
19108 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19110 * sys/v4l/gstv4lsrc.c:
19111 * sys/v4l/gstv4lsrc.h:
19112 * sys/v4l/v4lsrc_calls.c:
19113 Probe less and cache it. Fixes #159187.
19115 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19117 * gst/videorate/gstvideorate.c:
19118 Handle all video formats. Fixes #159186.
19120 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
19121 * gst/synaesthesia/gstsynaesthesia.c:
19122 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19123 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19124 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19125 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19126 (gst_synaesthesia_change_state), (plugin_init):
19127 Fix up synaesthesia to work under different samplerates/ buffer sizes.
19128 Force 320x200 output, as that's the only thing the underlying
19129 synaesthesia implementation supports. Still needs to be made
19132 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19135 Fix mpeg2enc configure check (similar to mplex check below).
19137 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
19139 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19141 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19142 Fix for gcc-2.95 (fixes #158221).
19144 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19146 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19147 Re-add clock distribution hack (until new core is released).
19150 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
19152 fix mplex configure check segfaulting on some systems (bug #140994)
19154 2004-11-13 Benjamin Otte <otte@gnome.org>
19156 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19158 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19159 do a wait when we enter the loop func with no data available to
19160 write instead of getting into an 100% CPU loop by just returning and
19161 being called again by the scheduler
19163 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
19166 * ext/libvisual/visual.c: (gst_visual_get_type),
19167 (libvisual_log_handler), (gst_visual_getcaps),
19168 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19170 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19171 * ext/smoothwave/Makefile.am:
19172 * ext/smoothwave/demo-osssrc.c: (main):
19173 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19174 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19175 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19177 * ext/smoothwave/gstsmoothwave.h:
19178 Make gstsmoothwave a working element in the 20th century.
19180 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19181 Fix incorrect link function
19183 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19185 * gst/volume/gstvolume.c:
19186 Allow buffer-frames=0.
19188 2004-11-12 Iain <iaingnome@gmail.com>
19190 * configure.ac: Check for polypaudio
19192 * ext/Makefile.am: Build the polyp dir
19194 * ext/polyp: The polypsink sources.
19196 2004-10-30 Iain <iaingnome@gmail.com>
19198 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19199 caps to reflect the new number of channels.
19201 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19203 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19204 Fix for negotiation order problem. This would show when the
19205 ALSA loopfuction was called before any other function. ALSA
19206 wouldn't do anything because we're not negotiated yet, leading
19207 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19209 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
19211 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19213 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19214 No warnings (#157986).
19216 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19218 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19219 Prefer apev1/2 and id3v1 (at end of file) over musepack.
19221 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19223 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19224 Signal no-more-pads (so it works in playbin).
19226 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19228 * ext/musepack/gstmusepackreader.cpp:
19229 Workaround for older core.
19231 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19233 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19234 Actually test for odd width/height rather than testing whether
19235 a temporary variable that was 0 before we subtracted 1 is now
19236 not equal to zero (which it always is).
19238 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19240 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19241 Fix compilation if HAVE_XVIDEO is not defined
19243 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19245 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19246 Fix compilation if HAVE_XVIDEO is not defined
19248 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
19250 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19251 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19252 (gst_goom_change_state), (plugin_init):
19253 Use the bytestream adapter so goom doesn't depend on the input
19255 Add a debug category
19257 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19259 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19260 Only set hardware parameters *after* negotiation. Before
19261 negotiation, it will set ANY and that seems to cause crashes
19262 (see e.g. #151288, #153227).
19264 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19266 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19267 This seems to be antique leftover. It needs to pass error
19269 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19270 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19271 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19272 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19273 Fix GstXOverlay implementation (#151059).
19275 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19277 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19278 Don't assert (#157853).
19280 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19282 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19283 Fix bytes/samples confustion.
19284 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19285 Fix for underrun (#144389).
19287 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19289 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19290 Disable halfway-seek for pending release (since it needs a new
19293 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19295 * sys/v4l/gstv4lsrc.c:
19296 * sys/v4l/gstv4lsrc.h:
19297 * sys/v4l/v4lsrc_calls.c:
19298 add autoprobe-fps property so we can separate autoprobing parts
19300 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19302 * sys/v4l/gstv4lsrc.c:
19303 * sys/v4l/v4lsrc_calls.c:
19304 initialise fourcc to catch unset fourcc's, and debug
19306 2004-11-09 Wim Taymans <wim@fluendo.com>
19308 * gst/playback/README:
19309 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19310 * gst/playback/gstplaybin.c: (gst_play_bin_init),
19311 (gst_play_bin_dispose), (gst_play_bin_set_property),
19312 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19313 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19314 (gst_play_bin_get_formats), (gst_play_bin_convert),
19315 (gst_play_bin_get_query_types), (gst_play_bin_query):
19316 Cleanups and some more documentation.
19318 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
19320 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19321 (gst_cacasink_init), (gst_cacasink_chain):
19322 * ext/libcaca/gstcacasink.h:
19323 Cacasink inherits from VideoSink, so let that store the clock.
19325 2004-11-09 Wim Taymans <wim@fluendo.com>
19327 * gst/playback/README:
19328 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19329 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19330 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19331 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19332 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19334 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19335 (gst_stream_info_is_mute), (gst_stream_info_set_property):
19336 * gst/playback/gststreaminfo.h:
19338 Only switch groups if all streams have muted (EOSed).
19339 Send Tags in sync with the stream playback instead of in
19340 the playback/preroll phase.
19341 Some cleanups, free the fakesrc elements.
19343 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
19345 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19346 buffer-frames property was missing
19347 * ext/arts/gst_arts.c:
19348 rate missing from sinkcaps
19349 * ext/audiofile/gstafparse.c:
19350 * ext/audiofile/gstafsink.c:
19351 * ext/audiofile/gstafsrc.c:
19352 * ext/swfdec/gstswfdec.c:
19353 int audio doesn't know buffer-frames
19354 * ext/cdparanoia/gstcdparanoia.c:
19355 int audio doesn't know chunksize either
19356 * ext/nas/nassink.c:
19357 it's endianness, not endianess
19358 * gst-libs/gst/audio/audio.h:
19359 make float standard pad template caps really describe float
19360 * gst/law/mulaw.c: (linear_factory):
19361 signed only, please
19362 * gst/mpegstream/gstdvddemux.c:
19363 widths of 20 are not valid
19365 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
19367 Submitted by: Luca Ferretti <elle.uca@infinito.it>
19373 2004-11-08 Wim Taymans <wim@fluendo.com>
19375 * gst/playback/README:
19376 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19377 * gst/playback/gstplaybasebin.c: (probe_triggered),
19378 (gst_play_base_bin_change_state):
19379 Updated README, added more comments for fixmes etc..
19381 2004-11-08 Wim Taymans <wim@fluendo.com>
19383 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19384 We can remove this hack now.
19386 2004-11-08 Wim Taymans <wim@fluendo.com>
19388 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19389 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19390 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19391 Only mix AYUV for maximum quality.
19393 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19395 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19396 (gst_ogg_demux_push), (gst_ogg_pad_push):
19397 Let's act as if we're synchronized now! :).
19398 * ext/theora/theoradec.c: (theora_dec_chain):
19401 2004-11-08 Wim Taymans <wim@fluendo.com>
19403 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19404 (gst_alpha_set_property), (gst_alpha_sink_link),
19405 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19406 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19407 (gst_alpha_init_params), (gst_alpha_chain):
19408 Implement alpha functions for AYUV too, this increases
19409 accuracy quite a bit.
19411 2004-11-08 Wim Taymans <wim@fluendo.com>
19413 * gst/ffmpegcolorspace/avcodec.h:
19414 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19415 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19416 (gst_ffmpegcsp_avpicture_fill):
19417 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19418 (gst_ffmpegcsp_caps_remove_format_info):
19419 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19420 (shrink12), (img_get_alpha_info), (deinterlace_line),
19421 (deinterlace_line_inplace):
19422 * gst/ffmpegcolorspace/imgconvert_template.h:
19423 Added AYUV colorspace and handle RGBA a bit more respectful.
19425 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19427 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19428 Actually always send a discont (cornercase when resending the
19429 same serial-tagged chain twice).
19431 2004-11-08 Julien MOUTTE <julien@moutte.net>
19433 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19434 (gst_ximagesink_finalize):
19435 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19436 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19438 2004-11-08 Wim Taymans <wim@fluendo.com>
19440 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19441 Don't segfault on NULL data.
19443 2004-11-08 Wim Taymans <wim@fluendo.com>
19445 * gst/playback/gstdecodebin.c: (unlinked):
19446 * gst/playback/gstplay-marshal.list:
19447 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19448 (gst_play_base_bin_init), (group_create), (get_active_group),
19449 (get_building_group), (group_destroy), (group_commit),
19450 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19451 (add_element_stream), (no_more_pads), (probe_triggered),
19452 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19453 (state_change), (setup_source), (gst_play_base_bin_get_property),
19454 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19455 (gst_play_base_bin_link_stream),
19456 (gst_play_base_bin_get_streaminfo):
19457 * gst/playback/gstplaybasebin.h:
19458 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19459 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19460 Add support for chained ogg files. Prepare for playlist
19461 support. This patch introduces the concept of pad groups, which
19462 together compose one playable media file.
19464 2004-11-07 David Schleef <ds@schleef.org>
19466 * testsuite/gst-lint: Check for pad templates that aren't statically
19469 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19473 * ext/musepack/Makefile.am:
19474 * ext/musepack/gstmusepackdec.cpp:
19475 * ext/musepack/gstmusepackdec.h:
19476 * ext/musepack/gstmusepackreader.cpp:
19477 * ext/musepack/gstmusepackreader.h:
19478 Add musepack decoder.
19479 * ext/faad/gstfaad.c: (gst_faad_base_init):
19480 Make pad templates static.
19481 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19483 Add musepack typefinder, make mp3 typefinding work halfway stream,
19484 which doesn't actually work yet because id3demux doesn't implement
19487 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19489 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19490 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19491 Fix interrupt event handling (#144436).
19493 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19495 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19498 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19500 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19502 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19503 Fix weird caps (#157548).
19505 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19507 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19509 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19510 Add missing NULL terminator (#157543).
19512 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
19514 * gst/tcp/gsttcp.h:
19515 * gst/tcp/gsttcpclientsink.c:
19516 * gst/tcp/gsttcpclientsrc.c:
19517 * gst/tcp/gsttcpserversink.c:
19518 * gst/tcp/gsttcpserversrc.c:
19519 ports can go up to 65535. Move common defines to gsttcp.h
19521 2004-11-05 Wim Taymans <wim@fluendo.com>
19523 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19524 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19525 Added two more colorspaces.
19527 2004-11-05 Wim Taymans <wim@fluendo.com>
19529 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19530 (gst_ffmpegcsp_avpicture_fill):
19531 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19532 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19533 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19536 2004-11-05 Wim Taymans <wim@fluendo.com>
19538 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19539 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19540 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19541 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19542 (gst_videomixer_loop):
19545 2004-11-05 Benjamin Otte <otte@gnome.org>
19547 * ext/mad/gstmad.c: (gst_mad_chain):
19548 don't overflow data buffer. Flush not needed sync data when syncing
19551 2004-11-04 Wim Taymans <wim@fluendo.com>
19553 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19554 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19555 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19556 (gst_alpha_init_params), (gst_alpha_chain),
19557 (gst_alpha_change_state):
19558 Updated the chroma keying algorithm with something more
19561 2004-11-03 Wim Taymans <wim@fluendo.com>
19563 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19564 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19565 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19566 Fix stride issues. Does not completely work for odd
19569 2004-11-03 Wim Taymans <wim@fluendo.com>
19571 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19572 (gst_alpha_chroma_key), (gst_alpha_chain):
19573 Fix stride issues. Does not completely work for odd
19576 2004-11-03 Christophe Fergeau <teuf@gnome.org>
19578 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19579 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19582 2004-11-03 Wim Taymans <wim@fluendo.com>
19584 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19585 (gst_ffmpegcsp_avpicture_fill):
19586 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19588 * gst/ffmpegcolorspace/imgconvert_template.h:
19589 Use correct _fill function to get correct strides.
19591 2004-11-02 David Schleef <ds@schleef.org>
19593 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19594 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19595 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19596 Change all g_print()s to debugging. Add a bunch of consistency
19599 2004-11-02 Wim Taymans <wim@fluendo.com>
19601 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19602 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19603 (unlinked), (no_more_pads), (close_link):
19604 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19605 (unknown_type), (add_element_stream), (new_decoded_pad),
19606 (removed_decoded_pad), (setup_source):
19607 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19608 (gst_stream_info_class_init), (gst_stream_info_init),
19609 (gst_stream_info_new), (gst_stream_info_dispose),
19610 (stream_info_mute_pad), (gst_stream_info_set_property),
19611 (gst_stream_info_get_property):
19612 * gst/playback/gststreaminfo.h:
19613 Fix playback of multiple files.
19614 a slightly different approach to handling dynamic pad removals.
19615 This one only looks at pads that we have linked.
19617 2004-11-01 Christophe Fergeau <teuf@gnome.org>
19619 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19620 free" warning from libc.
19622 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19624 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19625 (get_unconnected_element), (remove_starting_from), (pad_removed),
19627 Implement support for dynamic pad changing. We listen to "live"
19628 pad removals (i.e. while playing) and re-setup autoplugging
19629 after that. Playbasebin/playbin need some more work for this
19630 to finally work, but decodebin supports (and replugs) chained
19633 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
19635 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19636 (gst_alsa_finalize):
19637 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19638 (gst_cdaudio_finalize):
19639 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19640 (cdparanoia_finalize):
19641 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19642 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19643 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19644 (dvdreadsrc_finalize):
19645 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19646 (gst_flacdec_finalize):
19647 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19648 (gst_flacenc_finalize):
19649 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19650 (gst_gnomevfssink_finalize):
19651 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19652 (gst_gnomevfssrc_finalize):
19653 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19654 (gst_fameenc_finalize):
19655 * ext/nas/nassink.c: (gst_nassink_class_init),
19656 (gst_nassink_finalize):
19657 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19658 (gst_sdlvideosink_class_init):
19659 * ext/sndfile/gstsf.c: (gst_sf_dispose):
19660 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19661 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19662 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19663 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19664 (gst_x_window_listener_dispose):
19665 * gst/audioscale/gstaudioscale.c:
19666 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19667 (play_on_demand_finalize):
19668 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19669 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19670 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19671 (cdplayer_finalize):
19672 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19673 (gst_glimagesink_class_init):
19674 * sys/oss/gstosselement.c: (gst_osselement_class_init),
19675 (gst_osselement_finalize):
19676 * sys/oss/gstosssink.c: (gst_osssink_dispose):
19677 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19678 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19679 Fixes a bunch of problems with finalize and dispose functions,
19680 either assumptions that dispose is only called once, or not calling
19681 the parent class dispose/finalize function
19683 2004-11-01 Stefan Kost <ensonic@users.sf.net>
19685 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19686 added two api precondition guards
19687 use g_strdup with getenv to fix crash when using ENVVAR
19689 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
19690 * ext/esd/esdsink.c: (gst_esdsink_class_init),
19691 (gst_esdsink_finalize):
19692 Use a finalize function, not dispose, and more importantly,
19693 call the parent class finalize function too
19695 2004-11-01 Johan Dahlin <johan@gnome.org>
19697 * ext/ogg/gstoggdemux.c:
19698 * gst/tags/gstvorbistag.c:
19701 2004-10-31 Benjamin Otte <otte@gnome.org>
19703 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19704 lotsa memleaks today. But they're all small...
19706 2004-10-31 Benjamin Otte <otte@gnome.org>
19708 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19709 another memleak crushed
19711 2004-10-31 Benjamin Otte <otte@gnome.org>
19713 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19716 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19718 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19719 Hack to prevent crash when going to READY inside signal handler
19720 while this function is active.
19722 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19724 * gst/ffmpegcolorspace/Makefile.am:
19725 * gst/ffmpegcolorspace/avcodec.h:
19726 * gst/ffmpegcolorspace/common.h:
19727 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19728 * gst/ffmpegcolorspace/dsputil.h:
19729 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19730 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19731 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19732 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19733 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19734 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19735 (gst_ffmpegcsp_avpicture_fill):
19736 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19737 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19738 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19739 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19740 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19741 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19742 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19743 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19744 * gst/ffmpegcolorspace/imgconvert.c:
19745 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19746 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19747 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19748 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19749 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19750 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19751 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19752 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19753 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19754 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19755 (grow21), (grow22), (grow41), (grow44), (conv411),
19756 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19757 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19758 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19759 (avpicture_free), (is_yuv_planar), (img_convert),
19760 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19761 (deinterlace_line_inplace), (deinterlace_bottom_field),
19762 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19763 * gst/ffmpegcolorspace/imgconvert_template.h:
19764 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19765 * gst/ffmpegcolorspace/mmx.h:
19766 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19767 (av_fast_realloc), (av_mallocz_static), (av_free_static),
19768 (av_freep), (avcodec_get_context_defaults),
19769 (avcodec_alloc_context), (avcodec_init):
19770 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19771 handling plus update from ffmpeg CVS. Large clean-up.
19773 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19775 * gst/playback/Makefile.am:
19776 We need the marshallers for decodebin, too.
19778 2004-10-30 David Schleef <ds@schleef.org>
19780 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19781 quicktime typefinding work with 64-bit offsets.
19783 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
19785 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19786 Set EOS on the element when processing an EOS event.
19787 * ext/speex/gstspeexdec.h:
19788 * ext/speex/gstspeexenc.h:
19789 Only keep a const ptr to the mode
19790 * gst-libs/gst/riff/riff-media.c:
19791 (gst_riff_create_audio_caps_with_data),
19792 (gst_riff_create_audio_template_caps):
19793 Allow WMAV3, with up to 6 channels.
19794 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19795 Don't call gst_pad_set_event_function on a sink pad.
19796 * gst/mpegstream/gstdvddemux.c:
19797 (gst_dvd_demux_get_subpicture_stream),
19798 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19799 Copy the explicit caps that were set across to the cur_* pads,
19800 instead of trying to use a possibly non-existent negotiated caps.
19801 Reset the type of subpicture pads to UNKNOWN after calling
19802 init_stream, so that the caps get set.
19804 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
19806 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19808 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19809 Don't touch buffer if it is of size 0 (fixes #151064).
19811 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19813 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19814 Synchronized discont handling.
19816 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19818 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19819 (gst_ogg_demux_push):
19820 Make seeking sort-of exact again (fixes #156387).
19822 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19824 * gst/playback/gstplaybasebin.c: (unknown_type),
19825 (add_element_stream), (new_decoded_pad),
19826 (gst_play_base_bin_change_state):
19827 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19828 (gst_stream_info_init), (gst_stream_info_new),
19829 (gst_stream_info_dispose), (gst_stream_info_get_property):
19830 * gst/playback/gststreaminfo.h:
19831 Make caps explicitely available. Makes testing for unsupported
19832 types possible. Improves error reporting.
19834 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19836 * gst/audioconvert/gstaudioconvert.c:
19837 (gst_audio_convert_buffer_to_default_format):
19838 Really don't touch read-only buffers (#156563).
19840 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
19842 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19844 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19845 Fix memleak (#155223).
19847 2004-10-29 Wim Taymans <wim@fluendo.com>
19849 * gst/tcp/.cvsignore:
19850 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19851 (gst_multifdsink_class_init), (gst_multifdsink_init),
19852 (gst_multifdsink_add), (gst_multifdsink_remove),
19853 (gst_multifdsink_remove_client_link), (is_sync_frame),
19854 (gst_multifdsink_new_client),
19855 (gst_multifdsink_handle_client_write),
19856 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19857 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19858 (gst_multifdsink_get_property):
19859 * gst/tcp/gstmultifdsink.h:
19860 Added burst on connect sync_method, deprecated sync_clients,
19861 streamlined the sync code some more.
19863 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19865 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19866 (gst_play_base_bin_change_state):
19867 Improve error reporting.
19869 2004-10-28 Wim Taymans <wim@fluendo.com>
19871 * gst/tcp/Makefile.am:
19872 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19873 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19874 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19875 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19876 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19877 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19879 Added more locks around fdset structures. Fixed/reworked
19880 the poll array resizing code.
19881 Added stress test for fdset.
19883 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19885 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19888 2004-10-28 Benjamin Otte <otte@gnome.org>
19890 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19891 fix link function to always query channels and query width for
19895 * gst/equalizer/Makefile.am:
19896 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19897 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19898 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19899 (arg_to_scale), (setup_filter),
19900 (gst_iir_equalizer_compute_frequencies),
19901 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19902 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19906 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19908 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19912 Added Norwegian Bokmaal translation
19914 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19916 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19917 Don't break on options (fixes #156488).
19919 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19922 * ext/cdaudio/Makefile.am:
19924 fix build on older automake
19926 2004-10-26 Wim Taymans <wim@fluendo.com>
19928 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19929 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19930 Allow a little margin when negotiating the framerate.
19932 2004-10-26 Stefan Kost <ensonic@users.sf.net>
19934 * gst/level/gstlevel.c:
19935 synchonised naming of pads and pad-templates
19937 2004-10-26 Wim Taymans <wim@fluendo.com>
19939 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19940 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19941 (_find_streams_check), (gst_ogg_demux_push):
19942 Fix EOS again. Needs to be done in a better way. We should not
19943 remove the pad if there is no new chained stream.
19945 2004-10-26 Iain <iaingnome@gmail.com>
19947 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19948 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19950 * gst/interleave/interleave.c (interleave_class_init): Hook up release
19952 (interleave_release_pad): Remove the pad.
19953 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19954 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19956 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19958 (gst_xvimagesink_xcontext_clear): Free the xcontext.
19959 (gst_xvimagesink_finalize): Free the par.
19961 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19963 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19964 (gst_avimux_stop_file):
19965 First calculate the rate, and only then use it. Hdr.rate is a
19966 multiple and not a derivative of hdr.scale. Scale is not the
19967 same as blockalign but is solely related to rate.
19969 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19971 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19972 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19975 2004-10-25 James Henstridge <james@jamesh.id.au>
19977 Reviewed by: David Schleef <ds@schleef.org>
19979 * examples/gstplay/player.c: (got_stream_length), (main):
19980 * examples/seeking/cdplayer.c: (update_scale):
19981 * examples/seeking/seek.c: (format_value), (update_scale):
19982 * examples/seeking/spider_seek.c: (format_value), (update_scale),
19984 Build fixes on AMD64.
19986 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19988 reviewed by: Ronald Bultje <rbultje at gnome dot org>
19990 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19991 Fix for some v4l cards which hang in v4lsrc
19993 2004-10-25 Wim Taymans <wim@fluendo.com>
19995 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19996 (gst_ogg_demux_push), (gst_ogg_chains_clear):
19997 Make sure to remove the pad when a new chain is
19998 encountered. Set some vars to NULL so we don't try
19999 to reference freed memory.
20001 2004-10-25 Wim Taymans <wim@fluendo.com>
20003 * examples/seeking/Makefile.am:
20004 * examples/seeking/cdplayer.c: (update_scale):
20005 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
20006 * examples/seeking/playbin.c: (make_playerbin_pipeline),
20007 (format_value), (update_scale), (iterate), (start_seek),
20008 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
20009 (print_usage), (main):
20010 Added some more examples, update others.
20012 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20014 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20015 * ext/speex/gstspeexdec.c: (speex_dec_chain):
20016 * ext/theora/theoradec.c: (theora_dec_chain):
20017 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20018 Add codec-name metadata.
20020 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
20022 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20024 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20025 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20026 * ext/alsa/gstalsamixertrack.h:
20028 ALSA mixer track label internationalization (#154054).
20030 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20032 * ext/theora/theoradec.c: (theora_dec_chain):
20033 Export bitrate as metadata.
20035 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20037 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20038 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20039 * ext/alsa/gstalsamixertrack.h:
20040 Fix names, fix loop.
20042 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20044 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
20045 (speex_dec_convert):
20046 sinkconvert function so oggdemux can get the file length (totem).
20048 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
20050 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20052 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20053 Don't push incomplete packets.
20054 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
20055 Fix MPEG-4 audio typefinding.
20057 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20059 * sys/v4l/Makefile.am:
20060 * sys/v4l/gstv4l.c: (plugin_init):
20061 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
20062 (gst_v4lelement_init), (gst_v4lelement_dispose),
20063 (gst_v4lelement_change_state):
20064 * sys/v4l/gstv4lelement.h:
20065 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
20066 (gst_v4l_xoverlay_close), (idle_refresh),
20067 (gst_v4l_xoverlay_set_xwindow_id):
20068 * sys/v4l/gstv4lxoverlay.h:
20069 * sys/v4l/v4l-overlay_calls.c:
20070 * sys/v4l/v4l_calls.h:
20071 * sys/v4l2/Makefile.am:
20072 * sys/v4l2/gstv4l2.c: (plugin_init):
20073 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
20074 (gst_v4l2element_init), (gst_v4l2element_dispose),
20075 (gst_v4l2element_change_state):
20076 * sys/v4l2/gstv4l2element.h:
20077 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
20078 (gst_v4l2_xoverlay_close), (idle_refresh),
20079 (gst_v4l2_xoverlay_set_xwindow_id):
20080 * sys/v4l2/gstv4l2xoverlay.h:
20081 * sys/v4l2/v4l2-overlay_calls.c:
20082 * sys/v4l2/v4l2_calls.h:
20083 Remove client-side overlay handling, use the X-server v4l plugin
20084 for that. Nicer overlay, less code. Also make the plugin
20085 compileable without X (but then without overlay, obviously).
20086 Makes xwindowlistener obsolete, should we remove that?
20088 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20090 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20091 (gst_osssrc_src_query):
20092 * sys/oss/gstosssrc.h:
20093 OK, so people want offset in DEFAULT. This time, actually fix all
20095 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20098 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20100 * gst/asfdemux/gstasfmux.c:
20101 * gst/avi/gstavimux.c:
20104 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20106 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20107 Fix properties (channel, norm, frequency).
20109 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20111 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20113 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20116 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20118 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20121 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20123 * sys/v4l2/gstv4l2element.h:
20124 Yet Another Hack (tm) for kernel header borkedness.
20125 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20126 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20127 (gst_v4l2src_link), (gst_v4l2src_getcaps),
20128 (gst_v4l2src_change_state):
20129 * sys/v4l2/gstv4l2src.h:
20130 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20131 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20132 Fix caps, keep track of state, work.
20134 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20136 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20139 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20141 * sys/oss/gstosssrc.c: (gst_osssrc_get):
20142 Don't mix bytes and samples.
20144 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20146 * ext/ogg/gstoggmux.c:
20147 Basic pad template which accepts OGM tracks, speex, flac, vorbis
20148 and theora. Any is incorrect.
20149 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20151 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20152 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20153 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20154 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20155 * sys/v4l/gstv4lmjpegsrc.h:
20156 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20157 (gst_v4lsrc_change_state):
20158 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20159 (gst_v4lmjpegsrc_capture_stop):
20160 Fix caps. Keep track of internal state. Work.
20162 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20165 Fix the build fixes.
20167 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20169 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20170 (gst_ogg_demux_src_event), (_find_chain_seek),
20171 (gst_ogg_pad_push):
20172 Check for pad availability before using it.
20173 * ext/ogg/gstoggdemux.c: (_find_chain_process):
20174 Fix parsing of chained ogg. Needs more work on the decoder side.
20176 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
20178 * gst/spectrum/Makefile.am:
20179 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20181 Fix demo and reenable it. Yes, I'm currently playing with audio
20184 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20186 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20187 We love it if files that start at zero work too...
20189 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20191 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20192 Handle files with missing EOS headers.
20194 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20196 * gst/tcp/gsttcpserversink.c:
20197 (gst_tcpserversink_handle_server_read),
20198 (gst_tcpserversink_init_send):
20199 Zero some variables first (need for accept not to return EINVAL)
20201 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20203 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20204 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20205 * ext/theora/theoradec.c: (theora_dec_sink_convert),
20206 (theora_dec_chain):
20207 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20208 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20209 Seeking and querying finetune.
20211 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
20215 * ext/raw1394/Makefile.am:
20218 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20220 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20222 * gst/playback/Makefile.am:
20223 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20224 * gst/playback/gstplay-marshal.list:
20225 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20228 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20230 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20233 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20235 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20236 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20237 (gst_ogg_pad_push):
20238 Yay for non-lineair granulepos in theora.
20240 2004-10-18 Wim Taymans <wim@fluendo.com>
20242 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20243 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20244 * ext/dv/gstdvdec.h:
20245 Make sure we renegotiate aspect ratio when the camera switches.
20247 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20249 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20250 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20252 * ext/theora/theoradec.c: (theora_dec_chain):
20253 Skip headers. Bad idea for chained ogg, but fixes seeking.
20255 2004-10-18 Wim Taymans <wim@fluendo.com>
20258 I swear, this is the last time I touch this.
20260 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20262 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20263 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20264 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20266 * ext/theora/theoradec.c: (theora_dec_sink_convert):
20267 Time-to-default conversion.
20268 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20269 Don't error on unknown packets, just skip. We should probably
20270 read them if we want to support chained ogg.
20272 2004-10-18 Wim Taymans <wim@fluendo.com>
20275 Added cdaudio to wrong list.
20277 2004-10-18 Wim Taymans <wim@fluendo.com>
20282 2004-10-18 Wim Taymans <wim@fluendo.com>
20284 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20285 (gst_dvdec_video_link), (gst_dvdec_push):
20286 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20287 (gst_smokeenc_resync), (gst_smokeenc_chain):
20288 Fix mimetype on smoke encoder.
20289 Add aspect ratio to dvdec. Not sure if these
20290 values are correct though....
20292 2004-10-18 Wim Taymans <wim@fluendo.com>
20294 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20295 Fix vorbis property descriptions and ranges.
20297 2004-10-18 Wim Taymans <wim@fluendo.com>
20299 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20300 Really do nothing when no data is available.
20301 Go to the playing state when the stream is not seekable
20302 instead of failing.
20304 2004-10-18 Wim Taymans <wim@fluendo.com>
20306 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20307 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20308 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20309 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20310 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20311 Added uri handler for cd://
20314 2004-10-18 Wim Taymans <wim@fluendo.com>
20316 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20317 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20318 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20319 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20320 (remove_prerolls), (unknown_type), (add_element_stream),
20321 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20322 (gst_play_base_bin_remove_element),
20323 (gst_play_base_bin_link_stream):
20324 * gst/playback/gstplaybin.c: (gen_video_element),
20325 (gen_vis_element), (remove_sinks), (setup_sinks):
20326 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20327 (gst_stream_info_get_type), (gst_stream_info_class_init),
20328 (gst_stream_info_init), (gst_stream_info_new),
20329 (gst_stream_info_dispose), (stream_info_mute_pad),
20330 (gst_stream_info_set_property), (gst_stream_info_get_property):
20331 * gst/playback/gststreaminfo.h:
20332 Add sink padtemplate to decodebin.
20333 Added some more comments.
20334 Make queue size configurable in playbasebin.
20335 Added possibility to use elements as sinks (ex cdaudio).
20337 2004-10-15 Wim Taymans <wim@fluendo.com>
20339 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20340 (gst_speexenc_chain):
20341 Fix speex timestamps so that it gets muxed properly.
20343 2004-10-15 Wim Taymans <wim@fluendo.com>
20345 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20346 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20347 (gst_dv1394src_init), (gst_dv1394src_dispose),
20348 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20349 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20350 (gst_dv1394src_event), (gst_dv1394src_get_formats),
20351 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20352 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20353 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20354 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20355 * ext/raw1394/gstdv1394src.h:
20356 Added conversion/query functions.
20357 Update buffer timestamps,
20359 Added uri dv:// so it might play from the firewire in playbin.
20360 Fix a possible leak.
20363 2004-10-15 Wim Taymans <wim@fluendo.com>
20365 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20366 (gst_dv1394src_init), (gst_dv1394src_set_property),
20367 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20368 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20369 * ext/raw1394/gstdv1394src.h:
20370 Added AV/C VTR control support needed for some cameras.
20371 Added automatic port detection.
20372 Added properties for selecting the channel.
20373 The configure.ac script is not yet updated to reflect the
20374 new libavc1394 and librom1394 dependencies.
20376 2004-10-15 Wim Taymans <wim@fluendo.com>
20378 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20379 (qtdemux_parse), (gst_qtdemux_handle_esds):
20380 An esds box is not a container.
20381 Fix parsing of mp4v boxes.
20382 Do not try to renegotiate fps for each frame. Need to
20383 find a better method. This should fix mp4 playback.
20385 2004-10-14 David Schleef <ds@schleef.org>
20387 * configure.ac: update for swfdec-0.3 and liboil-0.2
20388 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20389 * ext/swfdec/gstswfdec.h: same
20390 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20391 * gst/videotestsrc/videotestsrc.c: same
20393 2004-10-14 Wim Taymans <wim@fluendo.com>
20395 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20396 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20397 (is_sync_frame), (gst_multifdsink_new_client),
20398 (gst_multifdsink_handle_client_write),
20399 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20400 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20401 Turn warnings into info.
20402 Don't allow a state change in the streaming thread.
20404 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
20406 * ext/vorbis/oggvorbisenc.c:
20407 * ext/vorbis/vorbisdec.c:
20408 fix template sample rate
20410 2004-10-13 Wim Taymans <wim@fluendo.com>
20412 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20413 Decoding the header first fixes some problems in resyncing
20416 2004-10-12 Wim Taymans <wim@fluendo.com>
20418 * gst/playback/gstplaybin.c: (gen_video_element),
20419 (gen_vis_element), (remove_sinks), (setup_sinks):
20420 Added vis plugin support, need to configure the vis
20421 element to activate it.
20423 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20425 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20426 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20428 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20429 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20430 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20431 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20432 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20433 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20434 * gst/avi/gstavidemux.h:
20435 Support for openDML-2.0 indx/ix## chunks. Support for broken index
20436 recovery (where, if part of the index is broken, we will still read
20437 the rest of the index and recover the broken part by stream
20438 scanning). More broken media support. EOS workarounds. General AVI
20439 braindamage headache recovery. Aspirin included.
20441 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20443 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20444 (cdparanoia_event), (cdparanoia_query):
20445 Get rid of hideous lead-in.
20447 2004-10-11 Wim Taymans <wim@fluendo.com>
20449 * gst/playback/gstplaybasebin.c: (setup_source):
20450 Wrong var used to get g_list_next.
20452 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20454 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20455 (cdparanoia_get), (cdparanoia_open):
20456 Report discid as metadata, add duration.
20458 2004-10-11 Wim Taymans <wim@fluendo.com>
20460 * gst/playback/gstplaybasebin.c: (setup_source):
20461 Cleanup the previous pipeline a little earlier for the
20462 case that a source element provides raw data.
20464 2004-10-11 Benjamin Otte <otte@gnome.org>
20466 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20467 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20468 consuming the last 128 bytes, even though it was valid mp3 data.
20470 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20472 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20473 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20474 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20475 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20477 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20479 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20480 Fix for webcams that support only specific width or height
20482 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20484 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20486 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20487 Fix wrong discont event setup (fixes #154967).
20489 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
20491 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20493 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20494 Error out on invalid data (fixes #154807).
20496 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20498 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20500 * ext/dvdread/dvdreadsrc.c: (_read):
20501 Make titles > 0 work again (fixes #154834).
20503 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20505 * gst-libs/gst/riff/riff-media.c:
20506 (gst_riff_create_video_template_caps):
20507 WMV3 missing in template caps.
20509 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20511 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20512 OK, so the original code was too strict. It makes random AVI files
20513 hang for seconds upon opening, which is unacceptable and is far
20514 beyond the original goal of getting multiple chunks for one-chunk
20515 sounc stream files. So now do just that.
20517 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20519 * gst/playback/gstplaybasebin.c: (setup_source),
20520 (gst_play_base_bin_change_state):
20521 Actually clean up streaminfo if output fails. This would trigger
20522 if, for example, there was no CD in the drive. No preroll, so
20523 a streaminfo structure is created, but the subsequent state change
20524 of the thread fails.
20525 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20526 Don't change state if parent failed.
20528 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20530 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20531 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20532 (gen_video_element), (remove_sinks):
20533 Add small bits of code for screenshot handling.
20535 2004-10-08 Wim Taymans <wim@fluendo.com>
20537 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20538 (gen_video_element), (gen_audio_element), (setup_sinks):
20539 Don't assume the user provided sinks are named "sink"...
20541 2004-10-08 Wim Taymans <wim@fluendo.com>
20543 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20544 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20545 (gst_play_base_bin_link_stream):
20546 Do not try to autoplug sources that generate raw streams like
20548 disconnect the preroll overrun signal when we don't need it anymore.
20550 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
20552 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20553 Added reworked patch from #154903 from milosz derezynski (deadchip).
20555 2004-10-08 Wim Taymans <wim@fluendo.com>
20557 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20558 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20559 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20560 (cdparanoia_convert), (cdparanoia_uri_get_type),
20561 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20562 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20563 * ext/cdparanoia/gstcdparanoia.h:
20564 This adds the cdda://<tracknum> uri.
20566 2004-10-08 Wim Taymans <wim@fluendo.com>
20568 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20569 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20570 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20571 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20572 (unknown_type), (gst_play_base_bin_remove_element),
20573 (gst_play_base_bin_link_stream):
20574 * gst/playback/gstplaybasebin.h:
20575 * gst/playback/gstplaybin.c: (gst_play_bin_init),
20576 (gst_play_bin_set_property), (gen_video_element),
20577 (gen_audio_element), (setup_sinks):
20578 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20579 (gst_stream_info_get_type), (gst_stream_info_class_init),
20580 (gst_stream_info_init), (gst_stream_info_new),
20581 (gst_stream_info_dispose), (stream_info_mute_pad),
20582 (gst_stream_info_set_property), (gst_stream_info_get_property):
20583 * gst/playback/gststreaminfo.h:
20584 Reuse the audio and video bins.
20585 Some internal cleanups in the stream selection code.
20587 2004-10-08 Julien MOUTTE <julien@moutte.net>
20589 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20590 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20591 * sys/ximage/ximagesink.h:
20592 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20593 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20594 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20595 not coming from those elements. Moreover these elements should not keep
20596 the xid they have been given when in NULL state.
20598 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20600 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20601 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20602 * sys/ximage/ximagesink.h:
20603 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20604 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20605 * sys/xvimage/xvimagesink.h:
20606 Actually only create a new toplevel window if we're not gonna
20607 embed it right after.
20609 2004-10-07 Wim Taymans <wim@fluendo.com>
20611 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20612 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20613 * gst/playback/gstplaybin.c: (setup_sinks):
20614 Implement muting/unmuting of streams, mute streams that are not
20617 2004-10-07 Wim Taymans <wim@fluendo.com>
20619 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20621 Added lame audio/x-ac3 typefind function.
20623 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20628 === release 0.8.5 ===
20630 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20635 releasing 0.8.5, "Take You On"
20637 2004-10-06 Wim Taymans <wim@fluendo.com>
20639 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20640 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20641 (no_more_pads), (close_link), (type_found):
20642 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20643 * gst/playback/gstplaybin.c: (gen_video_element):
20644 Do not signal the no_more_pads after the first pad when
20645 we are plugging a non dynamic element with multiple
20646 output pads (like swfdec, dvdec, ...).
20648 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20651 bump for prerelease
20653 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20655 * gst/wavparse/gstwavparse.c:
20656 add ATRAC3 to STATIC CAPS to fix a warning
20658 * gst/matroska/ebml-read.c:
20659 * gst-libs/gst/riff/riff-read.c:
20662 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20664 * gst-libs/gst/riff/riff-media.c:
20665 generate caps for ATRAC3 audio streams
20667 * gst/realmedia/rmdemux.c:
20668 generate caps for ATRAC3 audio streams
20670 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20672 * gst/wavparse/Makefile.am
20673 * gst/wavparse/riff.h
20674 * gst/wavparse/wavparse.vcproj
20675 riff.h removal (unused and duplication with riff-ids.h)
20677 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20679 * gst/wavparse/gstwavparse.h
20680 remove duplicated defines for audio codec codes
20682 * gst-libs/gst/riff/riff-ids.h
20683 * gst/wavenc/riff.h:
20684 add "4CC" code for ATRAC3 audio streams
20685 add "4CC" code for ITU_G721_ADPCM (unused for now)
20687 2004-10-06 Wim Taymans <wim@fluendo.com>
20689 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20690 Actually _do_ negotiation. Pass gdouble as arg instead
20691 of guint64 for the framerate.
20693 2004-10-06 Wim Taymans <wim@fluendo.com>
20695 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20696 (find_compatibles), (close_pad_link), (try_to_link_1),
20697 (no_more_pads), (close_link), (type_found):
20698 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20699 * gst/playback/gstplaybin.c: (gen_video_element),
20700 (gen_audio_element):
20701 Set state on newly added element to READY so that negotiation
20703 Addes some more debug info.
20704 Do not try to plug pads with multiple caps structures or ANY
20705 because it is too dangerous since we do not do dynamic
20708 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20710 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20714 add Oriya translation
20716 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20718 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20719 Prevent overwrite of size member. Makes audio sound crappy.
20721 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20723 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20724 Add rmvb to the list of known RealMedia extensions
20726 2004-10-05 Wim Taymans <wim@fluendo.com>
20728 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20729 (mngdec_openstream), (mngdec_closestream),
20730 (mngdec_handle_sink_event), (mngdec_readdata),
20731 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20732 (mngdec_getcanvasline), (mngdec_refresh),
20733 (gst_mngdec_change_state):
20734 Set the framerate correctly.
20736 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20738 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20739 There was something wrong with the index massaging.
20741 2004-10-04 Wim Taymans <wim@fluendo.com>
20743 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20744 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20745 (gst_smokedec_chain):
20746 * ext/jpeg/gstsmokedec.h:
20747 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20748 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20749 * ext/jpeg/gstsmokeenc.h:
20750 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20751 (smokecodec_decode_new), (smokecodec_info_free),
20752 (smokecodec_set_quality), (smokecodec_get_quality),
20753 (smokecodec_set_threshold), (smokecodec_get_threshold),
20754 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20755 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20756 (smokecodec_encode), (smokecodec_parse_id),
20757 (smokecodec_parse_header), (smokecodec_decode):
20758 * ext/jpeg/smokecodec.h:
20759 * ext/jpeg/smokeformat.h:
20760 Updated smoke, new bitstream, allows embedding in ogg.
20762 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20764 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20765 Fix seeking in some files. All this code is no longer needed (and
20766 actually breaks stuff) because we now synchronize the full index
20767 right when reading the header.
20769 2004-10-04 Wim Taymans <wim@fluendo.com>
20772 configure update for libmng.
20774 2004-10-04 Wim Taymans <wim@fluendo.com>
20776 * ext/libmng/Makefile.am:
20777 * ext/libmng/gstmng.c: (plugin_init):
20778 * ext/libmng/gstmng.h:
20779 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20780 (gst_mngdec_base_init), (gst_mngdec_class_init),
20781 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20782 (gst_mngdec_loop), (gst_mngdec_get_property),
20783 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20784 (mngdec_closestream), (mngdec_handle_sink_event),
20785 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20786 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20787 (gst_mngdec_change_state):
20788 * ext/libmng/gstmngdec.h:
20789 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20790 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20791 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20792 (gst_mngenc_chain), (gst_mngenc_get_property),
20793 (gst_mngenc_set_property):
20794 * ext/libmng/gstmngenc.h:
20795 Added basic MNG decoder. Needs more work. The encoder does
20798 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20800 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20801 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20802 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20803 Don't hang on length=0 chunks. Some negotiation fixes. Signal
20806 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
20809 you need at least 1.0.4 of speex
20811 2004-10-04 Iain <iaingnome@gmail.com>
20813 * ext/speex/gstspeexdec.h: Revert the includes changes.
20815 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20817 2004-09-30 Iain <iaingnome@gmail.com>
20819 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20820 found during init or set as a property instead of hardcoding /dev/audio
20822 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20824 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20825 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20826 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20827 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20828 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20829 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20830 (gst_rmdemux_dump_data):
20831 Use debug category, fix EOS handling. filesrc ! rmdemux now
20834 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20836 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20837 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20838 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20839 Improve allocation, cutting and sorting of the index. How takes a
20840 few seconds instead of minutes.
20842 2004-10-03 Christophe Fergeau <teuf@gnome.org>
20844 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20847 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20849 * gst-libs/gst/riff/riff-media.c:
20850 (gst_riff_create_video_caps_with_data),
20851 (gst_riff_create_video_template_caps):
20852 Add wing commander format mimetype/fourccs.
20853 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20854 Don't crash if some value is 0.
20856 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20858 * gst-libs/gst/riff/riff-media.c:
20859 (gst_riff_create_video_caps_with_data),
20860 (gst_riff_create_video_template_caps):
20861 Add DIB fourcc (raw, palettized 8-bit RGB).
20862 * gst-libs/gst/riff/riff-read.c:
20863 (gst_riff_read_strf_vids_with_data):
20864 Oops, fix strf_data reading bug.
20865 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20866 Use a non-NULL tag.
20867 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20868 Time for hacks. Sorry Dave. At least one quicktime movie (a
20869 trailer) that I've encountered contains multiple video tracks.
20870 One of those is the actual video track, the other are one-frame
20871 tracks (images). Unfortunately, the number of frames according
20872 to the trak header is 1 for each, so that doesn't help. So
20873 instead, I look at the duration and discard tracks with a
20874 duration shorter than 20% of the length of the stream. Better
20877 2004-10-01 Christian Schaller <christian@fluendo.com>
20879 * ext/ivorbis/vorbis.c:
20880 Patch from Phil Blundell (Bug 152341)
20882 2004-10-01 Wim Taymans <wim@fluendo.com>
20884 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20885 (speex_dec_get_formats), (speex_dec_convert),
20886 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20887 (speex_dec_chain), (gst_speexdec_get_property),
20888 (gst_speexdec_set_property):
20891 2004-10-01 Wim Taymans <wim@fluendo.com>
20893 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20894 (gst_wavparse_stream_init), (gst_wavparse_fmt),
20895 (gst_wavparse_other), (gst_wavparse_loop),
20896 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20897 (gst_wavparse_srcpad_event):
20898 * gst/wavparse/gstwavparse.h:
20899 Added some more debugging info.
20900 Fix the case where the length of the file is 0.
20901 Make sure we seek to sample borders.
20903 2004-10-01 Wim Taymans <wim@fluendo.com>
20905 * gst/playback/README:
20906 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20907 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20908 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20909 Add some debug info to decodebin, update README
20911 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20913 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20914 Don't use g_print(); use GST_DEBUG().
20916 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20918 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20919 (gst_ogg_mux_queue_pads):
20920 Handle EOS properly.
20922 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20924 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20926 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20927 (gst_faad_chain), (gst_faad_change_state):
20928 * ext/faad/gstfaad.h:
20929 Allow playback of raw (unframed) MPEG AAC files (#148993).
20931 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20933 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20935 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20936 Throw error if we didn't recognize the stream. Fixes #152289.
20938 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20940 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20943 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
20945 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20947 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20950 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
20952 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20954 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20956 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20959 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20961 * gst-libs/gst/riff/riff-media.c:
20962 (gst_riff_create_video_caps_with_data),
20963 (gst_riff_create_audio_caps_with_data):
20964 Add codec_data handling (like asfdemux used to do).
20965 * gst/asfdemux/gstasf.c: (plugin_init):
20966 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20967 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20968 Use riff-media for caps creation instead of our own (mostly
20969 broken) copy of its functions.
20971 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20973 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20974 Don't actually error out if we get another return value than
20975 -EINVAL. Opposite to what I first thought, drivers have random
20976 return values for this, although -EINVAL is the expected return
20977 value. Since this is not fatal, we shouldn't use
20978 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20980 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20982 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20983 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20984 (dvdreadsrc_get_property), (_open), (_seek), (_read),
20985 (dvdreadsrc_get), (dvdreadsrc_open_file),
20986 (dvdreadsrc_change_state):
20987 Fix. Don't do one big huge loop around the whole DVD, that will
20988 cache all data and thus eat sizeof(dvd) (several GB) before we
20990 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20991 Actually NULL'ify event after using it.
20992 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20993 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20994 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20995 (gst_ebml_read_seek), (gst_ebml_read_skip):
20997 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20998 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20999 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
21000 Fix timing (this will probably break if I seek using menus, but
21001 I didn't get there yet). VOBs and normal DVDs should now work.
21002 Add a mpeg2-only pad with high rank so this get autoplugged for
21004 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
21005 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
21006 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
21007 (gst_mpeg_demux_get_audio_stream),
21008 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
21009 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
21010 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
21011 MPEG-1 but use dvddemux for MPEG-2.
21012 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21013 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
21014 (gst_mpeg_parse_parse_packhead):
21015 Timing. Only add pad template if it exists. Add sink template from
21016 class and not from ourselves. This means we will always use the
21017 correct sink template even if it is not the one defined in this
21020 2004-09-29 Wim Taymans <wim@fluendo.com>
21022 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
21023 (gst_mpeg_demux_parse_pes):
21024 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21025 Fix playback of mpeg again, timestamps where screwed up by
21028 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21030 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
21031 Only return true if we actually filled something in. Prevents
21032 player applications from showing a random length for flac files.
21033 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21034 (gst_riff_read_use_event), (gst_riff_read_handle_event),
21035 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
21036 (gst_riff_read_strf_vids_with_data),
21037 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
21038 OK, ok, so I implemented event handling. Apparently it's normal
21039 that we receive random events at random points without asking
21041 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
21042 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21043 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
21044 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
21045 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
21046 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
21047 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
21048 * gst/avi/gstavidemux.h:
21049 Implement non-lineair chunk handling and subchunk processing.
21050 The first solves playback of AVI files where the audio and video
21051 data of individual buffers that we read are not synchronized.
21052 This should not happen according to the wonderful AVI specs, but
21053 of course it does happen in reality. It is also a prerequisite for
21054 the second. Subchunk processing allows us to cut chunks in small
21055 pieces and process each of these pieces separately. This is
21056 required because I've seen several AVI files with incredibly large
21057 audio chunks, even some files with only one audio chunk for the
21058 whole file. This allows for proper playback including seeking.
21059 This patch is supposed to fix all AVI A/V sync issues.
21060 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
21061 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
21063 * gst/modplug/gstmodplug.cc:
21064 Proper return value setting for the query() function.
21065 * gst/playback/gstplaybasebin.c: (setup_source):
21066 Being in non-playing state (after, e.g., EOS) is not necessarily
21067 a bad thing. Allow for that. This fixes playback of short files.
21068 They don't actually playback fully now, because the clock already
21069 runs. This means that small files (<500kB) with a small length
21070 (<2sec) will still not or barely play. Other files, such as mod
21071 or flx, will work correctly, however.
21073 2004-09-28 Wim Taymans <wim@fluendo.com>
21075 * ext/speex/gstspeex.c: (plugin_init):
21076 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
21077 (gst_speex_dec_class_init), (speex_dec_get_formats),
21078 (speex_get_event_masks), (speex_get_query_types),
21079 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
21080 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
21081 (gst_speexdec_get_property), (gst_speexdec_set_property),
21082 (speex_dec_change_state):
21083 * ext/speex/gstspeexdec.h:
21084 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21085 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21086 (gst_speexenc_base_init), (gst_speexenc_class_init),
21087 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21088 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21089 (gst_speexenc_src_query), (gst_speexenc_init),
21090 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21091 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21092 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21093 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21094 (gst_speexenc_chain), (gst_speexenc_get_property),
21095 (gst_speexenc_set_property), (gst_speexenc_change_state):
21096 * ext/speex/gstspeexenc.h:
21097 Rewrote speex encoder, make sure it can be embedded in ogg.
21098 Implemented speex decoder.
21100 2004-09-28 Christian Schaller <christian@fluendo.com>
21103 Remove kioslave plugin. Markey is brewing a new working one
21104 * ext/Makefile.am: Remove kioslave plugin
21106 * gst-plugins.spec.in: remove kio plugin from spec
21108 2004-09-27 Wim Taymans <wim@fluendo.com>
21110 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21111 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21112 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21113 (gst_multifdsink_new_client),
21114 (gst_multifdsink_handle_client_write),
21115 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21116 (gst_multifdsink_handle_clients):
21117 * gst/tcp/gstmultifdsink.h:
21118 Make syncing to keyframes actually work for new clients and lagging
21121 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
21123 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21124 (gst_navigationtest_handle_src_event), (draw_box_planar411),
21125 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21126 * gst/debug/gstnavigationtest.h:
21127 make navigationtest display button-press and button-release events
21129 2004-09-26 Iain <iaingnome@gmail.com>
21131 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21132 the channels have received a new media event.
21133 (interleave_buffered_loop): Compresses a new media event on all
21136 2004-09-26 Iain <iaingnome@gmail.com>
21138 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21139 call the sinkpad's default event handler and not the srcpads. He also
21140 says this is confusing :)
21141 (gst_wavenc_stop_file): Company says that seek events only go upstream
21142 we should send a discontinuous downstream instead.
21144 2004-09-25 Christian Schaller <christian@fluendo.com>
21146 * Update SPEC file to be usable in conjunction with Fedora Core,
21147 Fedora.us and freshrpms packages
21148 * Fix typo in multifilesrc test Makefile
21150 2004-09-24 Wim Taymans <wim@fluendo.com>
21152 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21153 Only signal the no_more_pads signal when we have
21154 added the stream to our list.
21156 2004-09-24 Wim Taymans <wim@fluendo.com>
21158 * gst/playback/gstplaybasebin.c: (remove_prerolls),
21160 * gst/playback/gstplaybasebin.h:
21161 * gst/playback/gstplaybin.c: (setup_sinks):
21162 Don't try to preroll or decode more than one audio/video
21165 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21167 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21168 Throw error if we failed to find a suitable output. This should
21169 throw an error if we successfully set up a pipeline (e.g. because
21170 we recognized a media file) but found no decodable streams in it
21171 (e.g. because it contains only media stream types for which we
21172 have no decoders, or because it's not a media type).
21174 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21176 * ext/dirac/Makefile.am:
21177 * ext/dirac/gstdirac.cc:
21178 * ext/dirac/gstdiracdec.cc:
21179 * ext/dirac/gstdiracdec.h:
21180 Do something. Don't actually know if this works because I don't
21181 have a demuxer yet.
21182 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21183 Add channels=1 to caps returned from _getcaps().
21184 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21185 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21186 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21187 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21188 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21189 (gst_ogm_parse_change_state):
21190 Separate between audio/video so ogmaudioparse actually uses the
21191 audio pad templates. Both audio and video work now, including
21192 autoplugging. Also use sometimes-srcpad hack.
21193 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21194 Handle events better. Don't hang on infinite loops.
21195 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21196 (gst_avi_demux_init), (gst_avi_demux_reset),
21197 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21198 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21199 (gst_avi_demux_change_state):
21200 * gst/avi/gstavidemux.h:
21201 Improve A/V sync. Still not perfect.
21202 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21203 (gst_ebml_read_skip):
21204 Handle events better.
21205 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21206 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21207 (qtdemux_audio_caps):
21208 Add IMA4. Improve event handling. Save offset after a seek when
21209 the headers are at the end of the file so that we don't end up in
21211 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21212 Add low-priority typefind support for files with no length.
21214 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21216 * testsuite/multifilesink/Makefile.am:
21219 2004-09-22 Julien MOUTTE <julien@moutte.net>
21221 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21222 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21223 mistakes from thaytan's patches.
21225 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21227 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21228 For completeness, XSync in the destroy function as xvimage does.
21230 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21232 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21233 Correct caps negotiation
21234 * gst/volume/gstvolume.c: (volume_chain_float),
21235 (volume_chain_int16):
21236 Modify debug output to be little more informative
21237 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21238 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21239 (gst_xvimagesink_xvimage_destroy):
21240 Add XSync calls after detaching from the shared memory segment to
21243 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21245 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21246 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21247 * ext/vorbis/vorbis.c: (plugin_init):
21248 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21249 (gst_vorbisenc_chain):
21250 * ext/vorbis/vorbisenc.h:
21251 remove explicit newmedia support from oggmux and vorbisenc
21252 add debug category to vorbisenc
21253 * gst/multifilesink/gstmultifilesink.c:
21254 (gst_multifilesink_class_init), (gst_multifilesink_init),
21255 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21256 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21257 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21259 * gst/multifilesink/gstmultifilesink.h:
21260 add support for streamheader in multifilesink
21262 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21264 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21265 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21266 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21267 Prevent infinite loops. More correct error reporting.
21268 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21269 Error out if negotiation fails.
21270 * gst/playback/gstplaybasebin.c: (setup_source),
21271 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21272 (gst_play_base_bin_found_tag):
21273 Error/tag forwarding. Pre-roll fixes for source errors on state
21274 changes (e.g. "file does not exist") to prevent hangs.
21276 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21278 * testsuite/multifilesink/Makefile.am:
21279 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21280 (gst_newmedia_class_init), (gst_newmedia_init),
21281 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21282 (newfile_signal), (test_signal), (main):
21283 * testsuite/multifilesink/multifilesrc_test.c: (main):
21284 * testsuite/multifilesink/oggtheora_test.c:
21285 (gst_newmedia_base_init), (gst_newmedia_class_init),
21286 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21287 (test_format), (newfile_signal), (test_signal), (main):
21288 * testsuite/multifilesink/oggvorbis_test.c:
21289 (gst_newmedia_base_init), (gst_newmedia_class_init),
21290 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21291 (test_format), (newfile_signal), (test_signal), (main):
21292 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21293 (gst_newmedia_class_init), (gst_newmedia_init),
21294 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21295 (newfile_signal), (test_signal), (main):
21298 2004-09-20 Christian Schaller <christian@fluendo.com>
21300 * Fix mikmod license to LGPL as they have relicensed
21301 * Move Dirac and Effectv into LGPL section of README_license
21303 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21305 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21306 (gst_mad_change_state):
21307 Allow for mp3 rate/channels changes. However, only very
21308 conservatively. Reason that we *have* to enable this is smiply
21309 because the mad find_sync() function is not good enough, it will
21310 regularly sync on random data as valid frames and therefore make
21311 us provide random caps as *final* caps of the stream. The best fix
21312 I could think of is to simply require several of the same stream
21313 changes in a row before we change caps.
21314 The actual testcase that works now is #
21315 * ext/ogg/Makefile.am:
21316 * ext/ogg/gstogg.c: (plugin_init):
21317 * ext/ogg/gstogmparse.c:
21318 OGM support (video only for now; I need an audio sample file).
21319 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21320 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21321 (gst_asf_demux_add_video_stream):
21323 * gst/playback/gstplaybasebin.c: (unknown_type):
21324 Don't error out on single unknown-types after all. It's wrong.
21325 If we found type of video and audio but not of a subtitle stream,
21326 it will still error out (which is unwanted). Will find a better fix
21328 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21329 (ogmaudio_type_find), (plugin_init):
21332 2004-09-20 Johan Dahlin <johan@gnome.org>
21334 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21335 after setting caps.
21337 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21339 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21340 * gst/wavenc/gstwavenc.h:
21341 Added newmedia support to wavenc
21343 2004-09-17 Wim Taymans <wim@fluendo.com>
21345 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21346 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21347 (gst_fdset_fd_can_write), (gst_fdset_wait):
21348 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21349 (gst_multifdsink_init), (gst_multifdsink_add),
21350 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21351 (gst_multifdsink_remove_client_link),
21352 (gst_multifdsink_client_queue_buffer),
21353 (gst_multifdsink_handle_client_write),
21354 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21355 (gst_multifdsink_close), (gst_multifdsink_change_state):
21356 * gst/tcp/gstmultifdsink.h:
21357 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21358 (gst_tcpserversink_removed):
21359 Small cleanups in fdset.c
21360 Use a hastable to map fd to the client structure for faster
21361 lookup in _remove and get_stats.
21362 Added virtual function to close the fds.
21363 Handle clients even when the select/poll call was unblocked because
21365 Implement syncing to keyframe in the recovery procedure.
21367 2004-09-16 Iain <iaingnome@gmail.com>
21369 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21372 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21374 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21375 Caps are only set if the type of the stream is unknown, but this
21376 is initialized in ->init_stream(), so set to UNKNOWN after calling
21377 ->init_stream() so that capsnego starts.
21379 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21381 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21382 (gst_avi_demux_stream_data):
21383 Just hardcode for raw audio then. AVI audio sucks.
21385 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
21387 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21388 * gst/matroska/matroska-mux.c: (audiosink_templ),
21389 (gst_matroska_mux_audio_pad_link):
21390 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21391 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21393 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21395 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21396 (gst_avi_demux_stream_data):
21397 Try to fix a/v sync issues.
21399 2004-09-15 David Schleef <ds@schleef.org>
21401 * configure.ac: remove NASM check, since we don't use it. Update
21403 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21404 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21405 Initialized variables.
21406 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21407 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21408 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21411 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21413 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21414 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21415 * gst/avi/gstavidemux.h:
21416 Fix for compressed audio (mp3) timestamp generation. How did this
21419 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21421 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21422 Volume is a double not a float.
21424 2004-09-15 Wim Taymans <wim@fluendo.com>
21426 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21427 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21428 Don't close the fd in multifdsink as we didn't open it in the
21429 first place. Some cleanups.
21431 2004-09-15 Wim Taymans <wim@fluendo.com>
21433 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21434 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21435 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21436 Fix the case where the muxer would mark pages as delta
21437 frames when they are not (vorbis only ogg).
21439 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21441 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21442 (gst_play_base_bin_change_state):
21443 Handle the case where we failed to setup a clear pipeline. This
21444 will throw an error (or EOS, another nice case) and if you don't
21445 catch that, the app will wait for the signal forever (and thus
21448 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21450 * ext/gnomevfs/gstgnomevfssink.c:
21451 (gst_gnomevfssink_uri_get_protocols):
21452 * ext/gnomevfs/gstgnomevfssrc.c:
21453 (gst_gnomevfssrc_uri_get_protocols):
21454 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21455 * ext/gnomevfs/gstgnomevfsuri.h:
21456 Use _uri_new() instead of _open(), so it doesn't take as long and
21457 Christophe's computer won't hang.
21458 * gst/playback/gstplaybasebin.c: (unknown_type):
21459 Throw error on unknown media type, so apps actually display it.
21461 2004-09-14 Brian Cameron <brian.cameron@sun.com
21463 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
21464 this script to work on Solaris since bash shell handles echo
21465 differenly than bash.
21467 2004-09-17 Wim Taymans <wim@fluendo.com>
21469 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21470 (setup_source), (gst_play_base_bin_set_property),
21471 (gst_play_base_bin_add_element):
21472 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21473 Some more work on making sure seeking pauses the pipeline and
21474 that changing the uri actually does something.
21476 2004-09-17 Wim Taymans <wim@fluendo.com>
21478 * gst/tcp/gstfdset.c: (gst_fdset_wait):
21479 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21480 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21481 (gst_tcpserversink_close):
21482 Be a bit more paranoid when freeing memory.
21484 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21486 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21487 (qtdemux_parse_trak):
21488 Don't crash by dividing by zero (see sample movie in #126922).
21490 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21492 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21493 Don't touch non-existing data (fixes crash on file in #140147).
21495 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21497 * gst/playback/gstplaybasebin.c:
21498 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21499 Handle double disposals, and proper change of URIs.
21501 2004-09-13 Martin Eikermann <meiker@upb.de>
21503 * gst/mpegstream/gstmpegparse.c:
21504 fix synchronistation for streams recorded from digital PCR
21507 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21509 * ext/gnomevfs/Makefile.am:
21510 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21511 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21512 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21513 (gst_gnomevfssink_uri_get_type),
21514 (gst_gnomevfssink_uri_get_protocols),
21515 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21516 (gst_gnomevfssink_uri_handler_init),
21517 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21518 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21519 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21520 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21521 (gst_gnomevfssrc_uri_get_type),
21522 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21523 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21524 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21525 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21526 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21527 * ext/gnomevfs/gstgnomevfsuri.h:
21528 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21529 of fake URIs to see which this version of Gnome-VFS likes, and
21530 uses that for the Gst-URI interface. Makes playbin support http://
21531 streams. Also fix up some stupid behaviour in gnomevfssrc.
21533 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21535 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21536 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21537 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21538 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21539 Update mixer (to sync with other sessions) if we try to obtain
21540 a new value. This makes alsamixer work accross applications.
21541 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21542 Only call sync functions if we're running, else alsalib asserts.
21543 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21544 Sometimes fails to compile. Possibly a gcc bug.
21545 * gst/playback/gstplaybin.c: (gen_video_element),
21546 (gen_audio_element):
21547 Add a reference to an application-provided object, because we lose
21548 this same reference if we add it to the bin. If we don't do this,
21549 we can only use this object once and thus crash if we go from
21550 ready to playing, back to ready and back to playing again.
21551 Also add an audioscale element because several cheap soundcards -
21552 like mine - don't support all samplerates.
21553 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21554 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21555 Fix wrong order or PAR calls. Makes automatically obtained PAR
21556 from the X server atually being used.
21558 2004-09-12 David Schleef <ds@schleef.org>
21560 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21561 #151887, #152102, #152247.
21562 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21563 * examples/seeking/cdparanoia.c: same
21564 * examples/seeking/cdplayer.c: same
21565 * examples/seeking/seek.c: same
21566 * examples/seeking/spider_seek.c: same
21567 * examples/seeking/vorbisfile.c: same
21568 * examples/stats/mp2ogg.c: same
21569 * ext/esd/esdsink.c: (gst_esdsink_class_init),
21570 (gst_esdsink_dispose): Dispose of element properly.
21571 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21573 * ext/nas/nassink.c: (gst_nassink_class_init),
21574 (gst_nassink_dispose): Dispose of element correctly.
21575 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21576 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21577 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21578 Fix 64-bit warning.
21579 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21580 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21581 Fix 64-bit warning.
21583 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21585 * configure.ac : change speex detection as 1.1.6 now uses
21586 .pc/pkg-config and they changed their headers location.
21588 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
21590 * gst/matroska/matroska-mux.h:
21591 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21592 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21593 (gst_matroska_mux_write_data):
21594 Write multiple blocks/frames per cluster.
21595 Write meta-seek information (seek heads).
21597 2004-09-09 Scott Wheeler <wheeler@kde.org>
21599 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21600 (gst_play_bin_set_property), (gst_play_bin_get_property),
21601 (gen_audio_element), (gen_audio_element):
21602 Add a volume element / property to the pipeline.
21604 2004-09-07 Wim Taymans <wim@fluendo.com>
21606 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21607 Copy timestamps from the master pad to the output buffers.
21609 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21611 * ext/raw1394/gstdv1394src.c:
21612 throw errors when applicable
21614 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
21616 * gst/matroska/ebml-ids.h:
21617 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21618 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21619 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21620 automatically convert unix time <-> ebml time when reading/writing
21621 a date, use gst_ebml_write_uint to write CUETIME,
21622 not gst_ebml_write_date.
21623 * gst/matroska/matroska-ids.h:
21624 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21625 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21626 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21627 (gst_matroska_mux_write_data):
21628 Write track and segment UIDs, write muxing date, write
21629 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21630 Create cues for audio only files.
21632 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21634 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21635 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21636 Re-commit ALSA switches.
21637 * gst/adder/gstadder.c: (gst_adder_loop):
21638 64-bit fix (#151416).
21639 * gst/debug/progressreport.c: (gst_progressreport_report):
21640 64-bit fix (#151419).
21641 * gst/matroska/matroska-demux.c:
21642 (gst_matroska_demux_parse_contents):
21643 64-bit fix (#151420).
21644 * gst/playback/test3.c: (update_scale):
21645 64-bit fix (#151421).
21647 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21652 === release 0.8.4 ===
21654 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21656 * configure.ac: releasing 0.8.4, "Alias"
21658 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21660 * ext/theora/Makefile.am:
21661 fix makefile. Fixes #151462.
21663 2004-08-30 Wim Taymans <wim@fluendo.com>
21665 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21666 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21667 (gst_multifdsink_remove_client_link),
21668 (gst_multifdsink_client_queue_buffer),
21669 (gst_multifdsink_handle_client_write):
21670 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21671 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21672 Fix some memory leaks.
21674 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21676 Patch by: David Schleef
21680 rename our detection macro for V4L2. Fixes #151236.
21682 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21684 Patch by: David Schleef
21687 check to define LAMEPRESET. Fixes #151232.
21689 2004-08-27 David Schleef <ds@schleef.org>
21691 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21692 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21693 (gst_glimagesink_fixate): Move local variable declarations to
21694 make gcc-2.95 happy.
21696 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21699 bump nano for prerelease
21701 2004-08-27 David Schleef <ds@schleef.org>
21703 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21704 * sys/sunaudio/gstsunaudiosrc.c:
21705 * sys/sunaudio/gstsunaudiosrc.h:
21707 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21709 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21710 handle EOS correctly
21711 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21712 * gst/matroska/matroska-mux.h:
21713 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21714 VFW compatibility mode
21716 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21718 patch by: Zaheer Abbas Merali
21720 * ext/ogg/gstoggmux.c:
21721 * ext/vorbis/vorbisenc.c:
21722 * ext/vorbis/vorbisenc.h:
21725 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21727 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21728 fix byte order reversion on little endian machines.
21729 * gst/matroska/matroska-mux.c: (audiosink_templ),
21730 (gst_matroska_mux_audio_pad_link):
21731 add TTA codec to the list of supported codecs.
21732 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21733 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21734 (gst_matroska_mux_write_data):
21735 * gst/matroska/matroska-mux.h:
21736 write segment duration correctly, write muxing app string, fixes bugs
21737 #140897 and #140898.
21738 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21739 wait for all pads to be negotiated before starting to mux.
21741 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21743 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21744 * ext/lame/gstlame.h:
21745 Added new media support to lame
21747 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21749 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21750 send vorbis headers at the beginning of a stream, fixes bug #141554.
21751 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21753 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21754 (gst_matroska_demux_plugin_init):
21755 * gst/matroska/matroska-ids.h:
21756 enable demuxing of TTA audio streams, fixes bug #148951.
21757 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21758 enable typefinding for TTA audio files, fixes bug #148711.
21759 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21760 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21761 fixes playback of packed bitstream and xvid with bframes, bug #135407.
21763 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
21765 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21766 (gst_riff_read_element_data), (gst_riff_read_seek),
21767 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21768 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21771 2004-08-23 Iain <iaingnome@gmail.com>
21773 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21774 tags. They appear to be handled differently to normal.
21775 (tag_list_to_id3_tag_foreach): Ditto.
21777 2004-08-22 Wim Taymans <wim@fluendo.com>
21779 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21780 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21781 Make sure we never send -1 granulepos.
21783 2004-08-20 Wim Taymans <wim@fluendo.com>
21785 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21786 (gst_ogg_mux_loop):
21787 I will accept bitchslappings with non sharp objects.
21789 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21792 Clean up the test for lame presets
21794 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21797 * ext/lame/Makefile.am:
21798 * ext/lame/gstlame.c: (gst_lame_class_init),
21799 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21800 Only enable lame presets if version of lame has presets in API
21802 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
21803 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21804 * gst/udp/gstudpsrc.h:
21805 Don't call gst_pad_push in a get function. Fixes #150449
21807 2004-08-18 Wim Taymans <wim@fluendo.com>
21809 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21810 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21811 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21812 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21813 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21815 * gst/tcp/gstfdset.h:
21816 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21817 (gst_multifdsink_client_queue_buffer),
21818 (gst_multifdsink_handle_client_write):
21819 * gst/tcp/gstmultifdsink.h:
21820 Some extra checks in gstfdset.
21821 Only use send() when the fd is a socket. Don't try to
21822 read from write only fds.
21824 2004-08-18 Wim Taymans <wim@fluendo.com>
21826 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21827 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21828 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21829 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21831 Add more locking and bounds checking.
21833 2004-08-18 Wim Taymans <wim@fluendo.com>
21835 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21836 Realloc test fdset in the lock and right before starting
21837 the poll call. Bump the limit to 4096.
21839 2004-08-17 David Schleef <ds@schleef.org>
21841 * sys/sunaudio/Makefile.am:
21842 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21843 of rates and channels. Make debugging less obnoxious.
21845 Patch from Balamurali Viswanathan implementing a mixer for
21846 Sun audio. (bug #144091):
21847 * sys/sunaudio/gstsunelement.c:
21848 * sys/sunaudio/gstsunelement.h:
21849 * sys/sunaudio/gstsunmixer.c:
21850 * sys/sunaudio/gstsunmixer.h:
21852 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21854 * gst/audioscale/gstaudioscale.c:
21855 * gst/audioscale/gstaudioscale.h:
21856 made audioscale resample from any sample rate to any sample rate
21858 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21860 * ext/libpng/gstpngdec.c:
21861 error out on unsupported types
21863 2004-08-17 Iain <iaingnome@gmail.com>
21865 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21866 mid_side and loose_mid_side properties if its a stereo stream.
21868 2004-08-17 Wim Taymans <wim@fluendo.com>
21870 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21871 (theora_get_formats), (theora_dec_src_convert),
21872 (theora_dec_sink_convert), (theora_dec_src_query),
21873 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21876 2004-08-17 Wim Taymans <wim@fluendo.com>
21878 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21879 (gst_ogg_pad_push):
21880 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21881 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21882 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21883 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21884 Mark delta units in the muxer.
21885 Try to decode the packet after an out-of-sync error from
21888 2004-08-17 Wim Taymans <wim@fluendo.com>
21890 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21891 (gst_multifdsink_init), (gst_multifdsink_add),
21892 (gst_multifdsink_client_queue_buffer),
21893 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21894 * gst/tcp/gstmultifdsink.h:
21895 Added option to send a keyframe to clients as the first buffer.
21896 Make timeout property writable.
21898 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21900 patch by: Wim Taymans
21902 * gst/tcp/gstfdset.c:
21903 * gst/tcp/gstmultifdsink.c:
21904 fix index comparison, should include 0
21906 2004-08-16 Wim Taymans <wim@fluendo.com>
21908 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21909 (gst_fdset_add_fd), (gst_fdset_remove_fd),
21910 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21911 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21913 copy when reallocing for poll so the select arguments don't get
21914 changed during the call
21916 2004-08-16 Wim Taymans <wim@fluendo.com>
21918 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21919 (gst_theora_enc_class_init), (theora_enc_sink_link),
21920 (theora_buffer_from_packet), (theora_enc_chain):
21921 Fix bug where buffers were not marked as keyframes
21924 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21926 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21927 (gst_lame_preset_get_type), (gst_lame_class_init):
21928 describe the enum values for vbr mode and presets more verbosely
21930 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21932 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21933 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21934 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21935 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21936 * ext/lame/gstlame.h:
21937 add preset property to lame so it can use lame presets
21939 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21941 * ext/lame/gstlame.c: (gst_lame_get_property):
21942 whoops forgot break, thanks teuf
21944 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21946 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21947 (gst_lame_class_init), (gst_lame_src_getcaps),
21948 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21949 (gst_lame_get_property), (gst_lame_setup):
21950 * ext/lame/gstlame.h:
21951 fix lame's broken vbr stuff, allow it to resample if need be, and also
21952 make xing header optional
21954 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21956 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21957 added getcaps function so samplerate doesnt get fixated to silly values
21959 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21961 * ext/lame/gstlame.c: (gst_lame_src_link):
21962 revert previous fix
21964 2004-08-12 Johan Dahlin <johan@gnome.org>
21966 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21967 checks. Doesn't matter what state we are in. Interfaces are a
21968 compile time thing, not runtime. It also broke the python bindings.
21970 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21972 * ext/lame/gstlame.c: (gst_lame_src_link):
21973 made source pad link function check if sinkpad is ok..fixes the problem
21974 where core fixates the output rate of lame stupidly
21976 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
21978 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21979 * sys/v4l/v4l_calls.c:
21980 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21981 fix fixate function to handle nonsimple caps.
21982 remove bogus check in _link
21985 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21987 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21988 set default compression ratio parameter to 0.0 so bitrate parameter
21991 2004-08-11 David Schleef <ds@schleef.org>
21993 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21995 2004-08-11 David Schleef <ds@schleef.org>
21997 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
22000 2004-08-11 David Schleef <ds@schleef.org>
22002 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
22004 2004-08-11 David Schleef <ds@schleef.org>
22006 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
22008 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
22009 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
22011 * gst/auparse/gstauparse.c: Fix plugin license field.
22012 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
22013 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
22014 * gst/rtp/gstrtp.c: Fix plugin license field.
22016 2004-08-11 Wim Taymans <wim@fluendo.com>
22018 * gst/tcp/Makefile.am:
22019 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
22020 (ensure_size), (gst_fdset_new), (gst_fdset_free),
22021 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
22022 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
22023 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
22024 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
22025 (gst_fdset_fd_can_write), (gst_fdset_wait):
22026 * gst/tcp/gstfdset.h:
22027 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22028 (gst_multifdsink_class_init), (gst_multifdsink_init),
22029 (gst_multifdsink_add), (gst_multifdsink_remove),
22030 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22031 (gst_multifdsink_remove_client_link),
22032 (gst_multifdsink_handle_client_read),
22033 (gst_multifdsink_client_queue_data),
22034 (gst_multifdsink_client_queue_caps),
22035 (gst_multifdsink_client_queue_buffer),
22036 (gst_multifdsink_handle_client_write),
22037 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22038 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22039 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
22040 (gst_multifdsink_close):
22041 * gst/tcp/gstmultifdsink.h:
22042 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
22043 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
22044 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
22045 (gst_tcpserversink_close):
22046 * gst/tcp/gsttcpserversink.h:
22047 Abstracted away the select call, implemented poll (yes we ran into
22048 the 1024 limit in production).
22050 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
22052 * gst/tcp/gsttcp.c:
22053 * gst/tcp/gsttcpplugin.c:
22054 improve debuggging, remove assert
22056 2004-08-10 Wim Taymans <wim@fluendo.com>
22058 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22059 (gst_client_status_get_type), (gst_multifdsink_class_init),
22060 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22061 (gst_multifdsink_handle_client_read),
22062 (gst_multifdsink_handle_client_write),
22063 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22064 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22065 (gst_multifdsink_get_property):
22066 * gst/tcp/gstmultifdsink.h:
22067 * gst/tcp/gsttcp-marshal.list:
22068 Starting to prepare for specifying buffer time in other units
22069 than buffers. Expose remove reason in signal.
22071 2004-08-10 Wim Taymans <wim@fluendo.com>
22073 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22074 (gst_multifdsink_remove), (gst_multifdsink_clear),
22075 (gst_multifdsink_remove_client_link),
22076 (gst_multifdsink_handle_client_read),
22077 (gst_multifdsink_client_queue_data),
22078 (gst_multifdsink_client_queue_buffer),
22079 (gst_multifdsink_handle_client_write),
22080 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22081 (gst_multifdsink_chain), (gst_multifdsink_close):
22082 * gst/tcp/gstmultifdsink.h:
22083 Added more debugging info. Changed the way clients are
22084 removed from the lists. Fixed a bug where a bad file descriptor
22085 could cause many clients to be removed.
22087 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
22089 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22090 allow all pixel-aspect-ratios, not just 1:1
22092 2004-08-09 David Schleef <ds@schleef.org>
22094 * sys/glsink/ARB_multitexture.h: Remove old files.
22095 * sys/glsink/EXT_paletted_texture.h:
22096 * sys/glsink/NV_register_combiners.h:
22097 * sys/glsink/gstgl_nvimage.c:
22098 * sys/glsink/gstgl_pdrimage.c:
22099 * sys/glsink/gstgl_rgbimage.c:
22100 * sys/glsink/gstglsink.c:
22101 * sys/glsink/gstglsink.h:
22102 * sys/glsink/gstglxwindow.c:
22103 * sys/glsink/regcomb_yuvrgb.c:
22105 2004-08-09 David Schleef <ds@schleef.org>
22107 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22108 GL sink plugin. (Bug #147302)
22110 * configure.ac: Test for OpenGL
22111 * sys/Makefile.am: Use test for OpenGL
22112 * sys/glsink/Makefile.am:
22113 * sys/glsink/glimagesink.c: rewrite
22114 * sys/glsink/glimagesink.h: rewrite
22116 2004-08-09 David Schleef <ds@schleef.org>
22118 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
22120 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22121 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22122 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22124 2004-08-09 Wim Taymans <wim@fluendo.com>
22126 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22127 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22128 (gst_multifdsink_client_remove),
22129 (gst_multifdsink_handle_client_read),
22130 (gst_multifdsink_handle_client_write),
22131 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22132 Do a bit more logging, make the client_read code more robust.
22134 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22136 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22137 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22138 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22139 (gst_jpegdec_init), (gst_jpegdec_chain):
22140 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22141 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22142 cleanups, debugging fixes and memleak plugging
22144 2004-08-09 Wim Taymans <wim@fluendo.com>
22146 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22147 (theora_get_formats), (theora_dec_src_convert),
22148 (theora_dec_sink_convert), (theora_dec_src_query),
22149 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22150 (theora_dec_change_state):
22151 Don't crash on missing header packets.
22153 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22157 Added Albanian translation (Laurent Dhima)
22161 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22163 * ext/lame/gstlame.c:
22166 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22168 * sys/ximage/ximagesink.c:
22169 * sys/xvimage/xvimagesink.c:
22170 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
22172 2004-08-06 Wim Taymans <wim@fluendo.com>
22174 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22175 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22176 (gst_multifdsink_client_remove),
22177 (gst_multifdsink_handle_client_read),
22178 (gst_multifdsink_handle_client_write),
22179 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22180 Make sure we don't try to read more from a client that what
22181 ioctl says us or we deadlock.
22183 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22185 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22186 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22187 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22188 decouple running_time and n_frames so it can handle changing
22189 framerate while running
22191 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22195 updated translations
22197 2004-08-04 Benjamin Otte <otte@gnome.org>
22199 * gst/videotestsrc/gstvideotestsrc.c:
22200 (gst_videotestsrc_get_capslist), (generate_capslist),
22202 generate the list of supported caps at startup and reuse it instead
22203 of always generating it
22205 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
22207 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22208 whoops, last checkin broke normal build
22210 2004-08-03 Benjamin Otte <otte@gnome.org>
22212 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22213 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22214 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22215 (gst_alsa_mixer_get_option):
22216 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22217 (dvdnavsrc_print_event):
22218 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22219 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22220 (gst_ogg_mux_pad_unlink):
22221 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22222 (gst_multipart_mux_pad_unlink):
22223 * gst/videofilter/gstvideobalance.c:
22224 (gst_videobalance_colorbalance_set_value):
22225 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22226 (gst_videomixer_pad_unlink):
22228 * sys/oss/gstossmixer.c:
22229 * sys/v4l/gstv4lcolorbalance.c:
22230 * sys/v4l/gstv4ltuner.c:
22231 * sys/v4l/v4lsrc_calls.c:
22232 * sys/v4l2/gstv4l2colorbalance.c:
22233 * sys/v4l2/gstv4l2tuner.c:
22234 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22236 2004-08-03 Benjamin Otte <otte@gnome.org>
22238 * examples/dynparams/filter.c: (ui_control_create):
22239 * examples/gstplay/player.c: (print_tag):
22240 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22241 * ext/gdk_pixbuf/gstgdkanimation.c:
22242 (gst_gdk_animation_iter_may_advance):
22243 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22244 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22245 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22246 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22247 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22248 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22249 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22250 * gst/sine/demo-dparams.c: (main):
22251 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22252 * testsuite/alsa/formats.c: (create_pipeline):
22253 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22254 fixes for G_DISABLE_ASSERT and friends
22255 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22256 (mp3_type_frame_length_from_header), (mp3_type_find),
22258 require mp3 typefinding to have at least MIN_HEADERS valid headers
22259 add typefinding for AAC adts files
22261 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
22263 * sys/ximage/ximagesink.c:
22264 (gst_ximagesink_calculate_pixel_aspect_ratio):
22265 * sys/xvimage/xvimagesink.c:
22266 (gst_xvimagesink_calculate_pixel_aspect_ratio):
22267 Make sure we calculate pixel-aspect-ratio using floating point maths
22269 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22272 updated translation
22274 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22276 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22277 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22278 add debugging for display PAR calculation
22280 2004-08-02 David Schleef <ds@schleef.org>
22282 * configure.ac: Fix mikmod CFLAGS.
22284 2004-07-27 Benjamin Otte <otte@gnome.org>
22286 * gst/audioscale/gstaudioscale.c:
22287 - fix templates to only support S16, it's the only format that works
22288 - make caps nego code use try_set_caps_nonfixed and fixation instead
22289 of try_set_caps twice, which is not nice for autopluggers
22290 - change rank to secondary, so autopluggers can pick it up after
22293 2004-08-02 Iain <iain@prettypeople.org>
22295 * gst/interleave/interleave.c (interleave_init),
22296 (interleave_request_new_pad),
22297 (interleave_pad_removed),
22298 (interleave_buffered_loop): Use the real pad count, not the artificial
22301 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22303 * configure.ac: bump nano back to development
22305 === release 0.8.3 ===
22307 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22309 * configure.ac: releasing 0.8.3, "Water"
22311 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22313 * sys/xvimage/xvimagesink.c:
22314 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22315 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22316 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22317 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22318 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22319 * sys/xvimage/xvimagesink.h:
22320 apply similar PAR fixes as to ximagesink
22322 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22324 patch from: Benjamin Otte
22326 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22327 add link function to lame. Fixes #148986.
22329 2004-08-02 Johan Dahlin <johan@gnome.org>
22331 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22334 2004-07-30 David Schleef <ds@schleef.org>
22336 * gst/videomixer/Makefile.am: Fix things that should have been
22337 fixed in the last checkin.
22339 2004-07-30 David Schleef <ds@schleef.org>
22341 * gst/multipart/Makefile.am: Fix things that should have been
22342 fixed in the last checkin.
22344 2004-07-30 David Schleef <ds@schleef.org>
22346 * testsuite/multifilesink/Makefile.am: Fix unused variable.
22348 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22351 bump nano for prerelease
22363 2004-07-30 Wim Taymans <wim@fluendo.com>
22365 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22366 (gst_multifdsink_add), (gst_multifdsink_remove),
22367 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22368 (gst_multifdsink_client_remove),
22369 (gst_multifdsink_handle_client_write),
22370 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22371 * gst/tcp/gstmultifdsink.h:
22372 Recover from a select with a bad file descriptor by removing
22375 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22378 fix requirement of core
22379 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22380 (gst_play_pipeline_setup):
22381 don't use colorspace element. do use hermescolorspace element.
22382 make macro to get a colorspace element.
22383 mark strings for translation.
22395 update translations
22397 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22399 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22400 fix default for newmedia flag
22402 2004-07-30 Wim Taymans <wim@fluendo.com>
22404 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22405 (gst_theora_dec_init), (theora_get_formats),
22406 (theora_dec_src_convert), (theora_dec_sink_convert),
22407 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22408 (theora_dec_chain), (theora_dec_set_property),
22409 (theora_dec_get_property):
22410 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22411 (gst_theora_enc_class_init), (gst_theora_enc_init),
22412 (theora_enc_sink_link), (theora_enc_chain),
22413 (theora_enc_set_property), (theora_enc_get_property):
22414 Added cropping option to theora decoder.
22415 Added border option to theora encoder.
22417 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22419 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22420 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22421 (gst_pngenc_set_property):
22422 * ext/libpng/gstpngenc.h:
22423 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
22425 2004-07-30 Wim Taymans <wim@fluendo.com>
22427 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22428 (theora_enc_sink_link), (theora_enc_chain),
22429 (theora_enc_set_property), (theora_enc_get_property):
22430 Fix encoding of non-multiple-of-16 video.
22432 2004-07-29 David Schleef <ds@schleef.org>
22434 * configure.ac: make test for audiofile more strict
22436 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
22438 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22439 give different names to typefind functions
22441 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22443 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22444 (gst_ximagesink_calculate_pixel_aspect_ratio),
22445 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22446 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22447 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22448 (gst_ximagesink_get_property), (gst_ximagesink_init):
22449 * sys/ximage/ximagesink.h:
22450 allocate PAR's dynamically.
22451 use autodetected PAR if no object-set PAR is given.
22452 add workaround for directfb's X not setting physical size.
22453 fix to xvimagesink will follow tomorrow.
22455 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22457 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22458 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22459 (gst_shout2send_get_type), (gst_shout2send_set_clock),
22460 (gst_shout2send_class_init), (gst_shout2send_init),
22461 (set_shout_metadata), (gst_shout2send_set_metadata),
22462 (gst_shout2send_chain), (gst_shout2send_set_property),
22463 (gst_shout2send_get_property), (gst_shout2send_connect),
22464 (gst_shout2send_change_state):
22465 * ext/shout2/gstshout2.h:
22466 - fix for sending mp3 audio to icecast2 server, if pad link function not
22467 called before PAUSED state
22468 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22469 - added tagging support for mp3 audio broadcasted
22470 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22473 2004-07-28 Wim Taymans <wim@fluendo.com>
22475 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22476 (gst_ogg_demux_push):
22477 Return query failure when we don't know the length of
22478 an ogg stream insteda of returning TRUE with a bogus value.
22480 2004-07-28 Wim Taymans <wim@fluendo.com>
22482 * ext/theora/theoradec.c: (theora_get_formats),
22483 (theora_dec_src_convert), (theora_dec_sink_convert),
22484 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22485 (theora_dec_chain):
22486 Don't screw up the 1 Chroma for 1 luma sample situation when we
22487 have an odd offset/width by adding a black border in those cases.
22489 2004-07-28 Wim Taymans <wim@fluendo.com>
22491 * ext/theora/theoradec.c: (theora_get_formats),
22492 (theora_dec_src_convert), (theora_dec_sink_convert),
22493 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22494 (theora_dec_chain):
22495 * ext/theora/theoraenc.c: (theora_enc_sink_link):
22496 Added first attempt at cropping of the image as required by the
22497 theora spec. We need more properties in the caps (offset_x,
22498 offset_y,stride) to implement this correctly.
22500 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
22502 * ext/dvdnav/README:
22503 Update the README to use dvddemux
22504 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22505 Ensure getcaps returns a subset of the template caps
22506 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22507 (gst_mpeg2subt_init):
22508 Ensure getcaps returns a subset of the template caps
22509 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22510 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22511 (gst_dvd_demux_get_subpicture_stream),
22512 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22513 * gst/mpegstream/gstdvddemux.h:
22514 Set the explicit caps on the current_video pad before pushing
22516 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22517 (gst_mpeg_demux_get_audio_stream):
22518 Free caps used to gst_pad_set_explicit_caps, which takes a const
22521 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22523 * configure.ac: update GStreamer requirement to 0.8.4 because of
22526 2004-07-28 Wim Taymans <wim@fluendo.com>
22528 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22529 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22530 Add the pad to the element after setting up the caps. This
22531 makes it a lot easier to autoplug.
22533 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22535 * gst/median/gstmedian.c:
22536 * gst/mpeg2subt/gstmpeg2subt.c:
22537 * gst/mpegaudioparse/gstmpegaudioparse.c:
22538 * gst/mpegstream/gstdvddemux.c:
22539 * gst/mpegstream/gstmpegdemux.c:
22540 * gst/mpegstream/gstmpegpacketize.c:
22541 * gst/rtjpeg/gstrtjpeg.c:
22542 * gst/rtjpeg/gstrtjpegdec.c:
22543 * gst/rtjpeg/gstrtjpegenc.c:
22544 * gst/sine/gstsinesrc.c:
22545 * gst/smooth/gstsmooth.c:
22546 * gst/smpte/gstsmpte.c:
22547 * gst/smpte/gstsmpte.h:
22548 * gst/stereo/gststereo.c:
22549 * gst/videofilter/gstgamma.c:
22550 * gst/videofilter/gstvideobalance.c:
22551 * gst/videofilter/gstvideofilter.c:
22552 * gst/videofilter/gstvideoflip.c:
22553 * gst/videoscale/gstvideoscale.c:
22554 * gst/videoscale/videoscale.c:
22555 * gst/videotestsrc/gstvideotestsrc.c:
22556 * gst/videotestsrc/videotestsrc.c:
22557 * gst/wavenc/gstwavenc.c:
22558 * gst/wavparse/gstwavparse.c:
22559 fix local includes and 64 bits constants
22561 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22564 * gst-libs/gst/*/*.vcproj:
22566 more working plugins
22568 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22570 * testsuite/alsa/Makefile.am:
22571 * testsuite/alsa/srcstate.c:
22572 add test for alsasrc changing state
22574 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22576 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22578 * gst/silence/gstsilence.h:
22579 fix silence generation for 16bit raw audio
22581 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22583 * gst/matroska/matroska-demux.c:
22584 (gst_matroska_demux_parse_metadata),
22585 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22586 * gst/mpegaudio/common.c:
22587 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22588 (gst_videoscale_getcaps), (gst_videoscale_link),
22589 (gst_videoscale_src_fixate), (gst_videoscale_init),
22590 (gst_videoscale_finalize):
22591 * gst/videoscale/gstvideoscale.h:
22592 * gst/videotestsrc/gstvideotestsrc.c:
22593 (gst_videotestsrc_get_capslist):
22594 * gst/wavenc/gstwavenc.c:
22595 * sys/oss/gstossmixer.c: (fill_labels):
22596 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22597 (gst_ximagesink_handle_xevents),
22598 (gst_ximagesink_calculate_pixel_aspect_ratio),
22599 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22600 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22601 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22602 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22603 (gst_ximagesink_init), (gst_ximagesink_class_init):
22604 * sys/ximage/ximagesink.h:
22605 * sys/xvimage/xvimagesink.c:
22606 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22607 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22608 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22609 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22610 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22611 * sys/xvimage/xvimagesink.h:
22612 first batch of pixel aspect ratio commits.
22614 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22616 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22617 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22618 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22619 handle stride, needs work if we want to move stride handling
22620 upstream, but works correctly for our purposes.
22622 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22624 * gst/videoscale/README:
22625 add testing examples
22626 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22627 (gst_videoscale_chain):
22628 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22629 (gst_videoscale_get_size):
22630 add get_size function that handles stride like videotestsrc.
22631 fixes conversion for YUV formats for as much as I can test them.
22633 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22635 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22636 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22637 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22638 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22639 (gst_xvimagesink_xvimage_put):
22640 further cleanups, logging, error handling and synchronizing
22642 2004-07-27 Wim Taymans <wim@fluendo.com>
22644 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22645 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22646 (gst_videomixer_pad_set_property),
22647 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22648 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22649 (gst_videomixer_class_init), (gst_videomixer_init),
22650 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22651 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22652 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22653 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22654 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22655 (gst_videomixer_loop), (plugin_init):
22656 Be a nicer negotiation citizen and provide a getcaps function on
22657 the srcpad. This also fixes a crash when resizing.
22659 2004-07-27 Julien MOUTTE <julien@moutte.net>
22661 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22662 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22664 2004-07-27 Wim Taymans <wim@fluendo.com>
22666 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22667 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22668 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22669 (gst_pngenc_set_property):
22670 * ext/libpng/gstpngenc.h:
22671 Added snapshot property to pngenc.
22672 removed g_print from pngdec
22674 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22676 * gst/ac3parse/ac3parse.vcproj
22677 * gst/adder/adder.vcproj
22678 * gst/alpha/alpha.vcproj
22679 * gst/alpha/alphacolor.vcproj
22680 * gst/asfdemux/asf.vcproj
22681 * gst/audioconvert/audioconvert.vcproj
22682 * gst/audiorate/audiorate.vcproj
22683 * gst/audioscale/audioscale.vcproj
22684 * gst/auparse/auparse.vcproj
22685 * gst/avi/avi.vcproj
22686 * gst/cdxaparse/cdxaparse.vcproj
22687 * gst/chart/chart.vcproj
22688 * gst/colorspace/colorspace.vcproj
22689 * gst/cutter/cutter.vcproj
22690 * gst/debug/debug.vcproj
22691 * gst/debug/efence.vcproj
22692 * gst/debug/navigationtest.vcproj
22693 * gst/deinterlace/deinterlace.vcproj
22694 * gst/effectv/effectv.vcproj
22695 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22696 * gst/filter/filter.vcproj
22697 * gst/flx/flxdec.vcproj
22698 * gst/goom/goom.vcproj
22699 * gst/interleave/interleave.vcproj
22700 * gst/law/alaw.vcproj
22701 * gst/law/mulaw.vcproj
22702 * gst/matroska/matroska.vcproj
22703 * gst/median/median.vcproj
22704 * gst/mixmatrix/mixmatrix.vcproj
22705 * gst/mpeg1sys/mpeg1systemencode.vcproj
22706 * gst/mpeg1videoparse/mp1videoparse.vcproj
22707 * gst/mpeg2sub/mpeg2subt.vcproj
22708 * gst/mpegaudio/mpegaudio.vcproj
22709 * gst/mpegaudioparse/mpegaudioparse.vcproj
22710 * gst/mpegstream/mpegstream.vcproj
22711 * gst/multifilesink/multifilesink.vcproj
22712 * gst/multipart/multipart.vcproj
22713 * gst/oneton/oneton.vcproj
22714 * gst/overlay/overlay.vcproj
22715 * gst/passthrough/passthrough.vcproj
22716 * gst/qtdemux/qtdemux.vcproj
22717 * gst/realmedia/rmdemux.vcproj
22718 * gst/rtjpeg/rtjpeg.vcproj
22719 * gst/rtp/rtp.vcproj
22720 * gst/silence/silence.vcproj
22721 * gst/sine/sinesrc.vcproj
22722 * gst/smooth/smooth.vcproj
22723 * gst/smpte/smpte.vcproj
22724 * gst/spectrum/spectrum.vcproj
22725 * gst/speed/speed.vcproj
22726 * gst/stereo/stereo.vcproj
22727 * gst/switch/switch.vcproj
22728 * gst/tags/tagedit.vcproj
22729 * gst/tcp/tcp.vcproj
22730 * gst/typefind/typefindfunctions.vcproj
22731 * gst/udp/udp.vcproj
22732 * gst/videobox/videobox.vcproj
22733 * gst/videocrop/videocrop.vcproj
22734 * gst/videodrop/videodrop.vcproj
22735 * gst/videofilter/gamma.vcproj
22736 * gst/videofilter/videobalance.vcproj
22737 * gst/videofilter/videofilter.vcproj
22738 * gst/videofilter/videoflip.vcproj
22739 * gst/videoflip/videoflip.vcproj
22740 * gst/videomixer/videomixer.vcproj
22741 * gst/videorate/videorate.vcproj
22742 * gst/videoscale/videoscale.vcproj
22743 * gst/videotestsrc/videotestsrc.vcproj
22744 * gst/virtualdub/virtualdub.vcproj
22745 * gst/volenv/volenv.vcproj
22746 * gst/volume/volume.vcproj
22747 * gst/wavenc/wavenc.vcproj
22748 * gst/wavparse/wavparse.vcproj
22749 * gst/y4m/y4menc.vcproj
22750 * gst-libs/gst/audio/audio.vcproj
22751 * gst-libs/gst/audio/audiofilter.vcproj
22752 * gst-libs/gst/colorbalance/colorbalance.vcproj
22753 * gst-libs/gst/idct/idtc.vcproj
22754 * gst-libs/gst/media-info/media-info.vcproj
22755 * gst-libs/gst/mixer/mixer.vcproj
22756 * gst-libs/gst/navigation/navigation.vcproj
22757 * gst-libs/gst/play/play.vcproj
22758 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22759 * gst-libs/gst/resample/resample.vcproj
22760 * gst-libs/gst/riff/riff.vcproj
22761 * gst-libs/gst/tuner/tuner.vcproj
22762 * gst-libs/gst/video/video.vcproj
22763 * gst-libs/gst/xoverlay/xoverlay.vcproj
22764 avoid problems with math.h, fix release dependancy
22765 rename GStreamer-0.8.lib to libgstreamer.lib
22767 2004-07-27 Julien MOUTTE <julien@moutte.net>
22769 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22770 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22771 the atom is not available we have to unlock the mutex. Fixes #148023
22773 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22775 * gst-libs/gst/media-info/media-info.h:
22776 issue for a vararg macro with MSVC
22778 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22780 * gst/effectv/effectv.vcproj
22781 * gst-libs/gst/idct/idct.vcproj:
22782 * gst-libs/gst/media-info/media-info.vcproj:
22783 * gst-libs/gst/navigation/navigation.vcproj:
22784 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22785 * gst-libs/gst/video/video.vcproj:
22786 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22787 fixes for build problems
22789 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22791 * gst-libs/gst/audio/audio.def:
22792 * gst-libs/gst/audio/riff.def:
22793 add some definitions needed by plugins
22795 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22797 * gst/asfdemux/gstasfmux.c
22798 Fix some 64 bits constants to be glib friendly
22800 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22802 * gst/ac3parse/gstac3parse.c
22803 * gst/audioscale/gstaudioscale.c
22804 * gst/auparse/gstauparse.c
22805 * gst/colorspace/gstcolorspace.c
22806 * gst/colorspace/yuv2rgb.h
22807 local include fixes
22809 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22812 add more plugins to the build
22814 2004-07-26 Julien MOUTTE <julien@moutte.net>
22816 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22817 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22819 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22821 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22822 (gst_level_set_property), (gst_level_get_property),
22823 (gst_level_base_init), (gst_level_class_init):
22824 add debugging categories. cleanups.
22826 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22828 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22829 (gst_videoscale_planar411), (gst_videoscale_planar400),
22830 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22831 (gst_videoscale_scale_nearest_str1),
22832 (gst_videoscale_scale_nearest_str2),
22833 (gst_videoscale_scale_nearest_str4),
22834 (gst_videoscale_scale_nearest_16bit),
22835 (gst_videoscale_scale_nearest_24bit):
22836 fixed stride issues
22837 tested with 320x240 -> 321, 322, 324 x240
22838 tested with YV12, I420, YUY2, UYVY
22839 fixed packed422rev (don't think it could have worked before)
22840 by testing with UYVY
22842 2004-07-26 Benjamin Otte <otte@gnome.org>
22844 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22845 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22847 add debugging category, add error checks like checking return values
22848 of setup calls, make sure it still works after
22849 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22851 2004-07-26 Wim Taymans <wim@fluendo.com>
22853 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22854 (gst_mpeg_demux_get_audio_stream),
22855 (gst_mpeg_demux_process_private):
22856 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22857 Check for error codes from the negotiation functions. Make sure
22858 we really set the pad caps when a new pad is created.
22860 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22862 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22863 (gst_ffmpeg_caps_to_pix_fmt):
22864 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22865 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22866 (gst_ffmpegcolorspace_pad_link):
22867 don't make function do two things at the same time without reason.
22869 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22871 * gst/ac3parse/ac3parse.vcproj
22872 * gst/adder/adder.vcproj
22873 * gst/alpha/alpha.vcproj
22874 * gst/alpha/alphacolor.vcproj
22875 * gst/asfdemux/asf.vcproj
22876 * gst/audioconvert/audioconvert.vcproj
22877 * gst/audiorate/audiorate.vcproj
22878 * gst/audioscale/audioscale.vcproj
22879 * gst/auparse/auparse.vcproj
22880 * gst/avi/avi.vcproj
22881 * gst/cdxaparse/cdxaparse.vcproj
22882 * gst/chart/chart.vcproj
22883 * gst/colorspace/colorspace.vcproj
22884 * gst/cutter/cutter.vcproj
22885 * gst/debug/debug.vcproj
22886 * gst/debug/efence.vcproj
22887 * gst/debug/navigationtest.vcproj
22888 * gst/deinterlace/deinterlace.vcproj
22889 * gst/effectv/effectv.vcproj
22890 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22891 * gst/filter/filter.vcproj
22892 * gst/flx/flxdec.vcproj
22893 * gst/goom/goom.vcproj
22894 * gst/interleave/interleave.vcproj
22895 * gst/law/alaw.vcproj
22896 * gst/law/mulaw.vcproj
22897 * gst/matroska/matroska.vcproj
22898 * gst/median/median.vcproj
22899 * gst/mixmatrix/mixmatrix.vcproj
22900 * gst/mpeg1sys/mpeg1systemencode.vcproj
22901 * gst/mpeg1videoparse/mp1videoparse.vcproj
22902 * gst/mpeg2sub/mpeg2subt.vcproj
22903 * gst/mpegaudio/mpegaudio.vcproj
22904 * gst/mpegaudioparse/mpegaudioparse.vcproj
22905 * gst/mpegstream/mpegstream.vcproj
22906 * gst/multifilesink/multifilesink.vcproj
22907 * gst/multipart/multipart.vcproj
22908 * gst/oneton/oneton.vcproj
22909 * gst/overlay/overlay.vcproj
22910 * gst/passthrough/passthrough.vcproj
22911 * gst/qtdemux/qtdemux.vcproj
22912 * gst/realmedia/rmdemux.vcproj
22913 * gst/rtjpeg/rtjpeg.vcproj
22914 * gst/rtp/rtp.vcproj
22915 * gst/silence/silence.vcproj
22916 * gst/sine/sinesrc.vcproj
22917 * gst/smooth/smooth.vcproj
22918 * gst/smpte/smpte.vcproj
22919 * gst/spectrum/spectrum.vcproj
22920 * gst/speed/speed.vcproj
22921 * gst/stereo/stereo.vcproj
22922 * gst/switch/switch.vcproj
22923 * gst/tags/tagedit.vcproj
22924 * gst/tcp/tcp.vcproj
22925 * gst/typefind/typefindfunctions.vcproj
22926 * gst/udp/udp.vcproj
22927 * gst/videobox/videobox.vcproj
22928 * gst/videocrop/videocrop.vcproj
22929 * gst/videodrop/videodrop.vcproj
22930 * gst/videofilter/gamma.vcproj
22931 * gst/videofilter/videobalance.vcproj
22932 * gst/videofilter/videofilter.vcproj
22933 * gst/videofilter/videoflip.vcproj
22934 * gst/videoflip/videoflip.vcproj
22935 * gst/videomixer/videomixer.vcproj
22936 * gst/videorate/videorate.vcproj
22937 * gst/videoscale/videoscale.vcproj
22938 * gst/videotestsrc/videotestsrc.vcproj
22939 * gst/virtualdub/virtualdub.vcproj
22940 * gst/volenv/volenv.vcproj
22941 * gst/volume/volume.vcproj
22942 * gst/wavenc/wavenc.vcproj
22943 * gst/wavparse/wavparse.vcproj
22944 * gst/y4m/y4menc.vcproj
22945 more plugins supported under windows
22947 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22949 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22950 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22951 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22952 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22953 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22954 Add debugging statements. Use the sizes as returned by the
22955 *CreateImage calls.
22957 2004-07-26 Johan Dahlin <johan@gnome.org>
22959 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22960 the pad is negotiated.
22962 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22964 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22966 * gst-libs/gst/colorbalance/colorbalance.vcproj:
22967 * gst-libs/gst/idct/idct.vcproj:
22968 * gst-libs/gst/media-info/media-info.vcproj:
22969 * gst-libs/gst/mixer/mixer.vcproj:
22970 * gst-libs/gst/navigation/navigation.vcproj:
22971 * gst-libs/gst/play/play.vcproj:
22972 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22973 * gst-libs/gst/resample/resample.vcproj:
22974 * gst-libs/gst/tuner/tuner.vcproj:
22975 * gst-libs/gst/video/video.vcproj:
22976 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22977 more plugins supported under windows
22979 2004-07-25 Iain <iain@prettypeople.org>
22981 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22982 pad now rather than when the pad is created because state changes wipe
22983 explicit caps (fixes #148043).
22985 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
22987 reviewed by Benjamin Otte <otte@gnome.org>
22989 * ext/mad/gstmad.c:
22990 fix mad plugin crashing on Sun (fixes #148289)
22992 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22995 * gst/avi/avi.vcproj:
22996 * gst/matroska/matroska.def:
22997 * gst/matroska/matroska.vcproj:
22998 remove unused .def files
23000 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23002 * gst-libs/gst/audio/gstaudiofilter.c:
23003 Clean the local include
23005 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23008 * gst-libs/gst/audio/audio.def:
23009 * gst-libs/gst/audio/audio.vcproj:
23010 * gst-libs/gst/audio/audiofilter.vcproj:
23011 * gst-libs/gst/audio/riff.def:
23012 * gst-libs/gst/audio/riff.vcproj:
23013 * gst-libs/gst/gst-libs.def:
23014 * gst-libs/gst/gst-libs.vcproj:
23015 * gst/avi/avi.vcproj:
23016 * gst/avi/avi.vcproj:
23017 Copy the files where needed after building, cleaner projects
23019 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23021 * gst/matroska/ebml-write.c:
23022 Fix some 64 bits constants to be glib friendly
23024 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
23027 * gst-libs/gst/gst-libs.def:
23028 * gst-libs/gst/gst-libs.vcproj:
23029 * gst/matroska/matroska.def:
23030 * gst/matroska/matroska.vcproj:
23031 Add the preliminary canvas to build plugins on Win32
23033 2004-07-23 Benjamin Otte <otte@gnome.org>
23035 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23036 don't enfore negotiation from source side, it breaks
23037 sinesrc ! audioconvert ! osssink
23039 2004-07-22 David Schleef <ds@schleef.org>
23041 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
23042 for ELF files, since they can easily be recognized as audio/mpeg.
23045 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23047 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23048 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
23049 (gst_videoscale_scale_nearest_24bit),
23050 (gst_videoscale_scale_nearest_16bit):
23051 fix 16bit and 24bit for stride (24bit might need testing)
23052 don't pretend we do more than one algorithm
23054 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23058 * gst/multifilesink/Makefile.am:
23059 * gst/multifilesink/gstmultifilesink.c:
23060 (gst_multifilesink_get_formats),
23061 (gst_multifilesink_get_query_types), (_do_init),
23062 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
23063 (gst_multifilesink_init), (gst_multifilesink_dispose),
23064 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
23065 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
23066 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
23067 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
23068 (gst_multifilesink_chain), (gst_multifilesink_change_state),
23069 (gst_multifilesink_uri_get_type),
23070 (gst_multifilesink_uri_get_protocols),
23071 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
23072 (gst_multifilesink_uri_handler_init), (plugin_init):
23073 * gst/multifilesink/gstmultifilesink.h:
23074 * testsuite/Makefile.am:
23075 * testsuite/multifilesink/Makefile.am:
23076 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
23077 (gst_newmedia_class_init), (gst_newmedia_init),
23078 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23079 (newfile_signal), (test_signal), (main):
23080 multifilesink plugin for creating new files every time a new media
23081 discontinuity event occurs
23083 2004-07-22 Wim Taymans <wim@fluendo.com>
23085 * gst/alpha/Makefile.am:
23086 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23087 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23088 (gst_alpha_color_init), (gst_alpha_color_set_property),
23089 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23090 (transform), (gst_alpha_color_chain),
23091 (gst_alpha_color_change_state), (plugin_init):
23092 Stupid plugin to to RGBA to AYUV conversion because none of
23093 the colorspace plugins can handle that yet.
23095 2004-07-22 Wim Taymans <wim@fluendo.com>
23097 * examples/seeking/seek.c: (update_scale), (main):
23098 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23099 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23100 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23101 (gst_decode_bin_init), (gst_decode_bin_dispose),
23102 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23103 (no_more_pads), (close_link), (type_found),
23104 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23106 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23107 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23108 (gst_play_base_bin_dispose), (queue_overrun),
23109 (gen_preroll_element), (remove_prerolls), (unknown_type),
23110 (no_more_pads), (new_stream), (setup_source),
23111 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23112 (play_base_eos), (gst_play_base_bin_change_state),
23113 (gst_play_base_bin_add_element),
23114 (gst_play_base_bin_remove_element),
23115 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23116 (gst_play_base_bin_unlink_stream),
23117 (gst_play_base_bin_get_streaminfo):
23118 * gst/playback/gstplaybin.c: (gen_video_element),
23119 (gen_audio_element):
23120 * gst/playback/gststreaminfo.h:
23121 More playback updates, attempt to fix things after the state change
23124 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23126 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23127 (gst_videoscale_scale_nearest_16bit):
23130 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23132 * gst/videotestsrc/gstvideotestsrc.c:
23133 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23134 (gst_videotestsrc_init), (gst_videotestsrc_get),
23135 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23136 (gst_videotestsrc_get_property):
23137 * gst/videotestsrc/gstvideotestsrc.h:
23138 * gst/videotestsrc/videotestsrc.c:
23139 * gst/videotestsrc/videotestsrc.h:
23140 cleanup and commenting
23142 2004-07-21 Wim Taymans <wim@fluendo.com>
23144 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23145 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23146 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23147 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23148 (_find_chain_get_unknown_part), (_find_streams_check),
23149 (gst_ogg_demux_push), (gst_ogg_pad_push):
23150 * ext/theora/theoradec.c: (theora_get_formats),
23151 (theora_dec_src_convert), (theora_dec_sink_convert),
23152 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23153 (theora_dec_chain):
23154 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23155 (vorbis_dec_convert), (vorbis_dec_src_query),
23156 (vorbis_dec_src_event), (vorbis_dec_event):
23157 More seeking fixes, oggdemux now supports seeking to time and
23158 uses the downstream element to convert granulepos to time.
23159 Seeking in theora-only ogg files now works.
23161 2004-07-21 Wim Taymans <wim@fluendo.com>
23163 * ext/theora/theoradec.c: (gst_theora_dec_init),
23164 (theora_get_formats), (theora_get_event_masks),
23165 (theora_get_query_types), (theora_dec_src_convert),
23166 (theora_dec_sink_convert), (theora_dec_src_query),
23167 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23168 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23169 (vorbis_get_event_masks), (vorbis_get_query_types),
23170 (gst_vorbis_dec_init), (vorbis_dec_convert),
23171 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23172 Added query/convert/formats functions to vorbis and theora decoders
23173 so that the outside world can use them too. Fixed seeking on an
23174 ogg/theora/vorbis file by disabling the seeking seeking on the
23177 2004-07-21 Julien MOUTTE <julien@moutte.net>
23179 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23180 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23181 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23182 images creation for both elements. We don't create the image on caps
23183 nego or renego, we just destroy the internal one if present if it does
23184 not match the needs. The chain function takes care of creating a new
23186 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23187 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23188 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23189 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23190 the image format information. The buffer pool checks for the context
23191 image format and discard images with different formats.
23192 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23194 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
23196 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23197 (gst_ffmpegcolorspace_chain):
23198 no point in doing any chaining if the pad we want to push from
23201 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
23203 * gst-libs/gst/riff/riff-media.c:
23204 (gst_riff_create_audio_caps_with_data):
23205 Fix double end-to-native symbol conversion (#148021).
23207 2004-07-20 David Schleef <ds@schleef.org>
23209 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23210 Don't use an Atom that doesn't exist.
23212 2004-07-20 Wim Taymans <wim@fluendo.com>
23214 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23215 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23216 (gst_multifdsink_client_remove),
23217 (gst_multifdsink_handle_client_write),
23218 (gst_multifdsink_queue_buffer):
23219 * gst/tcp/gstmultifdsink.h:
23220 More multifdsink stats. Avoid deadlock by releasing locks
23221 before sending out a signal.
23223 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
23227 added Hungarian translation (Laszlo Dvornik)
23229 2004-07-20 Wim Taymans <wim@fluendo.com>
23231 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23232 (gst_multifdsink_add), (gst_multifdsink_client_remove),
23233 (gst_multifdsink_handle_client_write),
23234 (gst_multifdsink_queue_buffer):
23235 * gst/tcp/gsttcp-marshal.list:
23236 Fixed the stupid marshal definition.
23238 2004-07-20 Wim Taymans <wim@fluendo.com>
23240 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23241 (gst_multifdsink_init), (gst_multifdsink_add),
23242 (gst_multifdsink_client_remove),
23243 (gst_multifdsink_handle_client_write),
23244 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23245 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23246 (gst_multifdsink_init_send):
23247 * gst/tcp/gstmultifdsink.h:
23248 Added more stats, added timeout for a client, fixed some typos
23249 and added some comments.
23251 2004-07-20 Wim Taymans <wim@fluendo.com>
23253 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23254 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23255 (gst_multifdsink_client_remove),
23256 (gst_multifdsink_handle_client_write):
23257 * gst/tcp/gstmultifdsink.h:
23258 * gst/tcp/gsttcp-marshal.list:
23259 Added get_stats method that returns a GValueArray of
23262 2004-07-19 Benjamin Otte <otte@gnome.org>
23264 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23265 make sure longname, description and author are valid UTF-8
23267 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
23269 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23270 (gst_ximagesink_set_property):
23271 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23272 (gst_xvimagesink_set_property):
23273 make sure SYNCHRONOUS is respected after getting the X context
23275 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23277 * gst/matroska/matroska-demux.c:
23278 (gst_matroska_demux_handle_src_event),
23279 (gst_matroska_demux_parse_blockgroup):
23280 * gst/matroska/matroska-ids.h:
23281 add BlockReference tag and ignore it to clear out log.
23282 ignore NAVIGATION events to clear out log.
23284 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23286 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23287 (gst_matroska_demux_add_stream):
23288 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23289 add debug categories
23291 2004-07-16 Wim Taymans <wim@fluendo.com>
23293 * ext/libpng/Makefile.am:
23294 * ext/libpng/gstpng.c: (plugin_init):
23295 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23296 (gst_pngdec_get_type), (gst_pngdec_base_init),
23297 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23298 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23299 * ext/libpng/gstpngdec.h:
23302 2004-07-16 Julien MOUTTE <julien@moutte.net>
23304 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23305 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23306 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23307 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23308 (gst_ximagesink_buffer_alloc):
23309 * sys/ximage/ximagesink.h:
23310 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23311 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23312 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23313 (gst_xvimagesink_buffer_alloc):
23314 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23315 again. Using internal data pointer of the x(v)image to store image's
23316 data to be coherent with the buffer alloc mechanism. Investigated the
23317 image destruction code to be sure that everything gets freed correctly.
23319 2004-07-16 Wim Taymans <wim@fluendo.com>
23321 * gst-libs/gst/riff/riff-read.c:
23322 (gst_riff_read_strf_vids_with_data),
23323 (gst_riff_read_strf_auds_with_data):
23324 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23325 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23326 Make sure we don't create 0 sized subbuffers in riff-read.
23327 Signal the no more pads signal after reading the avi header.
23329 2004-07-16 Wim Taymans <wim@fluendo.com>
23331 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23332 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23333 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23334 (gst_decode_bin_init), (gst_decode_bin_dispose),
23335 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23336 (no_more_pads), (close_link), (type_found),
23337 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23338 (gst_decode_bin_change_state), (plugin_init):
23339 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23340 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23341 (gst_play_base_bin_dispose), (queue_overrun),
23342 (gen_preroll_element), (remove_prerolls), (unknown_type),
23343 (no_more_pads), (new_stream), (setup_source),
23344 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23345 (play_base_eos), (gst_play_base_bin_change_state),
23346 (gst_play_base_bin_add_element),
23347 (gst_play_base_bin_remove_element),
23348 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23349 (gst_play_base_bin_unlink_stream),
23350 (gst_play_base_bin_get_streaminfo):
23351 * gst/playback/gstplaybasebin.h:
23352 Better error recovery. Added configurable preroll queue size. Faster
23353 detection of no-more-pads.
23355 2004-07-16 Wim Taymans <wim@fluendo.com>
23357 * gst-libs/gst/video/video.h:
23358 Added 32 bits RGBA. Not sure if we should use another mime-type
23359 for alpha rgb. Currently the presence of the alpha_mask property
23360 signals an alpha channel.
23362 2004-07-16 Wim Taymans <wim@fluendo.com>
23364 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23365 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23366 FPS seems to be 0.0 to MAX everywhere else.
23368 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23370 * gst-libs/gst/riff/riff-media.c:
23371 (gst_riff_create_video_caps_with_data):
23372 mp42/mp43 (no caps) exist too.
23373 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23374 Set pixel_width/height; we've got them in-caps.
23375 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23376 * gst/wavparse/gstwavparse.c: (plugin_init):
23377 Both are valid primary.
23378 * sys/oss/gstossmixer.c:
23379 Remove i18n hack and enable translations.
23381 2004-07-15 Benjamin Otte <otte@gnome.org>
23383 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23384 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23385 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23387 2004-07-15 Benjamin Otte <otte@gnome.org>
23389 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23390 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23391 (gst_alsa_close_audio):
23392 disable some of the debugging code for now. Writing debugging to a
23393 buffer is broken in current alsalib releases.
23395 2004-07-12 Benjamin Otte <otte@gnome.org>
23397 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23400 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23402 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23403 (theora_dec_src_query), (theora_dec_event):
23404 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23405 add debugging categories. Remove \n's.
23407 2004-07-13 Johan Dahlin <johan@gnome.org>
23409 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23410 (gst_play_bin_get_property): Impl.
23412 2004-07-13 Wim Taymans <wim@fluendo.com>
23414 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23415 When trying to find the stream length, seek back N pages
23416 instead of just one, where N is the number of streams in
23419 2004-07-13 Wim Taymans <wim@fluendo.com>
23421 * gst-libs/gst/riff/riff-media.c:
23422 (gst_riff_create_audio_caps_with_data),
23423 (gst_riff_create_audio_caps),
23424 (gst_riff_create_audio_template_caps):
23425 * gst-libs/gst/riff/riff-media.h:
23426 * gst-libs/gst/riff/riff-read.c:
23427 (gst_riff_read_strf_vids_with_data),
23428 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23429 * gst-libs/gst/riff/riff-read.h:
23430 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23431 (gst_avi_demux_add_stream):
23432 Set codec_data on caps for avidemuxer.
23434 2004-07-12 David Schleef <ds@schleef.org>
23436 * configure.ac: Fix test for Objective C
23438 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
23439 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23440 (gst_gdk_pixbuf_chain):
23441 Add svg and pcx to template caps, and ensure that getcaps returns a
23442 subset of the template caps.
23443 Copy each row manually for output, as gdkpixbuf may pad the
23444 rowstride to a 32-bit word boundary.
23446 2004-07-12 Wim Taymans <wim@fluendo.com>
23448 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23449 (gst_riff_create_video_template_caps):
23450 Fix the template caps to include some more media types.
23452 2004-07-12 Wim Taymans <wim@fluendo.com>
23454 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23455 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23456 (compare_ranks), (print_feature), (gst_decode_bin_init),
23457 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23458 (try_to_link_1), (new_pad), (close_link), (type_found),
23459 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23460 (gst_decode_bin_change_state), (plugin_init):
23461 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23462 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23463 (gst_play_base_bin_dispose), (queue_overrun),
23464 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23465 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23466 (gst_play_base_bin_get_property), (play_base_eos),
23467 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23468 (gst_play_base_bin_remove_element),
23469 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23470 (gst_play_base_bin_unlink_stream),
23471 (gst_play_base_bin_get_streaminfo):
23472 * gst/playback/gstplaybasebin.h:
23473 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23474 (gst_play_bin_class_init), (gst_play_bin_init),
23475 (gst_play_bin_dispose), (gst_play_bin_set_property),
23476 (gst_play_bin_get_property), (gen_video_element),
23477 (gen_audio_element), (remove_sinks), (setup_sinks),
23478 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23479 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23480 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23481 (gst_play_bin_query), (plugin_init):
23482 * gst/playback/test4.c: (main):
23483 More fixes on reusing of the element.
23485 2004-07-11 Benjamin Otte <otte@gnome.org>
23487 * ext/mad/gstmad.c: (normal_seek):
23488 allow seeking for other methods than just SET
23490 2004-07-11 Andy Wingo <wingo@pobox.com>
23492 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23493 float, "any" caps -> buffer_frames=[0,MAX].
23495 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23496 doesn't intersect our caps with the template any more. Do it
23498 (interleave_buffered_loop): Use g_newa instead of malloc/free.
23500 2004-07-09 Wim Taymans <wim@fluendo.com>
23502 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23503 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23504 (compare_ranks), (print_feature), (gst_decode_bin_init),
23505 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23506 (try_to_link_1), (new_pad), (close_link), (type_found),
23507 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23508 (gst_decode_bin_change_state), (plugin_init):
23509 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23510 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23511 (gst_play_base_bin_dispose), (queue_overrun),
23512 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23513 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23514 (gst_play_base_bin_get_property), (play_base_eos),
23515 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23516 (gst_play_base_bin_remove_element),
23517 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23518 (gst_play_base_bin_unlink_stream),
23519 (gst_play_base_bin_get_streaminfo):
23520 * gst/playback/gstplaybasebin.h:
23521 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23522 (gst_play_bin_class_init), (gst_play_bin_init),
23523 (gst_play_bin_dispose), (gst_play_bin_set_property),
23524 (gst_play_bin_get_property), (gen_video_element),
23525 (gen_audio_element), (remove_sinks), (setup_sinks),
23526 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23527 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23528 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23529 (gst_play_bin_query), (plugin_init):
23530 * gst/playback/test4.c: (main):
23531 Work on object reuse and seeking.
23533 2004-07-09 Wim Taymans <wim@fluendo.com>
23535 * examples/seeking/seek.c: (iterate):
23536 Don't consume all CPU in the idle loop.
23538 2004-07-09 Wim Taymans <wim@fluendo.com>
23540 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23541 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23542 Add pad to element *after* setting the pad functions so that
23543 the scheduler can use the correct ones.
23545 2004-07-09 Wim Taymans <wim@fluendo.com>
23547 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23548 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23549 Sync to keyframe after seek
23551 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23553 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23554 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23555 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23556 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23557 * ext/libvisual/visual.c: (gst_visual_change_state):
23558 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23559 * ext/theora/theoradec.c: (theora_dec_change_state):
23560 * ext/theora/theoraenc.c: (theora_enc_change_state):
23561 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23562 * gst-libs/gst/navigation/navigation.c:
23563 * gst/adder/gstadder.c: (gst_adder_change_state):
23564 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23565 (gst_audio_convert_get_buffer):
23566 * gst/multipart/multipartdemux.c:
23567 (gst_multipart_demux_change_state):
23568 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23569 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23570 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23571 * gst/videoscale/gstvideoscale.c:
23572 (gst_videoscale_handle_src_event):
23573 * gst/volume/gstvolume.c: (volume_chain_int16):
23574 don't assert in state change, this should be done by the base
23576 various debugging fixes.
23578 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23581 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23582 (gst_play_dispose), (gst_play_set_location),
23583 (gst_play_set_data_src), (gst_play_set_video_sink),
23584 (gst_play_set_audio_sink), (gst_play_set_visualization),
23585 (gst_play_connect_visualization), (gst_play_get_sink_element),
23586 (gst_play_get_all_by_interface):
23587 * gst-libs/gst/play/play.h:
23588 add new method to get elements implementing an interface.
23589 add various error logging
23591 2004-07-08 Wim Taymans <wim@fluendo.com>
23593 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23594 (make_mpeg_pipeline), (make_mpegnt_pipeline),
23595 (make_playerbin_pipeline), (query_durations_elems),
23596 (query_durations_pads), (query_positions_elems),
23597 (query_positions_pads), (update_scale), (iterate), (stop_seek),
23599 Added playbin seeking example.
23601 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23603 * gst-libs/gst/play/play.c: (gst_play_set_location),
23604 (gst_play_set_data_src), (gst_play_set_video_sink),
23605 (gst_play_set_audio_sink), (gst_play_set_visualization),
23606 (gst_play_connect_visualization), (gst_play_get_framerate):
23607 use a macro to look up elements from hash table
23609 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23611 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23612 (gst_play_get_length_callback), (gst_play_set_location),
23613 (gst_play_seek_to_time), (gst_play_set_data_src),
23614 (gst_play_set_video_sink), (gst_play_set_audio_sink),
23615 (gst_play_set_visualization), (gst_play_connect_visualization),
23616 (gst_play_get_sink_element):
23617 - add debugging info
23618 - fix looking up sink elements by iterating over complete caps
23619 - put everything except for source and autoplugger in a complete bin
23621 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23623 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23624 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23625 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23626 (gst_alsa_sink_write), (gst_alsa_sink_loop):
23627 * ext/alsa/gstalsasink.h:
23628 - add debugging info
23629 - clean up schizophrenia of data/buffer/event
23630 - fix double event unref error
23632 2004-07-08 Wim Taymans <wim@fluendo.com>
23634 * gst/playback/Makefile.am:
23635 Add headers to noinst
23637 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23639 * tools/gst-launch-ext-m.m:
23640 * tools/gst-launch-ext.1.in:
23641 convert to the third millenium
23643 2004-07-07 David Schleef <ds@schleef.org>
23645 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23647 2004-07-07 Wim Taymans <wim@fluendo.com>
23649 * gst/playback/Makefile.am:
23650 * gst/playback/README:
23651 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23652 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23653 (compare_ranks), (print_feature), (gst_decode_bin_init),
23654 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23655 (try_to_link_1), (new_pad), (close_link), (type_found),
23656 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23658 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23659 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23660 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23661 (gen_preroll_element), (no_more_pads), (new_stream),
23662 (setup_source), (gst_play_base_bin_set_property),
23663 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23664 (gst_play_base_bin_add_element),
23665 (gst_play_base_bin_remove_element),
23666 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23667 (gst_play_base_bin_unlink_stream),
23668 (gst_play_base_bin_get_streaminfo):
23669 * gst/playback/gstplaybasebin.h:
23670 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23671 (gst_play_bin_class_init), (gst_play_bin_init),
23672 (gst_play_bin_dispose), (gst_play_bin_set_property),
23673 (gst_play_bin_get_property), (gen_video_element),
23674 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23675 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23676 (gst_play_bin_get_formats), (gst_play_bin_convert),
23677 (gst_play_bin_get_query_types), (gst_play_bin_query),
23679 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23680 (gst_stream_info_get_type), (gst_stream_info_class_init),
23681 (gst_stream_info_init), (gst_stream_info_new),
23682 (gst_stream_info_dispose), (gst_stream_info_set_property),
23683 (gst_stream_info_get_property):
23684 * gst/playback/gststreaminfo.h:
23685 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23687 * gst/playback/test2.c: (main):
23688 * gst/playback/test3.c: (update_scale), (main):
23689 More playbin fixes. Added README. Do better element filtering.
23690 Added base class to preroll media. Added test apps.
23692 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23694 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23695 * ext/mpeg2dec/gstmpeg2dec.h:
23696 various debugging improvements. Reset stream to next picture
23697 instead of sequence header, otherwise seeks cannot work.
23699 2004-07-07 Wim Taymans <wim@fluendo.com>
23701 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23702 (gst_video_box_class_init), (gst_video_box_set_property),
23703 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23704 Use pad_alloc where possible.
23706 2004-07-07 Wim Taymans <wim@fluendo.com>
23708 * sys/oss/gstosselement.c: (gst_osselement_reset),
23709 (gst_osselement_parse_caps):
23710 * sys/oss/gstosselement.h:
23711 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23712 Fix offset on osssrc.
23714 2004-07-07 Wim Taymans <wim@fluendo.com>
23716 * ext/theora/theora.c: (plugin_init):
23717 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23718 (theora_dec_src_query), (theora_dec_chain):
23719 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23720 (theora_enc_sink_link), (theora_buffer_from_packet),
23721 (theora_push_packet), (theora_enc_chain):
23722 Fix theora granulepos calculation.
23723 Fix overflow in duration/position calculation.
23724 Bump rank to PRIMARY for theoradec.
23725 Use granulepos of last packet to calculate position.
23726 Set keyframe flag on buffers when needed.
23728 2004-07-06 David Schleef <ds@schleef.org>
23730 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
23731 serious? (Fixed, obviously.)
23733 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
23737 added Czech translation (Miloslav Trmac)
23739 2004-07-05 Wim Taymans <wim@fluendo.com>
23741 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23742 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23743 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23744 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23745 (close_link), (type_found), (gst_decode_bin_set_property),
23746 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23747 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23748 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23749 (gst_decode_bin_query), (plugin_init):
23750 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23751 (gst_play_bin_class_init), (gst_play_bin_init),
23752 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23753 (get_video_element), (new_pad), (setup_source),
23754 (gst_play_bin_set_property), (gst_play_bin_get_property),
23755 (gst_play_bin_change_state), (gst_play_bin_add_element),
23756 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23757 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23758 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23759 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23760 * gst/playback/test.c: (main):
23761 More fixes, cleaned up playbin, make it use decodebin. Added
23762 threaded property to playbin.
23764 2004-07-05 Wim Taymans <wim@fluendo.com>
23767 * gst/playback/Makefile.am:
23768 * gst/playback/decodetest.c: (main):
23769 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23770 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23771 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23772 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23773 (close_link), (type_found), (gst_decode_bin_set_property),
23774 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23775 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23776 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23777 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23779 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23780 (gst_play_bin_class_init), (gst_play_bin_init),
23781 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23782 (collect_sink_pads), (find_compatibles), (close_pad_link),
23783 (try_to_link_1), (new_pad), (close_link), (type_found),
23784 (setup_source), (gst_play_bin_set_property),
23785 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23786 (compare_ranks), (gst_play_bin_collect_factories),
23787 (gst_play_bin_change_state), (gst_play_bin_add_element),
23788 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23789 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23790 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23791 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23792 * gst/playback/test.c: (main):
23793 Added some playback helper elements and some test apps, very alpha
23796 2004-07-04 Benjamin Otte <otte@gnome.org>
23798 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23799 only restart audio when we indeed have an xrun to fix repeated
23800 xruns. Fix suggested by Giuliano Pochini.
23802 2004-07-03 David Schleef <ds@schleef.org>
23804 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23805 call to gst_debug_log() if debugging is disabled (bug #145118)
23807 2004-07-03 Benjamin Otte <otte@gnome.org>
23809 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23810 use our own functions for restarting the alsa device.
23811 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23812 I should apply patches myself - use MIN for the third argument, not
23813 the second, this fixes seeking
23815 2004-07-02 David Schleef <ds@schleef.org>
23817 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23818 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
23821 2004-07-02 David Schleef <ds@schleef.org>
23823 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
23824 output buffers. Fix logic mistake. (bug #144866)
23826 2004-07-02 David Schleef <ds@schleef.org>
23828 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23829 on X. (bug #144753)
23831 2004-07-02 David Schleef <ds@schleef.org>
23833 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23834 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23836 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23837 (gst_osselement_rate_probe_check): Add another workaround for
23838 buggy drivers (bug #145336)
23840 2004-07-02 David Schleef <ds@schleef.org>
23842 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23843 Most systems don't have MSG_NOSIGNAL.
23845 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
23848 * gst-libs/gst/colorbalance/Makefile.am:
23849 * gst-libs/gst/mixer/Makefile.am:
23850 * gst-libs/gst/play/Makefile.am:
23851 * gst-libs/gst/tuner/Makefile.am:
23852 (hopefully) fix both install and dist and make error message useful.
23853 needs testing across automakes.
23855 2004-07-02 Benjamin Otte <otte@gnome.org>
23857 * ext/ogg/gstogg.c: (plugin_init):
23858 we require bytestream now
23859 * ext/ogg/gstoggdemux.c:
23860 huge diff to implement chain setup in a fast and generic way. This
23861 improves tag reading and startup of huge files (read: Theora videos)
23862 quite a bit. It probably contains bugs, too, so please test.
23863 Seeking is not improved to the fast method.
23865 2004-06-29 Wim Taymans <wim@fluendo.com>
23867 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23868 * ext/ogg/gstoggmux.c:
23869 Fix memleak in oggdemux when running unconnected pads.
23870 doc update in mux, start working on keyframe mode.
23872 2004-06-29 Benjamin Otte <otte@gnome.org>
23874 * sys/oss/gstosssink.c:
23875 * sys/oss/gstosssrc.c:
23876 advertise correct template caps - we indeed do non-native endianness
23877 and 8bit audio has no endianness
23878 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23879 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23880 avoid (wrong) duplications in getcaps function and return
23883 2004-06-29 Wim Taymans <wim@fluendo.com>
23885 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23886 (gst_multifdsink_class_init), (gst_multifdsink_add),
23887 (gst_multifdsink_remove), (gst_multifdsink_clear),
23888 (gst_multifdsink_client_remove),
23889 (gst_multifdsink_handle_client_read),
23890 (gst_multifdsink_client_queue_data),
23891 (gst_multifdsink_client_queue_caps),
23892 (gst_multifdsink_client_queue_buffer),
23893 (gst_multifdsink_handle_client_write),
23894 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23895 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23896 (gst_multifdsink_init_send), (gst_multifdsink_close):
23897 Fix wrong GList iteration that could crash the server when
23898 more then 2 clients disconnect at the same time. Read all the
23899 pending commands in one batch to recover from command storms under
23902 2004-06-28 Wim Taymans <wim@fluendo.com>
23904 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23905 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23906 (gst_videomixer_pad_set_property),
23907 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23908 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23909 (gst_videomixer_class_init), (gst_videomixer_init),
23910 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23911 (pad_zorder_compare), (gst_videomixer_sort_pads),
23912 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23913 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23914 (gst_videomixer_update_queues), (gst_videomixer_loop),
23916 Avoid divide by zero, choose masterpad as the pad with the highest
23919 2004-06-27 Julien Moutte <julien@moutte.net>
23921 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23922 (gst_ximagesink_xwindow_new):
23923 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23924 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23925 function directly. We might want to call it from somewhere else one day.
23927 2004-06-27 Julien Moutte <julien@moutte.net>
23929 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23930 (gst_ximagesink_xwindow_new):
23931 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23932 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23933 window decorations.
23935 2004-06-27 Wim Taymans <wim@fluendo.com>
23937 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23938 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23939 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23940 (gst_dvdec_set_property), (gst_dvdec_get_property):
23941 * ext/dv/gstdvdec.h:
23942 Implement drop_factor property to lower the framerate with
23945 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
23947 * gst-libs/gst/colorbalance/Makefile.am:
23948 * gst-libs/gst/mixer/Makefile.am:
23949 * gst-libs/gst/play/Makefile.am:
23950 * gst-libs/gst/tuner/Makefile.am:
23951 unbreak Company's fix that didn't install the -enum.h files
23953 2004-06-27 Wim Taymans <wim@fluendo.com>
23955 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23956 (gst_dvdec_change_state):
23957 * ext/dv/gstdvdec.h:
23958 Fix timestamp, duration and offset of the buffers.
23960 2004-06-27 Wim Taymans <wim@fluendo.com>
23962 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23963 (gst_multifdsink_class_init), (gst_multifdsink_add),
23964 (gst_multifdsink_remove), (gst_multifdsink_clear),
23965 (gst_multifdsink_client_remove),
23966 (gst_multifdsink_handle_client_read),
23967 (gst_multifdsink_client_queue_data),
23968 (gst_multifdsink_client_queue_caps),
23969 (gst_multifdsink_client_queue_buffer),
23970 (gst_multifdsink_handle_client_write),
23971 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23972 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23973 (gst_multifdsink_init_send), (gst_multifdsink_close):
23974 * gst/tcp/gstmultifdsink.h:
23975 * gst/tcp/gsttcpserversink.c:
23976 (gst_tcpserversink_handle_server_read),
23977 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23978 More multifdsink fixes, more recovery policy fixes.
23979 Removed stupid g_print
23981 2004-06-26 Wim Taymans <wim@fluendo.com>
23983 * gst/tcp/Makefile.am:
23984 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23985 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23986 (gst_multifdsink_class_init), (gst_multifdsink_init),
23987 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23988 (gst_multifdsink_handle_client_read),
23989 (gst_multifdsink_client_queue_data),
23990 (gst_multifdsink_client_queue_caps),
23991 (gst_multifdsink_client_queue_buffer),
23992 (gst_multifdsink_handle_client_write),
23993 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23994 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23995 (gst_multifdsink_chain), (gst_multifdsink_set_property),
23996 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23997 (gst_multifdsink_close), (gst_multifdsink_change_state):
23998 * gst/tcp/gstmultifdsink.h:
23999 * gst/tcp/gsttcpplugin.c: (plugin_init):
24000 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
24001 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
24002 (gst_tcpserversink_handle_server_read),
24003 (gst_tcpserversink_handle_select),
24004 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
24005 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24006 * gst/tcp/gsttcpserversink.h:
24007 Added multifdsink, made tcpserversink a subclass of fdsink, removed
24008 one of the locks, added recovery policy to multifdsink.
24010 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
24012 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24013 fix decision for when getting frames with same timestamp
24014 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24015 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24016 (gst_v4lsrc_get_property):
24017 * sys/v4l/gstv4lsrc.h:
24018 add latency offset property
24020 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
24022 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
24024 fix debugging. add category.
24026 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
24028 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24031 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
24033 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24034 (gst_alsa_src_get_time), (gst_alsa_src_loop),
24035 (gst_alsa_src_change_state):
24036 return a time that is in sync with the element's processing
24038 2004-06-25 Wim Taymans <wim@fluendo.com>
24040 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24041 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24042 (gst_tcpserversink_client_remove),
24043 (gst_tcpserversink_handle_client_read),
24044 (gst_tcpserversink_client_queue_data),
24045 (gst_tcpserversink_client_queue_caps),
24046 (gst_tcpserversink_client_queue_buffer),
24047 (gst_tcpserversink_handle_client_write),
24048 (gst_tcpserversink_queue_buffer),
24049 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
24050 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
24051 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
24052 (gst_tcpserversink_close):
24053 * gst/tcp/gsttcpserversink.h:
24054 Serversink rewrite. Really do non blocking writes to clients and
24055 maintain an internal queue to handle slower clients while not
24056 disturbing fast clients.
24058 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
24060 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24061 better debug, don't override OFFSET and OFFSET_END
24063 2004-06-25 Iain <iain@prettypeople.org>
24065 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
24066 name=source for the wavparse pipeline.
24068 2004-06-24 Johan Dahlin <johan@gnome.org>
24070 * ext/theora/theoraenc.c (theora_enc_chain): Call
24071 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
24072 streamheader caps are set correctly.
24074 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24076 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24077 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
24078 respect minimum bitrate; same could be done for max bitrate
24080 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24082 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24083 (gst_vorbisenc_setup):
24084 fix sample rate range
24086 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24088 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24089 (gst_oggvorbisenc_setup):
24090 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24091 (gst_vorbisenc_setup):
24092 resolve ambiguities in code and description
24094 2004-06-24 Wim Taymans <wim@fluendo.com>
24096 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24097 * ext/alsa/gstalsa.h:
24098 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24099 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24100 Use alsa trigger_tstamp to get the timestamp of the first
24101 sample in the buffer for more precise sync. Some cleanups.
24103 2004-06-24 Wim Taymans <wim@fluendo.com>
24105 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24106 (gst_audiorate_init), (gst_audiorate_chain),
24107 (gst_audiorate_set_property), (gst_audiorate_get_property):
24108 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24109 (gst_videorate_chain):
24110 Added some logging, fixed an overflow bug in videorate.
24112 2004-06-24 Benjamin Otte <otte@gnome.org>
24114 * ext/kio/Makefile.am:
24115 fix for builddir != srcdir and distcheck
24117 2004-06-24 Benjamin Otte <otte@gnome.org>
24119 * gst-libs/gst/colorbalance/Makefile.am:
24120 * gst-libs/gst/mixer/Makefile.am:
24121 * gst-libs/gst/play/Makefile.am:
24122 * gst-libs/gst/tuner/Makefile.am:
24123 * gst/tcp/Makefile.am:
24124 * sys/dxr3/Makefile.am:
24125 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24127 Also add all *.list files that were missing.
24129 add a distcheck hook to ensure the above doesn't happen again.
24131 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
24133 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24135 2004-06-23 Colin Walters <walters@redhat.com>
24137 * m4/Makefile.am: Distribute gst-fionread.m4.
24139 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
24141 * configure.ac: back to dev
24143 2004-06-23 Wim Taymans <wim@fluendo.com>
24145 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24146 (gst_alsa_xrun_recovery):
24147 * ext/alsa/gstalsa.h:
24148 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24149 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24150 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24151 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24152 (gst_alsa_src_loop):
24153 Add clock to alsasrc. Take new capture timestamp when
24154 restarting after an overrun. Split up some functions between
24155 alsasrc and alsasink.
24157 === release 0.8.2 ===
24159 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
24161 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24162 (gst_alsa_change_state), (gst_alsa_update_avail),
24163 (gst_alsa_xrun_recovery):
24164 * ext/alsa/gstalsa.h:
24165 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24166 merge back changes from release
24168 2004-06-23 Wim Taymans <wim@fluendo.com>
24170 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24171 (gst_audiorate_init), (gst_audiorate_chain),
24172 (gst_audiorate_set_property), (gst_audiorate_get_property):
24173 Implement sample dropping and notify
24175 2004-06-22 Wim Taymans <wim@fluendo.com>
24177 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24178 (theora_enc_sink_link), (theora_buffer_from_packet),
24179 (theora_push_packet), (theora_enc_chain):
24180 Some cleanups, make sure the timestamps are correct.
24182 2004-06-22 Wim Taymans <wim@fluendo.com>
24184 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24185 (gst_alsa_change_state), (gst_alsa_update_avail),
24186 (gst_alsa_xrun_recovery):
24187 * ext/alsa/gstalsa.h:
24188 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24189 Cleanups, take queued samples into account when reporting
24192 2004-06-22 Wim Taymans <wim@fluendo.com>
24194 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24195 (gst_videorate_init):
24196 Initialize the property as well.
24198 2004-06-22 Wim Taymans <wim@fluendo.com>
24200 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24201 (gst_videorate_init), (gst_videorate_chain),
24202 (gst_videorate_set_property), (gst_videorate_get_property):
24203 Add property to make videorate silent.
24204 Add property to prefer new frames over old ones.
24206 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24208 * sys/osxvideo/Makefile.am:
24209 Workaround so that the osxvideo .so file gets linked with the
24210 Cocoa, OpenGL and QuickTime frameworks
24212 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24214 * sys/osxaudio/Makefile.am:
24215 Workaround so that the osxaudio .so file gets linked with the
24216 CoreAudio framework
24218 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24221 Whoops, my fault...fixed build issues
24223 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24226 Add objective-c support if running in Darwin/Mac OS X
24229 * sys/osxvideo/Makefile.am:
24230 * sys/osxvideo/osxvideosink.h:
24231 * sys/osxvideo/osxvideosink.m:
24232 * sys/osxvideo/cocoawindow.h:
24233 * sys/osxvideo/cocoawindow.m:
24234 Add osxvideosink, a cocoa-based osx video sink
24237 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
24238 * ext/dvdnav/gst-dvd:
24239 Grab the gconf key from the right spot
24240 * gst/debug/gstnavseek.c: (gst_navseek_init),
24241 (gst_navseek_segseek), (gst_navseek_handle_src_event),
24242 (gst_navseek_chain):
24243 * gst/debug/gstnavseek.h:
24244 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24245 and loop parameters of a segment seek.
24246 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24247 (gst_videotestsrc_get_event_masks),
24248 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24249 * gst/videotestsrc/gstvideotestsrc.h:
24250 Add seeking support to videotestsrc
24251 Initialise the timestamp_offset variable.
24253 2004-06-18 Wim Taymans <wim@fluendo.com>
24255 * ext/sidplay/gstsiddec.cc:
24256 Fix negotiation and set correct end offset.
24258 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
24260 * configure.ac: branch and prerelease
24262 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24264 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24265 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24266 (gst_tcpclientsrc_init_receive):
24267 * gst/tcp/gsttcpclientsrc.h:
24268 read caps when connecting to server for GDP so we set them correctly
24270 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24272 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24273 notify drops and duplicates
24274 * gst/videoscale/videoscale.c: (videoscale_get_structure):
24275 no good reason to limit ourselves to 100x100
24277 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24279 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24280 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24281 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24282 (gst_v4lsrc_get_property):
24283 * sys/v4l/gstv4lsrc.h:
24284 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24285 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24286 (gst_v4l_set_audio):
24287 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24288 (gst_v4lsrc_try_capture):
24289 * sys/v4l/v4lsrc_calls.h:
24290 change try_palette to more general try_capture
24291 add autoprobe option so we can turn off autoprobing
24294 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24298 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24299 (gst_ximagesink_class_init):
24300 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24301 (gst_xvimagesink_class_init):
24302 run them as finalize, not dispose, since dispose can be invoked
24305 2004-06-17 Wim Taymans <wim@fluendo.com>
24307 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24308 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24309 * ext/alsa/gstalsa.h:
24310 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24311 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24312 (gst_alsa_src_change_state):
24313 * ext/alsa/gstalsasrc.h:
24314 Make the xrun code timestamp and offset the buffers correctly.
24315 moved the clock to the base class, use alsa methods to get time.
24316 Do correct timestamping on outgoing buffers.
24318 2004-06-17 Wim Taymans <wim@fluendo.com>
24320 * gst/audiorate/Makefile.am:
24321 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24322 (gst_audiorate_base_init), (gst_audiorate_class_init),
24323 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24324 (gst_audiorate_set_property), (gst_audiorate_get_property),
24325 (gst_audiorate_change_state), (plugin_init):
24326 Added an audiorate converter that fills in gaps.
24328 2004-06-17 Johan Dahlin <johan@gnome.org>
24330 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24332 2004-06-16 Wim Taymans <wim@fluendo.com>
24334 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24335 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24336 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24337 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24338 (gst_v4lsrc_get_property):
24339 * sys/v4l/gstv4lsrc.h:
24340 Added a copy mode to v4lsrc where it will output a copied version
24341 of its internal hardware buffer.
24342 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24345 2004-06-16 Wim Taymans <wim@fluendo.com>
24347 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24350 2004-06-16 Wim Taymans <wim@fluendo.com>
24352 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24353 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24354 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24355 (gst_v4lsrc_get_property):
24356 * sys/v4l/gstv4lsrc.h:
24357 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24358 Added a sync mode enum property to control v4lsrc timestamp method
24359 Removed the use-fixed-fps property and moved functionality in
24361 Don't error on an error value from v4l-conf, it might not always
24364 2004-06-16 Wim Taymans <wim@fluendo.com>
24366 * gst/videorate/Makefile.am:
24367 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24368 (gst_videorate_base_init), (gst_videorate_class_init),
24369 (gst_videorate_getcaps), (gst_videorate_link),
24370 (gst_videorate_init), (gst_videorate_chain),
24371 (gst_videorate_set_property), (gst_videorate_get_property),
24372 (gst_videorate_change_state), (plugin_init):
24373 Added a video timestamp corrector.
24375 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24377 fixed a potential leak with previous commit
24379 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24381 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24383 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24384 Added missing refcount, fixes bug #144425
24385 Cheers Tim for finding the bug
24387 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
24389 * sys/v4l/gstv4l.c: (plugin_init):
24390 * sys/v4l/gstv4lcolorbalance.c:
24391 * sys/v4l/gstv4lcolorbalance.h:
24392 * sys/v4l/gstv4lelement.c:
24393 * sys/v4l/gstv4lelement.h:
24394 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24395 * sys/v4l/gstv4lmjpegsink.h:
24396 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24397 * sys/v4l/gstv4lmjpegsrc.h:
24398 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24399 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24400 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24401 * sys/v4l/gstv4lsrc.h:
24402 * sys/v4l/gstv4ltuner.c:
24403 * sys/v4l/gstv4ltuner.h:
24404 * sys/v4l/gstv4lxoverlay.c:
24405 * sys/v4l/gstv4lxoverlay.h:
24406 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24407 (gst_v4l_set_window), (gst_v4l_enable_overlay):
24408 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24409 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24410 (gst_v4l_set_audio):
24411 * sys/v4l/v4l_calls.h:
24412 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24413 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24414 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24415 (gst_v4lmjpegsink_playback_init),
24416 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24417 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24418 (gst_v4lmjpegsink_playback_stop),
24419 (gst_v4lmjpegsink_playback_deinit):
24420 * sys/v4l/v4lmjpegsink_calls.h:
24421 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24422 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24423 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24424 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24425 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24426 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24427 * sys/v4l/v4lmjpegsrc_calls.h:
24428 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24429 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24430 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24431 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24432 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24433 (gst_v4lsrc_try_palette):
24434 * sys/v4l/v4lsrc_calls.h:
24435 bunch of paranoia cleanups
24437 2004-06-14 David Schleef <ds@schleef.org>
24439 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24440 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24441 Send discont events and change timestamps appropriately when
24442 we get a seek event. (bug #144240)
24443 * ext/cdparanoia/gstcdparanoia.h:
24445 2004-06-14 Benjamin Otte <otte@gnome.org>
24447 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24448 snd_pcm_hw_params_set_rate since the latter fails for no good
24449 reason on some setups.
24451 2004-06-14 David Schleef <ds@schleef.org>
24453 * gst/volume/demo.c: (value_changed_callback): exp10() is not
24454 standard. Thank you for playing.
24456 2004-06-14 Wim Taymans <wim@fluendo.com>
24458 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24459 Patch 1.3 broke the ordering of the colorspace info and
24460 made the plugin basically work by coincidence, reordered
24463 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24465 * ext/lame/gstlame.c:
24466 * ext/mad/gstmad.c:
24467 sync caps. Make sure mad can only output a list of rates, not
24468 a full range. In the future, have three caps lists for each of the
24469 mpeg versions. Change mpegversion to a double as well.
24471 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24473 * gst/volume/.cvsignore:
24474 * gst/volume/Makefile.am:
24475 * gst/volume/demo.c: (value_changed_callback), (idler),
24476 (setup_gui), (main):
24477 added small demo app
24479 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
24480 * ext/esd/esdsink.c: (gst_esdsink_change_state):
24481 * ext/esd/esdsink.h:
24482 Close the esd connection on pause, because esd will just wait -
24483 blocking all other esd clients indefinitely.
24485 2004-06-12 Christophe Fergeau <teuf@gnome.org>
24487 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24488 previous commit with GST_DEBUG
24490 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
24493 add a header check for a dvdread header in dvdnav. Fixes #133002
24495 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24497 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24498 * gst/tcp/gsttcpclientsink.h:
24499 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24500 * gst/tcp/gsttcpclientsrc.h:
24501 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24502 (gst_tcpserversink_handle_server_read),
24503 (gst_tcpserversink_init_send):
24504 * gst/tcp/gsttcpserversink.h:
24505 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24506 * gst/tcp/gsttcpserversrc.h:
24507 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24510 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24513 Added ogg library so that OSX detects libtheora properly
24515 2004-06-11 Wim Taymans <wim@fluendo.com>
24517 * ext/theora/theoradec.c: (theora_dec_chain),
24518 (theora_dec_change_state):
24519 Don't try to decode frames before we received a keyframe.
24521 2004-06-11 Wim Taymans <wim@fluendo.com>
24523 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24524 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24525 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24526 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24527 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24528 Added property to set the maximum delay of a page.
24530 2004-06-10 Wim Taymans <wim@fluendo.com>
24532 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24533 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24534 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24535 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24536 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24537 Added max-delay property to control the maximum amount
24538 of data to put in one page.
24540 2004-06-10 Wim Taymans <wim@fluendo.com>
24542 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24543 (gst_theora_enc_init), (theora_enc_sink_link),
24544 (theora_buffer_from_packet), (theora_enc_set_property),
24545 (theora_enc_get_property):
24546 Set duration on encoded buffer, added some more properties
24548 2004-06-10 Wim Taymans <wim@fluendo.com>
24550 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24551 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24552 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24553 * ext/theora/theoraenc.c: (theora_enc_chain):
24554 Fix refcounting bugs
24556 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
24558 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24559 (gst_asf_demux_loop), (gst_asf_demux_process_file),
24560 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24561 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24562 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24563 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24564 (gst_asf_demux_change_state):
24565 * gst/asfdemux/gstasfdemux.h:
24566 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24567 feels like. I think we should set a new requirement for demuxers
24568 from now on to implement sane loop functions, data loops, query
24569 and seek functions before first commit into CVS. And this commit
24570 fixes all of the above.
24572 2004-06-10 Christophe Fergeau <teuf@gnome.org>
24574 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24575 vorbis comments are properly encoded in UTF-8 before adding them
24578 2004-06-09 Benjamin Otte <otte@gnome.org>
24580 * ext/alsa/gstalsa.c: (add_channels):
24581 handle min <= max correctly
24582 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24583 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24584 add fixation functions so we fixate correctly. No preferring of alaw
24585 anymore because it's the first structure.
24586 * ext/alsa/gstalsa.h:
24587 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24588 (gst_alsa_hw_params_dump):
24589 add functions to ease debugging in alsalib
24590 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24591 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24592 (gst_alsa_start_audio):
24593 only specify hw params if we really setup a format (fixes #134007 -
24594 or at least works around it)
24596 2004-06-09 Wim Taymans <wim@fluendo.com>
24598 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24599 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24600 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24601 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24602 (gst_ogg_mux_loop):
24603 Use stream caps to setup the initial pages in the ogg stream.
24604 Correctly set the streamheader caps on the srcpad.
24606 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
24608 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24609 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24610 (gst_v4lsrc_getcaps):
24611 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24612 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24613 add querying of fps lists for webcams. Negotiating to a framerate
24616 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24618 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24619 (theora_push_buffer), (theora_push_packet),
24620 (theora_set_header_on_caps), (theora_enc_chain):
24621 mark buffers and put on streamheader, raw theora streaming
24622 now works too, whee
24624 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24626 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24627 (gst_tcp_gdp_read_caps):
24628 do a looping read for caps and GDP headers too
24630 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24632 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24633 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24634 return EOS instead of NULL in _get
24636 2004-06-08 Wim Taymans <wim@fluendo.com>
24638 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24639 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24640 (gst_tcp_gdp_write_caps):
24641 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24642 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24643 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24646 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24648 * ext/vorbis/Makefile.am:
24649 * ext/vorbis/vorbis.c: (plugin_init):
24650 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24651 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24652 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24653 (vorbis_parse_change_state):
24654 * ext/vorbis/vorbisparse.h:
24655 adding a vorbisparse element that marks the buffers, streaming
24656 raw vorbis using GDP now works, whee
24658 2004-06-08 Wim Taymans <wim@fluendo.com>
24660 * ext/jpeg/Makefile.am:
24662 * ext/jpeg/gstjpeg.c: (plugin_init):
24663 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24664 (gst_smokedec_base_init), (gst_smokedec_class_init),
24665 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24666 * ext/jpeg/gstsmokedec.h:
24667 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24668 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24669 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24670 (gst_smokeenc_resync), (gst_smokeenc_chain),
24671 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24672 * ext/jpeg/gstsmokeenc.h:
24673 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24674 (smokecodec_flush_destination), (smokecodec_term_destination),
24675 (smokecodec_init_source), (smokecodec_fill_input_buffer),
24676 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24677 (smokecodec_term_source), (smokecodec_encode_new),
24678 (smokecodec_decode_new), (smokecodec_info_free),
24679 (smokecodec_set_quality), (smokecodec_get_quality),
24680 (smokecodec_set_threshold), (smokecodec_get_threshold),
24681 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24682 (find_best_size), (abs_diff), (put), (smokecodec_encode),
24683 (smokecodec_parse_header), (smokecodec_decode):
24684 * ext/jpeg/smokecodec.h:
24685 Added a new simple jpeg based codec
24687 2004-06-08 Wim Taymans <wim@fluendo.com>
24689 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24690 (gst_multipart_mux_loop):
24693 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24695 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24696 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24697 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24698 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24699 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24700 * gst/tcp/gsttcpserversink.h:
24701 take streamheader into account
24703 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24705 * gst/level/Makefile.am:
24706 * gst/level/gstlevel.c: (gst_level_class_init):
24707 clean up marshal generation
24709 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24711 * gst/tcp/Makefile.am:
24712 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24713 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24714 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24715 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24716 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24717 (gst_tcpclientsrc_get_property):
24718 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24719 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24720 (gst_tcpserversink_handle_client_read),
24721 (gst_tcpserversink_handle_client_write),
24722 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24723 * gst/tcp/gsttcpserversink.h:
24724 add signals client-added and client-removed
24725 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24726 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24727 (gst_tcpserversrc_get_property):
24728 uniformized, change default protocol to NONE
24729 * gst/tcp/gsttcp-marshal.list: added
24730 2004-06-07 Benjamin Otte <otte@gnome.org>
24732 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24733 handle discont events if they happen before caps nego
24735 2004-06-07 Wim Taymans <wim@fluendo.com>
24737 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24738 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24739 (gst_multipart_demux_plugin_init):
24740 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24741 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24742 (gst_multipart_mux_change_state):
24743 Small updates, fix a memleak
24745 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24747 * configure.ac: OSS portability
24748 * ext/arts/gst_arts.c: idem
24749 * sys/oss/gstosselement.c: idem
24750 * sys/oss/gstossmixer.c: idem
24751 * sys/oss/gstosssink.c: idem
24752 * sys/oss/gstosssrc.c: idem
24753 * sys/oss/oss_probe.c: idem
24754 - check for soundcard.h in different places for some BSD
24756 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
24759 Add me to the authors file
24761 Increase the libdv requirement to >= version 0.100
24762 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24763 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24764 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24765 * ext/dv/gstdvdec.h:
24766 Add support for the new_media flag when sending DISCONT events
24767 Make the querying work when video pad is not linked
24769 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24771 reviewed by Benjamin Otte <otte@gnome.org>
24773 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24774 create a NULL-initialized array of pads, so we don't think they
24775 exist already. (fixes #143130)
24777 2004-06-07 Benjamin Otte <otte@gnome.org>
24779 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24780 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24781 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24782 don't use // coments
24784 2004-06-07 Benjamin Otte <otte@gnome.org>
24786 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24787 cast to GstClockTime to get higher granularity
24788 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24789 use gst_element_set_time_delay to get the exact time
24790 * ext/mad/gstmad.c: (gst_mad_chain):
24791 use the negotiated rate instead of the current frame's rate which
24792 might be wrong because of bit errors. This avoids emitting totally
24793 bogus timestamps and screwing sync.
24796 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24798 reviewed by Benjamin Otte <otte@gnome.org>
24800 * gst/adder/gstadder.c: (gst_adder_loop):
24801 properly error out when no negotiation has happened yet. (fixes
24804 2004-06-06 Benjamin Otte <otte@gnome.org>
24806 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24807 forward correctly transformed offset in discont events. Based on
24808 patch by Arwed v. Merkatz. (fixes #142851)
24810 2004-06-06 David Schleef <ds@schleef.org>
24812 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24813 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
24814 problems on several systems.
24816 2004-06-06 Benjamin Otte <otte@gnome.org>
24818 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24819 use explicit caps on the srcpad
24820 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24821 properly error out if caps couldn't be set (fixes #142764)
24823 2004-06-06 Benjamin Otte <otte@gnome.org>
24825 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24826 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24827 (gst_alsa_start_audio):
24828 - don't call set_periods_integer anymore, it breaks the
24829 configuration randomly
24830 - call snd_pcm_hw_params_set_access directly instead of using masks
24831 - don't fail if the sw_params can't be set, just use the default
24832 params and hope it works. Alsalib has weird issues when you touch
24833 sw_params and does no proper error reporting about what failed.
24834 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24835 (gst_alsa_close_audio):
24836 make our alsa debugging go via gst debugging and not conditionally
24838 * ext/alsa/gstalsa.h:
24839 add ALSA_DEBUG_FLUSH macro
24840 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24842 wrap alsa errors to be printed via the gst debugging system and not
24845 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24847 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24848 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24849 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24850 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24851 (qtdemux_parse_trak):
24852 * gst/qtdemux/qtdemux.h:
24853 Bitch. Also known as seeking, querying & co.
24854 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24855 (gst_osssink_change_state):
24856 * sys/oss/gstosssink.h:
24857 Resyncing is for weenies, this hack is no longer needed and was
24858 broken anyway (since it - unintendedly - always leaves resync to
24861 2004-06-05 Andrew Turner <zxombie@hotpop.com>
24863 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24864 * gst/tcp/gsttcpclientsrc.h: idem
24865 - define MSG_NOSIGNAL if not done
24866 - include unistd.h for off_t
24869 2004-06-05 Benjamin Otte <otte@gnome.org>
24872 * ext/kio/Makefile.am:
24873 check for qt's moc preprocessor explicitly and use it
24875 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24877 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24878 don't get a signal for EPIPE on socket writes
24879 (somebody check if this works on other platforms)
24881 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24883 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24884 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24885 check error condition on available samples correctly
24887 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24889 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24891 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24892 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24893 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24894 (gst_tcpserversrc_gdp_read_header):
24895 use ssize_t over size_t since the former is signed and thus the
24896 check for error codes can work
24898 2004-06-02 Wim Taymans <wim@fluendo.com>
24902 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24903 (gst_multipart_mux_loop):
24906 2004-06-02 Wim Taymans <wim@fluendo.com>
24908 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24909 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24910 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24911 (gst_multipart_mux_change_state):
24912 Added configurable boundary specifier, added the value as a
24913 caps field as well.
24915 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24917 * gst/tcp/gsttcp.c:
24918 * gst/tcp/gsttcpclientsrc.c:
24919 * gst/tcp/gsttcpclientsrc.h:
24920 * gst/tcp/gsttcpserversrc.c:
24921 - portability fix, to compile on OSX
24924 * sys/osxaudio/gstosxaudioelement.c:
24925 * sys/osxaudio/gstosxaudiosink.c:
24926 * sys/osxaudio/gstosxaudiosrc.c:
24927 - compilation warnings on OSX
24930 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24932 * ext/vorbis/vorbisdec.c : sign warning fixes
24934 * gst-libs/gst/mixer/mixertrack.c :
24935 do no use defines which are glib 2.4 specific
24937 2004-06-01 Christophe Fergeau <teuf@gnome.org>
24939 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24940 buffer since libflac doesn't expect it (reports a sync error when
24941 it encounters that)
24944 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
24946 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24947 * gst-libs/gst/mixer/mixertrack.c:
24948 (gst_mixer_track_get_property), (get_mixer_track_init),
24949 (get_mixer_track_get_property): Added property accessors
24950 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24951 * gst-libs/gst/mixer/mixeroptions.c:
24952 (gst_mixer_options_get_values): Added
24953 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24954 * gst-libs/gst/mixer/mixer.c: Fixed comment
24957 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24959 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24960 improve error messages on open
24963 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24965 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24966 check if v4l-conf is in path
24968 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24970 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24971 change assert to a more readable error message
24973 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24975 * gst-libs/gst/tuner/tunerchannel.h:
24976 - add a freq_multiplicator field to make the conversion
24977 between internal frequency unit and Hz
24978 * sys/v4l/gstv4lelement.c:
24979 * sys/v4l2/gstv4l2element.c:
24980 - change default video device to /dev/video0
24981 * sys/v4l/v4l_calls.c:
24982 * sys/v4l2/v4l2_calls.c:
24983 - we only expose frequency to the user in Hz instead of
24984 bastard v4lX unit (either 62.5kHz or 62.5Hz)
24986 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
24987 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24988 Initialise b_o_s and e_o_s variables
24989 * gst-libs/gst/riff/riff-media.c:
24990 (gst_riff_create_video_caps_with_data):
24991 Add some unusual fourcc's from mplayer avi's
24992 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24993 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24996 2004-05-28 Wim Taymans <wim@fluendo.com>
24999 * gst/alpha/Makefile.am:
25000 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
25001 (gst_alpha_get_type), (gst_alpha_base_init),
25002 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
25003 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
25004 (gst_alpha_chroma_key), (gst_alpha_chain),
25005 (gst_alpha_change_state), (plugin_init):
25006 A plugin to add an alpha channel to I420 video. Can optionally do
25008 * gst/multipart/Makefile.am:
25009 * gst/multipart/multipart.c: (plugin_init):
25010 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
25011 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
25012 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
25013 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
25014 (gst_multipart_demux_change_state),
25015 (gst_multipart_demux_plugin_init):
25016 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
25017 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
25018 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
25019 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
25020 (gst_multipart_mux_pad_unlink),
25021 (gst_multipart_mux_request_new_pad),
25022 (gst_multipart_mux_handle_src_event),
25023 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
25024 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
25025 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25026 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
25027 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
25028 send multipart jpeg images to a browser.
25029 * gst/videobox/Makefile.am:
25030 * gst/videobox/README:
25031 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
25032 (gst_video_box_get_type), (gst_video_box_base_init),
25033 (gst_video_box_class_init), (gst_video_box_init),
25034 (gst_video_box_set_property), (gst_video_box_get_property),
25035 (gst_video_box_sink_link), (gst_video_box_i420),
25036 (gst_video_box_ayuv), (gst_video_box_chain),
25037 (gst_video_box_change_state), (plugin_init):
25038 Crops or adds borders around an image. can do alpha channel
25040 * gst/videomixer/Makefile.am:
25041 * gst/videomixer/README:
25042 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25043 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
25044 (gst_videomixer_pad_get_sink_event_masks),
25045 (gst_videomixer_pad_get_property),
25046 (gst_videomixer_pad_set_property),
25047 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
25048 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
25049 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25050 (gst_videomixer_base_init), (gst_videomixer_class_init),
25051 (gst_videomixer_init), (gst_videomixer_request_new_pad),
25052 (gst_videomixer_handle_src_event),
25053 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
25054 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25055 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25056 (gst_videomixer_loop), (gst_videomixer_get_property),
25057 (gst_videomixer_set_property), (gst_videomixer_change_state),
25059 Generic video mixer plugin, can handle multiple inputs all with
25060 different framerates and video sizes. Is fully alpha channel
25063 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
25065 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25066 Select first track as master track. Not sure how else to handle
25068 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
25069 Discard discont events. Should fix #142962.
25071 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
25073 * ext/alsa/Makefile.am:
25074 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
25075 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
25076 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25077 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25078 (gst_alsa_mixer_get_option):
25079 * ext/alsa/gstalsamixer.h:
25080 * ext/alsa/gstalsamixeroptions.c:
25081 (gst_alsa_mixer_options_get_type),
25082 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25083 (gst_alsa_mixer_options_new):
25084 * ext/alsa/gstalsamixeroptions.h:
25085 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25086 * ext/alsa/gstalsamixertrack.h:
25087 Add enumerations (as GstMixerOptions). Make correct distinction
25088 between input/output tracks. Add capture/playback private flag.
25089 Use flag to decide on whether to set capture or playback volumes
25090 or switches. Use playback and record switches.
25091 * gst-libs/gst/mixer/Makefile.am:
25092 * gst-libs/gst/mixer/mixer-marshal.list:
25093 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25094 (gst_mixer_set_option), (gst_mixer_get_option),
25095 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25096 (gst_mixer_volume_changed), (gst_mixer_option_changed):
25097 * gst-libs/gst/mixer/mixer.h:
25098 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25099 (gst_mixer_options_class_init), (gst_mixer_options_init),
25100 (gst_mixer_options_dispose):
25101 * gst-libs/gst/mixer/mixeroptions.h:
25102 Add GstMixerOptions.
25103 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25104 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25105 broken device detection on computers with multiple OSS sound
25108 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
25110 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25111 fixate nicely even when the peer is not negotiating
25113 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
25115 * gst/audioconvert/gstaudioconvert.c:
25116 (gst_audio_convert_parse_caps):
25117 make sure we don't allow depth > width
25118 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25119 fixate endianness to G_BYTE_ORDER as default
25120 * gst/audioscale/gstaudioscale.c:
25121 we don't handle another endianness as host-endianness
25123 2004-05-25 David Schleef <ds@schleef.org>
25125 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
25127 2004-05-24 Benjamin Otte <otte@gnome.org>
25129 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25130 (gst_oggvorbisenc_setup):
25131 properly fail when we can't setup the vorbis encoder due to
25132 unsupported settings
25133 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25134 (gst_vorbisenc_setup):
25136 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25137 fix case where warnings occured when one pad was unlinked while the
25138 other's link function was called
25140 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
25142 * gst/tcp/Makefile.am:
25145 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25147 * gst-libs/gst/resample/private.h:
25148 don't use optimizations that are #if 0'ed
25150 2004-05-24 Wim Taymans <wim@fluendo.com>
25152 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25153 Fix potential division by zero error and hopefully get
25154 the position query right to get correct timestamps on avi
25157 2004-05-24 Wim Taymans <wim@fluendo.com>
25159 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25160 (gst_videoscale_scale_nearest_str2),
25161 (gst_videoscale_scale_nearest_str4),
25162 (gst_videoscale_scale_nearest_32bit),
25163 (gst_videoscale_scale_nearest_24bit),
25164 (gst_videoscale_scale_nearest_16bit):
25165 Fix the scaling algorithm and avoid a buffer overflow.
25166 removed the while loop in the scaling function as it
25167 was used for point sampling only.
25169 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25171 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25172 (gst_id3_tag_class_init), (gst_id3_tag_init),
25173 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25174 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25175 (gst_id3_tag_send_tag_event):
25176 lots of fixes to make id3mux work and id3demux work correctly
25178 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25181 add rules to build shout2send (was removed by accident
25182 when this module was no more marked experimental/broken)
25184 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25186 * ext/shout2/gstshout2.c:
25187 * ext/shout2/gstshout2.h:
25188 adding a "connection problem" signal to shout2send
25191 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
25193 * ext/kio/kioreceiver.cpp:
25194 * ext/kio/kioreceiver.h:
25195 fix sign comparison issues
25197 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25199 * gst/cdxaparse/gstcdxaparse.c:
25200 * gst/cdxaparse/gstcdxaparse.h:
25202 add some checks/sanity
25203 prepare for seek addition
25205 * sys/sunaudio/gstsunaudio.c:
25206 remove exported dupe init function
25208 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
25210 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25211 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25212 Fix format conversion and position querying.
25213 * gst/debug/progressreport.c: (gst_progressreport_report):
25214 Don't output a bogus total value that we didn't query.
25215 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25216 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25217 only a blank window after xine has been used.
25219 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25222 sync with upstream version to fix test on FC2
25223 readd with -ko to preserve Id header
25225 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25228 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25229 * gst/tcp/gsttcpclientsrc.c: idem
25230 * gst/tcp/gsttcpserversink.c: idem
25231 * gst/tcp/gsttcpserversrc.c: idem
25232 * m4/gst-fionread.m4: idem
25234 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25236 * configure.ac: enable speex plugin for speex 1.1.5+
25237 * ext/speex/gstspeexenc.c: fix cast warning
25239 * ext/esd/README: fix typo
25241 2004-05-20 David Schleef <ds@schleef.org>
25243 * configure.ac: Minor cosmetic change to convince the buildbot to
25245 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25246 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25247 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25248 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25249 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25250 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25251 More hacking. Plays audio now.
25253 2004-05-20 David Schleef <ds@schleef.org>
25258 2004-05-20 David Schleef <ds@schleef.org>
25260 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
25261 * sys/osxaudio/gstosxaudio.c:
25262 * sys/osxaudio/gstosxaudioelement.c:
25263 * sys/osxaudio/gstosxaudioelement.h:
25264 * sys/osxaudio/gstosxaudiosink.c:
25265 * sys/osxaudio/gstosxaudiosink.h:
25266 * sys/osxaudio/gstosxaudiosrc.c:
25267 * sys/osxaudio/gstosxaudiosrc.h:
25269 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25271 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25272 (gst_vorbisenc_chain):
25273 put the codec headers on the caps as streamheader as well as
25276 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25278 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25279 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25280 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25281 split up push_packet into two functions
25283 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25285 * gst/tcp/.cvsignore:
25287 * gst/tcp/Makefile.am:
25289 * gst/tcp/gsttcp.c:
25290 * gst/tcp/gsttcp.h:
25291 * gst/tcp/gsttcpclientsink.c:
25292 * gst/tcp/gsttcpclientsink.h:
25293 * gst/tcp/gsttcpclientsrc.c:
25294 * gst/tcp/gsttcpclientsrc.h:
25295 * gst/tcp/gsttcpplugin.c:
25296 * gst/tcp/gsttcpserversink.c:
25297 * gst/tcp/gsttcpserversink.h:
25298 * gst/tcp/gsttcpserversrc.c:
25299 * gst/tcp/gsttcpserversrc.h:
25300 add new tcp elements
25302 2004-05-19 Wim Taymans <wim@fluendo.com>
25304 * gst/law/mulaw-conversion.c: (mulaw_encode):
25305 Fix overflow bug in ulaw encoding.
25307 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25309 * ext/mad/gstmad.c: (gst_mad_handle_event):
25310 don't unref the event twice
25312 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25315 remove -Wno-sign-compare
25317 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25320 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25321 if you want to work against glib 2.2 and 2.4
25323 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
25325 * gst/tcp/Makefile.am:
25326 * gst/tcp/gsttcp.c:
25327 * gst/tcp/gsttcp.h:
25328 * gst/tcp/gsttcpsink.h:
25329 * gst/tcp/gsttcpsrc.h:
25330 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25332 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25334 * gst/debug/tests.c: (md5_get_value):
25335 fix segfault on gst-inspect
25337 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25339 * gst/debug/testplugin.c:
25340 * gst/debug/tests.c:
25341 * gst/debug/tests.h:
25342 add new extensible and configurable testing element. Current tests
25343 include buffer count, stream length, timestamp/duration matching and
25345 * gst/debug/Makefile.am:
25346 * gst/debug/gstdebug.c: (plugin_init):
25347 add infrastructure for new element
25349 2004-05-19 Johan Dahlin <johan@gnome.org>
25351 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25352 ending of the array. Fixes gst-inspect segfault on ppc.
25354 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25356 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25358 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25360 2004-05-18 David Schleef <ds@schleef.org>
25362 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25363 warnings (bugs, actually) noticed by gcc but not forte.
25365 2004-05-18 David Schleef <ds@schleef.org>
25367 * sys/sunaudio/Makefile.am:
25368 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25370 2004-05-18 David Schleef <ds@schleef.org>
25372 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25373 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
25374 to allow qtdemux to use non-seekable streams. (bug #142272)
25376 2004-05-18 David Schleef <ds@schleef.org>
25378 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25379 (gst_resample_sinc_ft_float): Remove use of static temporary
25380 buffer. This code was obviously not supposed to last long, but
25381 it's stuck in our ABI, so it required a little hack to make it
25382 ABI-compatible. Fixes #142585.
25383 * gst-libs/gst/resample/resample.h: same.
25385 2004-05-18 David Schleef <ds@schleef.org>
25387 * configure.ac: Add sunaudio
25388 * examples/Makefile.am: make gstplay depend on gconf
25389 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25390 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25391 (convert_table_lookup), (img_convert): remove c99-isms
25392 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25393 unsigned, to fix a warning on Solaris
25394 * gst/mpeg1sys/systems.c: bcopy->memcpy
25395 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25396 * sys/Makefile.am: Add sunaudio
25398 2004-05-18 Wim Taymans <wim@fluendo.com>
25400 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25401 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25402 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25403 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25404 (gst_ogg_mux_loop):
25405 Fix an ugly memleak where the muxer didn't flush enough ogg
25406 pages. This also resulted in badly muxed ogg files.
25408 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25410 * gst/asfdemux/asfheaders.c :
25411 * gst/asfdemux/asfheaders.h :
25412 * gst/asfdemux/gstasfdemux.c :
25413 - fix ASF_OBJ_PADDING guid
25414 - add 3 new object guids (language list, metadata,
25415 extended stream properties)
25416 - add a function to parse extended header objects
25418 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
25420 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25421 remove leftover debugging g_print
25423 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
25425 * ext/mad/gstmad.c: (gst_mad_handle_event):
25426 Fix for when the first format in a discont event is not a
25427 byte-based one. Should fix #137710.
25429 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25431 * m4/a52.m4 : fix compilation with -Wall -Werror
25432 * m4/libfame.m4 : idem
25433 * m4/libmikmod.m4 : idem
25435 2004-05-17 Benjamin Otte <otte@gnome.org>
25437 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25438 signal the new tags before giving up the reference
25440 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25442 * ext/shout2/gstshout2.c:
25443 use application/ogg instead of application/x-ogg (patch by Patrick
25444 Guimond, fixes #142432)
25445 * sys/oss/gstosselement.c: (gst_osselement_reset),
25446 (gst_osselement_sync_parms):
25447 don't set fragment size unless specified (fixes #142493)
25449 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25451 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25454 2004-05-17 Benjamin Otte <otte@gnome.org>
25456 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25457 compute offsets correctly for internal buffers so timestamps are set
25458 correctly when we can't seek. Also handle cases where there are no
25459 offsets. (based on a patch by David Moore, fixes #142507)
25461 2004-05-17 Benjamin Otte <otte@gnome.org>
25463 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25464 use correct variable when determining amount of data to skip so we
25465 don't skip into the void and segfault
25467 2004-05-16 Benjamin Otte <otte@gnome.org>
25469 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25472 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25474 * gst/asfdemux/gstasfdemux.c:
25475 - fix a mem leak and always propagate tags
25476 - add WMV3 to known video codecs (but no decoder yet)
25477 - replace "surplus data" at end of audio header for what
25478 it is : codec specific data
25481 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
25483 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25485 * gst-libs/gst/audio/audioclock.c:
25486 Fix wrong return type (#142205).
25488 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25490 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25491 Ignore CRCs by default (fixes #142566).
25493 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25495 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25496 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25497 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25498 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25499 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25500 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25501 Fix for cases where we fail to attach to a mixer.
25503 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25505 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25506 Don't touch events after not owning them anymore.
25507 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25508 (gst_wavparse_fmt), (gst_wavparse_other),
25509 (gst_wavparse_handle_seek), (gst_wavparse_loop),
25510 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25511 (gst_wavparse_srcpad_event):
25512 * gst/wavparse/gstwavparse.h:
25513 Add seeking, fix querying.
25515 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25517 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25518 - process comments even if they don't end with \0\0
25519 g_convert would ignore them if present and works well without them
25521 2004-05-16 Benjamin Otte <otte@gnome.org>
25523 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25526 2004-05-16 Benjamin Otte <otte@gnome.org>
25528 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25529 don't write to memory we might not write to - g_convert does that
25530 for us anyway (fixes #142613)
25531 (gst_asf_demux_audio_caps):
25532 comment out gst_util_dump_mem
25534 2004-05-16 Benjamin Otte <otte@gnome.org>
25536 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25537 compute correct expected timestamps after seek (broken since
25539 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25540 rename element and debugging category to gdkpixbufscale
25542 2004-05-16 Benjamin Otte <otte@gnome.org>
25544 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25545 add error checking to snd_pcm_delay and remove duplicate call to
25546 snd_pcm_delay that caused issues (see inline code comments)
25547 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25548 make more readable and fix return value when snd_pcm_delay fails
25551 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
25552 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25553 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25554 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25555 (gst_pixbufscale_link), (gst_pixbufscale_init),
25556 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25557 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25558 (gst_pixbufscale_get_property), (pixbufscale_init):
25559 * ext/gdk_pixbuf/pixbufscale.h:
25560 Add these files I forgot earlier
25562 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
25563 * ext/gdk_pixbuf/Makefile.am:
25564 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25565 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25566 Add new pixbufscale element to scale RGB video
25567 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25568 and HYPER interpolation correctly.
25569 * ext/theora/theoraenc.c: (theora_enc_chain),
25570 Discard buffer and return if explicit caps could not be set
25571 (theora_enc_get_property):
25572 Make _get return kbps for the bitrate consistent with
25576 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25578 * ext/libvisual/visual.c: (gst_visual_chain):
25579 add missing visual_audio_analyze
25581 2004-05-14 David Schleef <ds@schleef.org>
25583 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25584 is killed while we're playing.
25585 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25586 gst_element_no_more_pads().
25588 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25590 * gst-libs/gst/riff/riff-read.c :
25591 - fix INFO tag extraction in RIFF/AVI files
25592 because gst_event_unref (event) also freed taglist
25595 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25597 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25598 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25600 * gst/auparse/gstauparse.c :
25601 - add code (commented for now) to support audio/x-adpcm on src pad
25602 (we have no decoder for those layout yet)
25604 * gst/cdxaparse/gstcdxaparse.c :
25605 * gst/cdxaparse/gstcdxaparse.h :
25606 - partial rewrite using RiffRead (ripped iain's wavparse code)
25608 * gst/rtp/gstrtpL16enc.c : typo
25609 * gst/rtp/gstrtpgsmenc.c : typo
25611 2004-05-13 Benjamin Otte <otte@gnome.org>
25614 check for exact version of libvisual, it's not supposed to be
25617 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
25619 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25620 signal no-more-pads
25622 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25624 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25625 Report which format was used for GST_FORMAT_DEFAULT
25626 * gst/debug/Makefile.am:
25627 * gst/debug/gstdebug.c: (plugin_init):
25628 * gst/debug/progressreport.c: (gst_progressreport_base_init),
25629 (gst_progressreport_class_init), (gst_progressreport_init),
25630 (gst_progressreport_report), (gst_progressreport_set_property),
25631 (gst_progressreport_get_property), (gst_progressreport_chain),
25632 (gst_progressreport_plugin_init):
25633 Add progressreport element for testing.
25635 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
25637 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25638 * sys/v4l/gstv4lsrc.h:
25639 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25640 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25641 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25642 (gst_v4lsrc_grab_frame):
25644 send a discont at start
25646 2004-05-12 Colin Walters <walters@redhat.com>
25648 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25649 inflooping if we can't find a chunk. Or in other words, don't blow
25650 chunks if we don't have a chunk to blow.
25652 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25653 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25654 Remove old debug output
25655 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25656 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25657 (gst_dvdec_set_property), (gst_dvdec_get_property):
25658 Change the quality setting to an enum, so it works from gst-launch
25659 Don't renegotiate a non-linked pad. Allows audio only decoding.
25660 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25661 (gst_deinterlace_link), (gst_deinterlace_init):
25662 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25663 (gst_videodrop_link):
25664 Some caps negotiation fixes
25666 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25668 * ext/tarkin/gsttarkin.c :
25669 - Change RANK from NONE to PRIMARY
25670 * ext/gdk_pixbuf/gstgdkpixbuf.c :
25671 - Change RANK from NONE to MARGINAL
25672 * ext/divx/gstdivxenc.c :
25673 - Change RANK from PRIMARY to NONE (encoder/spider issue)
25675 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
25677 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25678 (gst_vorbisenc_push_packet):
25679 copy a function that was added between 1.0 and 1.0.1 until we
25680 depend on worthwhile features of post-1.0
25682 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25685 enable shout2 by default
25686 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25687 (gst_shout2send_base_init), (gst_shout2send_init),
25688 (gst_shout2send_connect), (gst_shout2send_change_state):
25689 * ext/shout2/gstshout2.h:
25690 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25692 * ext/theora/theora.c: (plugin_init):
25693 don't set rank on encoders
25695 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
25697 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25698 Use codec_data property instead of flag1 and flag2 for wma
25700 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25702 * gst/cdxaparse/gstcdxaparse.c :
25703 - Add mpegversion to CAPS to make it link
25704 - Rank is as GST_RANK_SECONDARY instead of NONE
25705 * gst/auparse/gstauparse.c :
25706 - Document all audio encoding we can encounter from Solaris 9
25707 headers and libsndfile information.
25708 - Increase max. rate from 48000 to 192000 (to match other elements)
25709 - Don't try to play junk data between header and samples
25711 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25713 * ext/libvisual/visual.c: (gst_visual_getcaps):
25714 use the right caps depending on endianness (I hope)
25715 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25716 use GST_RANK_NONE for all non-decoding elements or spider gets
25719 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
25721 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25722 Fix some odd cases and fix BE metadata parsing of unicode16 text.
25724 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25726 * gst/switch/gstswitch.c: (gst_switch_release_pad),
25727 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25728 (gst_switch_loop), (gst_switch_get_type):
25729 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25730 HEADERS. Had to be said.
25732 2004-05-10 David Schleef <ds@schleef.org>
25734 * configure.ac: Add prototype Dirac support.
25736 * ext/dirac/Makefile.am:
25737 * ext/dirac/gstdirac.cc:
25738 * ext/dirac/gstdiracdec.cc:
25740 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25742 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25743 (gst_auparse_init), (gst_auparse_chain),
25744 (gst_auparse_change_state):
25745 Hack around spider. Remove me some day please.
25747 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25749 * gst/auparse/gstauparse.c: (gst_auparse_chain):
25750 Fix for some uninitialized variables in previous patch, also
25751 makes it work. Fixes #142286 while we're at it.
25753 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25755 * gst/auparse/gstauparse.c:
25756 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25757 only unsupported formats are ADPCM/CCITT G.72x
25759 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25761 2004-05-10 Wim Taymans <wim@fluendo.com>
25763 * ext/vorbis/Makefile.am:
25764 * ext/vorbis/README:
25765 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25766 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25767 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25768 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25769 (gst_oggvorbisenc_convert_sink),
25770 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25771 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25772 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25773 (get_constraints_string), (update_start_message),
25774 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25775 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25776 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25777 * ext/vorbis/oggvorbisenc.h:
25778 * ext/vorbis/vorbis.c: (plugin_init):
25779 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25780 (raw_caps_factory), (gst_vorbisenc_class_init),
25781 (gst_vorbisenc_init), (gst_vorbisenc_setup),
25782 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25783 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25784 * ext/vorbis/vorbisenc.h:
25785 Added a raw vorbis encoder to be used with the oggmuxer.
25786 We still need the old encoder for some gnome applications,
25787 read the README to find out how that works.
25788 The raw encoder is called "rawvorbisenc" until 0.9.
25790 2004-05-10 Wim Taymans <wim@fluendo.com>
25792 * ext/ogg/gstogg.c: (plugin_init):
25793 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25795 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25796 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25797 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25798 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25799 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25800 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25801 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25802 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25803 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25804 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25805 Added an ogg muxer.
25806 Small typo fixes in the demuxer.
25808 2004-05-10 Wim Taymans <wim@fluendo.com>
25810 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25811 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25812 (theora_enc_change_state), (theora_enc_set_property),
25813 (theora_enc_get_property):
25814 Mark the last packet with an EOS flag which is not really needed
25816 Do some better video framerate initialisation.
25817 Update the buffer timestamp.
25819 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
25821 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25822 Return the result of the parent state change call
25824 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25826 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25827 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25828 * gst/law/alaw-encode.c : (idem)
25829 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25830 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25831 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25833 2004-05-09 Benjamin Otte <otte@gnome.org>
25835 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25836 don't use a fixed buffer size when writing variable length data to
25837 it. Fixes memory corruption and makes alsasrc work
25839 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25841 * ext/gnomevfs/gstgnomevfssink.c:
25842 (_gst_boolean_allow_overwrite_accumulator),
25843 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25844 Run glib's default signal handler (??) in RUN_CLEANUP rather than
25845 RUN_LAST, and don't use that to set the accumulator value because
25846 then it's always FALSE.
25848 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25850 * gst-libs/gst/riff/riff-media.c:
25851 (gst_riff_create_video_caps_with_data),
25852 (gst_riff_create_audio_caps),
25853 (gst_riff_create_audio_template_caps):
25854 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25855 Fix for unaligned RIFF files (i.e. where all the chunks together
25856 in a LIST chunk are not of the same size as the size given in
25857 the LIST chunk header). Fixes several odd WAVE files. Also fix
25858 ADPCM (block_align property) in audio, so that wavparse based
25859 on this works now as it used to stand-alone.
25861 2004-05-09 Edward Hervey <bilboed@bilboed.com>
25863 reviewed by Benjamin Otte <otte@gnome.org>
25865 * ext/a52dec/gsta52dec.c:
25866 * ext/divx/gstdivxdec.c:
25867 * ext/divx/gstdivxenc.c:
25868 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25869 * ext/faac/gstfaac.c: (gst_faac_base_init):
25870 * ext/faad/gstfaad.c: (gst_faad_base_init):
25871 * ext/ivorbis/vorbisfile.c:
25872 * ext/lame/gstlame.c:
25873 * ext/libfame/gstlibfame.c:
25874 * ext/mpeg2enc/gstmpeg2enc.cc:
25875 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25876 * ext/sidplay/gstsiddec.cc:
25877 * ext/speex/gstspeexdec.c:
25878 * ext/speex/gstspeexenc.c:
25879 * ext/xvid/gstxviddec.c:
25880 * ext/xvid/gstxvidenc.c:
25881 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25884 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
25886 * ext/alsa/gstalsa.c: (device_list),
25887 (gst_alsa_class_probe_devices):
25888 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25889 Fix alsa oddness in mixer after the combination of using mixer
25890 in source/sink elements and using hw:x,y instead of just hw:x.
25892 2004-05-09 Benjamin Otte <otte@gnome.org>
25894 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25895 (gst_wavparse_create_sourcepad):
25896 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25899 2004-05-09 Benjamin Otte <otte@gnome.org>
25901 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25902 allow discont events before caps nego
25904 2004-05-08 Benjamin Otte <otte@gnome.org>
25906 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25909 2004-05-08 Benjamin Otte <otte@gnome.org>
25911 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25912 (gst_level_change_state), (gst_level_init):
25913 * gst/level/gstlevel.h:
25914 figure out if we're initialized directly instead of keeping a
25915 variable that's wrong in 90% of cases
25916 don't initialize pads and then leak them and use a new unitialized
25917 pad. (fixes #142084)
25918 these were bugs so n00bish I didn't find them for an hour :/
25920 2004-05-08 Iain <iain@prettypeople.org>
25922 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25923 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25924 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25925 return the length that was read.
25926 (gst_riff_read_strf_auds): Allow fmt tags as well.
25928 2004-05-07 David Schleef <ds@schleef.org>
25930 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25931 signed char assumption in faad.h.
25933 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25935 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25936 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25938 2004-05-07 Colin Walters <walters@redhat.com>
25940 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25941 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25943 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25944 Add dispose function.
25946 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
25947 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25948 Fix caps nego and pad templates. RGB mode caps should
25950 * ext/dvdnav/gst-dvd:
25951 Move mpeg2dec inside the thread because otherwise the
25952 queue rejects cap changes mid-stream
25953 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25954 (gst_mpeg2dec_flush_decoder):
25955 For mpeg2dec > 0.4.0, call the flush function instead of
25956 manually extracting all in-flight frames.
25957 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25958 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25959 Change mime type video/dv go video/x-dv to match the
25960 rest of gst-plugins
25962 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25964 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25965 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25966 (gst_alsa_sink_class_init):
25967 * ext/alsa/gstalsasink.h:
25968 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25969 (gst_alsa_src_class_init):
25970 * ext/alsa/gstalsasrc.h:
25971 Make alsasink/src a subclass of alsamixer so that mixer stuff
25972 shows up in gst-rec. Needs some finetuning.
25974 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
25976 * ext/lame/gstlame.c: (gst_lame_chain):
25978 * ext/mad/gstmad.c: (gst_mad_handle_event):
25980 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25981 be able to detect mp3 files < 4096 bytes
25983 2004-05-06 Wim Taymans <wim@fluendo.com>
25985 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25986 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25987 (theora_enc_set_property), (theora_enc_get_property):
25988 Also encode the first frame, cleanup some code.
25990 2004-05-06 Wim Taymans <wim@fluendo.com>
25992 * ext/mpeg2enc/gstmpeg2enc.cc:
25993 Forward events first before deciding that negotiation was
25996 2004-05-06 Wim Taymans <wim@fluendo.com>
25998 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25999 First process the events before deciding that negotiation
26002 2004-05-06 Wim Taymans <wim@fluendo.com>
26004 * ext/theora/Makefile.am:
26005 * ext/theora/theora.c: (plugin_init):
26006 * ext/theora/theoradec.c: (theora_dec_change_state):
26007 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
26008 (gst_theora_enc_class_init), (gst_theora_enc_init),
26009 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
26010 (theora_enc_chain), (theora_enc_change_state),
26011 (theora_enc_set_property), (theora_enc_get_property):
26012 Added a theora encoder, grouped the encoder and decoder into the
26015 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
26017 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26018 (gst_jpegenc_chain):
26019 fix DURATION on outgoing buffers
26020 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
26021 debug using time formats
26022 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26023 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26024 (gst_xvimagesink_sink_link):
26025 windows with width/height 0 generate X errors, so don't allow them
26027 2004-05-05 Wim Taymans <wim@fluendo.com>
26029 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
26030 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
26031 (gst_mpeg2dec_negotiate_format):
26032 * ext/mpeg2dec/gstmpeg2dec.h:
26033 removed the static pad template so that we can add the
26034 more accurate framerate value to the caps.
26037 2004-05-04 Benjamin Otte <otte@gnome.org>
26040 check for kdemacros.h, too (should fix #141821)
26041 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
26042 don't crash if no header was sent, but nicely error out (fixes part
26045 2004-05-04 Wim Taymans <wim@fluendo.com>
26047 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
26048 parent dispose function to avoid segfault on destroy.
26050 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
26052 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
26054 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26055 (gst_xvimagesink_sink_link):
26056 clean up debugging caps
26057 also recreate xvimage when format has changed
26059 2004-05-04 Benjamin Otte <otte@gnome.org>
26061 * ext/libvisual/Makefile.am:
26062 * ext/libvisual/visual.c: (gst_visual_class_init),
26063 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
26064 (gst_visual_srclink), (gst_visual_chain),
26065 (gst_visual_change_state), (plugin_init):
26066 use a GstAdapter to correctly adapt buffer sizes - allows using a
26069 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26071 * sys/v4l/gstv4lelement.h:
26072 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26073 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
26074 (gst_v4lsrc_buffer_free):
26075 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
26076 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26077 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
26078 (gst_v4lsrc_requeue_frame):
26079 move some debugging categories around
26080 query for fps index and set accordingly if found
26082 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26084 * ext/lame/gstlame.c:
26085 correct defaults that lame_init puts out of range
26087 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26089 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26090 (gst_divxenc_class_init):
26091 fix range since -1 is the default
26092 * gst/mpeg1sys/gstmpeg1systemencode.c:
26093 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26094 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26095 (gst_rtjpegdec_chain):
26096 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26097 (gst_rtjpegenc_chain):
26098 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26099 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26100 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26101 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26102 * sys/v4l/gstv4lsrc.c:
26103 * sys/v4l/v4l_calls.c: (gst_v4l_open):
26104 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26105 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26106 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26107 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26108 remove gst_info calls
26110 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26119 Updated translations
26121 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26123 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26124 refactor/comment code
26126 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
26128 * gst/asfdemux/Makefile.am:
26129 * gst/asfdemux/asfheaders.c:
26130 * gst/asfdemux/asfheaders.h:
26131 * gst/asfdemux/gstasf.c: (plugin_init):
26132 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26133 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26134 (gst_asf_demux_setup_pad):
26135 * gst/asfdemux/gstasfdemux.h:
26136 * gst/asfdemux/gstasfmux.c:
26137 * gst/asfdemux/gstasfmux.h:
26138 Add tagging support to demuxer, split out registration in its own
26139 file instead of in demux (hacky), and prevent having some tables
26140 in our memory multiple times (in asfheaders.h).
26142 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
26144 * gst/matroska/matroska-demux.c:
26145 (gst_matroska_demux_parse_metadata):
26146 * gst/matroska/matroska-ids.h:
26147 Basic tag reading support.
26149 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
26151 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26152 Really detect ac-3 audio.
26153 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26154 really detect matroska files (off-by-1).
26156 2004-04-30 David Schleef <ds@schleef.org>
26158 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26159 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26160 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26161 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26162 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26163 hackage -- parse a lot more atoms, extract a few tags. One might even
26164 mistake this for tag support. Maybe it is.
26165 * gst/qtdemux/qtdemux.h:
26167 2004-04-30 Colin Walters <walters@verbum.org>
26169 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26171 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
26173 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26174 (gst_ffmpegcolorspace_getcaps):
26175 remove broken nego fix
26177 2004-04-30 Benjamin Otte <otte@gnome.org>
26181 * ext/libvisual/Makefile.am:
26182 * ext/libvisual/visual.c:
26183 add initial support for libvisual (http://libvisual.sourceforge.net)
26184 libvisual is still quite alpha, so expect crashes in there :)
26186 2004-04-29 David Schleef <ds@schleef.org>
26188 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26189 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26190 up qtdemux to make it spit out codec_data. Do _not_ look at this
26191 code; you will no longer respect me.
26193 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26195 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26196 * ext/alsa/gstalsa.h :
26197 change alsa pcm device discovery to find more than 1 device
26198 per card. code review by Ronald.
26200 2004-04-29 David Schleef <ds@schleef.org>
26202 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26203 Add a check for a driver bug on FreeBSD. (bug #140565)
26205 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
26207 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26208 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26209 (gst_jpegenc_getcaps):
26210 move format setting to inner loop
26211 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26212 (gst_ffmpegcolorspace_getcaps):
26213 use GST_PAD_CAPS if available so that we use already negotiated
26215 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26216 (qtdemux_parse_moov), (qtdemux_parse):
26218 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26219 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26220 move hardcoded path to DEFINE
26222 2004-04-28 David Schleef <ds@schleef.org>
26224 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
26227 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26229 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26230 Don't probe for playback device if we're a source element. Fixes
26233 2004-04-29 Benjamin Otte <otte@gnome.org>
26235 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26236 (gst_id3_tag_chain):
26237 rewrite buffer offset
26239 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26243 * ext/dts/Makefile.am:
26244 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26245 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26246 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26247 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26248 (gst_dtsdec_loop), (gst_dtsdec_change_state),
26249 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26251 * ext/dts/gstdtsdec.h:
26253 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26254 (gst_faad_srcconnect):
26255 Add ESDS atom handling (.m4a).
26257 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
26259 * ext/divx/gstdivxdec.c: (plugin_init):
26260 Remove comment that makes no sense.
26261 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26262 Fix for obvious typo that resulted in warnings during gst-register.
26263 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26264 (gst_xviddec_sink_link):
26265 Fix caps negotiation a bit better.
26266 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26267 We call this 'codec_data', not 'esds'.
26269 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26271 * gst/monoscope/gstmonoscope.c:
26272 make sure we only provide 256x128
26273 * gst/monoscope/monoscope.c: (monoscope_init):
26274 assert size of 256x128
26276 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26279 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26280 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26281 fixate to max width and height of device
26283 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26286 * sys/v4l/gstv4l.c:
26287 * sys/v4l/gstv4lsrc.c:
26288 * sys/v4l/v4l_calls.c:
26289 * sys/v4l/v4lsrc_calls.c:
26290 fix for qc-usb driver which fakes having more than one buffer
26291 by handing the same buffer twice, which confused GStreamer's/v4lsrc
26292 buffer_free override
26295 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26298 * gst/videotestsrc/gstvideotestsrc.c:
26299 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26300 (gst_videotestsrc_init), (gst_videotestsrc_get),
26301 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26302 * gst/videotestsrc/gstvideotestsrc.h:
26303 add num-buffers property
26305 2004-04-26 Benjamin Otte <otte@gnome.org>
26307 * ext/mad/gstid3tag.c: (plugin_init):
26308 set id3mux rank to NONE so it doesn't confuse spider
26309 require audio/mpeg,mpegversion=1 in id3mux
26311 2004-04-26 Benjamin Otte <otte@gnome.org>
26314 detect faad correctly as non-working if it's indeed non-working
26316 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
26319 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26320 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26321 fix _getcaps so it only negotiates to its supported format
26323 2004-04-25 Benjamin Otte <otte@gnome.org>
26325 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26328 2004-04-23 Benjamin Otte <otte@gnome.org>
26330 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26331 audio/x-raw-int with height rules! not. Now it's depth.
26333 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
26335 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26336 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26337 (gst_wavparse_loop):
26338 Missing variable initialization. Add handling of DVI ADPCM. Fix
26339 mis-parsing of LIST chunks. This works around a bug where we mis-
26340 parse non-aligning LIST chunks (so LIST chunks where the contents
26341 don't align with the actual LIST size). The correct fix is to use
26342 rifflib, I'm not going to fix wavparse - too much work. All this
26345 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26347 reviewed by Benjamin Otte <otte@gnome.org>
26349 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26350 fix shoutcast not working (fixes #140844)
26352 2004-04-22 Benjamin Otte <otte@gnome.org>
26354 * ext/hermes/gsthermescolorspace.c:
26355 (gst_hermes_colorspace_caps_remove_format_info):
26356 * gst/colorspace/gstcolorspace.c:
26357 (gst_colorspace_caps_remove_format_info):
26358 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26359 (gst_ffmpegcolorspace_caps_remove_format_info):
26360 s/gst_caps_simplify/gst_caps_do_simplify/
26362 2004-04-22 Benjamin Otte <otte@gnome.org>
26364 * gst-libs/gst/riff/riff-media.c:
26365 (gst_riff_create_video_caps_with_data):
26366 mpegversion is an int
26367 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26368 don't try to create pad templates with NULL caps, use any caps
26371 2004-04-20 David Schleef <ds@schleef.org>
26373 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26374 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
26377 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26379 reviewed by David Schleef
26381 * ext/mad/gstid3tag.c: Add stdlib.h
26382 * gst/rtp/gstrtpgsmenc.c: same
26383 * gst/tags/gstid3tag.c: same
26384 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26385 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26386 GST_DISABLE_LOADSAVE use.
26387 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26388 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26389 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26391 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26392 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26394 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26395 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26397 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26400 2004-04-20 David Schleef <ds@schleef.org>
26402 * gst/realmedia/rmdemux.c: This was supposed to part of the
26403 last checkin. Same idea.
26405 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26407 reviewed by David Schleef
26409 * configure.ac: bump required gstreamer version to 0.8.1.1
26410 because of following changes [--ds]
26412 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
26413 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26414 (gst_riff_read_header): Use GST_READ_UINT*
26415 macros to access possibly unaligned memory.
26417 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26418 (mp3_type_find): Use GST_READ_UINT*
26419 macros to access possibly unaligned memory.
26420 (mp3_type_find, mpeg1_parse_header, qt_type_find)
26421 (speex_type_find): Likewise
26423 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26425 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26426 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26427 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26428 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26429 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26430 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
26431 macros to access possibly unaligned memory.
26433 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26436 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26437 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26439 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26442 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26443 (gst_mpeg2subt_chain_subtitle): Likewise.
26445 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26446 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26449 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26452 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26455 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26458 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26461 update required version of GStreamer because of GST_TIME_FORMAT
26463 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
26465 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26466 remove leftover g_print
26467 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26468 don't try setting only a subset of the caps. We don't want to kill
26469 autoplugging on purpose
26471 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26473 * sys/ximage/ximagesink.c: (plugin_init):
26474 * sys/xvimage/xvimagesink.c: (plugin_init):
26475 add debugging categories
26477 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26481 Adding en_GB translation (Gareth Owen)
26483 2004-04-20 David Schleef <ds@schleef.org>
26485 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26486 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26487 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26488 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26489 A number of new features and hacks to extract the esds atom and
26490 put it into the caps. (bug #137724)
26492 2004-04-19 David Schleef <ds@schleef.org>
26494 * gconf/Makefile.am: Fix for non-GNU make
26495 * gst-libs/gst/Makefile.am: Change directory order to handle
26496 GstPlay linking with gstinterfaces
26497 * gst-libs/gst/audio/make_filter: make use of tr portable
26498 * gst-libs/gst/play/Makefile.am: Add intended \
26499 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26500 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26501 function prototype instead of void *.
26502 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26504 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26505 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26506 * gst/videofilter/make_filter: make use of tr portable
26507 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26509 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
26513 Added Ukrainian translation (Maxim V. Dziumanenko)
26515 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26517 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26518 (gst_gsmdec_link), (gst_gsmdec_chain):
26519 Fix capsnego, simplify chain function slightly.
26520 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26523 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26525 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26526 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26527 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26528 Hack to make wavparse work with spider (always -> sometimes pad).
26529 Fixes #135862 && #140411.
26531 2004-04-18 Benjamin Otte <otte@gnome.org>
26533 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26534 (gst_osselement_rate_probe_check),
26535 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26536 get rid of \n in debug output
26538 2004-04-17 Iain <iain@prettypeople.org>
26540 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26543 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26545 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26546 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26547 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26548 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26549 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26550 (gst_id3_tag_change_state), (plugin_init):
26551 deprecate id3tag element and replace with id3demux/id3mux.
26552 great side effect: this ugly file is now even uglier, yay!
26553 * ext/mad/gstmad.h:
26554 remove non-available function
26555 update for new get_type
26557 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26560 require mpeg2dec >= 0.4.0
26562 2004-04-17 Benjamin Otte <otte@gnome.org>
26564 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26565 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26566 (gst_xvimagesink_set_xwindow_id):
26567 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26568 assorted cleanup fixes.
26570 2004-04-16 David Schleef <ds@schleef.org>
26572 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26573 * sys/xvimage/xvimagesink.h: same
26575 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
26577 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26578 Fix GST_ELEMENT_ERROR with (NULL)
26580 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26582 * gst-libs/gst/riff/riff-media.c:
26583 (gst_riff_create_video_caps_with_data):
26584 Add div[3456] as fourccs for DivX 3 (fixes #140137).
26586 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26588 * gst-libs/gst/riff/riff-media.c:
26589 (gst_riff_create_video_caps_with_data),
26590 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26591 (gst_riff_create_video_template_caps),
26592 (gst_riff_create_audio_template_caps):
26593 * gst-libs/gst/riff/riff-media.h:
26594 * gst-libs/gst/riff/riff-read.c:
26595 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26596 * gst-libs/gst/riff/riff-read.h:
26597 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26598 Add MS RLE support. I added some functions to read out strf chunks
26599 into strf chunks and the data behind it. This is usually color
26600 palettes (as in RLE, but also in 8-bit RGB). Also use those during
26601 caps creation. Lastly, add ADPCM (similar to wavparse - which
26602 should eventually be rifflib based).
26603 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26604 (gst_matroska_demux_init), (gst_matroska_demux_reset):
26605 * gst/matroska/matroska-demux.h:
26606 Remove placeholders for some prehistoric tagging system. Didn't add
26607 support for any tag system really anyway.
26608 * gst/qtdemux/qtdemux.c:
26609 Add support for audio/x-m4a (MPEG-4) through spider.
26610 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26611 (gst_wavparse_loop):
26612 ADPCM support (#135862). Increase max. buffer size because we
26613 cannot split buffers for ADPCM (screws references) and I've seen
26614 files with 2048 byte chunks. 4096 seems safe for now.
26616 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26618 * configure.ac: bump nano to 1
26620 === release 0.8.1 ===
26622 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26624 * configure.ac: releasing 0.8.1, "Comforting Sounds"
26626 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26628 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26629 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26632 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26634 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26635 lower rank of dvddemux so that it's not used for mpeg playback.
26637 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26640 save libs correctly when checking mad
26642 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26644 * ext/mad/gstid3tag.c: (plugin_init):
26645 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
26647 2004-04-13 David Schleef <ds@schleef.org>
26649 * common/m4/gst-feature.m4: Call -config scripts with
26650 --plugin-libs if it is supported.
26651 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26652 JPEG images are image/jpeg.
26653 * gst/debug/Makefile.am:
26654 * gst/debug/negotiation.c: (gst_negotiation_class_init),
26655 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26656 (gst_negotiation_update_caps), (gst_negotiation_get_property),
26657 (gst_negotiation_plugin_init): Add a property that acts like
26659 * testsuite/gst-lint: Move license checking to be a standard
26662 2004-04-13 David Schleef <ds@schleef.org>
26664 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26665 patch from Sebastien Cote (bug #139958)
26667 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26669 * examples/gstplay/Makefile.am:
26670 * examples/gstplay/player.c: (main):
26671 make the commandline player example use gconf settings
26673 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26675 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26676 (gst_cacasink_sinkconnect), (gst_cacasink_init),
26677 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26678 init/end library during state transition, not object
26679 creation/disposal. get rid of custom dispose handler.
26682 2004-04-12 Christian Schaller <Uraeus@gnome.org>
26684 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26687 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26689 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26690 Handle JUNK chunks inside data section. Prevents warnings.
26692 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26694 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26695 (gst_riff_create_video_template_caps):
26697 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26698 (gst_avi_demux_stream_data):
26699 Add support for "rec-list" chunks.
26701 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26703 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26704 Fix another codecname mismatch.
26706 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26708 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26709 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26710 so that MJPEG plays back.
26712 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26714 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26715 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26716 * gst/mpeg1videoparse/gstmp1videoparse.h:
26717 Fix for some slight mis-cuts in buffer parsing, and for some
26718 potential overflows or faults-causers. Adds disconts. Also fixes
26719 #139105 while we're at it.
26721 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26724 * sys/v4l2/gstv4l2element.h:
26725 Workaround for missing struct v4l2_buffer declaration in Suse 9
26726 and Mandrake 10 linux/videodev2.h header file (#135919).
26728 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26730 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26731 Bail out if no filename was given.
26733 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26735 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26736 (gst_v4l2_fourcc_from_structure):
26737 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26740 2004-04-09 Benjamin Otte <otte@gnome.org>
26742 * ext/gnomevfs/gstgnomevfssink.c:
26743 (_gst_boolean_allow_overwrite_accumulator),
26744 (gst_gnomevfssink_class_init):
26745 fix erase signal - if any handler returns false the file will not be
26746 overwritten. If no handler is connected, the file will not be
26747 overwritten either.
26748 renamed signal to "allow-overwrite"
26749 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26750 free string when adding it to ID3 failed
26751 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26752 unref event when done
26753 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26755 * gst/typefind/gsttypefindfunctions.c:
26756 (mpeg_video_stream_type_find):
26759 2004-04-08 David Schleef <ds@schleef.org>
26761 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26762 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26764 2004-04-08 David Schleef <ds@schleef.org>
26766 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26767 we don't support (bug #139532)
26769 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
26771 * ext/mad/gstmad.c: (gst_mad_handle_event),
26772 (gst_mad_check_caps_reset), (gst_mad_chain),
26773 (gst_mad_change_state):
26774 only set explicit caps if they haven't been set before for
26775 this stream. MPEG-audio sample rate/channels aren't allowed
26776 to change in-stream.
26779 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26781 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26782 (_gst_boolean_did_something_accumulator),
26783 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26784 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26785 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26786 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26787 (gst_gnomevfssink_change_state):
26788 Fix erase signal. Don't erase by default. Remove handoff signal.
26789 Remove erase property. Don't segfault. General cleanup.
26791 2004-04-07 Benjamin Otte <otte@gnome.org>
26793 * gst-libs/gst/gconf/test-gconf.c: (main):
26794 add missing gst_init
26796 2004-04-07 Benjamin Otte <otte@gnome.org>
26798 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26799 free the mutexes, too
26801 2004-04-07 Benjamin Otte <otte@gnome.org>
26803 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26804 actually free the URI string
26805 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26806 compute offset correctly when passing discont events
26807 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26808 don't leak discont events
26809 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26810 add some missing breaks so caps aren't copied randomly
26811 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26812 if we realloc memory, we better use it
26814 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
26816 * ext/mad/gstmad.c: (normal_seek):
26817 fix GST_FORMAT_TIME usage
26819 2004-04-05 David Schleef <ds@schleef.org>
26821 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
26822 a deprecated function (hack!)
26824 2004-04-05 Benjamin Otte <otte@gnome.org>
26826 * ext/esd/esdmon.c: (gst_esdmon_get):
26827 fix nonterminated vararg and memleak
26829 2004-04-05 Benjamin Otte <otte@gnome.org>
26831 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26832 (gst_ladspa_init), (gst_ladspa_force_src_caps),
26833 (gst_ladspa_set_property), (gst_ladspa_get_property),
26834 (gst_ladspa_instantiate), (gst_ladspa_activate),
26835 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26838 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
26840 reviewed by Benjamin Otte <otte@gnome.org>
26842 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26843 check for broken LADSPA parameters (fixes #138635)
26845 2004-04-05 Benjamin Otte <otte@gnome.org>
26847 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26848 advertise buffer-frames correctly on sinkpads
26850 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26852 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26853 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26854 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26855 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26856 (gst_mad_check_caps_reset), (gst_mad_chain):
26857 add more debugging, only reset caps when we're not in error state
26859 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26861 * ext/mad/gstmad.c: add debugging category, comment + cleanups
26863 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26865 reviewed by Benjamin Otte <otte@gnome.org>
26868 fix == in test(1) operator
26870 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26872 reviewed by Benjamin Otte <otte@gnome.org>
26875 fix --export-symblos-regex to a working regex.
26877 2004-04-04 Benjamin Otte <otte@gnome.org>
26879 * sys/oss/.cvsignore:
26882 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
26884 reviewed by Benjamin Otte <otte@gnome.org>
26886 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26887 add missing 'new_media' argument (fixes #138168)
26888 * gst/matroska/matroska-demux.c:
26889 (gst_matroska_demux_handle_seek_event):
26890 add vararg terminator (fixes #138169)
26892 2004-04-02 David Schleef <ds@schleef.org>
26894 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
26895 disted (bug #138914)
26897 2004-04-01 Benjamin Otte <otte@gnome.org>
26899 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26900 (gst_alsa_close_audio):
26901 handle case better where a soundcard can't pause
26902 * ext/ogg/gstoggdemux.c:
26903 don't crash when we get events but don't have pads yet
26905 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26907 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26908 throw an error if we couldn't probe any caps.
26910 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26912 * ext/dvdnav/gst-dvd:
26913 Add a really simple sample DVD player
26915 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26917 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26918 (gst_a52dec_push), (gst_a52dec_handle_event),
26919 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26920 (gst_a52dec_change_state):
26921 * ext/a52dec/gsta52dec.h:
26922 Use a debug category, Output timestamps correctly
26923 Emit tag info, Handle events, tell liba52dec about cpu
26924 capabilities so it can use MMX etc.
26925 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26926 Fix a crasher accessing invalid memory
26927 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26928 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26929 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26930 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26932 Some support for byte-format seeking.
26933 Small fixes for still frames and menu button overlays
26934 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26935 (gst_mpeg2dec_alloc_buffer):
26936 Use a debug category. Adjust the report level of several items to
26937 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26938 so it doesn't lose the GstBuffer pointer
26939 * gst/debug/Makefile.am:
26940 * gst/debug/gstdebug.c: (plugin_init):
26941 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26942 (gst_navseek_base_init), (gst_navseek_class_init),
26943 (gst_navseek_init), (gst_navseek_seek),
26944 (gst_navseek_handle_src_event), (gst_navseek_set_property),
26945 (gst_navseek_get_property), (gst_navseek_chain),
26946 (gst_navseek_plugin_init):
26947 * gst/debug/gstnavseek.h:
26948 Add the navseek debug element for seeking back and forth in a
26949 video stream using arrow keys.
26950 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26951 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26952 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26953 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26954 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26955 (gst_mpeg2subt_parse_header), (gst_get_nibble),
26956 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26957 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26958 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26959 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26960 * gst/mpeg2sub/gstmpeg2subt.h:
26961 Pretty much a complete rewrite. Now a loopbased element. May still
26962 require work to properly synchronise subtitle buffers.
26963 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26964 (gst_dvd_demux_send_subbuffer):
26965 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26966 Don't attempt to create subbuffers of size 0
26967 Reduce a couple of error outputs to warnings.
26968 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26969 (gst_y4mencode_chain):
26970 Output the y4m frame header correctly.
26972 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26974 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26975 throw errors instead of allowing SIGFPE
26977 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26979 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26980 (gst_gconf_render_bin_from_key):
26981 leak plugging and style fixing
26983 2004-03-31 David Schleef <ds@schleef.org>
26985 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26986 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26988 * gst/debug/Makefile.am:
26989 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26990 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
26992 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26993 (gst_negotiation_base_init), (gst_negotiation_class_init),
26994 (gst_negotiation_init), (gst_negotiation_getcaps),
26995 (gst_negotiation_pad_link), (gst_negotiation_chain),
26996 (gst_negotiation_set_property), (gst_negotiation_get_property),
26997 (gst_negotiation_plugin_init): New element to talk about random
26998 negotiation things happening in a pipeline.
27000 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
27002 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27003 fix integer addition with help of Stefan Kost
27005 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
27007 * po/nl.po: updated Dutch translation (Elros Cyriatan)
27009 2004-03-30 David Schleef <ds@schleef.org>
27011 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
27012 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
27013 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
27015 * ext/mpeg2dec/gstmpeg2dec.h:
27017 2004-03-30 David Schleef <ds@schleef.org>
27019 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
27021 2004-03-30 David Schleef <ds@schleef.org>
27023 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
27024 Michael Petullo) to handle .mov
27026 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27028 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
27029 (gst_osselement_rate_check_rate):
27030 probe caps correctly for sound cards that only support one format
27032 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27034 * ext/kio/kiosrc.cpp: (process_events):
27035 update handling event processing if inside KDE - untested
27037 2004-03-29 David Schleef <ds@schleef.org>
27039 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
27040 by 2 to not interfere with other colorspaces.
27041 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
27042 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
27043 one to not interfere with ffmpeg_colorspace.
27045 2004-03-29 David Schleef <ds@schleef.org>
27047 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
27048 aren't in the caps.
27049 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
27050 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
27052 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27054 * gst-libs/gst/riff/riff-media.c:
27055 fail on error, don't try to set stuff on NULL caps
27057 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27061 * ext/kio/Makefile.am:
27062 * ext/kio/kioreceiver.cpp:
27063 * ext/kio/kioreceiver.h:
27064 * ext/kio/kiosrc.cpp:
27065 * ext/kio/kiosrc.h:
27066 add experimental kiosrc plugin
27067 * ext/alsa/gstalsaplugin.c: (plugin_init):
27068 initialize debugging category only when we're sure registering the
27071 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
27073 * examples/gstplay/player.c: (main):
27074 * gst-libs/gst/play/play.c: (gst_play_class_init),
27075 (gst_play_set_location), (gst_play_set_data_src),
27076 (gst_play_set_video_sink), (gst_play_set_audio_sink),
27077 (gst_play_set_visualization), (gst_play_connect_visualization):
27078 check return values of element_set_state and return FALSE where
27081 2004-03-29 Benjamin Otte <otte@gnome.org>
27083 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27084 try harder to check if an event is really a discont
27086 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
27088 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27091 2004-03-28 Benjamin Otte <otte@gnome.org>
27093 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27094 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27095 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27096 get rid of non-standard "..." ranges in case statements.
27098 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
27100 * gst/mpegstream/gstmpegdemux.c:
27101 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27102 specific functionality split to the new dvddemux element.
27103 * gst/mpegstream/gstdvddemux.c:
27104 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27105 streams, derived from mpegdemux.
27106 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27107 up. SCR based timestamp rewriting can be turned off (will probably
27108 completely disappear soon).
27109 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27110 hacking. General cleanup. All printf statements replaced by
27111 debugging messages. Almost complete libdvdnav support.
27112 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27113 by events. New properties for audio and subpicture languages.
27114 (dvdnavsrc_update_highlight): Now uses events.
27115 (dvdnavsrc_user_op): Cleaned up.
27116 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27117 based). Lots of cleanup, and propper support for most libdvdnav
27119 (dvdnavsrc_make_dvd_event): New function.
27120 (dvdnavsrc_make_dvd_nav_packet_event): New function.
27121 (dvdnavsrc_make_clut_change_event): New function.
27123 2004-03-26 Benjamin Otte <otte@gnome.org>
27125 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27126 fix bug where typefinding would claim it's theora whenever less then
27127 7 bytes of data were available
27129 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
27131 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27132 (gst_alawdec_base_init), (gst_alawdec_class_init),
27133 (gst_alawdec_init), (gst_alawdec_chain):
27134 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27135 (gst_alawenc_base_init), (gst_alawenc_class_init),
27136 (gst_alawenc_init), (gst_alawenc_chain):
27137 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27138 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27139 (gst_mulawdec_init), (gst_mulawdec_chain):
27140 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27141 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27142 (gst_mulawenc_init), (gst_mulawenc_chain):
27143 Fix capsnego in all four, remove the unused property functions and
27144 simplify the chain functions slightly. I guess we could use macros
27145 or something similar for those, since the code is so similar, but
27146 I'm currently too lazy...
27148 2004-03-24 David Schleef <ds@schleef.org>
27150 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27151 (gst_osselement_close_audio), (gst_osselement_probe_caps),
27152 (gst_osselement_get_format_structure),
27153 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27154 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27155 (gst_osselement_rate_int_compare): Add code to handle rate probing
27157 * sys/oss/gstosselement.h: same
27158 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27159 Use rate probing provided by osselement.
27160 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27162 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
27164 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27165 (gst_xvidenc_get_property):
27168 2004-03-24 David Schleef <ds@schleef.org>
27170 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27171 (gst_speexdec_init):
27172 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27173 (gst_speexenc_init): Create the pad template correctly (from
27174 the static pad template, not a NULL pointer.)
27176 2004-03-25 Benjamin Otte <otte@gnome.org>
27178 * gst/debug/Makefile.am:
27179 * gst/debug/breakmydata.c:
27180 add element that quasi-randomly changes bytes in the stream.
27181 Intended use is robustness checking of demuxers and decoders in
27184 2004-03-24 Benjamin Otte <otte@gnome.org>
27186 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27187 (gst_alsa_probe_hw_params):
27188 * ext/alsa/gstalsa.h:
27189 debugging output fixes
27191 2004-03-24 Benjamin Otte <otte@gnome.org>
27193 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27194 don't g_return_if_fail if element is PLAYING, fail silently as every
27196 * gst/effectv/gstquark.c: (gst_quarktv_chain):
27197 only fix needed for cast lvalue issues in gst-plugins
27198 * gst/volenv/gstvolenv.c: (gst_volenv_init):
27201 2004-03-24 Benjamin Otte <otte@gnome.org>
27203 * gst/level/gstlevel.c: (gst_level_init):
27204 add proxying getcaps function, so level doesn't advertise impossible
27207 2004-03-24 David Schleef <ds@schleef.org>
27209 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27210 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27211 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27212 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27213 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27214 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27215 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27216 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27217 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
27218 messages. Divide the chunk size by the compression ratio
27219 (needed for MACE audio)
27221 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27223 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27224 Fix buffer overflow read error.
27226 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27228 * ext/alsa/gstalsa.h:
27229 Remove unused entry.
27230 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27232 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27233 (gst_videodrop_link), (gst_videodrop_chain):
27234 Fix, sort of. Was horribly broken with new capsnego. Bah...
27236 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
27238 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27240 Add a monkeysaudio typefind function
27242 2004-03-23 Johan Dahlin <johan@gnome.org>
27244 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27245 (gst_play_video_fixate): Check so the structure has the field
27246 before trying to fixate them, this makes it possible to have
27247 fakesinks for video and audio output without printing errors on
27248 the output console.
27250 2004-03-22 David Schleef <ds@schleef.org>
27252 * sys/oss/Makefile.am:
27253 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27254 (check_rate), (add_rate): Rate probing test app.
27256 2004-03-21 Benjamin Otte <otte@gnome.org>
27258 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27259 (_fixate_caps_to_int), (gst_audio_convert_fixate):
27260 add a fixation function that pretty much does the right thing (fixes
27263 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
27265 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27267 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
27269 reviewed by: Benjamin Otte <otte@gnome.org>
27271 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27272 terminate gst_event_new_discontinuous correctly (fixes parts of
27275 2004-03-19 David Schleef <ds@schleef.org>
27277 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
27278 since it doesn't depend on X, and it's part of our ABI.
27280 2004-03-19 Iain <iain@prettypeople.org>
27282 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27283 is_int in the structure, not the local variable.
27285 2004-03-19 David Schleef <ds@schleef.org>
27287 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27288 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27289 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27290 Improvements in caps negotiation.
27292 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27296 adding Afrikaans (Petri Jooste)
27298 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27300 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27301 (gst_ffmpegcolorspace_chain):
27302 throw error instead of g_critical (#137588)
27304 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27308 dist common and m4 correctly
27311 2004-03-17 David Schleef <ds@schleef.org>
27313 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
27316 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27320 adding Swedish translation (Christian Rose)
27322 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27324 * Makefile.am: use release.mak
27326 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27328 * common/ChangeLog:
27329 * common/gst-autogen.sh:
27330 add some explanation about the version detection
27334 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27336 * configure.ac: bump nano to 1
27338 === release 0.8.0 ===
27340 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27342 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27344 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27347 update libtool version
27348 * gst-libs/gst/media-info/Makefile.am:
27349 actually use libtool version
27351 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27353 * configure.ac: fix speex detection to work with 1.0 but not 1.1
27355 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27358 * gst-plugins.spec.in:
27359 * pkgconfig/Makefile.am:
27360 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27361 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27362 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27363 * pkgconfig/gstreamer-libs.pc.in:
27364 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27365 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27366 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27367 * pkgconfig/gstreamer-plugins.pc.in:
27368 remove @VERSION@ from some of the pc files since core and plugins
27370 created gstreamer-plugins.pc as it's a better name, but keeping
27371 -libs around for now to get fixes upstream done first.
27373 2004-03-15 Julien MOUTTE <julien@moutte.net>
27375 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27376 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27377 * gst-libs/gst/play/play.h:
27379 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27381 * *.c, *.cc: don't mix tabs and spaces
27383 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27385 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27386 use the new ffmpegcolorspace
27387 * gst-plugins.spec.in:
27388 package new colorspace and media-info
27390 * pkgconfig/Makefile.am:
27391 fix some more disting issues
27392 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27393 * pkgconfig/gstreamer-media-info.pc.in:
27394 generate media-info pc files
27396 2004-03-15 Johan Dahlin <johan@gnome.org>
27398 * *.h: Revert indenting
27400 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27403 adding ffmpegcolorspace element
27404 * gst/ffmpegcolorspace/Makefile.am:
27405 * gst/ffmpegcolorspace/avcodec.h:
27406 * gst/ffmpegcolorspace/common.h:
27407 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27408 * gst/ffmpegcolorspace/dsputil.h:
27409 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27410 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27411 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27412 (gst_ffmpeg_caps_to_pix_fmt):
27413 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27414 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27415 (gst_ffmpegcolorspace_caps_remove_format_info),
27416 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27417 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27418 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27419 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27420 (gst_ffmpegcolorspace_set_property),
27421 (gst_ffmpegcolorspace_get_property),
27422 (gst_ffmpegcolorspace_register):
27423 * gst/ffmpegcolorspace/imgconvert.c:
27424 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27425 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27426 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27427 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27428 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27429 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27430 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27431 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27432 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27433 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27434 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27435 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27436 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27437 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27438 (img_get_alpha_info), (deinterlace_line),
27439 (deinterlace_line_inplace), (deinterlace_bottom_field),
27440 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27441 * gst/ffmpegcolorspace/imgconvert_template.h:
27442 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27443 * gst/ffmpegcolorspace/mmx.h:
27444 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27445 adding ffmpegcolorspace element supplied by Ronald after cleaning
27446 up and pulling in the right bits of upstream source.
27447 I'm sure a better C/compiler wizard could do some cleaning up (for
27448 example use GLIB's malloc stuff), but as a first pass this
27451 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27453 * ext/alsa/gstalsa.h:
27454 I assume Ronald forgot to commit the change to have cardname
27455 as a struct member. Expect some public spanking at the next
27458 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
27460 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27461 (gst_alsa_open_audio), (gst_alsa_close_audio):
27462 * ext/alsa/gstalsa.c:
27463 Don't open the device if we're a mixer (= padless).
27464 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27465 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27466 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27467 Open mixer during state change rather than during object
27468 initialization. Also, get a device name. Currently in a somewhat
27469 hackish fashion, but I didn't really find something better.
27471 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
27473 * *.c, *.h: run gst-indent
27475 2004-03-14 Benjamin Otte <otte@gnome.org>
27477 * gst/modplug/gstmodplug.cc:
27478 * gst/modplug/gstmodplug.h:
27479 set correct timestamps on outgoing buffers
27481 2004-03-14 Benjamin Otte <otte@gnome.org>
27483 * gst/modplug/gstmodplug.cc:
27484 handle events - don't do crap when a discont arrives that's not
27486 This allows correct loading and playback of mods in Rhythmbox
27488 2004-03-14 Benjamin Otte <otte@gnome.org>
27491 * gst-libs/gst/gconf/Makefile.am:
27492 * pkgconfig/Makefile.am:
27493 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27494 they get rebuilt properly
27496 when checking for vorbis, try pkgconfig first.
27497 * gst/modplug/gstmodplug.cc:
27498 add fixate function
27500 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
27502 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27503 Fix for obvious mistake, where we first shift the offset and then
27504 read a samplesize element assuming the old offset. Note that this
27505 part still has something weird, i.e. my movies containing those
27506 don't actually play well, but at least there's something that looks
27509 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
27510 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27512 Add a typefind function for speex format
27514 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27516 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27517 (gst_asf_demux_setup_pad):
27518 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27519 instead of 0. Reason is simple: some elements have a fps range
27520 of 1-max instead of 0-max. So now ASF video actually works.
27522 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
27526 adding serbian as a language
27528 2004-03-13 Benjamin Otte <otte@gnome.org>
27530 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27531 return taglist correctly from _get function, don't gst_pad_push it.
27534 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27535 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27537 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27539 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27540 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27541 (gst_alsa_mixer_track_new):
27542 * ext/alsa/gstalsamixertrack.h:
27543 Fix ancient leftovers... MixerTrack is a GObject.
27545 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27547 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27548 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27549 Don't block during probing...
27551 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
27553 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27554 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27555 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27556 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27557 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27558 (gst_alsa_open_audio), (gst_alsa_close_audio):
27559 * ext/alsa/gstalsa.h:
27560 Add propertyprobe interface implementation, add some device-name
27561 property, all this so that it looks good in gnome-volume-control.
27563 2004-03-12 David Schleef <ds@schleef.org>
27565 * configure.ac: the Hermes library controls hermescolorspace, not
27567 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27568 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27570 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27571 * ext/sdl/sdlvideosink.h: ditto.
27572 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27574 2004-03-12 Benjamin Otte <otte@gnome.org>
27576 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27577 (gst_x_overlay_got_xwindow_id):
27578 * gst-libs/gst/xoverlay/xoverlay.h:
27579 replace XID with unsigned long to get rid of the xlibs dependency in
27580 XOverlay (fixes #137004)
27582 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27583 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27584 (gst_agingtv_setup):
27585 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27586 (gst_dicetv_base_init), (gst_dicetv_class_init),
27587 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27588 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27589 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27590 (gst_edgetv_setup), (gst_edgetv_rgb32):
27591 * gst/effectv/gsteffectv.c:
27592 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27593 (gst_quarktv_set_property):
27594 * gst/effectv/gstrev.c: (gst_revtv_get_type),
27595 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27596 (gst_revtv_setup), (gst_revtv_rgb32):
27597 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27598 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27599 (gst_shagadelictv_init), (gst_shagadelictv_setup),
27600 (gst_shagadelictv_rgb32):
27601 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27602 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27603 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27604 * gst/effectv/gstwarp.c:
27605 Port everything that can be ported to videofilter and fix up the caps.
27606 Can someone with a big-endian machine please check these?
27608 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27610 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27611 (gst_osssink_chain), (gst_osssink_change_state):
27612 Latest fixes for A/V sync, audio playback and such. This is about
27613 all... MPEG playback issues are mostly related to the async build-
27614 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27616 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27618 patch from: Stephane Loeuillet
27621 use pkg-config for some libraries, falling back to the old .m4 way
27626 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27629 * tools/Makefile.am:
27630 * tools/Makefile.in:
27631 * tools/gst-launch-ext-m.m:
27632 * tools/gst-launch-ext.1.in:
27633 * tools/gst-visualise-m.m:
27634 * tools/gst-visualise.1:
27635 * tools/gst-visualise.1.in:
27636 reorganizing generation of script tools
27638 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27640 * ext/divx/gstdivxdec.c:
27641 Downgrade priority. We prefer ffdec_mpeg4.
27642 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27643 (gst_faad_chain), (gst_faad_change_state):
27644 Fix capsnego. Doesn't work for some sounds because we don't have
27645 a 5:1 to stereo element.
27646 * ext/xvid/gstxvid.c: (plugin_init):
27648 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27649 (gst_osssink_change_state):
27650 Add discont handling.
27652 2004-03-09 Colin Walters <walters@verbum.org>
27654 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27657 2004-03-09 Benjamin Otte <otte@gnome.org>
27659 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27660 the signals take 2 arguments
27662 2004-03-09 David Schleef <ds@schleef.org>
27664 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27665 (gst_alsa_fixate): Add fixate function. (bug #136686)
27666 * ext/alsa/gstalsa.h:
27667 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27669 2004-03-09 Benjamin Otte <otte@gnome.org>
27671 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27672 (gst_mikmod_change_state):
27673 * ext/mikmod/gstmikmod.h:
27674 make mikmod's loop function not loop infinitely and call
27675 gst_element_yield anymore
27676 * gst/modplug/gstmodplug.cc:
27677 fix pad negotiation (fixes #136590)
27679 2004-03-09 David Schleef <ds@schleef.org>
27681 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
27682 doesn't conflict with the internal colorspace plugin.
27683 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
27684 satisfy the crappy-ass shell shipped by a certain vendor.
27685 * gst/videofilter/make_filter: same (bug #135299)
27687 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27689 * configure.ac: bump nano to 1
27691 === release 0.7.6 ===
27693 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27695 * configure.in: releasing 0.7.6, "There"
27697 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27699 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27700 * pkgconfig/gstreamer-play.pc.in:
27701 synchronize the two
27703 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27705 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27706 (cdparanoia_open), (cdparanoia_event):
27707 fix/add error handling
27709 add cdparanoia source
27710 * tools/Makefile.am:
27711 make scripts executable
27713 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27716 * ext/vorbis/Makefile.am:
27718 remove id3types, vorbisfile and xvideosink from the build (#133783)
27720 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
27722 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27723 Fix metadata read crash (#136537).
27725 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27727 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27728 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27729 adding mime types, fixing the one-stop function
27731 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27733 * ext/nas/nassink.c and /ext/nas/nassink.h:
27734 More NAS love from Arwed von Merkatz
27735 So lets all sing 'Can you feel the NAS tonight'
27737 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27739 * tools/gst-launch-ext.in:
27740 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27742 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27744 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27745 (gst_mpeg2dec_init):
27746 remove the user_data pad for now, because it is being used in
27747 fixating causing MPEG playback to fixate on 1000 Hz for playback.
27748 If someone knows how to fix this properly, please do.
27750 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27752 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27753 (gst_osssink_get_time):
27754 add a warning, IMO this won't get triggered anymore, remove later
27756 2004-03-07 David Schleef <ds@schleef.org>
27758 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
27759 format (bug #136470)
27761 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
27763 * gst-libs/Makefile.am:
27764 * gst-libs/gst/media-info/Makefile.am:
27765 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27766 (error_callback), (gst_media_info_error_create),
27767 (gst_media_info_error_element), (gmip_init), (gmip_reset),
27768 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27769 * gst-libs/gst/media-info/media-info-priv.h:
27770 * gst-libs/gst/media-info/media-info-test.c: (main):
27771 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27772 (gst_media_info_class_init), (gst_media_info_instance_init),
27773 (gst_media_info_set_source), (gst_media_info_read_with_idler),
27774 (gst_media_info_read_idler), (gst_media_info_read):
27775 * gst-libs/gst/media-info/media-info.h:
27776 fixed, should work now
27778 2004-03-07 Christian Schaller <Uraeus@gnome.org>
27780 * ext/nas/nassink.c:
27781 A bunch of NAS fixes from Arwed von Merkatz
27783 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27785 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27786 (qtdemux_parse_trak):
27787 Fix crash (j might be greater than n_samples, in which case we're
27788 writing outside the allocated space for the array) and memleak.
27790 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27792 * sys/oss/gstosssink.c: (gst_osssink_chain):
27793 And another caller that couldn't handle delay < 0 (unsigned
27794 integer overflow). Video now continues playing on an audio
27795 buffer underrun, and the clock continues working. Audio still
27798 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27800 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27801 (gst_osssink_get_time):
27802 get_delay() may return values lower than 0. In those cases, we
27803 should not actually cast to *unsigned* int64, that will break
27804 stuff horribly. In my case, it screwed up A/V sync in movies
27805 in totem rather badly.
27807 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27809 * ext/faac/gstfaac.c: (gst_faac_chain):
27810 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27811 * ext/libpng/gstpngenc.c: (user_write_data):
27812 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27813 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27814 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27815 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27816 Fix several misuse of gst_buffer_merge (it doesn't take ownership
27817 of any buffer), should fix some leaks. I hope I didn't unref buffers
27818 that shouldn't be...
27820 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27822 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27823 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27824 (error_callback), (gmi_reset), (gmi_seek_to_track),
27825 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27826 (gmip_find_type_post), (gmip_find_stream_post),
27827 (gmip_find_track_streaminfo_post):
27828 * gst-libs/gst/media-info/media-info-priv.h:
27829 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27830 (info_print), (main):
27831 * gst-libs/gst/media-info/media-info.c:
27832 (gst_media_info_error_create), (gst_media_info_error_element),
27833 (gst_media_info_instance_init), (gst_media_info_get_property),
27834 (gst_media_info_new), (gst_media_info_set_source),
27835 (gst_media_info_read_idler), (gst_media_info_read):
27836 * gst-libs/gst/media-info/media-info.h:
27837 first pass at making this work again. This seems to work on
27838 tagged ogg/vorbis and mp3 files.
27840 2004-03-06 Benjamin Otte <otte@gnome.org>
27842 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27843 fix huge leak: gst_buffer_merge doesn't unref the first argument
27846 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27848 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27849 report layer/mode/emphasis
27851 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27853 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27855 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27857 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27860 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27862 * ext/vorbis/vorbis.c: (plugin_init):
27863 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27864 (gst_vorbis_dec_init), (vorbis_dec_event):
27866 make vorbisdec handle _BYTE and _TIME queries
27868 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27870 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27871 from the xing header
27873 2004-03-06 Benjamin Otte <otte@gnome.org>
27875 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27876 (gst_audio_convert_link), (gst_audio_convert_change_state),
27877 (gst_audio_convert_buffer_from_default_format):
27878 do conversions from/to float correctly, fix some caps nego errors,
27879 export correct supported caps in template and getcaps, use correct
27880 caps in try_set_caps functions
27882 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27884 For some reason, I only committed a ChangeLog entry yesterday and
27885 not the corresponding code...
27886 * ext/mad/gstmad.c: Fix detection of Xing headers
27887 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27889 2004-03-06 Benjamin Otte <otte@gnome.org>
27891 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27892 (gst_ogg_demux_src_query):
27893 make sure to handle the case where there's no current chain
27896 2004-03-05 David Schleef <ds@schleef.org>
27898 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27899 Add fixate function. (bug #131128)
27900 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27901 (gst_sdlvideosink_fixate): Add fixate function.
27902 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27903 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27904 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27905 Fix missing break that was causing ulaw to be interpreted as
27908 2004-03-05 David Schleef <ds@schleef.org>
27910 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27911 Fix code that ignores return value of gst_buffer_merge().
27913 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27914 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27915 * testsuite/gst-lint: Check for above.
27917 2004-03-05 David Schleef <ds@schleef.org>
27919 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
27920 caps and throw an element error. (bug #136334)
27922 2004-03-05 David Schleef <ds@schleef.org>
27924 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27925 (gst_faad_chain): Fix negotiation.
27926 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27927 key and button events.
27928 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27930 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27932 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27933 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27934 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27935 function to encourage better negotiation, particularly between
27936 audioconvert and osssink.
27937 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27938 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
27940 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
27942 * gst/vbidec/vbiscreen.c: Add glib header
27943 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
27945 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
27947 * ext/mad/gstmad.c: Fix detection of Xing headers
27948 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27950 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27952 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27953 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27956 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27958 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27959 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27960 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27961 files, and report the parsed length as a GST_TAG_DURATION tag.
27962 * gst/tags/gstid3tag.c: support TLEN (duration) tag
27964 2004-03-05 Benjamin Otte <otte@gnome.org>
27966 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27967 convert channels correctly. convert correctly to unsigned.
27969 2004-03-05 Julien MOUTTE <julien@moutte.net>
27971 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27972 we have a window before clearing it.
27974 2004-03-05 Julien MOUTTE <julien@moutte.net>
27976 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27977 have a window before clearing it.
27979 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
27981 * gconf/gstreamer.schemas.in:
27982 * gst-libs/gst/gconf/Makefile.am:
27983 version installation path the same way as for 0.6
27984 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27985 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27986 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27987 remove comment that was fixed
27989 2004-03-05 David Schleef <ds@schleef.org>
27991 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27992 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27993 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27994 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27995 Add prototype code for handling seeking and querying.
27997 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27999 * examples/gstplay/player.c: (main):
28000 Initialize variables to NULL. Prevents a segfault because the
28001 (uninitialized) variable is not NULL, resulting in a crash on
28002 trying to reach error->message.
28004 2004-03-05 Benjamin Otte <otte@gnome.org>
28006 * gst/audioconvert/gstaudioconvert.c:
28007 (gst_audio_convert_buffer_to_default_format):
28008 make float=>int conversion work correctly even in cornercases.
28010 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
28012 * debian/README.Debian:
28013 * debian/build-deps:
28014 * debian/changelog:
28016 * debian/control.in:
28017 * debian/copyright:
28018 * debian/gstreamer-a52dec.files:
28019 * debian/gstreamer-aa.files:
28020 * debian/gstreamer-alsa.files:
28021 * debian/gstreamer-alsa.manpages:
28022 * debian/gstreamer-arts.files:
28023 * debian/gstreamer-artsd.files:
28024 * debian/gstreamer-audiofile.files:
28025 * debian/gstreamer-avifile.files:
28026 * debian/gstreamer-cdparanoia.files:
28027 * debian/gstreamer-colorspace.files:
28028 * debian/gstreamer-doc.files:
28029 * debian/gstreamer-dv.files:
28030 * debian/gstreamer-dvd.files:
28031 * debian/gstreamer-esd.files:
28032 * debian/gstreamer-festival.files:
28033 * debian/gstreamer-flac.files:
28034 * debian/gstreamer-gconf.conffiles:
28035 * debian/gstreamer-gconf.files:
28036 * debian/gstreamer-gconf.postinst:
28037 * debian/gstreamer-gnomevfs.files:
28038 * debian/gstreamer-gsm.files:
28039 * debian/gstreamer-http.files:
28040 * debian/gstreamer-jack.files:
28041 * debian/gstreamer-jpeg.files:
28042 * debian/gstreamer-mad.files:
28043 * debian/gstreamer-mikmod.files:
28044 * debian/gstreamer-misc.files:
28045 * debian/gstreamer-mpeg2dec.files:
28046 * debian/gstreamer-oss.files:
28047 * debian/gstreamer-plugin-apps.files:
28048 * debian/gstreamer-plugin-apps.manpages:
28049 * debian/gstreamer-plugin-libs-dev.files:
28050 * debian/gstreamer-plugin-libs.files:
28051 * debian/gstreamer-plugin-template.postinst:
28052 * debian/gstreamer-plugin-template.postrm:
28053 * debian/gstreamer-sdl.files:
28054 * debian/gstreamer-sid.files:
28055 * debian/gstreamer-vorbis.files:
28056 * debian/gstreamer-x.files:
28057 * debian/mk.control:
28059 Debian package info not maintained here.
28061 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
28063 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
28064 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
28065 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
28066 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
28067 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
28068 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
28069 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
28070 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
28071 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
28072 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
28073 * gst-libs/gst/colorbalance/colorbalance.c:
28074 (gst_color_balance_class_init):
28075 * gst-libs/gst/colorbalance/colorbalancechannel.c:
28076 (gst_color_balance_channel_class_init):
28077 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
28078 * gst-libs/gst/play/play.c: (gst_play_class_init):
28079 * gst-libs/gst/propertyprobe/propertyprobe.c:
28080 (gst_property_probe_iface_init):
28081 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28082 * gst-libs/gst/tuner/tunerchannel.c:
28083 (gst_tuner_channel_class_init):
28084 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28085 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28086 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28087 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28088 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28089 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28090 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28091 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28092 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28093 fix signals to use - instead of _
28094 * ext/libcaca/gstcacasink.h:
28095 * ext/sdl/sdlvideosink.h:
28098 2004-03-04 David Schleef <ds@schleef.org>
28100 * testsuite/gst-lint: Add a check for bad signal names.
28102 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
28104 reviewed by David Schleef
28106 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28107 modified the alpha channel and caused a warning. (bug #136192)
28109 2004-04-03 Christian Schaller <Uraeus@gnome.org>
28111 * gst-plugins.spec.in:
28112 Change names of plugins to actually be correct. Try to keep things
28113 alphabetical to avoid getting beat up by Thomas
28115 2004-03-03 Julien MOUTTE <julien@moutte.net>
28117 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28118 Using ximagesink as a default if no gconf key found. We should
28119 probably consider using alsasink instead of osssink for the audio
28122 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
28125 fix --with-plugins, don't think it ever worked before
28126 * gst-plugins.spec.in:
28129 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
28131 * ext/sdl/sdlvideosink.h:
28132 * sys/ximage/ximagesink.h:
28133 * sys/xvideo/xvideosink.h:
28134 * sys/xvimage/xvimagesink.h:
28135 Fix for move of gstvideosink.h -> videosink.h.
28137 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
28139 * gst-libs/gst/xwindowlistener/Makefile.am:
28140 this is a plugin library, not a library
28142 2004-03-01 David Schleef <ds@schleef.org>
28144 * AUTHORS: Added some names. Add yourself if you're still
28147 2004-03-01 David Schleef <ds@schleef.org>
28151 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28153 * gst-plugins.spec.in: clean up spec file
28155 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28157 * gst-libs/gst/video/Makefile.am:
28158 * gst-libs/gst/video/gstvideosink.c:
28159 * gst-libs/gst/video/gstvideosink.h:
28160 rename gstvideosink.h to videosink.h to match other headers
28161 * gst/mixmatrix/Makefile.am:
28162 fix plugin filename
28163 * gst/tags/Makefile.am: fix plugin filename
28165 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28167 * gst/tags/Makefile.am: fix plugin filename
28169 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28171 * examples/gstplay/player.c: (got_time_tick), (main):
28173 display time_tick more readably
28174 * gst/mixmatrix/Makefile.am:
28175 fix plugin file name
28177 2004-02-29 Christophe Fergeau <teuf@gnome.org>
28179 * sys/oss/gstosselement.c: (gst_osselement_probe),
28180 (device_combination_append), (gst_osselement_class_probe_devices):
28181 * sys/oss/gstosselement.h:
28182 Reworked enumeration of oss dsps and mixers so that gst-mixer works
28183 on my system using alsa oss emulation, fixes bug #135597
28185 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
28187 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28188 (gst_videodrop_chain), (gst_videodrop_change_state):
28189 * gst/videodrop/gstvideodrop.h:
28190 Work based on timestamp of input data, not based on the expected
28191 framerate from the input. The consequence is that this element now
28192 not only scales framerates, but also functions as a framerate
28193 corrector or framerate stabilizer/constantizer.
28195 2004-02-27 David Schleef <ds@schleef.org>
28197 patches from jmmv@menta.net (Julio M. Merino Vidal)
28199 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28200 GST_ELEMENT_ERROR call (bug #135634)
28201 * gst/interleave/interleave.c: (interleave_buffered_loop),
28202 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28203 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28204 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28205 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28206 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28207 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28208 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28209 Fix GST_ELEMENT_ERROR call.
28210 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28211 GST_ELEMENT_ERROR call.
28213 2004-02-27 Benjamin Otte <otte@gnome.org>
28215 * gst-libs/gst/audio/audio.h:
28216 add macro to make sure header isn't included twice
28217 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28218 don't use gst_buffer_free
28219 * gst/playondemand/filter.func:
28220 don't use gst_data_free. Free data only once.
28222 2004-02-26 David Schleef <ds@schleef.org>
28224 * gst-libs/gst/colorbalance/Makefile.am:
28225 * gst-libs/gst/mixer/Makefile.am:
28226 * gst-libs/gst/tuner/Makefile.am:
28227 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28228 should not be disted, -marshal.h files should not be installed,
28229 and -enum.h files _should_ be installed. Fix to make this the
28232 === release 0.7.5 ===
28234 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
28236 * configure.ac: release 0.7.5, "Under The Sea"
28238 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28240 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28241 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28242 * gst/videoscale/gstvideoscale.c:
28243 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28244 assorted debug/warning fixes
28246 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28248 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28249 (gst_videoscale_init), (gst_videoscale_chain),
28250 (gst_videoscale_set_property), (plugin_init):
28251 * gst/videoscale/gstvideoscale.h:
28252 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28253 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28254 (gst_videoscale_planar400), (gst_videoscale_packed422),
28255 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28256 (gst_videoscale_24bit), (gst_videoscale_16bit),
28257 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28258 (gst_videoscale_scale_plane_slow),
28259 (gst_videoscale_scale_point_sample),
28260 (gst_videoscale_scale_nearest),
28261 (gst_videoscale_scale_nearest_str2),
28262 (gst_videoscale_scale_nearest_str4),
28263 (gst_videoscale_scale_nearest_32bit),
28264 (gst_videoscale_scale_nearest_24bit),
28265 (gst_videoscale_scale_nearest_16bit):
28266 add debugging category and use it properly
28267 fix use of GST_PTR_FORMAT
28269 2004-02-25 Andy Wingo <wingo@pobox.com>
28271 * gst/interleave/interleave.c (interleave_buffered_loop): Always
28272 push only when channel->buffer is NULL. Prevents segfaults doing
28273 the state change after a nonlocal exit, like a scheme exception.
28275 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28276 Handle the case where the intersected caps is empty.
28278 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28280 * gst/law/mulaw-decode.c: (mulawdec_link):
28281 * gst/law/mulaw.c: (plugin_init):
28282 fix mulawdec so it actually works again
28284 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
28286 reviewed by: David Schleef <ds@schleef.org>
28288 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28289 (gst_gamma_init), (gst_gamma_set_property),
28290 (gst_gamma_get_property), (gst_gamma_calculate_tables),
28291 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
28292 for RGB, with separate r g and b correction factors. (#131167)
28294 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
28296 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28297 only signal tags for bitrate if they're > 0 (#134894)
28299 2004-02-24 David Schleef <ds@schleef.org>
28301 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28302 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28303 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28304 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28305 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28306 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28307 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28308 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28309 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
28310 category. Attempt to fix timestamp calculation.
28312 2004-02-24 Johan Dahlin <johan@gnome.org>
28314 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28316 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
28319 * gconf/Makefile.am:
28320 * gconf/gstreamer.schemas:
28321 * gst-libs/gst/gconf/Makefile.am:
28322 * gst-libs/gst/gconf/gconf.c:
28323 version gconf schemas and install locations
28325 2004-02-23 Benjamin Otte <otte@gnome.org>
28327 * ext/xine/xineinput.c: (gst_xine_input_dispose):
28328 (gst_xine_input_subclass_init):
28329 call parent dispose.
28330 change pad template for CD reader correctly
28331 * ext/xine/Makefile.am:
28332 * ext/xine/gstxine.h:
28333 * ext/xine/xine.c: (plugin_init):
28334 * ext/xine/xineaudiosink.c:
28335 wrap audio sinks, too
28336 * gst-libs/gst/resample/private.h:
28337 * gst-libs/gst/resample/resample.c: (gst_resample_init),
28338 (gst_resample_reinit), (gst_resample_scale),
28339 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28340 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28341 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28342 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28343 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28344 * gst-libs/gst/resample/resample.h:
28345 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28346 (gst_audioscale_class_init), (gst_audioscale_link),
28347 (gst_audioscale_get_buffer), (gst_audioscale_init),
28348 (gst_audioscale_chain), (gst_audioscale_set_property),
28349 (gst_audioscale_get_property):
28350 * gst/audioscale/gstaudioscale.h:
28351 s/resample_*/gst_resample_*/i to not clobber namespaces
28353 2004-02-23 Julien MOUTTE <julien@moutte.net>
28355 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28356 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28357 (gst_riff_create_video_template_caps),
28358 (gst_riff_create_audio_template_caps),
28359 (gst_riff_create_iavs_template_caps):
28360 * gst-libs/gst/riff/riff-media.h:
28361 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28362 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28363 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28364 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28365 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28366 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28367 (gst_matroska_demux_plugin_init): First batch implementing audio and
28368 video codec tags in demuxers.
28370 2004-02-22 Benjamin Otte <otte@gnome.org>
28372 * ext/xine/Makefile.am:
28373 * ext/xine/gstxine.h:
28374 * ext/xine/xine.c: (plugin_init):
28375 * ext/xine/xineinput.c:
28376 add input plugin wrapper. Playback from files, http, mms and cdda
28378 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28379 remove leftover G_GNUC_UNUSED
28380 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28381 (gst_asf_demux_identify_guid):
28382 improve debugging output
28384 2004-02-22 Benjamin Otte <otte@gnome.org>
28386 reported by: Padraig O'Briain <padraig.obriain@sun.com>
28389 replace test -e with test -x for mkinstalldirs to be more portable.
28392 2004-02-22 Benjamin Otte <otte@gnome.org>
28394 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28396 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28397 set rank to PRIMARY
28398 * gst/volume/gstvolume.c: (plugin_init):
28402 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
28404 reviewed by Benjamin Otte <otte@gnome.org>
28406 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28407 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28409 2004-02-22 Benjamin Otte <otte@gnome.org>
28412 export [_]*{gst,Gst,GST}.* symbols from plugins
28414 2004-02-22 Christophe Fergeau <teuf@gnome.org>
28416 reviewed by: Benjamin Otte <otte@gnome.org>
28418 * ext/lame/gstlame.c: (add_one_tag):
28419 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28420 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28421 (gst_vorbisenc_metadata_set1):
28422 * gst/tags/gstid3tag.c:
28423 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28424 apply fixes from bugs #135042 (lame can't write tags) and #133817
28425 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28427 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28429 * configure.ac: Export only gst_plugin_desc from plugins.
28430 Note that this change only makes any effect with Linux using libtool
28431 1.5.2 or higher. Otherwise it is silently ignored, but it would build
28432 fine. And don't try to have several versions of libtool in different
28435 2004-02-20 Andy Wingo <wingo@pobox.com>
28437 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28438 interleave respectively.
28440 * gst/interleave/deinterleave.c: New plugin: deinterleave
28441 (replaces on oneton).
28442 * gst/interleave/interleave.c: New plugin: interleave.
28443 * gst/interleave/plugin.h: Support file.
28444 * gst/interleave/plugin.c: Support file.
28446 * configure.ac: Remove intfloat and oneton, add interleave.
28448 * ext/sndfile/gstsf.c: Handle events better.
28450 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28451 and float2int operation. int2float has scheduling problems as
28452 noted in in2float_chain.
28454 2004-02-20 Benjamin Otte <otte@gnome.org>
28456 * ext/xine/Makefile.am:
28457 * ext/xine/gstxine.h:
28459 * ext/xine/xineaudiodec.c:
28460 * ext/xine/xinecaps.c:
28461 add first version of xine plugin wrapper. Currently only wraps the
28462 QDM2 win32 DLL, and even that only in proof-of-concept quality.
28465 add xine plugin wrapper, disabled by default. Use --enable-xine to
28466 build. Note that it'll segfault on gst-register if you don't remove
28467 the goom and tvtime post plugins from xine.
28468 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28469 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28470 add extradata parsing for QDM2.
28471 change around debugging prints.
28473 2004-02-19 Benjamin Otte <otte@gnome.org>
28475 * ext/lame/gstlame.c: (gst_lame_chain):
28476 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28477 use gst_tag_list_insert when you want to insert tags
28479 2004-02-18 David Schleef <ds@schleef.org>
28481 * configure.ac: Move massink to gst-rotten
28483 * ext/mas/Makefile.am:
28484 * ext/mas/massink.c:
28485 * ext/mas/massink.h:
28487 2004-02-18 David Schleef <ds@schleef.org>
28489 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28490 typefinding, since it seems to be worse than nothing.
28491 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
28492 atom to recognize .mp4 and .m4a files as video/quicktime.
28494 2004-02-18 David Schleef <ds@schleef.org>
28496 * gst/sine/demo-dparams.c: (quit_live),
28497 (dynparm_log_value_changed), (dynparm_value_changed), (main):
28498 Use double dparams, not float.
28499 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28500 (gst_sinesrc_init): Change sync default to FALSE, since multiple
28501 sync'd elements don't really work correctly.
28502 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28503 (volume_update_volume), (volume_get_property): Change dparam
28506 2004-02-18 Julien MOUTTE <julien@moutte.net>
28508 * sys/ximage/ximagesink.c:
28509 (gst_ximagesink_xwindow_update_geometry),
28510 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28511 (gst_ximagesink_change_state), (gst_ximagesink_expose),
28512 (gst_ximagesink_init): Rework the way software video scaling works. So
28513 now we check on each chain call if the video frames are feeling the
28514 window. If not we try to renegotiate caps. On failure we memorize that
28515 and we won't try again for that PLAYING sessions.
28516 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28518 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28521 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28523 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28524 break up _link so we can give a better debug message for errors
28526 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28528 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28529 set up debug category
28531 2004-02-18 Julien MOUTTE <julien@moutte.net>
28533 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28534 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28535 the way renegotiation work. The event handling function is not taking
28536 care of external windows and renegotiate method check for pad flags
28537 NEGOTIATING. Should fix : #133209
28539 2004-02-17 Julien MOUTTE <julien@moutte.net>
28541 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28542 pad is negotiating before trying renegotiation.
28544 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
28546 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28547 pass on all possible mime types as typefind hints
28549 2004-02-17 Julien MOUTTE <julien@moutte.net>
28551 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28552 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28553 possible SHM leak if we crash. All other apps using XShm are doing
28556 2004-02-17 Julien MOUTTE <julien@moutte.net>
28558 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28559 (gst_ximagesink_expose): Renegotiate size on expose.
28560 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28563 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
28565 * testsuite/alsa/sinesrc.c:
28566 cosmetic fix to fix compile issue with gcc 2.95.4
28568 2004-02-16 Julien MOUTTE <julien@moutte.net>
28570 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28571 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28572 failed opening the audio device.
28573 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28574 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28575 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28576 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28577 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28578 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28579 (gst_ximagesink_change_state), (gst_ximagesink_chain),
28580 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28581 Removing some useless g_return_if_fail like wingo suggested.
28582 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28583 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28584 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28585 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28586 (gst_xvimagesink_update_colorbalance),
28587 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28588 (gst_xvimagesink_xcontext_clear),
28589 (gst_xvimagesink_get_fourcc_from_caps),
28590 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28591 (gst_xvimagesink_set_xwindow_id),
28592 (gst_xvimagesink_colorbalance_list_channels),
28593 (gst_xvimagesink_colorbalance_set_value),
28594 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28595 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28597 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
28599 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28600 throw error when not negotiated instead of asserting
28602 2004-02-15 Julien MOUTTE <julien@moutte.net>
28604 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28605 correct data refcounting.
28607 2004-02-15 Julien MOUTTE <julien@moutte.net>
28609 * gst/switch/gstswitch.c: (gst_switch_change_state),
28610 (gst_switch_class_init): Cleaning the sinkpads correctly on state
28611 change, mostly the EOS flag.
28613 2004-02-15 Julien MOUTTE <julien@moutte.net>
28615 * examples/gstplay/player.c: (got_eos), (main): Adding some
28616 output for debugging.
28617 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28618 timeouts if we go to any state different from PLAYING.
28619 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28620 more EOS bugs in riff lib.
28622 2004-02-14 Julien MOUTTE <julien@moutte.net>
28624 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28625 visualization until i find a way to fix switch correctly.
28626 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28628 * gst/switch/gstswitch.c: (gst_switch_release_pad),
28629 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28630 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28631 Reworked switch to get a more correct behaviour with events and refing
28632 of data stored in sinkpads.
28633 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28634 we don't pull from a pad in EOS.
28636 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28638 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28639 remove v1 tag even if we can't read it (makes sure we don't detect
28642 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28644 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28645 (gst_alsa_xrun_recovery):
28646 * ext/alsa/gstalsa.h:
28647 try xrun recovery when wait failed. Make xrun recovery function
28648 return TRUE/FALSE to indicate success. (might fix #134354)
28650 2004-02-13 David Schleef <ds@schleef.org>
28652 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28653 (dynparm_value_changed), (main): Convert from float to double.
28654 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28656 2004-02-13 David Schleef <ds@schleef.org>
28658 * gst/silence/gstsilence.c: (gst_silence_class_init),
28659 (gst_silence_set_clock), (gst_silence_get),
28660 (gst_silence_set_property), (gst_silence_get_property):
28661 * gst/silence/gstsilence.h: Add sync property.
28662 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28663 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28664 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28665 * gst/sine/gstsinesrc.h: Add sync property.
28667 2004-02-13 David Schleef <ds@schleef.org>
28669 * gst/intfloat/gstint2float.c: (conv_f32_s16),
28670 (gst_int2float_chain_gint16): Change stdint usage to glib types.
28672 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28676 * gst-libs/ext/Makefile.am:
28677 move ffmpeg plugin to gst-ffmpeg module
28679 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28681 * configure.ac: use GST_ARCH to detect architecture
28683 2004-02-12 Julien MOUTTE <julien@moutte.net>
28685 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28687 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
28689 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28690 classify LADSPA plugins based on number of src/sink pads
28691 (#133663, Stefan Kost)
28692 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28693 fix dparams registration
28694 (#133528, Stefan Kost)
28695 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28696 fix use of isprint and use g_ascii_isprint instead
28697 (#133316, Stefan Kost)
28699 2004-02-11 David Schleef <ds@schleef.org>
28701 Convert a few inner loops to use liboil. This is currently
28702 optional, and is only enabled if liboil is present (duh!).
28703 * configure.ac: Check for liboil-0.1
28704 * gst/intfloat/Makefile.am:
28705 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28706 (gst_int2float_chain_gint16):
28707 * gst/videofilter/Makefile.am:
28708 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28709 (tablelookup_u8), (gst_videobalance_planar411):
28710 * gst/videotestsrc/Makefile.am:
28711 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28712 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28713 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28714 (paint_hline_RGB565), (paint_hline_xRGB1555):
28716 2004-02-11 David Schleef <ds@schleef.org>
28718 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28719 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28720 (gst_colorspace_getcaps), (gst_colorspace_link),
28721 (gst_colorspace_base_init), (gst_colorspace_init),
28722 (gst_colorspace_chain), (gst_colorspace_change_state),
28723 (plugin_init): Merge Ronald's patch (bug #117897) and update
28724 for new caps and negotiation. Seems to work, although it
28725 shows off bugs in lcs.
28727 2004-02-11 David Schleef <ds@schleef.org>
28729 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28730 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28732 2004-02-11 David Schleef <ds@schleef.org>
28734 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28735 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28736 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28737 Add server and port properties
28739 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28744 * m4/as-liblame.m4:
28745 * m4/as-slurp-ffmpeg.m4:
28746 * m4/check-libheader.m4:
28753 * m4/gst-ivorbis.m4:
28754 * m4/gst-matroska.m4:
28756 * m4/gst-shout2.m4:
28764 fix underquotedness of macros (#133800)
28765 * m4/as-avifile.m4:
28767 removed because no longer used
28769 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28772 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28773 by autopoint (fixes #132996)
28775 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
28777 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28778 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28779 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28780 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28783 2004-02-11 David Schleef <ds@schleef.org>
28785 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28786 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28787 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28788 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28789 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28790 (gst_jpegenc_class_init), (gst_jpegenc_init),
28791 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28792 (gst_jpegenc_chain), (gst_jpegenc_set_property),
28793 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
28794 * ext/jpeg/gstjpegenc.h: Fix negotiation.
28796 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
28798 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28799 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28800 * ext/mikmod/gstmikmod.h:
28801 fix caps negotiation in mikmod
28802 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28803 output debug information
28805 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
28807 * gst-libs/gst/colorbalance/Makefile.am:
28808 * gst-libs/gst/navigation/Makefile.am:
28809 * gst-libs/gst/xoverlay/Makefile.am:
28810 remove unused GST_OPT_CFLAGS from Makefiles
28811 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28813 2004-02-07 David Schleef <ds@schleef.org>
28815 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28816 push events to pads that haven't been created (#133508)
28818 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
28820 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28821 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28822 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28823 (gst_dvdec_loop), (gst_dvdec_change_state):
28824 Second attempt at committing a working dvdec element.
28826 2004-02-06 David Schleef <ds@schleef.org>
28828 Build fixes for OS X: (see #129600)
28829 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28830 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28831 (gst_riff_read_strf_iavs):
28832 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28833 (gst_avi_demux_stream_odml):
28834 * gst/playondemand/Makefile.am:
28835 * gst/rtp/rtp-packet.c:
28837 2004-02-05 David Schleef <ds@schleef.org>
28839 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28840 last change, because it Just Doesn't Compile.
28842 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28844 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28845 skip undecodable id3v2 tag instead of keeping it
28847 2004-02-05 David Schleef <ds@schleef.org>
28849 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28850 Unref leaked buffer. (Noticed by Ronald)
28852 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
28854 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28855 Sync requires with other checks. >= vs =.
28857 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
28859 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28860 (gst_dvdec_video_link), (gst_dvdec_loop):
28861 * ext/dv/gstdvdec.h:
28862 rework the caps negotiation so that dvdec works again instead
28863 of just segfaulting.
28865 === release 0.7.4 ===
28867 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
28869 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28870 * configure.ac: changed for release
28872 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
28874 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28875 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28876 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28877 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28878 reworked patch by David Lehn to fix libdir and includedir for
28879 uninstalled libraries
28880 removed play and gconf from gstreamer-libs since they have their
28881 own pkgconfig files
28883 2004-02-04 David Schleef <ds@schleef.org>
28885 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28888 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28890 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28891 use correct GST_TAG_ENCODER tag
28893 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28895 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28896 be sure to stop the clock when going to paused
28897 * sys/oss/gstosssink.c: (gst_osssink_change_state):
28898 reset number of transmitted when going to ready.
28901 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
28903 reviewed by Benjamin Otte
28905 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28906 extract track count (fixes #133410)
28908 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28910 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28911 that should be !=, not == (fixes #132519)
28913 2004-02-04 David Schleef <ds@schleef.org>
28915 Make sure set_explicit_caps() is called before adding pad.
28916 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28917 * gst/id3/gstid3types.c: (gst_id3types_loop):
28918 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28919 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28921 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28924 bump nano to 2, first prerelease
28925 put back AM_PROG_LIBTOOL
28927 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28929 * testsuite/alsa/Makefile.am:
28930 these are user test apps, not automatic testsuite tests
28932 2004-02-04 David Schleef <ds@schleef.org>
28934 Convert GST_DEBUG_CAPS() to GST_DEBUG():
28935 * gst/mpeg1videoparse/gstmp1videoparse.c:
28936 (mp1videoparse_parse_seq):
28937 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28938 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28939 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28940 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28941 (gst_xvideosink_getcaps):
28942 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28943 * testsuite/gst-lint: more tests
28945 2004-02-04 David Schleef <ds@schleef.org>
28947 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28948 with the code that they would expand to.
28949 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28950 (gst_flacdec_get_src_query_types),
28951 (gst_flacdec_get_src_event_masks):
28952 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28953 (gst_gnomevfssrc_get_query_types),
28954 (gst_gnomevfssrc_get_event_mask):
28956 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28958 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28959 (gst_sinesrc_dispose):
28960 fix memleak by properly disposing sinesrc
28962 2004-02-04 Julien MOUTTE <julien@moutte.net>
28964 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28965 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28966 an overlay to redraw the image because it has been exposed.
28967 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28968 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28969 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28970 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28972 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28973 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28974 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28975 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28978 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28980 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28981 more memleak fixage
28983 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28985 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28986 * gst/typefind/gsttypefindfunctions.c:
28987 fix memleaks shown by gst-typefind
28989 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28991 * common/glib-gen.mak:
28992 add hack rule to touch .Plo files
28993 * gst-libs/gst/colorbalance/Makefile.am:
28994 * gst-libs/gst/mixer/Makefile.am:
28995 * gst-libs/gst/play/Makefile.am:
28996 * gst-libs/gst/tuner/Makefile.am:
28997 remove glib_root variable
28999 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29001 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
29002 set explicit caps before adding the element, so the autopluggers can
29004 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29005 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
29006 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29008 fix memleaks in typefind functions. gst_type_find_suggest takes a const
29011 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
29013 * gst-libs/gst/colorbalance/Makefile.am:
29014 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
29015 * gst-libs/gst/colorbalance/colorbalance.c:
29016 * gst-libs/gst/colorbalance/colorbalance.h:
29017 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
29018 * gst-libs/gst/mixer/Makefile.am:
29019 * gst-libs/gst/mixer/mixer-marshal.list:
29020 * gst-libs/gst/mixer/mixer.c:
29021 * gst-libs/gst/mixer/mixer.h:
29022 * gst-libs/gst/mixer/mixermarshal.list:
29023 * gst-libs/gst/play/Makefile.am:
29024 * gst-libs/gst/play/play.h:
29025 * gst-libs/gst/tuner/Makefile.am:
29026 * gst-libs/gst/tuner/tuner-marshal.list:
29027 * gst-libs/gst/tuner/tuner.c:
29028 * gst-libs/gst/tuner/tuner.h:
29029 * gst-libs/gst/tuner/tunermarshal.list:
29030 use new glib-gen.mak snippet to clean up Makefile.am
29031 fix various bugs in Makefile.am's
29033 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29035 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29036 handle chain parsing correctly in the multichain case
29037 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
29038 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
29039 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
29040 (theora_dec_chain):
29041 handle events and queries correctly
29043 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29046 Ignore generated file _stdint.h.
29048 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29050 * gst-libs/gst/colorbalance/Makefile.am:
29051 * gst-libs/gst/colorbalance/colorbalance.h:
29052 * gst-libs/gst/mixer/Makefile.am:
29053 * gst-libs/gst/mixer/mixer.h:
29054 * gst-libs/gst/play/Makefile.am:
29055 * gst-libs/gst/play/play.h:
29056 * gst-libs/gst/tuner/Makefile.am:
29057 * gst-libs/gst/tuner/tuner.h:
29058 Generate enum type code with glib-mkenums.
29059 * gst-libs/gst/colorbalance/.cvsignore:
29060 * gst-libs/gst/mixer/.cvsignore:
29061 * gst-libs/gst/play/.cvsignore:
29062 * gst-libs/gst/tuner/.cvsignore:
29063 Ignore generated files.
29065 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29067 * gst-libs/gst/audio/.cvsignore:
29068 Ignore generated file.
29069 * gst-libs/gst/audio/Makefile.am:
29070 Do not install example filter.
29072 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29074 * examples/switch/.cvsignore:
29075 Ignore generated file.
29077 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29079 * common/m4/ax_create_stdint_h.m4:
29081 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29084 remove generated _stdint.h in DISTCLEANFILES
29085 * ext/a52dec/gsta52dec.c:
29086 include _stdint.h for a52dec. (should fix #133064)
29088 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
29090 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29091 (gst_tag_to_vorbis_comments):
29092 Add replaygain support to vorbistag
29094 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
29095 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29096 (gst_ffmpeg_caps_to_extradata):
29097 Fix SVQ3 caps flag properties
29098 Use glib macro for bytes swap
29100 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29102 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29103 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29104 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29105 * ext/sndfile/gstsf.c: (plugin_init):
29106 * gst/avi/gstavi.c: (plugin_init):
29107 * sys/dxr3/dxr3init.c: (plugin_init):
29108 * sys/oss/gstossaudio.c: (plugin_init):
29109 * sys/v4l/gstv4l.c: (plugin_init):
29110 * sys/v4l2/gstv4l2.c: (plugin_init):
29111 remove textdomain calls
29113 update Dutch translation
29115 2004-02-02 Julien MOUTTE <julien@moutte.net>
29117 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29118 (gst_play_set_audio_sink): Moving volume in the audio thread for
29119 instantaneous volume change. Maybe i will add another volume in front
29120 of visualization later, not sure yet though.
29122 2004-02-02 Julien MOUTTE <julien@moutte.net>
29124 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29125 (gst_ximagesink_handle_xevents): Better X events handling, only take
29126 the latest events for configure and motion.
29127 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29129 2004-02-02 Jon Trowbridge <trow@gnu.org>
29131 reviewed by: David Schleef <ds@schleef.org>
29134 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29135 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29137 2004-02-02 David Schleef <ds@schleef.org>
29139 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
29141 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29142 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29143 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29144 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29145 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29146 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29147 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29148 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29149 (gst_float2_2_int_link):
29150 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29151 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29152 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29153 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29154 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29155 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29156 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29157 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29158 * testsuite/gst-lint: Add tests for bzero and ;;
29160 2004-02-02 David Schleef <ds@schleef.org>
29162 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29164 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29166 * ext/aalib/gstaasink.c: (gst_aasink_open):
29167 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29168 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29169 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29170 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29171 (gst_afsink_close_file):
29172 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29173 (gst_afsrc_close_file):
29174 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29175 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29176 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29177 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29178 * ext/esd/esdmon.c: (gst_esdmon_get):
29179 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29180 * ext/faac/gstfaac.c: (gst_faac_chain):
29181 * ext/faad/gstfaad.c: (gst_faad_chain):
29182 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29183 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29184 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29185 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29186 (gst_flacdec_loop):
29187 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29188 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29189 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29190 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29191 (gst_gnomevfssink_close_file):
29192 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29193 (gst_gnomevfssrc_open_file):
29194 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29195 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29196 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29197 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29198 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29199 * ext/mad/gstmad.c: (gst_mad_chain):
29200 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29201 * ext/mpeg2dec/gstmpeg2dec.c:
29202 * ext/mpeg2enc/gstmpeg2enc.cc:
29203 * ext/mplex/gstmplex.cc:
29204 * ext/mplex/gstmplexibitstream.cc:
29205 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29206 (gst_ogg_demux_push):
29207 * ext/raw1394/gstdv1394src.c:
29208 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29209 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29210 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29212 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29213 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29214 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29215 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29216 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29217 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29218 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29219 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29220 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29221 (gst_riff_read_element_data), (gst_riff_read_seek),
29222 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29223 * gst/adder/gstadder.c: (gst_adder_loop):
29224 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29225 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29226 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29227 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29228 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29229 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29230 * gst/goom/gstgoom.c: (gst_goom_chain):
29231 * gst/id3/gstid3types.c: (gst_id3types_loop):
29232 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29233 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29234 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29235 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29236 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29237 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29238 (gst_ebml_read_float), (gst_ebml_read_header):
29239 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29240 (gst_matroska_demux_parse_blockgroup):
29241 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29242 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29243 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29244 * gst/silence/gstsilence.c: (gst_silence_get):
29245 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29246 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29247 * gst/speed/gstspeed.c: (speed_loop):
29248 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29249 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29250 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29251 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29252 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29253 (gst_wavparse_loop):
29254 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29255 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29256 (dxr3audiosink_close):
29257 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29258 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29259 (dxr3videosink_close), (dxr3videosink_write_data):
29260 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29261 * sys/oss/gstosssink.c: (gst_osssink_chain):
29262 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29263 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29264 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29265 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29266 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29267 (gst_v4l_set_window), (gst_v4l_enable_overlay):
29268 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29269 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29270 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29271 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29272 (gst_v4l_set_audio):
29273 * sys/v4l/v4l_calls.h:
29274 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29275 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29276 (gst_v4lmjpegsink_playback_init),
29277 (gst_v4lmjpegsink_playback_start):
29278 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29279 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29280 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29281 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29282 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29283 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29284 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29285 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29286 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29287 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29288 (gst_v4l2_get_output), (gst_v4l2_set_output),
29289 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29290 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29291 (gst_v4l2_set_attribute):
29292 * sys/v4l2/v4l2_calls.h:
29293 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29294 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29295 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29296 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29297 (gst_v4l2src_capture_stop):
29298 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29299 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29300 (gst_ximagesink_chain):
29301 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29302 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29303 (gst_xvideosink_xwindow_new):
29304 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29305 (gst_xvimagesink_chain):
29307 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29309 * gst/volume/gstvolume.c: (gst_volume_set_volume),
29310 (gst_volume_get_volume), (volume_class_init), (volume_init),
29311 (volume_chain_int16), (volume_update_volume):
29312 * gst/volume/gstvolume.h:
29313 make code more readable by removing magic numbers
29314 make mixer interface export 0-100 range
29315 make it internally map to 0.0-1.0 range so users don't distort
29316 output by putting the sliders at full volume
29318 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29320 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29321 (gst_play_state_change), (gst_play_seek_to_time):
29322 block the tick callback for 0.5 secs after doing a seek
29324 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29326 * gst-libs/gst/play/play.c: (gst_play_new):
29329 2004-02-01 Julien MOUTTE <julien@moutte.net>
29331 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29332 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29333 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29334 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29335 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29336 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29338 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
29341 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29342 check for a function added in vorbis 1.1
29344 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29346 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29347 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29348 really start/stop clock only on PLAYING <=> PAUSED
29349 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29350 remove \n from debugging lines
29351 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29352 make it work when seeking does not
29353 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29356 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29358 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29359 start clock on PAUSED=>PLAYING, not later
29360 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29361 extract correct time for different discont formats
29362 (gst_alsa_sink_get_time):
29363 don't segfault when no format is negotiated yet, just return 0
29364 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29365 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29366 (gst_ogg_pad_push):
29367 handle flush and discont events correctly
29368 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29369 handle discont events correctly
29371 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
29373 * gst-libs/gst/play/play.c: (gst_play_error_quark),
29374 (gst_play_error_create), (gst_play_error_plugin),
29375 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29376 * gst-libs/gst/play/play.h:
29377 add error handling during creation
29378 * examples/gstplay/player.c: (main):
29379 use new gst_play_new
29382 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29384 * ext/theora/theoradec.c: (theora_dec_chain):
29386 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29387 (vorbis_dec_src_event), (vorbis_dec_chain):
29388 add encoder tag, fix tag reading to be more error tolerant, change
29389 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29390 gst_pad_event_default.
29391 * gst/tags/gstvorbistag.c:
29392 (gst_tag_list_from_vorbiscomment_buffer):
29393 undefine function specific define at end of function
29395 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
29397 * ext/flac/gstflac.c: (plugin_init):
29398 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29399 * ext/flac/gstflacdec.h:
29400 * ext/flac/gstflacenc.h:
29403 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
29405 * examples/gstplay/player.c: s/gstplay.h/play.h/
29407 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29409 * gst-libs/gst/play/Makefile.am:
29410 * gst-libs/gst/play/gstplay.c:
29411 * gst-libs/gst/play/gstplay.h:
29412 * gst-libs/gst/play/play.c:
29413 more surgery, operation complete
29415 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29417 * gst-libs/gst/play/play.old.c:
29418 * gst-libs/gst/play/play.old.h:
29419 after CVS surgery by moving, remove
29420 * gst-libs/gst/play/playpipelines.c:
29423 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29424 add negotiation error
29426 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29428 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29429 (gst_ogg_demux_push):
29430 add some seeking debug info
29431 send a flush when seeking
29433 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29439 * ext/theora/Makefile.am:
29440 * ext/theora/theoradec.c:
29441 add theora video decoder. Does just do simple decoding for now and
29442 has been tested against Theora cvs only. It only works when theora
29443 is compiled with --enable-static.
29444 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29445 always reset packetno on DISCONT
29447 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29449 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29452 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29454 * gst/mpegaudioparse/gstmpegaudioparse.c:
29455 (mp3_type_frame_length_from_header):
29456 Fix header parsing - stolen from ffmpeg (thank you! :) ).
29458 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29460 * ext/esd/esdsink.c: (gst_esdsink_init):
29461 Since we have static pad template caps, we don't need to negotiate;
29462 either the core errors out or we know the format.
29464 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29466 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29467 (gst_riff_read_seek):
29468 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29469 (gst_ebml_read_seek):
29470 Fix event handling.
29472 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29474 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29475 removee video/x-theora from vp3 decoder, it doesn't handle raw
29477 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29478 fix bug with finalizing element that never went to PAUSED
29479 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29480 length and position queries were swapped
29481 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29482 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29483 (vorbis_dec_src_event):
29484 implement querying time and bytes
29486 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29488 * just about every source file:
29489 gst_element_error -> GST_ELEMENT_ERROR
29491 2004-01-29 Julien MOUTTE <julien@moutte.net>
29493 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29494 emiting FLUSH and even before DISCONT.
29495 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29496 get the best instant seeking as possible yay!
29498 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
29500 * gst/mpeg1videoparse/gstmp1videoparse.c:
29501 (gst_mp1videoparse_real_chain):
29502 Committed wrong version last week... Grr... Didn't notice until now.
29504 2004-01-29 Julien MOUTTE <julien@moutte.net>
29506 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29507 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29508 have_xwindow_id signal in xwindow_create.
29510 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
29512 * ext/ogg/gstoggdemux.c:
29513 lots of changes - mainly support for chained bitstreams, seeking,
29514 querying and bugfixes of course
29515 * ext/vorbis/Makefile.am:
29516 * ext/vorbis/vorbisdec.c:
29517 * ext/vorbis/vorbisdec.h:
29518 add vorbisdec raw vorbis decoder
29519 * ext/vorbis/vorbis.c: (plugin_init):
29520 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29521 * gst/intfloat/Makefile.am:
29522 * gst/intfloat/float22int.c:
29523 * gst/intfloat/float22int.h:
29524 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29525 add float2intnew plugin. It converts multichannel interleaved float to
29526 multichannel interleaved int. The name should probably be changed.
29527 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29529 add typefinding for raw theora video so oggdemux can detect it.
29531 2004-01-28 Julien MOUTTE <julien@moutte.net>
29533 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29534 sink element first.
29535 * gst/videoscale/gstvideoscale.c:
29536 (gst_videoscale_handle_src_event): Fixing src event handler.
29538 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
29540 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29541 (gst_v4lsrc_open), (gst_v4lsrc_close),
29542 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29543 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29544 * sys/v4l/gstv4lsrc.h:
29545 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29546 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29547 Implement resizing... Hack. But that's why v4l is b0rked...
29549 2004-01-28 Julien MOUTTE <julien@moutte.net>
29551 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29552 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29553 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29554 (gst_ximagesink_xwindow_destroy):
29555 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29556 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29557 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29558 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29559 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29560 correctly cleaning the image created to check xshm calls on succes,
29561 added a lot of XSync calls in X11 functions, and fixed a segfault when
29562 no image format was defined before negotiation happened.
29564 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
29566 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29567 use gst_element_get_time to get correct time
29569 2004-01-28 Julien MOUTTE <julien@moutte.net>
29571 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29572 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29573 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29574 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29575 (gst_xvimagesink_check_xshm_calls),
29576 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29577 X plugins are now able to detect that XShm calls will fail even if the
29578 server claims that it has XShm support (remote displays most of the
29579 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29580 so that we use non XShm functions. This feature is almost useless for
29581 xvimagesink as Xv is not supported on remote displays anyway, but
29582 it might happen than even on the local display XShm calls fail.
29584 2004-01-27 David Schleef <ds@schleef.org>
29586 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29587 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29588 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
29589 changed esdsink to only use 44100,16,2, since esd sucks at rate
29590 conversion and esdsink has had difficulty negotiating.
29592 2004-01-27 Julien MOUTTE <julien@moutte.net>
29594 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29595 (gst_play_seek_to_time): Fixing the way to get current position.
29597 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29599 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29600 use gst_element_get_time to get correct time
29602 2004-01-27 Julien MOUTTE <julien@moutte.net>
29604 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29605 fix ever... Inverting 2 lines of code make spider autoplug correctly
29608 2004-01-27 David Schleef <ds@schleef.org>
29610 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29611 Use gst_pad_try_set_caps_nonfixed().
29613 2004-01-27 David Schleef <ds@schleef.org>
29615 * gst/ac3parse/gstac3parse.c: update to checklist 5
29616 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
29617 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29618 * gst/audioscale/gstaudioscale.c: same
29619 * gst/auparse/gstauparse.c: same
29620 * gst/avi/gstavidemux.c: same
29622 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29624 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29625 stop processing after EOS
29627 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29629 * gst/asfdemux/asfheaders.h:
29630 * gst/asfdemux/gstasfdemux.c:
29631 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29632 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29633 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29634 lot's of fixes to make data extraction simpler and get the code
29635 architecture and compiler independant. Add debugging category
29636 * gst/goom/gstgoom.c: (gst_goom_change_state):
29637 reset channel count on PAUSED=>READY, not READY=>PAUSED
29639 2004-01-26 Colin Walters <walters@verbum.org>
29641 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29642 code to pull a bigger buffer in iradio mode. This as a side effect
29643 makes typefinding work.
29645 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29647 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29648 Fix SVQ3 decoding on PPC
29650 2004-01-26 Julien MOUTTE <julien@moutte.net>
29652 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29653 that one managed to stay there... Fixed.
29655 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29657 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29658 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29659 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29660 (qtdemux_video_caps):
29661 * gst/qtdemux/qtdemux.h:
29662 Add SVQ3 specific flags to qtdemux and ffmpeg
29664 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29666 * gst-libs/gst/audio/audio.h:
29667 remove buffer-frames from audio caps
29668 * gst/audioconvert/gstaudioconvert.c:
29669 fix plugin to really work.
29671 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29673 * gst-libs/gst/mixer/mixer.c:
29674 * gst-libs/gst/propertyprobe/propertyprobe.c:
29675 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29676 (gst_tuner_find_channel_by_name):
29677 * gst-libs/gst/tuner/tuner.h:
29678 Add gtk-doc style comments. Also fix a function name.
29680 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29682 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29683 (gst_divxdec_negotiate):
29684 Fix for new capsnego - also fixes gst-player with divxdec.
29686 2004-01-25 Julien MOUTTE <julien@moutte.net>
29688 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29689 (gst_play_identity_handoff), (gst_play_set_location),
29690 (gst_play_set_visualization), (gst_play_connect_visualization): Another
29691 try in visualization implementation. Still have an issue with switch
29692 blocking when pulling from video_queue and only audio comes out of
29694 * gst/switch/gstswitch.c: (gst_switch_release_pad),
29695 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29696 release method. And check if the pad is usable before pulling.
29698 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29700 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29701 (gst_videobalance_init),
29702 (gst_videobalance_colorbalance_list_channels),
29703 (gst_videobalance_colorbalance_set_value),
29704 (gst_videobalance_colorbalance_get_value),
29705 (gst_videobalance_update_properties),
29706 (gst_videobalance_update_tables_planar411),
29707 (gst_videobalance_planar411):
29708 * gst/videofilter/gstvideobalance.h:
29709 Implement lookup-tables. +/- 10x faster.
29711 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29713 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29714 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29715 The index reading was broken. The rest worked fine, but the whole
29716 goal of my rewrite was to make avidemux readable, and this was
29717 not at all readable. Please use typed variables.
29719 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29721 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29722 Additional pad usability check.
29723 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29724 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29725 (gst_mp1videoparse_real_chain):
29726 Fix MPEG video stream parsing. The original plugin had several
29727 issues, including not timestamping streams where the source was
29728 not timestamped (this happens with PTS values in mpeg system
29729 streams, but MPEG video is also a valid stream on its own so
29730 that needs timestamps too). We use the display time code for that
29731 for now. Also, if one incoming buffer contains multiple valid
29732 frames, we push them all on correctly now, including proper EOS
29733 handling. Lastly, several potential segfaults were fixed, and we
29734 properly sync on new sequence/gop headers to include them in next,
29735 not previous frames (since they're header for the next frame, not
29736 the previous). Also see #119206.
29737 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29739 Move caps setting so we only do it after finding several valid
29740 MPEG-1 fraes sequentially, not right after the first one (which
29741 might be coincidental).
29742 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29743 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29745 Add unsynced MPEG video stream typefinding, and change some
29746 probability values so we detect streams rightly. The idea is as
29747 follows: I can have an unsynced system stream which contains
29748 video. In the current code, I would randomly get a type for either
29749 system or video stream type found, because the probabilities are
29750 being calculated rather randomly. I now use fixed values, so we
29751 always prefer system stream if that was found (and that is how it
29752 should be). If no system stream was found, we can still identity the stream as video-only.
29754 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29756 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29757 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29758 don't write to buffer. Extract data without the need of
29759 __attribute__ ((packed))
29761 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29763 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29764 (mpeg1_sys_type_find):
29765 Fix MPEG-1 stream typefinding.
29767 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29769 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29770 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29772 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29774 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29775 * ext/esd/gstesd.c: (plugin_init):
29776 private debugging, better error reporting
29778 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29780 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29781 (gst_riff_read_init), (gst_riff_read_change_state):
29782 * gst-libs/gst/riff/riff-read.h:
29783 Remove stuff fromold metadata system.
29785 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29787 * ext/ogg/gstoggdemux.c:
29788 Fix wrong file comment.
29789 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29790 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29791 Add metadata reading properly.
29793 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29796 Fix nas DIST_SUBDIRS
29798 Fix bug where make distcheck doesn't get run on adding stuff to
29801 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29803 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29804 * ext/divx/gstdivxdec.h:
29805 Fix divx3 ("msmpeg4") playback using divxdec.
29807 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29809 * gst/typefind/gsttypefindfunctions.c:
29810 (mp3_type_frame_length_from_header): fix bug in length computation
29811 (mp3_type_find): improve debugging output
29813 2004-01-23 Julien MOUTTE <julien@moutte.net>
29815 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29816 (gst_play_set_location), (gst_play_seek_to_time),
29817 (gst_play_set_audio_sink), (gst_play_set_visualization),
29818 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29819 the pipeline from scratch. Visualization is back and switch went out as
29820 i realized it was not possible to use the way i wanted.
29821 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29822 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29823 clearing in state change from READY to NULL. So that one can clean the
29824 X ressources keeping the element.
29825 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29826 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29827 (gst_xvimagesink_colorbalance_set_value),
29828 (gst_xvimagesink_colorbalance_get_value),
29829 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29830 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29831 change from READY to NULL and fixed some stupid bugs in colorbalance
29832 get/set values. Also added the following feature : when nobody tries to
29833 set some values to the colorbalance levels before the xcontext is
29834 grabbed, then when creating channels list from Xv attributes we set the
29835 internal values to the Xv defaults. This way we handle buggy Xv drivers
29836 that set default hue values far from the middle of the range (Thanks
29837 to Jon Trowbridge for pointing that issue).
29838 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29839 colorbalance levels have been set before xcontext is grabbed.
29841 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
29843 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29844 Fix the ossmixer case where we shouldn't open /dev/dsp* because
29845 it might block operations (which is bad for a mixer).
29847 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29849 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29850 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29851 (gmip_find_type_pre):
29852 * gst-libs/gst/media-info/media-info-priv.h:
29853 * gst-libs/gst/media-info/media-info.c:
29854 (gst_media_info_instance_init), (gst_media_info_read_idler):
29855 add fakesink to get caps on decoder src pad again
29856 fix callback prototype to match new have_type signal signature
29858 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29860 * gst/adder/gstadder.c: (gst_adder_link):
29861 fix non-compile and cut-n-paste code
29863 2004-01-21 David Schleef <ds@schleef.org>
29865 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29866 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29867 (gst_swfdec_init), (gst_swfdec_change_state):
29868 * ext/swfdec/gstswfdec.h:
29870 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29871 (gst_adder_request_new_pad): Fix negotiation.
29872 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29873 Add a fixate function.
29874 * gst/intfloat/gstfloat2int.c:
29875 * gst/intfloat/gstfloat2int.h:
29876 * gst/intfloat/gstint2float.c:
29877 * gst/intfloat/gstint2float.h:
29878 Completely rewrite the negotiation. Doesn't quite work yet,
29879 due to some buffer-frames problem.
29881 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
29883 * ext/gnomevfs/gstgnomevfssrc.c:
29884 * sys/v4l2/v4l2_calls.h:
29885 fix includes for distcheck
29887 2004-01-21 Christian Schaller <uraeus@gnome.org>
29890 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29891 based on earlier patch from Laurent Vivier
29893 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
29895 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29896 Fix wma caps property
29897 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29898 Fix typo (flags1 and flags2)
29900 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29902 * gst-libs/gst/media-info/media-info-priv.c:
29903 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29904 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29905 (gmip_find_stream), (gmip_find_track_metadata),
29906 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29907 (gmip_find_track_format):
29908 * gst-libs/gst/media-info/media-info-priv.h:
29909 * gst-libs/gst/media-info/media-info-test.c: (main):
29910 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29911 (gst_media_info_read_idler), (gst_media_info_read):
29912 * gst-libs/gst/media-info/media-info.h:
29913 register debugging category and use it for debugging
29915 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29917 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29918 (gst_vorbisfile_new_link):
29919 signal streaminfo through tags
29921 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29923 * ext/mplex/gstmplex.cc:
29924 * ext/mplex/gstmplexibitstream.cc:
29925 g++ doesn't like NULL in our i18n/error macros, should be
29926 either (NULL) or ("").
29928 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29930 * sys/dxr3/dxr3audiosink.c:
29931 * sys/dxr3/dxr3init.c:
29932 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29933 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29934 Fix more error error error errors (missing includes here).
29936 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29938 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29939 fix thomas' error errors.
29941 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29943 * ext/mpeg2enc/gstmpeg2enc.cc:
29946 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29948 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29949 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29950 Fix for new error system.
29952 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29954 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29955 fix for new error reporting
29957 2004-01-20 David Schleef <ds@schleef.org>
29959 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29960 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29961 (gst_ximagesink_set_xwindow_id): Change to using a framerate
29962 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29963 and neither is 100+, most likely.
29964 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29965 (gst_xvimagesink_getcaps): same
29967 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
29970 Up version requirement to 2.0.3 (not yet released) to avoid symbol
29971 clashes with ffmpeg.
29973 2004-01-20 Julien MOUTTE <julien@moutte.net>
29975 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29976 (gst_switch_init): Fixed switch element : proxying link and setting
29977 caps from src to sink on request.
29979 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29981 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29982 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29983 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29986 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29988 * sys/v4l/v4l_calls.h:
29989 * sys/v4l2/v4l2_calls.h:
29990 element_error fixes
29992 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29994 * gst-libs/gst/gst-i18n-plugin.h:
29996 remove config.h inclusion
29998 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30001 adding autopoint invocation
30004 * gst-libs/gst/gettext.h:
30005 adding gettext bits
30006 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
30007 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
30008 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30009 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30010 (gst_gnomevfssink_close_file):
30011 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
30012 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
30013 * gst-libs/gst/gst-i18n-plugin.h:
30014 * gst/avi/gstavi.c: (plugin_init):
30015 * sys/dxr3/dxr3init.c: (plugin_init):
30016 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
30017 * sys/oss/gstossaudio.c: (plugin_init):
30018 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30019 * sys/v4l/gstv4l.c: (plugin_init):
30020 * sys/v4l/v4l_calls.c: (gst_v4l_open):
30021 * sys/v4l2/gstv4l2.c: (plugin_init):
30022 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30023 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
30024 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
30025 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
30026 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
30027 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
30028 make sure locale and translation domain are set
30029 fix translated strings
30035 put translation files into place
30036 * sys/xvideo/imagetest.c: (main):
30037 * ext/dv/demo-play.c: (main):
30038 fix unnecessary translations
30040 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
30042 * ext/sndfile/gstsf.c:
30043 * gst/avi/gstavimux.c:
30044 * ext/audiofile/gstafsink.c:
30045 * ext/audiofile/gstafsrc.c:
30046 * ext/gnomevfs/gstgnomevfssink.c:
30047 * ext/gnomevfs/gstgnomevfssrc.c:
30048 * sys/oss/gstosselement.c:
30049 * sys/v4l/v4l_calls.h:
30052 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30054 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30055 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
30056 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
30057 (gst_v4l2_get_output), (gst_v4l2_set_output),
30058 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
30059 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
30060 (gst_v4l2_set_attribute):
30061 update to new error handling
30063 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30065 * ext/sidplay/gstsiddec.cc:
30066 * gst/modplug/gstmodplug.cc:
30067 parenthese NULL because C++ seems angry about it
30069 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30071 * gst-libs/gst/gst-i18n-plugin.h:
30072 add skeleton i18n stuff, but needs to be further implemented
30074 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
30076 * examples/gstplay/player.c: (main):
30077 * ext/aalib/gstaasink.c: (gst_aasink_open):
30078 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
30079 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30080 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30081 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30082 (gst_afsink_close_file):
30083 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30084 (gst_afsrc_close_file):
30085 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30086 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30087 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30088 * ext/esd/esdmon.c: (gst_esdmon_get):
30089 * ext/esd/esdsink.c: (gst_esdsink_chain):
30090 * ext/faac/gstfaac.c: (gst_faac_chain):
30091 * ext/faad/gstfaad.c: (gst_faad_chain):
30092 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30093 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30094 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30095 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30096 (gst_flacdec_loop):
30097 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30098 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30099 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30100 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30101 (gst_gnomevfssink_close_file):
30102 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30103 (gst_gnomevfssrc_open_file):
30104 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30105 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30106 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30107 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30108 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30109 * ext/mad/gstmad.c: (gst_mad_chain):
30110 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30111 * ext/mpeg2dec/gstmpeg2dec.c:
30112 * ext/mpeg2enc/gstmpeg2enc.cc:
30113 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30114 * ext/mplex/gstmplex.cc:
30115 * ext/mplex/gstmplexibitstream.cc:
30116 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30117 (gst_ogg_demux_push), (gst_ogg_pad_push):
30118 * ext/raw1394/gstdv1394src.c:
30119 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30120 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30121 * ext/sidplay/gstsiddec.cc:
30122 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30124 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30125 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30126 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30127 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30128 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30129 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30130 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30131 * gst-libs/gst/Makefile.am:
30132 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30133 (gst_riff_read_element_data), (gst_riff_read_seek),
30134 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30135 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30136 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30137 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30138 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30139 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30140 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30141 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30142 * gst/goom/gstgoom.c: (gst_goom_chain):
30143 * gst/id3/gstid3types.c: (gst_id3types_loop):
30144 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30145 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30146 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30147 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30148 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30149 (gst_ebml_read_float), (gst_ebml_read_header):
30150 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30151 (gst_matroska_demux_parse_blockgroup):
30152 * gst/modplug/gstmodplug.cc:
30153 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30154 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30155 * gst/oneton/gstoneton.c: (gst_oneton_chain):
30156 * gst/silence/gstsilence.c: (gst_silence_get):
30157 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30158 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30159 * gst/speed/gstspeed.c: (speed_loop):
30160 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30161 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30162 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30163 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30164 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30165 (gst_wavparse_loop):
30166 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30167 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30168 (dxr3audiosink_close):
30169 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30170 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30171 (dxr3videosink_close), (dxr3videosink_write_data):
30172 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30173 * sys/oss/gstosselement.h:
30174 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30175 (gst_osssink_chain):
30176 * sys/oss/gstosssrc.c: (gst_osssrc_get):
30177 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30178 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30179 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30180 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30181 (gst_v4l_enable_overlay):
30182 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30183 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30184 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30185 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30186 (gst_v4l_set_audio):
30187 * sys/v4l/v4l_calls.h:
30188 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30189 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30190 (gst_v4lmjpegsink_playback_init),
30191 (gst_v4lmjpegsink_playback_start):
30192 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30193 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30194 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30195 (gst_v4lmjpegsrc_requeue_frame):
30196 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30197 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30198 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30199 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30200 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30201 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30202 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30203 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30204 (gst_v4l2src_capture_stop):
30205 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30206 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30207 (gst_ximagesink_chain):
30208 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30209 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30210 (gst_xvideosink_xwindow_new):
30211 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30212 (gst_xvimagesink_chain):
30213 use new error signal, function and categories
30215 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
30219 * ext/musicbrainz/gsttrm.c:
30220 * ext/musicbrainz/gsttrm.h:
30221 * ext/musicbrainz/Makefile.am:
30224 2004-01-18 Julien MOUTTE <julien@moutte.net>
30226 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30227 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30228 synchronous property for debugging.
30229 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30230 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30231 (gst_xvimagesink_set_property): Moving a pointer declaration to a
30232 smaller block, fixing indent.
30234 2004-01-16 David Schleef <ds@schleef.org>
30236 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30237 property affects the video stream.
30238 * sys/xvimage/xvimagesink.c:
30239 * sys/xvimage/xvimagesink.h:
30240 Add synchronous property for debugging. Should probably be
30241 disabled in non-CVS builds. Make sure that the Xv attribute
30242 exists before we set it (crash!). Fix a silly float bug that
30243 caused colorbalance to just not work.
30245 2004-01-17 Christian Schaller <Uraeus@gnome.org>
30247 * tools/gst-launch-ext.in - update for new plugins
30249 2004-01-16 David Schleef <ds@schleef.org>
30251 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30252 already-freed caps.
30254 2994-01-16 Christian Schaller <Uraeus@gnome.org>
30256 * Update spec for new colorspace plugin and libcaca plugin
30257 * Fix compilation of libcaca plugin (clock -> id)
30259 2004-01-16 Julien MOUTTE <julien@moutte.net>
30261 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30262 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30263 (gst_xvimagesink_set_xwindow_id),
30264 (gst_xvimagesink_colorbalance_set_value),
30265 (gst_xvimagesink_colorbalance_get_value),
30266 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30267 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30268 correct colorbalance properties. They can now be set when the element
30269 is still in NULL state. The values will be committed to the Xv Port
30270 when xcontext is initialized.
30271 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30272 brightness int values in the GstXvImagesink structure.
30274 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30276 * gst-libs/gst/Makefile.am:
30277 restructure so having local patches works easier.
30279 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30281 * ext/mpeg2enc/Makefile.am:
30282 * ext/mpeg2enc/gstmpeg2enc.cc:
30283 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30284 Bugfix with respect to EOS handling.
30286 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30288 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30289 Link with right caps (else, it segfaults).
30290 * ext/mplex/gstmplexjob.cc:
30291 Fix for slight API change in 1.6.1.93 release of mjpegtools.
30293 2004-01-15 David Schleef <ds@schleef.org>
30295 * gst-libs/gst/audio/Makefile.am:
30296 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30298 * gst-libs/gst/audio/gstaudiofilter.c:
30299 * gst-libs/gst/audio/gstaudiofilter.h:
30300 Add bytes_per_sample and size and n_samples calculation.
30301 * gst-libs/gst/audio/gstaudiofilterexample.c:
30302 Remove, now autogenerated.
30303 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30304 Moved from gstaudiofilterexample, object name changed, code added
30305 so that it actually works.
30306 * gst-libs/gst/audio/make_filter:
30307 Script to build an audiofilter subclass from the template.
30308 * gst/colorspace/Makefile.am:
30309 * gst/colorspace/yuv2yuv.c:
30310 Remove file, since it's GPL, and we don't use it.
30312 2004-01-15 Julien MOUTTE <julien@moutte.net>
30314 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30315 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30316 them use the buffer free function to test how the buffer was allocated.
30318 2004-01-15 David Schleef <ds@schleef.org>
30320 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30321 that handles osssink fallback.
30322 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30323 (gst_audio_convert_getcaps):
30324 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30325 Add audio/x-qdm2 for QDM2 audio.
30326 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30327 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30328 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30329 Decrease minimum size to 16x16.
30330 * gst/wavparse/gstwavparse.c:
30331 Convert disabled pad template caps to new caps.
30332 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30333 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30334 (gst_xvimagesink_chain): Throw element error when display cannot
30335 be opened. Increase minimum framerate to 1.0. Check the data
30336 free function on a buffer to make sure it is the type we expect
30337 before manipulating it.
30339 2004-01-15 Julien MOUTTE <julien@moutte.net>
30341 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30342 (gst_videobalance_colorbalance_set_value): Implement passthru if
30343 settings are in the middle.
30344 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30346 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30348 * gst/videofilter/Makefile.am:
30349 * gst/volume/Makefile.am:
30350 Since we use videofilter symbols, link to it.
30352 2004-01-15 Julien MOUTTE <julien@moutte.net>
30354 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30355 mixer interface type to HARDWARE.
30356 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30358 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30359 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30360 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30361 (gst_volume_interface_init), (gst_volume_list_tracks),
30362 (gst_volume_set_volume), (gst_volume_get_volume),
30363 (gst_volume_set_mute), (gst_volume_mixer_init),
30364 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30365 (volume_init): Implementing mixer interface.
30366 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30367 * sys/oss/gstosselement.c: (gst_osselement_get_type),
30368 (gst_osselement_change_state): Removing some trailing commas in
30370 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30371 interface type to HARDWARE.
30372 * sys/v4l/gstv4lcolorbalance.c:
30373 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30375 * sys/v4l2/gstv4l2colorbalance.c:
30376 (gst_v4l2_color_balance_interface_init): Setting colorbalance
30377 interface type to HARDWARE.
30378 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30379 same code than ximagesink for event handling.
30381 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30383 * ext/snapshot/Makefile.am:
30384 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30385 (gst_snapshot_chain):
30386 * ext/snapshot/gstsnapshot.h:
30387 This has to be a joke... Snapshot should be connected to a tee,
30388 colorspace element before it and EOS after that, where the other
30389 src of the tee receives normal data.
30390 The current way is *wrong*.
30392 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30394 * ext/hermes/gsthermescolorspace.c:
30395 Fix another compile error. Same as below.
30397 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30399 * gst/colorspace/gstcolorspace.c:
30400 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30401 (gst_colorspace_i420_to_yv12):
30402 Fix compiling... Didn't test if it actually works.
30404 2004-01-15 David Schleef <ds@schleef.org>
30407 * gst/colorspace/Makefile.am:
30408 * gst/colorspace/gstcolorspace.c:
30409 * gst/colorspace/gstcolorspace.h:
30410 * gst/colorspace/yuv2rgb.c:
30411 * gst/colorspace/yuv2rgb.h:
30412 Duplicate the ext/hermes colorspace plugin, and remove Hermes
30413 code and GPL code. Fix for new caps negotiation. Rewrite
30414 much of the format handling code, and some of the conversion
30415 code. Basically, rewrote almost everything. This element
30416 handles I420, YV12 to RGB conversions.
30417 * ext/hermes/Makefile.am:
30418 * ext/hermes/gsthermescolorspace.c:
30419 Rename colorspace to hermescolorspace. Fix negotiation issues.
30420 Remove non-Hermes related code. This element handles lots of
30421 RGB to RGB conversions, but no YUV.
30422 * ext/hermes/gstcolorspace.c:
30423 * ext/hermes/gstcolorspace.h:
30424 * ext/hermes/rgb2yuv.c:
30425 * ext/hermes/yuv2rgb.c:
30426 * ext/hermes/yuv2rgb.h:
30427 * ext/hermes/yuv2rgb_mmx16.s:
30428 * ext/hermes/yuv2yuv.c:
30429 * ext/hermes/yuv2yuv.h:
30432 2004-01-14 Colin Walters <walters@verbum.org>
30434 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30435 they've already been.
30437 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30439 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30440 assume tag mode when pad is not connected
30442 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30444 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30445 Don't update the time of the clock
30446 (gst_alsa_sink_loop):
30447 sync to the clock given to alsasink, not the own clock
30448 * sys/oss/gstosssink.c: (gst_osssink_chain):
30450 (gst_osssink_change_state):
30452 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30453 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30454 remove bogus code that made DISCONT events unhandled
30455 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30456 explicitly case to double in _set_simple. (fixes 2nd warning in bug
30458 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30459 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30460 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30461 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30462 2nd warning in bug #131502)
30464 2004-01-14 Julien MOUTTE <julien@moutte.net>
30466 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30467 (gst_videobalance_colorbalance_set_value),
30468 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30469 for colorbalance interface implementation.
30470 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30471 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30472 (gst_ximagesink_dispose), (gst_ximagesink_init),
30473 (gst_ximagesink_class_init): Adding DISPLAY property.
30474 * sys/ximage/ximagesink.h: Adding display_name to store display.
30475 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30476 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30477 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30478 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30479 properties (they still need polishing though for gst-launch use : no
30480 xcontext yet, i ll do that tomorrow).
30481 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30483 2004-01-14 Julien MOUTTE <julien@moutte.net>
30485 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30486 (gst_play_set_location), (gst_play_set_visualization): Preparing
30487 switch integration, adding videobalance in the pipeline.
30489 2004-01-14 Julien MOUTTE <julien@moutte.net>
30491 * gst-libs/gst/colorbalance/colorbalance.c:
30492 (gst_color_balance_class_init): Adding a default type.
30493 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30495 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30496 (gst_videobalance_dispose), (gst_videobalance_class_init),
30497 (gst_videobalance_init), (gst_videobalance_interface_supported),
30498 (gst_videobalance_interface_init),
30499 (gst_videobalance_colorbalance_list_channels),
30500 (gst_videobalance_colorbalance_set_value),
30501 (gst_videobalance_colorbalance_get_value),
30502 (gst_videobalance_colorbalance_init): Implementing colorbalance
30504 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30506 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30507 bug which was triggering a BadAccess X error when setting an overlay
30508 before pad was really negotiated.
30509 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30510 Using the colorbalance type macro.
30512 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30514 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30515 (gst_flacenc_chain):
30516 handle tags correctly
30517 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30518 extract ID3v1 tags correctly
30520 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30522 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30524 Improve matroska typefinding for odd-typed headers...
30526 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30528 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30529 Fix for using incremental number on padnames.
30531 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30533 * ext/divx/gstdivxdec.c:
30534 * ext/divx/gstdivxenc.c:
30535 Set category to divx4linux instead of divx (too generic).
30536 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30537 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30538 (gst_wavparse_loop), (gst_wavparse_change_state):
30539 * gst/wavparse/gstwavparse.h:
30540 fix parsing of WAV files with non-standard fmt-tag size and fix
30541 skipping of unrecognized chunks... Someone please fix this thing
30542 to use rifflib so all this is automated.
30543 * sys/v4l/Makefile.am:
30544 * sys/v4l2/Makefile.am:
30545 Add X_CFLAGS because we depend on X (for overlay).
30547 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
30549 * ext/mpeg2dec/gstmpeg2dec.c:
30550 Don't issue a timestamp unless we tagged the frame
30553 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30555 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30556 Query the audio element to get the time, not the clock. We're
30557 interested in the element's time here.
30559 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30561 * ext/aalib/gstaasink.c: (gst_aasink_chain):
30562 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30563 * ext/esd/esdsink.c: (gst_esdsink_chain):
30564 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30565 * ext/mas/massink.c: (gst_massink_chain):
30566 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30567 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30568 (gst_matroska_demux_parse_metadata):
30569 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30570 (gst_mpeg_parse_release_locks):
30571 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30572 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30573 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30574 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30575 (gst_osssink_change_state):
30576 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30577 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30578 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30579 (gst_xvideosink_release_locks):
30580 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30582 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30583 (gst_alsa_clock_stop):
30584 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30585 (gst_audio_clock_get_internal_time):
30586 simplify for use with new clocking code.
30587 * testsuite/alsa/Makefile.am:
30588 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30589 fix testsuite for new caps system
30591 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30593 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30594 * ext/flac/gstflacenc.c: (add_one_tag):
30595 length is already host endian, no need to convert. Fixes playback of
30596 tagged files on PPC. (bug #128384)
30598 2004-01-13 Julien MOUTTE <julien@moutte.net>
30600 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30601 colorbalance interface stating if it is hardware based or software
30603 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30604 Removing a trailing comma.
30605 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30606 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30607 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30608 the documentation seems to be wrong on the -1000 to 1000 interval.
30610 2004-01-12 David Schleef <ds@schleef.org>
30612 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30613 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30614 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30615 Fix negotiation. Add a bufferalloc function for the sink pad,
30616 and generally clean up some of the code.
30618 2004-01-12 Julien MOUTTE <julien@moutte.net>
30620 * gst-libs/gst/colorbalance/colorbalancechannel.c:
30621 (gst_color_balance_channel_dispose): Adding safety check in dispose
30623 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30624 (gst_xvimagesink_xcontext_clear),
30625 (gst_xvimagesink_interface_supported),
30626 (gst_xvimagesink_colorbalance_list_channels),
30627 (gst_xvimagesink_colorbalance_set_value),
30628 (gst_xvimagesink_colorbalance_get_value),
30629 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30630 Adding colorbalance interface support to set XV parameters such as
30631 HUE, BRIGHTNESS, CONTRAST, SATURATION.
30632 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30635 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30637 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30638 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30639 (gst_audio_convert_init), (gst_audio_convert_set_property),
30640 (gst_audio_convert_get_property), (gst_audio_convert_chain),
30641 (gst_audio_convert_link),
30642 (gst_audio_convert_buffer_to_default_format),
30643 (gst_audio_convert_buffer_from_default_format), (plugin_init):
30644 - implement _getcaps and use it
30646 - remove float caps since no float conversion is actually done
30647 - remove properties and arguments that were to be used for rate
30650 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30652 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30653 (gst_audio_structure_set_int):
30654 * gst-libs/gst/audio/audio.h:
30655 add helper functions for _getcaps matching the standard audio
30658 2004-01-12 David Schleef <ds@schleef.org>
30660 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30661 Test that pad is negotiated before getting its caps.
30663 2004-01-12 Julien MOUTTE <julien@moutte.net>
30665 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30666 analyzing the pads of an element the bin is mostly in READY state so
30667 no caps were negotiated. This helper function needs to work with
30668 _get_caps directly then. I was not freeing them though, added that to
30671 2004-01-12 Julien MOUTTE <julien@moutte.net>
30673 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30674 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30675 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30676 than the free_func.
30678 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30680 * sys/oss/gstossaudio.c: (plugin_init):
30681 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30682 * sys/oss/gstosselement.h:
30683 make an oss debugging category
30684 make failure more descriptive
30686 2004-01-11 David Schleef <ds@schleef.org>
30688 * ext/ffmpeg/gstffmpeg.c:
30689 * ext/ffmpeg/gstffmpegcodecmap.c:
30690 * ext/ffmpeg/gstffmpegdec.c:
30691 * ext/ffmpeg/gstffmpegenc.c:
30692 * ext/ffmpeg/gstffmpegprotocol.c:
30693 * ext/gdk_pixbuf/gstgdkanimation.c:
30694 * ext/jpeg/gstjpeg.c:
30695 * ext/libpng/gstpng.c:
30696 * ext/mpeg2dec/perftest.c:
30697 * ext/speex/gstspeex.c:
30698 * gst-libs/gst/resample/dtos.c:
30699 * gst/intfloat/gstintfloatconvert.c:
30700 * gst/oneton/gstoneton.c:
30701 * gst/rtjpeg/RTjpeg.c:
30702 * gst/rtp/gstrtp.c:
30703 * sys/dxr3/dxr3init.c:
30704 * sys/glsink/gstgl_nvimage.c:
30705 * sys/glsink/gstgl_pdrimage.c:
30706 * sys/glsink/gstglsink.c:
30707 * testsuite/gst-lint:
30708 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30710 2004-01-11 David Schleef <ds@schleef.org>
30712 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30713 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30714 * ext/gdk_pixbuf/gstgdkanimation.c:
30715 (gst_gdk_animation_iter_create_pixbuf):
30716 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30717 (gst_gdk_pixbuf_chain):
30718 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30719 * ext/jack/gstjack.c: (gst_jack_change_state):
30720 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30721 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30722 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30723 * gst/videofilter/gstvideofilter.c:
30724 (gst_videofilter_set_output_size):
30725 Remove all usage of gst_pad_get_caps(), and replace it with
30726 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30728 2004-01-11 David Schleef <ds@schleef.org>
30731 * ext/Makefile.am: Fixes to make ext/libcaca compile.
30732 * ext/divx/gstdivxdec.c:
30733 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30734 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30735 handle images that span multiple buffers. Now work with both
30736 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30737 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30738 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30739 video/video.h changes
30740 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30741 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30742 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30743 of GstData free function.
30744 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30747 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30749 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30750 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30751 (gst_v4l2element_get_property):
30752 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30753 add norm, channel and frequency properties.
30754 * sys/v4l2/gstv4l2tuner.c:
30755 fixes for tuner interface changes
30756 * sys/v4l2/gstv4l2element.h:
30757 * sys/v4l2/gstv4l2src.c:
30758 * sys/v4l2/gstv4l2src.h:
30759 * sys/v4l2/v4l2src_calls.c:
30760 * sys/v4l2/v4l2src_calls.h:
30761 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30763 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30765 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30766 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30767 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30768 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30769 * gst-libs/gst/tuner/tuner.h:
30770 GObjects aren't const.
30771 Add find_by_name functions.
30772 Add checks to _changed functions.
30773 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30774 (gst_v4l_tuner_get_norm):
30777 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30779 * gst-libs/gst/video/video.h:
30780 Fix caps template names to be understandable.
30781 Prefix everything with GST_VIDEO.
30782 * ext/aalib/gstaasink.c:
30783 * ext/divx/gstdivxdec.c:
30784 * ext/divx/gstdivxenc.c:
30785 * ext/gdk_pixbuf/gstgdkpixbuf.c:
30786 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30787 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30788 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30789 * ext/libcaca/gstcacasink.c:
30790 * ext/libpng/gstpngenc.c: (raw_caps_factory):
30791 * ext/snapshot/gstsnapshot.c:
30792 * ext/swfdec/gstswfdec.c:
30793 * ext/xvid/gstxviddec.c:
30794 * ext/xvid/gstxvidenc.c:
30795 * gst/chart/gstchart.c:
30796 * gst/deinterlace/gstdeinterlace.c:
30797 * gst/effectv/gsteffectv.c:
30798 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30799 * gst/goom/gstgoom.c:
30800 * gst/median/gstmedian.c:
30801 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30802 (gst_monoscope_srcconnect), (gst_monoscope_chain):
30803 * gst/overlay/gstoverlay.c:
30804 * gst/smooth/gstsmooth.c:
30805 * gst/smpte/gstsmpte.c:
30806 * gst/synaesthesia/gstsynaesthesia.c:
30807 * gst/videocrop/gstvideocrop.c:
30808 * gst/videodrop/gstvideodrop.c:
30809 * gst/y4m/gsty4mencode.c:
30810 * sys/qcam/gstqcamsrc.c:
30811 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30812 Make them work with new video.h file.
30813 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30814 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30815 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30816 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30817 Make it work with new buffer allocation system.
30819 2004-01-11 Julien MOUTTE <julien@moutte.net>
30821 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30822 pad_alloc_buffer implementation to use ->srcpad
30823 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30824 pad_alloc_buffer implementation to use ->srcpad
30825 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
30826 pad_alloc_buffer implementation to use ->srcpad
30827 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30828 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30829 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30830 a reference to everything we need.
30831 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30832 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30833 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30834 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30835 a reference to everything we need.
30836 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30838 2004-01-11 David Schleef <ds@schleef.org>
30840 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30841 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30842 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30844 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30845 value during a resize/renegotiation.
30846 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30847 gst_pad_alloc_buffer();
30848 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30849 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30851 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30852 Fix for rename of buffer private structure members.
30853 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30854 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30855 Fix for rename of buffer private structure members.
30856 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30857 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30858 Fix for rename of buffer private structure members.
30860 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
30862 reviewed by: David Schleef <ds@schleef.org>
30864 * gst/videofilter/Makefile.am:
30865 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
30866 from the patch by ds to fit in with recent make_filter changes.
30868 2004-01-11 Julien MOUTTE <julien@moutte.net>
30870 * configure.ac: Adding examples/switch/Makefile
30871 * examples/Makefile.am: Adding examples/switch
30872 * examples/switch/Makefile.am: Adding switcher example.
30873 * examples/switch/switcher.c: (got_eos), (idle_iterate),
30874 (switch_timer), (main): Adding an example demonstrating switch usage
30875 with 2 videotestsrc showing different patterns.
30876 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30877 (gst_switch_init): Fixing switch with the new caps system.
30879 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30881 * gst-libs/gst/video/video.h:
30882 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30883 They should probably be like
30884 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30886 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30888 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30889 (qtdemux_parse_trak):
30890 fix audio chunk size/timestamp calculation
30892 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30894 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30897 2004-01-11 Steve Baker <steve@stevebaker.org>
30899 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30900 (gst_agingtv_base_init), (gst_agingtv_class_init),
30901 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30902 (gst_agingtv_set_property), (gst_agingtv_get_property):
30903 Port agingTV to videofilter
30905 2004-01-09 Julien MOUTTE <julien@moutte.net>
30907 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30908 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30910 2004-01-09 Julien MOUTTE <julien@moutte.net>
30912 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30913 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30914 * gst-libs/gst/xoverlay/xoverlay.c:
30915 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30916 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30917 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30918 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30919 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30920 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30921 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30922 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30923 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30924 interface implementation to handle xid being 0 and fix some bugs
30925 triggered by Benjamin's testcase.
30926 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30927 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30928 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30929 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30930 interface implementation to handle xid being 0 and fix some bugs
30931 triggered by Benjamin's testcase.
30933 2004-01-09 David Schleef <ds@schleef.org>
30935 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
30936 mouse pointer events. It works.
30938 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
30940 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30941 Use explicit caps - fix capsnego.
30942 * ext/xvid/gstxviddec.c:
30943 * ext/xvid/gstxvidenc.c:
30944 Remove macro-inside-macro which caused compile errors.
30945 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30946 Error out if it's not a RIFF file. Else we error out without
30947 gst_element_error() which is not good...
30949 2004-01-08 David Schleef <ds@schleef.org>
30951 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30952 Fix pad_link function to handle formats that ffmpeg returns
30953 as multiple caps structures.
30954 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30955 Only complain if source buffer is _smaller_ than expected.
30956 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30957 (gst_videoscale_handle_src_event): Resize navigation events
30958 when passing them upstream.
30959 * gst/videotestsrc/gstvideotestsrc.c:
30960 * gst/videotestsrc/gstvideotestsrc.h:
30961 * gst/videotestsrc/videotestsrc.c:
30962 * gst/videotestsrc/videotestsrc.h:
30963 Rewrite many of the buffer painting functions to handle odd
30964 sizes (for many formats, size%4!=0 or size%8!=0). Most have
30965 been verified to work with my video card.
30966 * testsuite/gst-lint: Add check for elements calling
30967 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30969 2004-01-08 David Schleef <ds@schleef.org>
30971 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30972 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30974 2004-01-08 Julien MOUTTE <julien@moutte.net>
30976 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30977 configure event is not emiting the desired size signal. That fixes
30978 aspect ratio issues with gst-player.
30980 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
30982 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30985 2004-01-08 Julien MOUTTE <julien@moutte.net>
30987 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30988 public method to fire size signal.
30990 2004-01-07 Julien MOUTTE <julien@moutte.net>
30992 * examples/gstplay/Makefile.am: Adding the interface library.
30993 * gst-libs/gst/play/Makefile.am: Adding the interface library.
30994 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
30995 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30996 GST_IS_X_OVERLAY before signal connect.
30997 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30998 Removing the have_video_size signal.
30999 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
31000 and associated public method.
31001 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31002 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
31004 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31005 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
31007 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
31008 Using XOverlay public method to fire size signal.
31010 2004-01-07 David Schleef <ds@schleef.org>
31012 * gst/videofilter/Makefile.am:
31013 * gst/videofilter/gstvideotemplate.c:
31014 * gst/videofilter/make_filter:
31015 Create gstvideoexample.c in a srcdir!=builddir friendly way.
31016 Convert make_filter to /bin/sh script.
31018 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
31020 * gst/modplug/gstmodplug.cc: fix element description
31022 2004-01-07 Julien MOUTTE <julien@moutte.net>
31024 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31025 (got_video_size): Adding some new lines in g_print calls.
31026 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31027 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
31028 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
31029 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
31030 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
31031 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
31032 Complete code review, reverting some stuff i disagree with, adding
31033 some fixes : time synchronization on invalid timestamps, renegotiation
31035 * sys/ximage/ximagesink.h:
31036 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
31037 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
31038 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
31039 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
31040 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31041 (gst_xvimagesink_buffer_new),
31042 (gst_xvimagesink_navigation_send_event),
31043 (gst_xvimagesink_set_xwindow_id),
31044 (gst_xvimagesink_get_desired_size),
31045 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
31046 stuff i disagree with, adding some fixes : Renegotiation of private
31047 window, implementing get_desired_size.
31049 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
31051 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
31052 (gst_afsink_handle_event):
31053 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
31054 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
31055 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
31056 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
31057 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
31058 Fix for instantiate-test (see core). Also remove dead code from
31059 jpegenc (which still needs fixing, but that's lower on my TODO
31061 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
31062 Never return NULL as caps.
31064 2004-01-07 David Schleef <ds@schleef.org>
31068 * ext/librfb/Makefile.am:
31069 * ext/librfb/gstrfbsrc.c:
31070 New source plugin based on librfb-0.1. RFB (remote framebuffer)
31071 is the protocol used by VNC.
31073 2004-01-07 David Schleef <ds@schleef.org>
31075 * gst/videofilter/gstvideotemplate.c:
31076 * gst/videofilter/gstvideotemplate.h:
31077 * gst/videofilter/make_filter:
31078 Merge videotemplate header into source file.
31079 * gst/effectv/Makefile.am:
31080 * gst/effectv/gsteffectv.c: (plugin_init):
31081 * gst/effectv/gstwarp.c:
31082 Make warpTV a subclass of videofilter.
31084 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
31086 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31087 Add guard against invalid utf-8 conversions in mad. Just in case.
31089 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
31091 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31092 Fix for bug shown by poisoning
31094 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31096 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31097 (gst_v4lmjpegsrc_buffer_free):
31098 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31099 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31100 (gst_v4lsrc_buffer_free):
31101 Fix for removed bufferpools.
31103 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
31105 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31106 Fix caps negotiation.
31108 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31109 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31110 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31112 * ext/mpeg2dec/gstmpeg2dec.c:
31113 * gst-libs/gst/navigation/navigation.c:
31114 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31115 * gst-libs/gst/navigation/navigation.h:
31116 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31117 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31118 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31119 Super-simple first version of mouse and keyboard events. Clicking
31120 on a DVD menu now works, although it may not take you where you
31123 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31124 * gst/videotestsrc/gstvideotestsrc.c:
31125 (gst_videotestsrc_src_fixate):
31126 These fixate functions were broken - they never actually
31129 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31131 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31132 (gst_icecastsend_init):
31133 fix for new caps system.
31134 * gst-libs/gst/mixer/mixertrack.h:
31135 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31136 Add 'master track' flag (for tools like ACME that only want to
31137 change the main volume).
31139 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
31141 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31142 (gst_xvid_csp_to_caps):
31143 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31144 * ext/xvid/gstxvidenc.c:
31145 ifdef out ARGB type when it isn't available
31146 in xvidcore 1.0.0beta2
31148 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31150 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31151 When we have received a new SCR right in the first buffer after
31152 a seek (so in the same cycle that handles the discont), we should
31153 handle the buffer instead of unreffing it, else we lose data.
31155 2004-01-06 Iain <iain@prettypeople.org>
31157 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31158 buffer-frames caps too.
31160 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31161 caps that we need, don't destroy them all and rebuild them. And when
31162 creating src pads, use the src pad template rather than the sink...
31164 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
31166 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31167 Add pad to element *after* setting functions such as event handler.
31168 Without this, the scheduler (opt) will link pads, set the event
31169 handler from the default event function (dispatcher in gstpad.c)
31170 and *after* that, we will set our own event function, which will
31171 thus never be used (and thus mpegdemux doesn't handle events).
31173 2004-01-04 David Schleef <ds@schleef.org>
31175 Fix the fixate functions to handle new prototype:
31176 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31177 * gst/videotestsrc/gstvideotestsrc.c:
31178 (gst_videotestsrc_src_fixate):
31179 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31180 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31181 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31183 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31185 * sys/ximage/ximagesink.h:
31186 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31187 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31188 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31189 (gst_ximagesink_xoverlay_init):
31190 assorted fixes to make (re)embedding work
31191 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31192 (gst_ximagesink_get_desired_size):
31193 implement desired size additions to XOverlay
31195 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31197 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31198 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31199 (gst_x_overlay_got_desired_size):
31200 * gst-libs/gst/xoverlay/xoverlay.h:
31201 Add optional "desired size" signal and querying.
31203 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31205 * gst/matroska/matroska-demux.c:
31206 (gst_matroska_demux_parse_blockgroup):
31207 Fix EBML-laced block parsing. Diffs are relative to previous
31208 lace, not the first lace. Thanks to Mosu from the Matroska
31209 team for detecting this.
31210 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31211 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31212 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31213 (gst_wavparse_change_state):
31214 * gst/wavparse/gstwavparse.h:
31215 Quickfix for capsnego.
31217 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31219 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31220 Fix indenting, fix pad creation.
31222 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31224 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31225 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31226 (gst_xviddec_sink_link):
31227 Implement src_getcaps() so proper size caps is negotiated.
31229 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31231 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31232 Finish flac decoder on EOS. See #116178.
31234 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31236 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31237 (gst_matroska_demux_add_stream):
31238 * gst/matroska/matroska-ids.h:
31239 Add getcaps() function to fix capsnego...
31241 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31243 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31244 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31245 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31246 Fix more integer overflows. Again, see #126967.
31248 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31250 * ext/mpeg2dec/gstmpeg2dec.c:
31251 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31254 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31257 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31258 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31259 * ext/xvid/gstxvid.h:
31260 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31261 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31262 (gst_xviddec_src_link), (gst_xviddec_sink_link),
31263 (gst_xviddec_change_state):
31264 * ext/xvid/gstxviddec.h:
31265 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31266 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31267 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31268 (gst_xvidenc_link), (gst_xvidenc_set_property),
31269 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31270 * ext/xvid/gstxvidenc.h:
31271 Update xvid plugin to latest xvid (1.0.0-beta3) API.
31273 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31275 * gst/rtp/rtp-packet.c:
31276 Add sys/types.h include, since OS X doesn't define in_addr_t
31277 in netinet/in.h, like it does on Linux (see #129600).
31279 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
31281 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
31283 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31284 Correct logic of dispose function (see #129306).
31286 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31288 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31289 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31290 (gst_mpeg_parse_init):
31291 * gst/mpegstream/gstmpegparse.h:
31292 Remove clock (which was never provided, i.e. dead code), and
31293 also fix integer overflows at high PTS values (see #126967).
31295 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31297 * ext/flac/gstflacdec.c:
31298 * ext/libpng/gstpngenc.h:
31299 * ext/mikmod/gstmikmod.h:
31300 OS X fixes (see #126628).
31302 2004-01-02 David Schleef <ds@schleef.org>
31304 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31305 (gst_alsa_src_base_init): Remove bogus "src" request pad.
31306 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31307 (gst_mpeg_parse_class_init): Move pad template registration
31308 to class_init, since the derived class (mpegdemux) doesn't
31311 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31313 * sys/ximage/Makefile.am:
31314 * sys/xvideo/Makefile.am:
31315 * sys/xvimage/Makefile.am:
31316 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31317 after installation (see #127664).
31319 2004-01-02 David Schleef <ds@schleef.org>
31321 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31322 (gst_ffmpegenc_connect): Negotiation fixes.
31323 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31324 Remove inappropriate gst_caps_free().
31325 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31326 Reenable Ronald's internal resize code, since the core handles
31329 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31331 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31332 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31333 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31334 Fix pad template stuff.
31336 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31338 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31339 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31340 fix signed integer reading/writing.
31342 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
31345 Remove outdated document
31347 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
31349 * gst/cutter/gstcutter.c: (gst_cutter_init):
31350 src pad was being created twice - oops.
31352 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31354 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31355 Comment out internal resize. It doesn't handle the resulting
31356 XEvent internally, does another try_set_caps() which leads to
31357 a really nice loop.
31358 Real fix will come when Julien and Dave are awake. ;).
31360 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31362 * ext/mpeg2enc/gstmpeg2enc.cc:
31363 fix const/nonconst compile issue.
31365 2004-01-02 David Schleef <ds@schleef.org>
31367 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31368 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31369 Add fixate function and a check for bad formats.
31371 2004-01-01 David Schleef <ds@schleef.org>
31374 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31375 (gst_audiofilter_init):
31376 * gst/debug/efence.c: (gst_efence_init):
31377 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31378 (gst_deinterlace_init):
31379 * gst/volume/gstvolume.c: (volume_connect):
31381 2004-01-01 David Schleef <ds@schleef.org>
31383 Convert elements to use gst_pad_use_explicit_caps() where
31385 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31386 * ext/audiofile/gstafparse.c: (gst_afparse_init),
31387 (gst_afparse_open_file):
31388 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31389 (gst_afsrc_open_file):
31390 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31391 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31392 (gst_ffmpegdec_chain):
31393 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31394 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31395 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31396 (gst_gdk_pixbuf_chain):
31397 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31398 (gst_jpegdec_chain):
31399 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31400 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31401 (gst_mikmod_negotiate):
31402 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31403 (gst_mpeg2dec_negotiate_format):
31404 * ext/mpeg2enc/gstmpeg2enc.cc:
31405 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31406 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31407 (gst_speexdec_sinkconnect):
31408 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31409 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31410 (gst_vorbisfile_new_link):
31411 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31412 (gst_ac3parse_chain):
31413 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31414 (gst_asf_demux_setup_pad):
31415 * gst/auparse/gstauparse.c: (gst_auparse_init),
31416 (gst_auparse_chain):
31417 * gst/id3/gstid3types.c: (gst_id3types_loop):
31418 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31419 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31420 (mp1videoparse_parse_seq):
31421 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31423 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31424 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31425 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31426 (gst_mpeg_parse_send_data):
31427 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31428 (gst_qtdemux_add_stream):
31429 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31430 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31431 (gst_wavparse_parse_fmt):
31433 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
31436 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31437 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31438 it therefore uses the wrong include paths. Too bad... Note
31439 that 1.6.1.93 is not release yet. ;).
31440 Also add a check for mplex, which is now using the lib'ified
31441 mplex from mjpegtools, too.
31442 * ext/ffmpeg/gstffmpegcodecmap.c:
31443 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31444 issues. I don't think ffmpeg handles 3ivx correctly, so this
31445 probably won't work. But it won't hurt either.
31446 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31447 (gst_ffmpegdec_chain):
31448 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31449 (gst_ffmpegenc_chain_audio):
31450 Fix memleak in audio encoding. Close codec if open fails, this
31451 calls the cleanup routines so we can re-use the context.
31452 * ext/mpeg2enc/gstmpeg2enc.cc:
31453 Fix pad template names/types, fix memory issue with getcaps().
31454 * ext/mpeg2enc/gstmpeg2encoder.cc:
31455 * ext/mpeg2enc/gstmpeg2encoder.hh:
31456 Fix compile issue with new caps system (const thingy).
31457 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31458 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31459 We read a first frame right on initing, so that we have a caps
31460 when we init the output. This caps is cached in padprivate and
31461 read as first frame.
31462 * ext/mplex/Makefile.am:
31463 * ext/mplex/gstmplex.cc:
31464 * ext/mplex/gstmplex.h:
31465 * ext/mplex/gstmplex.hh:
31466 * ext/mplex/gstmplexibitstream.cc:
31467 * ext/mplex/gstmplexibitstream.hh:
31468 * ext/mplex/gstmplexjob.cc:
31469 * ext/mplex/gstmplexjob.hh:
31470 * ext/mplex/gstmplexoutputstream.cc:
31471 * ext/mplex/gstmplexoutputstream.hh:
31472 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31473 had issues, didn't do capsnego, supported only a subset of the
31474 mplex features and required a mplex fork in our local CVS. Plus
31475 that it worked agaist a very old mplex version. Rewriting was
31476 faster than updating it.
31477 * gst-libs/ext/Makefile.am:
31478 * gst-libs/ext/mplex/INSTRUCT:
31479 * gst-libs/ext/mplex/Makefile.am:
31480 * gst-libs/ext/mplex/README:
31481 * gst-libs/ext/mplex/TODO:
31482 * gst-libs/ext/mplex/ac3strm_in.cc:
31483 * gst-libs/ext/mplex/audiostrm.hh:
31484 * gst-libs/ext/mplex/audiostrm_out.cc:
31485 * gst-libs/ext/mplex/aunit.hh:
31486 * gst-libs/ext/mplex/bits.cc:
31487 * gst-libs/ext/mplex/bits.hh:
31488 * gst-libs/ext/mplex/buffer.cc:
31489 * gst-libs/ext/mplex/buffer.hh:
31490 * gst-libs/ext/mplex/fastintfns.h:
31491 * gst-libs/ext/mplex/format_codes.h:
31492 * gst-libs/ext/mplex/inputstrm.cc:
31493 * gst-libs/ext/mplex/inputstrm.hh:
31494 * gst-libs/ext/mplex/lpcmstrm_in.cc:
31495 * gst-libs/ext/mplex/mjpeg_logging.cc:
31496 * gst-libs/ext/mplex/mjpeg_logging.h:
31497 * gst-libs/ext/mplex/mjpeg_types.h:
31498 * gst-libs/ext/mplex/mpastrm_in.cc:
31499 * gst-libs/ext/mplex/mpegconsts.cc:
31500 * gst-libs/ext/mplex/mpegconsts.h:
31501 * gst-libs/ext/mplex/mplexconsts.hh:
31502 * gst-libs/ext/mplex/multplex.cc:
31503 * gst-libs/ext/mplex/outputstream.hh:
31504 * gst-libs/ext/mplex/padstrm.cc:
31505 * gst-libs/ext/mplex/padstrm.hh:
31506 * gst-libs/ext/mplex/stillsstream.cc:
31507 * gst-libs/ext/mplex/stillsstream.hh:
31508 * gst-libs/ext/mplex/systems.cc:
31509 * gst-libs/ext/mplex/systems.hh:
31510 * gst-libs/ext/mplex/vector.cc:
31511 * gst-libs/ext/mplex/vector.hh:
31512 * gst-libs/ext/mplex/videostrm.hh:
31513 * gst-libs/ext/mplex/videostrm_in.cc:
31514 * gst-libs/ext/mplex/videostrm_out.cc:
31515 * gst-libs/ext/mplex/yuv4mpeg.cc:
31516 * gst-libs/ext/mplex/yuv4mpeg.h:
31517 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31518 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31519 We don't fork mjpegtools' mplex in our CVS anymore.
31520 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31521 (gst_avi_demux_add_stream):
31522 * gst/avi/gstavidemux.h:
31523 Add getcaps() function for proper caps nego. This makes some
31524 parts of AVI playback/reading work.
31525 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31526 Resize window on new capsnego. This is probably wrong, but
31527 I'm still committing it because with current capsnego, the
31528 first successfull capsnego is auto-fixated, therefore rounded
31529 down to the lowest values in the caps. this results in a 16x16
31530 XWindow that is not reized when real capsnego finishes.
31531 Dave, I see more cases of this, do you know a proper solution?
31532 * tools/gst-launch-ext.in:
31533 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31535 2003-12-31 David Schleef <ds@schleef.org>
31537 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31538 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31539 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31541 2003-12-30 David Schleef <ds@schleef.org>
31543 * ext/ffmpeg/gstffmpegcolorspace.c:
31544 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31545 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31546 (gst_ffmpegcsp_chain): Negotiation fixes
31547 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31548 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31549 (gst_audio_convert_link), (gst_audio_convert_channels):
31550 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31551 (gst_audioscale_link), (gst_audioscale_get_buffer),
31552 (gst_audioscale_chain): Negotiation fixes
31553 * gst/audioscale/gstaudioscale.h:
31554 * gst/videofilter/gstvideofilter.c:
31555 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31556 (gst_videofilter_link), (gst_videofilter_init),
31557 (gst_videofilter_set_output_size), (gst_videofilter_setup),
31558 (gst_videofilter_find_format_by_structure):
31559 * gst/videofilter/gstvideofilter.h: Negotiation fixes
31560 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31561 (gst_videoscale_link):
31562 * gst/videoscale/videoscale.c: (videoscale_get_structure),
31563 (videoscale_find_by_structure), (gst_videoscale_setup):
31564 * gst/videoscale/videoscale.h: Negotiation fixes
31565 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31566 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31567 function, restrict resizing to a multiple of 4 (hack until
31568 everyone supports odd sizes correctly).
31570 2003-12-29 Colin Walters <walters@verbum.org>
31572 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31575 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
31577 * ext/sndfile/gstsf.c: (gst_sf_loop):
31578 Fix warning about discarding const qualifier
31580 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
31582 * gst/cutter/gstcutter.c:
31583 * gst/videoscale/gstvideoscale.c:
31584 * gst/volenv/gstvolenv.c:
31585 * gst-libs/gst/audio/audio.c:
31586 * gst-libs/gst/video/video.c:
31589 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31591 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31592 Don't send ALSA debugging to stderr.
31593 * ext/alsa/gstalsa.h:
31594 Use GST_WARNING instead of g_warning when ALSA functions fail.
31596 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31598 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31599 Free XVAdapterInfo correctly.
31601 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31603 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31604 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31605 Make id3tag use correct caps nego.
31607 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
31609 * ext/ivorbis/vorbis.c:
31610 * ext/ivorbis/vorbisenc.h:
31611 * ext/ivorbis/vorbisfile.c:
31612 Modify so that it uses the new caps things
31614 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31616 * testsuite/spider/spider1.c: (main):
31617 * testsuite/spider/spider2.c: (main):
31618 * testsuite/spider/spider3.c: (main):
31619 Make tests compile again. They probably don't work.
31621 2003-12-24 Colin Walters <walters@verbum.org>
31623 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31624 we can't fixate the caps anymore.
31626 2003-12-23 David Schleef <ds@schleef.org>
31628 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31629 * sys/oss/gstosssink.c: (gst_osssink_init),
31630 (gst_osssink_sink_fixate): Add fixate function.
31632 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
31634 * ext/ffmpeg/gstffmpegcodecmap.c:
31635 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31636 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31637 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31638 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31639 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31640 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31641 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31642 fix typo in RGB masks, and move back to "old" colorspace
31643 capsnego code until whoever wrote this new crap has actually
31644 tested it so that it works.
31645 And yes, this works, keep it that way please.
31647 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31649 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31650 (gst_divxdec_init), (gst_divxdec_negotiate):
31651 * ext/divx/gstdivxdec.h:
31652 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31653 (gst_divxenc_init):
31654 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31655 (gst_faac_sinkconnect), (gst_faac_srcconnect):
31656 * ext/mpeg2enc/gstmpeg2enc.cc:
31657 * ext/mpeg2enc/gstmpeg2encoder.cc:
31658 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31659 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31660 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31661 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31662 (dxr3spusink_init):
31663 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31664 (dxr3videosink_init):
31665 Fix caps breakage after Dave's caps branch merge.
31667 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31669 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31670 Fix for 24bpp display.
31672 2003-12-23 Colin Walters <walters@verbum.org>
31674 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31675 a GnomeVFSHandle directly.
31677 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31679 * gst/volume/Makefile.am:
31680 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31681 (volume_base_init), (volume_init):
31682 Reenable volume element and fix to work with new caps stuff.
31683 Rhythmbox needs this.
31685 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31687 * gst/qtdemux/qtdemux.c: (plugin_init):
31688 qtdemux requires bytestream
31690 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31692 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31693 Fix remaining caps handling errors due to CAPS merge.
31695 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31697 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31698 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31699 (gst_faad_srcconnect):
31700 Port to new caps system.
31702 2003-12-21 Julien MOUTTE <julien@moutte.net>
31704 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31705 (got_video_size), (main): using g_print instead of g_message.
31706 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31707 signal which was not emitted because of "switch" element added to the
31708 bin but not connected. (Removing from the bin temporarily)
31710 2003-12-21 Julien MOUTTE <julien@moutte.net>
31712 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31713 find X development files. I don't understand the previous tests and
31714 they fail on my debian/ppc unstable. This one works.
31715 * examples/gstplay/player.c: (main): Set the pipeline to READY before
31717 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31718 (gst_play_set_video_sink), (gst_play_set_audio_sink),
31719 (gst_play_set_visualization): Add some safety checks in set_ methods
31720 and state_change. This was throwing some ugly CRITICAL messages when
31721 pipeline was getting disposed and casts were failing.
31723 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
31726 Improve mpeg2enc detection. This is for distributions that do
31727 ship mjpegtools, but without mpeg2enc. Also does object check
31728 for might there ever be ABI incompatibility.
31729 * ext/mpeg2enc/gstmpeg2enc.cc:
31730 Add Andrew as second maintainer (he's helping me), and also add
31731 an error if no caps was set. This happens if I pull before capsnego
31732 and that's something I should solve sometime else.
31733 * gst/matroska/matroska-demux.c:
31734 (gst_matroska_demux_parse_blockgroup):
31736 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31737 (gst_matroska_mux_track_header):
31738 Add caps to templates.
31739 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31740 Add mpegversion=1 to prevent confusion with MPEG/AAC.
31741 * gst/mpegstream/gstmpegdemux.c:
31742 Remove layer since it causes warnings about unfixed caps.
31743 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31744 Fix obvious typo (we error out if caps were set, we should of
31745 course error out if *no* caps were set).
31746 * sys/oss/gstosselement.c: (gst_osselement_convert):
31747 Fix format conversion, we confused bits/bytes.
31748 * sys/oss/gstosselement.h:
31749 Improve documentation for 'bps'.
31751 Remove stuff about plugins that need removing - this was done
31753 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31754 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31755 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31756 (gst_v4lsrc_src_query):
31757 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31758 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31759 Add get_query_types(), get_formats() and query() functions.
31761 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
31763 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31764 * moved CVS to freedesktop.org