1 2007-03-28 Wim Taymans <wim@fluendo.com>
3 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
4 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5 (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
6 (gst_base_audio_sink_set_property),
7 (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
8 (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9 (gst_base_audio_sink_skew_slaving),
10 (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
11 (gst_base_audio_sink_async_play):
12 * gst-libs/gst/audio/gstbaseaudiosink.h:
13 Store private stuff in GstBaseAudioSinkPrivate.
14 Add configurable clock slaving modes property.
15 API:: GstBaseAudioSink::slave-method property
16 Some more latency reporting tweaks.
17 Added skew based clock slaving correction and make it the default until
18 the resampling method is more robust.
20 2007-03-27 Sebastian Dröge <slomo@circular-chaos.org>
22 * gst/audioconvert/audioconvert.c:
23 Add docs to the integer pack functions and implement proper
24 rounding. Before we had rounding towards negative infinity, i.e.
25 always the smaller number was taken. Now we use natural rounding,
26 i.e. rounding to the nearest integer and to the one with the largest
27 absolute value for X.5. The old rounding introduced some minor
28 distortions. Fixes #420079
29 * tests/check/elements/audioconvert.c: (GST_START_TEST):
30 Fix one unit test that assumed the old rounding and added unit tests
31 for checking signed/unsigned int16 <-> signed/unsigned int16 with
32 depth 8, one for signed int16 <-> unsigned int16 and one for the new
33 rounding from signed int32 to signed/unsigned int16.
35 2007-03-27 Michael Smith <msmith@fluendo.com>
37 * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
38 (gst_audio_convert_transform_caps):
39 Fix typo in debug line introduced recently, as pointed out on irc.
41 2007-03-27 Tim-Philipp Müller <tim at centricular dot net>
43 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
44 * tests/check/libs/tag.c: (GST_START_TEST):
45 Make sure we parse floating-point numbers in vorbis comments
46 correctly with either '.' or ',' as separator, no matter what
47 the current locale is. Add unit test for this too.
49 2007-03-26 Tim-Philipp Müller <tim at centricular dot net>
51 Patch by: René Stadler <mail at renestadler de>
53 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
54 When writing out floating-point numbers to vorbis comment tags, always
55 use the same character as separator no matter what the current locale is
58 * tests/check/libs/tag.c: (GST_START_TEST):
59 Add unit tests for replaygain tags in vorbis comments (closes #423055).
61 2007-03-26 Thomas Vander Stichele <thomas at apestaart dot org>
63 * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
64 vorbis_handle_data_packet):
65 Correctly set DURATION to generate a timestamp-continuous stream.
66 One bug left at the end; see
67 ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
68 * tests/check/Makefile.am:
69 * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
70 Add a test to check this. Without the above patch this test fails.
72 2007-03-26 Jan Schmidt <thaytan@mad.scientist.com>
74 * gst-libs/gst/rtp/Makefile.am:
75 The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
77 2007-03-23 Michael Smith <msmith@fluendo.com>
79 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
80 (gst_video_rate_reset), (gst_video_rate_chain):
81 If videorate changes caps, we can no longer use the old buffer
82 (which may have a different size, incompatible with our caps).
83 So don't do that; just duplicate the new frame more times.
85 2007-03-22 Jan Schmidt <thaytan@mad.scientist.com>
87 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
88 Remove playbin's override of the set_clock vmethod. It's irrelevant
89 after Wim's commit on the 19th.
91 2007-03-22 Wim Taymans <wim@fluendo.com>
93 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
94 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
95 * ext/gnomevfs/gstgnomevfssrc.h:
96 Don't cache file sizes. Fixes #341078.
98 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
100 * gst/playback/gstplaybin.c: (add_sink):
101 Use GST_PTR_FORMAT to log caps.
103 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
105 Patch by: Young-Ho Cha <ganadist at chollian net>
107 * gst/subparse/samiparse.c: (handle_start_font):
108 Special-case some more colour names that pango doesn't handle by
109 default. Fixes #420578.
111 2007-03-20 Michael Smith <msmith@fluendo.com>
113 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
114 If we get a zero-sized input buffer, don't pass it to libvorbis, as
115 that marks EOS internally. After that, libvorbis will buffer all
116 input data, and encode none of it, eventually leading to memory
119 2007-03-19 Wim Taymans <wim@fluendo.com>
121 * gst/playback/gstdecodebin.c: (remove_fakesink):
122 Don't post STATE_DIRTY anymore.
124 * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
125 (gst_play_bin_change_state):
126 Remove stream_time reset in seek handling, core does that now.
127 Disable clocking for live pipelines by forcing a NULL clock to the
128 complete pipeline, core is too smart now for our previous hack.
129 We can always autoplug in PAUSED now.
131 2007-03-17 David Schleef <ds@schleef.org>
133 * REQUIREMENTS: Update this file, change the formatting to make
134 it more consistent, plus more machine readable.
136 2007-03-16 Michael Smith <msmith@fluendo.com>
138 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
139 (strip_width_64), (append_with_other_format):
140 Previous fix was too simplistic, and broke the tests. Use a better
141 approach; only strip 64 from widths for integer audio.
143 2007-03-16 Michael Smith <msmith@fluendo.com>
145 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
146 (gst_audio_convert_transform_caps):
147 We don't support 64 bit integer audio, so don't try to claim we can.
148 Stops us producing caps don't match our template caps.
151 2007-03-15 Michael Smith <msmith@fluendo.com>
153 * gst/audioresample/gstaudioresample.c:
154 (audioresample_check_discont), (audioresample_transform):
155 Don't trigger discontinuities for very small imperfections; a filter
156 flush will sound bad, and many plugins have rounding errors leading
159 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
161 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
162 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
163 Add min-ptime property to RTP base audio payloader. Patch by
164 olivier.crete@collabora.co.uk.
167 Indentation/whitespace/documentation fixes.
169 2007-03-14 Julien MOUTTE <julien@moutte.net>
171 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
172 (audioresample_transform_size), (audioresample_do_output),
173 (audioresample_transform), (audioresample_pushthrough): Handle
174 discontinuous streams.
175 * gst/audioresample/gstaudioresample.h:
176 * tests/check/elements/audioresample.c:
177 (test_discont_stream_instance), (GST_START_TEST),
178 (audioresample_suite): Add a test for discontinuous streams.
179 * win32/common/config.h: Updated.
181 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
196 Update translations from translation project.
198 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
200 * gst/audioresample/debug.h:
201 * gst/audioresample/resample.c: (resample_init):
202 Since I really am not interested in a debug line for each sample
203 being processed, move the library's debugging to its own category,
206 2007-03-13 Michael Smith <msmith@fluendo.com>
208 * ext/theora/theoradec.c: (theora_handle_type_packet):
209 Since the plugin doesn't support anything other than 4:2:0 right
210 now, post an error and fail if we get something else. Won't matter
211 until libtheora supports the other pixel formats, but hopefully
214 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
216 * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
217 Use gst_guint64_to_gdouble for conversion.
219 Add new files to the win32 MANIFEST.
220 * win32/common/libgstaudio.def:
221 * win32/common/libgstpbutils.def:
222 Add new exported functions.
223 * win32/vs6/gst_plugins_base.dsw:
224 * win32/vs6/libgstdecodebin.dsp:
225 * win32/vs6/libgstplaybin.dsp:
226 Change the link to libgstpbutils.lib.
227 * win32/vs6/libgstdecodebin2.dsp:
228 Add a new project for decodebin2.
229 * win32/vs6/libgstpbutils.dsp:
230 Add a new project for pbutils.
232 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
234 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
235 Also accept partial dates with only year and month,
236 like 1999-12-00 (fixes #410396 even more).
238 * tests/check/libs/tag.c: (GST_START_TEST):
239 Add unit test for the above.
241 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
243 * tests/check/elements/subparse.c: (GST_START_TEST),
245 Add unit test for MPL2 subtitle format (#413799).
247 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
249 Patch by: Kamil Pawlowski <kamilpe gmail com>
251 * gst/subparse/Makefile.am:
252 * gst/subparse/gstsubparse.c:
253 (gst_sub_parse_data_format_autodetect),
254 (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
255 (gst_subparse_type_find):
256 * gst/subparse/gstsubparse.h:
257 * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
258 * gst/subparse/mpl2parse.h:
259 Add support for MPL2 subtitle format (#413799).
261 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
264 We require core CVS for the new buffer metadata copy functions.
266 2007-03-09 Wim Taymans <wim@fluendo.com>
268 * gst-libs/gst/tag/gstid3tag.c:
269 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
272 Patch by: Alex Lancaster <alexl at users sourceforge net>
274 2007-03-09 Wim Taymans <wim@fluendo.com>
276 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
277 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
278 Improve adapter usage and comments.
280 2007-03-09 Wim Taymans <wim@fluendo.com>
282 * ext/pango/gsttextrender.c: (gst_text_render_chain):
283 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
284 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
285 Use new metadata copy function.
287 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
288 (gst_ffmpegcsp_transform):
289 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
290 Basetransform copied the metadata for us.
292 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
294 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
295 (gst_text_overlay_video_event):
296 Some more logging. Only accept newsegment events in TIME format and
297 send a WARNING message if they are not in TIME format.
299 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
300 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
301 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
302 * gst/subparse/gstsubparse.h:
303 No need to allocate GstSegment structure dynamically, just put it
304 into the instance structure; ignore newsegment events in BYTE
305 format and in particular don't let it overwrite our saved TIME
306 segment from the last seek.
308 2007-03-09 Michael Smith <msmith@fluendo.com>
310 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
311 Replace AC3 typefinder with one that isn't terrible, and actually
314 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
316 * gst/audioconvert/gstaudioconvert.c:
317 (gst_audio_convert_transform):
318 fix error category and translatable string
321 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
323 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
324 * pkgconfig/gstreamer-plugins-base.pc.in:
325 Fix up utils => pbutils here too.
327 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
329 * gst/subparse/gstsubparse.c: (handle_buffer):
330 Break out of loop in chain function as soon as possible if we get
331 a non-OK flow return.
333 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
335 * tests/check/elements/alsa.c: (GST_START_TEST):
336 Unref the mixer if the state change fails too (if the
337 alsa devices are inaccessible, for example)
339 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
341 * tests/check/Makefile.am:
342 Don't test libvisual elements in the states check, because libvisual
343 seems to leak internally.
345 Re-enable the alsa and states tests now that there's new suppressions
348 * tests/check/elements/alsa.c: (GST_START_TEST):
349 Don't leak the alsamixer we instantiated.
351 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
353 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
354 (gst_ximagesink_change_state), (gst_ximagesink_reset),
355 (gst_ximagesink_finalize):
356 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
357 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
358 Move some cleanup stuff from the state change handler into a _reset()
359 function that can be called from _finalize(). This ensures that things
360 get freed even if (for some reason) the NULL->READY state transition
361 fails in the parent class.
362 Even if a parent state change fails, process our downward state change
363 logic instead of bailing out early.
364 Free the correct xcontext pointer in ximagesink's xcontext_clear.
366 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
368 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
371 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
372 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
373 Use pango_font_description_set_family_static instead of
374 pango_font_description_set_family to save a string copy (it was
375 leaking due to the strdup anyway)
377 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
378 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
379 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
380 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
381 Chain up in finalize.
383 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
385 * gst-libs/gst/interfaces/mixertrack.c:
386 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
387 (gst_mixer_track_set_property):
388 API: add "untranslated-label" property which should be set by
389 implementations at construct time (#414645).
391 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
392 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
393 Set "untranslated-label" when constructing mixer track objects.
395 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
396 Unit test to check the above.
398 2007-03-07 Wim Taymans <wim@fluendo.com>
400 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
401 Fix confusing debug message.
403 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
405 * gst-plugins-base.doap:
406 update doap file with new version
408 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
413 === release 0.10.12 ===
415 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
418 releasing 0.10.12, "Zombie Horde"
420 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
423 Bump version to 0.10.11.4 pre-release
425 2007-03-06 Wim Taymans <wim@fluendo.com>
427 * gst-libs/gst/audio/gstbaseaudiosink.c:
428 (gst_base_audio_sink_async_play):
429 Fix regression that made GStreamer skip the first samples of audio.
432 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
435 Bump version to 0.10.11.3 pre-release
437 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
440 Update paths for the rename from utils to pbutils to fix the build.
442 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
444 * gst-libs/gst/pbutils/Makefile.am:
445 Change directory to install headers in from gst/utils to gst/pbutils
448 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
451 * docs/libs/gst-plugins-base-libs-docs.sgml:
452 * docs/libs/gst-plugins-base-libs-sections.txt:
453 * gst-libs/gst/Makefile.am:
454 * gst-libs/gst/interfaces/mixer.c:
455 * gst-libs/gst/pbutils/Makefile.am:
456 * gst-libs/gst/pbutils/descriptions.c:
457 (gst_pb_utils_get_source_description),
458 (gst_pb_utils_get_sink_description),
459 (gst_pb_utils_get_decoder_description),
460 (gst_pb_utils_get_encoder_description),
461 (gst_pb_utils_get_element_description),
462 (gst_pb_utils_add_codec_description_to_tag_list),
463 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
464 * gst-libs/gst/pbutils/descriptions.h:
465 * gst-libs/gst/pbutils/install-plugins.c:
466 * gst-libs/gst/pbutils/install-plugins.h:
467 * gst-libs/gst/pbutils/missing-plugins.c:
468 (gst_missing_uri_source_message_new),
469 (gst_missing_uri_sink_message_new),
470 (gst_missing_element_message_new),
471 (gst_missing_decoder_message_new),
472 (gst_missing_encoder_message_new),
473 (gst_missing_plugin_message_get_description):
474 * gst-libs/gst/pbutils/missing-plugins.h:
475 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
476 * gst-libs/gst/pbutils/pbutils.h:
477 * gst-libs/gst/utils/Makefile.am:
478 * gst-libs/gst/utils/base-utils.c:
479 * gst-libs/gst/utils/base-utils.h:
480 * gst-libs/gst/utils/descriptions.c:
481 * gst-libs/gst/utils/descriptions.h:
482 * gst-libs/gst/utils/install-plugins.c:
483 * gst-libs/gst/utils/install-plugins.h:
484 * gst-libs/gst/utils/missing-plugins.c:
485 * gst-libs/gst/utils/missing-plugins.h:
486 * gst-plugins-base.spec.in:
487 * gst/playback/Makefile.am:
488 * gst/playback/gstdecodebin.c:
489 * gst/playback/gstdecodebin2.c:
490 * gst/playback/gstplaybasebin.c: (setup_subtitle),
491 (gen_source_element):
492 * gst/playback/gstplaybin.c: (plugin_init):
493 * tests/check/Makefile.am:
494 * tests/check/libs/pbutils.c: (GST_START_TEST),
495 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
496 * tests/check/libs/utils.c:
497 rename utils to pbutils
499 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
501 * docs/plugins/Makefile.am:
502 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
503 * docs/plugins/gst-plugins-base-plugins-sections.txt:
504 * docs/plugins/inspect/plugin-decodebin2.xml:
505 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
506 Add documentation for decodebin2 that indicates that the API
509 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
512 Update to 0.10.11.2 (0.10.12 pre-release)
514 2007-03-01 Wim Taymans <wim@fluendo.com>
516 * gst-libs/gst/audio/gstbaseaudiosink.c:
517 (gst_base_audio_sink_async_play):
518 base time is irrelevant here.
520 2007-03-01 Wim Taymans <wim@fluendo.com>
522 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
523 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
526 * gst-libs/gst/audio/gstbaseaudiosink.c:
527 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
528 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
529 Improve latency and clock slaving calculations.
530 Improve slave clock calibration.
532 * gst-libs/gst/audio/gstringbuffer.c:
533 (gst_ring_buffer_commit_full):
534 When we are asked to render N sample to 0 bytes, return N.
536 2007-03-01 Wim Taymans <wim@fluendo.com>
538 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
539 (gst_alsasink_write), (gst_alsasink_reset):
540 * ext/alsa/gstalsasink.h:
541 Remove unused dispose function.
542 Rename lock to not interfere with alsasrc lock.
544 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
545 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
546 (gst_alsasrc_read), (gst_alsasrc_reset):
547 * ext/alsa/gstalsasrc.h:
548 Implement finalize function.
549 Use lock to protect alsa access.
553 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
556 Convert to new AG_GST style.
558 2007-02-28 Wim Taymans <wim@fluendo.com>
560 Patch by: Ed Catmur <ed at catmur dot co dot uk>
562 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
563 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
564 Fix race condition when rapidly switching visualisations in playbin.
567 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
569 * tests/check/Makefile.am:
570 Include local stuff before system installed things in LDFLAGS and
573 2007-02-28 Wim Taymans <wim@fluendo.com>
575 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
578 2007-02-28 Wim Taymans <wim@fluendo.com>
580 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
581 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
582 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
583 Fix duration and timestamping, taking latency into account.
584 Implement latency query.
586 2007-02-28 Wim Taymans <wim@fluendo.com>
588 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
589 (gst_audio_clock_new):
592 * gst-libs/gst/audio/gstbaseaudiosink.c:
593 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
594 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
595 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
596 (gst_base_audio_src_create):
597 Improve latency query code.
598 Use proper clock names.
600 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
602 * tests/check/generic/states.c: (GST_START_TEST):
603 Copy the states.c test from core again
604 * tests/check/Makefile.am:
605 ignore cdio and cdparanoiasrc
607 2007-02-28 Stefan Kost <ensonic@users.sf.net>
609 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
610 (double_hq), (audio_convert_get_func_index), (check_default),
611 (audio_convert_prepare_context), (audio_convert_convert):
612 Also make valgrind happy and avoid copying data in some cases.
614 2007-02-28 Stefan Kost <ensonic@users.sf.net>
616 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
617 (double_hq), (audio_convert_get_func_index),
618 (audio_convert_prepare_context), (audio_convert_convert):
619 * gst/audioconvert/gstaudioconvert.c:
620 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
621 (gst_audio_convert_transform_caps):
622 * tests/check/elements/audioconvert.c: (GST_START_TEST),
623 (audioconvert_suite):
624 Don't run inplace if that overwrites source data as we go. Add more
625 tests. Fixes #339837 even more.
627 2007-02-27 Julien MOUTTE <julien@moutte.net>
629 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
630 (msg_segment_done): Fix various seeking bugs (Slider was not
631 updating when doing a non flushing seek, Reverse playback
632 on segment seek was wrong).
634 2007-02-26 Wim Taymans <wim@fluendo.com>
636 * tests/examples/seek/seek.c: (stop_seek):
637 When we stop scrubbing, don't leave the pipeline PLAYING when we
638 requested a PAUSED state.
640 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
642 Patch by: René Stadler <mail at renestadler de>
644 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
645 Parse date strings in vorbis comments that have an invalid (zero)
646 month or day (#410396).
648 * tests/check/libs/tag.c: (GST_START_TEST):
649 Test case for the above.
651 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
653 Patch by: Loïc Minier <lool+gnome at via ecp fr>
656 * ext/alsa/Makefile.am:
657 * gst/audiotestsrc/Makefile.am:
658 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
660 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
662 * gst/playback/gstplaybin.c:
663 Improve docs: point out that the application needs to assist playbin
666 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
668 * gst-libs/gst/utils/install-plugins.c:
669 * gst-libs/gst/utils/missing-plugins.c:
670 * tests/check/libs/utils.c: (missing_msg_check_getters):
671 Change GStreamer marker prefix in detail string from 'gstreamer.net'
672 to just 'gstreamer'. Document the caps string component of the
673 decoder/encoder detail a bit better, since not everyone will be
674 familiar with the GStreamer media type/caps system (but they better
675 enjoy nested itemized lists).
677 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
679 * gst-libs/gst/netbuffer/gstnetbuffer.c:
680 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
681 Fix copying of GstNetBuffer (would crash before, or at least lead to
682 invalid memory access, #410772), for now by copying the GstBuffer copy
683 code from the core over here so we can copy the GstBuffer fields on a
684 provided buffer instance (of type GstNetBuffer in this case). Would be
685 better to fix this with some support by the core though (and in the long
686 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
688 * tests/check/Makefile.am:
689 Enable unit test for GstNetBuffer.
691 2007-02-22 Andy Wingo <wingo@pobox.com>
693 * gst-libs/gst/audio/gstbaseaudiosink.c
694 (gst_base_audio_sink_init): Disable pull-mode activation until we
695 figure out how to make audio sinks go to PLAYING.
697 2007-02-22 Stefan Kost <ensonic@users.sf.net>
699 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
700 (double_hq), (audio_convert_get_func_index),
701 (audio_convert_prepare_context), (audio_convert_convert):
702 * gst/audioconvert/audioconvert.h:
703 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
704 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
705 * gst/audioconvert/gstchannelmix.h:
706 * tests/check/elements/audioconvert.c: (GST_START_TEST):
707 Add float as an intermediate format, as well as float mixing. Enable
708 test that was failing before. Fixes #339837
710 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
712 * tests/examples/seek/seek.c: (do_seek):
713 Undo the previous commit: -1 as a stop time implies that the stop
714 time is the end of file, clearing any previously configured segment.
716 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
718 * tests/examples/seek/seek.c: (do_seek):
719 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
721 2007-02-21 Stefan Kost <ensonic@users.sf.net>
723 * gst/volume/gstvolume.c: (volume_process_int16),
724 (volume_process_int16_clamp), (volume_set_caps):
725 Unbreak volume, value remains gint.
727 2007-02-21 Stefan Kost <ensonic@users.sf.net>
729 * gst/volume/gstvolume.c: (volume_choose_func),
730 (volume_update_real_volume), (gst_volume_set_volume),
731 (gst_volume_init), (volume_process_double), (volume_process_float),
732 (volume_process_int16), (volume_process_int16_clamp),
733 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
734 * gst/volume/gstvolume.h:
735 Extend float audio support (double) and some int->uint cleanups.
737 2007-02-20 Edward Hervey <edward@fluendo.com>
739 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
740 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
741 (sort_end_pads), (gst_decode_group_expose),
742 (gst_decode_group_hide):
743 Don't free groups from the streaming threads. Just put them aside and
744 free them in dispose.
746 2007-02-20 Edward Hervey <edward@fluendo.com>
748 * gst/playback/gstdecodebin2.c: (connect_element),
749 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
750 (sort_end_pads), (gst_decode_group_expose):
751 Handle dynamic pads within groups.
752 Sort pads before exposing them in order to make playbin happy.
753 There still is a race with the multiqueue filling up. This should be
757 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
759 * gst-libs/gst/utils/base-utils.c:
760 * gst-libs/gst/utils/descriptions.c:
761 * gst-libs/gst/utils/install-plugins.c:
762 * gst-libs/gst/utils/missing-plugins.c:
763 Some more docs (and descriptions for two subtitle formats).
765 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
767 * gst-libs/gst/audio/audio.c:
770 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
772 Patch by: Yves Lefebvre <ivanohe abacom com>
774 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
775 Don't leak caps. Fixes #408278.
777 2007-02-15 Stefan Kost <ensonic@users.sf.net>
779 * ext/cdparanoia/gstcdparanoiasrc.h:
780 * ext/ogg/gstoggdemux.h:
781 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
782 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
783 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
784 * gst-libs/gst/audio/audio.h:
785 * gst-libs/gst/audio/gstaudiofilter.h:
786 * gst-libs/gst/interfaces/videoorientation.h:
787 * gst/adder/gstadder.h:
788 More docs coverage and some ChangeLog surgery (add missing names)
790 2007-02-15 Wim Taymans <wim@fluendo.com>
792 * sys/ximage/ximagesink.c:
793 (gst_ximagesink_calculate_pixel_aspect_ratio):
794 * sys/xvimage/xvimagesink.c:
795 (gst_xvimagesink_calculate_pixel_aspect_ratio):
796 Small constifications.
798 2007-02-15 Wim Taymans <wim@fluendo.com>
800 * gst-libs/gst/audio/gstbaseaudiosink.c:
801 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
802 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
803 (gst_base_audio_sink_async_play),
804 (gst_base_audio_sink_change_state):
805 Answer latency query.
806 Use configured latency when syncing.
809 * gst-libs/gst/audio/gstbaseaudiosrc.c:
810 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
811 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
812 Fix possible memleak.
813 Implement latency query.
816 2007-02-15 Wim Taymans <wim@fluendo.com>
818 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
819 Ignore errors in reset, these are not fatal. They also grab the element
820 lock which is already taking when this function is called. Fixes
823 2007-02-13 Stefan Kost <ensonic@users.sf.net>
826 Remove 'tests/examples/xerror/Makefile' from output files again.
828 2007-02-13 Stefan Kost <ensonic@users.sf.net>
831 * docs/plugins/Makefile.am:
832 Also crossref against gst-plugins-base-libs.
834 2007-02-12 Stefan Kost <ensonic@users.sf.net>
837 * docs/libs/Makefile.am:
838 * docs/plugins/Makefile.am:
839 Add crossreferences to glib/gobject/gstream docs.
841 * gst-libs/gst/audio/audio.h:
844 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
845 Add own debug category.
847 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
849 Patch by: René Stadler <mail at renestadler de>
851 * gst-libs/gst/tag/gstvorbistag.c:
852 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
855 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
857 * gst/playback/gstplaybasebin.c: (setup_source):
858 When we have external subtitles and wait for the subtitle decodebin
859 to get up and running, we set up a (sync) bus handler for the
860 subtitle decodebin, so we can stop waiting when it posts an error
861 message. However, we should do that before we set the subtitle
862 decodebin's state to playing, otherwise things are racy and we might
863 miss error messages posted before we had a chance to set up the bus.
864 This should finally fix totem hanging on .txt pseudo-subtitle files.
866 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
868 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
869 Use gst_gdouble_to_guint64 for conversions.
870 * win32/common/config.h.in:
871 Add a define for GST_INSTALL_PLUGINS_HELPER
872 * win32/common/libgstaudio.def:
873 * win32/common/libgstcdda.def:
874 * win32/common/libgstnetbuffer.def:
875 * win32/common/libgstrtp.def:
876 * win32/common/libgutils.def:
877 Add new exported functions.
878 * win32/vs6/gst_plugins_base.dsw:
879 * win32/vs6/libgstdecodebin.dsp:
880 * win32/vs6/libgstnetbuffer.dsp:
881 * win32/vs6/libgstplaybin.dsp:
882 * win32/vs6/libgstrtp.dsp:
883 * win32/vs6/libgstvorbis.dsp:
884 * win32/vs6/libgstcdda.dsp:
885 * win32/vs6/libgstgdp.dsp:
886 * win32/vs6/libgstutils.dsp:
887 Update and add new project files.
889 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
891 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
892 (subrip_remove_unhandled_tags), (parse_subrip):
893 For SubRip (.srt) subtitles, ignore all markup tags we don't
894 handle (like font tags, for example).
896 * tests/check/elements/subparse.c:
899 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
901 * gst/playback/gstdecodebin.c: (add_fakesink),
902 (gst_decode_bin_change_state):
903 * gst/playback/gstdecodebin2.c: (add_fakesink),
904 (gst_decode_bin_change_state):
905 Don't error out if there is no fakesink in the NULL to READY state
906 change, since when decodebin is re-used, we're only adding the
907 fakesink element in READY to PAUSED.
909 * tests/check/elements/decodebin.c:
910 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
912 Minimal unit test to make sure we can use the same decodebin
913 instance twice (at least with audiotestsrc input).
915 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
917 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
918 Try to get devic-name from device string first, and from handle only
919 as fallback (seems to yield better results and is more robust
920 against buggy probing code on the application side).
922 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
924 Based on patch by: Julien Puydt <julien.puydt at laposte net>
926 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
927 (gst_alsa_find_device_name):
928 * ext/alsa/gstalsa.h:
929 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
930 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
931 Improve device-name detection a bit, especially in the case where
932 the device is not actually open (#405020, #405024). Move common code
933 into gstalsa.c instead of duplicating it.
935 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
937 * gst/audioconvert/gstaudioconvert.c:
938 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
940 2007-02-06 Julien MOUTTE <julien@moutte.net>
942 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
943 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
944 (gst_xvimagesink_interface_supported),
945 (gst_xvimagesink_probe_get_properties),
946 (gst_xvimagesink_probe_probe_property),
947 (gst_xvimagesink_probe_needs_probe),
948 (gst_xvimagesink_probe_get_values),
949 (gst_xvimagesink_property_probe_interface_init),
950 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
951 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
952 (gst_xvimagesink_get_type):
953 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
954 for XVAdaptors so that one can choose the adaptor to use with
955 gstreamer-properties.
957 2007-02-06 Stefan Kost <ensonic@users.sf.net>
959 * gst/audioconvert/gstaudioconvert.c:
960 Also mention that a conversion from double to float is suboptimal still.
962 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
964 * gst-libs/gst/audio/gstaudiofilter.c:
965 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
966 Clear our formats structure and free the caps contained in it when
969 2007-02-05 Andy Wingo <wingo@pobox.com>
971 * gst-libs/gst/audio/gstbaseaudiosink.c
972 (gst_base_audio_sink_callback): Update basesink->offset so that we
973 pull monotonically increasing offsets instead of, um, seeking back
974 to 0 each time. Fixes alsasrc ! alsasink!
976 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
978 * gst/videoscale/gstvideoscale.c:
979 A width and height of 1 makes us crash, so increase minimum size to
980 2x2 pixels until someone feels like fixing this (#404512).
982 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
984 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
985 Add small test to make sure request pads are cleaned up properly
986 even if oggmux never changes state out of NULL.
988 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
990 * tests/check/libs/utils.c: (GST_START_TEST):
991 Fix unit test. Turns out things work much better when you
992 NULL-terminate string arrays. Should make p5 build bot happy again.
994 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
996 * gst-libs/gst/audio/Makefile.am:
997 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
998 (gst_audio_filter_template_base_init),
999 (gst_audio_filter_template_class_init),
1000 (gst_audio_filter_template_init),
1001 (gst_audio_filter_template_set_property),
1002 (gst_audio_filter_template_get_property),
1003 (gst_audio_filter_template_setup),
1004 (gst_audio_filter_template_filter),
1005 (gst_audio_filter_template_filter_inplace), (plugin_init):
1006 Oops, forgot to commit fixed-up example.
1008 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
1010 * docs/libs/gst-plugins-base-libs-sections.txt:
1011 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
1012 (gst_audio_filter_class_init), (gst_audio_filter_init),
1013 (gst_audio_filter_set_caps),
1014 (gst_audio_filter_class_add_pad_templates):
1015 * gst-libs/gst/audio/gstaudiofilter.h:
1016 Port GstAudioFilter to 0.10. This change technically breaks
1017 API and ABI (and thus also every library developer's heart),
1018 but seems justifiable on the grounds that the base class was
1019 completely unusable before (ie. would crash immediately when
1020 actually used). Fixes #403963 (and eventually also #403572).
1021 Also document all of this a bit.
1023 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
1025 * gst-libs/gst/utils/install-plugins.c:
1026 (gst_install_plugins_spawn_child):
1027 * tests/check/libs/utils.c:
1028 (test_base_utils_install_plugins_do_callout):
1029 Lowering log level to see why things fail on the p5 build bot;
1030 fix some typos in unit test messages.
1032 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
1034 * tests/check/libs/utils.c:
1035 (test_base_utils_install_plugins_do_callout):
1036 Don't hard-code temp directory for test helper; use GLib functions
1037 to write out file and do error checking etc.
1039 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
1041 * gst-libs/gst/utils/Makefile.am:
1042 * gst-libs/gst/utils/base-utils.h:
1043 * gst-libs/gst/utils/install-plugins.c:
1044 (gst_install_plugins_context_set_xid),
1045 (gst_install_plugins_context_new),
1046 (gst_install_plugins_context_free),
1047 (gst_install_plugins_get_helper),
1048 (gst_install_plugins_spawn_child),
1049 (gst_install_plugins_return_from_status),
1050 (gst_install_plugins_installer_exited),
1051 (gst_install_plugins_async), (gst_install_plugins_sync),
1052 (gst_install_plugins_return_get_name),
1053 (gst_install_plugins_installation_in_progress):
1054 * gst-libs/gst/utils/install-plugins.h:
1055 API: add API for applications to initiate installation of missing
1056 plugins, ie. gst_install_plugins_async() primarily.
1057 Based on libgimme-codec by Ryan Lortie.
1060 Add --with-install-plugins-helper configure option so distros can specify
1061 the path of the helper script or program to call when plugin installation
1062 is requested (distros: please do any argument munging in this helper
1063 script instead of patching GStreamer to pass arguments differently
1064 to another program directly).
1066 * docs/libs/gst-plugins-base-libs-docs.sgml:
1067 * docs/libs/gst-plugins-base-libs-sections.txt:
1068 Build and document new API.
1070 * tests/check/libs/utils.c: (result_cb),
1071 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
1072 (libgstbaseutils_suite):
1073 Some simple checks for the new API.
1075 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
1077 * tests/check/elements/audioconvert.c: (test_float_conversion):
1078 Add small test for 32bit float <=> 64bit float conversion (works
1079 only one way so far, 32=>64 produces structured noise).
1081 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
1083 * gst/audioconvert/gstaudioconvert.c:
1084 (set_structure_widths_32_and_64), (make_lossless_changes):
1085 We don't support floats with a width of 40, 48 or 56 bits.
1087 2007-02-02 Stefan Kost <ensonic@users.sf.net>
1089 * gst/audioconvert/audioconvert.c: (float), (double),
1090 (audio_convert_get_func_index):
1091 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
1092 (make_lossless_changes):
1093 Support for 64-bit float audio in audioconvert (#339837)
1095 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
1097 Patch by: Holger Wansing <linux wansing-online de>
1101 Add German translation (#352069).
1103 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
1105 reviewed by: Wim Taymans <wim@fluendo.com>
1107 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
1108 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
1109 Use newly added GstCollectPads API to free the allocated resources in
1110 the GstOggPad structures (#402393).
1112 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
1114 * gst/playback/gstplaybin.c: (gen_vis_element):
1115 Add audioresample+audioconvert in front of the visualisation
1116 element, so that elements like libvisual 0.4 that don't support all
1117 samplerates can work.
1121 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
1123 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
1124 (gst_play_base_bin_get_streaminfo_value_array):
1125 Take some locks and make a copy of the streaminfo value array we
1126 maintain while holding the lock, so that the application can
1127 retrieve the stream-info as a value array in a thread-safe way.
1129 2007-01-30 Wim Taymans <wim@fluendo.com>
1131 * gst/audioconvert/gstaudioconvert.c:
1132 Don't fail on 0 sized buffers. Fixes #396835.
1134 2007-01-29 David Schleef <ds@schleef.org>
1136 * gst/typefind/gsttypefindfunctions.c:
1137 Detect BBCD as video/x-dirac, so we can play raw dirac
1140 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
1142 * ext/theora/theoraenc.c: (theora_enc_chain):
1143 Check return value of theora_encode_header(), or we might try to
1144 allocate a random number of bytes. theora_encode_header() can fail
1145 if libtheora has been compiled with encoding support disabled.
1148 2007-01-29 Wim Taymans <wim@fluendo.com>
1150 * tests/check/gst/.cvsignore:
1151 Do as buildbot says.
1153 2007-01-29 Wim Taymans <wim@fluendo.com>
1155 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1156 Fix strides in libvisual. Gst uses X strides.
1157 Inspired by: <ed at catmur dot co dot uk> and
1158 <tim at centricular dot net>
1161 2007-01-27 Wim Taymans <wim@fluendo.com>
1163 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1164 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1165 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1166 (gst_ogg_demux_perform_seek),
1167 (gst_ogg_demux_bisect_forward_serialno),
1168 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1169 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1170 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1171 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1172 * ext/ogg/gstoggdemux.h:
1173 Properly propagate streaming errors when we are scanning the file for
1174 chains so that we don't crash when shut down. Might fix some crashers
1175 when quickly switching oggs in RB such as #332503 and #378436.
1177 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
1179 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1180 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1183 2007-01-25 Wim Taymans <wim@fluendo.com>
1185 * gst/playback/gstplaybasebin.c: (remove_source):
1186 Don't try to disconnect a signal from a finalized object.
1188 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1190 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1191 Cast lock macro parameters to make sure we're actually accessing the
1192 lock member at the right class level. Free list itself in _dispose()
1193 as well and NULL it in case dispose gets called multiple times.
1195 2007-01-25 Edward Hervey <edward@fluendo.com>
1197 * gst/playback/gstdecodebin2.c:
1198 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1199 Free GstDecodeGroups no longer used.
1200 (gst_decode_group_expose):
1201 Don't unlock too many times !
1202 (deactivate_free_recursive):
1203 Free iterator once we're done with it.
1204 Fix for recursively deactivating elements (stop at ghostpads).
1206 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1208 * gst/playback/gstplaybin.c: (handoff):
1209 Fix up caps on the frame buffer before we save it and potentially
1210 make it accessible to other threads via g_object_get; also use
1211 gst_buffer_replace() instead of gst_mini_object_replace().
1213 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1215 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1216 Make getting the current frame thread-safe.
1218 2007-01-25 Edward Hervey <edward@fluendo.com>
1220 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1221 (gst_decode_group_new), (gst_decode_group_free):
1222 Set queues to bigger sizes to cope with HD contents.
1223 Fix some mutex freeing and add comment about MT safe methods.
1225 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
1227 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1228 (gst_text_overlay_text_event):
1229 Don't unnecessarily ref (and then leak) upstream events if the text
1230 pad is not linked. Fixes #399948.
1232 * tests/check/gst-plugins-base.supp:
1233 Add suppression for pango on edgy/x86 for textoverlay test.
1235 2007-01-24 Wim Taymans <wim@fluendo.com>
1237 * gst-libs/gst/rtp/gstrtpbuffer.h:
1238 Add some more fixed payloads.
1240 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1242 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1243 Error out properly if we get an error from libogg while reading the
1244 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1246 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1248 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1251 * tests/check/elements/playbin.c:
1252 (test_sink_usage_video_only_stream),
1253 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1254 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1255 (test_missing_suburisource_handler),
1256 (test_missing_primary_decoder), (playbin_suite):
1257 Run all tests once with decodebin and once with decodebin2.
1258 One test does not pass yet with decodebin2.
1260 2007-01-23 Edward Hervey <edward@fluendo.com>
1262 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1263 Fix the cases where oggmux doesn't properly figure out that all
1264 sinkpads have gone EOS, and therefore doesn't push out the remaining
1265 buffers and the final EOS event.
1268 2007-01-23 Julien MOUTTE <julien@moutte.net>
1270 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1271 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1272 Don't lock on navigation event push, just on keysym to string.
1273 Fixes #397673 again.
1275 2007-01-22 Edward Hervey <edward@fluendo.com>
1277 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1278 (get_current_group), (group_demuxer_event_probe),
1279 (gst_decode_group_expose), (deactivate_free_recursive),
1280 (gst_decode_group_free):
1282 Don't forget to emit 'no-more-pads' once a group is exposed.
1283 Cleanup elements from a DecodeGroup once we remove it.
1284 Protect call to gst_decode_group_expose() with the decodebin lock.
1286 2007-01-22 Julien MOUTTE <julien@moutte.net>
1288 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1289 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1290 Looking at Xorg code i can't figure out if that XKeysymToString
1291 function is thread sensible or not. Lock it just in case as
1292 recommended by Radek Doulik <rodo at ximian dot com>.
1294 2007-01-22 Julien MOUTTE <julien@moutte.net>
1296 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1297 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1298 Lock that X Call as well. Fixes #397673.
1300 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1302 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1303 Don't go into an endless loop if the file starts with 00 00 01 2X,
1304 like quicktime redirect files might. Fixes #396042.
1306 * tests/check/Makefile.am:
1307 * tests/check/gst/.cvsignore:
1308 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1309 (typefindfunctions_suite):
1310 Add unit test for the above.
1312 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1314 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1315 On second thought, use "depth" field rather than "bpp" field.
1317 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1319 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1320 Camtasia caps apparently need a bpp field (#398875).
1322 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1324 * gst/playback/gstplaybasebin.c: (setup_subtitle),
1325 (gen_source_element), (gst_play_base_bin_change_state):
1326 Attempt at a better error message in case we don't have the required
1327 URI handler installed; post missing-plugin message also when we're
1328 missing an URI handler for the subtitle URI; clean up properly also
1329 when an error occurs and we never made it to PAUSED state.
1331 * tests/check/elements/playbin.c: (GST_START_TEST),
1333 Check that we're also getting a missing-plugin messsage for a
1334 missing subtitle URI handler (and clean up properly).
1336 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1338 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1339 Plug a few reference leaks.
1341 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1343 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1344 Lower probability a bit if the marker isn't right at the start,
1345 to decrease the chance of false positives.
1347 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1349 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1350 Small mpeg2 system stream typefinding improvement: make typefinder
1351 probe a bit into the stream instead of just looking for a marker
1352 at the beginning. Fixes #397810.
1354 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
1356 * gst/audioconvert/gstchannelmix.c:
1357 Remove compatibility cruft for prehistoric GLib versions.
1359 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
1361 * gst/playback/Makefile.am:
1362 * gst/playback/gstdecodebin.c: (close_pad_link):
1363 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1364 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1365 (gst_play_base_bin_handle_message_func), (unknown_type):
1366 Let decodebin be the element to post missing-plugin messages for
1367 missing decoders (rather than playbin); make playbin implement
1368 GstBin::handle_message so we can suppress missing-plugin messages
1369 for types we're not handling on purpose (don't want to bring up an
1370 installer in those cases).
1372 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
1374 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1375 * gst-libs/gst/tag/gstvorbistag.c:
1376 (gst_tag_list_to_vorbiscomment_buffer):
1377 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1378 Fix potentially unaligned access (#397207).
1380 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1382 * tests/examples/seek/seek.c: (set_scale), (update_scale),
1383 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1384 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1386 Allow to toggle looping while it plays. Fix callback prototype. Clean
1387 up code a bit more. Add copyright header.
1389 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1391 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1392 Red and blue mask was swapped (spotted by Dan Williams).
1394 2007-01-15 Stefan Kost <ensonic@users.sf.net>
1396 * gst-libs/gst/tag/gstid3tag.c:
1397 * gst-libs/gst/tag/gstvorbistag.c:
1398 Use new beats-per-minute tag from core.
1400 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
1403 Add new files with translatable strings, so they actually make it
1404 into the template file one day.
1406 2007-01-12 Andy Wingo <wingo@pobox.com>
1408 * gst-libs/gst/audio/gstbaseaudiosink.c
1409 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1410 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1411 stuff, as the base class handles this now. Actually tell the ring
1413 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1414 How did this work before? Maybe I'm not as awesome a programmer as
1417 * gst-libs/gst/audio/gstbaseaudiosrc.c
1418 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1421 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1423 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1424 Remove more fields so that the application can better blacklist
1425 formats that have been tried before.
1427 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1429 * gst-libs/gst/audio/mixerutils.h:
1430 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1431 used when compiling with c++ compilers as well.
1433 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1435 * gst/typefind/gsttypefindfunctions.c:
1438 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
1440 * gst/playback/gstplaybin.c: (post_missing_element_message),
1441 (gen_video_element), (gen_text_element), (gen_audio_element),
1443 Post missing-plugin messages also when we error out because
1444 converters, textoverlay or auto*sinks are missing (#161922).
1446 2007-01-10 Wim Taymans <wim@fluendo.com>
1448 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1449 (is_demuxer_element), (new_caps):
1450 * gst/playback/gstplaybasebin.c: (source_new_pad):
1451 Fix the case where we try to ref a NULL element when we delay a link
1452 because of unfixed caps.
1453 Set the state of autoplugged decodebins to PAUSED.
1454 RTSP now works in playbin, we can remove it from the blacklist.
1456 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1458 * gst/playback/Makefile.am:
1459 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1460 (unknown_type), (setup_subtitle), (gen_source_element):
1461 * gst/playback/gstplaybin.c: (plugin_init):
1462 Post missing-plugin messages on the bus for missing sources and
1463 missing decoders/demuxers/depayloaders; fix error code used when
1464 we're missing an URI handler source; for media types that we are not
1465 handling on purpose at the moment, don't print "don't know how to
1466 handle xyz" messages to the terminal or post missing-plugin
1467 messages on the bus.
1469 * tests/check/elements/playbin.c: (create_playbin),
1470 (GST_START_TEST), (gst_codec_src_uri_get_type),
1471 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1472 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1473 (gst_codec_src_init_type), (gst_codec_src_base_init),
1474 (gst_codec_src_create), (gst_codec_src_class_init),
1475 (gst_codec_src_init), (plugin_init), (playbin_suite):
1476 Add some tests for the missing-plugin stuff.
1478 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1481 * gst-libs/gst/Makefile.am:
1482 * gst-libs/gst/utils/Makefile.am:
1483 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1484 * gst-libs/gst/utils/base-utils.h:
1485 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1486 (find_format_info), (caps_are_rtp_caps),
1487 (gst_base_utils_get_source_description),
1488 (gst_base_utils_get_sink_description),
1489 (gst_base_utils_get_decoder_description),
1490 (gst_base_utils_get_encoder_description),
1491 (gst_base_utils_get_element_description),
1492 (gst_base_utils_add_codec_description_to_tag_list),
1493 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1494 * gst-libs/gst/utils/descriptions.h:
1495 * gst-libs/gst/utils/missing-plugins.c:
1496 (missing_structure_get_type), (copy_and_clean_caps),
1497 (gst_missing_uri_source_message_new),
1498 (gst_missing_uri_sink_message_new),
1499 (gst_missing_element_message_new),
1500 (gst_missing_decoder_message_new),
1501 (gst_missing_encoder_message_new),
1502 (missing_structure_get_string_detail),
1503 (missing_structure_get_caps_detail),
1504 (gst_missing_plugin_message_get_installer_detail),
1505 (gst_missing_plugin_message_get_description),
1506 (gst_is_missing_plugin_message):
1507 * gst-libs/gst/utils/missing-plugins.h:
1508 API: add new libgstbaseutils library with functions
1509 - to create and parse missing-plugins messages
1510 - that provide (translated) descriptions for caps/decoders/sources/etc.
1513 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1514 * pkgconfig/gstreamer-plugins-base.pc.in:
1517 * docs/libs/gst-plugins-base-libs-docs.sgml:
1518 * docs/libs/gst-plugins-base-libs-sections.txt:
1519 Generate docs for new lib and API.
1521 * tests/check/Makefile.am:
1522 * tests/check/libs/.cvsignore:
1523 * tests/check/libs/utils.c: (missing_msg_check_getters),
1524 (GST_START_TEST), (libgstbaseutils_suite):
1525 Add some basic unit tests.
1527 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1529 * ext/ogg/Makefile.am:
1530 Dist gstoggdemux.h to fix 'make distcheck'.
1532 * sys/v4l/Makefile.am:
1533 Fix 'make distcheck' even more.
1535 2007-01-09 Wim Taymans <wim@fluendo.com>
1537 * docs/plugins/Makefile.am:
1538 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1539 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1540 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1541 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1542 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1543 (gst_ogg_demux_perform_seek):
1544 * ext/ogg/gstoggdemux.h:
1546 Add some more comments.
1549 2007-01-09 Wim Taymans <wim@fluendo.com>
1551 * ext/theora/theoradec.c:
1552 * ext/vorbis/vorbisdec.c:
1553 * gst-libs/gst/audio/gstringbuffer.c:
1554 (gst_ring_buffer_commit_full):
1555 * gst-libs/gst/audio/gstringbuffer.h:
1556 * gst-libs/gst/rtp/gstrtpbuffer.c:
1557 * gst-libs/gst/tag/gstvorbistag.c:
1558 Small documentation updates/fixes
1560 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1563 Require core CVS HEAD for Andy's basesrc/sink API additions.
1565 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1567 Patch by: Günter Thelen <daedalus dot inc at gmx net>
1569 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1571 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1572 on flac.sf.net (there appear to be other versions of the first
1573 ogg page in the wild) (#391365).
1575 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1578 Check if localtime_r() is available.
1580 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1581 If localtime_r() is not available, fall back to localtime(). Should
1582 fix build on MingW (#393310).
1584 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1586 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1587 * gst/subparse/gstsubparse.h:
1588 Remove spurious 1000 subtrahend when calculating the timestamp from
1589 the frame number and the frame rate . Also, use the frames/second
1590 value specified in the first line of the file, if one is specified
1591 there. Should fix #357503.
1593 * tests/check/elements/subparse.c: (do_test),
1594 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1596 Add some basic unit tests for the microdvd subtitle format.
1598 2007-01-07 Julien MOUTTE <julien@moutte.net>
1600 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1601 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1602 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1603 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1604 (gst_xvimagesink_set_xwindow_id),
1605 (gst_xvimagesink_set_event_handling),
1606 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1607 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1608 Patch by : Young-Ho Cha <ganadist at chollian dot net>
1610 Add an adaptor property to select a specific XV adaptor.
1611 * sys/xvimage/xvimagesink.h:
1613 2007-01-07 Julien MOUTTE <julien@moutte.net>
1615 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1616 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1617 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1618 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1619 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1620 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1621 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1622 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1623 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1624 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1625 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1626 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1627 Use flow_lock much more to protect every access to xwindow.
1628 Try to catch erros while creating images in case some drivers are
1629 just generating an XError when the requested image is too big.
1630 Should fix : #354698, #384008, #384060.
1631 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1632 Implement some stress testing of setting window xid.
1634 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
1636 * win32/common/libgsaudio.def:
1637 Add new exported function.
1638 * win32/common/libgstogg.dsp:
1639 Add gstoggaviparse.c to the build.
1640 * win32/common/libgstvideoscale.dsp:
1641 Add vs_4tap.c to the build.
1642 * win32/common/libgstvorbis.dsp:
1643 Add vorbistag.c to the build.
1645 2007-01-06 Andy Wingo <wingo@pobox.com>
1647 * gst-libs/gst/audio/gstbaseaudiosink.c
1648 (gst_base_audio_sink_class_init)
1649 (gst_base_audio_sink_init):
1650 (gst_base_audio_sink_activate_pull): Add an activate_pull function
1651 to baseaudiosink, and tell basesink that we can work in pull mode.
1652 This way the ring buffer thread drives the pipeline directly, if
1653 pull mode is possible. There is some lingering nastiness regarding
1655 (gst_base_audio_sink_callback): Implement the callback to pull
1656 data. This interface is a bit light, though -- it should get a
1657 GstFlowReturn return value at least.
1659 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1661 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1662 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1663 * gst/playback/gstdecodebin2.c:
1664 (gst_decode_group_check_if_blocked):
1665 Printf format and missing argument fixes.
1667 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
1669 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1670 (gst_ogm_parse_change_state):
1671 Activate pads before adding them to the element.
1673 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1675 * tests/examples/seek/scrubby.c: (main):
1676 * tests/examples/seek/seek.c: (main):
1677 Call g_thread_init() first thing in main() (see #391278).
1679 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1681 * tests/check/Makefile.am:
1682 * tests/check/libs/.cvsignore:
1683 * tests/check/libs/netbuffer.c: (GST_START_TEST),
1685 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1686 for the time being, since it's broken, see #393099.
1688 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1690 * tests/check/Makefile.am:
1691 Update to use GST_PLUGINS_BASE_CFLAGS as well.
1693 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1696 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1697 so that GST_BASE_CFLAGS can go inbetween them, making sure
1698 we use uninstalled gst-libs headers
1699 * docs/libs/Makefile.am:
1700 * ext/alsa/Makefile.am:
1701 * ext/cdparanoia/Makefile.am:
1702 * ext/gnomevfs/Makefile.am:
1703 * ext/libvisual/Makefile.am:
1704 * ext/ogg/Makefile.am:
1705 * ext/theora/Makefile.am:
1706 * ext/vorbis/Makefile.am:
1707 * gst-libs/gst/audio/Makefile.am:
1708 * gst-libs/gst/cdda/Makefile.am:
1709 * gst-libs/gst/interfaces/Makefile.am:
1710 * gst-libs/gst/riff/Makefile.am:
1711 * gst-libs/gst/rtp/Makefile.am:
1712 * gst-libs/gst/tag/Makefile.am:
1713 * gst/adder/Makefile.am:
1714 * gst/audioconvert/Makefile.am:
1715 * gst/audiorate/Makefile.am:
1716 * gst/audioresample/Makefile.am:
1717 * gst/playback/Makefile.am:
1718 * gst/tcp/Makefile.am:
1719 * gst/videoscale/Makefile.am:
1720 * gst/volume/Makefile.am:
1721 * sys/ximage/Makefile.am:
1722 * sys/xvimage/Makefile.am:
1723 * tests/icles/Makefile.am:
1726 2007-01-04 Julien MOUTTE <julien@moutte.net>
1728 * gst-libs/gst/interfaces/xoverlay.c:
1729 (gst_x_overlay_handle_events):
1730 * gst-libs/gst/interfaces/xoverlay.h:
1731 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1732 (gst_ximagesink_set_xwindow_id),
1733 (gst_ximagesink_set_event_handling),
1734 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1735 (gst_ximagesink_get_property), (gst_ximagesink_init),
1736 (gst_ximagesink_class_init):
1737 * sys/ximage/ximagesink.h:
1738 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1739 (gst_xvimagesink_set_xwindow_id),
1740 (gst_xvimagesink_set_event_handling),
1741 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1742 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1743 (gst_xvimagesink_class_init):
1744 * sys/xvimage/xvimagesink.h:
1745 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1746 Add a method to the XOverlay interface to allow disabling of
1747 event handling in x[v]imagesink elements. This will let X events
1748 propagate to parent windows which can be usefull in some cases.
1749 Be carefull that the application is then responsible of pushing
1750 navigation events and expose events to the video sink.
1753 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
1755 * gst-libs/gst/tag/gstvorbistag.c:
1756 * tests/check/libs/tag.c: (GST_START_TEST):
1757 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1760 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
1764 * docs/design/Makefile.am:
1767 2006-12-27 Julien MOUTTE <julien@moutte.net>
1769 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1770 typo. Fixes: #390063.
1772 2006-12-27 Julien MOUTTE <julien@moutte.net>
1774 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1775 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1777 * win32/common/config.h: Updated.
1779 2006-12-22 Stefan Kost <ensonic@users.sf.net>
1781 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1782 (setup_gdpdepay_streamheader):
1783 * tests/check/elements/gdppay.c: (cleanup_gdppay),
1784 (setup_gdppay_streamheader):
1785 Fix the dp tests, but activating the pads for the streamheader tests
1786 too and cleaning up conditionaly
1788 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
1790 * gst/ffmpegcolorspace/avcodec.h:
1791 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1792 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1793 (gst_ffmpegcsp_avpicture_fill):
1794 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1795 (img_get_alpha_info):
1796 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1797 other end of the word. Fixes: #387073.
1799 Add some inconsequential branch hints in a couple of places.
1801 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
1803 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1804 (gst_ffmpeg_caps_to_smpfmt):
1805 The "signed" field in raw audio caps is of boolean type, trying to
1806 extract the value with _get_int() will fail (fix to keep in sync with
1807 the copy in gst-ffmpeg)
1809 2006-12-21 Stefan Kost <ensonic@users.sf.net>
1811 * tests/check/elements/audioresample.c: (cleanup_audioresample):
1812 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1813 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1815 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1816 * tests/check/elements/subparse.c: (teardown_subparse):
1817 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1818 * tests/check/elements/videorate.c: (cleanup_videorate):
1819 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1820 * tests/check/elements/volume.c: (cleanup_volume):
1821 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1822 (cleanup_vorbisdec):
1823 * tests/check/elements/vorbistag.c: (setup_vorbistag),
1824 (cleanup_vorbistag):
1825 consistent pad (de)activation
1827 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1829 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1830 Forgot to register the extensions.
1832 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1834 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1836 Add typefinder for VIVO files (my christmas present to the 90s).
1838 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1840 * gst/playback/gstdecodebin.c: (type_found):
1841 Special-case the text/plain media type: we only want to recognise it
1842 as a 'raw' decoded media type if it comes from a demuxer or subtitle
1843 parser, but not if the entire stream is of text/plain type. If the
1844 entire stream is text/plain, we should just error out.
1846 This fixes playback of audio files with lyrics in totem. Totem can't
1847 distinguish between text files and subtitle files and passes any
1848 .txt file with the same basename as the main file to playbin as
1849 suburi, and playbin will then throw a 'subtitle found, but no video
1850 stream' error, which isn't entirely helpful. See #380342.
1852 Also, with this change we'll show a slightly more correct error
1853 message in case totem passes a playlist file to us (although a
1854 custom error message wording instead of the default text would
1855 probably not be a bad idea either).
1857 Same problem also needs to be fixed for playbin+decodebin2.
1859 * tests/check/Makefile.am:
1860 * tests/check/elements/decodebin.c: (src_handoff_cb),
1861 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1863 Add simple unit test for decodebin for the above.
1865 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1867 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1868 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1869 Refuse to change state to READY when we failed to create any of the
1870 required elements in our instance init function.
1872 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
1874 * docs/libs/gst-plugins-base-libs-sections.txt:
1875 Small docs fixes/updates.
1877 * gst-libs/gst/video/gstvideosink.h:
1878 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1879 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1880 removed from the base sink API between 0.9.6 and 0.9.7).
1881 API: add GST_VIDEO_SINK_CAST and use it for the height/width
1882 accessor macros, so we don't do a runtime GObject type check every
1885 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
1888 * gst-plugins-base.doap:
1889 * gst-plugins-base.spec.in:
1892 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
1894 Patch by: Jens Granseuer <jensgr at gmx net>
1896 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1897 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1898 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1899 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1900 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1901 Declare variables at the beginning of a block. Fixes #383195.
1903 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
1906 Bump version nano - back to CVS.
1909 === release 0.10.11 ===
1911 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
1914 releasing 0.10.11, "Dumb things"
1916 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
1918 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1919 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1920 Handle the case where an element has multiple pads with
1921 unfixed caps as well as still possibly producing more dynamic
1922 pads by storing each case as a distinct entry in the dynamic list.
1925 2006-12-04 Wim Taymans <wim@fluendo.com>
1927 * gst/playback/gstdecodebin.c: (close_pad_link):
1928 Fix #382223, add more dynamic caps handling.
1930 2006-12-04 Wim Taymans <wim@fluendo.com>
1932 reviewed by: <delete if not using a buddy>
1934 * gst-libs/gst/audio/gstringbuffer.h:
1935 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1936 (gst_netaddress_set_ip4_interface),
1937 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1938 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1939 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1940 (gst_netaddress_get_ttl):
1941 * gst-libs/gst/netbuffer/gstnetbuffer.h:
1942 * gst/playback/gstdecodebin.c: (close_pad_link):
1943 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1944 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1945 * win32/common/config.h:
1947 2006-12-01 Michael Smith <msmith@fluendo.com>
1949 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1950 Delete bad debug code.
1953 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
1955 * gst/videoscale/vs_4tap.c:
1957 * win32/common/config.h:
1958 * win32/vs8/libgstvideoscale.vcproj:
1959 Fix compilation on win32 under VS8
1960 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1961 Partially fixes #381175
1963 2006-11-30 Michael Smith <msmith@fluendo.com>
1965 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1967 It would be very bad if, after a discont buffer, we thought every
1968 single following buffer was also discont. So, add to the test to
1969 ensure that this isn't the case.
1971 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1972 ... it was the case. So fix it.
1974 2006-11-28 Wim Taymans <wim@fluendo.com>
1976 * gst/playback/gstplaybasebin.c: (check_queue_event):
1979 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1980 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1981 padtemplate caps. Refixes #357577.
1983 2006-11-28 Wim Taymans <wim@fluendo.com>
1985 * gst/playback/gstplaybasebin.c: (check_queue_event),
1986 (queue_threshold_reached), (queue_out_of_data),
1987 (gen_preroll_element):
1988 Add event probe to see when EOS is in a queue and we can disable the
1989 underrun signals. Fixes #357577.
1991 2006-11-28 Edward Hervey <edward@fluendo.com>
1993 * gst/playback/Makefile.am:
1994 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1995 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1996 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1997 (gst_decode_bin_init), (gst_decode_bin_dispose),
1998 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1999 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
2000 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
2001 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
2002 (connect_element), (expose_pad), (type_found),
2003 (pad_added_group_cb), (pad_removed_group_cb),
2004 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
2005 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
2006 (are_raw_caps), (multi_queue_overrun_cb),
2007 (multi_queue_underrun_cb), (gst_decode_group_new),
2008 (get_current_group), (group_demuxer_event_probe),
2009 (gst_decode_group_control_demuxer_pad),
2010 (gst_decode_group_control_source_pad),
2011 (gst_decode_group_check_if_blocked),
2012 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
2013 (gst_decode_group_hide), (gst_decode_group_free),
2014 (gst_decode_group_set_complete), (source_pad_blocked_cb),
2015 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
2016 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
2018 New decodebin2 element.
2020 * gst/playback/gstplay-marshal.list:
2021 Added marshallers for new signals in decodebin2
2022 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
2023 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
2026 2006-11-28 Wim Taymans <wim@fluendo.com>
2028 * gst/playback/gstplaybasebin.c: (setup_source),
2029 (gst_play_base_bin_change_state):
2030 Disable rtsp:// uris for the release, it's not good enough yet.
2033 2006-11-26 Wim Taymans <wim@fluendo.com>
2035 * ext/theora/theoradec.c: (gst_theora_dec_reset),
2036 (theora_dec_push_forward), (theora_dec_push_reverse),
2037 (theora_handle_data_packet), (theora_dec_decode_buffer),
2038 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2039 (theora_dec_chain_forward), (theora_dec_chain):
2040 Implement reverse playback.
2042 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
2043 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
2044 (vorbis_dec_chain_forward):
2045 Clear buffers used for reverse playback in _reset.
2046 No need to set the eos flag, we clip samples using the segment.
2048 2006-11-24 Wim Taymans <wim@fluendo.com>
2050 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
2051 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
2052 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
2053 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
2055 Handle continued pages in reverse mode.
2057 2006-11-24 Wim Taymans <wim@fluendo.com>
2059 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
2060 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2061 (vorbis_dec_flush_decode):
2063 Don't try to add invalid timestamps.
2064 Clipping will unref the buffer.
2066 2006-11-24 Stefan Kost <ensonic@users.sf.net>
2068 * gst/adder/gstadder.h:
2069 * gst/audiotestsrc/gstaudiotestsrc.h:
2070 remove obsolete _factory_init protos
2072 2006-11-24 Stefan Kost <ensonic@users.sf.net>
2074 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2075 Fix spacing in debug message.
2077 2006-11-23 Wim Taymans <wim@fluendo.com>
2079 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2080 (gst_ogg_demux_chain):
2081 Don't just ignore return values from _pad_push().
2082 Small debug improvements.
2084 2006-11-23 Michael Smith <msmith@fluendo.com>
2086 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
2087 If our incoming buffer is marked as DISCONT, then increment the page
2088 number (so that the discontinuity is marked in the final ogg
2089 bitstream) and flush the previous page.
2091 2006-11-22 Michael Smith <msmith@fluendo.com>
2093 * ext/theora/gsttheoraenc.h:
2094 * ext/theora/theoraenc.c: (gst_theora_enc_init),
2095 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
2096 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
2097 (theora_enc_chain), (theora_enc_change_state):
2098 Mark discontinuities of > 3/4 of a frame, reinit encoder.
2100 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2101 (GST_START_TEST), (theoraenc_suite):
2102 Enable discontinuity test, fix it.
2104 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
2106 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2107 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2108 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2109 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2110 (gst_text_overlay_change_state):
2111 * ext/pango/gsttextoverlay.h:
2112 Some textoverlay fixes: for one, in the video chain function,
2113 actually wait for a text buffer to come in if there is none at the
2114 moment and there should be one; also, deal more gracefully with
2115 incoming buffers that do not have a timestamp or duration; discard
2116 text buffer when not needed any longer. Fixes #341681.
2118 * tests/check/Makefile.am:
2119 * tests/check/elements/.cvsignore:
2120 * tests/check/elements/textoverlay.c:
2121 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
2122 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
2123 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
2124 (test_video_waits_for_text_send_text_newsegment_thread),
2125 (test_video_waits_for_text_shutdown_element),
2126 (test_render_continuity_push_video_buffers_thread),
2127 (textoverlay_suite):
2128 Add some unit tests for textoverlay.
2130 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
2132 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2133 Avoid integer underflow when the found probability for mp3 is
2134 smaller than the 'penalty' we subtract if there's not a clean
2135 mp3 header sync at offset 0.
2137 2006-11-21 Stefan Kost <ensonic@users.sf.net>
2139 * docs/libs/gst-plugins-base-libs-sections.txt:
2140 Add some new symbols to the docs
2142 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
2144 * tests/check/Makefile.am:
2145 * tests/check/elements/ffmpegcolorspace.c:
2146 (ffmpegcolorspace_suite):
2147 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2148 (for now not for valgrinding though, since it takes too long).
2150 2006-11-20 Wim Taymans <wim@fluendo.com>
2152 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2153 (gst_ffmpeg_pixfmt_to_caps):
2154 Fix RGBA32 caps. Fixes #357038.
2156 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
2158 * gst-libs/gst/interfaces/mixertrack.h:
2159 Add FIXME so we can add some padding here in 0.11
2161 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
2163 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2164 Fix GstBaseRTPAudioPayload structure so the whole GObject
2165 inheritance business actually works (parent class instance structure
2166 must always come first in the derived class instance structure).
2168 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
2170 * gst/videotestsrc/Makefile.am:
2171 * tests/check/Makefile.am:
2172 Make sure our checks and the videotestsrc plugin link against the
2173 local uninstalled gst libs and not any installed gst libs that
2174 might happen to exist as well.
2176 * tests/check/elements/adder.c: (message_received),
2177 (test_event_message_received), (test_play_twice_message_received):
2178 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2179 Fix compiler warnings when compiling against core with disabled
2182 2006-11-16 Michael Smith <msmith@fluendo.com>
2184 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2185 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2186 Fix audiorate, so that it accurately sets offsets and timestamps.
2187 Doesn't change the fundamental algorithmic decisions; so should be
2190 * tests/check/Makefile.am:
2191 Enable audiorate test now that it passes.
2193 2006-11-09 Stefan Kost <ensonic@users.sf.net>
2195 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2196 clear xv when going to NULL, remove // commented non-existant proto
2198 * tests/examples/seek/seek.c: (main):
2199 add missing tooltip description for scrub and play_scrub
2201 2006-11-14 David Schleef <ds@schleef.org>
2204 Bump liboil requirement to 0.3.8.
2205 * gst-libs/gst/riff/riff-media.c:
2207 * gst/videoscale/vs_image.h:
2208 * gst/videoscale/vs_scanline.h:
2209 Use liboil's stdint.h.
2210 * gst/videotestsrc/videotestsrc.c:
2211 Remove liboil related ifdef's, since they aren't needed now, and
2212 won't work with future versions.
2214 2006-11-14 David Schleef <ds@schleef.org>
2216 * gst/videoscale/Makefile.am:
2217 * gst/videoscale/gstvideoscale.c:
2218 * gst/videoscale/gstvideoscale.h:
2219 * gst/videoscale/vs_4tap.c:
2220 * gst/videoscale/vs_4tap.h:
2221 * gst/videoscale/vs_image.c:
2222 * gst/videoscale/vs_image.h:
2223 * gst/videoscale/vs_scanline.c:
2224 * gst/videoscale/vs_scanline.h:
2225 Add a 4-tap image scaler. Theoretically looks much prettier.
2226 The tap calculation could use some improvement.
2228 2006-11-14 Wim Taymans <wim@fluendo.com>
2230 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2232 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2233 (gst_riff_parse_strf_iavs):
2234 * gst/subparse/gstsubparse.c: (convert_encoding):
2235 * gst/tcp/gstmultifdsink.c:
2236 (gst_multi_fd_sink_handle_client_write):
2237 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2238 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2239 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2240 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2241 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2242 (gst_ximagesink_ximage_new):
2243 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2244 Various gsize and gssize printf fixes. Fixes #372507.
2246 2006-11-13 Wim Taymans <wim@fluendo.com>
2248 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2249 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2250 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2251 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2252 (vorbis_dec_chain_forward), (vorbis_dec_chain):
2253 * ext/vorbis/vorbisdec.h:
2254 First stab at vorbis reverse playback.
2256 2006-11-13 Wim Taymans <wim@fluendo.com>
2258 * gst-libs/gst/audio/gstbaseaudiosink.c:
2259 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2260 * gst-libs/gst/audio/gstbaseaudiosink.h:
2261 Make the clock sync code more accurate wrt resampling and playback
2264 * gst-libs/gst/audio/gstringbuffer.c:
2265 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2266 * gst-libs/gst/audio/gstringbuffer.h:
2267 Use better algorithm to interpolate sample rates.
2269 2006-11-13 Michael Smith <msmith@fluendo.com>
2271 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2272 Improve a debug line slightly.
2274 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2275 Call gst_riff_init() in plugin_init, to avoid getting errors from
2276 the debug system (unrelated changes to another plugin made this turn
2279 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
2281 Patch by: Sergey Scobich <sergery.scobich at gmail com>
2283 * win32/common/libgsttag.def:
2284 Add missing symbol (#366492).
2286 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
2288 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2289 Don't unref a NULL pad.
2291 2006-11-09 Wim Taymans <wim@fluendo.com>
2293 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2294 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2295 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2296 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2297 (gst_ogg_demux_loop):
2298 Implement first stab at reverse playback.
2300 2006-11-07 Stefan Kost <ensonic@users.sf.net>
2302 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2303 (gst_riff_create_video_template_caps):
2304 add h263/h264 variants to the caps, Fixes #363118
2306 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
2308 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2309 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2310 Use g_strerror instead of strerror so we get UTF-8.
2312 2006-11-03 David Schleef <ds@schleef.org>
2314 * ext/ogg/gstoggdemux.c:
2315 * ext/ogg/gstoggmux.c:
2316 Add/remove KW-DIRAC header here, since it is ogg-specific.
2318 2006-11-03 Michael Smith <msmith@fluendo.com>
2320 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2321 Recognise more mpeg4 elementary video streams.
2323 2006-11-02 Edward Hervey <edward@fluendo.com>
2325 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2326 Lower the probability of mp3 typefinding functions if we don't find a
2327 valid mp3 header at the start of the file.
2330 2006-11-02 Wim Taymans <wim@fluendo.com>
2332 * ext/theora/gsttheoradec.h:
2333 * ext/theora/theoradec.c: (gst_theora_dec_init),
2334 (theora_dec_sink_event), (theora_dec_chain_forward),
2335 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2337 Document and partially implement an algorithm for doing reverse playback
2340 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
2342 Patch by: Sergey Scobich <sergey.scobich at gmail com>
2344 * win32/common/config.h:
2345 * win32/common/interfaces-enumtypes.c:
2346 * win32/common/libgsttag.def:
2347 * win32/vs8/gst-plugins-base.sln:
2348 * win32/vs8/libgstaudioresample.vcproj:
2349 * win32/vs8/libgstinterfaces.vcproj:
2350 * win32/vs8/libgstogg.vcproj:
2351 * win32/vs8/libgstriff.vcproj:
2352 * win32/vs8/libgsttag.vcproj:
2353 * win32/vs8/libgsttheora.vcproj:
2354 * win32/vs8/libgstvideoscale.vcproj:
2355 * win32/vs8/libgstvorbis.vcproj:
2356 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2357 to libgsttag.def; add missing dependencies for some vs8 projects;
2358 re-arrange placement of .def files in vs8 projects (#366334).
2360 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
2363 Remove unused variable.
2365 * ext/ogg/gstoggdemux.c:
2366 Fix Wim's surname in plugin description.
2368 2006-10-31 Wim Taymans <wim@fluendo.com>
2370 * gst-plugins-base.spec.in:
2371 spec new .h file. Fixes #368310.
2373 2006-10-31 Michael Smith <msmith@fluendo.com>
2375 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2376 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2377 (gst_multi_fd_sink_get_stats),
2378 (gst_multi_fd_sink_remove_client_link),
2379 (gst_multi_fd_sink_queue_buffer),
2380 (gst_multi_fd_sink_handle_clients):
2381 * gst/tcp/gstmultifdsink.h:
2382 Make using the remove or clear signals threadsafe.
2383 Make calling get-stats with an invalid fd not segfault.
2386 2006-10-31 Wim Taymans <wim@fluendo.com>
2388 * gst-libs/gst/rtp/Makefile.am:
2389 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2390 (gst_base_rtp_audio_payload_init):
2391 Fix and activate base audio payloader.
2393 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2395 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2397 Add typefinder for QuickTime Image Files (see #366156).
2399 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2401 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2402 Another typo fix (#366212).
2404 2006-10-27 Wim Taymans <wim@fluendo.com>
2406 * gst/volume/gstvolume.c: (volume_transform_ip):
2407 Use stream time to synchronize volume property instead of rather random
2408 timestamps. This is needed when gnonlin does its time shifting.
2410 2006-10-27 Wim Taymans <wim@fluendo.com>
2412 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2414 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2415 Remove the pad from the element in release_pad. Fixes #364812.
2417 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
2419 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2420 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2421 Explicitly create our custom buffer classes at a thread-safe
2422 location as well, since g_type_class_ref() doesn't seem to be
2423 entirely thread-safe either (#365501; also see #349410).
2425 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
2427 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2428 (gst_riff_parse_info):
2429 If strings in INFO chunk are not UTF-8, do something similar to
2430 what we do for ID3v1 tags: check a number of environment variables
2431 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2432 character sets to try, otherwise try the current locale and/or fall
2433 back on ISO-8859-1. Fixes #360552.
2435 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2437 * gst/videotestsrc/gstvideotestsrc.c:
2438 (gst_video_test_src_pattern_get_type),
2439 (gst_video_test_src_set_pattern):
2440 * gst/videotestsrc/gstvideotestsrc.h:
2441 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2442 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2443 (gst_video_test_src_checkers8):
2444 * gst/videotestsrc/videotestsrc.h:
2445 Add a bunch of exciting new checkers patterns.
2447 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2449 * gst/subparse/Makefile.am:
2450 * gst/subparse/gstsubparse.c:
2451 (gst_sub_parse_data_format_autodetect),
2452 (gst_sub_parse_format_autodetect), (handle_buffer),
2453 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2454 * gst/subparse/gstsubparse.h:
2455 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2457 * gst/subparse/tmplayerparse.h:
2458 Add support for TMPlayer-type subtitles (#362845).
2460 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2461 (GST_START_TEST), (subparse_suite):
2462 Add some basic unit tests for the above.
2464 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2466 * tests/check/elements/audiorate.c: (test_injector_base_init),
2467 (test_injector_class_init), (test_injector_chain),
2468 (test_injector_init), (probe_cb), (do_perfect_stream_test),
2469 (GST_START_TEST), (audiorate_suite):
2470 More tests for audiorate: inject buffers to check behaviour when
2473 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
2475 * tests/check/Makefile.am:
2476 * tests/check/elements/.cvsignore:
2477 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2478 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2479 Add some basic unit tests for audiorate. Disabled at the moment
2480 since it doesn't pass yet (see bug #363119).
2482 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
2484 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2485 (parse_subrip), (handle_buffer):
2486 Add missing closing tags for markup and fix broken markup,
2487 otherwise pango won't render anything (fixes #357531). Also,
2488 make sure the text we send out is always NUL-terminated
2489 (better safe than sorry etc.).
2491 * tests/check/elements/subparse.c: (test_srt_do_test),
2493 Some more tests for .srt incl. tests for the above stuff.
2495 2006-10-20 Julien MOUTTE <julien@moutte.net>
2497 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2498 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2499 Patch by: Stefan Kost <ensonic@users.sf.net>
2500 Try to redraw borders only when needed. Apparently this consumes
2501 resources on small devices... :-O (#363607)
2503 2006-10-20 Michael Smith <msmith@fluendo.com>
2505 * gst/tcp/gstmultifdsink.c:
2506 (gst_multi_fd_sink_client_queue_buffer):
2507 If caps change, then update the client's idea of the caps so that we
2508 don't end up re-sending streamheaders for every single buffer after
2511 2006-10-20 Michael Smith <msmith@fluendo.com>
2513 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2514 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2515 Set caps on pushed buffers; fix up refcounting of caps objects.
2517 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2519 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2521 Typefind mmsh header data packet to application/x-mmsh (#362625).
2523 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2525 * tests/check/Makefile.am:
2526 * tests/check/elements/.cvsignore:
2527 * tests/check/elements/subparse.c: (buffer_from_static_string),
2528 (setup_subparse), (teardown_subparse), (test_srt_do_test),
2529 (GST_START_TEST), (subparse_suite):
2530 Add very simple unit test for subparse.
2532 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2534 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2536 Strip trailing newlines from subtitle text output.
2538 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2540 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2541 (gst_sub_parse_change_state):
2542 Fix memleak; clear subparse->textbuf n state change function.
2544 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2546 * gst/subparse/gstsubparse.c:
2547 (gst_sub_parse_data_format_autodetect):
2548 Don't require subrip (.srt) files to start with a chunk number of 1.
2550 2006-10-18 Wim Taymans <wim@fluendo.com>
2552 * gst-libs/gst/audio/gstbaseaudiosink.c:
2553 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2554 * gst-libs/gst/audio/gstbaseaudiosink.h:
2555 Extract rate from the NEWSEGMENT event.
2556 Use commit_full to also take rate adjustment into account when writing
2557 samples to the ringbuffer.
2559 * gst-libs/gst/audio/gstringbuffer.c:
2560 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2561 (gst_ring_buffer_read):
2562 * gst-libs/gst/audio/gstringbuffer.h:
2563 Added _commit_full() to also take rate into account.
2564 Use simple interpolation algorithm to resample audio.
2565 API: gst_ring_buffer_commit_full()
2567 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2568 * tests/examples/seek/seek.c: (segment_done):
2569 Don't try to seek with 0.0 rate, just pause instead.
2570 Remove bogus debug line.
2572 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2574 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2576 Catch async errors when starting up the subtitle bin, so we can
2577 stop waiting and continue with the main film instead of hanging
2578 forever. Fixes #339366.
2580 * tests/check/elements/playbin.c: (playbin_suite):
2581 Enable unit test for the above.
2583 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2585 * tests/check/Makefile.am:
2586 * tests/check/elements/.cvsignore:
2587 * tests/check/elements/playbin.c: (GST_START_TEST),
2588 (gst_red_video_src_uri_get_type),
2589 (gst_red_video_src_uri_get_protocols),
2590 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2591 (gst_red_video_src_uri_handler_init),
2592 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2593 (gst_red_video_src_create), (gst_red_video_src_class_init),
2594 (gst_red_video_src_init), (plugin_init), (playbin_suite):
2595 Some small and basic unit tests for playbin; not very useful yet,
2596 but at least a start.
2598 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2600 * gst/playback/gstplaybin.c: (setup_sinks):
2601 The old pad activation spiel.
2603 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2605 * gst/playback/gstplaybasebin.c: (setup_source):
2606 Don't hang forever if the subbin already fails to start up in
2607 the state change to PAUSED (#339366).
2609 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
2611 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2612 (gst_tuner_set_channel), (gst_tuner_get_channel),
2613 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2614 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2615 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2616 (gst_tuner_find_channel_by_name):
2617 Fix some function guards, add some more function guards.
2619 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
2621 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2622 (remove_element_chain):
2623 Don't return a pad from get_our_ghost_pad unless it is actually the
2625 Change a cast in remove_element_chain slightly.
2627 2006-10-13 Julien MOUTTE <julien@moutte.net>
2629 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2630 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2631 Segment seeking needs to use the rate and set stop to -1.
2633 2006-10-13 Wim Taymans <wim@fluendo.com>
2635 * gst-libs/gst/audio/gstbaseaudiosink.c:
2636 (gst_base_audio_sink_setcaps):
2637 Don't crash when ringbuffer is not yet created.
2638 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2641 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2642 * gst/playback/gststreamselector.c:
2643 (gst_stream_selector_request_new_pad):
2644 Activate pads befre adding them to running elements.
2646 2006-10-13 Julien MOUTTE <julien@moutte.net>
2648 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2649 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2650 updater when we start grabing the slider. Don't wait for the
2651 pipeline to be PAUSED.
2653 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
2655 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2656 (gst_mixer_set_volume), (gst_mixer_get_volume),
2657 (gst_mixer_set_mute), (gst_mixer_set_option),
2658 (gst_mixer_get_option), (gst_mixer_mute_toggled),
2659 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2660 (gst_mixer_option_changed):
2661 Guard mixer interface functions against bogus arguments.
2663 2006-10-12 Julien MOUTTE <julien@moutte.net>
2665 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2666 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2667 (msg_state_changed), (main): Use state-changed messages to trigger
2668 start/stop of scale update timer. Indeed the scale slider was
2669 jumping here and there because the update timer was activated
2670 before seek completed. This fixes instant applying of rate changes
2671 by pressing the spinbutton like a crazy man !
2673 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
2675 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
2677 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2678 (gst_basertppayload_finalize):
2679 Fix two small memory leaks (#361456).
2681 2006-10-10 Julien MOUTTE <julien@moutte.net>
2683 * tests/examples/seek/seek.c: (do_seek),
2684 (rate_spinbutton_changed_cb): When changing spinbutton we try
2685 to change the rate on the fly.
2687 2006-10-10 Wim Taymans <wim@fluendo.com>
2689 * gst-libs/gst/riff/riff-ids.h:
2690 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2691 (gst_riff_create_audio_template_caps):
2694 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2696 Patch by: Josep Torre Valles <josep@fluendo.com>
2698 * ext/gnomevfs/gstgnomevfssink.c:
2699 * ext/gnomevfs/gstgnomevfssrc.c:
2700 Fix URI interface implementation return type.
2701 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2702 Fix what looks like a copy/paste issue when assigning values.
2703 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2704 (gst_audio_filter_template_get_type):
2705 Cast to prevent Forte warnings.
2706 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2707 Fix URI interface implementation return type.
2708 gst_pad_query_position requires a signed integer pointer as
2709 3rd parameter, GstClockTime is unsigned.
2710 * gst/audioconvert/audioconvert.c:
2711 Fix integer overflow when treated as signed.
2712 * gst/audioresample/resample.c: (resample_add_input_data):
2713 Cast to prevent warnings on Forte.
2714 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2715 Fix integer overflow when treated as signed.
2716 * gst/ffmpegcolorspace/imgconvert_template.h:
2717 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2718 * gst/playback/gstdecodebin.c: (queue_filled_cb),
2719 (cleanup_decodebin):
2720 Who initialises a guint to -1!
2721 Cast function pointers to prevent warnings on Forte.
2722 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2723 (queue_threshold_reached):
2724 Cast function pointers correctly to prevent warnings on Forte.
2725 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2726 Cast function pointers correctly to prevent warnings on Forte.
2727 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2728 Obvious change to unsigned, 0xEF > max signed char.
2729 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2730 GstClockTime is unsigned, initialise correctly.
2731 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2732 Cast so pointer arithemetic doesn't cause warnings on Forte.
2733 * gst/videorate/gstvideorate.c:
2734 Use correct return value.
2735 * tests/examples/seek/scrubby.c:
2736 GstClockTime is unsigned, initialise correctly.
2738 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
2740 Patch by: Ferenc Gerlits <fgerlits at gmail com>
2742 * gst/typefind/gsttypefindfunctions.c:
2743 Recognise XML files and XML-like files shorter than 256 bytes as
2744 well (fixes #359237).
2746 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
2748 Patch by: Renato Filho <renato.filho@indt.org.br>
2750 * gst/typefind/gsttypefindfunctions.c:
2751 Added typefind functions to video/x-nuv media.
2753 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
2755 * gst-libs/gst/interfaces/xoverlay.c:
2756 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2757 Some more guards against invalid input.
2759 2006-10-07 Julien MOUTTE <julien@moutte.net>
2761 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
2763 * tests/examples/seek/seek.c: (do_seek),
2764 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2765 seek example to experiment with rates != 1.0 (reverse playback !)
2767 2006-10-06 Stefan Kost <ensonic@users.sf.net>
2769 * gst-libs/gst/interfaces/xoverlay.c:
2770 Unref message in doc-example (spotted by Robert McQueen)
2772 2006-10-06 Wim Taymans <wim@fluendo.com>
2774 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2775 (mpeg1_parse_header), (mpeg1_sys_type_find):
2778 2006-10-06 Wim Taymans <wim@fluendo.com>
2780 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2782 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2783 Activate dynamic pads before adding them to the element.
2785 2006-10-06 Michael Smith <msmith@fluendo.com>
2787 * gst-libs/gst/floatcast/floatcast.h:
2788 Fix obviously-bogus macros; use the correct types.
2790 2006-10-06 Wim Taymans <wim@fluendo.com>
2792 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2793 (gst_base_rtp_depayload_change_state):
2794 Also call parent state change function to activate pads.
2796 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2797 (mpeg1_parse_header), (mpeg1_sys_type_find):
2798 Add some more debug info in mpeg typefinding.
2800 2006-10-06 Michael Smith <msmith@fluendo.com>
2802 * ext/theora/theoradec.c: (theora_dec_chain):
2803 Zero byte theora packets are valid and well-defined; don't warn on
2806 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
2808 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2809 (gst_multi_fd_sink_get_stats), (find_limits),
2810 (gst_multi_fd_sink_queue_buffer):
2811 API: add dropped_buffers to the get-stats GValueArray
2813 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
2815 * ext/alsa/gstalsadeviceprobe.c:
2816 (gst_alsa_device_property_probe_get_values):
2817 * ext/alsa/gstalsasink.c: (set_hwparams):
2818 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2819 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2820 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2821 (gst_ogg_mux_process_best_pad):
2822 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2823 (gst_ogg_parse_chain):
2824 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2825 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2826 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2827 (gst_vorbis_enc_buffer_check_discontinuous):
2828 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2829 * gst-libs/gst/audio/gstbaseaudiosink.c:
2830 (gst_base_audio_sink_render):
2831 * gst-libs/gst/cdda/gstcddabasesrc.c:
2832 (gst_cdda_base_src_handle_track_seek):
2833 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2834 (gst_base_rtp_depayload_push_full):
2835 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2836 * gst/audioresample/resample.c: (resample_input_pushthrough):
2837 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2838 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2839 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2840 (wavpack_type_find):
2841 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2842 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2843 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2844 * tests/check/elements/volume.c: (GST_START_TEST):
2845 Printf format fixes.
2847 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
2849 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2850 Fix a simple mistake (see the docs)
2853 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2855 * docs/plugins/Makefile.am:
2856 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2857 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2858 * docs/plugins/gst-plugins-base-plugins.args:
2859 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2860 * docs/plugins/inspect/plugin-adder.xml:
2861 * docs/plugins/inspect/plugin-alsa.xml:
2862 * docs/plugins/inspect/plugin-audioconvert.xml:
2863 * docs/plugins/inspect/plugin-audiorate.xml:
2864 * docs/plugins/inspect/plugin-audioresample.xml:
2865 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2866 * docs/plugins/inspect/plugin-cdparanoia.xml:
2867 * docs/plugins/inspect/plugin-decodebin.xml:
2868 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2869 * docs/plugins/inspect/plugin-gdp.xml:
2870 * docs/plugins/inspect/plugin-gnomevfs.xml:
2871 * docs/plugins/inspect/plugin-libvisual.xml:
2872 * docs/plugins/inspect/plugin-ogg.xml:
2873 * docs/plugins/inspect/plugin-pango.xml:
2874 * docs/plugins/inspect/plugin-playbin.xml:
2875 * docs/plugins/inspect/plugin-subparse.xml:
2876 * docs/plugins/inspect/plugin-tcp.xml:
2877 * docs/plugins/inspect/plugin-theora.xml:
2878 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2879 * docs/plugins/inspect/plugin-video4linux.xml:
2880 * docs/plugins/inspect/plugin-videorate.xml:
2881 * docs/plugins/inspect/plugin-videoscale.xml:
2882 * docs/plugins/inspect/plugin-videotestsrc.xml:
2883 * docs/plugins/inspect/plugin-volume.xml:
2884 * docs/plugins/inspect/plugin-vorbis.xml:
2885 * docs/plugins/inspect/plugin-ximagesink.xml:
2886 * docs/plugins/inspect/plugin-xvimagesink.xml:
2887 Add vorbistag element to docs; update version numbers to 0.10.10.1.
2889 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2891 Patch by: James "Doc" Livingston <doclivingston at gmail com>
2893 * ext/vorbis/Makefile.am:
2894 * ext/vorbis/vorbis.c: (plugin_init):
2895 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2896 (vorbis_parse_parse_packet), (vorbis_parse_chain):
2897 * ext/vorbis/vorbisparse.h:
2898 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2899 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2900 (gst_vorbis_tag_parse_packet):
2901 * ext/vorbis/vorbistag.h:
2902 Add new vorbistag element which derives from vorbisparse
2903 and is essentially the same as well, only that it implements
2904 the GstTagSetter interface and can modify the stream's
2905 vorbiscomment on the fly (#335635).
2907 * tests/check/Makefile.am:
2908 * tests/check/elements/.cvsignore:
2909 * tests/check/elements/vorbistag.c: (setup_vorbistag),
2910 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2911 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2912 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2913 Add unit test for new vorbistag element.
2915 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2917 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2918 (vorbis_parse_push_headers), (vorbis_parse_chain):
2919 Set BOS flag in packet structure to fix 'jump depends
2920 on unitialized value' errors in valgrind; various minor
2923 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
2925 * gst/playback/gstdecodebin.c: (close_pad_link):
2926 Fix typo in a debug statement.
2928 * gst/playback/gstplaybasebin.c: (probe_triggered),
2929 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2930 (gen_source_element), (source_new_pad), (analyse_source),
2932 When handling no_more_pads in new_decoded_pad, make sure to treat
2933 subtitle pads correctly. Fixes playback with subtitle files.
2935 Move a recurring message to LOG level.
2937 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2938 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2939 which ends up as -1 when cast to an int. Make the logic handle the
2940 max value as an unsigned mask and only change the colorkey when it's
2941 a value we recognise.
2943 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2945 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2946 Removed empty * between paragraphs
2948 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2950 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2951 * gst-libs/gst/rtp/README:
2952 Moved some documentation into .c file
2954 2006-09-29 Wim Taymans <wim@fluendo.com>
2956 * gst/playback/gstdecodebin.c: (no_more_pads):
2959 2006-09-29 Wim Taymans <wim@fluendo.com>
2961 * gst/playback/gstdecodebin.c: (new_caps):
2964 * gst/playback/gstplaybin.c:
2967 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2969 * tests/check/Makefile.am:
2970 Re-enable cddabasesrc test to see if it works again
2973 2006-09-29 Wim Taymans <wim@fluendo.com>
2975 * gst/playback/gstplaybasebin.c: (setup_subtitle),
2976 (gen_source_element):
2977 Handle invalid URIs a bit more gracefully.
2979 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2981 * tests/check/pipelines/oggmux.c:
2982 Remove obsolete comment.
2984 2006-09-29 Michael Smith <msmith@fluendo.com>
2986 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2987 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2988 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2989 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2990 (gst_ogg_mux_collected):
2991 Commit patch from James "Doc" Livingston, adds proper EOS handling
2992 in oggmux. GStreamer can, for the first time ever, create a valid
2995 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2997 Reenable tests now that they pass.
2999 2006-09-29 Wim Taymans <wim@fluendo.com>
3001 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
3002 Stop reading commands when EOF (we read 0) as well.
3004 2006-09-28 Wim Taymans <wim@fluendo.com>
3006 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
3007 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
3008 (find_dynamic), (unlinked), (close_link):
3009 Implement delayed caps linking needed for element with a lot of
3010 different caps on the src pads that get fixed at runtime.
3011 Improve management of dynamic elements.
3013 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3014 (group_destroy), (group_commit), (check_queue), (queue_overrun),
3015 (gen_preroll_element), (remove_groups), (unknown_type),
3016 (add_element_stream), (no_more_pads_full), (no_more_pads),
3017 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
3018 (new_decoded_pad), (setup_subtitle), (array_has_value),
3019 (gen_source_element), (source_new_pad), (has_all_raw_caps),
3020 (analyse_source), (remove_decoders), (make_decoder),
3021 (remove_source), (setup_source), (finish_source), (prepare_output),
3022 (gst_play_base_bin_change_state):
3023 * gst/playback/gstplaybasebin.h:
3024 Use more _CAST instead of full type checking casts.
3025 Small cleanups, plug some leaks.
3026 Handle dynamic sources.
3027 Add some helper functions to create lists of strings used for
3028 blacklisting and other stuff.
3029 Refactor some code dealing with analysing the source.
3030 Re-enable sources without pads (like cd:// or other selfcontained
3033 2006-09-28 Wim Taymans <wim@fluendo.com>
3035 * gst-libs/gst/audio/gstbaseaudiosink.c:
3036 (gst_base_audio_sink_render):
3037 When we have a timestamp, we can still perform clipping.
3038 When we have no clock, we must play the sample ASAP.
3040 2006-09-28 Wim Taymans <wim@fluendo.com>
3042 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3043 Set caps on outgoing buffers.
3045 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
3046 (gst_video_rate_event), (gst_video_rate_chain):
3047 * gst/videorate/gstvideorate.h:
3048 Fix videorate some more. Fixes #357977
3050 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
3052 * tests/check/elements/adder.c: (adder_suite):
3053 Don't set timeout to 6 seconds when we're running
3054 in valgrind ... (and how is 6 seconds longer than
3055 the default anyway?)
3057 2006-09-28 Wim Taymans <wim@fluendo.com>
3059 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3060 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
3061 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
3062 Keep sink and src segment to keep track of time and support more
3064 Fix bogus next_offset and run_time calculation, don't understand how
3065 this could have worked before. Fixes #357976.
3066 Remove some unneeded vars.
3068 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
3070 * gst/playback/gstplaybin.c: (remove_sinks):
3071 Only remove visualisation from visbin if there is a visbin (or:
3072 don't throw warnings when closing totem without playing a file).
3074 2006-09-27 Wim Taymans <wim@fluendo.com>
3076 * gst-libs/gst/audio/gstbaseaudiosink.c:
3077 (gst_base_audio_sink_render):
3078 Add some more info in a WARNING.
3080 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3081 (gst_base_audio_src_create):
3082 Handle PAUSE in create function, use new -core addition to
3083 wait for playing. Fixes pausing and resuming capture from an
3086 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3087 (gst_ring_buffer_read):
3089 Caller supports interrupted reads now.
3091 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3093 * tests/check/Makefile.am:
3094 Another attempt to make the gen64 buildbot happy.
3096 2006-09-27 Stefan Kost <ensonic@users.sf.net>
3098 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
3100 * ext/libvisual/visual.c: (gst_visual_clear_actors),
3101 (gst_visual_chain), (gst_visual_change_state):
3102 Libvisual plugin was not passing audio data to libvisual 0.4.0
3103 correctly. Fixes #357800
3105 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3107 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
3108 Add timeout to _get_state() so we see which pipeline it is
3109 that causes trouble on the gen64 build bot.
3111 2006-09-27 Wim Taymans <wim@fluendo.com>
3113 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3114 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
3115 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
3116 (gst_base_rtp_depayload_set_gst_timestamp):
3117 the source pad always uses fixed caps.
3119 2006-09-27 Wim Taymans <wim@fluendo.com>
3121 * docs/libs/gst-plugins-base-libs-docs.sgml:
3122 * docs/libs/gst-plugins-base-libs-sections.txt:
3123 * gst-libs/gst/audio/gstaudioclock.c:
3124 * gst-libs/gst/audio/gstaudioclock.h:
3125 * gst-libs/gst/audio/gstaudiosink.c:
3126 * gst-libs/gst/audio/gstaudiosink.h:
3127 * gst-libs/gst/audio/gstaudiosrc.c:
3128 * gst-libs/gst/audio/gstbaseaudiosink.c:
3129 (gst_base_audio_sink_render):
3130 * gst-libs/gst/audio/gstbaseaudiosink.h:
3131 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3132 * gst-libs/gst/audio/gstbaseaudiosrc.h:
3133 * gst-libs/gst/audio/gstringbuffer.h:
3134 Added docs for the audio libs.
3136 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3138 * tests/check/Makefile.am:
3139 Temporarily disable test that fails on the bots for unknown reasons.
3141 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
3143 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3144 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3145 Moved AudioCodecType into priv
3146 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3148 2006-09-25 Wim Taymans <wim@fluendo.com>
3150 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3151 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3152 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3154 Cleanups and small leak fixes.
3155 Added Depayloaders to valid list of autopluggable elements.
3157 2006-09-25 Wim Taymans <wim@fluendo.com>
3159 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3160 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3161 (gen_video_element), (gen_text_element), (gen_audio_element),
3162 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3163 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3164 Detect NO_PREROLL state change returns and disable clock distribution to
3165 the sinks so that sync is disabled.
3166 Avoid some type checking and do simple casts instead.
3167 Small cleanups, fix some FIXMEs.
3168 Be more robust when linking user specified elements, catch an report
3169 errors. Fixes #357404.
3170 Fix some leaks in the error paths.
3172 2006-09-25 Stefan Kost <ensonic@users.sf.net>
3175 ChangeLog surgery for missing bug-number
3177 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
3179 Patch by: Peter Kjellerstedt <pkj at axis com>
3181 * gst/playback/test.c:
3182 Fix compilation with uClibc and -Werror (#357591).
3184 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
3186 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3187 Parse dates that are followed by a time as well (#357532).
3189 * tests/check/libs/tag.c: (test_vorbis_tags):
3190 Add unit test for this.
3192 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3194 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3195 (gst_audio_convert_transform_caps):
3196 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3197 * gst/videotestsrc/videotestsrc.h:
3198 A few array const-ifications.
3200 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3202 * tests/check/Makefile.am:
3203 See if this makes the build bots happy.
3205 * tests/check/libs/cddabasesrc.c:
3208 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3210 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3212 * gst/subparse/samiparse.c: (handle_start_font),
3213 (fix_invalid_entities):
3214 More case-insensitivity for certain tags; recognise entities with
3215 decimal codes as special entities as well (#357330).
3217 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3219 * gst-libs/gst/Makefile.am:
3220 Need to build tag directory before cdda.
3222 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3224 * docs/libs/gst-plugins-base-libs-sections.txt:
3225 * gst-libs/gst/cdda/Makefile.am:
3226 * gst-libs/gst/cdda/gstcddabasesrc.c:
3227 (gst_cdda_base_src_base_init):
3228 * gst-libs/gst/cdda/gstcddabasesrc.h:
3229 * gst-libs/gst/tag/tag.h:
3230 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3231 (gst_tag_register_musicbrainz_tags):
3232 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3233 depend on libgsttag. This is required so we can extract/read tags like
3234 DISCID without depending on libgstcddabasesrc (which used to register
3237 * gst-libs/gst/tag/gstvorbistag.c:
3238 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3239 tags (also see #347848).
3241 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3242 Log vorbis comments we are actually writing. Const-ify array.
3244 2006-09-23 Wim Taymans <wim@fluendo.com>
3246 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3247 Improve buffering a bit by avoiding a deadlock because we cannot assume
3248 the underrun is always called.
3250 2006-09-23 Wim Taymans <wim@fluendo.com>
3252 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3254 * gst-libs/gst/riff/riff-ids.h:
3255 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3256 (gst_riff_create_audio_template_caps):
3257 Added MPEG-4 AAC and id and caps. Fixes #357289
3258 Added WMA9 Lossless id.
3260 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
3262 * ext/gnomevfs/gstgnomevfssrc.c:
3263 Fix misleading docs addition.
3265 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3266 Get rid of compiler warning the right way.
3268 2006-09-22 Wim Taymans <wim@fluendo.com>
3270 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3271 (gst_base_rtp_depayload_finalize),
3272 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3273 (gst_base_rtp_depayload_push_full),
3274 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3275 (gst_base_rtp_depayload_process),
3276 (gst_base_rtp_depayload_set_gst_timestamp),
3277 (gst_base_rtp_depayload_queue_release):
3278 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3281 Refactored the process method and added methods to push from the process
3283 Use _scale functions.
3284 API: gst_base_rtp_depayload_push_ts
3285 API: gst_base_rtp_depayload_push
3287 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3288 timestamps are uint.
3290 2006-09-22 Stefan Kost <ensonic@users.sf.net>
3292 * gst-libs/gst/interfaces/xoverlay.c:
3293 Remove unused statement from doc example.
3295 2006-09-21 Stefan Kost <ensonic@users.sf.net>
3297 * gst-libs/gst/interfaces/videoorientation.c:
3298 (gst_video_orientation_iface_init),
3299 (gst_video_orientation_get_hflip),
3300 (gst_video_orientation_get_vflip),
3301 (gst_video_orientation_get_hcenter),
3302 (gst_video_orientation_get_vcenter),
3303 (gst_video_orientation_set_hflip),
3304 (gst_video_orientation_set_vflip),
3305 (gst_video_orientation_set_hcenter),
3306 (gst_video_orientation_set_vcenter):
3307 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3310 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
3312 * tests/check/Makefile.am:
3313 * tests/check/elements/.cvsignore:
3314 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3315 (create_rgb_conversions), (rgb_conversion_free),
3316 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3317 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3318 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3319 but disable for now since it doesn't pass (something wrong with
3322 2006-09-21 Wim Taymans <wim@fluendo.com>
3324 * gst/playback/gstplaybasebin.c: (group_commit),
3325 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3326 (queue_out_of_data), (gen_preroll_element),
3327 (preroll_remove_overrun), (probe_triggered):
3328 Refactor handling of overrun detection.
3329 Separate handling of group completion and deadlock detection when doing
3330 network buffering. This should fix some deadlocks that were not detected
3331 because the group was completed.
3332 Add more comments, improve debugging.
3334 2006-09-21 Wim Taymans <wim@fluendo.com>
3336 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3337 * tests/check/libs/audio.c:
3338 Some more compilation fixes.
3340 2006-09-21 Wim Taymans <wim@fluendo.com>
3342 * gst-libs/gst/audio/gstringbuffer.c:
3343 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3344 (gst_ring_buffer_read):
3345 Early morning compilation fix.
3347 2006-09-20 Wim Taymans <wim@fluendo.com>
3349 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3350 * tests/check/elements/multifdsink.c: (GST_START_TEST):
3351 * tests/check/elements/videorate.c: (GST_START_TEST):
3352 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3353 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3356 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3358 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3359 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3360 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3361 Handcrafted merge to help CVS understanding what I changed and what
3364 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3366 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3367 (gst_xvimagesink_get_times):
3368 change colorkey behaviour back according to #354773 comment 6/7
3370 2006-09-19 Michael Smith <msmith@fluendo.com>
3372 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3373 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3374 (gst_multi_fd_sink_recover_client),
3375 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3376 (gst_multi_fd_sink_get_property):
3377 * gst/tcp/gstmultifdsink.h:
3378 Implement stubbed out properties unit-type, units-soft-max,
3379 units-max, to allow specifying maximum sizes in units other than
3383 2006-09-19 Wim Taymans <wim@fluendo.com>
3385 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3386 (gst_riff_create_audio_template_caps):
3387 Reorder the audio formats a bit for clarity.
3388 Detect and create caps for MSGSM and MSN (WAV49).
3391 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3392 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3393 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3394 Small cleanups, move error handling out of normal flow for clarity.
3396 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3398 * docs/libs/gst-plugins-base-libs-docs.sgml:
3399 * docs/libs/gst-plugins-base-libs.types:
3400 * gst-libs/gst/interfaces/Makefile.am:
3401 * gst-libs/gst/interfaces/videoorientation.c:
3402 (gst_video_orientation_get_type),
3403 (gst_video_orientation_iface_init),
3404 (gst_video_orientation_get_hflip),
3405 (gst_video_orientation_get_vflip),
3406 (gst_video_orientation_get_hcenter),
3407 (gst_video_orientation_get_vcenter),
3408 (gst_video_orientation_set_hflip),
3409 (gst_video_orientation_set_vflip),
3410 (gst_video_orientation_set_hcenter),
3411 (gst_video_orientation_set_vcenter):
3412 * gst-libs/gst/interfaces/videoorientation.h:
3413 API: Add new interface to control video orientation (fixes #354908)
3415 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3417 * gst/videotestsrc/gstvideotestsrc.c:
3418 Use G_UNLIKELY in _create and log one more detail.
3420 (gst_video_test_src_get_times), (gst_video_test_src_create):
3421 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3422 Use gst_util_uint64_scale_int in _get_times().
3424 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3426 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3427 Give better warning message (add object and detail).
3429 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3431 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3432 (gst_xvimagesink_get_times):
3433 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3434 #354773), use gst_util_uint64_scale_int in _get_times()
3436 2006-09-18 Michael Smith <msmith@fluendo.com>
3438 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3439 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3440 always true, leading to dropping all timestamps.
3442 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3444 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3445 (gst_visual_chain), (gst_visual_change_state):
3446 update to work also with libvisual 0.4 API, fix double unref (#355914)
3448 * tools/gst-launch-ext.1.in:
3449 * tools/gst-visualise.1.in:
3450 remove references to old man-pages
3452 * tests/examples/seek/seek.c: (main):
3453 add real meadi-buttons, add tool-tips for the seek-options, arrange
3454 seek options in a table
3456 2006-09-18 Michael Smith <msmith@fluendo.com>
3458 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3459 (gst_ogg_mux_push_buffer):
3460 Don't generate out-of-order timestamps from oggmux, instead clamp
3461 output timestamps to be >= the previously output ts.
3464 2006-09-18 Michael Smith <msmith@fluendo.com>
3466 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3467 (gst_multi_fd_sink_class_init):
3468 Updates, fixes, and typo corrections for multifdsink. No functional
3471 2006-09-17 Michael Smith <msmith@fluendo.com>
3473 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3474 Don't crash on truncated files - check that we got an 8 byte buffer
3475 before trying to memcmp it.
3477 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3479 * gst/playback/gstplaybasebin.c: (get_active_source):
3480 Make stream-switching appear instant to the application
3481 (ie. make sure that a g_object_get on 'current-foo' returns
3482 the stream previously set with g_object_set(). Totem needs
3483 this to update stream-related meta-info (like audio-codec)
3484 correctly when switching streams.
3486 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3488 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3489 (gst_alsa_mixer_ensure_track_list):
3490 Try harder to guess which mixer track is the master mixer
3491 track (instead of just taking the first one that has a pvolume).
3494 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3496 reviewed by: <delete if not using a buddy>
3498 * gst-libs/gst/audio/audio.h:
3499 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3501 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3503 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3504 (gst_audio_convert_transform_caps):
3505 Get structure-name just once.
3507 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3509 * tests/check/elements/audioresample.c: (GST_START_TEST):
3510 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3511 * tests/check/elements/volume.c: (GST_START_TEST):
3512 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3513 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3514 (test_pipeline), (GST_START_TEST):
3515 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3516 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3517 Fix big batch of compiler warnings.
3519 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3521 * ext/gnomevfs/gstgnomevfssrc.c:
3522 Add docs about icydemux usage in connection with gnomevfssrc
3524 * ext/libvisual/visual.c:
3525 * ext/ogg/gstoggaviparse.c:
3526 * ext/ogg/gstoggdemux.c:
3527 * ext/ogg/gstoggmux.c:
3528 * ext/ogg/gstoggparse.c:
3529 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3530 * gst-libs/gst/audio/gstaudiosink.c:
3531 * gst-libs/gst/audio/gstaudiosrc.c:
3532 * gst/audiorate/gstaudiorate.c:
3533 More G_OBJECT macro fixing.
3535 * gst/audiotestsrc/gstaudiotestsrc.h:
3536 Fix wrong info in header due to copy & paste
3538 2006-09-15 Wim Taymans <wim@fluendo.com>
3540 * gst-libs/gst/audio/gstbaseaudiosink.c:
3541 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3542 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3543 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3544 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3545 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3546 Do the delay calculation in the source/sink base classes as this is
3547 specific for the capture/playback mode.
3548 Try to fixate a bit better, like round depth up to a multiple of 8
3550 Handle underruns correctly by marking DISCONT on buffers and adjusting
3551 timestamps to handle the gap.
3552 Set offset/offset_end correctly on buffers.
3554 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3555 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3556 (gst_ring_buffer_read):
3557 Remove resync and underrun recovery from the ringbuffer.
3558 Fix ringbuffer read code on under/overrun.
3560 2006-09-15 Wim Taymans <wim@fluendo.com>
3562 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3563 (gst_play_base_bin_init), (fill_buffer), (check_queue),
3564 (queue_threshold_reached), (gst_play_base_bin_set_property),
3565 (gst_play_base_bin_get_property):
3566 * gst/playback/gstplaybasebin.h:
3567 Don't use a 0 low watermark when buffering, it is catching starvation
3568 way too late. Instead, use a 3 second queue with 30 and 95
3569 percent low/high watermarks.
3570 Added queue-min-threshold property to configure low watermark.
3571 Use new _buffering message API.
3572 Make queue_threshold variable big enough to store a uint64 time value.
3573 API: playbin::queue-min-threshold property.
3575 2006-09-15 Wim Taymans <wim@fluendo.com>
3578 We require 0.10.10.1 now because of _wait_preroll().
3580 * gst-libs/gst/audio/gstbaseaudiosink.c:
3581 (gst_base_audio_sink_render):
3582 Use gst_base_sink_wait_preroll().
3584 2006-09-15 Wim Taymans <wim@fluendo.com>
3586 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3587 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3588 Use DEBUG_OBJECT more.
3590 === release 0.10.10 ===
3592 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3594 patch by: Michael Smith <msmith at fluendo dot com>
3596 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3597 (gst_multi_fd_sink_client_queue_buffer),
3598 (gst_multi_fd_sink_new_client):
3599 * tests/check/elements/multifdsink.c: (GST_START_TEST),
3600 (multifdsink_suite):
3601 Fix implementation of sync-method 'next-keyframe'
3604 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3606 patch by: Wim Taymans <wim at fluendo dot com>
3608 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3609 This patch removes the RANDOM flag that was incorrectly introduced with
3610 revision 1.91. Fixes #354590
3612 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
3614 * tests/check/Makefile.am:
3615 Random variation in Makefile line to see if it makes the
3616 gen64-base-full bot any happier.
3618 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3620 * tests/check/pipelines/oggmux.c: (oggmux_suite):
3621 Disable test that fails at the moment (killed after timeout).
3623 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3625 Patch by: James Livingston <doclivingston at gmail.com>
3627 * tests/check/Makefile.am:
3628 * tests/check/pipelines/.cvsignore:
3629 * tests/check/pipelines/oggmux.c: (get_page_codec),
3630 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3631 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3632 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3633 (test_theora_vorbis), (oggmux_suite):
3634 Add simple unit test for oggmux from #337026 with checking for the
3635 EOS flags disabled for the time being.
3637 2006-09-04 Wim Taymans <wim@fluendo.com>
3639 patch by: Alessandro Dessina <alessandro nnva org>
3641 * ext/ogg/gstoggmux.c:
3642 Add cmml caps to oggmux. Fixes #353912
3644 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3646 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3647 Returning a return value often helps. In this case, we
3648 don't need the return value anyway, so just get rid of it.
3649 Should make build bots much happier.
3651 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3653 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3654 (paint_get_structure), (gst_video_test_src_get_size),
3655 (gst_video_test_src_smpte), (gst_video_test_src_snow),
3656 (gst_video_test_src_unicolor), (paint_setup_AYUV),
3657 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3658 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3659 * gst/videotestsrc/videotestsrc.h:
3660 Add support for AYUV and the various RGBA formats. Initialise
3661 fields of paintinfo structs allocated on the stack.
3663 * tests/check/elements/videotestsrc.c: (right_shift_colour),
3664 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3665 (check_rgb_buf), (videotestsrc_suite):
3666 Add unit tests for videotestsrc's RGB output.
3668 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3670 * gst/videotestsrc/gstvideotestsrc.c:
3671 (gst_video_test_src_pattern_get_type),
3672 (gst_video_test_src_set_pattern):
3673 * gst/videotestsrc/gstvideotestsrc.h:
3674 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3675 (gst_video_test_src_black), (gst_video_test_src_white),
3676 (gst_video_test_src_red), (gst_video_test_src_green),
3677 (gst_video_test_src_blue):
3678 * gst/videotestsrc/videotestsrc.h:
3679 Add more uni-colour patterns ("white", "red", "green", and "blue").
3681 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3683 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3684 Fix stride for YVYU, should be word-aligned (#353658).
3686 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
3688 * gst/adder/gstadder.c: (gst_adder_src_event):
3691 2006-08-31 Edward Hervey <edward@fluendo.com>
3693 * gst/adder/gstadder.c: (forward_event_func),
3694 (gst_adder_src_event), (gst_adder_collected),
3695 (gst_adder_change_state):
3696 * gst/adder/gstadder.h:
3697 Remember the start position asked in the incoming seeks, so we can
3698 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3699 of assuming it will always be 0).
3701 2006-08-31 Edward Hervey <edward@fluendo.com>
3703 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3704 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3705 (gst_ogg_demux_loop):
3706 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3708 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
3710 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3711 (gst_ffmpegcsp_get_unit_size):
3712 Return FALSE instead of returning a random false unit
3713 size when the format isn't known/supported (even if
3714 this shouldn't happen under normal circumstances).
3716 2006-08-29 Wim Taymans <wim@fluendo.com>
3718 Patch by: Tim-Philipp Müller <tim at centricular dot net>
3720 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3721 (gst_gnome_vfs_src_start):
3722 Try harder to get the size from a uri by using _info_uri() when
3723 _info_from_handle() does not give us enough info.
3724 Also follow symlinks when getting the size.
3725 Partially Fixes #332864.
3727 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3729 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
3731 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3732 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3733 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3734 (gst_alsa_mixer_set_record):
3735 * ext/alsa/gstalsamixertrack.c:
3736 (gst_alsa_mixer_track_update_alsa_capabilities),
3737 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3738 (gst_alsa_mixer_track_update):
3739 * ext/alsa/gstalsamixertrack.h:
3740 Improve and fix mixer track handling, in particular better handling
3741 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3742 separate track objects for tracks that have both capture and playback
3743 volume (and label them differently as well so they're not mistakenly
3744 assumed to be duplicates); classify mixer tracks that only affect
3745 the audible volume of something (rather than the capture volume)
3746 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3747 for capture tracks to correspond to alsa-pswitch alsa-cswitch
3748 (following the meaning documented in the mixer interface header
3749 file); add support for alsa's exclusive cswitch groups; update/sync
3750 state/flags better if mixer settings are changed by another
3751 application. Fixes #336075.
3753 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3755 * gst/playback/gstplaybin.c:
3756 Improve docs: add section about BUFFERING messages sent by playbin.
3758 2006-08-29 Michael Smith <msmith@fluendo.com>
3760 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3761 (gst_vorbis_enc_buffer_check_discontinuous),
3762 (gst_vorbis_enc_chain):
3763 Ignore explicit DISCONT marked on buffers (which is often spurious,
3764 particularly when using multiple segments), in favour of solely
3765 using the timestamps/durations.
3767 2006-08-29 Edward Hervey <edward@fluendo.com>
3769 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3770 Don't rely on incoming buffers offset anymore, since it is completely
3771 broken when using multiple segments.
3772 Instead convert the incoming buffers timestamp to running time, and
3773 then convert that value to the offsets.
3774 Also inform GstSegment of the last outputted stop position, which is
3775 needed if we received several segments with an unknown stop value.
3777 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
3779 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3780 fix buffer unreffing on a header push failure
3782 2006-08-28 Wim Taymans <wim@fluendo.com>
3784 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3785 (gst_audio_rate_chain):
3786 Make the metadata of the buffer writable before changing its
3789 2006-08-28 Wim Taymans <wim@fluendo.com>
3791 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3792 (gst_audio_rate_setcaps), (gst_audio_rate_init),
3793 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3794 (gst_audio_rate_chain), (gst_audio_rate_change_state):
3795 Fix audiorate some more.
3796 Reset and resync counters on flush and READY.
3797 Handle the DISCONT flag correctly.
3798 Use GstSegment to track position.
3799 Fail when not negotiated.
3802 2006-08-25 Michael Smith <msmith@fluendo.com>
3804 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3806 Remove accidently included debug line.
3808 2006-08-25 Wim Taymans <wim@fluendo.com>
3810 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3812 If a buffer is received with no caps, make the buffer metadata
3813 writable and set the caps, making sure that we don't screw up the
3816 2006-08-25 Michael Smith <msmith@fluendo.com>
3818 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3819 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3820 Fix memory leaks and misleading debug messages, add a couple of
3823 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3824 (gst_multi_fd_sink_render):
3825 Do not use gst_buffer_make_writable() in a basesink render method,
3826 as it may incorrectly unref the buffer. Instead, use convoluted
3827 dance to avoid copying the buffer except when we need to.
3829 2006-08-25 Michael Smith <msmith@fluendo.com>
3831 * ext/vorbis/vorbisenc.c:
3832 (gst_vorbis_enc_buffer_check_discontinuous):
3833 Allow very small discontinuities in the timestamps. These we can't
3834 do anything useful with anyway (because vorbis's timestamps have
3835 only sample granularity), and are commonly produced by elements with
3836 minor bugs. Allow up to 1/2 a sample out.
3839 2006-08-24 Wim Taymans <wim@fluendo.com>
3841 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3842 (play_scrub_toggle_cb), (main):
3843 Add a checkbox to enable play scrubbing. Makes it possible to disable
3846 2006-08-23 Stefan Kost <ensonic@users.sf.net>
3848 * tests/check/elements/.cvsignore:
3851 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3853 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3854 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3855 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3856 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3857 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3858 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3859 (gst_ogm_text_parse_strip_trailing_zeroes),
3860 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3861 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3862 Refactor ogm parse, do better input checking, misc. clean-ups.
3863 Cache incoming events and push them once the source pad has
3864 been created. Don't pass unterminated strings to sscanf().
3865 Strip trailing zeroes from subtitle text output, since they
3866 are not valid UTF-8. Don't push vorbiscomment packets on
3867 the subtitle text pad. Output perfect streams if possible.
3869 2006-08-23 Wim Taymans <wim@fluendo.com>
3871 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3872 Waits for tasks to settle down so that we clean up correctly for
3875 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3877 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3878 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3879 actually return return value in taglists_are_equal.
3881 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3883 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3884 Fix crash due to broken bitstream parsing on x86-64: can't make
3885 any assumptions about sizeof(struct) due to alignment/packing
3886 differences on different architectures. Fixes #351790.
3888 2006-08-22 Wim Taymans <wim@fluendo.com>
3890 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3891 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3892 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3893 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3894 (gst_riff_parse_info):
3895 Protect public functions against bad input.
3899 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3901 * gst-libs/gst/riff/riff-ids.h:
3902 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3903 Add voxware audio IDs (even if we can't play it) (#351795).
3905 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3907 * gst-libs/gst/riff/riff-media.c:
3908 (gst_riff_create_video_template_caps),
3909 (gst_riff_create_audio_template_caps),
3910 (gst_riff_create_iavs_template_caps):
3911 Const-ify some arrays and use G_N_ELEMENTS instead
3912 of wasting oodles of RAM on terminator bits.
3914 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3916 * gst-libs/gst/tag/gstvorbistag.c:
3917 (gst_tag_list_to_vorbiscomment_buffer):
3918 * tests/check/libs/tag.c: (GST_START_TEST):
3919 And the same for _to_vorbiscomment_buffer(): allow
3920 id_data_len == 0 for speex.
3922 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
3925 * docs/plugins/Makefile.am:
3926 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3927 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3928 * docs/plugins/inspect/plugin-gdp.xml:
3929 * gst/gdp/Makefile.am:
3930 * tests/check/Makefile.am:
3931 Move GDP plugin to -base from -bad. Closes #347783.
3933 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3935 * gst-libs/gst/tag/gstvorbistag.c:
3936 (gst_tag_list_from_vorbiscomment_buffer):
3937 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3938 Also add some checks to make sure we don't memcmp() beyond the end of
3939 vorbiscomment buffer if the ID to check for is larger than the buffer.
3941 * tests/check/libs/tag.c: (GST_START_TEST):
3942 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3944 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3946 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3947 (gst_vorbis_enc_set_metadata):
3948 Use vorbis comment utility functions from libgsttag
3949 instead of re-inventing the wheel (partially fixes #347091).
3951 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
3953 * tests/check/elements/audioconvert.c: (GST_START_TEST):
3954 Fix leaks. Wait for state transitions that might happen ASYNC, as well
3957 2006-08-21 Wim Taymans <wim@fluendo.com>
3959 * docs/libs/Makefile.am:
3960 * docs/libs/gst-plugins-base-libs-sections.txt:
3961 * docs/libs/gst-plugins-base-libs.types:
3962 Don't try to GObject scan the netbuffer as it's not a GObject.
3965 * gst-libs/gst/netbuffer/gstnetbuffer.c:
3966 * gst-libs/gst/netbuffer/gstnetbuffer.h:
3967 Document GstNetBuffer.
3969 2006-08-21 Stefan Kost <ensonic@users.sf.net>
3971 * tests/check/elements/audioconvert.c: (GST_START_TEST),
3972 (audioconvert_suite):
3973 Add testcase for caps-size-explosion
3975 2006-08-20 Stefan Kost <ensonic@users.sf.net>
3977 * gst/audioconvert/gstaudioconvert.c:
3978 (gst_audio_convert_get_unit_size), (set_structure_widths):
3979 Lower debug, use g_assert in _get_unit_size
3981 * gst/audioresample/gstaudioresample.c:
3982 (audioresample_get_unit_size):
3983 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3984 (gst_ffmpegcsp_get_unit_size):
3985 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3986 use g_assert in _get_unit_size
3988 2006-08-18 Wim Taymans <wim@fluendo.com>
3990 * docs/libs/gst-plugins-base-libs-sections.txt:
3991 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3992 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3993 (gst_rtp_buffer_get_payload_buffer):
3994 * gst-libs/gst/rtp/gstrtpbuffer.h:
3995 Document GstRTPBuffer.
3996 Added function to efficiently strip payload headers.
3997 API: gst_rtp_buffer_get_payload_subbuffer()
3999 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
4001 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
4002 (gst_tag_to_vorbis_comments):
4003 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
4004 tags and deserialise them properly as well (#347091).
4005 Add some more gtk-doc blurbs and also some g_return_if_fail().
4007 * tests/check/libs/tag.c: (GST_START_TEST),
4008 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
4011 2006-08-17 Wim Taymans <wim@fluendo.com>
4013 * ext/ogg/Makefile.am:
4014 * ext/ogg/gstogg.c: (plugin_init):
4015 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
4016 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
4017 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
4018 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
4019 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
4020 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
4021 Added ogg-in-avi parser element. Fixes #140139.
4023 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4024 Fixed a bug in oggdemux debug code.
4026 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4027 (gst_riff_create_audio_template_caps):
4028 Recognise Ogg in the AVI extensible wave format.
4030 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
4032 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4033 Make buffer durations add up (duration should be next_ts-ts for
4034 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
4037 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
4038 (test_buffer_timestamps), (cddabasesrc_suite):
4039 Add unit test for the above.
4041 * tests/check/Makefile.am:
4042 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
4043 to see what happens.
4045 2006-08-16 Wim Taymans <wim@fluendo.com>
4047 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
4048 (gst_alsasink_open):
4049 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
4051 Avoid setting and using a NULL device name.
4052 Print more info when we fail to open a device.
4054 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
4056 * docs/libs/gst-plugins-base-libs-sections.txt:
4057 * gst-libs/gst/tag/tag.h:
4058 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
4059 API: add gst_tag_parse_extended_comment() (#351426).
4061 * tests/check/Makefile.am:
4062 * tests/check/libs/.cvsignore:
4063 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
4064 Add unit test for gst_tag_parse_extended_comment().
4066 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
4068 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
4069 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
4072 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
4074 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4075 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4076 * docs/plugins/gst-plugins-base-plugins.args:
4077 * gst/playback/gstplaybin.c:
4080 * docs/plugins/inspect/plugin-adder.xml:
4081 * docs/plugins/inspect/plugin-alsa.xml:
4082 * docs/plugins/inspect/plugin-audioconvert.xml:
4083 * docs/plugins/inspect/plugin-audiorate.xml:
4084 * docs/plugins/inspect/plugin-audioresample.xml:
4085 * docs/plugins/inspect/plugin-audiotestsrc.xml:
4086 * docs/plugins/inspect/plugin-cdparanoia.xml:
4087 * docs/plugins/inspect/plugin-decodebin.xml:
4088 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4089 * docs/plugins/inspect/plugin-gnomevfs.xml:
4090 * docs/plugins/inspect/plugin-ogg.xml:
4091 * docs/plugins/inspect/plugin-pango.xml:
4092 * docs/plugins/inspect/plugin-playbin.xml:
4093 * docs/plugins/inspect/plugin-subparse.xml:
4094 * docs/plugins/inspect/plugin-tcp.xml:
4095 * docs/plugins/inspect/plugin-theora.xml:
4096 * docs/plugins/inspect/plugin-typefindfunctions.xml:
4097 * docs/plugins/inspect/plugin-video4linux.xml:
4098 * docs/plugins/inspect/plugin-videorate.xml:
4099 * docs/plugins/inspect/plugin-videoscale.xml:
4100 * docs/plugins/inspect/plugin-videotestsrc.xml:
4101 * docs/plugins/inspect/plugin-volume.xml:
4102 * docs/plugins/inspect/plugin-vorbis.xml:
4103 * docs/plugins/inspect/plugin-ximagesink.xml:
4104 * docs/plugins/inspect/plugin-xvimagesink.xml:
4105 Update to CVS version.
4107 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
4109 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4110 (gst_play_bin_set_property), (gst_play_bin_get_property),
4111 (value_list_append_structure_list),
4112 (gst_play_bin_handle_redirect_message),
4113 (gst_play_bin_handle_message):
4114 API: GstPlayBin::connection-speed
4115 Add "connection-speed" property; re-order redirect messages with
4116 multiple redirect locations depending on the minimum bitrate if
4117 that information is available and a connection speed is set
4120 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
4122 * gst/playback/gstplaybin.c:
4123 Update max volume to the same value that the volume element uses.
4125 2006-08-14 Wim Taymans <wim@fluendo.com>
4127 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4130 2006-08-14 Wim Taymans <wim@fluendo.com>
4132 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4133 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4134 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4135 Add some more debug info.
4136 Don't crash when a seek failed.
4137 Actually return the result of the seek instead of TRUE.
4138 Ignore multiple BOS pages with the same serial so that we don't create
4139 the same stream multiple times.
4140 Post an error when we fail to do the initial seek.
4142 2006-08-13 Wim Taymans <wim@fluendo.com>
4144 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4145 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4148 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4149 (gst_alsa_mixer_new):
4150 Remove hack that always set the device to hw:0*.
4151 Properly find the card name for whatever device was configured.
4152 Do some better debugging.
4155 * ext/alsa/gstalsamixerelement.c:
4156 (gst_alsa_mixer_element_set_property),
4157 (gst_alsa_mixer_element_change_state):
4159 Handle setting of a NULL device name better.
4161 2006-08-11 Wim Taymans <wim@fluendo.com>
4163 * gst/adder/gstadder.c:
4164 Don't clip float values. Fixes #350900.
4166 2006-08-11 Andy Wingo <wingo@pobox.com>
4168 * gst/tcp/gsttcp.c: Really fix the build?
4170 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4173 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
4175 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4176 Float caps shouldn't have a "signed" field.
4178 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
4180 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4181 Implement SEEKING query in its most basic form, so that we can
4182 at least check if we're seekable or not (#350655).
4184 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
4186 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4187 The checks here are not even close to anything that would
4188 justify MAXIMUM probability, lowering to POSSIBLE until someone
4189 fixes the checks (case at hand: quicktime redirection files
4190 might start with 00 00 01 XX and pass the checks here just
4193 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
4195 Patch by: Sjoerd Simons <sjoerd at luon net>
4197 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4198 Better detection for multipart/x-mixed-replace: accept leading
4199 whitespaces before the boundary marker as well (as our very own
4200 multipartmux used to produce) (#349068).
4202 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
4204 Patch by: Young-Ho Cha <ganadist at chollian net>
4206 * gst-libs/gst/riff/riff-ids.h:
4207 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4208 (gst_riff_create_audio_template_caps):
4209 Detect DTS audio streams (#350157).
4211 2006-08-05 Andy Wingo <wingo@pobox.com>
4213 * ext/theora/gsttheoraparse.h:
4214 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4215 (theora_parse_dispose, theora_parse_set_property)
4216 (theora_parse_get_property, theora_parse_munge_granulepos)
4217 (theora_parse_push_buffer, theora_parse_change_state):
4218 API: GstTheoraParse::synchronization-points
4219 Add a property 'synchronization-points' to fix badly synchronized oggs.
4221 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4223 * tests/check/Makefile.am:
4224 * tests/check/libs/.cvsignore:
4225 * tests/check/libs/audio.c: (structure_contains_channel_positions),
4226 (fixed_caps_have_channel_positions), (GST_START_TEST),
4227 (audio_suite), (main):
4228 Add a few tests for the channel position stuff in libgstaudio.
4230 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4232 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4233 (gst_alsa_detect_channels):
4234 * ext/alsa/gstalsasink.c:
4235 Add support for cards that (only) do more than 8 channels,
4236 like the Delta 44 (#345188).
4238 * gst-libs/gst/audio/multichannel.c:
4239 (gst_audio_check_channel_positions):
4240 * gst-libs/gst/audio/multichannel.h:
4241 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4242 unspecified channel position and cannot be combined with any
4243 of the other audio channel positions; adjust position layout
4244 checks accordingly (#345188).
4246 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4248 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4249 Recognise ancient RealAudio files (see #349779).
4251 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4253 Patch by: Jens Granseuer <jensgr at gmx net>
4255 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4256 Add typefinder for Interplay's MVE format (#348973).
4258 2006-08-02 Wim Taymans <wim@fluendo.com>
4260 Patch by: Marcel Moreaux <marcelm at luon dot net>
4262 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4263 (gst_base_rtp_depayload_add_to_queue):
4264 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4265 Handle RTP sequence number rollover.
4266 Disable jitterbuffer by default.
4268 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
4270 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4271 (audioresample_set_caps):
4272 Don't leak references to the incoming caps. Clean them up when
4275 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4276 (gst_video_scale_finalize):
4277 Don't leak our temporary pixel buffer.
4279 * tests/check/Makefile.am:
4280 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4281 (GST_START_TEST), (simple_launch_lines_suite):
4283 Fix leaks and re-enable the test for valgrind checking.
4285 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
4287 Patch by: Sjoerd Simons <sjoerd at luon net>
4289 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4291 Add typefind function for multipart/x-mixed-replace (#348916).
4293 2006-07-28 Wim Taymans <wim@fluendo.com>
4295 * gst/adder/gstadder.c: (gst_adder_setcaps),
4296 (gst_adder_query_duration):
4297 Fix leak in duration query.
4298 Reflow some docs and notes.
4300 2006-07-28 Michael Smith <msmith@fluendo.com>
4302 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4304 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4307 2006-07-28 Michael Smith <msmith@fluendo.com>
4309 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4310 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4311 (gst_vorbis_enc_push_buffer),
4312 (gst_vorbis_enc_buffer_check_discontinuous),
4313 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4314 * ext/vorbis/vorbisenc.h:
4315 Handle discontinuities in the input vorbis stream correctly,
4316 so that the output is properly timestamped (and has good granulepos
4317 values). Needs some oggmux fixes too.
4319 2006-07-27 Wim Taymans <wim@fluendo.com>
4321 patch by: Kai Vehmanen <kv2004 eca cx>
4323 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4324 (gst_base_rtp_depayload_chain),
4325 (gst_base_rtp_depayload_handle_sink_event),
4326 (gst_base_rtp_depayload_change_state):
4327 Don't send multiple newsegments with different formats.
4330 2006-07-26 Wim Taymans <wim@fluendo.com>
4332 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4333 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4334 Make seeking in ogg more accurate again by doing the more correct
4335 granuletime to stream time conversion.
4337 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
4339 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4340 (gst_multi_fd_sink_new_client):
4341 debug a little more understandably
4342 do not use goto as a substitute for break, especially if
4343 break is also being used
4345 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
4347 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4348 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4349 Remove GLib-2.6 compatibility cruft.
4351 2006-07-24 Wim Taymans <wim@fluendo.com>
4353 * gst-libs/gst/audio/gstbaseaudiosink.c:
4354 (gst_base_audio_sink_render):
4355 Don't try to align a sample to an unknown value.
4357 2006-07-24 Wim Taymans <wim@fluendo.com>
4359 * gst-libs/gst/audio/gstbaseaudiosink.c:
4360 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4361 When the audio clock is slaved to another clock, never try to align
4362 samples but trust the rate interpolation algorithm.
4364 2006-07-24 Wim Taymans <wim@fluendo.com>
4366 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4367 Don't try to calculate silence samples, base class does this much
4370 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4371 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4372 (gst_ring_buffer_acquire):
4373 Calculate silence samples correctly.
4375 * gst-libs/gst/audio/gstringbuffer.h:
4378 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
4380 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4381 Limit search for the first markup tag to the first few kB of
4382 the file. If we don't find one there, it's highly unlikely that
4383 this is an XML(-ish) file.
4385 2006-07-21 Andy Wingo <wingo@pobox.com>
4387 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4388 test to the one in vorbisenc. Also commented out.
4390 * tests/check/pipelines/vorbisenc.c:
4391 (test_discontinuity): New test, commented out until Mike lands
4392 some elite vorbisenc patches.
4394 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4395 Bufferstraw was actually factored out of these tests. Now we share
4398 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4399 for bufferstraw addition to gstcheck.
4401 2006-07-21 Wim Taymans <wim@fluendo.com>
4403 * ext/theora/theoradec.c: (clip_buffer):
4406 2006-07-21 Wim Taymans <wim@fluendo.com>
4408 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4409 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4410 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4412 Avoid type casting when we can.
4414 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4417 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
4419 * ext/alsa/gstalsamixerelement.c:
4420 (gst_alsa_mixer_element_change_state):
4421 Make state change fail if the specified device can't be opened
4424 2006-07-20 Wim Taymans <wim@fluendo.com>
4426 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4427 (cb_newpad), (main):
4428 Example of a small audio/video player using decodebin.
4430 2006-07-20 Stefan Kost <ensonic@users.sf.net>
4432 * gst-libs/gst/riff/riff-ids.h:
4435 2006-07-19 Wim Taymans <wim@fluendo.com>
4437 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4438 (gst_base_rtp_depayload_chain),
4439 (gst_base_rtp_depayload_change_state):
4440 Don't assert when not negotiated but post a meaningfull
4441 error message. Fixes #347918.
4443 * gst-libs/gst/rtp/gstbasertppayload.c:
4444 Add comment about better default MTU size.
4446 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4447 Small cleanups, start docs.
4449 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4451 Patch by: Martin Szulecki
4453 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4454 If "device-name" is requested and the device is not
4455 open, try to temporarily open it to obtain this
4456 information (#342494).
4458 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4460 * gst-libs/gst/tag/gstid3tag.c:
4461 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4463 * gst-libs/gst/tag/gsttageditingprivate.h:
4464 * gst-libs/gst/tag/gstvorbistag.c:
4465 Some more random const-ifications.
4467 2006-07-18 Stefan Kost <ensonic@users.sf.net>
4469 * gst-libs/gst/riff/riff-ids.h:
4470 * gst-libs/gst/riff/riff-media.c:
4471 (gst_riff_create_video_template_caps):
4472 Add more FOURCCs (sort list to make stuff easier to find),
4473 add comment what those 16 bytes in struct _gst_riff_strh according to
4476 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4478 * gst-libs/gst/audio/multichannel.c:
4479 (gst_audio_check_channel_positions),
4480 (gst_audio_fixate_channel_positions):
4481 Const-ify two arrays.
4483 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4485 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4486 Fix typo, so that alsasink also advertises 8 channels
4487 if that's supported (tags: can, worms, open, alsa, ph34r).
4489 2006-07-17 Wim Taymans <wim@fluendo.com>
4491 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4492 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4493 *sigh*, when is the compiler going to warn when the comments
4494 are out-of-sync with the code.. Refix case of busted theora
4495 headers with 0 granule pos.
4497 2006-07-14 Wim Taymans <wim@fluendo.com>
4499 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4500 (gst_base_rtp_depayload_wait),
4501 (gst_base_rtp_depayload_change_state),
4502 (gst_base_rtp_depayload_set_property),
4503 (gst_base_rtp_depayload_get_property):
4504 Fix 99% cpu load by waiting for absolute times on the
4505 clock. Fixes #347300.
4507 2006-07-14 Andy Wingo <wingo@pobox.com>
4509 * ext/theora/gsttheoraparse.h:
4510 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4511 (theora_parse_push_headers, theora_parse_clear_queue)
4512 (theora_parse_drain_queue_prematurely, )
4513 (theora_parse_sink_event, theora_parse_change_state): Queue events
4514 until we initialized our state, like in vorbisparse.
4516 * ext/vorbis/vorbisparse.h:
4517 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4518 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4519 (vorbis_parse_drain_queue_prematurely, )
4520 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4521 until we have initialized our state. Fixes seeking after an
4524 2006-07-14 Andy Wingo <wingo@pobox.com>
4526 Patch by: Iain Holmes <iaingnome@gmail.com>
4528 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4530 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
4533 Bump nano back to CVS
4535 === release 0.10.9 ===
4537 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4540 releasing 0.10.9, "I walk the line"
4542 2006-07-14 Michael Smith <msmith@fluendo.com>
4544 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4545 Move a g_cond_signal to earlier to avoid sometimes deadlocking
4546 (commonly happens when running this test under valgrind) when trying
4547 to remove the buffer probe.
4549 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4551 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4552 Fix missing g_unlock from the previous commit
4554 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4556 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4557 (gst_ximagesink_change_state):
4558 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4559 (gst_xvimagesink_change_state):
4560 Implement a locking order to ensure we always take the object lock
4561 before the x_lock and never vice-versa.
4563 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4565 * gst/playback/gstdecodebin.c: (find_compatibles):
4566 Fix a caps leak when linking (#347304)
4568 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4569 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4570 (gst_ximagesink_change_state):
4571 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4572 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4573 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4574 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4575 Don't leak shared memory resources. Use the object lock to protect
4576 against the xcontext disappearing while returning a buffer from the
4579 2006-07-12 Edward Hervey <edward@fluendo.com>
4581 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4582 (vorbis_handle_comment_packet):
4583 gst_tag_list_merge() returns a new object. Take that into account when
4584 using it. This avoids memleak.
4585 Revert previous commit which is not needed.
4587 2006-07-12 Edward Hervey <edward@fluendo.com>
4589 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4590 Reset the decoder in finalize so that all fields get cleared.
4592 2006-07-12 Wim Taymans <wim@fluendo.com>
4594 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4595 (gst_base_audio_src_set_clock),
4596 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4597 Don't try to post an error message when setting the clock fails
4598 as this can happen when adding an element to a bin which will then
4599 deadlock. Fixes #347296.
4601 2006-07-12 Edward Hervey <edward@fluendo.com>
4603 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4604 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4605 (vorbis_handle_type_packet):
4606 Post tag messages on the bus even if we're not initialized.
4607 If we're not initialized, we still postpone the event pushing of tags.
4609 2006-07-12 Wim Taymans <wim@fluendo.com>
4611 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4612 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4613 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4614 Revert last two changes that broke the freeze.
4616 2006-07-12 Wim Taymans <wim@fluendo.com>
4618 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4619 basesink calculates silence sample correctly for us.
4621 2006-07-12 Wim Taymans <wim@fluendo.com>
4623 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4624 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4625 Calculate correct silence samples so we don't fill our ringbuffer
4628 2006-07-12 Edward Hervey <edward@fluendo.com>
4630 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4631 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4632 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4633 * ext/vorbis/vorbisdec.h:
4634 Delay sending events (newsegment, tags) until the decoder is properly
4638 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
4640 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4641 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4642 Patch from #347221 adding a test for audioconvert
4645 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
4647 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4648 (gst_ssa_parse_parse_line):
4649 Don't include the terminating NUL in the buffer size,
4650 it's only there for extra paranoia (would add random
4651 '*' characters at the end of each subtitle since the
4652 terminator itself is not valid UTF-8 technically).
4653 Also fix indenting after boilerplate macro.
4655 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
4657 * gst/playback/gstdecodebin.c: (close_pad_link):
4658 Also emit 'unknown-type' signal (which should really be
4659 called unhandled-type) if we found potential decoders/demuxers
4660 in the registry but none of them worked in the end (as in the
4661 case where the plugins don't exist any longer but are still
4662 listed in the registry). Fixes #329798.
4664 2006-07-08 Andy Wingo <wingo@pobox.com>
4666 * theoraparse.c (theora_parse_push_buffer)
4667 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4668 Add some more debugging. Fix granulepos reconstruction in the face
4671 2006-07-06 Wim Taymans <wim@fluendo.com>
4673 * gst-libs/gst/audio/gstbaseaudiosink.c:
4674 (gst_base_audio_sink_class_init),
4675 (gst_base_audio_sink_provide_clock):
4676 Use gobject_class instead of G_OBJECT_CLASS (klass)
4678 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4679 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4680 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4681 (gst_base_audio_src_get_time),
4682 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4683 (gst_base_audio_src_create_ringbuffer):
4684 Fix latency and buffer-time constants and properties ala basesink.
4685 Implement pull based scheduling. Fixes #346527.
4686 Set default blocksize in GstBaseSrc to 0, we default to pushing out
4688 Refuse slaving to another clock instead of silently not working.
4689 Only provide a clock when we are actually able to do so.
4690 Various small cleanups and compiler hints.
4692 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4694 Patch by: Lutz Mueller <lutz at topfrose de>
4696 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4698 Add typefinding for text/html (#346581).
4700 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4702 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4703 (xml_check_first_element), (xml_type_find), (smil_type_find):
4704 Fix SMIL typefinding, make xml_check_first_element() more
4707 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4709 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4710 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4711 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4712 * gst/playback/gstplaybasebin.h:
4713 Protect list of elements with a subtitle-encoding property and
4714 the subtitle encoding member itself with a lock of their own
4715 instead of using the object lock. This prevents a dead-lock in
4716 the element-remove callback in some circumstances when shutting
4719 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
4721 * win32/common/libgsttag.def:
4722 Export some new functions.
4723 * win32/vs6/libgstogg.dsp:
4724 Add a link to libgsttag-0.10.lib.
4726 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
4728 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4729 Some const-ification.
4731 2006-07-04 Wim Taymans <wim@fluendo.com>
4733 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4734 Improve checking if we are dealing with a stream. Added some
4735 more uris that need buffering.
4737 2006-07-03 Edward Hervey <edward@fluendo.com>
4739 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4740 Remove unused variable.
4742 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4747 add GCOV_LIBS to GST_LIBS
4749 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
4751 Patch by: Michael Sheldon <webmaster at mikeasoft com>
4753 * ext/alsa/gstalsasrc.c:
4754 Add 32 bps to template caps and increase channels range
4755 from [1,2] to [1,MAX]. See #346326.
4757 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
4759 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4760 Recognise 'WMVA' video codec fourcc (#345879).
4762 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4764 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4765 Fixed nasty memory leak
4767 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4769 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4770 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4773 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
4775 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4776 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4777 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4778 Protect remove_fakesink using a mutex, so that we don't try and
4779 remove the fakesink simultaneously from multiple threads.
4781 When going from READY to PAUSED, restore the fakesink, so that
4782 it is there when decodebin gets reused.
4784 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
4786 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4787 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4788 * gst-libs/gst/rtp/gstbasertppayload.c:
4789 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4790 * gst/tcp/gstmultifdsink.c:
4791 * gst/tcp/gsttcpclientsink.c:
4792 * gst/tcp/gsttcpclientsrc.c:
4793 * gst/tcp/gsttcpserversink.c:
4794 * gst/tcp/gsttcpserversrc.c:
4795 * gst/videorate/gstvideorate.c:
4796 * gst/videotestsrc/gstvideotestsrc.c:
4797 * sys/v4l/gstv4ljpegsrc.c:
4798 * sys/v4l/gstv4lmjpegsink.c:
4799 * sys/v4l/gstv4lsrc.c:
4800 * tests/examples/seek/scrubby.c:
4801 * tests/examples/seek/seek.c:
4802 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4804 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4806 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4807 Second field in GEnumValue shouldn't be a description,
4808 but a stringified version of the enum value.
4810 2006-06-22 Wim Taymans <wim@fluendo.com>
4812 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4813 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4814 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4815 Avoid type checking in buffer casts.
4816 Avoid caps copy in buffer_alloc when we can.
4817 Use pad_peer_accept.
4819 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4821 * gst-libs/gst/tag/tag.h:
4822 Oops, make that 'Since: 0.10.9'.
4824 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4826 * docs/libs/gst-plugins-base-libs-sections.txt:
4827 * gst-libs/gst/tag/tag.h:
4828 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4829 (gst_tag_image_type_get_type):
4830 API: add GstTagImageType enum to describe images contained
4831 in image tags (#345641).
4833 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4835 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4836 Fix warnings with gst-inspect: "buffers-min" property
4837 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4838 typo in property description.
4840 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4842 Patch by: Cody Russell <bratsche at gnome org>
4844 * gst/audioresample/gstaudioresample.c:
4845 (gst_audioresample_class_init):
4846 * gst/playback/gststreamselector.c:
4847 (gst_stream_selector_class_init):
4848 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4849 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4850 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4851 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4852 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4853 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4854 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4855 * gst/videotestsrc/gstvideotestsrc.c:
4856 (gst_video_test_src_class_init):
4857 * gst/volume/gstvolume.c: (gst_volume_class_init):
4858 Avoid unnecessary class cast check in class_init
4859 functions (#337747).
4861 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
4863 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4864 (gst_text_overlay_video_chain):
4865 g_markup_escape_text() REALLY doesn't like non-UTF8 input
4866 and doesn't validate its input either (and neither did
4867 textoverlay it seems). Let's do that then and fix #345206.
4869 2006-06-19 Wim Taymans <wim@fluendo.com>
4871 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4872 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4873 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4874 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4875 (find_syncframe), (find_limits), (assign_value),
4876 (count_burst_unit), (gst_multi_fd_sink_new_client),
4877 (gst_multi_fd_sink_handle_client_write),
4878 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4879 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4880 (gst_multi_fd_sink_change_state):
4881 * gst/tcp/gstmultifdsink.h:
4882 Added shiny new burst-on-connect methods.
4883 Add properties to control the minimal amount of data queued.
4885 API: bytes-min property
4886 API: time-min property
4887 API: buffers-min property
4888 API: burst-unit property
4889 API: burst-value property
4890 API: add-full signal
4892 * gst/tcp/gsttcp-marshal.list:
4893 Added new marshaller code for the new signal.
4895 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4896 (multifdsink_suite):
4897 Added testcases for new burst methods.
4899 2006-06-19 Edward Hervey <edward@fluendo.com>
4901 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4902 Implement clipping for accurate seeking.
4905 2006-06-19 Wim Taymans <wim@fluendo.com>
4907 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4909 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4910 (gst_video_scale_transform):
4911 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4913 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
4916 Fix --disable-external (can't set conditionals conditionally,
4919 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4921 * tests/check/elements/audioresample.c: (test_reuse),
4922 (audioresample_suite):
4923 Add test case for bug #342789 fixed below.
4925 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4927 * gst/audioresample/gstaudioresample.c:
4928 (gst_audioresample_class_init), (gst_audioresample_init),
4929 (audioresample_start), (audioresample_stop),
4930 (gst_audioresample_set_property), (gst_audioresample_get_property):
4931 Implement GstBaseTransform::start and ::stop so that audioresample
4932 can clear its internal state properly and be reused instead of
4933 causing non-negotiated errors with playbin under some circumstances
4936 * tests/check/elements/audioresample.c: (setup_audioresample),
4937 (cleanup_audioresample):
4938 Need to set element state here so that ::start and ::stop are
4941 2006-06-16 Wim Taymans <wim@fluendo.com>
4943 Patch by: Young-Ho Cha <ganadist at chollian dot net>
4945 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4946 Parse extra data better, apparently it's right behind
4947 the normal strf header size. Fixes #343500.
4949 2006-06-16 Wim Taymans <wim@fluendo.com>
4951 * ext/alsa/gstalsasink.c: (set_hwparams):
4952 If we fail to set the buffer_time and period_time alsa
4953 parameters, post a warning and leave alsa select a
4954 default instead of failing. Fixes #342085
4956 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4958 * docs/libs/gst-plugins-base-libs-sections.txt:
4959 * gst-libs/gst/cdda/gstcddabasesrc.h:
4960 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4961 out in the header file and shouldn't be listed in the docs.
4963 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4964 Must dereference pointer to fourcc in the debug statement.
4966 2006-06-16 Stefan Kost <ensonic@users.sf.net>
4968 * docs/libs/Makefile.am:
4969 * docs/libs/gst-plugins-base-libs-docs.sgml:
4970 * docs/libs/gst-plugins-base-libs-sections.txt:
4971 * docs/libs/gst-plugins-base-libs.types:
4972 add remaining symbols into correct setions
4974 * gst-libs/gst/audio/gstringbuffer.c:
4977 * gst-libs/gst/audio/gstringbuffer.h:
4978 comment out not yet implemented function
4981 * gst-libs/gst/floatcast/floatcast.h:
4982 * gst-libs/gst/netbuffer/gstnetbuffer.c:
4983 add short descriptions
4986 * gst-libs/gst/interfaces/propertyprobe.c:
4987 fix return value docs
4989 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4990 simplify debug logging
4992 * gst-libs/gst/riff/riff-read.h:
4993 sync function prototype and docs
4995 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4996 remove left over symbol
4998 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
5003 Use GST_PLUGIN_DOCS macro in configure.ac, add
5004 --enable-plugin-docs default to autogen.sh and use
5005 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
5007 2006-06-15 Wim Taymans <wim@fluendo.com>
5009 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5010 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
5011 (gst_ogg_demux_loop):
5012 Combine GstFlowReturn from the source pads to give a
5013 meaningfull result to the upstream peer or to stop the
5014 processing task in case of errors.
5016 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
5018 * gst/playback/gststreaminfo.c: (cb_probe):
5019 Try GST_TAG_CODEC as fallback when extracting the
5020 codec name; more debug info.
5022 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
5024 * ext/ogg/Makefile.am:
5025 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5026 Extract language tags from ogm subtitle streams, so that
5027 the subtitle menu choices are labelled correctly in
5028 Totem (fixes #344708).
5030 2006-06-14 Wim Taymans <wim@fluendo.com>
5032 Patch by: Alessandro Decina <alessandro at nnva dot org>
5034 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
5035 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
5036 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
5037 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5038 Fix various leaks. Fixes #343699.
5039 Add x-smoke mime type.
5041 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
5043 * gst-libs/gst/riff/riff-ids.h:
5044 Add IDs for 'bext' chunks (see #343837).
5046 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
5048 Patch by: Young-Ho Cha <ganadist at chollian net>
5050 * gst/subparse/samiparse.c: (sami_context_pop_state),
5051 (handle_start_font), (end_sami_element):
5052 Honour font face tags in SAMI subtitles (#344503).
5054 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5057 add missing files containing translatable strings
5059 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5061 * docs/libs/tmpl/.cvsignore:
5062 we don't want those *.sgml files in CVS either
5064 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5066 * docs/libs/.cvsignore:
5067 * tests/check/elements/.cvsignore:
5068 * tests/check/libs/.cvsignore:
5071 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5073 * docs/libs/Makefile.am:
5074 also commiting the changed Makefile.am (added more libs to the
5077 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5079 * docs/libs/gst-plugins-base-libs-docs.sgml:
5080 * docs/libs/gst-plugins-base-libs-sections.txt:
5081 * docs/libs/gst-plugins-base-libs.types:
5082 first batch of reordering things, add index & hierarchy
5084 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
5087 use GST_PKG_CHECK_MODULES, cleans up output
5089 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
5091 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5092 Add support for burn:// URIs (#343385); const-ify things a bit,
5093 use G_N_ELEMENTS instead of hard-coded array size.
5095 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
5097 Patch by: Young-Ho Cha <ganadist at chollian net>
5099 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
5100 Fix up broken entities before passing them to libxml *sigh*.
5103 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
5108 === release 0.10.8 ===
5110 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
5113 releasing 0.10.8, "Moar gij ziet mij nie"
5115 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
5132 * win32/common/config.h:
5135 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
5137 * docs/libs/tmpl/gstaudio.sgml:
5138 * docs/libs/tmpl/gstcolorbalance.sgml:
5139 * docs/libs/tmpl/gstmixer.sgml:
5140 * docs/libs/tmpl/gstringbuffer.sgml:
5141 * docs/libs/tmpl/gsttuner.sgml:
5142 * docs/libs/tmpl/gstxoverlay.sgml:
5143 * gst-libs/gst/audio/audio.c:
5144 * gst-libs/gst/audio/gstringbuffer.c:
5145 * gst-libs/gst/interfaces/colorbalance.c:
5146 * gst-libs/gst/interfaces/mixer.c:
5147 * gst-libs/gst/interfaces/tuner.c:
5148 * gst-libs/gst/interfaces/xoverlay.c:
5149 move last template doc snippets to source code and delete them
5151 2006-06-06 Michael Smith <msmith@fluendo.com>
5153 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5154 (theora_parse_drain_queue):
5155 Mark DELTA_UNIT on non-keyframes.
5157 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
5159 * gst-libs/gst/audio/gstbaseaudiosink.c:
5160 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5161 * gst-libs/gst/audio/gstbaseaudiosink.h:
5162 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5163 (gst_ring_buffer_samples_done):
5164 * gst-libs/gst/audio/gstringbuffer.h:
5165 Document better the fact that latency_time and buffer_time are values
5166 stored in microseconds, and not the usual GStreamer nanoseconds.
5167 Change the variables (compatibly) that store them from GstClockTime
5168 to guint64 to make it more clear that they're not storing clock times.
5169 Also, remove the bogus property description that says the user can
5170 specify -1 to get the default value, since that's never been the case.
5172 When computing the default segment size for the ring buffer, make it
5173 an integer number of samples.
5175 When the sub-class indicates a delay greater than the number of
5176 samples we've written return 0 from the audio sink get_time method.
5178 2006-06-02 Michael Smith <msmith@fluendo.com>
5180 * tests/check/elements/audioconvert.c: (set_channel_positions),
5181 (get_float_mc_caps), (get_int_mc_caps):
5182 * tests/check/elements/audioresample.c:
5183 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5184 * tests/check/elements/videorate.c:
5185 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5186 * tests/check/elements/volume.c:
5187 * tests/check/elements/vorbisdec.c:
5188 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5189 Don't busy-wait in tests; this was causing test timeouts very
5190 frequently when running under valgrind.
5192 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5195 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5196 (gst_multi_fd_sink_remove_client_link),
5197 (gst_multi_fd_sink_client_queue_caps),
5198 (gst_multi_fd_sink_client_queue_buffer),
5199 (gst_multi_fd_sink_handle_client_write),
5200 (gst_multi_fd_sink_render):
5201 * gst/tcp/gstmultifdsink.h:
5202 make multifdsink properly deal with streamheader:
5203 - streamheader is taken from caps
5204 - buffers marked with IN_CAPS are not sent
5205 - streamheaders are sent, on connection, from the caps of the
5206 buffer where the client gets positioned to
5207 - further streamheader changes are done every time the client
5208 will receive a buffer with different caps
5209 * tests/check/elements/multifdsink.c: (GST_START_TEST),
5210 (gst_multifdsink_create_streamheader):
5213 2006-06-02 Michael Smith <msmith@fluendo.com>
5215 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5216 Reinstate limit on channel count. Vorbis does not define the meaning
5217 of > 6 channels, so they're just independent channels. Gstreamer
5218 currently has no mechanism to represent N independent channels.
5220 2006-06-02 Michael Smith <msmith@fluendo.com>
5222 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5223 Don't arbitrarily restrict channel counts and rate in vorbis.
5224 In terms of effects likely on real-world files, this fixes 96kHz
5227 2006-06-02 Michael Smith <msmith@fluendo.com>
5229 * gst/audioconvert/audioconvert.c: (float):
5230 More correct float->int conversion.
5232 2006-06-02 Michael Smith <msmith@fluendo.com>
5234 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5235 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5236 value. Fixes g-critical on trying to play back ogg containing
5239 2006-06-02 Wim Taymans <wim@fluendo.com>
5241 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5243 * gst/playback/gstplaybasebin.h:
5244 Make the subtitle detection work from any thread so we don't
5245 deadlock. Fixes #343397.
5247 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5249 * gst/volume/Makefile.am:
5250 Seriously, it's not *that* hard to get compilation right. Even
5251 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5253 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5255 * gst/volume/gstvolume.c: (volume_choose_func),
5256 (volume_update_real_volume), (gst_volume_class_init),
5257 (gst_volume_init), (volume_process_float), (volume_process_int16),
5258 (volume_process_int16_clamp), (volume_set_caps),
5259 (volume_transform_ip), (plugin_init):
5260 * gst/volume/gstvolume.h:
5261 rewrite the passthrough check, split _int16 and _int16_clamp, fix
5262 another property desc., remove unused param from process function
5264 * tests/check/elements/volume.c: (volume_suite):
5265 reactivate the passthrough test
5267 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5269 * ext/alsa/gstalsamixerelement.h:
5270 * ext/alsa/gstalsamixeroptions.h:
5271 * ext/alsa/gstalsamixertrack.h:
5272 * ext/gnomevfs/gstgnomevfssink.h:
5273 * ext/gnomevfs/gstgnomevfssrc.h:
5274 * ext/theora/gsttheoradec.h:
5275 * ext/theora/gsttheoraenc.h:
5276 * ext/theora/gsttheoraparse.h:
5277 * ext/vorbis/vorbisparse.h:
5278 * gst-libs/gst/audio/gstaudioclock.h:
5279 * gst-libs/gst/audio/gstaudiofilter.h:
5280 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5281 * gst/audioconvert/gstaudioconvert.h:
5282 * gst/audioresample/gstaudioresample.h:
5283 * gst/audiotestsrc/gstaudiotestsrc.h:
5284 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5285 * gst/playback/gststreamselector.h:
5286 * gst/tcp/gstmultifdsink.h:
5287 * gst/tcp/gsttcpclientsink.h:
5288 * gst/tcp/gsttcpclientsrc.h:
5289 * gst/tcp/gsttcpserversink.h:
5290 * gst/tcp/gsttcpserversrc.h:
5291 * gst/videorate/gstvideorate.h:
5292 * gst/videoscale/gstvideoscale.h:
5293 * gst/videotestsrc/gstvideotestsrc.h:
5294 * gst/volume/gstvolume.h:
5295 * sys/v4l/gstv4ljpegsrc.h:
5296 * sys/v4l/gstv4lmjpegsink.h:
5297 * sys/v4l/gstv4lmjpegsrc.h:
5298 * sys/v4l/gstv4lsrc.h:
5299 * sys/ximage/ximagesink.h:
5300 * sys/xvimage/xvimagesink.h:
5301 * tests/old/testsuite/alsa/sinesrc.h:
5302 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5304 2006-05-31 Wim Taymans <wim@fluendo.com>
5306 * ext/libvisual/visual.c: (gst_visual_reset),
5307 (gst_visual_sink_setcaps), (gst_visual_sink_event),
5308 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5310 Use running time before doing QoS.
5313 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
5315 * docs/libs/Makefile.am:
5316 set a magic variable to indicate we know the docs are incomplete
5318 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
5320 * win32/common/libgstvideo.def:
5321 export gst_video_calculate_display_ratio
5322 * win32/vs6/libgstvideoscale.dsp:
5323 add link to libgstvideo-0.10.lib
5325 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
5327 * gst/playback/gstplaybasebin.c: (gen_source_element):
5328 Throw a more comprehensible error for rtsp:// URIs (rather
5329 than erroring out with a negotiation error later on) until
5330 we fix playbin to handle rtspsrc etc.
5332 2006-05-30 Wim Taymans <wim@fluendo.com>
5334 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5335 (gst_text_overlay_text_event):
5338 2006-05-30 Wim Taymans <wim@fluendo.com>
5340 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5341 (gst_adder_request_new_pad), (gst_adder_release_pad):
5342 * gst/adder/gstadder.h:
5343 Implement release_request_pad.
5344 Make padcounter atomic.
5346 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5347 Added check for release_pad in adder.
5349 2006-05-30 Wim Taymans <wim@fluendo.com>
5351 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5354 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
5356 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5357 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5358 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5359 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5360 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5361 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5362 (gst_ogg_demux_bisect_forward_serialno),
5363 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5364 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5366 clean up printf formats for granulepos and serialno
5368 2006-05-30 Michael Smith <msmith@fluendo.com>
5370 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5371 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5372 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5373 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5374 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5375 * ext/vorbis/vorbisenc.h:
5376 Multi-channel caps negotiation, so we can do proper multichannel
5377 vorbis encoding, negotiated through audioconvert.
5379 2006-05-30 Wim Taymans <wim@fluendo.com>
5381 * tests/check/elements/adder.c: (test_event_message_received),
5382 (test_play_twice_message_received), (GST_START_TEST),
5384 Added check to show that #339935 is fixed with ongoing
5385 adder and collectpads fixes.
5387 2006-05-29 Wim Taymans <wim@fluendo.com>
5389 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5390 Don't leak pad name.
5392 2006-05-29 Wim Taymans <wim@fluendo.com>
5394 * gst/adder/gstadder.c: (gst_adder_query_duration),
5395 (forward_event_func), (forward_event), (gst_adder_src_event):
5397 Make query/seeking code threadsafe.
5399 * tests/check/Makefile.am:
5400 * tests/check/elements/adder.c: (test_event_message_received),
5401 (GST_START_TEST), (test_play_twice_message_received):
5402 Fix adder test case.
5404 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
5406 Patch by: Young-Ho Cha <ganadist at chollian net>
5408 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5409 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5410 (set_encoding_element), (decodebin_element_added_cb),
5411 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5412 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5413 * gst/playback/gstplaybasebin.h:
5414 Add 'subtitle-encoding' property to playbin, so applications can
5415 force a subtitle encoding for non-UTF8 subtitles (#342268).
5417 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5418 (gst_sub_parse_set_property):
5419 Rename recently-added 'encoding' property to 'subtitle-encoding'
5420 (so it can be proxied by playbin/decodebin in a generic way
5421 with less danger of false positives).
5423 2006-05-29 Michael Smith <msmith@fluendo.com>
5425 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5426 (append_with_other_format), (set_structure_widths),
5427 (gst_audio_convert_transform_caps):
5428 Patch from #341562: give more specific audio caps in get_caps, so
5429 that basetransform can make better decisions on what caps to
5432 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5434 * tests/check/elements/volume.c:
5435 make it compile again
5437 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5439 * tests/check/elements/volume.c: (volume_suite):
5440 disable test until #343196 gets resolved
5442 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5444 * gst/adder/gstadder.c: (gst_adder_get_type):
5445 Make it easier to copy&paste
5447 * gst/volume/Makefile.am:
5448 * gst/volume/gstvolume.c: (volume_update_real_volume),
5449 (gst_volume_set_volume), (gst_volume_set_mute),
5450 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5451 (volume_transform_ip), (volume_update_mute),
5452 (volume_update_volume):
5453 * gst/volume/gstvolume.h:
5454 Add own debug category, move duplicate code to helper function, fix
5455 property texts, add more comments and prepare ffor liboil-goodness
5457 * tests/check/Makefile.am:
5458 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5459 add test for mute and passtrough case, be a bit more verbose to track
5462 * tests/check/generic/states.c: (GST_START_TEST):
5463 catch elements that fail to instantiate
5465 2006-05-28 Edward Hervey <edward@fluendo.com>
5467 * tests/check/pipelines/simple-launch-lines.c:
5468 * tests/check/pipelines/theoraenc.c:
5469 * tests/check/pipelines/vorbisenc.c:
5470 Comment out tests using parse_launch() if core was built without
5471 parsing capabilities.
5473 2006-05-27 Edward Hervey <edward@fluendo.com>
5475 * tests/check/Makefile.am:
5476 Extra bonus points for whoever explains to ensonic that you are meant
5477 to test unit tests thoroughly before commiting them, especially if
5478 you know it's going to break.
5479 De-activated element/adder tests.
5481 2006-05-27 Edward Hervey <edward@fluendo.com>
5483 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5484 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5485 Marking caps conversion issues as GST_WARNING is way too verbose,
5486 Moving them to GST_LOG.
5488 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
5491 Replace current README (containing the release notes from
5492 some 0.9.x version) with a proper README taken from the core.
5494 2006-05-26 Wim Taymans <wim@fluendo.com>
5496 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5497 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5498 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5499 (vorbis_dec_change_state):
5502 Clip output samples to segment boundaries.
5504 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5506 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5507 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5508 Improve the errors produced on bad output, including some human
5509 readable description strings.
5510 Handle the (theoretical for ximagesink) case where the XServer
5511 has a different idea about the size required for a particular
5512 frame and gives us too small a memory allocation.
5514 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5516 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5517 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5518 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5519 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5520 Improve the errors produced on bad output, including some human
5521 readable description strings.
5522 Handle RGB Xv formats properly by transforming them into our
5523 big-endian caps description.
5524 Use gst_caps_truncate to ensure that we never try and choose a
5525 non-fixed caps in buffer_alloc.
5526 Handle the case where the XServer has a different idea about the size
5527 required for a particular frame and gives us too small a memory
5529 Use -1 to indicate 'no image format', because 0 is a valid XServer
5530 image format number.
5531 Put RGB Xv formats at the end of the caps, so that we always prefer
5533 Iterate the available Xv Encodings to determine the maximum width and
5534 height, and then return that in our caps.
5535 (Closes #315312, #337544)
5537 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
5539 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5540 When there is only one unfinished pad and it receives an event that
5541 doesn't match our requirements, we need to set alldone=FALSE so that
5542 the fakesink is not removed yet.
5544 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
5546 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5547 Use gst_type_find_helper_for_buffer() to find the type
5548 of stream from the first packet.
5551 Bump requirements to core CVS (needed for vorbis
5552 typefinding to work).
5554 2006-05-24 Edward Hervey <edward@fluendo.com>
5556 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5557 Added the 'prfl' atom type which MQV (no, it's not a typo) files
5558 contain. Else they play perfectly fine with qtdemux.
5560 2006-05-23 Stefan Kost <ensonic@users.sf.net>
5562 * ext/theora/theoradec.c:
5563 * ext/theora/theoraenc.c:
5564 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5565 * gst/audiorate/gstaudiorate.c:
5566 make more debug catagories static
5568 * tests/check/Makefile.am:
5569 * tests/check/elements/adder.c: (message_received),
5570 (test_event_message_received), (GST_START_TEST),
5571 (test_play_twice_message_received), (adder_suite):
5572 added test case for using element twice, extra bonus points for anyone
5573 who can make these test run reliably
5575 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
5577 * ext/theora/theoradec.c: (theora_dec_chain):
5578 Make work with time-stamped input buffers that do not
5579 have a granulepos in BUFFER_OFFSET_END (like theora
5580 buffers coming from matroskademux). Fixes #342448.
5582 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
5584 Patch by: Peter Kjellerstedt <pkj at axis com>
5586 * gst/tcp/Makefile.am:
5587 fdstresstest doesn't need Gtk+, fix compilation if
5588 gtk is not available (#342566).
5590 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5592 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5594 Removed redundant floor()
5596 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5598 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5599 On second thought, just skip JUNK chunks automatically, so
5600 the caller doesn't have to handle this. Fixes #342345.
5601 Also, return GST_FLOW_UNEXPECTED if we get a short read,
5604 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5606 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5607 Don't bail out on JUNK chunks with a size of 0 (would try to
5608 pull_range 0 bytes before, which sources don't like too much).
5611 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5613 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5614 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5615 Use the gstutil scaling function to preserve 64 bits while calculating
5616 output width and height from the display-aspect-ratio. (A continuation
5619 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5621 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5622 (gst_xvimagesink_buffer_alloc):
5623 * sys/xvimage/xvimagesink.h:
5624 When performing buffer allocations, remember the caps and image format
5625 we return so that if the same caps are asked for next time we can
5626 return them immediately without doing any caps intersections.
5628 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5630 * gst-libs/gst/rtp/README:
5631 Some new documentation
5632 * gst-libs/gst/rtp/gstrtpbuffer.h:
5633 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
5634 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5635 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5636 New RTP audio base payloader class. Supports frame or sample based
5637 codecs. Not enabled in Makefile.am until approved.
5639 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5641 * tests/check/elements/alsa.c: (test_device_property_probe):
5642 Fix test case: don't try to free NULL GValueArray when there
5645 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5647 * tests/check/Makefile.am:
5648 * tests/check/elements/alsa.c: (test_device_property_probe),
5649 (alsa_suite), (main):
5650 Add simple test that runs a device property probe on alsasrc,
5651 alsasink and alsamixer. Disable valgrind check for now (too
5652 many leaks in libasound, and valgrind ignored my suppressions
5655 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5657 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5658 (gst_alsa_device_property_probe_probe_property),
5659 (gst_alsa_device_property_probe_needs_probe),
5660 (gst_alsa_device_property_probe_get_values),
5661 (gst_alsa_type_add_device_property_probe_interface):
5662 * ext/alsa/gstalsadeviceprobe.h:
5663 * ext/alsa/gstalsamixerelement.c:
5664 (gst_alsa_mixer_element_init_interfaces):
5665 * ext/alsa/gstalsamixerelement.h:
5666 Clean up and simplify alsa device probing. Make it actually work
5667 for multiple classes. Don't cache results any longer.
5669 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5670 (gst_alsasink_init):
5671 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5672 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5673 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5674 Make alsasink and alsasrc implement the GstPropertyProbe interface
5675 for device probing (#342181).
5676 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
5678 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5680 * gst/subparse/samiparse.c: (handle_start_font):
5681 Don't ignore return value of strtol (++compiler_happiness).
5683 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
5685 Patch by: Young-Ho Cha <ganadist chollian net>
5687 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5688 (gst_sub_parse_class_init), (gst_sub_parse_init),
5689 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5691 * gst/subparse/gstsubparse.h:
5692 Add 'encoding' property (#341681).
5694 * gst/subparse/samiparse.c: (characters_sami):
5695 Output is pango markup, so we need to escape text
5696 between tags (#342143).
5698 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5700 * gst-libs/gst/audio/multichannel.c:
5701 (gst_audio_check_channel_positions):
5702 It's okay to have caps with channels=1 and a channel position
5703 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5704 (deinterleavers might want to keep the position in the caps,
5705 so that they can be re-interleaved again properly later).
5706 Leave check for unexpected 2-channel layouts intact for now.
5708 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5710 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5711 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5712 basesrc can do its job correctly.
5714 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5716 * ext/alsa/Makefile.am:
5717 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5718 (gst_alsa_detect_formats), (get_channel_free_structure),
5719 (caps_add_channel_configuration), (gst_alsa_detect_channels),
5720 (gst_alsa_probe_supported_formats):
5721 * ext/alsa/gstalsa.h:
5722 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5723 Refactor and improve caps probing code: probe signedness
5724 when we probe the supported formats/widths; set endianness
5725 to the one we actually probed for (ie. cpu endianness).
5727 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5728 (gst_alsasrc_close):
5729 * ext/alsa/gstalsasrc.h:
5730 Implement caps probing for alsasrc.
5732 2006-05-15 Wim Taymans <wim@fluendo.com>
5734 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5735 (theora_dec_src_query), (theora_dec_src_event),
5736 (theora_dec_sink_event), (theora_handle_comment_packet),
5737 (theora_handle_data_packet), (theora_dec_change_state):
5738 Cleanups, add some G_LIKELY.
5739 Use segment helpers instead of our own wrong code.
5740 Clear queued buffers on seek and READY.
5742 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5743 (vorbis_dec_convert), (vorbis_dec_src_query),
5744 (vorbis_dec_src_event), (vorbis_dec_sink_event),
5745 (vorbis_handle_comment_packet), (vorbis_dec_push),
5746 (vorbis_handle_data_packet), (vorbis_dec_chain),
5747 (vorbis_dec_change_state):
5748 * ext/vorbis/vorbisdec.h:
5749 Remove old useless packetno variable.
5750 Do position query properly.
5752 Do cleanup of queued buffers in new helper function
5755 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5757 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5758 Query supported sample rates. Fixes #341732.
5760 2006-05-15 Julien MOUTTE <julien@moutte.net>
5762 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5763 (gst_decode_bin_change_state): Make decodebin reusable
5764 when going from PAUSE_TO_READY and then back to PAUSED.
5767 2006-05-15 Wim Taymans <wim@fluendo.com>
5769 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5770 (vorbis_dec_convert), (vorbis_dec_src_query),
5771 (vorbis_dec_sink_query), (vorbis_dec_src_event),
5772 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5773 (vorbis_dec_clean_queued), (vorbis_dec_push),
5774 (vorbis_handle_data_packet), (vorbis_dec_change_state):
5775 Cleanups. Use refcounting and DEBUG_OBJECT.
5776 Reset segment on flush, use code methods instead of our
5778 Fix potential memleak.
5780 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5782 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5783 (gst_alsasink_init):
5784 * ext/alsa/gstalsasink.h:
5785 Don't leak allocated snd_output_t structure if there's
5786 more than one alsasink instance at a time (#341873).
5787 Also fix GObject macros in header file.
5789 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5791 * gst/subparse/gstsubparse.c:
5792 (gst_sub_parse_data_format_autodetect):
5793 Don't use libxml functions in the typefinding code.
5795 2006-05-15 Wim Taymans <wim@fluendo.com>
5797 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5798 Fix seeking performance in the case where a non-header
5799 packet has a 0 granulepos (busted theora case).
5801 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5802 the first place, you limelight stealer you)
5804 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5806 * gst/subparse/gstsubparse.c:
5807 (gst_sub_parse_data_format_autodetect):
5808 Improve SAMI typefinding: handle case where there are
5809 whitespaces or newlines in front of the first <SAMI>
5812 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5815 Build video4linux plugin even if there's no XVIDEO, just
5816 without implementing the GstXOverlay interface (#334002).
5818 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5821 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5823 Add tentative support for libvisual-0.4 (#336881).
5825 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5827 Patch by: Young-Ho Cha <ganadist at chollian net>
5829 * gst/subparse/samiparse.c: (handle_start_font):
5830 Need to map "silver" colour explicitly (#169936).
5832 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5834 Patch by: Young-Ho Cha <ganadist at chollian net>
5836 * gst/subparse/Makefile.am:
5837 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5838 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5839 (gst_sub_parse_format_autodetect), (feed_textbuf),
5840 (gst_subparse_type_find), (plugin_init):
5841 * gst/subparse/gstsubparse.h:
5842 * gst/subparse/samiparse.c:
5843 * gst/subparse/samiparse.h:
5844 Add support for SAMI subtitles (#169936).
5846 2006-05-14 Michael Smith <msmith@fluendo.com>
5848 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5849 Fix #341696: crash when mixing L+R+C to mono or stereo.
5850 * tests/check/Makefile.am:
5851 * tests/check/elements/audioconvert.c: (set_channel_positions),
5852 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5853 (audioconvert_suite):
5854 Add test for the above, including some generic framework bits for
5855 testing multichannel things.
5857 === release 0.10.7 ===
5859 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
5862 releasing 0.10.7, "Leave the gun"
5864 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
5866 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5867 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5870 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
5872 * docs/libs/gst-plugins-base-libs-docs.sgml:
5873 * docs/libs/gst-plugins-base-libs-sections.txt:
5874 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5875 * gst-libs/gst/video/video.h:
5876 * gst/videoscale/Makefile.am:
5877 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5878 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5879 * tests/check/Makefile.am:
5880 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5882 Fix integer overflow problem with pixel-aspect-ratio calculations
5883 in videoscale and xvimagesink (#341542)
5885 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
5887 * gst-libs/gst/tag/gstid3tag.c:
5888 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5890 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
5893 update win32 files listing
5895 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5897 patch by: Sjoerd Simons (sjoerd@luon.net)
5899 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5900 (group_create), (group_destroy), (add_stream),
5901 (gst_play_base_bin_get_property),
5902 (gst_play_base_bin_get_streaminfo_value_array):
5903 * gst/playback/gstplaybasebin.h:
5904 API: GstPlayBaseBin::stream-info-value-array property
5905 use a more bindings-friendly way of exposing streaminfo
5906 using a GValueArray. Tested in ipython.
5909 2006-05-11 Wim Taymans <wim@fluendo.com>
5911 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5912 (queue_underrun_cb), (queue_filled_cb):
5913 Also catch queue underruns but don't do anything yet.
5914 Refactor and comment queue enlarging code a bit.
5916 * gst/playback/gstplaybasebin.c: (queue_overrun),
5917 (queue_threshold_reached), (queue_out_of_data),
5918 (gen_preroll_element):
5919 If a queue over/underruns check that we don't create nasty
5920 deadlocks when the min-threshold is not reached but the
5921 max-bytes is. In those cases disable max-bytes when we
5922 know that the queue is fed timed data.
5925 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5927 * gst/playback/gstplaybin.c: (gen_audio_element):
5928 Make playbin automatically plug an 'audioresample'
5929 element before the audio sink as well. This solves
5930 problems with sinks that only accept a very specific
5931 sample rate, like esdsink (e.g. #340379).
5933 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5935 * gst/playback/gstplaybasebin.c: (gen_source_element):
5936 Make http sources send special headers so that we receive
5937 icecast metadata if the http stream is an icecast stream
5938 (otherwise the server will just ignore them). This also
5939 means that from now on users will need the 'icydemux'
5940 element from gst-plugins-good installed if they want to
5941 listen to icecast radio streams. (#341432, #333657).
5943 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5945 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5946 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5947 remove stupid example from docs - it should come with a simple
5950 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5951 (fail_if_can_read), (GST_START_TEST),
5952 (gst_multifdsink_create_streamheader), (multifdsink_suite):
5953 add a test for changing streamheader which exposes a bug in
5956 2006-05-11 Michael Smith <msmith@fluendo.com>
5958 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5959 (gst_gnome_vfs_src_received_headers_callback):
5960 * ext/gnomevfs/gstgnomevfssrc.h:
5961 Don't set icy-caps unless we have a sane interval value. Move
5962 interval to a local variable; we never use it outside this function.
5964 2006-05-11 Wim Taymans <wim@fluendo.com>
5966 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5967 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5968 Register special buffer types along with the objects so
5969 that they are not registered at runtime from N different
5970 streaming threads since they are not threadsafe.
5972 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5974 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5975 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5976 add two more tests, one doing streamheader
5978 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5980 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5981 clean up the bufqueue when shutting down
5982 * tests/check/Makefile.am:
5983 * tests/check/elements/multifdsink.c: (setup_multifdsink),
5984 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5986 add a test for the leak that was just fixed
5988 2006-05-10 Wim Taymans <wim@fluendo.com>
5990 * gst/adder/gstadder.c: (gst_adder_setcaps),
5991 (gst_adder_query_duration), (gst_adder_query), (forward_event),
5992 (gst_adder_src_event), (gst_adder_sink_event),
5993 (gst_adder_class_init), (gst_adder_finalize),
5994 (gst_adder_request_new_pad), (gst_adder_collected):
5995 * gst/adder/gstadder.h:
5996 Updated some docs. Added comments and FIXMEs all over the place.
5997 Improve debugging info.
5998 Fix leak on finalize by not calling the parent.
5999 Implement duration query.
6000 Make event forwarding threadsafe.
6001 Correctly send NEWSEGMENT at start and after flush.
6002 Handle EOS correctly.
6003 Post error when not negotiated.
6005 * tests/check/elements/adder.c: (GST_START_TEST):
6006 Added FIXME in the test.
6008 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
6010 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
6011 (gst_text_overlay_halign_get_type),
6012 (gst_text_overlay_wrap_mode_get_type):
6013 * ext/theora/theoradec.c: (theora_handle_type_packet),
6014 (theora_handle_data_packet):
6015 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
6016 (theora_enc_sink_setcaps), (theora_enc_chain):
6017 * gst-libs/gst/cdda/gstcddabasesrc.c:
6018 (gst_cdda_base_src_mode_get_type):
6019 * gst/audiotestsrc/gstaudiotestsrc.c:
6020 (gst_audiostestsrc_wave_get_type):
6021 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
6022 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6023 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6024 (gst_sync_method_get_type), (gst_unit_type_get_type),
6025 (gst_client_status_get_type):
6026 * gst/videoscale/gstvideoscale.c:
6027 (gst_video_scale_method_get_type):
6028 * gst/videotestsrc/gstvideotestsrc.c:
6029 (gst_video_test_src_pattern_get_type):
6030 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
6031 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
6032 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
6033 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
6034 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
6035 (paint_setup_RGB565), (paint_setup_xRGB1555):
6036 Const-ify GEnumValue and GFlagsValue arrays. Use
6037 GST_ROUND_UP_* macros instead of home-made ones.
6039 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
6042 Require core CVS for the new newsegment stuff.
6044 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
6046 Patch by: Sjoerd Simons <sjoerd at luon net>
6048 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
6049 Register nick for enum value (#341160).
6051 2006-05-09 Stefan Kost <ensonic@users.sf.net>
6053 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
6055 backout typefind patch #340375
6057 * tests/check/elements/adder.c: (message_received),
6058 (GST_START_TEST), (adder_suite):
6059 redo, signal-handling of test
6061 2006-05-09 Wim Taymans <wim@fluendo.com>
6063 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
6064 (gst_adder_collected):
6065 * gst/adder/gstadder.h:
6066 Remove bogus segment merging and forwarding, we don't
6067 care about timestamps anyway and we just produce a
6069 Also create a nice NEWSEGMENT event when we start.
6070 Use _scale_int some more.
6072 2006-05-09 Edward Hervey <edward@fluendo.com>
6074 * tests/icles/stress-xoverlay.c:
6075 Fix if core was built without parsing support.
6077 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
6079 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6080 Add SEDG (Samsung MPEG-4) fourcc.
6082 2006-05-09 Edward Hervey <edward@fluendo.com>
6084 * tests/icles/stress-xoverlay.c:
6085 * tests/examples/volume/volume.c:
6086 Fix if core was built without parsing support.
6088 * tests/examples/seek/seek.c:
6089 Disable the parse_launch example if core was built without parsing
6092 2006-05-08 Edward Hervey <edward@fluendo.com>
6094 * autogen.sh: (CONFIGURE_DEF_OPT):
6095 libtoolize on Darwin/MacOSX is called glibtoolize
6097 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6099 * tests/check/Makefile.am:
6100 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
6101 Disable the adder test, until the build-slaves posses the kindness to
6102 either like it or to give valid reason for not doing so
6104 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6106 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6108 Shuffle NULL state change around and raise timeout more
6110 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6112 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
6113 (mp4_type_find), (plugin_init):
6114 Add typefind to distinguish between "audio/x-m4a" and new type
6115 "video/mp4". Fixes #340375
6117 * tests/check/elements/adder.c: (adder_suite):
6118 Raise timeout to make buildbot happy
6120 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6122 * gst/adder/gstadder.c: (gst_adder_sink_event),
6123 (gst_adder_request_new_pad), (gst_adder_change_state):
6124 * gst/adder/gstadder.h:
6125 * tests/check/Makefile.am:
6126 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6127 (adder_suite), (main):
6128 Add sink-event handling to adder. It tries to merge incomming
6129 newsegment-events. Added test to check if segment_done is comming
6130 through. Fixes #340060
6132 2006-05-05 Andy Wingo <wingo@pobox.com>
6134 * ext/theora/theoraparse.c (gst_theora_parse_init)
6135 (theora_parse_src_convert, theora_parse_src_query):
6136 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6137 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6138 query functions on the source pads of the theora and vorbis parse
6139 elements. Fixes position querying when doing a remux.
6141 2006-05-05 Michael Smith <msmith@fluendo.com>
6143 * ext/theora/theoraparse.c: (parse_granulepos),
6144 (theora_parse_drain_queue_prematurely),
6145 (theora_parse_queue_buffer), (theora_parse_sink_event):
6147 Fix invalid granulepos outputs when starting with a non-keyframe.
6149 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
6151 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6152 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6153 Rearrange MPEG system stream detection, fixing some memleaks in the
6155 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6156 they clean up their data correctly.
6157 Remove unused ogganx caps and move the 'is_annodex' check to inside
6158 the 'is_ogg' if statement.
6160 2006-05-05 Wim Taymans <wim@fluendo.com>
6162 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6163 Properly remove ghostpads. Fixes #340392
6165 2006-05-04 David Schleef <ds@schleef.org>
6167 * gst/typefind/gsttypefindfunctions.c:
6169 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
6171 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6172 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6174 When typefinding an MP3 in push-based mode, don't penalise the
6175 probability down to 74% when we found 5 valid frames just because we
6176 can't peek the end of the file.
6178 Make the probability for detecting MPEG Transport Streams based on the
6179 number of sequential headers we successfully detected.
6181 2006-05-03 Wim Taymans <wim@fluendo.com>
6183 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6184 (vorbis_dec_push), (vorbis_dec_chain):
6185 Still produce an error when we receive an empty packet.
6187 2006-05-03 Wim Taymans <wim@fluendo.com>
6189 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6190 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6191 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6192 Mark buffers with DISCONT after seek and after activating new
6195 * ext/theora/gsttheoradec.h:
6196 * ext/theora/theoradec.c: (gst_theora_dec_reset),
6197 (theora_get_query_types), (theora_dec_sink_event),
6198 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6199 (theora_dec_change_state):
6201 Detect and mark DISCONT buffers.
6203 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6204 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6205 (vorbis_dec_change_state):
6206 * ext/vorbis/vorbisdec.h:
6208 Detect and mark DISCONT buffers.
6209 Don't crash on 0 sized buffers.
6211 2006-05-03 Wim Taymans <wim@fluendo.com>
6213 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6214 (volume_transform_ip):
6215 Increase "volume" property to 10.0. Fixes #340369.
6216 Set the process function to NULL when capsnego fails so that
6217 we properly error out.
6219 2006-05-02 Stefan Kost <ensonic@users.sf.net>
6221 * gst/playback/gstplaybin.c: (add_sink):
6222 * gst/playback/test.c: (main):
6223 * gst/playback/test5.c: (dump_element_stats):
6224 * gst/playback/test6.c: (main):
6225 free caps using gst_caps_unref, don't leak caps-strings
6227 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
6229 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6231 Refine musepack typefinding a bit. Return MAXIMUM
6232 probability when we detect stream version 7 to make
6233 sure the mpeg audio typefinder doesn't trump us.
6235 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
6237 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6238 Protect against unexpected NULL strf_data buffer.
6240 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6242 * tests/check/elements/audioconvert.c: (verify_convert),
6244 interpret the out[] buffer in the order the bytes are actually
6245 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6246 Other tests should use BYTE_ORDER since the array is filled in
6249 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6251 * tests/check/elements/audioconvert.c: (verify_convert),
6253 when a test fails, give an indication of which it is
6255 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6257 * gst-libs/gst/cdda/gstcddabasesrc.c:
6258 compile fix; strtol() needs <stdlib.h>
6260 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6262 * ext/alsa/gstalsamixerelement.c:
6263 * ext/alsa/gstalsasrc.c:
6264 * ext/cdparanoia/gstcdparanoiasrc.c:
6265 * ext/gnomevfs/gstgnomevfssink.c:
6266 * ext/gnomevfs/gstgnomevfssrc.c:
6267 * ext/ogg/gstoggdemux.c:
6268 * ext/ogg/gstoggmux.c:
6269 * ext/ogg/gstoggparse.c:
6270 * ext/ogg/gstogmparse.c:
6271 * ext/pango/gstclockoverlay.c:
6272 * ext/pango/gsttextoverlay.c:
6273 * ext/pango/gsttextrender.c:
6274 * ext/pango/gsttimeoverlay.c:
6275 * ext/theora/theoradec.c:
6276 * ext/theora/theoraenc.c:
6277 * ext/vorbis/vorbisdec.c:
6278 * ext/vorbis/vorbisenc.c:
6279 * gst-libs/gst/audio/gstaudiofilter.c:
6280 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6281 * gst/audioconvert/gstaudioconvert.c:
6282 * gst/audiorate/gstaudiorate.c:
6283 * gst/audioresample/gstaudioresample.c:
6284 * gst/audiotestsrc/gstaudiotestsrc.c:
6285 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6286 * gst/playback/gstdecodebin.c:
6287 * gst/playback/gstplaybin.c:
6288 * gst/playback/gststreamselector.c:
6289 * gst/subparse/gstsubparse.c:
6290 * gst/tcp/gstmultifdsink.c:
6291 * gst/tcp/gsttcpclientsink.c:
6292 * gst/tcp/gsttcpclientsrc.c:
6293 * gst/tcp/gsttcpserversink.c:
6294 * gst/tcp/gsttcpserversrc.c:
6295 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6296 * gst/videorate/gstvideorate.c:
6297 * gst/videoscale/gstvideoscale.c:
6298 * gst/videotestsrc/gstvideotestsrc.c:
6299 * gst/volume/gstvolume.c:
6300 * sys/v4l/gstv4ljpegsrc.c:
6301 * sys/v4l/gstv4lmjpegsink.c:
6302 * sys/v4l/gstv4lmjpegsrc.c:
6303 * sys/v4l/gstv4lsrc.c:
6304 * sys/ximage/ximagesink.c:
6305 * sys/xvimage/xvimagesink.c:
6306 * tests/check/libs/cddabasesrc.c:
6307 make GstElementDetails const
6309 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6311 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6313 send events from src-pad to all sink-pads fixes #338657
6315 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6317 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6318 (alsasink_parse_spec):
6319 query width capabilities from alsa, fixes #338919
6321 2006-04-28 Wim Taymans <wim@fluendo.com>
6323 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6324 (gst_multi_fd_sink_remove_client_link):
6325 * gst/tcp/gstmultifdsink.h:
6326 Fix race condition in multifdsink that can lead to spurious
6327 duplicate clients. this patch adds a new signal that is fired when
6328 multifdsink has removed all references to the fd.
6330 Updated documentation.
6331 API: client-fd-removed signal added
6333 2006-04-28 Michael Smith <msmith@fluendo.com>
6335 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6336 When asking g_value_array_new to prealloc elements, we may as well
6337 ask for the right number of elements.
6339 2006-04-28 Wim Taymans <wim@fluendo.com>
6341 * gst-libs/gst/audio/gstbaseaudiosink.c:
6342 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6343 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6344 patch to make timestamp checking more tollerant to rounding
6345 errors given that real discontinuities are to be marked on
6346 buffers. Fixes some asf files and #338778.
6347 Also avoid some crashers when we receive an event in the
6350 2006-04-28 Michael Smith <msmith@fluendo.com>
6352 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6353 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6354 (gst_gnome_vfs_src_get_property),
6355 (gst_gnome_vfs_src_send_additional_headers_callback),
6356 (gst_gnome_vfs_src_received_headers_callback),
6357 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6358 (gst_gnome_vfs_src_stop):
6359 * ext/gnomevfs/gstgnomevfssrc.h:
6360 Remove ICY handling (mostly) from gnomevfssrc, in favour of
6361 proper shared support within icydemux.
6363 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6365 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6366 (gst_video_rate_swap_prev), (gst_video_rate_chain):
6368 fix a leak when no caps negotiated
6369 fix counting of input frames
6370 * tests/check/elements/.cvsignore:
6371 * tests/check/elements/videorate.c: (assert_videorate_stats),
6372 (GST_START_TEST), (videorate_suite):
6375 2006-04-28 Wim Taymans <wim@fluendo.com>
6377 * gst-libs/gst/audio/gstringbuffer.c:
6378 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6379 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6380 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6381 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6382 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6383 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6384 (gst_ring_buffer_commit), (gst_ring_buffer_read),
6385 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6386 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6387 Check arguments passed to public functions instead of
6390 2006-04-28 Wim Taymans <wim@fluendo.com>
6392 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6393 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6394 GstBaseAudioSrc must be live or it does not work.
6396 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6397 Don't set live to TRUE as this is the default in the parentclass.
6399 2006-04-28 Wim Taymans <wim@fluendo.com>
6401 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6402 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6403 Videoscale doesn't pass on pixel-aspect ratio. Handle all
6404 fixation cases better. Fixes #338991
6406 2006-04-28 Wim Taymans <wim@fluendo.com>
6408 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6409 Handle 0/1 framerate correctly Fixes #331901.
6411 2006-04-28 Wim Taymans <wim@fluendo.com>
6413 * tests/check/elements/audioconvert.c: (get_float_caps),
6414 (GST_START_TEST), (audioconvert_suite):
6415 Added check for correct clipping when doing float samples
6418 2006-04-28 Wim Taymans <wim@fluendo.com>
6420 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6421 (gst_video_rate_chain):
6422 Print more debugging info.
6424 2006-04-28 Wim Taymans <wim@fluendo.com>
6426 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6427 (resample_set_state_from_caps):
6428 Add support for other formats audioresample can handle such as
6429 32 bits in and float and 64 bits float. Fixes #301759
6431 2006-04-28 Wim Taymans <wim@fluendo.com>
6433 * gst/audioconvert/audioconvert.c: (float):
6434 correctly clip float samples > 1.0. Fixes #338718
6436 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6438 Patch by: Young-Ho Cha <ganadist at chollian net>
6440 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6441 (gst_text_overlay_render_text):
6442 Don't strip newlines from the text. Also, center lines
6443 within multi-line paragraphs (#339405).
6445 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6447 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6448 Fix wavpack typefinding to work in more cases (don't peek
6449 for chunks of multiple hundred kBs at once, but process
6450 things step-by-step in smaller units). Fixes #339786.
6452 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6457 === release 0.10.6 ===
6459 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6462 releasing 0.10.6, "Chao"
6464 2006-04-26 David Schleef <ds@schleef.org>
6466 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6469 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6472 * win32/common/config.h:
6475 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6477 patch by: Wim Taymans
6479 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6480 (gst_ogg_demux_perform_seek):
6481 make sure correct newsegments are sent, so that the decoder
6482 and the demuxer agree on timestamps. Fixes playback of a lot
6483 of Ogg files that do not start from 0. Fixes #339833.
6485 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6487 Patch by: Edward Hervey <edward@fluendo.com>
6489 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6490 * tests/check/Makefile.am:
6491 * tests/check/elements/videorate.c: (assert_videorate_stats),
6492 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6493 (videorate_suite), (main):
6494 Fix an infinite loop if frames are passed in with wrongly ordered
6495 timestamps. Fixes #339013.
6497 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6499 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6501 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6502 fix typefinding on some ISO files. Fixes #339212.
6504 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6506 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6508 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6509 add another H264 fourcc. Fixes #339047.
6511 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6513 Patch by: Jan Schmidt
6515 * gst/playback/gststreamselector.c:
6516 (gst_stream_selector_bufferalloc):
6517 Restore old StreamSelector behaviour.
6520 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
6523 * win32/common/config.h:
6526 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6528 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6530 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6531 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6532 Fix some memory leaks: on finalize, free buffers left in the queue
6533 before destroying the queue; in _push(), unref rtp_buf even if
6534 the process vfunc returned a NULL buffer as output buffer (#337548);
6535 demote some recuring debug messages to LOG level.
6537 2006-04-11 Wim Taymans <wim@fluendo.com>
6539 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6540 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6541 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6542 (gst_ogg_demux_loop):
6544 Respect segment stop when emiting EOS or SEGMENT_DONE.
6547 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6549 * gst/playback/gststreamselector.c:
6550 (gst_stream_selector_get_property):
6551 Don't leak pad name.
6553 2006-04-10 Michael Smith <msmith@fluendo.com>
6555 * tests/check/Makefile.am:
6556 * tests/check/gst-plugins-base.supp:
6557 Suppress an old libtheora bug (fixed in more recent versions), so
6558 that FC4 buildslaves can pass.
6560 2006-04-10 Wim Taymans <wim@fluendo.com>
6562 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6563 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6564 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6565 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6566 (gst_ogg_demux_loop):
6568 Remember what error we got when finding chains, if we
6569 were shutdown, that would not be an error.
6571 2006-04-10 Wim Taymans <wim@fluendo.com>
6573 * gst-libs/gst/audio/gstbaseaudiosink.c:
6574 (gst_base_audio_sink_event):
6575 Starting the ringbuffer when we did not acquire it can cause
6576 a deadlock, is pointless and causes nasty things for
6578 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6580 2006-04-10 Wim Taymans <wim@fluendo.com>
6582 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6583 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6584 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6585 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6586 (gst_ogg_demux_deactivate_current_chain),
6587 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6588 (gst_ogg_demux_bisect_forward_serialno),
6589 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6590 Add some more debugging.
6592 2006-04-10 Wim Taymans <wim@fluendo.com>
6594 * ext/theora/theoradec.c: (theora_dec_src_event),
6595 (theora_handle_data_packet):
6596 Some more debug info.
6598 * tests/examples/seek/seek.c: (start_seek), (main):
6599 Print element messages too.
6601 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
6603 * gst/audioresample/debug.h:
6604 replace debug macros with variable number of parameters
6605 by a simple alias to gstreamer standard debug macros
6606 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6607 supported by MSVC 6.0 and 7.1)
6608 * gst/audioresample/resample.h:
6609 define M_PI and rint for WIN32
6610 * win32/common/libgstaudio.def:
6611 * win32/common/libgstriff.def:
6612 * win32/common/libgsttag.def:
6613 * win32/common/libgstvideo.def:
6614 add new exported functions
6616 update project files
6618 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6620 * ext/alsa/gstalsamixeroptions.c:
6621 (gst_alsa_mixer_options_class_init):
6622 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6623 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6624 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6625 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6626 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6627 * gst-libs/gst/audio/gstaudiofilter.c:
6628 (gst_audio_filter_class_init):
6629 * gst-libs/gst/audio/gstaudiosink.c:
6630 (gst_audioringbuffer_class_init):
6631 * gst-libs/gst/audio/gstaudiosrc.c:
6632 (gst_audioringbuffer_class_init):
6633 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6634 * gst-libs/gst/interfaces/colorbalancechannel.c:
6635 (gst_color_balance_channel_class_init):
6636 * gst-libs/gst/interfaces/mixeroptions.c:
6637 (gst_mixer_options_class_init):
6638 * gst-libs/gst/interfaces/mixertrack.c:
6639 (gst_mixer_track_class_init):
6640 * gst-libs/gst/interfaces/tunerchannel.c:
6641 (gst_tuner_channel_class_init):
6642 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6643 * gst-libs/gst/netbuffer/gstnetbuffer.c:
6644 (gst_netbuffer_class_init):
6645 * gst-libs/gst/rtp/gstbasertppayload.c:
6646 (gst_basertppayload_class_init):
6647 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6648 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6649 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6650 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6651 * gst/playback/gststreamselector.c:
6652 (gst_stream_selector_class_init):
6653 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6654 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6655 * sys/v4l/gstv4lcolorbalance.c:
6656 (gst_v4l_color_balance_channel_class_init):
6657 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6658 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6659 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6660 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6661 (gst_v4l_tuner_norm_class_init):
6662 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6663 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6664 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6665 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6667 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6669 * ext/pango/gsttextrender.h:
6670 * gst-libs/gst/audio/gstaudiosink.h:
6671 * gst-libs/gst/audio/gstaudiosrc.h:
6672 * gst-libs/gst/audio/gstbaseaudiosink.h:
6673 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6674 * gst-libs/gst/audio/gstringbuffer.h:
6675 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6676 * gst-libs/gst/rtp/gstbasertppayload.h:
6677 * gst-libs/gst/video/gstvideofilter.h:
6678 * gst-libs/gst/video/gstvideosink.h:
6679 * gst/playback/gstplaybasebin.h:
6680 * gst/tcp/gstmultifdsink.h:
6681 * sys/v4l/gstv4lelement.h:
6682 Fix broken GObject macros
6684 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6686 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6687 More debug to trace why my USB headset is not working with gst
6689 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6691 * gst/playback/gstplaybasebin.c: (group_destroy):
6692 Clean up our group elements properly in the case where it never
6693 got committed - it still got added unconditionally to the bin.
6695 2006-04-07 Wim Taymans <wim@fluendo.com>
6697 * ext/theora/theoradec.c: (theora_dec_sink_event),
6698 (theora_handle_data_packet), (theora_dec_chain):
6699 Unref unhandled events.
6700 Protect against empty buffers.
6701 Perform QoS on running time.
6703 2006-04-07 Michael Smith <msmith@fluendo.com>
6705 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6706 (gst_vorbis_enc_chain):
6707 Remove leaks from vorbisenc.
6708 Mostly minor changes, the only significant one is that now the
6709 buffers we set as 'streamheader' on the caps are copies of the
6710 original buffers, to avoid circular refcounting problems.
6712 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6714 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6715 Don't remove our mute-probe if someone else already did so.
6716 Don't set a 2nd one if there is already one pending on the pad.
6718 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6720 When a seek fails, ensure that playbin is still set back to playing.
6722 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6723 (mpeg_ts_type_find), (plugin_init):
6724 Add a typefind function for mpeg-ts streams. (Closes: #336617)
6726 2006-04-06 Andy Wingo <wingo@pobox.com>
6728 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
6729 (gst_video_rate_init): Caps-related parameters should not be reset
6730 by a flush -- move their inits to the instance init function.
6731 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6732 is not OK, just return the result.
6734 * gst/audiotestsrc/gstaudiotestsrc.c
6735 (gst_audio_test_src_class_init)
6736 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6737 broken by Stefan's commit on 24 March.
6739 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6740 buffers being pushed out. Fixes oggmux ! multifdsink.
6742 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
6744 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6745 (gst_vorbis_dec_init), (vorbis_dec_finalize):
6746 * ext/vorbis/vorbisdec.h:
6747 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6748 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6749 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6750 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6751 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6752 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6753 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6754 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6755 (gst_vorbis_enc_buffer_from_packet),
6756 (gst_vorbis_enc_buffer_from_header_packet),
6757 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6758 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6759 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6760 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6761 (gst_vorbis_enc_change_state):
6762 * ext/vorbis/vorbisenc.h:
6763 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6764 vorbisenc adhere to the official nomenclature; use boilerplate
6767 2006-04-04 Andy Wingo <wingo@pobox.com>
6769 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6770 Whoops, fix bug introduced. Bad hacker!
6772 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6773 Properly handle the case where you get EOS before any buffers are
6774 received. Use gst_buffer_make_metadata_writable where appropriate.
6776 * ext/theora/theoradec.c (theora_handle_data_packet): This value
6777 is often negative -- make it signed so as not to wrap around.
6778 Fixes segfaults introduced on 9 March.
6780 2006-04-03 Wim Taymans <wim@fluendo.com>
6782 * ext/theora/gsttheoradec.h:
6783 * ext/theora/theoradec.c: (theora_dec_src_event):
6784 Don't try to store a gdouble in a gboolean.
6787 2006-04-03 Michael Smith <msmith@fluendo.com>
6789 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6791 Make it suck slightly less by writing out the final page.
6792 Still can't encode a vorbis-in-ogg file correctly, though.
6794 2006-04-03 Andy Wingo <wingo@pobox.com>
6796 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6799 * ext/theora/theora.c (plugin_init): Register theoraparse.
6801 * ext/theora/gsttheoraparse.h:
6802 * ext/theora/theoraparse.c: New files implementing a theora
6803 parser. Now we can properly remux ogg/theora+vorbis, yay.
6805 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6807 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6809 * gst/audiotestsrc/gstaudiotestsrc.c:
6810 Fixed the sample pipeline (see #323798)
6812 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6815 * win32/common/config.h:
6816 * win32/common/config.h.in:
6817 use AS_VERSION and AS_NANO
6820 2006-03-31 Andy Wingo <wingo@pobox.com>
6822 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6823 uninitialized variable return that would happen.
6825 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6826 uninitialized variable return that would never happen.
6828 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6829 (vorbis_parse_sink_event): Add an event function to flush our
6830 state on a seek, and to drain buffers on a premature EOS.
6831 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6832 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
6833 (vorbis_parse_chain, vorbis_parse_queue_buffer)
6834 (vorbis_parse_drain_queue): Queue up buffers until we can set
6835 their timestamps and granulepos values.
6837 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6838 and keep track of data needed for deriving granulepos and
6839 timestamps for buffers.
6841 2006-03-29 Wim Taymans <wim@fluendo.com>
6843 Patch by: j^ <j at bootlab dot org>
6845 * ext/alsa/gstalsamixerelement.c:
6846 (gst_alsa_mixer_element_class_init):
6847 * ext/alsa/gstalsasink.c:
6848 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6849 * ext/ogg/gstoggdemux.c:
6850 * ext/ogg/gstoggmux.c:
6851 * ext/ogg/gstoggparse.c:
6852 * ext/pango/gstclockoverlay.c:
6853 * ext/pango/gsttextoverlay.c:
6854 * ext/pango/gsttextrender.c:
6855 * ext/pango/gsttimeoverlay.c:
6856 * ext/theora/theoradec.c:
6857 * ext/theora/theoraenc.c:
6858 * ext/vorbis/vorbisdec.c:
6859 * ext/vorbis/vorbisenc.c:
6860 * gst/audioconvert/gstaudioconvert.c:
6861 * gst/subparse/gstsubparse.c:
6862 * gst/tcp/gstmultifdsink.c:
6863 * gst/tcp/gsttcpclientsink.c:
6864 * gst/tcp/gsttcpclientsrc.c:
6865 * gst/tcp/gsttcpserversink.c:
6866 * gst/tcp/gsttcpserversrc.c:
6867 better/unified long descriptions
6870 2006-03-29 Wim Taymans <wim@fluendo.com>
6872 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6874 Don't let double and triple clicks mess up our state.
6876 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6878 * gst/playback/gstplaybin.c: (gen_video_element),
6879 (gen_text_element), (gen_audio_element), (gen_vis_element):
6880 Error out gracefully when we can't create any of the usual
6881 conversion elements for some reason. Also, don't try to
6882 create an audioscale (sic) element that's not used anyway.
6884 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6886 * gst/playback/gstplaybasebin.c: (setup_source):
6887 Don't post RESOURCE_NOT_FOUND error when we can't find a source
6888 element for a particular protocol, that's confusing for users.
6889 Instead, post a RESOURCE_FAILED error, so that our own error
6890 message is actually shown in totem etc. (#336303).
6892 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6894 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6896 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6897 (gst_gnome_vfs_src_get_icy_metadata):
6898 Fix some minor memory leaks (#336194).
6900 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6902 * ext/gnomevfs/gstgnomevfs.c:
6903 (gst_gnome_vfs_location_to_uri_string):
6904 * ext/gnomevfs/gstgnomevfs.h:
6905 * ext/gnomevfs/gstgnomevfssink.c:
6906 (gst_gnome_vfs_sink_set_property):
6907 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6908 Make gnomevfssink accept filenames as well as URIs for the
6909 "location" property, just like gnomevfssrc does (and
6910 filesrc/filesink do) (#336190).
6912 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6914 * tests/check/generic/clock-selection.c: (GST_START_TEST):
6915 set to NULL before unreffing, fixes a valgrind leak.
6916 Why was this not triggering the error that an object needs to
6917 be NULL before unreffing ?
6918 * win32/common/config.h:
6921 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
6923 * gst/subparse/gstsubparse.c: (convert_encoding),
6924 (gst_sub_parse_change_state):
6925 * gst/subparse/gstsubparse.h:
6926 Text subtitle files may or may not be UTF-8. If it's not, we
6927 don't really want to see '?' characters in place of non-ASCII
6928 characters like accented characters. So let's assume the input
6929 is UTF-8 until we come across text that is clearly not. If it's
6930 not UTF-8, we don't really know what it is, so try the following:
6931 (a) see whether the GST_SUBTITLE_ENCODING environment variable
6932 is set; if not, check (b) if the current locale encoding is
6933 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6934 the current locale encoding is UTF-8 and the environment variable
6935 was not set to any particular encoding. Not perfect, but better
6936 than nothing (and better than before, I think) (fixes #172848).
6938 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6941 update core requirement to 0.10.4.1 because of async_playback
6942 vmethod on GstBaseSink
6944 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6946 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6947 * gst/adder/gstadder.c: (gst_adder_init):
6948 use DEBUG_FUNCPTR for collectpads
6950 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6952 * docs/plugins/Makefile.am:
6953 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6954 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6955 * ext/cdparanoia/gstcdparanoiasrc.c:
6956 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6957 (gst_gnome_vfs_sink_class_init):
6958 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6959 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6960 * ext/ogg/gstoggmux.c:
6961 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6962 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6963 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6964 * ext/pango/gsttextoverlay.c:
6965 * ext/pango/gsttextrender.c:
6966 * ext/theora/theoradec.c:
6967 * ext/theora/theoraenc.c:
6968 * ext/vorbis/vorbisdec.c:
6969 * ext/vorbis/vorbisenc.c:
6970 * gst-libs/gst/audio/gstaudiofilter.c:
6971 (gst_audio_filter_base_init):
6972 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6973 (gst_audio_filter_template_base_init):
6974 * gst/adder/gstadder.c: (gst_adder_get_type):
6975 * gst/adder/gstadder.h:
6976 * gst/audioconvert/gstaudioconvert.c:
6977 * gst/audiotestsrc/gstaudiotestsrc.c:
6978 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6979 (gst_audio_test_src_create):
6980 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6981 * gst/playback/gstdecodebin.c:
6982 * gst/playback/gstplaybin.c:
6983 * gst/playback/gststreamselector.c:
6984 (gst_stream_selector_base_init):
6985 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6986 * gst/volume/gstvolume.c:
6987 * sys/v4l/gstv4lmjpegsink.c:
6988 * sys/v4l/gstv4lmjpegsrc.c:
6989 * tests/check/libs/cddabasesrc.c:
6990 * tests/old/examples/gob/gst-identity2.gob:
6991 Add docs for adder, use GST_ELEMENT_DETAILS macro,
6992 define GstElementDetails at the top
6994 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
6996 * win32/common/libgstinterfaces.def:
6997 Add a lot of export functions for gst-python
6998 * win32/vs6/libgstinterfaces.dsp:
6999 Add a missing include folder in the project configuration
7001 2006-03-23 Wim Taymans <wim@fluendo.com>
7003 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7004 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7005 (gst_base_audio_src_change_state):
7006 Fix audio sources, forgot to make the ringbuffer
7009 2006-03-23 Wim Taymans <wim@fluendo.com>
7011 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7012 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7013 (gst_base_audio_src_change_state):
7014 unparent instead of unref the ringbuffer.
7016 2006-03-23 Wim Taymans <wim@fluendo.com>
7018 * gst-libs/gst/audio/gstbaseaudiosink.c:
7019 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
7020 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
7021 Implement new async_play vmethod to start slaving and allow
7022 playback start in case of async PLAY state changes.
7024 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7025 Enable QoS with new method in base class.
7027 2006-03-23 Wim Taymans <wim@fluendo.com>
7029 Patch by: Julien MOUTTE <julien at moutte dot net>
7031 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
7032 (gst_video_test_src_do_seek), (gst_video_test_src_create):
7033 Partially handle 0 framerate, only EOS after the first frame
7036 2006-03-23 Wim Taymans <wim@fluendo.com>
7038 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7040 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7041 (gst_riff_create_video_template_caps):
7042 * gst/ffmpegcolorspace/avcodec.h:
7043 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7044 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7045 (gst_ffmpegcsp_avpicture_fill):
7046 * gst/ffmpegcolorspace/imgconvert.c:
7047 Patch for support of YVU9 AVI files (#334822)
7049 2006-03-22 Edward Hervey <edward@fluendo.com>
7051 * docs/design/design-decodebin.txt:
7052 Added design document for new decodebin
7053 (Target Caps): text/x-pango-markup is also a default target caps.
7055 2006-03-22 Wim Taymans <wim@fluendo.com>
7057 * gst-libs/gst/audio/gstbaseaudiosink.c:
7058 (gst_base_audio_sink_dispose):
7059 Since we _parent the ringbuffer, we also need to
7060 _unparent instead of a plain _unref.
7062 2006-03-22 Wim Taymans <wim@fluendo.com>
7064 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
7065 (stop_seek), (scrub_toggle_cb), (main):
7068 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
7070 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
7071 (gst_ogg_parse_chain):
7072 Fix very inefficient usage of linked lists (#335365).
7074 2006-03-21 Edward Hervey <edward@fluendo.com>
7076 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7077 * gst/playback/gstplaybin.c: (handoff):
7078 * gst/playback/gststreamselector.c:
7079 (gst_stream_selector_set_property):
7080 gcc 4.1 unreferenced pointer fixes.
7081 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
7082 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
7083 gst_buffer_ref() now takes a GstBuffer*.
7085 2006-03-20 Julien MOUTTE <julien@moutte.net>
7087 * sys/xvimage/xvimagesink.c:
7088 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
7091 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
7093 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
7094 (id3v1_type_find), (apetag_type_find), (plugin_init):
7095 Can't do tag preferences via probability, as tags would then
7096 lose against types that are recognised with MAXIMUM probability
7097 (like .wav); so let all tag typefinders return MAXIMUM themselves
7098 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
7099 that we can prefer APE to ID3v1 (fixes #335028).
7101 2006-03-17 Wim Taymans <wim@fluendo.com>
7103 * gst-libs/gst/audio/gstbaseaudiosink.c:
7104 (gst_base_audio_sink_change_state):
7105 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
7106 (gst_ring_buffer_may_start):
7107 * gst-libs/gst/audio/gstringbuffer.h:
7108 Only start playback if we are playing.
7111 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
7113 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7114 * win32/common/config.h:
7115 Revert accidental commits to these files.
7117 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
7119 Patch by: Michal Benes <michal dot benes at xeris dot cz>
7121 * tests/Makefile.am:
7122 Don't try to build tests in tests/icles if we
7123 don't have X (#323852)
7125 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
7127 * gst-libs/gst/tag/gstid3tag.c:
7128 Add TXXX frame identifiers for replaygain stuff as used
7129 by some taggers (see #323721).
7131 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
7133 * gst/playback/gststreamselector.c:
7134 (gst_stream_selector_set_property),
7135 (gst_stream_selector_bufferalloc):
7136 Preserve the existing buggy streamselector behaviour by performing
7137 a fallback buffer allocation when downstream isn't linked yet.
7138 This should really be fixed in playbin by blocking pads until it's
7140 Also, use gst_pad_alloc_buffer instead of
7141 gst_pad_alloc_buffer_and_set.
7143 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7145 * gst-libs/gst/tag/gstid3tag.c:
7146 Don't crash on unknown ID3v2 TXXX frames.
7148 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
7150 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7151 Chain up to the parent finalize method.
7152 Add 32-bit sample size to the template caps.
7154 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7155 (gst_riff_create_video_template_caps):
7156 Add the fourcc that the VMWare codec uses.
7158 * gst/playback/gststreamselector.c:
7159 (gst_stream_selector_set_property),
7160 (gst_stream_selector_bufferalloc),
7161 (gst_stream_selector_request_new_pad):
7162 For the active pad, forward buffer-alloc requests, otherwise
7163 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7164 having to memcpy every frame when used by playbin.
7166 * gst/tcp/gstmultifdsink.c:
7167 (gst_multi_fd_sink_handle_client_write):
7168 Get negotiated caps from the sink pad, rather than the sink
7171 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7173 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7175 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7176 Don't forget to set src->callbacks_pushed to FALSE again when
7177 popping them, otherwise re-activation in a different mode won't
7180 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7182 Patch by: Sebastien Moutte <sebastien moutte net>
7184 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7185 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7186 (gst_ffmpeg_smpfmt_to_caps):
7187 Replace __VA_ARGS__ caps creation macros with varargs functions.
7188 Makes things compile on MSVC (#320765), looks nicer, and we can
7189 tell the compiler to check for the NULL terminator.
7191 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7193 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7195 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7196 Make sure the buffer we copy into is really always big
7197 enough, this time for real (#333488).
7199 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7201 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7202 Add support for 24bpp DIB (#305279).
7204 2006-03-14 Wim Taymans <wim@fluendo.com>
7206 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7207 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7208 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7209 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7210 (gst_video_scale_init), (gst_video_scale_src_event):
7211 Re-enable QoS after the release.
7212 Rework videoscale to use the base class src_event handler.
7214 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7219 === release 0.10.5 ===
7221 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
7224 releasing 0.10.5, "Net"
7226 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
7228 * docs/plugins/Makefile.am:
7229 Part of previous cdparanoiasrc docs fixes, forgot to commit.
7231 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7233 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7234 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7235 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7236 Add cdparanoiasrc to docs.
7238 * gst-libs/gst/cdda/gstcddabasesrc.c:
7239 More GstCddaBaseSrc docs.
7241 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7243 * docs/libs/gst-plugins-base-libs-sections.txt:
7244 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7245 * gst-libs/gst/tag/tag.h:
7246 API: libgsttag: new method gst_tag_from_id3_user_tag().
7248 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7250 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7251 NULL-terminate array of mpeg4 video file extensions.
7252 Fixes crash on PPC (#334226).
7254 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7256 * ext/gnomevfs/gstgnomevfssrc.c:
7257 (gst_gnome_vfs_src_check_get_range):
7258 gnome_vfs_uri_is_local() alone is not a good indicator
7259 whether we can operate in pull-mode with a specific URI,
7260 as it returns FALSE for file:// URIs that point to an
7261 NFS-mounted path. Be more conservative here: whitelist
7262 local files, blacklist http URIs and use the old
7263 mechanism for anything else (fixes #334216).
7265 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7270 === release 0.10.4 ===
7272 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7275 releasing 0.10.4, "Power"
7277 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
7279 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7280 Disable max-lateness by setting it to -1 for now, so that
7281 we can bed QoS stuff in thoroughly between now and the next
7284 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
7286 Patch by: Fabrizio Gennari
7288 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7289 Make sure we don't read beyond the palette buffer in case of
7290 broken or manipulated files (#333488)
7292 2006-03-10 Edward Hervey <edward@fluendo.com>
7294 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7295 Fix for variable not initialized.
7297 2006-03-09 Wim Taymans <wim@fluendo.com>
7299 * ext/libvisual/visual.c: (gst_visual_get_type),
7300 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7304 * ext/theora/gsttheoradec.h:
7305 * ext/theora/theoradec.c: (gst_theora_dec_init),
7306 (gst_theora_dec_reset), (_theora_granule_time),
7307 (theora_dec_src_convert), (theora_dec_sink_convert),
7308 (theora_dec_src_query), (theora_dec_src_event),
7309 (theora_dec_sink_event), (theora_handle_comment_packet),
7310 (theora_handle_header_packet), (theora_dec_push),
7311 (theora_handle_data_packet), (theora_dec_chain),
7312 (theora_dec_change_state):
7315 2006-03-09 Wim Taymans <wim@fluendo.com>
7317 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7318 (audiocast_register_listener), (gst_gnome_vfs_src_start):
7321 2006-03-09 Wim Taymans <wim@fluendo.com>
7323 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7324 Don't try to activate NULL chains.
7326 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7328 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7329 Fix invalid memory access to region before peek'd data (#332964).
7331 2006-03-09 Wim Taymans <wim@fluendo.com>
7333 Patch by: Christophe Fergeau
7335 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7336 * ext/pango/gsttextrender.c: (gst_text_render_init):
7337 * gst/adder/gstadder.c: (gst_adder_init):
7338 Don't leak padtemplates, closes #333510.
7340 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7342 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7343 Fix invalid memory access: make sure string passed to
7344 regexec() is NUL-termianted.
7346 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7348 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7350 Refactor mpeg/audio typefinding to make it more maintainable
7351 and easier to fine-tune. Make probing into middle of the file
7352 work properly (fixes #333900, also see #152688).
7354 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7356 * gst/typefind/gsttypefindfunctions.c:
7357 (utf8_type_find_have_valid_utf8_at_offset):
7358 Remove part from previous commit that was bogus:
7359 g_utf8_validate() does in fact not accept embedded
7360 zeroes, so we don't need to check for those (thanks
7361 to Mike for the hint).
7363 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7365 * gst/typefind/gsttypefindfunctions.c:
7366 (utf8_type_find_count_embedded_zeroes),
7367 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7368 Make plain/text typefinder more conservative: firstly, check
7369 for embedded zeroes, which are perfectly valid UTF-8 characters,
7370 but also a fairly good sign that something is not a plain text
7371 file; secondly, probe into the middle of the file if possible.
7372 If we can't probe into the middle, limit the probability value
7373 to be returned to TYPE_FIND_POSSIBLE (see #333900).
7375 2006-03-08 Michael Smith <msmith@fluendo.com>
7377 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7378 Make typefind function name for mpeg4 video unique.
7380 2006-03-08 Wim Taymans <wim@fluendo.com>
7382 * ext/libvisual/visual.c: (gst_visual_init),
7383 (gst_visual_clear_actors), (gst_visual_dispose),
7384 (gst_visual_reset), (gst_visual_src_setcaps),
7385 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7386 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7387 (gst_visual_chain), (gst_visual_change_state):
7388 Cleanups, post nice errors.
7389 Handle sink and src events.
7390 Implement simple QoS.
7392 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7393 Use new basesink methods to configure max-lateness.
7396 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7397 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7398 Debug statement cleanups.
7400 * gst/volume/gstvolume.c: (gst_volume_class_init):
7403 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7405 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7406 (gst_text_overlay_init), (gst_text_overlay_set_property),
7407 (gst_text_overlay_get_property):
7408 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7409 as string type properties, but mark them deprecated. Add
7410 'halignment' and 'valignment' properties that use enums
7413 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7415 Patch by: Fabrizio Gennari
7417 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7418 Allow palettes with less than 256 colours in AVI files
7421 2006-03-07 Julien MOUTTE <julien@moutte.net>
7423 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7424 (gst_text_overlay_video_event): Fix wrong EOS handling on text
7425 pad. We were releasing the queued text buffer when we should keep
7426 it until video pad gets EOS or discard the text buffer because it's
7427 too old. That was eating the last subtitle buffer. Add some more
7430 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7432 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7433 (gst_text_overlay_video_chain):
7434 Fix invalid memory access (we can't access a buffer after it's been
7435 pushed downstream without taking a reference); fix memory leak (if
7436 there's no text to render, bail out before allocating stuff).
7438 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7440 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7441 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7442 * ext/pango/gsttextoverlay.h:
7443 If input is plain text, escape it before passing it to
7444 pango_layout_set_markup().
7446 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7448 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7449 Don't ignore flow return from gst_pad_push().
7451 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7453 Patch by: Fabrizio Gennari
7455 * ext/libvisual/visual.c: (gst_visual_getcaps),
7456 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7457 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7458 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7459 (gst_vorbisenc_convert_sink):
7460 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7461 (gst_audio_duration_from_pad_buffer):
7462 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7463 (gst_audio_filter_chain):
7464 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7465 (gst_base_rtp_depayload_setcaps):
7466 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7467 (gst_video_get_size):
7468 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7469 Don't leak references returned by gst_pad_get_parent()
7472 2006-03-06 Stefan Kost <ensonic@users.sf.net>
7474 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7475 change location param details
7476 * gst/volume/gstvolume.c: (plugin_init):
7477 correct plugin description
7479 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7481 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7482 (gst_gnome_vfs_src_check_get_range):
7483 Override GstBaseSrc::check_get_range() in order to avoid opening
7484 the resource just to check whether we can operate in pull-mode or
7485 not - we can predict that pretty well from the URI alone. Should
7486 fix problems with last.fm (#331690). (Requires latest core CVS).
7488 2006-03-06 Wim Taymans <wim@fluendo.com>
7490 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7491 (gst_video_sink_class_init):
7492 Throw away frames that are later than 20 ms.
7494 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7496 Patch by: Fabrizio Gennari
7498 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7499 Set depth on WMA caps (#333545)
7501 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
7503 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7504 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7505 put Theora BOS pages before others. This hardcodes
7506 the Ogg/Theora I profile, but hey.
7508 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
7511 updated with some examples
7512 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7513 (granulepos_add), (theora_buffer_from_packet):
7514 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7515 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7516 (gst_vorbisenc_chain):
7517 implement strategy from ext/ogg/README
7518 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7519 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7520 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7521 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7522 Fix muxer so that oggz-validate is happy with all streams;
7523 except for no eos mark, and the BOS page ordering
7524 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7525 (check_buffer_granulepos):
7526 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7527 update tests to check for OFFSET being set as requested
7528 fixed type of granulepos, it's not a ClockTime
7530 2006-03-05 Julien MOUTTE <julien@moutte.net>
7532 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7533 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7534 Check that the xvimage we are creating has a correct size
7535 before returning it. (#314897)
7537 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7539 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7540 Give id3 and ape tag typefinders a rank slightly higher
7541 than PRIMARY to ensure they're always run before any of
7542 the other typefinders (in particular wav and mp3) (#324186).
7544 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7546 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7547 Add support for '3IVD' fourcc (#333403).
7549 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
7552 Bump requirements to GStreamer CVS for the new error enum.
7554 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7555 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7556 space left on the device (fixes #333352).
7558 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
7561 add a project file for libgstvolume
7562 update the workspace
7564 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
7566 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7567 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7569 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7570 Set IN_CAPS on header buffers
7572 2006-03-02 Wim Taymans <wim@fluendo.com>
7574 * docs/plugins/Makefile.am:
7575 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7576 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7577 Add audioresample to docs.
7579 * gst/audioconvert/gstaudioconvert.c:
7582 * gst/audioresample/gstaudioresample.c:
7583 (gst_audioresample_base_init), (gst_audioresample_class_init),
7584 (gst_audioresample_init), (gst_audioresample_dispose),
7585 (audioresample_get_unit_size), (audioresample_transform_caps),
7586 (resample_set_state_from_caps), (audioresample_transform_size),
7587 (audioresample_set_caps), (audioresample_event),
7588 (audioresample_do_output), (audioresample_transform),
7589 (audioresample_pushthrough), (gst_audioresample_set_property),
7590 (gst_audioresample_get_property), (plugin_init):
7591 * gst/audioresample/gstaudioresample.h:
7593 Small code cleanups.
7595 2006-03-02 Wim Taymans <wim@fluendo.com>
7597 * docs/plugins/Makefile.am:
7598 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7599 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7600 Added videoscale to docs.
7602 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7603 (gst_video_rate_swap_prev), (gst_video_rate_event),
7604 (gst_video_rate_chain):
7607 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7608 (gst_video_scale_init), (gst_video_scale_prepare_size),
7609 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7610 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7611 * gst/videoscale/gstvideoscale.h:
7612 Added docs, examples.
7614 Post errors instead of g_warning.
7616 2006-03-02 Wim Taymans <wim@fluendo.com>
7618 * docs/libs/gst-plugins-base-libs-docs.sgml:
7619 * docs/libs/gst-plugins-base-libs-sections.txt:
7620 * docs/libs/gst-plugins-base-libs.types:
7621 * docs/plugins/Makefile.am:
7622 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7623 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7624 Added some more docs to libs and plugins.
7626 * gst-libs/gst/audio/gstringbuffer.c:
7627 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7628 * gst-libs/gst/audio/gstringbuffer.h:
7629 Document ringbuffer some more.
7631 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7632 (gst_video_rate_setcaps), (gst_video_rate_reset),
7633 (gst_video_rate_init), (gst_video_rate_flush_prev),
7634 (gst_video_rate_swap_prev), (gst_video_rate_event),
7635 (gst_video_rate_chain), (gst_video_rate_change_state):
7636 * gst/videorate/gstvideorate.h:
7637 Fix videorate to use segments.
7638 Make it work with 0/1 framerates (closes #331903)
7639 Handle EOS correctly.
7642 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7644 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7645 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7646 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7647 In state change function, first chain up to parent class,
7648 then handle downwards state change stuff. Remove some
7649 commented out cruft from 0.8 code.
7651 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7653 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7654 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7655 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7656 (gst_ogm_parse_chain):
7657 Don't remove/re-add source pad if the new caps are the same as
7658 the old caps anyway (#333042). When removing source pad, don't
7659 unref it afterwards - we didn't ref it when adding. Sprinkle some
7660 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7661 after using gst_pad_get_parent(). Return downstream flow return
7662 value in chain function.
7664 2006-03-02 Wim Taymans <wim@fluendo.com>
7666 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7667 * docs/plugins/gst-plugins-base-plugins.args:
7668 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7669 * docs/plugins/gst-plugins-base-plugins.interfaces:
7670 * docs/plugins/gst-plugins-base-plugins.signals:
7671 Fix hierarchy, added some more elements to the docs.
7673 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7674 (gst_ffmpegcsp_get_type):
7675 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7676 Fix docs for ffmpegcolorspace.
7678 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
7680 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7681 (apetag_type_find), (ape_type_find), (plugin_init):
7682 Some typefinding fine-tuning:
7683 - rank ID3/APE tags in order of preference via probabilities, so that
7684 ID3v2 > APEv2 > APEv1 > ID3v1.
7685 - three or four bytes don't really justify MAXIMUM probability,
7686 change those to 'very likely' (musepack and monkeysaudio).
7688 2006-03-01 Wim Taymans <wim@fluendo.com>
7690 * docs/plugins/Makefile.am:
7691 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7692 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7693 * ext/alsa/gstalsamixer.c:
7694 * ext/alsa/gstalsamixer.h:
7695 * ext/alsa/gstalsamixerelement.c:
7696 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7697 * ext/alsa/gstalsamixerelement.h:
7698 * ext/alsa/gstalsasink.c:
7699 * ext/alsa/gstalsasink.h:
7700 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7702 * ext/alsa/gstalsasrc.h:
7704 Small code cleanups.
7706 2006-03-01 Wim Taymans <wim@fluendo.com>
7708 * ext/theora/Makefile.am:
7709 Dist new header too,
7711 2006-03-01 Wim Taymans <wim@fluendo.com>
7713 * docs/plugins/Makefile.am:
7714 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7715 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7716 * ext/gnomevfs/gstgnomevfssink.h:
7717 * ext/gnomevfs/gstgnomevfssrc.h:
7718 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7719 * ext/vorbis/vorbisdec.h:
7720 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7721 * ext/vorbis/vorbisenc.h:
7722 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7723 (vorbis_parse_chain), (vorbis_parse_change_state):
7724 * ext/vorbis/vorbisparse.h:
7725 * gst/audioconvert/gstaudioconvert.h:
7726 * gst/tcp/gsttcpserversink.h:
7727 * gst/videotestsrc/gstvideotestsrc.c:
7728 * gst/videotestsrc/gstvideotestsrc.h:
7729 * gst/volume/gstvolume.c:
7730 * gst/volume/gstvolume.h:
7732 Added docs for vorbisdec and vorbisparse.
7735 2006-03-01 Wim Taymans <wim@fluendo.com>
7737 * docs/plugins/Makefile.am:
7738 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7739 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7740 * ext/pango/gstclockoverlay.h:
7741 * ext/pango/gsttextoverlay.h:
7742 * ext/pango/gsttextrender.h:
7743 * ext/pango/gsttimeoverlay.h:
7744 * ext/theora/gsttheoradec.h:
7745 * ext/theora/gsttheoraenc.h:
7746 * ext/theora/theoradec.c:
7747 * ext/theora/theoraenc.c:
7748 * gst/audioconvert/gstaudioconvert.h:
7749 * gst/audiotestsrc/gstaudiotestsrc.h:
7750 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7751 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7752 * gst/tcp/gstmultifdsink.h:
7753 Updated/added documentation.
7755 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7756 (gst_text_overlay_halign_get_type),
7757 (gst_text_overlay_wrap_mode_get_type),
7758 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7759 (gst_text_overlay_init), (gst_text_overlay_set_property),
7760 (gst_text_overlay_get_property):
7761 Fix up properties to be enums instead of string to make bindings,
7762 introspection and automatic GUI creation possible.
7763 Add getters for the properties.
7765 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
7767 * gst/audiotestsrc/gstaudiotestsrc.c:
7768 added defines of M_PI and M_PI_2
7769 * gst/ffmpegcolorspace/avcodec.h:
7770 removed #include "stdint.h" for win32 as _stdint.h is
7771 autogenerated to win32/common
7772 * win32/common/libgstaudio.def:
7773 * win32/common/libgsttag.def:
7776 some project files bugs corrected
7778 project files are reset to the default vs7 configuration
7779 (they link to msvcr71.dll using default optimizations)
7781 2006-02-28 Wim Taymans <wim@fluendo.com>
7783 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7786 2006-02-28 Edward Hervey <edward@fluendo.com>
7788 * ext/alsa/gstalsasrc.c:
7789 Set proper class on the ElementDetails:
7790 Source/Audio instead of Src/Audio/
7792 2006-02-28 Edward Hervey <edward@fluendo.com>
7794 * gst/videoscale/vs_scanline.c:
7795 (vs_scanline_resample_nearest_RGBA):
7796 Revert optimization in videoscale. It should go in liboil and have
7797 an appropriate liboil function.
7799 2006-02-28 Wim Taymans <wim@fluendo.com>
7801 * gst-libs/gst/audio/gstbaseaudiosink.c:
7802 (gst_base_audio_sink_provide_clock):
7803 Don't try to provide a clock in the NULL state.
7805 2006-02-28 Wim Taymans <wim@fluendo.com>
7807 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7808 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7809 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7810 (gst_ogg_demux_deactivate_current_chain),
7811 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7812 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7813 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7814 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7815 Use GstSegment infrastructure to remove duplicated code
7816 and handle more seek cases correctly.
7818 2006-02-28 Wim Taymans <wim@fluendo.com>
7820 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7821 (gst_ffmpegcsp_transform):
7822 Don't ignore return code from ffmpeg convert function.
7824 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7825 Split out some long statements to ease debugging.
7827 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
7829 * ext/libvisual/visual.c: (gst_visual_init),
7830 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7831 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7832 being able to renegotiate the size. Instead, use the negotiation
7833 algorithm from the goom plugin to pick an initial output caps.
7835 Also, allow theoretical libvisual plugins that might support non-GL
7836 output even if they also do GL.
7838 2006-02-26 Julien MOUTTE <julien@moutte.net>
7840 * ext/libvisual/visual.c: (gst_visual_init),
7841 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7842 (plugin_init): Load only non GL plugins. Fix some memleaks and
7843 possible negotiation issues.
7845 2006-02-25 Julien MOUTTE <julien@moutte.net>
7847 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7849 2006-02-24 Michael Smith <msmith@fluendo.com>
7851 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7852 (cmml_type_find), (plugin_init):
7853 Fix CMML type find function to not require a specific minor version
7856 Add an MPEG4 video elementary stream typefind function.
7858 2006-02-04 Michael Smith <msmith@fluendo.com>
7860 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7861 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7862 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7863 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7864 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7865 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7866 Annodex support in ogg demuxer. Doesn't do very much without the
7867 other annodex patches (to come).
7869 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7871 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7873 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7874 Pick up palette for MS video v1 (#327028)
7876 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7878 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7879 (gst_ffmpegcsp_caps_remove_format_info),
7880 (gst_ffmpegcsp_get_unit_size):
7881 The 'palette_data' field from incoming RGB caps shouldn't be
7882 proxied on outgoing YUV caps; also, restrict unit size
7883 adjustment in case of paletted data only to the unit that
7884 actually has a palette. Fixes #330711.
7886 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7888 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7889 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7890 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7891 (gst_ffmpegcsp_get_unit_size):
7892 Plug some memory leaks.
7894 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7896 * sys/ximage/Makefile.am:
7897 * sys/xvimage/Makefile.am:
7898 Add some _CFLAGS and _LIBS that seem to be missing
7899 and/or required for Cygwin (see #317048).
7901 2006-02-22 Wim Taymans <wim@fluendo.com>
7903 * ext/alsa/gstalsasrc.c:
7904 Fix description as pointed out by caugier.
7906 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
7908 Reviewed by : Edward Hervey <edward@fluendo.com>
7910 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7912 Better 3gp typefinding (#331526).
7914 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7916 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7917 Don't send EOS event here, the base class will send one for us.
7919 * gst/playback/gstplaybasebin.c: (prepare_output):
7920 Subpictures without video stream aren't allowed either.
7922 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7923 Fix debug statement copy'n'paste-o.
7925 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7927 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7928 Fix issues with mixer keeping state when muting/unmuting
7929 and when changing the volume whilst muted (see #331763
7932 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7934 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7935 (parse_subrip), (gst_sub_parse_format_autodetect):
7936 Set right caps given that we send escaped text. Also,
7937 honour <i></i>, <b></b> and <u></u> markers that can be found
7938 in .srt files (fixes #310202).
7940 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7942 * gst-libs/gst/audio/mixerutils.c:
7943 (element_factory_rank_compare_func):
7944 Make order in which elements are tried more determinable.
7946 2006-02-20 Julien MOUTTE <julien@moutte.net>
7948 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7949 (remove_element_chain), (cleanup_decodebin),
7950 (gst_decode_bin_change_state): Make decodebin reusable by
7951 fixing remove_element_chain first and then introduce a
7952 cleaner in state change to ->NULL. (Closes #331678)
7954 2006-02-19 Wim Taymans <wim@fluendo.com>
7956 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7957 use 0666 mask when creating files so umask gets applied
7958 correctly. Fixes #331295.
7960 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7962 * gst/subparse/Makefile.am:
7963 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7964 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7965 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7966 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7967 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7968 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7969 * gst/subparse/gstssaparse.h:
7970 * gst/subparse/gstsubparse.c: (plugin_init):
7971 Add very basic parser for SSA subtitle streams (as often
7972 found in matroska files).
7974 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7976 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7977 That should be text/x-pango-markup, not text/x-pango-layout.
7979 2006-02-19 Julien MOUTTE <julien@moutte.net>
7981 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7984 2006-02-19 Julien MOUTTE <julien@moutte.net>
7986 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7987 (gst_text_overlay_finalize), (gst_text_overlay_init),
7988 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7989 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7990 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7991 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7992 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7993 Fix state change deadlock.
7995 2006-02-19 Julien MOUTTE <julien@moutte.net>
7997 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7998 (gst_text_overlay_finalize), (gst_text_overlay_init),
7999 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8000 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8001 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8002 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8003 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8004 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
8005 and subtitles files.
8007 2006-02-19 Julien MOUTTE <julien@moutte.net>
8009 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
8010 should be considered as raw.
8012 2006-02-19 Julien MOUTTE <julien@moutte.net>
8014 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
8016 * gst/playback/gststreaminfo.h: Introduce language informations.
8018 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
8020 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
8021 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
8022 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8023 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
8024 Set shared memory segments to be deleted as soon as we have attached,
8025 that way they get cleaned up automatically if we crash.
8027 2006-02-18 Julien MOUTTE <julien@moutte.net>
8029 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
8030 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
8031 functions are called with lock held.
8033 2006-02-18 Julien MOUTTE <julien@moutte.net>
8035 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8036 (gst_text_overlay_finalize), (gst_text_overlay_init),
8037 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8038 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8039 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
8040 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
8041 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
8042 (gst_text_overlay_change_state): Refactoring of textoverlay
8043 without collectpads. This now supports sparse subtitles coming
8044 from a demuxer instead of a sub file. Seeking is still broken
8045 though. Need to discuss with wtay some more on how to handle
8047 * ext/pango/gsttextoverlay.h:
8048 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
8049 subtitles coming from the demuxer.
8051 2006-02-17 Wim Taymans <wim@fluendo.com>
8053 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
8054 (gst_vorbisenc_convert_sink):
8055 Use some more scaling functions.
8057 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
8059 * ext/cdparanoia/gstcdparanoiasrc.c:
8060 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
8061 (gst_cd_paranoia_paranoia_callback),
8062 (gst_cd_paranoia_src_signal_is_being_watched),
8063 (gst_cd_paranoia_src_read_sector):
8064 * ext/cdparanoia/gstcdparanoiasrc.h:
8065 Add back 'transport-error' and 'uncorrected-error' signals and
8066 make them actually be fired when bad stuff happens (#319340).
8068 2006-02-17 Wim Taymans <wim@fluendo.com>
8070 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
8071 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
8072 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
8073 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
8074 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
8075 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8076 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8077 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8078 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
8079 (gst_ring_buffer_clear):
8081 Added some G_LIKELY.
8083 2006-02-17 Wim Taymans <wim@fluendo.com>
8085 * gst-libs/gst/audio/TODO:
8088 * gst-libs/gst/audio/gstbaseaudiosink.c:
8089 (gst_base_audio_sink_get_offset):
8090 When trying to play samples ASAP and we don't have a
8091 previous sample, try to play at position 0 instead of
8092 an invalid position.
8094 2006-02-17 Wim Taymans <wim@fluendo.com>
8096 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
8097 (gst_alsasink_reset):
8098 Also release lock when we get an error in _reset();
8099 fix an error message.
8101 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8103 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8104 (gst_alsasink_init), (get_channel_free_structure),
8105 (caps_add_channel_configuration), (gst_alsasink_getcaps),
8106 (gst_alsasink_close):
8107 * ext/alsa/gstalsasink.h:
8108 Add support for more than 2 channels (#326720).
8110 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8112 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8113 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
8114 with 4 or 6 channels, assume a default channel layout to make things
8115 work (not sure there's anything else we can do in those cases).
8117 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8119 * gst-libs/gst/audio/multichannel.c:
8122 * gst-libs/gst/riff/Makefile.am:
8123 * gst-libs/gst/riff/riff-ids.h:
8124 * gst-libs/gst/riff/riff-media.c:
8125 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
8126 Add support for WAVEFORMATEX, eg. PCM audio with more than two
8127 channels and a channel layout map.
8129 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
8131 Reviewed by Edward Hervey <edward@fluendo.com>
8133 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
8134 C-level optimization of the RGBA nearest neighbour function.
8135 Eventually this might end up in liboil with vectorized versions.
8137 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8139 * gst-libs/gst/audio/multichannel.c:
8140 (gst_audio_get_channel_positions):
8141 When we have more than 2 channels, but no channel layout is
8142 specified in the caps, return some default channel layout
8143 to the caller and warn about about a possibly buggy element
8144 (could be buggy filtercaps as well of course) (#317038).
8146 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8148 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8149 Add gst-libs/gst/cdda to list of lib search paths.
8151 2006-02-15 Andy Wingo <wingo@pobox.com>
8153 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8154 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8155 to the Lord Jesus that I do not have to touch the ogg muxer ever
8158 2006-02-15 Edward Hervey <edward@fluendo.com>
8160 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8161 quicktime movie files can also contain 'uuid' atoms.
8163 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
8165 * gst/audioconvert/plugin.c: (plugin_init):
8166 Register the GstAudioChannelPosition enum type with the type
8167 system in the plugin_init function, so that it is known before
8168 any element actually makes use of multi-channel stuff. This is
8169 required for example if one wants to be able to deserialise/use
8170 a caps string with channel positions before any pipeline has
8171 been setup and started, like with gst-launch.
8173 2006-02-14 Wim Taymans <wim@fluendo.com>
8175 * gst-libs/gst/audio/gstringbuffer.c:
8176 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8177 (gst_ring_buffer_samples_done), (wait_segment),
8178 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8179 Add some compiler G_(UN_)LIKELY help.
8180 SIGNAL the ringbuffer waiters when going to PAUSED as well to
8181 make sure they can exit their functions. Should fix #330748
8183 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
8188 * win32/common/_stdint.h:
8189 Windows does not have long long; copy the generated _stdint.h
8190 * win32/common/interfaces-enumtypes.c:
8191 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8192 (gst_mixer_track_flags_get_type),
8193 (gst_tuner_channel_flags_get_type):
8194 * win32/common/multichannel-enumtypes.c:
8195 (gst_audio_channel_position_get_type):
8198 2006-02-13 Wim Taymans <wim@fluendo.com>
8200 * gst-libs/gst/audio/gstbaseaudiosink.c:
8201 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8202 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8203 Always sync on first sample we receive when starting.
8205 2006-02-13 Wim Taymans <wim@fluendo.com>
8207 * gst/playback/gstplaybin.c: (gen_vis_element):
8208 Update vis bin docs.
8209 Move queue after tee so we don't queue video buffers but
8210 audio samples instead. Fixes problems where the video queue
8211 is filled and the audio queue empty.
8213 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
8215 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8216 No need to push an EOS event here, GstBaseSrc will do that for us
8217 when we return FLOW_UNEXPECTED.
8219 2006-02-12 Wim Taymans <wim@fluendo.com>
8221 * gst-libs/gst/audio/gstbaseaudiosink.c:
8222 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8223 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8224 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8225 Use scale functions when possible.
8227 Free clockid when after waiting for EOS.
8228 Use G_(UN_)LIKLY when it makes sense.
8229 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8231 2006-02-12 Edward Hervey <edward@fluendo.com>
8233 * gst/playback/gstplaybasebin.c: (prepare_output):
8234 Remove stray semi-colon (fixes #330888).
8236 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
8238 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8239 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8240 Fix up the XShm call testing so that we catch errors, and don't
8241 cause new ones by attempting to detach from a segment we failed
8242 to attach to. Fixes #312439.
8244 2006-02-10 Edward Hervey <edward@fluendo.com>
8246 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8247 Added flv file typefind (video/x-flv).
8249 2006-02-10 Edward Hervey <edward@fluendo.com>
8251 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8252 (gst_riff_create_video_template_caps):
8253 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8254 Also added the caps to the default set of riff video caps.
8256 2006-02-09 Andy Wingo <wingo@pobox.com>
8258 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8259 time and the end time of the last packet in the page.
8260 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8261 on the pages in our queue, set the duration as well. Reflow a
8263 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8264 Fixes bad muxing order.
8266 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
8268 * gst-libs/gst/rtp/gstbasertppayload.c:
8269 (gst_basertppayload_setcaps), (gst_basertppayload_push):
8270 update seqnum before setting it on the packet; this makes sure
8271 that the timestamp and seqnum properties match after pushing
8274 2006-02-09 Andy Wingo <wingo@pobox.com>
8276 * gst-libs/gst/audio/gstringbuffer.c
8277 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8278 overflow after 13.5 hours of recording. Kapow!
8280 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8281 the buffer size -- we don't care about underrun/overrun reporting
8282 right now, just need to return a useful value.
8284 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8289 === release 0.10.3 ===
8291 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8294 releasing 0.10.3, "Under Pressure"
8296 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8299 Drat. Bump libtool version number for new API.
8300 Prelease 0.10.2.3 (of 0.10.3)
8302 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8305 * win32/common/config.h:
8306 0.10.2.2 prerelease (of 0.10.3).
8308 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8310 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8311 Revert Andy's newsegment change pending a more correct
8314 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
8316 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8317 (qt_type_find), (plugin_init):
8318 detect more files as 3gp
8319 group and reorder the iso file formats
8321 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8323 * ext/vorbis/vorbis.c: (plugin_init):
8324 Register musicbrainz tags, so apps don't have to.
8326 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8328 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8329 (gst_tag_to_vorbis_tag):
8330 Make sure we called gst_tag_register_musicbrainz_tags()
8331 before possibly mapping a vorbiscomment string from/to a
8334 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8336 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8337 In case we can't find the required number of consecutive
8338 mpeg audio frames to positively identify an MPEG audio
8339 stream, check if there's at least a valid mpeg audio
8340 frame right at offset 0 and if so suggest mpeg/audio
8341 caps with a very low probability (#153004).
8343 2006-02-07 Andy Wingo <wingo@pobox.com>
8345 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8346 a TIME segment if we get timestamped buffers. Requires recent
8347 fixes in core to work properly.
8349 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8351 * gst/playback/gstplaybasebin.c: (prepare_output):
8352 Don't print the URI as part of the error message, it
8353 makes error dialogs look rather ugly, especially if
8354 the URI is very long or has characters in it that
8357 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8359 * gst/playback/gstplaybasebin.c: (prepare_output):
8360 Error out if we have only text or subtitles, but nothing
8361 else. Also error out if we have subtitles but no video
8364 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8366 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8367 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8368 Post an error message on the bus when we encounter an
8369 error, which will hopefully be more meaningful than the
8370 'Internal Flow Error' message users get to see if we
8371 just return GST_FLOW_ERROR.
8373 2006-02-07 Andy Wingo <wingo@pobox.com>
8375 * configure.ac (GST_MAJORMINOR): Update core version req to
8376 0.10.2.2, for the collectpads API addition (#330244).
8378 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
8380 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8381 Return FALSE from plugin_init() when GnomeVFS can't
8382 be initialised for some reason (#328423).
8384 2006-02-06 Julien MOUTTE <julien@moutte.net>
8386 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
8387 Stick to seeking theory until i find the bug.
8388 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8390 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8392 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8393 (theora_enc_finalize), (theora_enc_sink_setcaps),
8394 (theora_set_header_on_caps), (theora_enc_chain),
8395 (theora_enc_change_state):
8396 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8397 Make theoraenc and the tests leak free. Like, really.
8399 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8401 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8402 (theora_enc_finalize), (theora_enc_sink_setcaps):
8403 Add a finalize method to ensure we clean up state even if
8404 someone omitted the state change back to NULL.
8406 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8407 (gst_vorbisenc_chain):
8408 Free some more leaked bits.
8410 * tests/check/pipelines/theoraenc.c: (start_pipeline),
8412 Wait for state changes to happen if they're ASYNC.
8414 This ought to teach those fancy pants buildbots a lesson.
8416 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8418 * gst-libs/gst/tag/gstid3tag.c:
8419 Add mapping for ID3 International Standard Recording Code
8422 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8424 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8425 Don't leak tag names.
8427 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8429 * docs/libs/gst-plugins-base-libs-docs.sgml:
8430 * docs/libs/gst-plugins-base-libs-sections.txt:
8431 * gst-libs/gst/tag/gstid3tag.c:
8432 * gst-libs/gst/tag/gstvorbistag.c:
8433 * gst-libs/gst/tag/tags.c:
8434 Split libgsttag docs into multiple sections.
8436 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8438 * docs/libs/Makefile.am:
8439 * docs/libs/gst-plugins-base-libs-docs.sgml:
8440 * docs/libs/gst-plugins-base-libs-sections.txt:
8441 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8442 * gst-libs/gst/tag/gstvorbistag.c:
8443 * gst-libs/gst/tag/tag.h:
8444 * gst-libs/gst/tag/tags.c:
8445 Add libgsttag to the docs.
8447 2006-02-05 Julien MOUTTE <julien@moutte.net>
8449 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8450 (gst_text_overlay_init), (gst_text_overlay_src_event),
8451 (gst_text_overlay_collected): Fix clockoverlay.
8453 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8455 * docs/libs/compiling.sgml:
8456 Fix typo: it's pkg-config, not pkg-gconfig
8458 * docs/libs/gst-plugins-base-libs-docs.sgml:
8459 * docs/libs/gst-plugins-base-libs-sections.txt:
8460 * docs/libs/tmpl/gstgconf.sgml:
8461 There is no libgstgconf in 0.10, remove it
8464 2006-02-05 Julien MOUTTE <julien@moutte.net>
8466 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8467 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8468 (gst_text_overlay_src_event), (gst_text_overlay_collected):
8469 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8470 (gst_sub_parse_class_init), (gst_sub_parse_init),
8471 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8472 (parse_mpsub), (parser_state_init), (handle_buffer),
8473 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8474 * gst/subparse/gstsubparse.h: Introduce seeking code.
8476 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8478 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8479 Add comment about LANGUAGE tag inconsistency (we want
8480 ISO-639-1, but extract three-letter identifiers?)
8483 Add two translatable files.
8485 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8487 * gst-libs/gst/tag/Makefile.am:
8488 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8489 * gst-libs/gst/tag/tag.h:
8490 * gst-libs/gst/tag/tags.c:
8491 (gst_tag_register_musicbrainz_tags_internal),
8492 (gst_tag_register_musicbrainz_tags):
8493 Forward-port some tags stuff from the 0.8 branch. This is
8494 mostly the addition of musicbrainz tags and their mapping
8495 to vorbistags, and a vorbistag mapping of the language tag.
8497 2006-02-05 Julien MOUTTE <julien@moutte.net>
8499 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8502 2006-02-04 David Schleef <ds@schleef.org>
8504 * ext/ogg/gstoggmux.c:
8505 * gst/typefind/gsttypefindfunctions.c:
8506 Add Dirac typefinding and add dirac format to oggmux.
8508 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
8510 * gst/playback/gstdecodebin.c: (try_to_link_1):
8511 Don't put essential function call into
8512 g_return_*() macro, otherwise it'll all be
8513 replaced by NOOPs when compiling with
8514 G_DISABLE_CHECKS defined.
8516 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
8518 * ext/ogg/gstoggdemux.c:
8519 * ext/ogg/gstoggparse.c:
8520 * gst/tcp/gsttcpserversink.c:
8521 * sys/v4l/v4lsrc_calls.c:
8522 * sys/v4l/v4lsrc_calls.h:
8523 Just make it compile with --disable-gst-debug.
8525 2006-02-03 Wim Taymans <wim@fluendo.com>
8527 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8528 (gst_alsasink_class_init), (gst_alsasink_init),
8529 (gst_alsasink_write), (gst_alsasink_reset):
8530 * ext/alsa/gstalsasink.h:
8531 Add lock to protect alsa calls.
8532 Implement reset to flush samples ASAP, does not work
8535 2006-02-02 Wim Taymans <wim@fluendo.com>
8537 * gst-libs/gst/audio/gstbaseaudiosink.c:
8538 (gst_base_audio_sink_provide_clock):
8539 Ugh.. getting late I guess...
8541 2006-02-02 Wim Taymans <wim@fluendo.com>
8543 * gst-libs/gst/audio/gstbaseaudiosink.c:
8544 (gst_base_audio_sink_provide_clock),
8545 (gst_base_audio_sink_set_property),
8546 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8547 Don't try to provide a clock when we are not negotiated since
8548 we might not be able to make it run.
8550 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
8552 * gst/playback/gstdecodebin.c: (try_to_link_1):
8553 Unlinking two source pads is ... hard.
8555 2006-02-02 Wim Taymans <wim@fluendo.com>
8557 * gst-libs/gst/audio/TODO:
8560 * gst-libs/gst/audio/gstbaseaudiosink.c:
8561 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8562 On EOS, wait till the last sample is played before posting EOS.
8564 2006-02-01 Philippe Kalaf <burger at speedy dot org>
8566 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8567 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8568 setting queue_delay to zero. Also avoid thread being started if
8569 queue_delay is zero.
8571 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8573 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8574 Make test work again by connecting fakesinks to each decoded pad,
8575 which makes the pipeline wait until each fakesink has a buffer
8576 queued before going to PAUSED state. At that point we know the
8577 decodebin pads are negotiated.
8579 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8581 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8582 (gst_cdda_base_src_handle_event):
8583 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8584 Pass unhandled queries to the parent class's query function.
8586 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8588 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8589 (gst_ogg_pad_src_query):
8590 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8591 * ext/theora/theoradec.c: (theora_dec_src_query),
8592 (theora_dec_sink_query):
8593 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8594 (vorbis_dec_sink_query):
8595 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8596 (gst_vorbisenc_sink_query):
8597 * gst/adder/gstadder.c: (gst_adder_query):
8598 Pass unhandled queries upstream instead of just
8599 dropping them (#326447). Also, fix supported
8600 query types list for some elements.
8602 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8604 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8605 (paris_type_find), (ilbc_type_find), (plugin_init):
8606 Fix typefinding for audio/x-au, audio/x-paris and
8607 audio/iLBC-sh. We cannot use the START_WITH macros
8608 here, because there can only be one typefind factory
8609 with the same name (caps), so the second one would
8610 replace the first one and the first one would never
8611 be called when doing typefinding (see #161712).
8614 2006-01-31 Wim Taymans <wim@fluendo.com>
8616 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8617 (vorbis_handle_header_packet), (vorbis_dec_push),
8618 (vorbis_handle_data_packet):
8619 Use scale_int when we can, add some more scaling.
8620 Check packettype before parsing it.
8622 2006-01-31 Wim Taymans <wim@fluendo.com>
8624 * ext/theora/theoradec.c: (_theora_granule_time),
8625 (theora_dec_src_convert), (theora_dec_sink_convert):
8626 Call right _scale functions.
8627 Use parameter instead of some other random value.
8629 2006-01-31 Wim Taymans <wim@fluendo.com>
8631 * ext/theora/theoradec.c: (_theora_granule_frame),
8632 (_theora_granule_time), (_inc_granulepos),
8633 (theora_dec_src_convert), (theora_dec_sink_convert),
8634 (theora_handle_type_packet), (theora_handle_data_packet),
8636 Use higher precision timestamps calculation.
8637 Convert some other conversions to _scale.
8639 2006-01-31 Stefan Kost <ensonic@users.sf.net>
8641 * gst/audiotestsrc/gstaudiotestsrc.c:
8642 (gst_audio_test_src_create_sine_table), (plugin_init):
8643 * gst/volume/gstvolume.c: (plugin_init):
8644 initialize gst_controller before using
8646 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
8648 * tests/check/pipelines/theoraenc.c:
8649 * tests/check/pipelines/vorbisenc.c:
8650 Define constant using G_GINT64_CONSTANT to avoid errors when
8651 passing it around - otherwise it gets truncated to 32 bits.
8653 Fixes failing tests.
8655 2006-01-31 Andy Wingo <wingo@pobox.com>
8657 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8658 caps being set doesn't have a framerate value. Basically a stopgap
8661 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8662 technically correct enough to put into core though.
8663 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8664 DURATION. Fixes theoraenc ! oggmux.
8666 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8667 fraction, not double.
8669 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
8672 add vs7 project files created by Sergey Scobich
8674 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
8677 add vs8 project files created by Sergey Scobich
8679 2006-01-30 Andy Wingo <wingo@pobox.com>
8681 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8682 timestamp + duration, not just timestamp -- ogg pages should be
8683 ordered by stop time. Necessary fix given the change in vorbis
8686 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
8687 (gst_theora_enc_init): Pull the granule shift out of the encoder.
8688 (granulepos_add): New function, handles the messiness of adjusting
8690 (theora_buffer_from_packet):
8692 (theora_enc_sink_event): Use granulepos_add, not +.
8694 * tests/check/pipelines/theoraenc.c
8695 (check_buffer_granulepos_from_starttime): Just check the frame
8696 count, not the actual granulepos -- we can't dictate to the
8697 encoder when it should be placing keyframes.
8699 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
8701 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8702 SERVICE_NOT_AVAILABLE happens for example when you're trying to
8703 play an http:// stream from a server that's not serving
8705 2006-01-30 Andy Wingo <wingo@pobox.com>
8707 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
8708 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8709 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8712 * ext/theora/gsttheoraenc.h:
8713 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8714 although theoraenc was timestamping correctly. Added handling of
8715 streams that start with nonzero timestamps.
8717 * tests/check/Makefile.am:
8718 * tests/check/pipelines/theoraenc.c: New file, basically does same
8721 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8723 2006-01-30 Wim Taymans <wim@fluendo.com>
8725 * gst-libs/gst/audio/gstaudiosink.c:
8726 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8727 (gst_audioringbuffer_pause):
8728 Implement pause that does not wait for completion.
8730 * gst-libs/gst/audio/gstbaseaudiosink.c:
8731 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8732 Don't drop buffers when going to PAUSED but perform preroll on
8733 remaining samples now that core base class supports this.
8735 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8736 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8737 (gst_ring_buffer_commit):
8738 Pause should not signal waiters.
8739 Implement return value of _commit correctly.
8741 2006-01-30 Andy Wingo <wingo@pobox.com>
8743 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8745 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8746 updated to timestamp from the first sample, not the last.
8747 (gst_vorbisenc_buffer_from_header_packet): New function, takes
8748 special care of granulepos and timestamp for header packets.
8749 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8750 when the first buffer has a nonzero timestamp.
8752 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8753 (GstVorbisEnc.subgranule_offset): New members. Take care of the
8754 case when the first audio buffer we get has a nonzero timestamp.
8755 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8756 properly timestamp vorbis buffers with the time of the first
8757 sample, not the last.
8759 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8760 vorbis_granule_time_copy -- now it takes the granule/subgranule
8761 offset into account.
8763 * tests/check/pipelines/vorbisenc.c: New test for correctness of
8764 timestamps, durations, and granulepos on buffers produced by
8767 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
8769 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8770 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8771 Patch from Eric Jonas to support conversions to/from UYVY
8774 2006-01-30 Julien MOUTTE <julien@moutte.net>
8776 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8777 (setup_subtitle), (setup_source), (set_active_source):
8778 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8779 (gen_text_element), (gen_audio_element), (gen_vis_element),
8780 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8782 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
8784 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8785 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8786 use gst_guint64_to_gdouble to be compliant with vs6
8787 * gst/playback/gstdecodebin.c: (try_to_link_1)
8788 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8789 use G_GINT64_CONSTANT for int64 constants
8790 * win32/common/libgstinterfaces.def:
8791 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8793 update and add new project files
8795 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8799 * win32/common/interfaces-enumtypes.c:
8800 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8801 (gst_mixer_track_flags_get_type),
8802 (gst_tuner_channel_flags_get_type):
8803 * win32/common/interfaces-enumtypes.h:
8804 * win32/common/multichannel-enumtypes.c:
8805 (gst_audio_channel_position_get_type):
8806 * win32/common/multichannel-enumtypes.h:
8807 add a win32-update rule like in core, and copy over enumtypes files
8809 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8812 * win32/common/config.h:
8813 * win32/common/config.h.in:
8814 add config files just like in core
8816 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
8818 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8819 Make gcc-4.1 happy (part of #327357).
8821 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8823 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8824 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8825 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8826 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8827 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8828 (gst_alsasrc_unprepare), (gst_alsasrc_read):
8829 Update all error messages. All of them should either use
8830 the default translated message, or actually provide a
8831 translatable string.
8832 Make the string for channel count problems meaningful.
8834 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8836 * sys/v4l/v4l_calls.c: (gst_v4l_open):
8837 check for and throw RESOURCE_BUSY
8839 2006-01-27 David Schleef <ds@schleef.org>
8841 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8842 checked in this change -- it requires liboil features not
8843 in 0.3.6. Revert parts.
8845 2006-01-27 David Schleef <ds@schleef.org>
8848 * configure.ac: update liboil requirement to 0.3.6
8849 * gst/videoscale/Makefile.am:
8850 * gst/videoscale/vs_scanline.c: liboilify
8852 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8854 * ext/libvisual/visual.c: (get_buffer):
8855 When pad_alloc returns a GstFlowReturn other
8856 than GST_FLOW_OK, make sure it is passed upstream.
8858 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8860 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8861 (gst_alsasink_class_init):
8862 Free the device name string.
8864 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8865 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8866 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8867 Don't remove a pad from the collectpads structure until it
8868 is released - it's a request pad, and may receive data again
8869 if the element gets moved back to PLAYING state.
8871 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8872 Ensure we turn on double buffering on the Xv port, and
8873 set the colour key to something dark and mysterious that
8876 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
8878 * ext/alsa/gstalsaplugin.c: (plugin_init):
8879 * ext/cdparanoia/gstcdparanoiasrc.c:
8880 (gst_cd_paranoia_src_base_init), (plugin_init):
8881 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8882 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8883 - a library should not call setlocale. see "Libraries" node in
8885 - make sure all plugins that use translation do bindtextdomain
8886 to point to the localedir
8887 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8888 (setup_sinks), (plugin_init):
8889 all this, and check for NULL when creating sinks
8891 2006-01-27 Julien MOUTTE <julien@moutte.net>
8893 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8894 (plugin_init): Make typefinding of subtitles work again.
8896 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
8898 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8899 (mp3_type_frame_length_from_header), (mp3_type_find),
8900 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8902 Backport a bunch of typefinding fixes from the 0.8 branch.
8903 Also, improve wavpack typefinding: if we can't peek the
8904 entire wavpack block, try to parse the bits we can get and
8905 see if we find what we're looking for in those.
8907 2006-01-26 Julien MOUTTE <julien@moutte.net>
8909 * sys/ximage/ximagesink.c:
8910 (gst_ximagesink_calculate_pixel_aspect_ratio):
8911 * sys/xvimage/xvimagesink.c:
8912 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8913 more cases of pixel aspect ratio.
8915 2006-01-26 Edward Hervey <edward@fluendo.com>
8917 * gst/playback/gstdecodebin.c: (pad_probe):
8918 Also consider the flush-start and tag events as unblockers
8921 2006-01-26 Julien MOUTTE <julien@moutte.net>
8923 * gst/playback/gstplaybin.c: (gst_play_bin_init),
8924 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8925 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
8926 On the fly visualisation switch, works disabling, enabling as
8927 well but it won't be able to enable vis in a playbin that was
8928 created with no visualisation.
8930 2006-01-25 Wim Taymans <wim@fluendo.com>
8932 * gst-libs/gst/audio/gstbaseaudiosink.c:
8933 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8934 Undo previous commit that returned WRONG_STATE sooner, it breaks
8937 2006-01-25 Wim Taymans <wim@fluendo.com>
8939 * gst-libs/gst/audio/gstbaseaudiosink.c:
8940 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8941 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8943 Post error when caps cannot be parsed.
8944 Resync on discontinuity in the stream.
8945 Clip samples to segment boundaries.
8946 return WRONG_STATE sooner when we are flushing.
8948 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8949 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8950 Make audiosrc operate in TIME.
8951 Set TIMESTAMP and DURATION on buffers.
8953 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
8955 * tests/examples/seek/seek.c: (main):
8956 Output tag messages as well.
8958 2006-01-23 Edward Hervey <edward@fluendo.com>
8960 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8961 (free_pad_probes), (remove_fakesink), (pad_probe),
8962 (close_pad_link), (gst_decode_bin_change_state):
8963 Replace GstPadBlockCallback with pad probes that detect
8964 first buffer AND eos before removing fakesink.
8965 Fixes hang with demuxers doing EOS while pre-rolling.
8968 2006-01-23 Andy Wingo <wingo@pobox.com>
8970 * ext/alsa/gstalsasink.c:
8971 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8972 (gst_base_rtp_depayload_setcaps),
8973 (gst_base_rtp_depayload_add_to_queue),
8974 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8976 Patch by: Jens Granseuer <jensgr at gmx dot net>
8978 2006-01-22 Julien MOUTTE <julien@moutte.net>
8980 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8981 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8982 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
8983 frames. We might get a frame destroyed after changing state to
8984 NULL, adding a safety check on xcontext.
8986 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
8988 * gst-libs/gst/interfaces/xoverlay.c:
8989 Fix prepare-xwindow-id code example in the docs - we need to
8990 ignore all messages that aren't element messages as well.
8992 2006-01-21 Julien MOUTTE <julien@moutte.net>
8994 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8995 I think one day i'll completely undestand how caps negotiation
8996 is supposed to work. This refactoring handles buffer_alloc
8997 called with caps we can't handle. We definitely don't want a
8998 set_caps with those caps, so we define and allocate a buffer
8999 we would like to receive.
9001 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
9003 * gst/playback/gstplaybasebin.c: (setup_source):
9004 Free iterator when done.
9006 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
9008 * gst-libs/gst/audio/gstbaseaudiosink.c:
9009 (gst_base_audio_sink_render):
9010 Fix playback of non-synchronised streams by assuming a rate
9011 of 1.0 instead of a random one.
9013 Makes this work again:
9015 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
9016 endianness=(int)4321, signed=(boolean)true, width=(int)16,
9017 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
9018 audioresample ! alsasink
9020 === release 0.10.2 ===
9022 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
9025 releasing 0.10.2, "Then the devil is six"
9027 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
9029 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9030 * gst/playback/gststreamselector.c:
9031 (gst_stream_selector_set_property):
9032 Comment out broken code that connects to the state-changed signal.
9033 At this point, changing current stream selection is broken, but
9034 stuff like gst-launch playbin current-audio=1 works and filters
9035 to the chosen stream.
9037 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
9039 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9040 Fix #327216 (null dereference in vorbisdec)
9042 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
9044 * ext/theora/theoradec.c: (theora_handle_comment_packet):
9045 Post taglist actually on bus instead of just freeing it
9046 (fixes #327114 and totem bug #327080).
9048 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
9049 Use gst_element_found_tags_for_pad(), so that the tags
9050 are sent downstream as an event as well.
9052 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
9054 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9055 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9056 (gst_ximagesink_buffer_alloc):
9057 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9058 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
9059 (gst_xvimagesink_buffer_alloc):
9060 move all regularly occurring messages to GST_LOG level
9061 add some more object logs
9063 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
9065 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
9066 fix a silly segfault
9068 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
9070 * docs/libs/gst-plugins-base-libs-docs.sgml:
9071 * docs/libs/gst-plugins-base-libs-sections.txt:
9072 * gst-libs/gst/audio/mixerutils.c:
9073 * gst-libs/gst/audio/mixerutils.h:
9074 Add docs for mixerutils stuff.
9076 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
9078 * gst/playback/gstplaybasebin.c: (setup_source):
9079 Fix playback for sources that emit raw audio or
9080 raw video streams (e.g.: cd audio sources) (#325984).
9082 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
9084 * gst-libs/gst/audio/mixerutils.c:
9085 (gst_audio_mixer_filter_do_filter):
9086 actually save the element we create
9088 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
9090 * gst-libs/gst/cdda/gstcddabasesrc.c:
9091 (gst_cdda_base_src_handle_track_seek):
9092 No need to post a tag message on the bus when seeking
9093 within the same track, only post it when the current
9096 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
9098 * gst/playback/gstplaybasebin.c: (group_destroy),
9099 (probe_triggered), (new_decoded_pad), (mute_group_type),
9100 (set_active_source):
9101 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9102 * gst/playback/gststreamselector.c:
9103 (gst_stream_selector_base_init),
9104 (gst_stream_selector_set_property),
9105 (gst_stream_selector_request_new_pad):
9106 Reenable stream selection. These mechanisms need a complete overhaul
9107 in the face of 0.8->0.10 changes though.
9109 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
9111 * ext/ogg/gstoggdemux.c:
9112 Change the pad template to src_%d to match the pads that
9113 are created from it. decodebin needs this information in order
9114 to decide that oggdemux is capable of producing multiple pads
9115 (and hence needs queues inserted).
9117 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9118 (gst_ogg_mux_collected):
9119 Make debug output more useful by using GST_PTR_FORMAT.
9121 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9123 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
9125 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
9126 Set depth and width for alaw/mulaw (fixes #326601).
9128 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
9130 * tests/icles/Makefile.am:
9131 don't build the tests if we don't have the libs
9133 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9135 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9136 (gst_cd_paranoia_paranoia_callback):
9137 Don't try to free NULL pointers.
9139 2006-01-10 Edward Hervey <edward@fluendo.com>
9141 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9142 (gst_audio_rate_change_state), (plugin_init):
9143 Add debugging category.
9145 Add case for incoming buffers without valid offset/offset_end.
9147 2006-01-10 Michael Smith <msmith@fluendo.com>
9149 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9150 Don't leak GCond in audio sources.
9152 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
9154 * gst/playback/gstplaybin.c: (gen_audio_element):
9155 Don't leak an autoaudiosink/alsasink when we generate
9156 a new audio element. (old code, I guess)
9158 2006-01-10 Michael Smith <msmith@fluendo.com>
9160 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9161 Support float audio in audiorate.
9162 Use width rather than depth for selecting sample width.
9164 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9166 * gst/videotestsrc/videotestsrc.h:
9167 Use GLib types here (that way we don't have to include the
9168 generated _stdint.h header, which makes life easier for win32
9169 folks that don't use autotools for the build) (#325990, patch
9170 by: Sergey Scobich).
9172 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9174 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9175 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9176 (gst_ring_buffer_pause), (wait_segment):
9177 * gst-libs/gst/audio/gstringbuffer.h:
9178 Name (private) union, makes Forte compiler happy (this time
9179 for real) (#324900).
9181 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
9183 * gst-libs/gst/audio/Makefile.am:
9184 Link against libgstinterfaces, needed for mixer
9185 and property probe stuff.
9187 2006-01-09 Edward Hervey <edward@fluendo.com>
9189 * gst-libs/gst/Makefile.am:
9191 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
9193 * gst-libs/gst/audio/Makefile.am:
9194 * gst-libs/gst/audio/mixerutils.c:
9195 (gst_audio_mixer_filter_do_filter),
9196 (gst_audio_mixer_filter_check_element),
9197 (gst_audio_mixer_filter_probe_feature),
9198 (element_factory_rank_compare_func),
9199 (gst_audio_default_registry_mixer_filter):
9200 * gst-libs/gst/audio/mixerutils.h:
9201 Add gst_audio_default_registry_mixer_filter() utility
9204 2006-01-03 Michael Smith <msmith@fluendo.com>
9206 * gst/audioresample/resample.h:
9207 As before, but for o_buf
9209 2006-01-03 Michael Smith <msmith@fluendo.com>
9211 * gst/audioresample/resample.h:
9212 Declare struct _ResampleState.buffer as unsigned char *, not void *,
9213 since we do arithmetic on it.
9215 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
9217 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9218 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9219 (gst_ring_buffer_pause), (wait_segment):
9220 * gst-libs/gst/audio/gstringbuffer.h:
9221 Sun's Forte compiler doesn't seem to like anonymous structs,
9222 so use same setup as in GstBaseSrc (fixes #324900).
9224 2005-12-30 Stefan Kost <ensonic@users.sf.net>
9227 * gst/volume/Makefile.am:
9228 * gst/volume/demo.c:
9229 move old example to tests/examples/volume/volune.c
9230 * tests/examples/Makefile.am:
9231 * tests/examples/seek/seek.c: (main):
9232 change window-close event from "delete-event" to "destroy"
9233 * tests/examples/volume/Makefile.am:
9234 * tests/examples/volume/volume.c: (value_changed_callback),
9235 (setup_gui), (message_received), (eos_message_received), (main):
9236 fix event handling and bus usage
9238 2005-12-29 Stefan Kost <ensonic@users.sf.net>
9240 * gst/audiotestsrc/gstaudiotestsrc.c:
9241 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9242 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9243 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9244 (gst_audio_test_src_create_square),
9245 (gst_audio_test_src_create_saw),
9246 (gst_audio_test_src_create_triangle),
9247 (gst_audio_test_src_create_silence),
9248 (gst_audio_test_src_create_white_noise),
9249 (gst_audio_test_src_create_pink_noise),
9250 (gst_audio_test_src_init_sine_table),
9251 (gst_audio_test_src_create_sine_table),
9252 (gst_audio_test_src_change_wave),
9253 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9254 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9255 * gst/audiotestsrc/gstaudiotestsrc.h:
9256 update to basesrc changes, implement segmented seeking and eos
9257 handling, add a 'sine-tab' waveform for performance critical playback
9259 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9262 ... and this time the other modified file that I missed last time.
9264 2005-12-29 Michael Smith <msmith@fluendo.com>
9266 * gst/playback/gstdecodebin.c: (new_pad):
9267 Fix non-C89 variable declaration not at the start of a block. Should
9268 help some compilers.
9270 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9272 * tests/check/Makefile.am:
9273 And now fix 'make distcheck' (builddir != srcdir)
9275 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9278 * ext/cdparanoia/Makefile.am:
9279 * ext/cdparanoia/gstcdparanoia.c:
9280 * ext/cdparanoia/gstcdparanoia.h:
9281 * ext/cdparanoia/gstcdparanoiasrc.c:
9282 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9283 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9284 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9285 (gst_cd_paranoia_paranoia_callback),
9286 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9287 (gst_cd_paranoia_src_set_property),
9288 (gst_cd_paranoia_src_get_property), (plugin_init):
9289 * ext/cdparanoia/gstcdparanoiasrc.h:
9290 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9291 plugin again (there are still fixes required to playbin to make
9292 cdda:// uris work there).
9294 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9296 * tests/check/Makefile.am:
9297 Fix test case compilation.
9299 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9301 * gst-libs/gst/cdda/gstcddabasesrc.c:
9302 (gst_cdda_base_src_update_duration),
9303 (gst_cdda_base_src_calculate_cddb_id):
9304 An integer is not a string. Fix access to uninitialised variable.
9306 * tests/check/Makefile.am:
9307 Add cddabasesrc unit test; also actually enable the vorbis test.
9309 * tests/check/generic/states.c:
9310 Blacklist new cd audio elements as well.
9312 * tests/check/libs/cddabasesrc.c:
9313 Unit test for GstCddaBaseSrc (discid calculation mostly).
9315 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9317 * docs/libs/Makefile.am:
9318 * docs/libs/gst-plugins-base-libs-docs.sgml:
9319 * docs/libs/gst-plugins-base-libs-sections.txt:
9320 * docs/libs/gst-plugins-base-libs.types:
9321 Add docs for libgstcdda/GstCddaBaseSrc.
9323 * gst-libs/gst/interfaces/mixertrack.h:
9324 Do one struct member per line with a semicolon at the end, that way
9325 even gtk-doc might parse it without complaining.
9327 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9330 * gst-libs/gst/Makefile.am:
9331 * gst-libs/gst/cdda/Makefile.am:
9332 * gst-libs/gst/cdda/base64.c:
9333 * gst-libs/gst/cdda/base64.h:
9334 * gst-libs/gst/cdda/gstcddabasesrc.c:
9335 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9336 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9337 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9338 (gst_cdda_base_src_get_property),
9339 (gst_cdda_base_src_get_track_from_sector),
9340 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9341 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9342 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9343 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9344 (gst_cdda_base_src_uri_get_protocols),
9345 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9346 (gst_cdda_base_src_uri_handler_init),
9347 (gst_cdda_base_src_setup_interfaces),
9348 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9349 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9350 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9351 (gst_cdda_base_src_add_tags),
9352 (gst_cdda_base_src_add_index_associations),
9353 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9354 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9355 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9356 (gst_cdda_base_src_create):
9357 * gst-libs/gst/cdda/gstcddabasesrc.h:
9358 * gst-libs/gst/cdda/sha1.c:
9359 * gst-libs/gst/cdda/sha1.h:
9360 Add new libgstcdda with GstCddaBaseSrc class.
9362 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9364 * ext/gnomevfs/gstgnomevfssink.h:
9365 Use GstBaseSinkClass as parent_class member for class struct, not
9368 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9370 Patch by: Michael Benes
9372 * gst/videotestsrc/gstvideotestsrc.c:
9373 (gst_video_test_src_class_init), (gst_video_test_src_start):
9374 Add start method to reset running time and number of frames sent
9375 when starting up (fixes #324696)
9377 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9379 * docs/plugins/Makefile.am:
9380 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9381 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9382 * docs/plugins/gst-plugins-base-plugins.args:
9383 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9384 * docs/plugins/gst-plugins-base-plugins.signals:
9385 Add docs stuff for gnomevfssrc and gnomevfssink.
9387 * ext/gnomevfs/gstgnomevfssrc.c:
9388 Fix example pipeline in gtk-doc blurb.
9390 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9392 * ext/gnomevfs/Makefile.am:
9393 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9394 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9395 (gst_gnome_vfs_handle_get_type), (plugin_init):
9396 * ext/gnomevfs/gstgnomevfs.h:
9397 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9398 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9399 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9400 (gst_gnome_vfs_sink_set_property),
9401 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9402 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9403 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9404 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9405 (gst_gnome_vfs_sink_uri_get_type),
9406 (gst_gnome_vfs_sink_uri_get_protocols),
9407 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9408 (gst_gnome_vfs_sink_uri_handler_init):
9409 * ext/gnomevfs/gstgnomevfssink.h:
9410 Port gnomevfssink; add gtk-doc blurb.
9412 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9413 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9414 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9415 (gst_gnome_vfs_src_uri_get_type),
9416 (gst_gnome_vfs_src_uri_get_protocols),
9417 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9418 (gst_gnome_vfs_src_uri_handler_init),
9419 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9420 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9421 (gst_gnome_vfs_src_send_additional_headers_callback),
9422 (gst_gnome_vfs_src_received_headers_callback),
9423 (gst_gnome_vfs_src_push_callbacks),
9424 (gst_gnome_vfs_src_pop_callbacks),
9425 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9426 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9427 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9428 * ext/gnomevfs/gstgnomevfssrc.h:
9429 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9430 file; add gtk-doc blurb with example pipelines.
9432 === release 0.10.1 ===
9434 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
9437 releasing 0.10.1, "Dobro Dedek"
9439 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
9441 * gst/typefind/gsttypefindfunctions.c:
9442 iLBC30 and iLBC20 added to typefind.
9444 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
9446 * gst-libs/gst/audio/gstbaseaudiosink.c:
9447 (gst_base_audio_sink_class_init):
9448 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9449 (gst_base_audio_src_class_init):
9450 update strings, values are in microseconds
9451 change the default sink buffer time to something that is smaller
9452 (to help software volume mixing have a slightly lower delay) but
9453 still be acceptable on Wim's laptop
9455 2005-12-20 Edward Hervey <edward@fluendo.com>
9457 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9458 Made a quack, forgot to add DUCK to the riff video template.
9460 2005-12-19 Edward Hervey <edward@fluendo.com>
9462 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9463 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9464 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9465 (gst_ogm_parse_chain):
9466 Make sure pads are initialized correctly.
9467 * gst-libs/gst/riff/riff-ids.h:
9468 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9469 (gst_riff_create_video_template_caps):
9470 Add a whole bunch of FOURCC <=> MimeType.
9471 Extend the riff video pad template to support the newly added fourcc.
9473 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
9475 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9476 (gst_ogg_demux_activate_chain):
9477 Extra debug output when activating/deactivating chains.
9479 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9480 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9482 Remove a queue from our list when it becomes unlinked.
9483 Don't add queues to elements in class 'Demux' if they
9484 can only produce one pad
9486 2005-12-18 Julien MOUTTE <julien@moutte.net>
9488 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9489 (gst_video_sink_get_type): Add a debug category.
9491 2005-12-17 Philippe Khalaf <burger@speedy.org>
9493 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9494 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9495 Handle downstream newsegment by sending our own newsegment before the
9496 next buffer to be released. (#323900)
9498 2005-12-17 Philippe Khalaf <burger@speedy.org>
9500 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9501 (gst_base_rtp_depayload_set_gst_timestamp):
9502 add queue delay to new segment as well (as opposed to just the first
9503 buffer). (bug #322347)
9505 2005-12-16 Stefan Kost <ensonic@users.sf.net>
9507 * ext/libvisual/visual.c: (make_valid_name):
9508 change some char* into char[]
9509 * gst/audiotestsrc/gstaudiotestsrc.c:
9510 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9511 (gst_audio_test_src_create):
9512 * gst/audiotestsrc/gstaudiotestsrc.h:
9513 prepare to handle EOS and SEGMENT_DONE
9515 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9517 * tests/check/generic/states.c: (GST_START_TEST):
9518 Blacklist cdparanoia element in state test.
9520 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9522 Patch by: Benjamin Pineau
9525 * gst/tcp/gsttcpclientsink.c:
9526 * gst/tcp/gsttcpserversink.c:
9527 * gst/tcp/gsttcpserversrc.c:
9528 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9530 2005-12-15 Michael Smith <msmith@fluendo.com>
9532 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9533 (gst_video_rate_chain):
9534 Fix timestamping for videorate when the first buffer it sees has a
9535 non-zero timestamp. Fix some misleading debug output.
9537 2005-12-15 Michael Smith <msmith@fluendo.com>
9539 * gst/audioresample/gstaudioresample.c:
9540 Don't leak all input buffers to audioresample.
9542 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9544 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9545 Don't operate on empty text buffers. Strip newlines and
9546 tabs only from the end of the text, but leave them intact
9547 in the middle. Fix typo in gtk-doc description.
9549 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9551 * gst/playback/gstplaybasebin.c:
9552 * gst/playback/gstplaybin.c: (handoff):
9553 Make sure the video frame buffer we return to apps via the
9554 "frame" property always has caps set on it. Modify
9555 _gst_gvalue_set_object() macro to handle NULL objects
9558 2005-12-14 Stefan Kost <ensonic@users.sf.net>
9560 * gst/audiotestsrc/gstaudiotestsrc.c:
9561 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9562 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9563 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9564 (gst_audio_test_src_create):
9565 * gst/audiotestsrc/gstaudiotestsrc.h:
9566 Adjust to some recent api changes and add wtays new cool seeking
9569 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
9571 * ext/alsa/Makefile.am:
9572 * ext/alsa/gstalsadeviceprobe.c:
9573 * ext/alsa/gstalsadeviceprobe.h:
9574 Helper functions to add device probing via the GstPropertyProbe
9575 interface to a class.
9577 * ext/alsa/gstalsamixer.h:
9578 Comment out GST_ALSA_MIXER, it returns a struct that's not
9581 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9582 Add some debug info.
9584 * ext/alsa/gstalsamixerelement.c:
9585 (gst_alsa_mixer_element_interface_supported),
9586 (gst_implements_interface_init),
9587 (gst_alsa_mixer_element_init_interfaces),
9588 (gst_alsa_mixer_element_class_init),
9589 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9590 (gst_alsa_mixer_element_set_property),
9591 (gst_alsa_mixer_element_get_property),
9592 (gst_alsa_mixer_element_change_state):
9593 * ext/alsa/gstalsamixerelement.h:
9594 Add 'device' and 'device-name' properties. Add GstPropertyProbe
9595 for device handling (gnome-volume-control will need that).
9597 2005-12-12 Christian Schaller <uraeus@gnome.org>
9599 * ext/Makefile.am: fix cdparanoia entry
9600 * gst-plugins-base.spec.in: add cdparanoia
9602 2005-12-12 Michael Smith <msmith@fluendo.com>
9604 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9605 Use the correct function to free list of typefind factories.
9607 2005-12-12 Wim Taymans <wim@fluendo.com>
9609 * gst/videotestsrc/gstvideotestsrc.c:
9610 (gst_video_test_src_class_init), (gst_video_test_src_init),
9611 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9612 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9613 (gst_video_test_src_create):
9614 * gst/videotestsrc/gstvideotestsrc.h:
9615 Implement seeking in videotestsrc.
9618 2005-12-12 Wim Taymans <wim@fluendo.com>
9620 * ext/cdparanoia/Makefile.am:
9621 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9622 (gst_paranoia_endian_get_type), (_do_init),
9623 (cdparanoia_class_init), (cdparanoia_init),
9624 (cdparanoia_set_property), (cdparanoia_get_property),
9625 (cdparanoia_do_seek), (cdparanoia_is_seekable),
9626 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9627 (cdparanoia_convert), (cdparanoia_get_query_types),
9628 (cdparanoia_query), (cdparanoia_set_index),
9629 (cdparanoia_uri_set_uri):
9630 * ext/cdparanoia/gstcdparanoia.h:
9631 Partially ported cdparanoia now that basesrc can support a
9634 2005-12-12 Wim Taymans <wim@fluendo.com>
9636 * tests/examples/seek/scrubby.c: (main):
9637 Set higher priority for bus events so they don't get reordered with
9640 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9641 (flush_toggle_cb), (main):
9642 Added checkbox to disable flushing seeks.
9643 Disable scrubbing when doing non flushing seeks.
9645 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
9647 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9648 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9649 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9650 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9651 Implement some sort of event handling that doesn't rely on
9652 g_return_if_fail; make sure we always push the last chunk of an
9653 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9654 state change function; remove some old cruft. Seeking is still
9655 rather unlikely to work though.
9660 2005-12-11 Julien MOUTTE <julien@moutte.net>
9662 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9663 Fixed a leak of the current image reference when cleaning up.
9664 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9666 2005-12-09 Michael Smith <msmith@fluendo.com>
9668 * tools/Makefile.am:
9669 * tools/gst-launch-ext-m.m:
9670 Remove gst-launch-ext. It doesn't work, and is no longer
9671 particularly useful.
9673 2005-12-08 Luca Ognibene <luogni@tin.it>
9675 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9676 don't pass random values to ogmparse convert function.
9677 Make seeking possible in the exile1.ogm file.
9679 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
9681 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9682 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9683 Work around refcount problem with g_value_set_object() that occur
9684 if the core has been compiled against GLib-2.6 (g_value_set_object()
9685 will only g_object_ref() the element, but the caller will
9686 gst_object_unref() it and bad things will happen due to the way
9687 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9688 totem for people on FC4 using Thomas's 0.10 RPMs.
9690 2005-12-07 Edward Hervey <edward@fluendo.com>
9692 Time to welcome ogm to 0.10 :)
9694 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9695 (gst_ogg_pad_typefind):
9696 Oggdemux can now properly typefind elements with dynamic pads.
9697 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9698 Properly set caps on src pad, and set caps on outgoing buffers.
9700 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
9702 * ext/alsa/gstalsamixer.h:
9703 * ext/alsa/gstalsamixerelement.h:
9704 * ext/alsa/gstalsamixeroptions.h:
9705 * ext/alsa/gstalsamixertrack.h:
9706 * ext/alsa/gstalsasink.c:
9707 * ext/alsa/gstalsasink.h:
9708 * ext/alsa/gstalsasrc.c:
9709 * ext/alsa/gstalsasrc.h:
9710 * ext/cdparanoia/gstcdparanoia.h:
9711 * ext/gnomevfs/gstgnomevfsuri.h:
9712 * ext/ogg/gstoggdemux.c:
9713 * ext/ogg/gstoggmux.c:
9714 * ext/pango/gsttextoverlay.h:
9715 * ext/theora/theoradec.c:
9716 * ext/theora/theoraenc.c:
9717 * ext/vorbis/vorbisdec.h:
9718 * ext/vorbis/vorbisenc.c:
9719 * ext/vorbis/vorbisenc.h:
9720 * ext/vorbis/vorbisparse.h:
9721 * gst-libs/gst/audio/gstaudioclock.h:
9722 * gst-libs/gst/audio/gstaudiosink.c:
9723 * gst-libs/gst/audio/gstaudiosink.h:
9724 * gst-libs/gst/audio/gstaudiosrc.c:
9725 * gst-libs/gst/audio/gstaudiosrc.h:
9726 * gst-libs/gst/audio/gstbaseaudiosink.c:
9727 * gst-libs/gst/audio/gstbaseaudiosink.h:
9728 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9729 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9730 * gst-libs/gst/audio/gstringbuffer.h:
9731 * gst-libs/gst/audio/multichannel.h:
9732 * gst-libs/gst/floatcast/floatcast.h:
9733 * gst-libs/gst/interfaces/colorbalance.c:
9734 * gst-libs/gst/interfaces/colorbalance.h:
9735 * gst-libs/gst/interfaces/colorbalancechannel.h:
9736 * gst-libs/gst/interfaces/mixer.h:
9737 * gst-libs/gst/interfaces/mixeroptions.h:
9738 * gst-libs/gst/interfaces/mixertrack.h:
9739 * gst-libs/gst/interfaces/navigation.h:
9740 * gst-libs/gst/interfaces/propertyprobe.h:
9741 * gst-libs/gst/interfaces/tuner.h:
9742 * gst-libs/gst/interfaces/tunerchannel.h:
9743 * gst-libs/gst/interfaces/tunernorm.h:
9744 * gst-libs/gst/interfaces/xoverlay.h:
9745 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9746 * gst-libs/gst/riff/riff-ids.h:
9747 * gst-libs/gst/riff/riff-media.h:
9748 * gst-libs/gst/riff/riff-read.h:
9749 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9750 * gst-libs/gst/rtp/gstbasertppayload.c:
9751 * gst-libs/gst/rtp/gstbasertppayload.h:
9752 * gst-libs/gst/rtp/gstrtpbuffer.c:
9753 * gst-libs/gst/rtp/gstrtpbuffer.h:
9754 * gst-libs/gst/tag/gsttageditingprivate.h:
9755 * gst-libs/gst/tag/gstvorbistag.c:
9756 (gst_tag_list_from_vorbiscomment_buffer):
9757 * gst-libs/gst/tag/tag.h:
9758 * gst-libs/gst/video/video.h:
9759 * gst/adder/gstadder.c:
9760 * gst/adder/gstadder.h:
9761 * gst/audioconvert/audioconvert.c:
9762 * gst/audioconvert/audioconvert.h:
9763 * gst/audioconvert/gstaudioconvert.c:
9764 * gst/audioconvert/gstchannelmix.c:
9765 * gst/audioconvert/gstchannelmix.h:
9766 * gst/audiorate/gstaudiorate.c:
9767 * gst/audioresample/buffer.h:
9768 * gst/audioresample/functable.h:
9769 * gst/audioresample/gstaudioresample.c:
9770 * gst/audioresample/resample.h:
9771 * gst/ffmpegcolorspace/avcodec.h:
9772 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9773 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9774 * gst/ffmpegcolorspace/imgconvert.c:
9775 * gst/ffmpegcolorspace/imgconvert_template.h:
9776 * gst/playback/gstdecodebin.c:
9777 * gst/playback/gstplaybasebin.h:
9778 * gst/playback/gstplaybin.c:
9779 * gst/playback/gststreaminfo.h:
9780 * gst/tcp/gstfdset.c:
9781 * gst/tcp/gstfdset.h:
9782 * gst/tcp/gstmultifdsink.c:
9783 * gst/tcp/gstmultifdsink.h:
9785 * gst/tcp/gsttcpclientsrc.c:
9786 * gst/tcp/gsttcpclientsrc.h:
9787 * gst/tcp/gsttcpplugin.h:
9788 * gst/tcp/gsttcpserversink.c:
9789 * gst/tcp/gsttcpserversrc.c:
9790 * gst/typefind/gsttypefindfunctions.c:
9791 * gst/videorate/gstvideorate.c:
9792 * gst/videotestsrc/gstvideotestsrc.h:
9793 * gst/videotestsrc/videotestsrc.h:
9794 * sys/v4l/gstv4lcolorbalance.h:
9795 * sys/v4l/gstv4ltuner.h:
9796 * sys/v4l/gstv4lxoverlay.h:
9797 * sys/v4l/v4l_calls.h:
9798 * sys/v4l/videodev_mjpeg.h:
9799 * tests/check/elements/audioconvert.c:
9800 * tests/check/elements/audioresample.c:
9801 * tests/check/elements/audiotestsrc.c:
9802 * tests/check/elements/videotestsrc.c:
9803 * tests/check/elements/volume.c:
9804 * tests/examples/seek/scrubby.c:
9805 * tests/examples/seek/seek.c:
9808 === release 0.10.0 ===
9810 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9813 releasing 0.10.0, "Mont-d'or"
9815 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
9817 * tests/examples/seek/Makefile.am:
9818 Build fix for when gtk is not available.
9820 2005-12-05 Andy Wingo <wingo@pobox.com>
9822 * ext/libvisual/visual.c: (get_buffer):
9823 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9824 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9825 * ext/theora/theoradec.c: (theora_handle_data_packet):
9826 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9828 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9829 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9830 Update for alloc_buffer changes.
9832 2005-12-05 Andy Wingo <wingo@pobox.com>
9834 patch by: Kai Vehmanen <kv2004 eca cx>
9836 * gst-libs/gst/rtp/gstbasertpdepayload.c
9837 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9839 2005-12-04 Andy Wingo <wingo@pobox.com>
9841 patch by: Sebastien Cote <sebas642 yahoo ca>
9843 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9846 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
9848 * docs/plugins/Makefile.am:
9849 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9850 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9851 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9852 * ext/pango/gstclockoverlay.c:
9853 * ext/pango/gsttextoverlay.c:
9854 * ext/pango/gsttextrender.c:
9855 * ext/pango/gsttimeoverlay.c:
9856 Add gtk-doc blurbs to pango elements.
9858 2005-12-02 Wim Taymans <wim@fluendo.com>
9860 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9861 * gst/audioresample/buffer.h:
9862 * gst/audioresample/gstaudioresample.c:
9863 * gst/audioresample/gstaudioresample.h:
9864 * gst/audioresample/resample.c: (resample_input_flush),
9865 (resample_input_pushthrough), (resample_input_eos),
9866 (resample_get_output_size_for_input),
9867 (resample_get_input_size_for_output), (resample_get_output_size),
9868 (resample_get_output_data):
9869 * gst/audioresample/resample.h:
9870 * gst/audioresample/resample_ref.c: (resample_scale_ref):
9871 Fix audioresample, seek torture, new segments, reverse negotiation
9874 2005-12-02 Wim Taymans <wim@fluendo.com>
9876 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9879 2005-12-02 Wim Taymans <wim@fluendo.com>
9881 * gst/audioconvert/gstaudioconvert.c:
9882 (gst_audio_convert_transform):
9885 === release 0.9.7 ===
9887 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9890 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9892 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9898 add win32 MANIFEST file
9899 do something to the hungarian translation
9901 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
9904 Add $(PANGO_DIR) to SUBDIRS
9906 * ext/pango/gstclockoverlay.c:
9907 * ext/pango/gsttimeoverlay.c:
9908 Fix and improve element descriptions.
9910 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9912 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9913 * docs/plugins/inspect/plugin-libvisual.xml:
9914 * docs/plugins/inspect/plugin-pango.xml:
9915 add pango plugin to docs
9917 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9923 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9926 * tests/Makefile.am:
9927 * tests/icles/.cvsignore:
9928 * tests/icles/Makefile.am:
9929 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9930 (close_display), (resize_window), (move_window), (create_window),
9931 (terminate_playback), (pause_playback), (start_playback), (main):
9932 add stress test for xoverlay from Julien
9934 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9936 * docs/libs/tmpl/gstcolorbalance.sgml:
9937 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9938 * gst-libs/gst/rtp/gstbasertppayload.c:
9939 * gst-libs/gst/rtp/gstrtpbuffer.c:
9940 * gst-libs/gst/rtp/gstrtpbuffer.h:
9941 Do burger's rename for rtp payloaders and depayloaders
9943 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9946 add Visual Studio 6 build files
9948 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9950 * docs/libs/gst-plugins-base-libs-docs.sgml:
9951 * docs/libs/gst-plugins-base-libs-sections.txt:
9952 * docs/libs/tmpl/gstaudio.sgml:
9953 * docs/libs/tmpl/gstringbuffer.sgml:
9954 * gst-libs/gst/interfaces/xoverlay.c:
9955 * gst-libs/gst/video/gstvideofilter.c:
9956 * gst-libs/gst/video/gstvideosink.c:
9957 update documentation
9959 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9961 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9962 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9963 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9964 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9965 (gst_multi_fd_sink_get_stats),
9966 (gst_multi_fd_sink_remove_client_link),
9967 (gst_multi_fd_sink_handle_client_read),
9968 (gst_multi_fd_sink_client_queue_data),
9969 (gst_multi_fd_sink_client_queue_caps),
9970 (gst_multi_fd_sink_client_queue_buffer),
9971 (gst_multi_fd_sink_new_client),
9972 (gst_multi_fd_sink_handle_client_write),
9973 (gst_multi_fd_sink_recover_client),
9974 (gst_multi_fd_sink_queue_buffer),
9975 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9976 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9977 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9978 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9979 * gst/tcp/gstmultifdsink.h:
9980 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9981 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9982 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9983 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9984 (gst_tcp_client_sink_set_property),
9985 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9986 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9987 * gst/tcp/gsttcpclientsink.h:
9988 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9989 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9990 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9991 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9992 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9993 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9994 * gst/tcp/gsttcpclientsrc.h:
9995 * gst/tcp/gsttcpplugin.c: (plugin_init):
9996 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9997 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9998 (gst_tcp_server_sink_finalize),
9999 (gst_tcp_server_sink_handle_server_read),
10000 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
10001 (gst_tcp_server_sink_set_property),
10002 (gst_tcp_server_sink_get_property),
10003 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
10004 * gst/tcp/gsttcpserversink.h:
10005 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
10006 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
10007 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
10008 (gst_tcp_server_src_set_property),
10009 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
10010 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
10011 * gst/tcp/gsttcpserversrc.h:
10014 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10016 * docs/plugins/Makefile.am:
10017 * docs/plugins/gst-plugins-base-plugins.args:
10018 * docs/plugins/inspect/plugin-libvisual.xml:
10019 * gst/audioconvert/plugin.h:
10020 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
10021 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
10022 (gst_audio_rate_setcaps), (gst_audio_rate_init),
10023 (gst_audio_rate_chain), (gst_audio_rate_set_property),
10024 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
10026 * gst/audiotestsrc/gstaudiotestsrc.c:
10027 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
10028 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
10029 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
10030 (gst_audio_test_src_get_query_types),
10031 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
10032 (gst_audio_test_src_create_square),
10033 (gst_audio_test_src_create_saw),
10034 (gst_audio_test_src_create_triangle),
10035 (gst_audio_test_src_create_silence),
10036 (gst_audio_test_src_create_white_noise),
10037 (gst_audio_test_src_init_pink_noise),
10038 (gst_audio_test_src_generate_pink_noise_value),
10039 (gst_audio_test_src_create_pink_noise),
10040 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
10041 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
10042 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
10044 * gst/audiotestsrc/gstaudiotestsrc.h:
10045 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
10046 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
10047 (gst_sub_parse_init), (gst_sub_parse_formats),
10048 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
10049 (convert_encoding), (get_next_line),
10050 (gst_sub_parse_data_format_autodetect),
10051 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
10052 (gst_sub_parse_loop), (gst_sub_parse_chain),
10053 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
10055 * gst/subparse/gstsubparse.h:
10056 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
10057 (gst_video_rate_base_init), (gst_video_rate_class_init),
10058 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
10059 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
10060 (gst_video_rate_init), (gst_video_rate_event),
10061 (gst_video_rate_chain), (gst_video_rate_set_property),
10062 (gst_video_rate_get_property), (gst_video_rate_change_state),
10064 * gst/videoscale/gstvideoscale.c:
10065 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
10066 (gst_video_scale_src_template_factory),
10067 (gst_video_scale_sink_template_factory),
10068 (gst_video_scale_get_type), (gst_video_scale_base_init),
10069 (gst_video_scale_class_init), (gst_video_scale_init),
10070 (gst_video_scale_set_property), (gst_video_scale_get_property),
10071 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
10072 (gst_video_scale_prepare_size), (parse_caps),
10073 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10074 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
10075 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
10077 * gst/videoscale/gstvideoscale.h:
10078 * gst/videotestsrc/gstvideotestsrc.c:
10079 (gst_video_test_src_pattern_get_type),
10080 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
10081 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
10082 (gst_video_test_src_set_pattern),
10083 (gst_video_test_src_set_property),
10084 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
10085 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
10086 (gst_video_test_src_event), (gst_video_test_src_get_times),
10087 (gst_video_test_src_create), (plugin_init):
10088 * gst/videotestsrc/gstvideotestsrc.h:
10089 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
10090 (gst_video_test_src_smpte), (gst_video_test_src_snow),
10091 (gst_video_test_src_black):
10092 * gst/videotestsrc/videotestsrc.h:
10094 clean up docs a little
10096 2005-11-30 Wim Taymans <wim@fluendo.com>
10098 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10099 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
10100 (gst_basertppayload_event), (gst_basertppayload_push),
10101 (gst_basertppayload_change_state):
10102 * gst-libs/gst/rtp/gstbasertppayload.h:
10105 2005-11-30 Julien MOUTTE <julien@moutte.net>
10107 * docs/libs/gst-plugins-base-libs-docs.sgml:
10108 * docs/libs/gst-plugins-base-libs-sections.txt:
10109 * gst-libs/gst/video/gstvideofilter.c:
10110 * gst-libs/gst/video/gstvideosink.c:
10111 * gst-libs/gst/video/gstvideosink.h: Adding docs.
10113 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10133 * scripts/autoplugins.sh:
10136 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10140 * examples/Makefile.am:
10141 * examples/capsfilter/Makefile.am:
10142 * examples/capsfilter/capsfilter1.c:
10143 * examples/gob/Makefile.am:
10144 * examples/gob/gst-identity2.gob:
10145 * examples/indexing/.cvsignore:
10146 * examples/indexing/Makefile.am:
10147 * examples/indexing/indexmpeg.c:
10148 * examples/seeking/.cvsignore:
10149 * examples/seeking/Makefile.am:
10150 * examples/seeking/cdparanoia.c:
10151 * examples/seeking/cdplayer.c:
10152 * examples/seeking/chained.c:
10153 * examples/seeking/scrubby.c:
10154 * examples/seeking/seek.c:
10155 * examples/stats/Makefile.am:
10156 * examples/stats/mp2ogg.c:
10157 * examples/switch/.cvsignore:
10158 * examples/switch/Makefile.am:
10159 * examples/switch/switcher.c:
10160 * tests/Makefile.am:
10161 * tests/check/generic/.cvsignore:
10162 * tests/check/pipelines/.cvsignore:
10163 * tests/examples/Makefile.am:
10164 * tests/examples/seek/Makefile.am:
10165 reorganize stuff under tests/
10167 2005-11-30 Edward Hervey <edward@fluendo.com>
10169 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10170 Go away you stupid GstStaticPadTemplate memleak.
10172 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10174 * gst-libs/gst/net/Makefile.am:
10175 * gst-libs/gst/net/README:
10176 * gst-libs/gst/net/gstnetbuffer.c:
10177 * gst-libs/gst/net/gstnetbuffer.h:
10178 this was moved to "netbuffer"
10180 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10182 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10183 (gst_video_filter_class_init), (gst_video_filter_init):
10184 * gst-libs/gst/video/gstvideofilter.h:
10185 borgify name to bring in line with other classes
10187 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10189 * gst/audioscale/.cvsignore:
10190 * gst/audioscale/Makefile.am:
10191 * gst/audioscale/README:
10192 * gst/audioscale/audioscale.vcproj:
10193 * gst/audioscale/dtof.c:
10194 * gst/audioscale/dtos.c:
10195 * gst/audioscale/functable.c:
10196 * gst/audioscale/gstaudioscale.c:
10197 * gst/audioscale/gstaudioscale.h:
10198 * gst/audioscale/private.h:
10199 * gst/audioscale/resample.c:
10200 * gst/audioscale/resample.h:
10201 * gst/audioscale/test.c:
10204 2005-11-30 Edward Hervey <edward@fluendo.com>
10206 * gst-libs/gst/netbuffer/Makefile.am:
10207 really, really tired
10209 2005-11-30 Edward Hervey <edward@fluendo.com>
10211 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10212 Update for new GstTypeFindFactory _register()
10214 2005-11-30 Edward Hervey <edward@fluendo.com>
10216 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
10217 Let's not override libgstnet from core for no reason...
10218 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10219 Ok, maybe not so quick next time.
10221 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10224 * gst-libs/gst/Makefile.am:
10225 moved gst-libs/gst/net to netbuffer through CVS surgery
10226 remove old directory
10227 updating build to accomodate
10230 2005-11-29 Andy Wingo <wingo@pobox.com>
10232 * pkgconfig/gstreamer-plugins-base.pc.in:
10233 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10234 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10237 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10239 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10240 3rd time's the charm. Correct ref-counting for discarded buffers.
10242 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10244 * gst/playback/gststreamselector.c:
10245 (gst_stream_selector_class_init),
10246 (gst_stream_selector_set_property),
10247 (gst_stream_selector_get_property),
10248 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10251 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
10253 * gst/subparse/gstsubparse.c: (feed_textbuf):
10254 Don't access already unref'ed buffer.
10256 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10258 * gst/playback/gststreamselector.c:
10259 (gst_stream_selector_class_init), (gst_stream_selector_init),
10260 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10261 (gst_stream_selector_get_property),
10262 (gst_stream_selector_get_linked_pad),
10263 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10264 * gst/playback/gststreamselector.h:
10265 Add the active-pad property for playbin to use shortly. Ignore buffers
10266 from any other pad, returning GST_FLOW_NOT_LINKED
10268 2005-11-29 Julien MOUTTE <julien@moutte.net>
10270 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10271 patch from bug #322704 (Alessandro Decina).
10273 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10275 * gst-libs/gst/audio/Makefile.am:
10276 folded audiofilter into the audio library
10278 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10280 * gst/videoscale/gstvideoscale.h:
10281 * gst/videoscale/gstvideoscale.c:
10282 remove unimplemented scale methods
10284 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
10286 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10289 2005-11-28 Julien MOUTTE <julien@moutte.net>
10291 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10292 (gst_ximagesink_setcaps):
10293 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10294 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10295 happens (only visible on ximagesink but bug is in xv too) set_caps was
10296 destroying the internal x[v]image used to memcpy non locally alloced
10297 buffers so that it got renewed on next _chain. The issue is that
10298 _expose will try to put that image as it reffed it in _put.
10299 Using gst_buffer_unref instead of destroy fixes it !
10301 2005-11-28 Edward Hervey <edward@fluendo.com>
10303 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10304 (try_to_link_1), (queue_filled_cb):
10305 Better use of the queues. Start with a small size queue and only increase
10306 the size of the queues when the other queues are empty.
10308 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
10310 * gst-libs/gst/video/Makefile.am:
10311 compile in copied-over videofilter into the video library
10312 * gst-libs/gst/video/videosink.h:
10313 rename the header to gstvideosink.h since it's a base GstObject class
10314 * sys/ximage/ximagesink.h:
10315 * sys/xvimage/xvimagesink.h:
10318 2005-11-28 Wim Taymans <wim@fluendo.com>
10320 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10321 * gst/playback/gstplaybasebin.h:
10322 Prepare to handle errors betters.
10324 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10325 Set sinks to PAUSED first before adding and linking them so that
10326 we don't interrupt dataflow.
10328 2005-11-28 Wim Taymans <wim@fluendo.com>
10330 * gst-libs/gst/audio/TODO:
10333 * gst-libs/gst/audio/gstaudiosink.c:
10334 (gst_audioringbuffer_open_device),
10335 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10336 (gst_audioringbuffer_release):
10339 * gst-libs/gst/audio/gstbaseaudiosink.c:
10340 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10341 (gst_base_audio_sink_change_state):
10342 Slave to the master clock when going to PLAYING and unslave when
10345 * gst-libs/gst/audio/gstringbuffer.c:
10346 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10347 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10348 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10349 (gst_ring_buffer_clear_all), (wait_segment),
10350 (gst_ring_buffer_commit), (gst_ring_buffer_read),
10351 (gst_ring_buffer_advance):
10352 * gst-libs/gst/audio/gstringbuffer.h:
10353 Add some docs and cleanups.
10355 2005-11-28 Julien MOUTTE <julien@moutte.net>
10357 * sys/xvimage/xvimagesink.c:
10358 (gst_xvimagesink_navigation_send_event): Fix navigation events
10359 coordinates translation with pixel aspect ratios.
10361 2005-11-28 Julien MOUTTE <julien@moutte.net>
10363 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10364 Use calculated video geometry from _setcaps instead of buffer
10365 caps to respect pixel aspect ratio. (fixes #322388)
10367 2005-11-28 Julien MOUTTE <julien@moutte.net>
10369 * docs/libs/tmpl/gstcolorbalance.sgml:
10370 * docs/libs/tmpl/gstmixer.sgml:
10371 * docs/libs/tmpl/gstxoverlay.sgml:
10372 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10375 2005-11-28 Julien MOUTTE <julien@moutte.net>
10377 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10378 Refuse to create an XvImage if we can't find the format.
10380 2005-11-28 Edward Hervey <edward@fluendo.com>
10382 * gst-libs/gst/riff/riff-media.c:
10383 (gst_riff_create_audio_template_caps):
10384 Add ATRAC3 to the list of riff-possible audio caps.
10385 I know we still don't have a plugin for atrac3, but it's saner to output
10386 that than a cryptic mimetype.
10388 2005-11-27 Edward Hervey <edward@fluendo.com>
10390 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10391 Don't try to create a zero-sized subbuffer.
10393 2005-11-27 Julien MOUTTE <julien@moutte.net>
10395 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10396 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10397 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10398 (gst_ximagesink_expose): Fixed a tricky race.
10399 * sys/ximage/ximagesink.h:
10400 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10401 (gst_xvimagesink_expose): Fixed a tricky race.
10402 * sys/xvimage/xvimagesink.h:
10404 2005-11-27 Edward Hervey <edward@fluendo.com>
10406 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10407 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10408 Remove unused properties, and add queues between demuxers and decoders
10409 so that a lot more files can preroll properly.
10411 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10413 * gst-libs/gst/net/Makefile.am:
10414 * gst-libs/gst/rtp/Makefile.am:
10415 * gst-libs/gst/tag/Makefile.am:
10416 remove silly include
10417 * gst/tags/Makefile.am:
10418 * gst/tags/gsttagediting.c:
10419 * gst/tags/gsttageditingprivate.h:
10420 * gst/tags/tagedit.vcproj:
10421 remove directory, is as good as empty
10423 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10426 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10427 * gst-libs/Makefile.am:
10428 * gst-libs/gst/audio/Makefile.am:
10429 * gst-libs/gst/interfaces/Makefile.am:
10430 * gst-libs/gst/net/Makefile.am:
10431 * gst-libs/gst/riff/Makefile.am:
10432 * gst-libs/gst/rtp/Makefile.am:
10433 * gst-libs/gst/tag/Makefile.am:
10434 * gst-libs/gst/video/Makefile.am:
10437 2005-11-27 Julien MOUTTE <julien@moutte.net>
10439 * docs/libs/tmpl/gstcolorbalance.sgml:
10440 * docs/libs/tmpl/gstmixer.sgml:
10441 * docs/libs/tmpl/gstxoverlay.sgml:
10442 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10443 * sys/ximage/ximagesink.h:
10444 * sys/xvimage/xvimagesink.h: More and more documentation.
10446 2005-11-26 Julien MOUTTE <julien@moutte.net>
10448 * docs/libs/gst-plugins-base-libs-docs.sgml:
10449 * docs/libs/gst-plugins-base-libs-sections.txt:
10450 * docs/libs/tmpl/gstcolorbalance.sgml:
10451 * docs/libs/tmpl/gstmixer.sgml:
10452 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10455 2005-11-26 Julien MOUTTE <julien@moutte.net>
10457 * docs/plugins/Makefile.am:
10458 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10459 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10460 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10462 2005-11-26 Julien MOUTTE <julien@moutte.net>
10464 * docs/plugins/Makefile.am:
10465 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10466 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10467 * docs/plugins/inspect/plugin-adder.xml:
10468 * docs/plugins/inspect/plugin-alsa.xml:
10469 * docs/plugins/inspect/plugin-audioconvert.xml:
10470 * docs/plugins/inspect/plugin-audiorate.xml:
10471 * docs/plugins/inspect/plugin-audioresample.xml:
10472 * docs/plugins/inspect/plugin-audiotestsrc.xml:
10473 * docs/plugins/inspect/plugin-decodebin.xml:
10474 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10475 * docs/plugins/inspect/plugin-gnomevfs.xml:
10476 * docs/plugins/inspect/plugin-ogg.xml:
10477 * docs/plugins/inspect/plugin-playbin.xml:
10478 * docs/plugins/inspect/plugin-subparse.xml:
10479 * docs/plugins/inspect/plugin-tcp.xml:
10480 * docs/plugins/inspect/plugin-theora.xml:
10481 * docs/plugins/inspect/plugin-typefindfunctions.xml:
10482 * docs/plugins/inspect/plugin-video4linux.xml:
10483 * docs/plugins/inspect/plugin-videorate.xml:
10484 * docs/plugins/inspect/plugin-videoscale.xml:
10485 * docs/plugins/inspect/plugin-videotestsrc.xml:
10486 * docs/plugins/inspect/plugin-volume.xml:
10487 * docs/plugins/inspect/plugin-vorbis.xml:
10488 * docs/plugins/inspect/plugin-ximagesink.xml:
10489 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10490 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10492 2005-11-26 Edward Hervey <edward@fluendo.com>
10494 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10495 Properly return GstFlowReturn from gst_pad_push in chain functions.
10497 2005-11-25 Michael Smith <msmith@fluendo.com>
10499 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10500 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10501 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10502 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10503 Handle various conditions better when we don't understand a stream.
10504 Removes a heap of CRITICALs on ogg streams containing unknown data.
10506 2005-11-24 Andy Wingo <wingo@pobox.com>
10508 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10511 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10513 * configure.ac: back to HEAD
10515 === release 0.9.6 ===
10517 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10520 releasing 0.9.6, "White Eight"
10522 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10524 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10525 * docs/plugins/inspect/plugin-sine.xml:
10526 remove sinesrc some more
10528 2005-11-23 Wim Taymans <wim@fluendo.com>
10530 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10531 If we are reading too slowly, jump forward in the ringbuffer
10532 instead of blocking.
10534 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10536 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10537 (gst_visual_chain):
10538 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10539 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10540 (gst_videorate_chain):
10541 * gst/videotestsrc/gstvideotestsrc.c:
10542 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10543 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10544 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10545 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10546 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10547 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10548 Updates for API changes
10550 2005-11-23 Wim Taymans <wim@fluendo.com>
10552 * gst-libs/gst/audio/gstbaseaudiosink.c:
10553 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10554 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10555 Fix for calibration API change.
10557 2005-11-23 Michael Smith <msmith@fluendo.com>
10559 * gst-libs/gst/audio/multichannel.c:
10560 (gst_audio_get_channel_positions),
10561 (gst_audio_set_channel_positions),
10562 (gst_audio_set_structure_channel_positions_list),
10563 (gst_audio_fixate_channel_positions):
10564 Use gst_value_array_*() functions on value arrays, not
10565 gst_value_list_*().
10567 2005-11-23 Edward Hervey <edward@fluendo.com>
10570 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10573 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10575 * check/Makefile.am:
10576 * check/elements/videotestsrc.c: (setup_videotestsrc),
10577 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10579 add a test for videotestsrc
10581 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10583 * gst/sine/.cvsignore:
10584 * gst/sine/Makefile.am:
10585 * gst/sine/gstsinesrc.c:
10586 * gst/sine/gstsinesrc.h:
10587 * gst/sine/sinesrc.vcproj:
10588 and remove sinesrc from the repository. Closes #321446
10590 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10593 * gst-plugins-base.spec.in:
10594 remove sinesrc from the build
10596 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10598 * check/Makefile.am:
10599 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10600 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10602 add a test for audiotestsrc, testing all waves. Even seems
10603 leak-free at first glance, nice job Stefan
10605 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10621 Translation string updates
10623 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10624 (gst_v4lsrc_set_caps):
10625 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10626 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10627 * sys/v4l/v4lsrc_calls.h:
10628 Improve v4lsrc, by making it work again.
10630 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10632 * ext/libvisual/visual.c: (gst_visual_chain):
10633 Fix the fps calculations.
10635 * gst/ffmpegcolorspace/avcodec.h:
10636 Move structure element for clarity
10638 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10639 * gst-libs/gst/interfaces/tunernorm.h:
10640 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10641 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10642 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10643 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10644 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10645 (gst_v4lmjpegsrc_getcaps):
10646 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10647 (gst_v4lsrc_set_caps):
10648 * sys/v4l/gstv4lsrc.h:
10649 * sys/v4l/v4l_calls.c: (gst_v4l_open):
10650 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10651 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10652 * sys/v4l/v4lsrc_calls.h:
10653 Fractional framerates...
10655 2005-11-22 Wim Taymans <wim@fluendo.com>
10657 * gst-libs/gst/audio/gstbaseaudiosink.c:
10658 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10659 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10660 And we provide a clock by default, of course...
10662 2005-11-22 Wim Taymans <wim@fluendo.com>
10664 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10665 This clock can be slaved to a master clock now.
10667 * gst-libs/gst/audio/gstbaseaudiosink.c:
10668 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10669 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10670 (gst_base_audio_sink_set_clock),
10671 (gst_base_audio_sink_set_property),
10672 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10673 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10674 * gst-libs/gst/audio/gstbaseaudiosink.h:
10675 Handle slaving the internal clock to the clock selected in the
10677 Add property to make the basesink not provide a clock.
10679 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10680 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10681 (gst_base_rtp_depayload_wait):
10682 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10683 We can use the clock in GstElement, no need to store it ourselves.
10685 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10687 * docs/libs/tmpl/gstaudio.sgml:
10689 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10690 (gst_paranoia_endian_get_type):
10691 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10692 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10693 * gst/audiotestsrc/gstaudiotestsrc.c:
10694 (gst_audiostestsrc_wave_get_type):
10695 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10696 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10697 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10698 (gst_sync_method_get_type), (gst_unit_type_get_type),
10699 (gst_client_status_get_type), (gst_multifdsink_class_init),
10700 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10701 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10702 (gst_multifdsink_get_property):
10703 * gst/tcp/gstmultifdsink.h:
10704 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10705 * gst/videotestsrc/gstvideotestsrc.c:
10706 (gst_videotestsrc_pattern_get_type):
10707 remove deprecated properties
10708 fix up enums to correctly have short lowercase dashed nicks
10710 2005-11-22 Michael Smith <msmith@fluendo.com>
10712 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10713 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10716 2005-11-22 Michael Smith <msmith@fluendo.com>
10718 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10719 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10720 Use utility method for scaling clocktime for fractional framerates.
10722 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
10724 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10725 (gst_visual_chain):
10726 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10727 * ext/theora/theoradec.c: (theora_handle_type_packet):
10728 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10729 (theora_enc_chain):
10730 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10731 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10732 * gst-libs/gst/video/video.h:
10733 * gst/ffmpegcolorspace/avcodec.h:
10734 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10735 (gst_ffmpeg_caps_to_pixfmt):
10736 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10737 (gst_ffmpegcsp_set_caps):
10738 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10739 (gst_videorate_setcaps), (gst_videorate_blank_data),
10740 (gst_videorate_chain):
10741 * gst/videotestsrc/gstvideotestsrc.c:
10742 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10743 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10744 (gst_videotestsrc_event), (gst_videotestsrc_create):
10745 * gst/videotestsrc/gstvideotestsrc.h:
10746 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10747 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10748 (gst_ximagesink_get_times), (gst_ximagesink_init):
10749 * sys/ximage/ximagesink.h:
10750 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10751 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10752 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10753 * sys/xvimage/xvimagesink.h:
10754 Convert elements to use fractions for their framerate.
10755 V4L elements to come later tonight.
10757 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10759 * gst-libs/gst/audio/audio.c:
10760 * gst-libs/gst/audio/audio.h:
10761 remove some deprecated functions
10763 2005-11-22 Andy Wingo <wingo@pobox.com>
10765 * Update for gst_tag_setter API changes.
10767 2005-11-22 Andy Wingo <wingo@pobox.com>
10769 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10770 (gst_ogg_demux_perform_seek):
10771 * ext/theora/theoradec.c (theora_dec_sink_event):
10772 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10775 2005-11-22 Wim Taymans <wim@fluendo.com>
10777 * examples/seeking/seek.c: (main):
10778 Give higher priority to bus signals than the gtk events
10779 to fix a race condition in the segment looping.
10781 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10783 * ext/theora/Makefile.am:
10784 * ext/vorbis/Makefile.am:
10785 * gst-libs/gst/tag/Makefile.am:
10786 * gst-plugins-base.spec.in:
10787 Rename libgsttagedit to libgsttag (#322117).
10789 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10791 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10792 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10793 Call gst_x_overlay_prepare_xwindow_id() to give applications
10794 a final chance to set their own xwindow id before the video
10795 sink creates its own window.
10797 2005-11-22 Julien MOUTTE <julien@moutte.net>
10799 * sys/xvimage/xvimagesink.c:
10800 (gst_xvimagesink_navigation_send_event): Handle navigation
10801 events correcly with borders if applicable.
10803 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10805 Patch by: Luca Ognibene
10807 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10808 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10809 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10810 (gst_ffmpegcsp_caps_remove_format_info):
10811 * gst/ffmpegcolorspace/imgconvert.c:
10812 * gst/ffmpegcolorspace/imgconvert_template.h:
10813 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10814 #318353); use gst_structure_has_name().
10816 2005-11-22 Julien MOUTTE <julien@moutte.net>
10818 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10819 (gst_ximagesink_class_init): Add debug macros on functions.
10820 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10821 (gst_xvimagesink_xwindow_draw_borders),
10822 (gst_xvimagesink_xvimage_put),
10823 (gst_xvimagesink_xwindow_update_geometry),
10824 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10825 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10826 (gst_xvimagesink_xcontext_clear),
10827 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10828 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10829 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10830 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10831 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10832 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10833 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10834 expose while being PAUSED, out of data flow navigation events, etc..
10836 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10838 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10839 * gst-libs/gst/audio/audio.h:
10840 fix prototype - wondering why the test worked regardless
10842 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
10844 * check/Makefile.am:
10845 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10846 * gst-libs/gst/audio/audio.h:
10847 add a method that returns a proper GstClockTime
10849 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10851 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10852 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10853 * gst-libs/gst/interfaces/xoverlay.h:
10854 Remove everything having to do with the desired size; add
10855 gst_x_overlay_prepare_xwindow_id() function; remove the
10856 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10857 post a message on the bus instead (#321816).
10859 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10860 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10861 (gst_xvimagesink_xoverlay_init):
10862 Remove desired size stuff (#321816).
10864 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10866 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10867 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10868 (mpeg_video_type_find), (mpeg_video_stream_type_find):
10869 Terminate vararg functions with NULL instead of 0 to
10872 2005-11-21 Andy Wingo <wingo@pobox.com>
10874 patch by: Sebastien Cote <sebas642@yahoo.ca>
10876 * gst-libs/gst/rtp/gstrtpbuffer.h:
10877 * gst-libs/gst/rtp/gstrtpbuffer.c
10878 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10880 2005-11-21 Andy Wingo <wingo@pobox.com>
10882 * gst/playback/gstplaybin.c (gen_audio_element)
10883 (gen_video_element): Use the new MISSING_PLUGIN core error
10884 category. Closes #320060.
10886 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
10887 * gst/videorate/gstvideorate.c (gst_videorate_event):
10888 * ext/theora/theoradec.c (theora_dec_sink_event):
10889 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10892 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10893 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10894 stream lock changes.
10896 2005-11-21 Wim Taymans <wim@fluendo.com>
10898 * gst-libs/gst/audio/gstbaseaudiosink.c:
10899 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10900 (gst_base_audio_sink_provide_clock),
10901 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10902 (gst_base_audio_sink_change_state):
10903 * gst/audioresample/gstaudioresample.c:
10904 Segment update fix.
10906 2005-11-21 Andy Wingo <wingo@pobox.com>
10909 * *.c: Ran scripts/update-macros. Oh yes.
10911 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10913 * sys/ximage/Makefile.am:
10914 * sys/ximage/ximage.c:
10915 Rename ximage plugin to ximagesink (#321426) (Don't forget to
10916 remove your old libgstximage.* manually if necessary).
10918 2005-11-21 Michael Smith <msmith@fluendo.com>
10920 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10921 Minimal fix for bug #320200: set the min/max bitrate in the correct
10922 units. A better fix would be to upgrade to the RATEMANAGE2
10923 interface, rather than using the deprecated interface used here, but
10924 that would require an update in our libvorbis dependency (to 1.1),
10925 which is probably undesirable.
10927 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
10929 * ext/libvisual/visual.c: (get_buffer):
10930 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10931 (gst_base_audio_src_fixate):
10932 * gst/audioconvert/gstaudioconvert.c:
10933 (gst_audio_convert_fixate_caps):
10934 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10935 * gst/audiotestsrc/gstaudiotestsrc.c:
10936 (gst_audiotestsrc_src_fixate):
10937 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10938 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10939 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10940 * gst/videotestsrc/gstvideotestsrc.c:
10941 (gst_videotestsrc_src_fixate):
10942 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10943 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10944 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10948 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10950 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10951 (gst_riff_create_iavs_caps):
10952 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10953 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10954 (gst_riff_parse_info):
10955 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10956 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10957 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10958 Fixes for GST_FOURCC_FORMAT API change.
10960 2005-11-21 Andy Wingo <wingo@pobox.com>
10962 patch by: Alessandro Dessina <alessandro nnva org>
10964 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10965 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10966 (gst_ogg_parse_chain):
10967 * ext/theora/theoraenc.c (theora_set_header_on_caps):
10968 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10969 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10970 gst_value_list calls on arrays. Fixes #321962.
10972 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10974 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10975 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10976 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10977 * gst/adder/gstadder.c: (gst_adder_init),
10978 (gst_adder_request_new_pad), (gst_adder_collected),
10979 (gst_adder_change_state):
10980 Update for gst_collectpads_foo() to gst_collect_pads_foo()
10983 2005-11-21 Michael Smith <msmith@fluendo.com>
10985 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10986 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10987 Properly handle pad_push return values.
10989 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
10991 * gst-libs/gst/tag/Makefile.am:
10992 * gst-libs/gst/tag/gstvorbistag.c:
10993 (gst_tag_list_to_vorbiscomment_buffer):
10994 Remove obsolete vorbistag element and debug category.
10996 * gst/playback/gstplaybasebin.c: (check_queue):
10997 Don't divide by 0 when queue-threshold is 0.
10999 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
11000 Don't modify an existing pixel-aspect-ratio if we fail to read
11003 2005-11-20 Wim Taymans <wim@fluendo.com>
11005 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
11006 (gst_vorbisenc_push_packet):
11007 GST_PAD_IS_USABLE is gone, use the return value of
11008 the push or pad_alloc_buffer instead.
11010 2005-11-18 Julien MOUTTE <julien@moutte.net>
11012 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11013 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
11014 (gst_ximagesink_ximage_destroy),
11015 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
11016 (gst_ximagesink_xwindow_new),
11017 (gst_ximagesink_xwindow_update_geometry),
11018 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
11019 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
11020 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
11021 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
11022 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
11023 (gst_ximagesink_navigation_send_event),
11024 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
11025 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11026 (gst_ximagesink_finalize), (gst_ximagesink_init),
11027 (gst_ximagesink_class_init):
11028 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
11029 This new version brings correct software scaling, non flickering
11030 window while resizing, pixel aspect ratio handling, usage of
11031 hardware buffer pools, out of data flow event thread for
11032 navigation and handling of expose events even when being PAUSED,
11033 a new property to keep video aspect ratio when resizing, etc...
11035 2005-11-18 Julien MOUTTE <julien@moutte.net>
11037 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11038 (gst_videoscale_fixate_caps): Introduce back caps fixate with
11041 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
11043 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
11044 Unsetting IS_SINK flag from the fakesink, so decodebin
11045 never behaves as a sink.
11047 2005-11-17 Wim Taymans <wim@fluendo.com>
11049 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11050 (gst_base_audio_src_change_state):
11051 Fix the audiosrc base class again, we did not unflush.
11053 2005-11-17 Julien MOUTTE <julien@moutte.net>
11055 * examples/seeking/seek.c: (make_dv_pipeline),
11056 (make_vorbis_theora_pipeline), (make_avi_pipeline),
11057 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
11058 to ogg/vorbis/theora pipeline.
11060 2005-11-17 Wim Taymans <wim@fluendo.com>
11062 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11063 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
11064 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
11065 Fix EOS on multiple streams.
11068 2005-11-16 Wim Taymans <wim@fluendo.com>
11070 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
11071 (gst_ogg_demux_perform_seek):
11072 Segment done must include stream time.
11074 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11075 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
11076 (gst_ogg_mux_change_state):
11077 Fix ogg muxer again.
11079 2005-11-16 Wim Taymans <wim@fluendo.com>
11081 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
11084 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11086 * ext/libvisual/visual.c: (gst_visual_init):
11087 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
11088 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
11089 (gst_ogg_parse_chain):
11090 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11091 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
11092 * ext/theora/theoradec.c: (gst_theora_dec_init):
11093 * ext/theora/theoraenc.c: (gst_theora_enc_init):
11094 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11095 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
11096 * gst/adder/gstadder.c: (gst_adder_class_init),
11097 (gst_adder_dispose):
11098 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
11099 * gst/subparse/gstsubparse.c: (gst_subparse_init):
11100 * gst/videorate/gstvideorate.c: (gst_videorate_init):
11101 Fix a whole set of pad template leaks
11103 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11105 * check/generic/states.c: (GST_START_TEST):
11106 fix the test so that it only checks for elements that are part of
11109 2005-11-16 Michael Smith <msmith@fluendo.com>
11111 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
11112 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
11113 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11114 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11115 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
11116 (gst_ogg_mux_change_state):
11117 Fix leaking collectpads.
11119 2005-11-16 Edward Hervey <edward@fluendo.com>
11121 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11122 (gst_videorate_event), (gst_videorate_chain):
11123 Handle segment seeks
11125 2005-11-16 Wim Taymans <wim@fluendo.com>
11127 * gst-libs/gst/audio/gstbaseaudiosink.c:
11128 (gst_base_audio_sink_provide_clock),
11129 (gst_base_audio_sink_change_state):
11130 Set ringbuffer to non-flushing when going to PAUSED, set to
11131 flushing again when going to READY.
11133 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11134 (gst_ring_buffer_stop):
11135 Start in flushing mode by default.
11136 Don't set flushing in the _stop method, let the app call
11139 2005-11-16 Julien MOUTTE <julien@moutte.net>
11141 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11142 * gst-libs/gst/video/videosink.h: Add helper function needed
11145 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
11147 * gst/videoscale/gstvideoscale.c:
11148 (gst_videoscale_handle_src_event):
11149 Don't leak reference to pad parent.
11151 2005-11-16 Wim Taymans <wim@fluendo.com>
11153 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11154 Set ringbuffer to flushing when stopping so that we don't
11155 block on wait_segment anymore and livelock.
11157 2005-11-16 Wim Taymans <wim@fluendo.com>
11159 * examples/seeking/seek.c: (send_event), (do_seek),
11160 (loop_toggle_cb), (segment_done), (main):
11161 Added looping checkbox.
11163 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11165 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11166 (gst_ogg_demux_init):
11167 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11168 (gst_vorbis_dec_init):
11169 revert unrefs, they don't pass make check
11171 2005-11-15 Johan Dahlin <johan@gnome.org>
11173 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11174 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11175 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11176 (gst_vorbis_dec_init):
11177 Fix pad template leaks.
11179 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
11181 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11182 Make state change function thread safe.
11184 2005-11-15 Edward Hervey <edward@fluendo.com>
11186 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11187 (gst_ogg_demux_class_init):
11188 Implement GstElement::send_event, so we can send seek events
11191 2005-11-14 Julien MOUTTE <julien@moutte.net>
11193 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11194 Discovered how to take away flickering while resizing the
11195 window. Please don't put that in ximagesink, refactoring in
11198 2005-11-14 Michael Smith <msmith@fluendo.com>
11200 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11201 (gst_multifdsink_render):
11202 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11204 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
11206 * gst/playback/gstplaybin.c: (gen_audio_element):
11207 Use autoaudiosink, it tends to be more widely available than
11210 2005-11-14 Andy Wingo <wingo@pobox.com>
11212 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11213 as well if it is available. Fixes #316442.
11215 2005-11-14 Michael Smith <msmith@fluendo.com>
11217 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11218 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11219 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11220 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11221 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11222 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11223 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11224 (gst_vorbisenc_change_state):
11225 Fix a small memory leak in vorbisenc.
11226 Fix large memory leaks in oggmux, also fix lots of state change
11229 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
11231 * gst/videotestsrc/gstvideotestsrc.c:
11232 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11233 (gst_videotestsrc_src_fixate):
11234 move fixation to a fixate function
11235 remove negotiate function, basesrc's is good enough
11236 fixes a bug for check when using the element alone
11238 2005-11-13 Edward Hervey <edward@fluendo.com>
11240 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11241 (key_toggle_cb), (main):
11242 Added checkboxes for adding/removing the accurate and key_unit seek
11245 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11247 * configure.ac: back to HEAD
11249 === release 0.9.5 ===
11251 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11254 releasing 0.9.5, "No No Kia"
11256 2005-11-11 Edward Hervey <edward@fluendo.com>
11258 * examples/seeking/seek.c: (make_parselaunch_pipeline):
11259 Added parse-launch syntax seeking mode for the seeking example.
11260 This should help stress-test even more cases.
11261 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11263 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11265 * sys/xvimage/xvimagesink.c:
11266 (gst_xvimagesink_navigation_send_event):
11267 Check whether peer pad exists before sending navigation events
11270 2005-11-11 Michael Smith <msmith@fluendo.com>
11272 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11273 (gst_vorbisenc_buffer_from_packet):
11274 * ext/vorbis/vorbisenc.h:
11275 Set duration on encoded buffers. This allows oggmux's
11276 max_page_delay parameter to actually work.
11278 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11280 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11281 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11282 (gst_ffmpegcsp_avpicture_fill):
11283 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11284 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11285 Make palettes work again (see #132341). Use our own macros
11288 2005-11-10 Andy Wingo <wingo@pobox.com>
11290 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11293 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11295 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11296 (gst_ffmpegcsp_transform_caps):
11297 Prefer passthrough in transform_caps
11299 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11301 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11302 check for ALSA errors properly, instead of relying on ALSA's
11303 error strings to serve to the user.
11305 2005-11-10 Wim Taymans <wim@fluendo.com>
11307 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11308 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11309 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11310 Modernise the seek code.
11312 2005-11-10 Michael Smith <msmith@fluendo.com>
11314 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11315 (setup_substreams), (set_active_source):
11316 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11317 trying to go to NULL if we failed to read a file.
11319 2005-11-10 Wim Taymans <wim@fluendo.com>
11321 * gst/audiotestsrc/gstaudiotestsrc.c:
11322 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11323 (gst_audiotestsrc_create):
11324 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11325 (gst_sinesrc_get_times), (gst_sinesrc_create):
11326 * gst/videotestsrc/gstvideotestsrc.c:
11327 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11328 (gst_videotestsrc_create):
11329 The base class can now sync for us.
11331 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11333 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11334 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11335 name=source autoprobe=false autoprobe-fps=false copy-mode=1
11336 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11337 format=(fourcc)I420" ! xvimagesink
11339 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
11341 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11342 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11343 (gst_sinesrc_newsegment):
11344 Send newsegment event in TIME format, set duration if
11345 num-buffers is set, fix duration querying.
11347 2005-11-10 Michael Smith <msmith@fluendo.com>
11349 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11350 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11351 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11352 (gst_ogg_mux_collected):
11353 Fix EOS handling, partially. Now forwarding an EOS event once we have
11354 EOS on all pads works correctly. However, we still don't properly set
11355 EOS on the actual ogg stream pages.
11357 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
11359 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11360 Set elements to NULL state before disposing of them.
11362 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
11364 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11366 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11367 (gst_base_rtp_depayload_init),
11368 (gst_base_rtp_depayload_set_gst_timestamp):
11369 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11370 We need to send a newsegment event for each instance, not
11371 just for the first instance of this class (get rid of
11372 static variable in function). (#321011).
11374 2005-11-08 Michael Smith <msmith@fluendo.com>
11376 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11377 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11378 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11379 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11380 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11381 This makes us mux things correctly according to the ogg muxing
11382 rules. Still not handling EOS correctly right now, though.
11384 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11386 * gst/audioconvert/gstaudioconvert.c:
11389 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11391 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11392 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11393 Initialise segment_stop to GST_CLOCK_TIME_NONE when
11394 creating a new chain; should fix live streaming. Also
11395 add more debug output and fix a typo.
11397 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
11399 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11401 * gst/volume/gstvolume.c: (volume_set_caps):
11402 Fix compilation on Solaris with Forte. (#320923)
11404 2005-11-08 Wim Taymans <wim@fluendo.com>
11406 * gst-libs/gst/audio/gstbaseaudiosink.c:
11407 (gst_base_audio_sink_render):
11408 No need to do a typecheck.
11410 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
11412 * ext/alsa/gstalsa.h:
11413 We register a debug category, so let's use it.
11415 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11417 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11418 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11419 Fixed a small problem.
11421 2005-11-04 Wim Taymans <wim@fluendo.com>
11423 * examples/seeking/Makefile.am:
11424 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11425 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11426 (make_playerbin_pipeline), (format_value), (update_scale),
11427 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11428 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11429 (print_usage), (main):
11430 Added app for playback speed testing.
11432 * examples/seeking/seek.c: (dynamic_link),
11433 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11434 (make_mpeg_pipeline), (do_seek), (set_update_scale),
11435 (message_received), (main):
11436 Updated seek example.
11438 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11440 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11441 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11442 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11443 (gst_base_rtp_depayload_set_clock):
11444 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11445 Don't sleep on the bench (system clock) when you have a nice
11446 comfortable bed (Gstreamer clock) to sleep on.
11448 2005-11-03 Wim Taymans <wim@fluendo.com>
11450 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11451 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11452 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11453 Handle the case where a pad_block failed.
11455 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
11457 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11459 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11460 (gst_base_rtp_depayload_add_to_queue),
11461 (gst_base_rtp_depayload_push),
11462 (gst_base_rtp_depayload_set_gst_timestamp),
11463 (gst_base_rtp_depayload_queue_release):
11464 Fixes some bugs in the depayloader's queuing/de-queueing code.
11466 2005-10-31 Michael Smith <msmith@fluendo.com>
11468 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11469 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11470 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11471 Patch from Alessandro Decina <alessandro@nnva.org>.
11472 Make oggdemux only find the final time in a chain, not per-pad,
11473 since the per-pad information can be very expensive to locate, and
11474 it isn't used anywhere. This makes reading a file containing
11475 OggSkeleton reasonably fast.
11476 Also, make chain finding work when there are logical bitstreams that
11477 can't be decoded. Fixes #319110.
11479 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11481 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11482 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11483 (gst_base_rtp_depayload_chain),
11484 (gst_base_rtp_depayload_add_to_queue),
11485 (gst_base_rtp_depayload_push),
11486 (gst_base_rtp_depayload_set_gst_timestamp),
11487 (gst_base_rtp_depayload_queue_release),
11488 (gst_base_rtp_depayload_start_thread),
11489 (gst_base_rtp_depayload_set_property),
11490 (gst_base_rtp_depayload_get_property):
11491 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11492 Some random fixes, to fullfill the desires of thomas.
11494 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11496 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11497 (gst_base_rtp_depayload_add_to_queue),
11498 (gst_base_rtp_depayload_push):
11499 Fixed the queueing algorithm.
11501 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11503 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11504 (gst_base_rtp_depayload_push):
11507 2005-10-31 Wim Taymans <wim@fluendo.com>
11509 * gst-libs/gst/audio/gstringbuffer.h:
11512 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11513 (gst_ffmpeg_caps_to_pixfmt):
11514 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11515 (gst_ffmpegcsp_set_caps):
11516 Some more comments.
11517 Handle missing required caps fields better.
11519 2005-10-31 Wim Taymans <wim@fluendo.com>
11521 * gst-libs/gst/audio/gstbaseaudiosink.c:
11522 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11523 (gst_base_audio_sink_render):
11524 * gst-libs/gst/audio/gstringbuffer.c:
11525 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11526 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11527 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11528 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11529 (gst_ring_buffer_read):
11530 * gst-libs/gst/audio/gstringbuffer.h:
11531 Add flushing mode to the ringbuffer so that it in all cases does
11532 not try to handle more audio. This makes sure it does not try to
11533 block anymore when flushing and fixes a livelock.
11535 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
11537 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11538 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11539 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11540 Explicitly check for -1 values before doing a conversion
11541 and always map them to -1. (#315545)
11543 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
11545 * gst/playback/gstplaybin.c: (gen_video_element):
11546 first try autovideosink, then xvimagesink, then error out
11548 add translatable file
11563 update translations
11565 2005-10-27 Philippe Khalaf <burger at speedy dot org>
11567 * gst-libs/gst/rtp/gstbasedepayload.c:
11568 * gst-libs/gst/rtp/gstbasedepayload.h:
11571 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
11573 * gst/playback/.cvsignore:
11574 * gst/playback/decodetest.c:
11575 * gst/playback/test3.c:
11576 Port these two tests as well.
11578 2005-10-27 Wim Taymans <wim@fluendo.com>
11580 * ext/theora/theoradec.c: (theora_dec_src_query),
11581 (theora_dec_sink_event):
11582 * ext/theora/theoraenc.c: (theora_enc_sink_event),
11583 (theora_enc_change_state):
11584 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11585 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11586 Take proper locks when handling events.
11588 2005-10-27 Wim Taymans <wim@fluendo.com>
11590 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11591 (gst_adder_change_state):
11592 Fix timestamps and fix deadlock when stopping the collectpads.
11594 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
11596 * gst-libs/gst/rtp/gstrtpbuffer.h:
11597 Declaring the payload types as strings too so that they can be used
11598 in the padtemplate inialization.
11600 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
11602 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11604 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11605 (gst_base_rtp_depayload_class_init):
11606 Fixes a small but nasty bug. The derived elements no longer segfaults
11609 2005-10-26 Michael Smith <msmith@fluendo.com>
11611 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11612 When clearing an audioconvert context, set tmpbufsize to zero, so
11613 we'll allocate it again later if required.
11614 This fixes audioconvert re-negotiating formats, which previously
11615 segfaulted with a NULL destination buffer.
11617 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11619 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11620 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11621 (gst_base_rtp_depayload_set_gst_timestamp),
11622 (gst_base_rtp_depayload_queue_release):
11623 Fixed a smalll memleak.
11625 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11626 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11627 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11628 (gst_base_rtp_depayload_finalize),
11629 (gst_base_rtp_depayload_setcaps),
11630 (gst_base_rtp_depayload_add_to_queue),
11631 (gst_base_rtp_depayload_push),
11632 (gst_base_rtp_depayload_set_gst_timestamp),
11633 (gst_base_rtp_depayload_queue_release),
11634 (gst_base_rtp_depayload_thread),
11635 (gst_base_rtp_depayload_change_state):
11636 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11637 Changed the C++ comments to C comments
11639 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
11641 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11642 * gst/tcp/gsttcpclientsrc.h:
11643 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11644 * gst/tcp/gsttcpserversrc.h:
11645 Remove unused 'curoffset' structure member.
11647 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
11649 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11650 (gst_base_rtp_depayload_base_init),
11651 (gst_base_rtp_depayload_finalize):
11652 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11653 * gst-libs/gst/rtp/gstbasertppayload.h:
11654 The pad-template on the sinkpad should be set by the derived classes.
11655 Also added some useful macros.
11657 2005-10-24 Wim Taymans <wim@fluendo.com>
11659 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11660 Correctly flush decoder samples even if we could not
11661 copy them to an output buffer. Fixes #319618.
11663 2005-10-24 Julien MOUTTE <julien@moutte.net>
11665 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11666 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11667 the caps against our xcontext caps.
11669 2005-10-24 Wim Taymans <wim@fluendo.com>
11671 * gst-libs/gst/audio/gstbaseaudiosink.c:
11672 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11674 Use sync property from baseclass to disable sync.
11676 2005-10-24 Wim Taymans <wim@fluendo.com>
11678 * gst-libs/gst/audio/gstbaseaudiosink.c:
11679 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11680 Buffers with no timestamps get aligned with previous buffers or
11681 on underrun, played ASAP.
11683 2005-10-24 Julien MOUTTE <julien@moutte.net>
11685 * gst-libs/gst/video/video.h:
11686 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11687 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11688 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11689 here comes my change on caps for framerate and geometry range.
11690 We are now accepting 1 to MAXINT for width and height, and from
11691 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11692 to be blended correctly in videomixer.
11694 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
11699 === release 0.9.4 ===
11701 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11706 releasing 0.9.4, "Velociraptor"
11708 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11710 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11714 2005-10-21 Wim Taymans <wim@fluendo.com>
11716 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11717 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11718 (pad_blocked), (close_pad_link), (new_pad):
11719 Don't try to remove elements twice.
11721 2005-10-21 Wim Taymans <wim@fluendo.com>
11723 * ext/theora/theoradec.c: (theora_dec_src_query),
11724 (theora_dec_sink_event):
11725 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11726 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11727 (vorbis_handle_data_packet):
11728 * ext/vorbis/vorbisdec.h:
11731 * gst-libs/gst/audio/gstbaseaudiosink.c:
11732 (gst_base_audio_sink_render):
11733 Don't try to sync on buffers without a timestamp.
11735 2005-10-21 Wim Taymans <wim@fluendo.com>
11737 * ext/theora/theoradec.c: (theora_dec_src_query),
11738 (theora_dec_sink_event):
11739 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11740 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11741 (vorbis_handle_data_packet):
11742 * ext/vorbis/vorbisdec.h:
11745 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11747 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11748 (gst_vorbisenc_src_query):
11749 Implement position and duration queries.
11751 * gst/playback/test3.c: (update_scale), (main):
11752 Fix for async state changes and print nicer output.
11754 2005-10-20 Wim Taymans <wim@fluendo.com>
11756 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11757 (dump_element_stats), (main):
11758 * gst/playback/test6.c: (main):
11761 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11763 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11764 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11765 Don't use functions for position queries when handling
11768 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11770 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11771 (vorbis_handle_data_packet), (vorbis_dec_chain),
11772 (vorbis_dec_change_state):
11773 * ext/vorbis/vorbisdec.h:
11774 Vorbis streams can be embedded in other container formats
11775 than ogg, container formats where the demuxer might set
11776 timestamps on encoded vorbis buffers instead of those silly
11777 granulepos thingies. In short: make vorbisdec handle
11778 timestamps on incoming buffers as well.
11780 2005-10-20 Wim Taymans <wim@fluendo.com>
11782 * gst/playback/gstplaybasebin.c: (group_destroy),
11783 (gst_play_base_bin_change_state):
11785 Handle case where playbasebin is now ASYNC because
11788 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11790 * gst/audioconvert/Makefile.am:
11791 * gst/audioconvert/bufferframesconvert.c:
11792 * gst/audioconvert/plugin.c: (plugin_init):
11793 * gst/audioconvert/plugin.h:
11794 And bye bye buffer-frames-convert
11796 2005-10-19 Wim Taymans <wim@fluendo.com>
11798 * check/elements/audioconvert.c:
11799 * docs/libs/tmpl/gstaudio.sgml:
11800 * docs/libs/tmpl/gstcolorbalance.sgml:
11801 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11802 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11803 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11804 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11805 * gst-libs/gst/audio/audio.h:
11806 * gst/audioconvert/audioconvert.h:
11807 * gst/audioconvert/gstaudioconvert.c:
11808 (gst_audio_convert_parse_caps):
11809 * gst/volume/gstvolume.c:
11810 Bye bye buffer-frames.
11812 2005-10-19 Wim Taymans <wim@fluendo.com>
11814 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11815 (query_positions_elems), (query_positions_pads), (update_scale),
11816 (do_seek), (set_update_scale), (message_received), (main):
11817 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11818 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11819 (gst_ogg_demux_loop):
11820 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11821 * ext/theora/theoradec.c: (theora_dec_src_query),
11822 (theora_dec_sink_event):
11823 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11824 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11825 * gst/adder/gstadder.c: (gst_adder_query):
11826 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11827 * gst/playback/test3.c: (update_scale):
11828 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11829 (dump_element_stats), (main):
11830 * gst/playback/test6.c: (main):
11831 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11834 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11836 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11837 (xml_check_first_element), (xml_type_find), (smil_type_find),
11839 Add typefinding for SMIL and for generic XML. Based on patch by
11840 Akos Maroy (#308663).
11842 2005-10-18 Wim Taymans <wim@fluendo.com>
11844 * gst/playback/Makefile.am:
11845 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11846 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11847 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11848 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11849 (gst_decode_bin_change_state):
11850 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11851 (gst_play_bin_send_event_to_sink):
11852 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11853 (dump_element_stats), (main):
11854 * gst/playback/test6.c: (main):
11855 Make playbin async, it'll commit state to paused when all streams
11858 Added test6.c to show async behaviour.
11860 2005-10-18 Wim Taymans <wim@fluendo.com>
11862 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11863 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11864 Fix for segment-start/stop API change.
11866 2005-10-18 Wim Taymans <wim@fluendo.com>
11868 * check/Makefile.am:
11869 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11871 Add future test for clock selection.
11873 2005-10-18 Wim Taymans <wim@fluendo.com>
11875 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11876 (gst_alsasink_close):
11877 Set handle to NULL.
11879 * gst-libs/gst/audio/gstringbuffer.c:
11880 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11881 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11882 (gst_ring_buffer_start), (gst_ring_buffer_pause),
11883 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11884 (gst_ring_buffer_read):
11887 2005-10-17 Stefan Kost <ensonic@users.sf.net>
11889 * gst/audiotestsrc/Makefile.am:
11890 * gst/sine/Makefile.am:
11891 * gst/volume/Makefile.am:
11892 fix broken build of controllerized plugins
11894 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11896 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11898 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11899 (gst_riff_create_video_template_caps):
11900 Add support for Indeo-3 (IV32).
11902 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11907 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11909 * gst-libs/gst/video/video.c: (gst_video_get_size):
11910 * gst/audiotestsrc/gstaudiotestsrc.c:
11913 2005-10-17 Andy Wingo <wingo@pobox.com>
11915 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11916 with the collectpads change.
11917 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11919 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11921 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11923 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11924 alloc_buffer flow return to callers.
11925 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11926 change. Fix some memleaks in theoraenc.
11928 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11929 in strange circumstance.
11931 2005-10-17 Julien MOUTTE <julien@moutte.net>
11933 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11934 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11935 from caps, let's use the caps...
11937 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11940 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11942 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11944 * gst-libs/gst/interfaces/Makefile.am:
11947 2005-10-16 Andy Wingo <wingo@pobox.com>
11949 * gst/playback/gstdecodebin.c
11950 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11952 (try_to_link_1): Increase kraziness level.
11954 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11957 restructure like the core one
11958 * gst-libs/gst/audio/Makefile.am:
11959 * gst-libs/gst/interfaces/Makefile.am:
11960 * gst-libs/gst/net/Makefile.am:
11961 * gst-libs/gst/riff/Makefile.am:
11962 * gst-libs/gst/rtp/Makefile.am:
11963 * gst-libs/gst/tag/Makefile.am:
11964 * gst-libs/gst/video/Makefile.am:
11965 use correct linker flags, now the libs are properly versioned
11966 * check/elements/audioconvert.c: (verify_convert):
11967 * ext/alsa/gstalsaplugin.c:
11968 * ext/cdparanoia/gstcdparanoia.c:
11969 * ext/gnomevfs/gstgnomevfs.c:
11970 * ext/libvisual/visual.c:
11971 * ext/ogg/gstogg.c:
11972 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11973 * ext/theora/theora.c:
11974 * ext/vorbis/vorbis.c:
11975 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11976 * gst-libs/gst/tag/gsttagediting.c:
11977 * gst-libs/gst/video/video.c:
11978 * gst/adder/gstadder.c:
11979 * gst/audioconvert/plugin.c:
11980 * gst/audiorate/gstaudiorate.c:
11981 * gst/audioresample/gstaudioresample.c:
11982 * gst/audioresample/resample_ref.c: (resample_scale_ref):
11983 * gst/audioscale/gstaudioscale.c:
11984 * gst/audioscale/resample.c:
11985 * gst/audiotestsrc/gstaudiotestsrc.c:
11986 * gst/ffmpegcolorspace/gstffmpeg.c:
11987 * gst/playback/gstdecodebin.c: (close_pad_link):
11988 * gst/playback/gstplaybin.c: (gen_video_element),
11989 (gen_audio_element):
11990 * gst/sine/gstsinesrc.c:
11991 * gst/subparse/gstsubparse.c:
11992 * gst/tags/gsttagediting.c:
11993 * gst/tcp/gsttcpplugin.c:
11994 * gst/typefind/gsttypefindfunctions.c:
11995 * gst/videorate/gstvideorate.c:
11996 * gst/videoscale/gstvideoscale.c:
11997 * gst/videotestsrc/gstvideotestsrc.c:
11998 * gst/volume/gstvolume.c:
11999 * sys/v4l/gstv4l.c:
12000 * sys/ximage/ximage.c:
12001 * sys/xvimage/xvimagesink.c:
12004 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
12006 * ext/vorbis/vorbisenc.c:
12007 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
12008 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
12009 (gst_tag_to_vorbis_comments):
12010 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
12012 2005-10-13 Stefan Kost <ensonic@users.sf.net>
12014 * examples/stats/mp2ogg.c:
12015 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12018 2005-10-13 Michael Smith <msmith@fluendo.com>
12020 * ext/ogg/gstoggmux.c:
12021 Use magic glib macros to define constants as 64 bit, to ensure
12022 appropriate vararg passing.
12024 2005-10-13 Michael Smith <msmith@fluendo.com>
12026 * ext/ogg/gstoggmux.c:
12027 * gst/audioconvert/audioconvert.c: (float):
12028 Don't use LL suffix, as it's not portable, and neither of these
12029 uses required it anyway.
12031 2005-10-12 Stefan Kost <ensonic@users.sf.net>
12033 * examples/indexing/indexmpeg.c: (main):
12034 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
12035 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
12036 (cdparanoia_convert), (cdparanoia_query):
12037 * ext/cdparanoia/gstcdparanoia.h:
12038 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12039 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
12040 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
12041 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
12042 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
12043 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
12044 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
12045 (gst_multifdsink_render), (gst_multifdsink_start),
12046 (gst_multifdsink_stop):
12047 * gst/tcp/gstmultifdsink.h:
12048 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
12049 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
12050 (gst_tcpclientsink_stop):
12051 * gst/tcp/gsttcpclientsink.h:
12052 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
12053 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
12054 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
12055 * gst/tcp/gsttcpclientsrc.h:
12056 * gst/tcp/gsttcpserversink.h:
12057 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
12058 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
12059 (gst_tcpserversrc_stop):
12060 * gst/tcp/gsttcpserversrc.h:
12061 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
12062 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
12063 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
12064 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
12065 moved bitshift from macro to enum definition
12067 2005-10-12 Wim Taymans <wim@fluendo.com>
12069 * examples/seeking/Makefile.am:
12072 2005-10-12 Wim Taymans <wim@fluendo.com>
12074 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12075 (gst_ring_buffer_read), (gst_ring_buffer_clear):
12076 Don't assert on normal stuff.
12078 * gst/playback/gstplaybin.c: (do_playbin_seek):
12081 2005-10-12 Wim Taymans <wim@fluendo.com>
12083 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12084 * examples/seeking/Makefile.am:
12085 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
12086 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12087 (do_seek), (set_update_scale), (message_received), (main):
12088 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12089 (gst_ring_buffer_read), (gst_ring_buffer_clear):
12090 Update for _get_state() API change.
12092 2005-10-11 Wim Taymans <wim@fluendo.com>
12094 * gst-libs/gst/audio/gstbaseaudiosink.c:
12095 (gst_base_audio_sink_render):
12096 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12097 (gst_base_audio_src_create):
12098 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12099 (gst_ring_buffer_read):
12101 Commit and read from ringbuffer in samples rather than bytes.
12103 2005-10-11 Wim Taymans <wim@fluendo.com>
12105 * gst-libs/gst/audio/gstbaseaudiosink.c:
12106 (gst_base_audio_sink_render):
12107 Respect segment rate and accum when scheduling samples.
12109 2005-10-11 Julien MOUTTE <julien@moutte.net>
12111 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
12112 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
12113 EOS correctly, that needs more work.
12115 2005-10-11 Wim Taymans <wim@fluendo.com>
12117 * check/generic/states.c: (GST_START_TEST):
12118 remove old property.
12120 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12121 (gst_ogg_demux_perform_seek):
12122 * ext/theora/theoradec.c: (theora_dec_sink_event):
12123 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12124 (vorbis_handle_data_packet):
12125 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12126 (gst_base_rtp_depayload_set_gst_timestamp):
12127 * gst/videorate/gstvideorate.c: (gst_videorate_event):
12128 Update for newsegment API change.
12130 2005-10-11 Michael Smith <msmith@fluendo.com>
12132 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12133 (do_playbin_seek), (gst_play_bin_send_event):
12134 Override send_event differently, so that we can takes bits of
12135 functionality from GstPipeline (special handling for seeks,
12136 including pausing/resuming, and resetting stream time) and still get
12137 the appropriate behaviour of only forwarding event to a single sink,
12138 rather than all of them.
12139 Unfortunately requires a lot of code duplication, but the
12140 alternatives are equally ugly in the end.
12142 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
12144 * check/elements/audioconvert.c: (setup_audioconvert),
12145 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12146 (GST_START_TEST), (audioconvert_suite):
12147 clean up tests a little, fix some leaks.
12149 2005-10-10 Wim Taymans <wim@fluendo.com>
12151 * ext/alsa/gstalsasink.c:
12152 Also allow unsigned int.
12154 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12155 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12158 2005-10-10 Wim Taymans <wim@fluendo.com>
12160 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12161 Small update, use API as stated in design docs.
12163 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12164 (update_scale), (do_seek), (seek_cb), (set_update_scale),
12165 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12166 (message_received), (main):
12167 Updated seek example for GOption. Some usability improvements.
12169 2005-10-10 Wim Taymans <wim@fluendo.com>
12171 * gst/audioconvert/audioconvert.h:
12172 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12173 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12174 Alloc temp storage somewhere else where we can do it more
12177 2005-10-10 Wim Taymans <wim@fluendo.com>
12179 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12180 (gst_tcpserversrc_start):
12181 Don't block in accept while doing the state change, move
12182 to poll and make cancellable.
12184 2005-10-09 Philippe Khalaf <burger@speedy.org>
12186 * gst-libs/gst/rtp/rtpbasedepayload.c:
12187 Set timestamp and add queue delay to timestamp
12188 * gst-libs/gst/rtp/rtpbuffer.h:
12189 Set correct payload type for h263
12191 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12193 * gst/audiotestsrc/gstaudiotestsrc.c:
12194 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12195 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12196 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12197 (gst_audiotestsrc_create_triangle),
12198 (gst_audiotestsrc_create_silence),
12199 (gst_audiotestsrc_create_white_noise),
12200 (gst_audiotestsrc_init_pink_noise),
12201 (gst_audiotestsrc_generate_pink_noise_value),
12202 (gst_audiotestsrc_create_pink_noise),
12203 (gst_audiotestsrc_change_wave):
12204 * gst/audiotestsrc/gstaudiotestsrc.h:
12205 fixed typo, added pink noise
12207 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12209 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12211 Add wavpack and spc typefind functions from 0.8 branch.
12213 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12215 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12216 (ar_type_find), (msdos_type_find), (plugin_init):
12217 Add typefind functions for tar archives, ar archives,
12218 RAR archives, and msdos-executables (dlls, exe, etc.).
12219 Some of those would be wrongly identified as mpeg
12220 streams of some sort before (#315550).
12222 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12225 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12226 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12227 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12228 * gst/audiotestsrc/Makefile.am:
12229 * gst/audiotestsrc/gstaudiotestsrc.c:
12230 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12231 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12232 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12233 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12234 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12235 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12236 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12237 (gst_audiotestsrc_create_silence),
12238 (gst_audiotestsrc_create_white_noise),
12239 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12240 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12241 (gst_audiotestsrc_start), (plugin_init):
12242 * gst/audiotestsrc/gstaudiotestsrc.h:
12243 add new plugin and element
12244 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12247 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12249 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12250 (gst_adder_init), (gst_adder_request_new_pad),
12251 (gst_adder_change_state):
12252 Add query function to source pad, so adder reports the correct
12253 time/sample position when queried (#315457); fix state change
12254 function; use GST_DEBUG_FUNCPTR() for pad functions.
12256 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
12258 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12259 Fix leaks in typefind registration
12260 Clean up the gratuitous commenting and whitespacing a little
12262 2005-10-08 Wim Taymans <wim@fluendo.com>
12264 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12265 Only actually wait for the thread to be stopped if it's
12268 2005-10-08 Wim Taymans <wim@fluendo.com>
12270 * gst-libs/gst/audio/gstbaseaudiosink.c:
12271 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12272 If we receive EOS we can start playback of what we had.
12274 2005-10-08 Wim Taymans <wim@fluendo.com>
12276 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12277 (gst_multifdsink_finalize), (multifdsink_hash_remove),
12278 (gst_multifdsink_stop):
12279 Fix crasher when going to NULL multiple times.
12281 2005-10-06 Wim Taymans <wim@fluendo.com>
12283 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12284 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12285 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12286 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12287 patch from Edgard Lima <edgard.lima@indt.org.br>
12288 Fixed gstbaseaudiosrc adding ring buffer sync to it.
12290 2005-10-06 Wim Taymans <wim@fluendo.com>
12292 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12293 Report the FLOW_RETURN as string in the error message.
12295 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12296 Don't assert when clearing an unnegotiated buffer.
12298 2005-10-04 Michael Smith <msmith@fluendo.com>
12300 * gst/playback/gstplaybasebin.c: (group_destroy),
12301 (gen_preroll_element), (remove_groups), (setup_source):
12302 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12303 (setup_sinks), (gst_play_bin_send_event),
12304 (gst_play_bin_change_state):
12305 Set state to NULL before removing from bin. Fix refcounting.
12307 2005-10-04 Michael Smith <msmith@fluendo.com>
12309 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12310 Correct refcounting in send_event() function. Previously was wrong
12311 if the first sink was unable to handle the event.
12313 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12316 back to development
12318 === release 0.9.3 ===
12320 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12323 Releasing 0.9.3, "De Facto"
12325 2005-10-03 Andy Wingo <wingo@pobox.com>
12327 * gst/playback/gstdecodebin.c (try_to_link_1)
12328 (remove_element_chain): set element to NULL before removing it.
12330 2005-10-02 Johan Dahlin <johan@gnome.org>
12332 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
12333 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12336 2005-10-02 Andy Wingo <wingo@pobox.com>
12338 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
12339 (gst_ring_buffer_prepare_read):
12340 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12343 2005-09-29 Wim Taymans <wim@fluendo.com>
12345 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12346 * ext/theora/theoradec.c: (theora_handle_data_packet):
12347 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12348 Propagate error codes from alloc_buffer too.
12350 2005-09-29 Wim Taymans <wim@fluendo.com>
12352 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12355 * gst/playback/Makefile.am:
12356 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12357 (dump_element_stats), (main):
12358 Added example stream introspection code.
12360 2005-09-28 Stefan Kost <ensonic@users.sf.net>
12362 * gst/adder/gstadder.c: (gst_adder_collected):
12363 fix adder for float elements
12365 2005-09-28 Wim Taymans <wim@fluendo.com>
12367 * gst-libs/gst/audio/gstbaseaudiosink.c:
12368 (gst_base_audio_sink_class_init),
12369 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12370 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12371 (gst_base_audio_src_class_init),
12372 (gst_base_audio_src_provide_clock):
12373 get_clock -> provide_clock
12375 2005-09-28 Andy Wingo <wingo@pobox.com>
12377 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12380 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12383 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12384 Actually add the pad template.
12385 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12387 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12390 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12391 from fdsrc. Get caps in create() instead of start() so it can be
12392 interrupted. Interruption somewhat untested.
12394 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12395 Proper EOS handling.
12397 2005-09-27 Andy Wingo <wingo@pobox.com>
12399 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12401 * gst/tcp/gsttcpserversrc.c: Cleaned up.
12403 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12405 * gst/tcp/gsttcp.h:
12406 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12407 out of tcpclientsrc.c. Cancellable.
12408 (gst_tcp_socket_read): Made private, cancellable, with better
12409 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12410 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12411 whole buffer, and better diagnostics.
12412 (gst_tcp_gdp_read_caps): Same.
12414 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12416 2005-09-26 Andy Wingo <wingo@pobox.com>
12418 * gst/sine/gstsinesrc.h:
12419 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12420 change the 'sync' property to 'is-live' and implement it halfway,
12421 update for controller api change.
12423 * gst/volume/gstvolume.c (volume_transform_ip): Update for
12424 controller api change.
12426 2005-09-24 Wim Taymans <wim@fluendo.com>
12428 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12429 * gst-libs/gst/audio/gstaudiosink.c:
12430 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12431 (gst_audioringbuffer_stop):
12432 * gst-libs/gst/audio/gstbaseaudiosink.c:
12433 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12434 (gst_base_audio_sink_change_state):
12435 * gst-libs/gst/audio/gstbaseaudiosink.h:
12436 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12437 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12438 (gst_ring_buffer_commit), (gst_ring_buffer_read):
12439 * gst-libs/gst/audio/gstringbuffer.h:
12440 Fix sync again. Moved sample alignment to basesink.
12442 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
12444 * docs/plugins/Makefile.am:
12445 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12446 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12447 * gst/volume/gstvolume.c:
12449 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12450 * gst-libs/gst/audio/audio.h:
12451 add conversion macros for frames <-> clocktime
12453 2005-09-23 David Schleef <ds@schleef.org>
12455 * gst/audioresample/Makefile.am:
12456 * gst/audioresample/debug.h:
12457 * gst/audioresample/gstaudioresample.c:
12458 * gst/audioresample/resample.c: Convert to using gst debugging
12460 2005-09-22 Wim Taymans <wim@fluendo.com>
12462 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12463 (gst_play_bin_send_event):
12464 Only seek on one sink, the first one that succeeds.
12466 2005-09-22 Michael Smith <msmith@fluendo.com>
12468 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12469 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12470 Don't flush encoder state unless we have an initialised encoder.
12471 Clear out encoder state on PAUSED_TO_READY.
12473 2005-09-22 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_is_filled), (gst_basertppayload_push),
12480 (gst_basertppayload_set_property),
12481 (gst_basertppayload_get_property),
12482 (gst_basertppayload_change_state):
12483 * gst-libs/gst/rtp/gstbasertppayload.h:
12484 Added max-ptime to control amount of data in the rtp packets.
12486 2005-09-21 Andy Wingo <wingo@pobox.com>
12488 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12491 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12492 can be called multiple times, dogs.
12494 2005-09-21 Wim Taymans <wim@fluendo.com>
12496 * gst-libs/gst/rtp/gstbasertppayload.c:
12497 (gst_basertppayload_class_init), (gst_basertppayload_init),
12498 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12499 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12500 (gst_basertppayload_push), (gst_basertppayload_get_property),
12501 (gst_basertppayload_change_state):
12504 2005-09-21 Stefan Kost <ensonic@users.sf.net>
12506 * docs/libs/compiling.sgml:
12509 2005-09-20 Wim Taymans <wim@fluendo.com>
12511 * gst-libs/gst/rtp/gstbasertppayload.c:
12512 (gst_basertppayload_class_init), (gst_basertppayload_init),
12513 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12514 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12515 (gst_basertppayload_push), (gst_basertppayload_set_property),
12516 (gst_basertppayload_get_property),
12517 (gst_basertppayload_change_state):
12518 * gst-libs/gst/rtp/gstbasertppayload.h:
12519 Added property to configure sequence number offsets.
12521 2005-09-20 Wim Taymans <wim@fluendo.com>
12523 * gst-libs/gst/rtp/gstbasertppayload.c:
12524 (gst_basertppayload_class_init), (gst_basertppayload_init),
12525 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12526 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12527 (gst_basertppayload_push), (gst_basertppayload_set_property),
12528 (gst_basertppayload_get_property),
12529 (gst_basertppayload_change_state):
12530 * gst-libs/gst/rtp/gstbasertppayload.h:
12531 Make timestamp offset configurable.
12533 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
12535 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12536 fix wrong pop/unref
12538 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
12540 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12542 * gst-libs/gst/interfaces/propertyprobe.c:
12543 (gst_property_probe_probe_property_name),
12544 (gst_property_probe_needs_probe_name),
12545 (gst_property_probe_get_values_name),
12546 (gst_property_probe_probe_and_get_values_name):
12547 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12548 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12550 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
12552 * check/Makefile.am:
12553 have some tests be disabled for valgrinding
12554 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12556 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12557 Fix A Leak. Chain To Parent Finalize.
12559 2005-09-19 Wim Taymans <wim@fluendo.com>
12561 * examples/seeking/seek.c: (make_wav_pipeline), (main):
12562 Fixed wav pipeline.
12564 2005-09-19 Wim Taymans <wim@fluendo.com>
12566 * gst-libs/gst/rtp/gstbasertppayload.c:
12567 (gst_basertppayload_class_init), (gst_basertppayload_init),
12568 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12569 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12570 (gst_basertppayload_push), (gst_basertppayload_get_property),
12571 (gst_basertppayload_change_state):
12572 Posting ERROR and WARNING messages is good.
12574 2005-09-19 Wim Taymans <wim@fluendo.com>
12576 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12577 (gst_base_rtp_depayload_add_to_queue),
12578 (gst_base_rtp_depayload_push),
12579 (gst_base_rtp_depayload_set_gst_timestamp),
12580 (gst_base_rtp_depayload_queue_release):
12581 This one was not supposed to go in.
12583 2005-09-19 Wim Taymans <wim@fluendo.com>
12585 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12588 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12589 (gst_base_rtp_depayload_chain),
12590 (gst_base_rtp_depayload_add_to_queue),
12591 (gst_base_rtp_depayload_push),
12592 (gst_base_rtp_depayload_set_gst_timestamp),
12593 (gst_base_rtp_depayload_queue_release):
12596 * gst-libs/gst/rtp/gstbasertppayload.c:
12597 (gst_basertppayload_class_init), (gst_basertppayload_init),
12598 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12599 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12600 (gst_basertppayload_get_property),
12601 (gst_basertppayload_change_state):
12602 Added debugging category.
12604 2005-09-18 David Schleef <ds@schleef.org>
12606 * gst/playback/gstdecodebin.c: free plugin list correctly
12607 * gst/playback/gstplaybin.c: emit warning if autovideosink
12608 and autoaudiosink can't be found (instead of segfaulting)
12610 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
12612 * check/elements/audioconvert.c: (GST_START_TEST):
12613 try out 24 bit conversion
12615 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12617 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12618 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12619 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12620 * ext/vorbis/vorbisenc.h:
12621 Fix EOS handling. Still needs a fix in the ogg muxer to
12622 mark the last page as eos.
12624 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12626 * common/gtk-doc-plugins.mak:
12627 * docs/plugins/Makefile.am:
12628 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12629 * gst/ffmpegcolorspace/Makefile.am:
12630 * gst/ffmpegcolorspace/avcodec.h:
12631 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12632 * gst/tcp/gstmultifdsink.c:
12633 fix up ffmpegcolorspace docs; extract header
12635 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12637 * common/gtk-doc-plugins.mak:
12638 * docs/plugins/Makefile.am:
12639 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12640 * ext/theora/Makefile.am:
12641 * ext/theora/gsttheoraenc.h:
12642 * ext/theora/theoraenc.c:
12643 * ext/vorbis/vorbisenc.c:
12644 pick up signals and args for vorbis; add some docs for vorbis
12646 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12648 * common/gstdoc-scangobj:
12649 * common/gtk-doc-plugins.mak:
12650 * docs/libs/Makefile.am:
12651 * docs/plugins/gst-plugins-base-plugins.args:
12652 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12653 * docs/plugins/gst-plugins-base-plugins.interfaces:
12654 * docs/plugins/gst-plugins-base-plugins.prerequisites:
12655 * docs/plugins/gst-plugins-base-plugins.signals:
12656 only scanobj stuff from our source module. Not sure yet
12657 if that's correct, given the hierarchy stuff :)
12659 2005-09-15 Wim Taymans <wim@fluendo.com>
12661 * gst/audioconvert/gstaudioconvert.c:
12662 And enable 24 bits mode as well..
12664 2005-09-15 Wim Taymans <wim@fluendo.com>
12666 * gst-libs/gst/rtp/Makefile.am:
12667 * gst-libs/gst/rtp/gstbasertppayload.c:
12668 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12669 (gst_basertppayload_class_init), (gst_basertppayload_init),
12670 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12671 (gst_basertppayload_chain), (gst_basertppayload_set_options),
12672 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12673 (gst_basertppayload_set_property),
12674 (gst_basertppayload_get_property),
12675 (gst_basertppayload_change_state):
12676 * gst-libs/gst/rtp/gstbasertppayload.h:
12677 Added rtp payloader base class.
12679 2005-09-15 Andy Wingo <wingo@pobox.com>
12681 * configure.ac (plugindir): Remove the EOL matcher from the
12682 regexp, as it causes me problems. Libtool? Make? Who knows?
12684 2005-09-14 David Schleef <ds@schleef.org>
12686 * check/generic/states.c:
12687 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12688 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12689 Fixes for changes in registry API.
12691 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
12692 to GST_PLUGIN_LDFLAGS.
12693 * ext/libvisual/visual.c: Make the library shut up.
12694 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12695 * gst-libs/gst/audio/gstaudiofilter.c: same
12697 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12699 * docs/plugins/Makefile.am:
12700 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12701 * docs/plugins/inspect/plugin-libvisual.xml:
12702 * docs/plugins/tmpl/element-tcpserversink.sgml:
12703 * ext/theora/theoraenc.c:
12704 add libvisual plugin and theoraenc element to docs
12706 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12708 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12709 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12710 * ext/theora/theoraenc.c:
12713 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
12715 * gst/audioconvert/Makefile.am:
12716 Audioconvert derives from GstBaseTransform and should
12717 link to the library with our base elements to avoid
12718 unresolved symbols. Makes things work with MinGW (#316160)
12720 * gst/playback/test4.c: (main):
12721 Fix MinGW build problem and use g_usleep() instead of
12724 2005-09-12 Wim Taymans <wim@fluendo.com>
12726 * gst/audioconvert/audioconvert.c: (float),
12727 (audio_convert_prepare_context), (audio_convert_convert):
12728 * gst/audioconvert/audioconvert.h:
12729 Cleanups, speedups, simplifications, added back support
12732 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
12734 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12735 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12736 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12737 * docs/plugins/tmpl/element-tcpserversink.sgml:
12738 * gst/ffmpegcolorspace/gstffmpeg.c:
12739 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12740 * gst/videotestsrc/gstvideotestsrc.c:
12741 * gst/volume/gstvolume.c:
12742 add more elements to the docs
12744 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
12746 * check/Makefile.am:
12747 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12748 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12749 Add extra tests for basetransform based components.
12750 Comment out the test_element_negotiation test until we decide
12751 if it's testing correct behaviour.
12752 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12753 (gst_visual_chain), (gst_visual_change_state):
12754 Slightly more correct but still bogus timestamping.
12755 Fix state change function.
12756 * gst/audioconvert/gstaudioconvert.c:
12757 (gst_audio_convert_class_init):
12758 * gst/audioresample/gstaudioresample.c:
12759 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12760 (gst_ffmpegcsp_class_init):
12761 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12762 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12763 (gst_videoscale_prepare_image):
12764 * gst/volume/gstvolume.c: (gst_volume_class_init),
12765 (volume_transform_ip):
12766 Basetransform updates. Enable passthrough modes.
12767 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12768 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12769 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12770 Negotiation fix that allows the window to return to the original
12771 size and renegotiate passthrough upstream. Extra debug output.
12773 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
12775 * gst/sine/gstsinesrc.c:
12776 * gst/volume/gstvolume.c:
12777 fix up header include
12779 2005-09-09 Stefan Kost <ensonic@users.sf.net>
12781 * gst-libs/gst/audio/gstbaseaudiosink.c:
12782 (gst_base_audio_sink_render):
12783 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12784 * gst/volume/gstvolume.c: (gst_volume_class_init),
12785 (volume_transform):
12786 fixing lost sync, some more debugging
12788 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
12790 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12791 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12792 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12793 (gst_xvimagesink_check_xshm_calls):
12794 Fix compilation when XShm is not available.
12796 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12798 * ext/libvisual/visual.c: (gst_visual_dispose),
12799 (gst_visual_getcaps), (gst_visual_src_setcaps),
12800 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12801 (gst_visual_change_state):
12802 Finish fixing up libvisual plugin so that it runs.
12804 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12806 * ext/vorbis/vorbisenc.c:
12807 * gst-libs/gst/tag/gstvorbistag.c:
12808 gsttaginterface.h -> gsttagsetter.h
12810 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12812 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12813 added another test that failes for me (test is not active by default)
12815 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12818 v4l2 is no longer in gst-plugins-base
12820 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12823 In the output at the end, don't show the first plugin on the same
12824 line as "Core plug-ins, always built:".
12825 Indent the output as for other plugin categories
12826 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12827 #define that can be used to not use peer buffer_alloc functions for
12829 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12830 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12831 (gst_ximagesink_show_frame):
12832 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12833 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12834 (gst_xvimagesink_show_frame):
12835 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12836 fails gracefully instead of XError aborting or deadlocking.
12838 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12840 * ext/libvisual/Makefile.am:
12841 link against gst-base-libs
12843 2005-09-06 David Schleef <ds@schleef.org>
12845 * configure.ac: Enable libvisual plugin.
12846 * ext/libvisual/Makefile.am:
12847 * ext/libvisual/visual.c: Fixes to make it compile.
12849 === release 0.9.2 ===
12851 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
12856 * docs/random/ChangeLog-0.8:
12857 releasing 0.9.2, "Spoon"
12859 2005-09-05 Michael Smith <msmith@fluendo.com>
12861 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12862 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12863 that in the vorbisenc element.
12865 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12867 * common/gtk-doc-plugins.mak:
12868 * docs/plugins/Makefile.am:
12870 * gst/audioresample/resample.c:
12871 fix wrong docstring
12873 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12875 * common/gst-xmlinspect.py:
12876 * common/gtk-doc-plugins.mak:
12877 only inspect plugins for this given package
12878 require gst-python 0.9
12880 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
12884 * common/gst-xmlinspect.py:
12886 * docs/Makefile.am:
12887 * docs/plugins/inspect/plugin-alsa.xml:
12888 * docs/plugins/inspect/plugin-audioresample.xml:
12889 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12890 * docs/plugins/inspect/plugin-ogg.xml:
12891 * docs/plugins/tmpl/element-gnomevfssink.sgml:
12892 * docs/plugins/tmpl/element-multifdsink.sgml:
12893 * docs/plugins/tmpl/element-tcpserversink.sgml:
12894 * docs/plugins/tmpl/element-vorbisenc.sgml:
12895 * gst-plugins-base.spec.in:
12896 various doc-related updates
12898 2005-08-31 Wim Taymans <wim@fluendo.com>
12900 * gst-libs/gst/audio/gstbaseaudiosink.c:
12901 (gst_base_audio_sink_render):
12902 Resync if the buffer timestamps drift more than a 10th
12905 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
12907 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12908 (gst_v4lsrc_get_property):
12909 The 'timestamp-offset' property is registered as an int64, so
12910 let's use g_value_{set|get}_int64() in our setter and getter
12911 functions (makes it work and fixes warnings with gst-inspect).
12913 2005-08-30 Wim Taymans <wim@fluendo.com>
12915 * check/elements/audioconvert.c: (setup_audioconvert):
12916 * check/elements/audioresample.c: (setup_audioresample):
12917 * check/elements/volume.c: (setup_volume):
12920 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
12922 * common/gtk-doc-plugins.mak:
12923 * common/plugins.xsl:
12924 * docs/plugins/Makefile.am:
12925 make module a param
12927 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12929 * examples/seeking/seek.c: (make_mp3_pipeline),
12930 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12931 (play_cb), (pause_cb), (stop_cb):
12934 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12936 * gst/volume/gstvolume.c: (gst_volume_class_init),
12937 (volume_transform):
12938 do not update controlled params, if buffer has no timestamp
12940 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12943 * gst/sine/Makefile.am:
12944 * gst/volume/Makefile.am:
12945 controllerized elements also need to link against controller-libs ;)
12947 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12949 * docs/libs/tmpl/gstcolorbalance.sgml:
12950 * docs/libs/tmpl/gstgconf.sgml:
12951 * docs/libs/tmpl/gstmixer.sgml:
12952 * docs/libs/tmpl/gstringbuffer.sgml:
12953 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12954 (gst_sinesrc_create):
12955 * gst/volume/gstvolume.c: (gst_volume_class_init),
12956 (volume_transform):
12957 controllerized two audio plugins
12959 2005-08-29 Andy Wingo <wingo@pobox.com>
12961 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
12962 (vorbis_handle_data_packet): Fix some int overflow errors.
12964 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12966 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12968 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12969 if it's valid. Fixed streaming-mode playback.
12971 * check/elements/volume.c (cleanup_volume): Fix for running
12974 * check/elements/audioconvert.c: Convert from native endian, not
12977 2005-08-29 Michael Smith <msmith@fluendo.com>
12979 * ext/ogg/Makefile.am:
12980 * ext/ogg/gstogg.c: (plugin_init):
12981 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12982 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12983 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12984 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12985 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12986 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12987 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12988 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12989 Add an ogg parser element.
12991 2005-08-28 Andy Wingo <wingo@pobox.com>
12993 * Updates for two-arg init from GST_BOILERPLATE_FULL.
12995 2005-08-26 Wim Taymans <wim@fluendo.com>
12997 * gst/audioconvert/audioconvert.c: (if), (float),
12998 (audio_convert_get_func_index), (check_default),
12999 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13000 (audio_convert_clean_context), (audio_convert_get_sizes),
13001 (audio_convert_convert):
13004 2005-08-26 Wim Taymans <wim@fluendo.com>
13006 * gst/audioconvert/audioconvert.c: (if), (float),
13007 (audio_convert_get_func_index), (check_default),
13008 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13009 (audio_convert_clean_context), (audio_convert_get_sizes),
13010 (audio_convert_convert):
13011 More elegant and working temp buffer selection algo.
13013 2005-08-26 Wim Taymans <wim@fluendo.com>
13015 * gst/audioconvert/audioconvert.c: (if), (float),
13016 (audio_convert_get_func_index), (check_default),
13017 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13018 (audio_convert_clean_context), (audio_convert_get_sizes),
13019 (get_temp_buffer), (audio_convert_convert):
13020 Use realloc else we lose our original data.
13022 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
13024 * gst/audioresample/gstaudioresample.c:
13025 use base class' newsegment to properly timestamp
13027 2005-08-26 Wim Taymans <wim@fluendo.com>
13029 * gst/audioconvert/audioconvert.c: (if), (float),
13030 (audio_convert_get_func_index), (check_default),
13031 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13032 (audio_convert_clean_context), (audio_convert_get_sizes),
13033 (get_temp_buffer), (audio_convert_convert):
13034 * gst/audioconvert/gstaudioconvert.c:
13035 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
13036 (gst_audio_convert_transform_caps),
13037 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
13038 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
13039 Oops, allocate enough space to perform the channel mix.
13041 2005-08-26 Wim Taymans <wim@fluendo.com>
13043 * gst/audioconvert/Makefile.am:
13044 * gst/audioconvert/audioconvert.c: (if), (float),
13045 (audio_convert_get_func_index), (check_default),
13046 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13047 (audio_convert_clean_context), (audio_convert_get_sizes),
13048 (get_temp_buffer), (audio_convert_convert):
13049 * gst/audioconvert/audioconvert.h:
13050 * gst/audioconvert/gstaudioconvert.c:
13051 (gst_audio_convert_class_init), (gst_audio_convert_init),
13052 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
13053 (gst_audio_convert_get_unit_size),
13054 (gst_audio_convert_transform_caps),
13055 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
13056 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
13057 * gst/audioconvert/gstaudioconvert.h:
13058 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
13059 (gst_channel_mix_fill_identical),
13060 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
13061 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
13062 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
13063 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
13064 (gst_channel_mix_mix):
13065 * gst/audioconvert/gstchannelmix.h:
13066 Cleanups, librarify a bit, optimize, better negotiation and more.
13068 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
13070 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
13071 Another from MikeS:
13072 During typefinding, don't support negative offsets
13073 (offsets from the end of the stream) in our typefind->peek() function
13074 - nothing embedded in ogg ever needs them. However, we need to recognise
13075 those requests and reject them, otherwise we return invalid pointers.
13077 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
13079 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13080 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
13081 (vorbisdec_finalize), (vorbis_handle_type_packet):
13082 Big shout-out to MikeS for fixing this giant memory leak.
13085 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13087 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
13088 (audio_convert_get_unit_size):
13091 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13093 * check/Makefile.am:
13094 * check/elements/audioconvert.c: (setup_audioconvert),
13095 (cleanup_audioconvert), (get_int_caps), (verify_convert),
13096 (GST_START_TEST), (audioconvert_suite), (main):
13097 add a test for audioconvert
13098 * gst/audioresample/gstaudioresample.c:
13099 * gst/audioresample/gstaudioresample.h:
13100 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
13101 note that for buffers of 1/3 sec this means DURATION(c) is
13102 one nanosecond more than for a and b
13104 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13106 * check/Makefile.am:
13107 * check/elements/audioresample.c: (setup_audioresample),
13108 (cleanup_audioresample), (fail_unless_perfect_stream),
13109 (test_perfect_stream_instance), (GST_START_TEST),
13110 add a check for audioresample
13111 (audioresample_suite), (main):
13112 * check/elements/volume.c: (GST_START_TEST):
13113 remove unused method
13114 * gst/audioresample/gstaudioresample.c:
13115 set correct buffer parameters since we're changing them
13116 * gst/audioresample/resample_ref.c: (resample_scale_ref):
13119 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13121 * gst/audioresample/debug.c:
13122 * gst/audioresample/gstaudioresample.c:
13123 add room for extra overlap samples when asked to transform size
13124 protect against possible mem corruption and check for discrepancies
13125 between written size and outbuffer's size so we can warn for
13127 * gst/audioresample/resample.c: (resample_init),
13128 (resample_get_output_size_for_input), (resample_get_output_size),
13129 (resample_set_n_channels), (resample_set_format):
13130 set debug level based on RESAMPLE_DEBUG env var
13131 make sure that get_output_size* returns a whole number of
13133 set sample_size each time either channel or format is set
13134 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13135 * gst/audioresample/resample_functable.c:
13136 (resample_scale_functable):
13137 * gst/audioresample/resample_ref.c: (resample_scale_ref):
13138 remove r->sample_size, it's done in resample.c now
13139 add some debugging to the ref implementation
13140 make sure we only give back bytes that are wholes of the sample
13143 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
13144 * gst/playback/gstplaybasebin.c: (fill_buffer):
13145 Revert unpopular change for GST_MESSAGE_SRC to GObject.
13147 2005-08-25 Stefan Kost <ensonic@users.sf.net>
13149 * gst/volume/gstvolume.c:
13150 made set_caps function static
13152 2005-08-24 Wim Taymans <wim@fluendo.com>
13154 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13155 (gst_vorbisenc_change_state):
13156 Stop leaking taglists.
13158 2005-08-24 Wim Taymans <wim@fluendo.com>
13160 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13161 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13162 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13163 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13164 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13165 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13166 Parse seeking events better.
13168 Generate correct newsegment events, fixes seeking in live oggs.
13170 * ext/theora/theoradec.c: (theora_dec_src_query),
13171 (theora_dec_src_event), (theora_dec_src_getcaps),
13172 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13173 Use newsegment values to report correct play time.
13175 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13176 (vorbis_dec_src_event), (vorbis_dec_sink_event):
13177 * ext/vorbis/vorbisdec.h:
13178 Parse and use newsegment values to report correct play time.
13180 * gst-libs/gst/audio/gstbaseaudiosink.c:
13181 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13182 Clear ringbuffer on flush.
13183 Use newsegment values to calculate playback time.
13185 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13186 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13187 Basesink does newsegment calculations for us now.
13189 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13191 * check/Makefile.am:
13193 add core's plugins to the mix so that playbin works
13194 * check/generic/states.c: (GST_START_TEST):
13195 set a 0 timeout on pipelines, so they don't force the next
13197 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13198 (gst_play_base_bin_change_state):
13199 remove the crappy error handling and do GST error handling
13201 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13203 * check/Makefile.am:
13204 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13205 add same test as to core, it bitches out on playbin atm.
13207 2005-08-24 Wim Taymans <wim@fluendo.com>
13212 2005-08-24 Wim Taymans <wim@fluendo.com>
13214 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13215 (gst_videoscale_prepare_size), (parse_caps),
13216 (gst_videoscale_set_caps), (gst_videoscale_get_size),
13217 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13218 (gst_videoscale_transform):
13219 * gst/videoscale/gstvideoscale.h:
13220 Refactor, make use of BaseTranform really well.
13222 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13225 compile audioresample
13226 * gst/audioresample/Makefile.am:
13227 * gst/audioresample/buffer.c:
13228 * gst/audioresample/functable.c:
13229 * gst/audioresample/gstaudioresample.c:
13230 * gst/audioresample/gstaudioresample.h:
13231 * gst/audioresample/resample.c:
13232 (resample_get_output_size_for_input):
13233 * gst/audioresample/resample.h:
13234 * gst/audioresample/resample_chunk.c:
13235 * gst/audioresample/resample_functable.c:
13236 * gst/audioresample/resample_ref.c:
13237 port to use basetransform; doesn't work in all cases yet
13239 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13241 * gst/audioconvert/gstaudioconvert.c:
13242 (gst_audio_convert_class_init), (gst_audio_convert_init),
13243 (audio_convert_get_unit_size), (audio_convert_transform_caps),
13244 (audio_convert_fixate_caps), (audio_convert_set_caps),
13245 (audio_convert_transform),
13246 (gst_audio_convert_buffer_to_default_format),
13247 (gst_audio_convert_buffer_from_default_format),
13248 (gst_audio_convert_channels):
13249 * gst/audioconvert/gstchannelmix.c:
13250 * gst/audioconvert/gstchannelmix.h:
13251 port to basetransform
13252 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13253 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13254 (gst_ffmpegcsp_get_unit_size):
13255 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13256 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13257 fix for basetransform changes
13259 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
13261 * check/Makefile.am:
13262 Add CHECK_CFLAGS and LDFLAGS
13264 * gst/playback/gstplaybasebin.c: (fill_buffer):
13265 GST_MESSAGE_SRC became a GObject
13267 2005-08-24 Wim Taymans <wim@fluendo.com>
13269 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13270 (gst_ring_buffer_clear_all):
13271 * gst-libs/gst/audio/gstringbuffer.h:
13272 Added function to clear the ringbuffer.
13274 2005-08-24 Andy Wingo <wingo@pobox.com>
13276 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
13277 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13278 of _open and _close.
13280 * sys/v4l/gstv4lxoverlay.h:
13281 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13282 an Xv connection here, instead of all the time. Make Xv only be
13283 loaded if you axe for it. Kindof a workaround for buggy behaviour
13284 of Xv when using remote xservers (XvQueryExtension would block).
13285 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13286 replace the _open and _close public API. Only start the xv
13287 connection if necessary.
13288 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13290 2005-08-23 David Schleef <ds@schleef.org>
13292 * gst/audioresample/Makefile.am: Leet audioresampling code
13293 * gst/audioresample/buffer.c:
13294 * gst/audioresample/buffer.h:
13295 * gst/audioresample/debug.c:
13296 * gst/audioresample/debug.h:
13297 * gst/audioresample/functable.c:
13298 * gst/audioresample/functable.h:
13299 * gst/audioresample/gstaudioresample.c:
13300 * gst/audioresample/gstaudioresample.h:
13301 * gst/audioresample/resample.c:
13302 * gst/audioresample/resample.h:
13303 * gst/audioresample/resample_chunk.c:
13304 * gst/audioresample/resample_functable.c:
13305 * gst/audioresample/resample_ref.c:
13307 2005-08-23 Wim Taymans <wim@fluendo.com>
13309 * examples/seeking/seek.c: (make_vorbis_pipeline),
13310 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13311 Small seek updates.
13313 2005-08-23 Andy Wingo <wingo@pobox.com>
13315 * gst-libs/gst/audio/gstbaseaudiosrc.c
13316 (gst_base_audio_src_fixate): Only fixate endianness if it is
13317 present in the caps.
13319 2005-08-22 Andy Wingo <wingo@pobox.com>
13321 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
13322 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13323 device-name property.
13325 * gst-libs/gst/audio/gstaudiosrc.h:
13326 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13327 close_device in the ring buffer, like gstaudiosink.
13329 * ext/alsa/gstalsamixer.h:
13330 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13331 macro to implement the interface without much code. Cleanups.
13333 * ext/alsa/gstalsasrc.h:
13334 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13337 * ext/alsa/Makefile.am: Add new files.
13338 * ext/alsa/gstalsamixerelement.c:
13339 * ext/alsa/gstalsamixerelement.c: Split element code out from
13340 mixer code so that alsasrc can be a mixer too.
13342 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13344 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13346 * check/elements/vorbisdec.c: (setup_vorbisdec),
13347 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13348 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13349 (vorbis_handle_identification_packet),
13350 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13351 (vorbis_handle_header_packet), (vorbis_dec_push),
13352 (vorbis_dec_chain):
13353 use the setup/teardown methods to save code. save code is good.
13355 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13357 * check/Makefile.am:
13358 add ext dir for plugins
13359 add vorbisdec test conditionally
13360 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13361 (GST_START_TEST), (volume_suite):
13362 add a test with wrong caps
13363 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13364 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13365 add a vorbisdec test
13366 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13367 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13368 clean up debug output
13369 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13370 yay, fix a segfault/security issue in vorbisdec
13371 gst-launch fakesrc ! vorbisdec wasn't happy
13372 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13373 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13374 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13375 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13376 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13377 (gst_vorbisenc_set_metadata), (get_constraints_string),
13378 (update_start_message), (gst_vorbisenc_setup),
13379 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13380 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13381 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13382 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13383 * ext/vorbis/vorbisenc.h:
13385 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13386 (gst_ffmpegcsp_transform):
13387 have the kow come home
13388 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13390 * gst/volume/gstvolume.c: (volume_set_caps):
13393 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13396 * check/.cvsignore:
13397 * check/Makefile.am:
13398 * check/elements/.cvsignore:
13399 * check/elements/volume.c: (chain_func), (event_func),
13400 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13403 add unit test structure for gst-plugins-base
13404 add a test for volume
13405 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13406 (gst_volume_set_volume), (gst_volume_get_volume),
13407 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13408 (volume_funcfind), (volume_process_float), (volume_process_int16),
13409 (volume_set_caps), (volume_transform), (volume_update_mute),
13410 (volume_update_volume), (volume_set_property),
13411 (volume_get_property):
13412 document a little; use basetransform vmethod _set_caps
13414 2005-08-19 Andy Wingo <wingo@pobox.com>
13416 * ext/alsa/gstalsamixertrack.h:
13417 * ext/alsa/gstalsamixertrack.c:
13418 * ext/alsa/gstalsamixeroptions.h:
13419 * ext/alsa/gstalsamixeroptions.c:
13420 * ext/alsa/gstalsamixer.h:
13421 * ext/alsa/gstalsamixer.c: Port to 0.9.
13423 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13424 Remove gstalsa.c and alsaclock. No more cruft here.
13426 2005-08-18 Wim Taymans <wim@fluendo.com>
13428 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13429 (gst_base_rtp_depayload_chain),
13430 (gst_base_rtp_depayload_add_to_queue),
13431 (gst_base_rtp_depayload_push),
13432 (gst_base_rtp_depayload_queue_release):
13433 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13434 Fix for RTPBuffer changes.
13436 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13437 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13438 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13439 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13440 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13441 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13442 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13443 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13444 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13445 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13446 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13447 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13448 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13449 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13450 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13451 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13452 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13453 (gst_rtpbuffer_get_payload):
13454 * gst-libs/gst/rtp/gstrtpbuffer.h:
13455 Don't subclass GstBuffer but add methods and helper functions
13456 to construct and manipulate RTP packets in regular GstBuffers.
13458 2005-08-18 Stefan Kost <ensonic@users.sf.net>
13460 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13461 moved statement below switch
13462 * gst/volume/gstvolume.c: (gst_volume_class_init):
13465 2005-08-16 Wim Taymans <wim@fluendo.com>
13467 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13468 (gst_base_audio_src_change_state):
13469 Open and close device in READY<->NULL state change.
13471 2005-08-16 Andy Wingo <wingo@pobox.com>
13473 * examples/seeking/Makefile.am: Don't compile non-compiling
13474 compiled objects with the compiler.
13476 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13479 2005-08-12 Philippe Khalaf <burger@speedy.org>
13480 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13481 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13482 Made a thread to release the queue.
13483 Removed timestamp conversion for now.
13485 2005-08-10 Philippe Khalaf <burger@speedy.org>
13486 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13487 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13488 Added rtp timestamp -> gst timestamp conversion.
13489 Fixed several problems with queue.
13491 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13493 * gst-libs/gst/audio/gstaudioclock.h:
13494 * gst-libs/gst/audio/gstaudiofilter.h:
13495 * gst-libs/gst/audio/gstaudiosink.h:
13496 * gst-libs/gst/audio/gstaudiosrc.h:
13497 * gst-libs/gst/audio/gstbaseaudiosink.h:
13498 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13499 * gst-libs/gst/audio/gstringbuffer.h:
13500 * gst-libs/gst/net/gstnetbuffer.h:
13501 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13502 * gst-libs/gst/rtp/gstrtpbuffer.h:
13503 Add padding (you will need to rebuild gst-plugins-base,
13504 gst-plugins and all applications afterwards!)
13506 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13508 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13509 (gst_riff_parse_chunk):
13510 Fix bug in debug message and add some more debug messages.
13512 2005-08-08 Edward Hervey <edward@fluendo.com>
13514 * gst-libs/gst/riff/riff-media.c:
13515 backported updates since branch
13517 2005-08-08 Andy Wingo <wingo@pobox.com>
13519 * gst-libs/gst/audio/gstbaseaudiosink.c
13520 (gst_base_audio_sink_change_state): Open the device in NULL->READY
13521 like good elements should. Close on READY->NULL too.
13523 * gst-libs/gst/audio/gstaudiosink.c
13524 (gst_audioringbuffer_open_device,
13525 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13526 (gst_audioringbuffer_release): Updates for new ring buffer API,
13527 hook into the new audio sink api.
13529 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13530 (GstAudioSinkClass.close): Just open and close the device -- no
13531 resource allocation or configuration.
13532 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13533 vmethods, handle device setup and resource allocation.
13535 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13536 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13539 * gst-libs/gst/audio/gstringbuffer.h
13540 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13543 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13544 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13545 New API functions. The device should be opened before acquiring
13546 and closed after releasing.
13548 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
13550 * gst-libs/gst/interfaces/mixer.h:
13551 Reset padding to GST_PADDING.
13553 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13555 * gst/playback/gstplaybin.c: (remove_sinks):
13556 Remove visualization from parent explicitely; works around some
13557 apparent refcount issue that I haven't tracked down yet.
13559 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13561 * ext/alsa/gstalsasink.c: (set_hwparams):
13562 Assign debug category, add negotiation debug msgs.
13564 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13566 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13567 Fix error code for file-not-found to NOT_FOUND.
13569 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13571 * common/gtk-doc-plugins.mak:
13572 * docs/plugins/Makefile.am:
13573 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13574 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13575 renamed to actual element names, so much nicer to look at
13576 * docs/plugins/tmpl/gstmultifdsink.sgml:
13578 * docs/plugins/tmpl/multifdsink.sgml:
13579 * docs/plugins/tmpl/tcpserversink.sgml:
13581 * ext/alsa/gstalsa.c:
13582 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13583 * ext/ogg/gstoggmux.c:
13584 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13585 * gst/playback/gstdecodebin.c:
13586 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13587 * gst/tcp/gsttcpserversink.c:
13588 various fixes and documentation additions
13590 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13592 * common/Makefile.am:
13593 * common/gstdoc-scangobj:
13594 * common/gtk-doc-plugins.mak:
13595 * common/gtk-doc.mak:
13596 add a custom scangobj that uses the registry
13597 add a custom gtk-doc-plugins.mak that uses it
13598 some doc build fixes
13600 * docs/Makefile.am:
13601 * docs/plugins/Makefile.am:
13602 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13603 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13604 * docs/plugins/gst-plugins-base-plugins.types:
13605 * docs/plugins/tmpl/gstmultifdsink.sgml:
13606 add docs for one element, multifdsink
13607 * gst/adder/gstadder.h:
13608 * gst/volume/gstvolume.h:
13609 don't privatize enum
13610 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13611 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13612 (gst_sync_method_get_type), (gst_client_status_get_type),
13613 (gst_multifdsink_class_init),
13614 (gst_multifdsink_client_queue_buffer),
13615 (gst_multifdsink_handle_client_write):
13616 * gst/tcp/gstmultifdsink.h:
13617 * gst/tcp/gsttcp.h:
13618 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13619 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13620 (gst_tcpclientsink_render):
13621 * gst/tcp/gsttcpclientsink.h:
13622 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13623 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13624 (gst_tcpclientsrc_start):
13625 * gst/tcp/gsttcpclientsrc.h:
13626 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13627 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13628 * gst/tcp/gsttcpserversrc.h:
13629 * gst/typefind/gsttypefindfunctions.c:
13630 remove superfluous Type stuff
13632 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13634 * gst/playback/gstplaybin.c: (gen_video_element):
13637 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13639 * gst-libs/gst/gconf/gconf.c:
13640 * gst-libs/gst/gconf/gconf.h:
13641 Fix some Andy Problem [tm].
13643 2005-08-04 Andy Wingo <wingo@pobox.com>
13645 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13646 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13647 (gst_ffmpegcsp_get_size): Adapt to API changes.
13649 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13650 Implement an in-place do-nothing transform.
13652 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13654 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13655 (gst_ximagesink_renegotiate_size):
13656 Do not set new window sizes yet if we prepare a new buffer size
13657 for upstream renegotiation (software scaling) at some point in the
13658 future, because this new size waqs not actually accepted yet. Once
13659 accepted, renegotiation later on will set the new sizes just fine.
13660 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13661 embedding testcase.
13663 2005-08-03 Andy Wingo <wingo@pobox.com>
13665 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13666 (gst_ximagesink_buffer_alloc):
13667 Protect the height, width, and desired_caps with the pool_lock.
13668 Fixes videotestsrc ! queue ! ximagesink.
13670 2005-08-02 Edward Hervey <edward@fluendo.com>
13672 * gst/volume/gstvolume.c:
13673 include left from controller cleanup
13675 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
13676 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13677 Stop collectpads before calling the parent state
13678 change function on PAUSED->READY.
13680 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
13682 When testing for X libs, use the X CFlags
13683 * gst/adder/gstadder.c: (gst_adder_change_state):
13684 Stop the collectpads before calling parent state change function
13685 on PAUSED->READY, otherwise we deadlock deactivating pads.
13687 2005-08-01 Stefan Kost <ensonic@users.sf.net>
13690 * docs/libs/tmpl/gstcolorbalance.sgml:
13691 * docs/libs/tmpl/gstmixer.sgml:
13692 * examples/Makefile.am:
13693 * gst/sine/Makefile.am:
13694 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13695 (gst_sinesrc_set_property), (plugin_init):
13696 * gst/sine/gstsinesrc.h:
13697 * gst/volume/Makefile.am:
13698 * gst/volume/gstvolume.c: (gst_volume_set_volume),
13699 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13700 (volume_process_float), (volume_process_int16),
13701 (volume_set_property), (plugin_init):
13702 * gst/volume/gstvolume.h:
13703 deactivate and remove dparams (libgstcontrol)
13705 2005-07-29 Wim Taymans <wim@fluendo.com>
13707 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13708 Convert me to BaseTransform!! help..
13710 2005-07-29 Andy Wingo <wingo@pobox.com>
13712 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13715 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13716 support of both endiannesses.
13718 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13720 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13721 Fix confusing debug message (s/event/query/)
13723 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13725 * gst/videotestsrc/videotestsrc.h:
13726 Use "_stdint.h" instead of <stdint.h>
13728 2005-07-27 Wim Taymans <wim@fluendo.com>
13730 * ext/vorbis/Makefile.am:
13731 Revert wrong commit.
13733 2005-07-27 Wim Taymans <wim@fluendo.com>
13735 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13736 More compilation fixen.
13738 2005-07-27 Wim Taymans <wim@fluendo.com>
13740 * gst-libs/gst/audio/gstbaseaudiosink.c:
13741 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13742 (gst_base_audio_sink_create_ringbuffer),
13743 (gst_base_audio_sink_change_state):
13746 2005-07-27 Wim Taymans <wim@fluendo.com>
13748 * examples/seeking/seek.c: (setup_dynamic_link),
13749 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13750 (query_positions_elems), (query_positions_pads), (do_seek):
13751 Update seek example.
13753 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13754 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13755 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13756 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13757 (gst_ogg_demux_handle_event),
13758 (gst_ogg_demux_deactivate_current_chain),
13759 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13760 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13761 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13762 (gst_ogg_demux_loop):
13763 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13764 * ext/theora/theoradec.c: (theora_dec_src_event),
13765 (theora_dec_src_getcaps), (theora_dec_sink_event),
13766 (theora_dec_push), (theora_dec_chain):
13767 * ext/vorbis/Makefile.am:
13768 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13769 (vorbis_dec_sink_event), (vorbis_dec_push),
13770 (vorbis_handle_data_packet):
13771 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13772 (gst_vorbisenc_chain):
13773 * gst/playback/gststreaminfo.c: (cb_probe):
13774 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13775 * gst/videorate/gstvideorate.c: (gst_videorate_event):
13776 * gst/videoscale/gstvideoscale.c:
13777 (gst_videoscale_handle_src_event):
13778 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13779 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13780 (gst_ximagesink_navigation_send_event):
13781 * sys/xvimage/xvimagesink.c:
13782 (gst_xvimagesink_navigation_send_event):
13783 Various event updates and cleanups
13785 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13787 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13788 Fix segfault for I420/YV12.
13790 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13792 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13795 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13797 * gst/playback/gstplaybin.c: (gen_video_element),
13798 (gen_audio_element):
13799 Switch to auto*sink elements as default sinks; add volume element
13800 so that volume control in totem works.
13802 2005-07-21 Wim Taymans <wim@fluendo.com>
13804 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13805 * gst/playback/gstplaybin.c: (setup_sinks),
13806 (gst_play_bin_change_state):
13807 Refcount fix and more comments.
13809 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13811 * sys/ximage/Makefile.am:
13812 * sys/ximage/ximage.c: (plugin_init):
13813 * sys/ximage/ximagesink.c:
13814 Prepare for adding ximagesrc, rename of plugin to ximage etc.
13817 2005-07-21 Wim Taymans <wim@fluendo.com>
13819 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13820 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13821 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13822 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13823 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13824 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13825 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13826 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13827 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13828 Generate correct disconts for live chained oggs.
13830 * gst-libs/gst/audio/gstbaseaudiosink.c:
13831 (gst_base_audio_sink_render),
13832 (gst_base_audio_sink_create_ringbuffer),
13833 (gst_base_audio_sink_change_state):
13834 Handle discont math correctly.
13836 * gst/playback/gstplaybin.c: (add_sink):
13837 Some small debug cleanup.
13839 2005-07-21 Wim Taymans <wim@fluendo.com>
13841 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13842 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13843 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13844 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13845 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13846 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13847 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13848 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13849 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13850 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13851 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13852 (gst_ogg_demux_change_state), (gst_ogg_print):
13853 Reorganize code to send the right disconts when in streaming
13856 2005-07-20 Andy Wingo <wingo@pobox.com>
13858 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13859 fix (?), fixes a seggie mcfalterson (#310894).
13861 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13863 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13864 (gst_ogg_mux_set_header_on_caps):
13865 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13866 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13867 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13868 * gst-libs/gst/audio/multichannel.c:
13869 (gst_audio_set_channel_positions),
13870 (gst_audio_set_structure_channel_positions_list):
13871 * gst/playback/gstdecodebin.c: (dynamic_create):
13872 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13873 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13874 Fixes for API changes in core.
13876 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13878 * gst/playback/gstplaybasebin.c: (fill_buffer):
13879 Use _new_custom() so we can set custom message types for buffering
13882 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13885 * gst-libs/gst/Makefile.am:
13886 * gst-libs/gst/gconf/.cvsignore:
13887 * gst-libs/gst/gconf/Makefile.am:
13888 * gst-libs/gst/gconf/test-gconf.c:
13889 * pkgconfig/Makefile.am:
13890 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13891 * pkgconfig/gstreamer-gconf.pc.in:
13892 Remove gconf stuff, use gconf elements instead from now on.
13894 2005-07-20 Wim Taymans <wim@fluendo.com>
13896 * gst-libs/gst/audio/TODO:
13897 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13898 (gst_audio_clock_get_internal_time):
13899 * gst-libs/gst/audio/gstaudioclock.h:
13900 * gst-libs/gst/audio/gstbaseaudiosink.c:
13901 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13902 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13903 (gst_base_audio_sink_render),
13904 (gst_base_audio_sink_create_ringbuffer),
13905 (gst_base_audio_sink_change_state):
13906 Make sure the audio clock always returns an increasing value.
13908 2005-07-19 Andy Wingo <wingo@pobox.com>
13910 * gst/videotestsrc/: Cleanups.
13912 2005-07-19 Wim Taymans <wim@fluendo.com>
13914 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13917 2005-07-19 Wim Taymans <wim@fluendo.com>
13919 * examples/seeking/seek.c: (make_dv_pipeline),
13920 (make_vorbis_theora_pipeline), (query_rates),
13921 (query_positions_elems), (query_positions_pads), (do_seek):
13922 Make correct DV pipeline.
13924 2005-07-18 Andy Wingo <wingo@pobox.com>
13926 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13927 default. Also because it's the only thing that really works. (This
13928 is used in the GConf elements).
13929 Use AS_LIBTOOL_TAGS.
13931 2005-07-18 Wim Taymans <wim@fluendo.com>
13933 * gst/playback/gstdecodebin.c: (remove_element_chain):
13934 * gst/playback/gstplaybin.c: (add_sink):
13935 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13936 (gst_stream_info_set_mute):
13937 * gst/playback/gststreamselector.c:
13938 (gst_stream_selector_get_linked_pad),
13939 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13940 More leak and compile fixes.
13942 2005-07-18 Wim Taymans <wim@fluendo.com>
13944 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13945 (query_rates), (query_positions_elems), (query_positions_pads),
13946 (do_seek), (seek_cb), (stop_seek):
13947 Updated seek example.
13949 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13950 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13951 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13952 * gst/playback/gstplaybin.c: (add_sink):
13953 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13954 (gst_stream_info_set_mute):
13955 Some refcount leak fixes.
13957 2005-07-16 Wim Taymans <wim@fluendo.com>
13959 * gst-libs/gst/audio/gstbaseaudiosink.c:
13960 (gst_base_audio_sink_render):
13961 Align samples even if we have roundoff errors in the
13962 timestamp conversion.
13964 2005-07-16 Wim Taymans <wim@fluendo.com>
13966 * docs/libs/tmpl/gstringbuffer.sgml:
13967 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13968 (query_rates), (query_positions_elems), (query_positions_pads),
13969 (update_scale), (do_seek):
13970 Updated seek example.
13972 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13973 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13974 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13975 (gst_ogg_demux_loop):
13976 Push out correct discont values.
13978 * ext/theora/theoradec.c: (theora_dec_src_convert),
13979 (theora_dec_sink_convert), (theora_dec_src_getcaps),
13980 (theora_dec_sink_event), (theora_handle_type_packet),
13981 (theora_handle_header_packet), (theora_dec_push),
13982 (theora_handle_data_packet), (theora_dec_chain),
13983 (theora_dec_change_state):
13984 Better timestamping.
13986 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13987 (vorbis_dec_sink_event), (vorbis_dec_push),
13988 (vorbis_handle_data_packet), (vorbis_dec_chain):
13989 * ext/vorbis/vorbisdec.h:
13990 Better timestamping.
13992 * gst-libs/gst/audio/gstbaseaudiosink.c:
13993 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13994 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13995 Handle syncing on timestamps instead of sample offsets. Make
13996 use of DISCONT values as described in design docs.
13998 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13999 (gst_base_audio_src_get_time):
14000 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
14001 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
14002 (gst_ring_buffer_read):
14003 * gst-libs/gst/audio/gstringbuffer.h:
14004 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
14005 (gst_ximagesink_show_frame):
14006 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
14007 Correcly convert buffer timestamp to stream time.
14009 2005-07-16 Wim Taymans <wim@fluendo.com>
14011 * gst/audioconvert/gstaudioconvert.c:
14012 (gst_audio_convert_get_buffer):
14013 Timestamp buffers correctly.
14015 * gst/playback/gstplaybin.c: (gen_video_element):
14016 Make internal fakesink silent.
14018 2005-07-15 Wim Taymans <wim@fluendo.com>
14020 * gst/ffmpegcolorspace/Makefile.am:
14021 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14022 (gst_ffmpegcsp_caps_remove_format_info),
14023 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
14024 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
14025 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
14026 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
14027 Ported ffmpegcolorspace to basetransform.
14029 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
14030 * gst/volume/gstvolume.c: (volume_transform):
14033 2005-07-14 Wim Taymans <wim@fluendo.com>
14035 * gst/videotestsrc/Makefile.am:
14036 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
14037 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
14038 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
14039 (gst_videotestsrc_init), (gst_videotestsrc_event),
14040 (gst_videotestsrc_create), (gst_videotestsrc_start),
14041 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
14042 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
14043 (gst_videotestsrc_get_property):
14044 * gst/videotestsrc/gstvideotestsrc.h:
14045 Make videotestsrc a pushsrc.
14047 2005-07-14 Wim Taymans <wim@fluendo.com>
14049 * gst/tcp/gstfdset.c: (gst_fdset_free):
14050 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14051 (gst_multifdsink_add), (gst_multifdsink_remove),
14052 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14053 (gst_multifdsink_remove_client_link),
14054 (gst_multifdsink_client_queue_data),
14055 (gst_multifdsink_client_queue_caps),
14056 (gst_multifdsink_client_queue_buffer),
14057 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
14058 (gst_multifdsink_stop):
14059 * gst/tcp/gstmultifdsink.h:
14062 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14063 Also draw image when not from a pool.
14065 2005-07-14 Wim Taymans <wim@fluendo.com>
14067 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14068 (mute_stream), (silence_stream):
14069 Small debug additions.
14071 2005-07-14 Wim Taymans <wim@fluendo.com>
14073 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14074 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
14075 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
14076 Better error recovery, ignore unconnected pads and
14079 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
14081 * docs/libs/tmpl/gstaudio.sgml:
14082 * docs/libs/tmpl/gstcolorbalance.sgml:
14083 * docs/libs/tmpl/gstgconf.sgml:
14084 * docs/libs/tmpl/gstmixer.sgml:
14085 * docs/libs/tmpl/gstringbuffer.sgml:
14086 * docs/libs/tmpl/gsttuner.sgml:
14087 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14088 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14089 (gst_tcpclientsrc_class_init):
14090 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14091 (gst_tcpserversrc_class_init):
14092 * sys/v4l/gstv4lelement.c:
14093 more autistic cleanliness in functions/names/defines
14095 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
14098 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
14099 added manually to each Makefile.am so we are sure it goes
14100 *last* and doesn't add -L flags before linking in libs of our
14101 own, like, say, internal .la libs, that then accidentally pick
14102 up the installed copy.
14103 * docs/libs/Makefile.am:
14104 * ext/alsa/Makefile.am:
14105 * ext/cdparanoia/Makefile.am:
14106 * ext/gnomevfs/Makefile.am:
14107 * ext/libvisual/Makefile.am:
14108 * ext/ogg/Makefile.am:
14109 * ext/theora/Makefile.am:
14110 * ext/vorbis/Makefile.am:
14111 * gst-libs/gst/video/Makefile.am:
14112 * gst/adder/Makefile.am:
14113 * gst/audioconvert/Makefile.am:
14114 * gst/audiorate/Makefile.am:
14115 * gst/audioscale/Makefile.am:
14116 * gst/ffmpegcolorspace/Makefile.am:
14117 * gst/playback/Makefile.am:
14118 * gst/sine/Makefile.am:
14119 * gst/subparse/Makefile.am:
14120 * gst/tags/Makefile.am:
14121 * gst/tcp/Makefile.am:
14122 * gst/typefind/Makefile.am:
14123 * gst/videorate/Makefile.am:
14124 * gst/videoscale/Makefile.am:
14125 * gst/videotestsrc/Makefile.am:
14126 * gst/volume/Makefile.am:
14127 * sys/v4l/Makefile.am:
14128 * sys/ximage/Makefile.am:
14129 * sys/xvimage/Makefile.am:
14130 adapt properly to this change. This should make sure that
14131 plugins and libs properly link to the as-yet-uninstalled
14132 copies of stuff like libgstinterfaces and libgstvideo
14134 2005-07-13 Andy Wingo <wingo@pobox.com>
14136 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14137 (gst_v4lsrc_fixate): Fixate on format as well.
14139 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
14140 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14141 buffer points to it.
14142 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14143 rather just doing X calls ourselves. Also fixes a memleak.
14145 2005-07-12 Andy Wingo <wingo@pobox.com>
14147 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
14148 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
14149 (gst_v4lsrc_create): Re-add the copy-mode property, default to
14150 TRUE to avoid deadlocks if an element holds on to our buffers.
14152 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
14154 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14155 (gst_sinesrc_init), (gst_sinesrc_create),
14156 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14157 (gst_sinesrc_start):
14158 * gst/sine/gstsinesrc.h:
14159 removing num-buffers property before moving it
14161 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
14164 use overridable ERROR_CFLAGS
14165 * docs/libs/gst-plugins-base-libs.types:
14166 * docs/libs/tmpl/gstringbuffer.sgml:
14167 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14168 (gst_alsasink_class_init):
14169 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14170 (gst_alsasrc_class_init):
14171 * gst-libs/gst/audio/audio.h:
14172 * gst-libs/gst/audio/gstaudioclock.h:
14173 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14174 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14175 (gst_audio_filter_link), (gst_audio_filter_init),
14176 (gst_audio_filter_chain), (gst_audio_filter_set_property),
14177 (gst_audio_filter_get_property),
14178 (gst_audio_filter_class_add_pad_templates):
14179 * gst-libs/gst/audio/gstaudiofilter.h:
14180 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14181 (gst_audio_filter_template_get_type),
14182 (gst_audio_filter_template_base_init),
14183 (gst_audio_filter_template_class_init),
14184 (gst_audio_filter_template_init),
14185 (gst_audio_filter_template_set_property),
14186 (gst_audio_filter_template_get_property), (plugin_init),
14187 (gst_audio_filter_template_setup),
14188 (gst_audio_filter_template_filter),
14189 (gst_audio_filter_template_filter_inplace):
14190 * gst-libs/gst/audio/gstaudiosink.c:
14191 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14192 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14193 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14194 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14195 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14196 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14197 * gst-libs/gst/audio/gstaudiosink.h:
14198 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14199 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14200 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14201 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14202 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14203 (gst_audio_src_class_init), (gst_audio_src_init),
14204 (gst_audio_src_create_ringbuffer):
14205 * gst-libs/gst/audio/gstaudiosrc.h:
14206 * gst-libs/gst/audio/gstbaseaudiosink.c:
14207 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14208 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14209 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14210 (gst_base_audio_sink_set_property),
14211 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14212 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14213 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14214 (gst_base_audio_sink_create_ringbuffer),
14215 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14216 * gst-libs/gst/audio/gstbaseaudiosink.h:
14217 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14218 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14219 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14220 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14221 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14222 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14223 (gst_base_audio_src_event), (gst_base_audio_src_create),
14224 (gst_base_audio_src_create_ringbuffer),
14225 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14226 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14227 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14228 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14229 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14230 (gst_ring_buffer_debug_spec_caps),
14231 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14232 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14233 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14234 (gst_ring_buffer_start), (gst_ring_buffer_pause),
14235 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14236 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14237 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14238 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14239 (gst_ring_buffer_clear):
14240 * gst-libs/gst/audio/gstringbuffer.h:
14241 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14242 (gst_video_sink_class_init), (gst_video_sink_get_type):
14243 * gst-libs/gst/video/videosink.h:
14244 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14245 (gst_multifdsink_class_init),
14246 (gst_multifdsink_handle_client_write),
14247 (gst_multifdsink_change_state):
14248 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14249 (gst_tcpclientsink_setcaps):
14250 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14251 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14252 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14253 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14254 (gst_ximagesink_send_pending_navigation),
14255 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14256 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14257 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14258 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14259 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14260 (gst_xvimagesink_send_pending_navigation),
14261 (gst_xvimagesink_navigation_send_event),
14262 (gst_xvimagesink_set_xwindow_id),
14263 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14264 (gst_xvimagesink_get_type):
14265 more macro splitting
14267 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14269 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14270 plug a memleak, allows me to import 1479 albums in one go
14272 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14273 (vorbis_handle_type_packet), (vorbis_dec_chain),
14274 (vorbis_dec_change_state):
14275 fix some format strings
14277 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14279 * docs/libs/tmpl/gstcolorbalance.sgml:
14280 * docs/libs/tmpl/gstmixer.sgml:
14281 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14282 (gst_alsasink_set_property), (gst_alsasink_get_property):
14283 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14284 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14285 add device property
14287 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14289 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14290 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14291 (audiocast_register_listener), (audiocast_thread_run),
14292 (gst_gnomevfssrc_send_additional_headers_callback),
14293 (gst_gnomevfssrc_received_headers_callback),
14294 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14295 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14296 (gst_gnomevfssrc_get_size):
14297 add/clean up debugging
14298 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14301 2005-07-07 Andy Wingo <wingo@pobox.com>
14303 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14304 framerate. Need to get a handle on when exactly this function is
14307 * sys/v4l/v4lsrc_calls.h:
14308 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14309 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14310 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14312 * sys/v4l/v4l_calls.h: Cast to V4lElement.
14313 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14314 v4lelements are sources.
14316 * sys/v4l/gstv4lxoverlay.h:
14317 * sys/v4l/gstv4lxoverlay.c:
14318 * sys/v4l/gstv4ltuner.h:
14319 * sys/v4l/gstv4ltuner.c: Header loc fixen.
14321 * sys/v4l/gstv4lsrc.h:
14322 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14323 PushSrc/BaseSrc. Removed most sync-related properties, videorate
14324 or something should handle that. Made a live source.
14326 * sys/v4l/gstv4lelement.h:
14327 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14328 signals. Some cleanups.
14330 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14332 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14335 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14338 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14340 2005-07-07 Wim Taymans <wim@fluendo.com>
14342 * ext/theora/theoradec.c: (theora_get_query_types),
14343 (theora_dec_src_getcaps), (theora_dec_push):
14344 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14345 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14346 Remove deprecated/unused query types.
14348 2005-07-06 Wim Taymans <wim@fluendo.com>
14350 * ext/alsa/Makefile.am:
14351 * ext/alsa/gstalsaplugin.c: (plugin_init):
14352 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14353 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14354 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14355 (gst_alsasrc_class_init), (gst_alsasrc_init),
14356 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14357 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14358 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14359 (gst_alsasrc_reset):
14360 * ext/alsa/gstalsasrc.h:
14361 * gst-libs/gst/audio/Makefile.am:
14362 * gst-libs/gst/audio/gstaudiosink.c:
14363 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14364 (gst_audioringbuffer_start):
14365 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14366 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14367 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14368 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14369 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14370 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14371 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14372 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14373 * gst-libs/gst/audio/gstaudiosrc.h:
14374 * gst-libs/gst/audio/gstbaseaudiosink.c:
14375 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14376 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14377 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14378 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14379 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14380 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14381 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14382 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14383 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14384 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14385 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14386 (gst_baseaudiosrc_change_state):
14387 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14388 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14389 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14390 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14391 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14392 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14393 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14394 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14395 * gst-libs/gst/audio/gstringbuffer.h:
14396 Added audiosource base classes.
14397 Ported alsasrc, still very basic.
14399 2005-07-06 Wim Taymans <wim@fluendo.com>
14401 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14402 (theora_dec_push), (theora_handle_data_packet):
14403 Prepare for better timestamp fix later.
14405 * gst/audioconvert/gstaudioconvert.c:
14406 List most accurate caps first
14408 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14409 Use proper pad task function.
14411 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14412 (gst_xvimagesink_show_frame):
14413 Fix deadlock when alloc failed.
14415 2005-07-05 Andy Wingo <wingo@pobox.com>
14417 * ext/gnomevfs/gstgnomevfssrc.c:
14418 * gst/sine/gstsinesrc.c:
14419 * gst/tcp/gsttcpserversrc.c:
14420 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14422 * sys/v4l/: Port from 0.8.
14424 * Many files: Null if we got it....
14426 2005-07-05 Andy Wingo <wingo@pobox.com>
14428 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
14429 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14432 2005-07-05 Wim Taymans <wim@fluendo.com>
14435 * gst/tcp/Makefile.am:
14437 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14438 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14439 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14440 (is_sync_frame), (gst_multifdsink_handle_client_write),
14441 (gst_multifdsink_render), (gst_multifdsink_start),
14442 (gst_multifdsink_stop), (gst_multifdsink_change_state):
14443 * gst/tcp/gstmultifdsink.h:
14444 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14445 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14446 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14447 * gst/tcp/gsttcp.h:
14448 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14449 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14450 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14451 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14452 * gst/tcp/gsttcpclientsink.h:
14453 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14454 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14455 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14456 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14457 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14458 * gst/tcp/gsttcpclientsrc.h:
14459 * gst/tcp/gsttcpplugin.c: (plugin_init):
14460 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14461 * gst/tcp/gsttcpserversink.h:
14462 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14463 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14464 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14465 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14466 (gst_tcpserversrc_stop):
14467 * gst/tcp/gsttcpserversrc.h:
14468 * gst/tcp/gsttcpsink.c:
14469 * gst/tcp/gsttcpsink.h:
14470 * gst/tcp/gsttcpsrc.c:
14471 * gst/tcp/gsttcpsrc.h:
14472 Ported tcp plugins to 0.9.
14475 2005-07-05 Andy Wingo <wingo@pobox.com>
14477 * gst/playback/gstplaybasebin.c (fill_buffer):
14478 message_new_application fixen.
14480 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14483 2005-07-04 Wim Taymans <wim@fluendo.com>
14485 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14486 Set caps on output buffer.
14488 2005-07-04 Andy Wingo <wingo@pobox.com>
14490 * ext/gnomevfs/gstgnomevfssrc.c
14491 (gst_gnomevfssrc_received_headers_callback)
14492 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14495 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14496 No refcount leakage.
14498 * configure.ac: Enable -Werror.
14500 * ext/theora/theoradec.c (theora_dec_src_getcaps):
14501 * gst/audioconvert/bufferframesconvert.c
14502 (buffer_frames_convert_fixate):
14503 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14504 (gst_audio_convert_fixate):
14505 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14506 (gst_sinesrc_create): Fixate func changes.
14508 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14509 (gst_ximagesink_buffer_alloc): Unused var.
14511 2005-07-01 Andy Wingo <wingo@pobox.com>
14513 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14514 getcaps to do explicit caps. Needs to be done in all decoders,
14515 possibly via a base class.
14517 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14519 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14520 caps on the sink pad, just rely on the pad template. Also, setting
14521 ANY caps on a pad is not valid because the caps are not fixed.
14523 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14524 caps on the buffer, and get the width from the desired_caps if
14526 (gst_ximagesink_renegotiate_size): Implement via setting the
14527 desired_caps on the ximagesink.
14528 (gst_ximagesink_setcaps): Only reset the width of the player if it
14529 wasn't already set. Not sure if this is right.
14530 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14532 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14533 that the user wants. NULL unless the window has been resized.
14535 * gst/volume/gstvolume.c (volume_transform): Adapt to
14536 basetransform refcount changes.
14538 2005-07-01 Andy Wingo <wingo@pobox.com>
14540 * gst/videoscale/gstvideoscale.c:
14541 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14542 from BaseTransform, implements a transform_caps. Removed dead code
14543 including some PAR stuff that was never reached -- should probably
14544 be added back somehow.
14546 2005-07-01 Andy Wingo <wingo@pobox.com>
14548 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14551 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
14554 * docs/libs/Makefile.am:
14555 * docs/libs/gst-plugins-libs.types:
14556 * ext/alsa/Makefile.am:
14557 * ext/alsa/gstalsamixer.h:
14558 * ext/alsa/gstalsamixeroptions.h:
14559 * ext/alsa/gstalsamixertrack.h:
14560 * gst-libs/gst/Makefile.am:
14561 * gst-libs/gst/colorbalance/.cvsignore:
14562 * gst-libs/gst/colorbalance/Makefile.am:
14563 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14564 * gst-libs/gst/colorbalance/colorbalance.c:
14565 * gst-libs/gst/colorbalance/colorbalance.h:
14566 * gst-libs/gst/colorbalance/colorbalance.vcproj:
14567 * gst-libs/gst/colorbalance/colorbalancechannel.c:
14568 * gst-libs/gst/colorbalance/colorbalancechannel.h:
14569 * gst-libs/gst/interfaces/Makefile.am:
14570 * gst-libs/gst/interfaces/colorbalance.c:
14571 (gst_color_balance_class_init):
14572 * gst-libs/gst/interfaces/colorbalance.h:
14573 * gst-libs/gst/interfaces/interfaces-marshal.list:
14574 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14575 * gst-libs/gst/interfaces/mixer.h:
14576 * gst-libs/gst/interfaces/mixeroptions.h:
14577 * gst-libs/gst/interfaces/navigation.c:
14578 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14579 * gst-libs/gst/interfaces/tuner.h:
14580 * gst/volume/Makefile.am:
14581 * gst/volume/gstvolume.c:
14582 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14583 * sys/ximage/Makefile.am:
14584 * sys/ximage/ximagesink.c:
14585 * sys/xvimage/Makefile.am:
14586 * sys/xvimage/xvimagesink.c:
14587 fold in all interfaces into an interfaces dir, preserving CVS
14590 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14592 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14593 Fix build after riff changes.
14595 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14597 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14598 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14599 (gst_riff_create_video_template_caps),
14600 (gst_riff_create_audio_template_caps),
14601 (gst_riff_create_iavs_template_caps):
14602 * gst-libs/gst/riff/riff-media.h:
14603 * gst-libs/gst/riff/riff-read.h:
14604 * gst-libs/gst/riff/riff.c: (gst_riff_init):
14605 Add gst_riff_init() to initialize the debug category, instead
14606 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14608 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14610 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14611 Oops, I shouldn't apply hacks.
14613 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14615 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14616 Remove pad_loop function which doesn't work.
14618 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14620 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14621 Send EOS when deactivating.
14622 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14623 (check_queue), (queue_threshold_reached), (queue_out_of_data),
14624 (gen_preroll_element), (probe_triggered), (mute_stream),
14625 (silence_stream), (new_decoded_pad), (setup_substreams),
14626 (set_active_source):
14627 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14628 (remove_sinks), (add_sink):
14629 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14630 Change for new probe API.
14632 2005-06-29 Wim Taymans <wim@fluendo.com>
14634 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14635 * gst-libs/gst/audio/gstbaseaudiosink.c:
14636 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14637 (gst_baseaudiosink_change_state):
14638 * gst-libs/gst/audio/gstbaseaudiosink.h:
14639 * gst-libs/gst/audio/gstringbuffer.c:
14640 (gst_ringbuffer_set_callback):
14641 Fix compilation error.
14642 Ringbuffer starts out as not running.
14643 Free our clock in dispose.
14644 When releasing the ringbuffer we need to renegotiate so
14645 clear the pad caps.
14647 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
14651 * docs/Makefile.am:
14652 * docs/libs/Makefile.am:
14653 * docs/libs/gst-plugins-libs-docs.sgml:
14654 * docs/libs/gst-plugins-libs-sections.txt:
14655 * docs/libs/gst-plugins-libs.types:
14656 * docs/libs/tmpl/gstaudio.sgml:
14657 * docs/libs/tmpl/gstcolorbalance.sgml:
14658 * docs/libs/tmpl/gstringbuffer.sgml:
14659 * gst-libs/gst/audio/gstringbuffer.c:
14660 (gst_ringbuffer_set_callback):
14661 reinstate gtk-doc docs for plugin libs
14663 2005-06-28 Wim Taymans <wim@fluendo.com>
14665 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14666 (gst_ogg_demux_init):
14667 Removed pad loop function.
14669 2005-06-28 Wim Taymans <wim@fluendo.com>
14671 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14672 If we're building a chain we are not in an error case
14673 when we queue a buffer.
14675 2005-06-28 Andy Wingo <wingo@pobox.com>
14677 * *.c: Don't cast to GstObject before reffing/unreffing.
14679 2005-06-27 Andy Wingo <wingo@pobox.com>
14681 * gst/videotestsrc/gstvideotestsrc.c
14682 (gst_videotestsrc_activate_push): Activation API changes.
14684 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
14685 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14686 they have refs on the decodebin.
14688 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14690 (gst_ogg_pad_typefind): Don't leak a pad ref.
14691 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14692 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
14693 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14695 2005-06-27 Edward Hervey <edward@fluendo.com>
14697 * ext/theora/theoradec.c: (theora_dec_change_state):
14698 re-arranged call to parent's state change in order to avoid locks (or
14701 2005-06-26 Edward Hervey <edward@fluendo.com>
14703 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14704 2nd argument of 'unknow-type' signal is a GstCaps and not a
14707 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
14708 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14709 Set the worker thread's running flag to TRUE before starting the
14711 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14712 Catch a failure to add typefind to the bin.
14714 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
14716 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14717 (gst_sinesrc_init), (gst_sinesrc_create),
14718 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14719 (gst_sinesrc_start):
14720 * gst/sine/gstsinesrc.h:
14721 add num-buffers and timestamp-offset properties
14722 * gst/videotestsrc/gstvideotestsrc.c:
14723 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14724 (gst_videotestsrc_get_property):
14725 add timestamp-offset property
14727 2005-06-23 Christian Schaller <uraeus@gnome.org>
14729 * configure.ac: add videorate
14730 * gst-plugins-base.spec.in: add videorate
14732 2005-06-23 Wim Taymans <wim@fluendo.com>
14734 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14735 (gst_videorate_getcaps), (gst_videorate_setcaps),
14736 (gst_videorate_event), (gst_videorate_chain):
14737 Fixed videorate, fixating an already fixated caps is not
14740 2005-06-23 Wim Taymans <wim@fluendo.com>
14743 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14744 Buffer on caps is not boxed anymore.
14746 2005-06-22 Wim Taymans <wim@fluendo.com>
14748 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14749 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14750 Set buffers on caps as miniobjects and not as boxed.
14752 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14757 === release 0.9.1 ===
14759 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14780 updates for release
14782 2005-06-09 Andy Wingo <wingo@pobox.com>
14784 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14786 2005-06-09 Andy Wingo <wingo@pobox.com>
14789 * gst-libs/gst/Makefile.am:
14790 * gst-libs/gst/net/Makefile.am:
14791 Add gstnet to build.
14793 2005-06-09 Andy Wingo <wingo@pobox.com>
14795 * gst-libs/gst/gconf/gconf.c:
14796 * gst/playback/test.c:
14797 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14800 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14802 * ext/theora/theoraenc.c (theora_enc_chain):
14803 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14805 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14808 2005-06-02 Wim Taymans <wim@fluendo.com>
14810 * gst-libs/gst/net/Makefile.am:
14811 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14812 * pkgconfig/gstreamer-libs.pc.in:
14813 Added net stuff, version net lib.
14815 2005-06-02 Wim Taymans <wim@fluendo.com>
14817 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14818 (query_rates), (query_positions_elems), (query_positions_pads),
14820 Updated seek example.
14822 2005-06-02 Andy Wingo <wingo@pobox.com>
14824 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14825 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14828 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14829 remove the typefind, the bin dispose will do it for us. When it's
14830 removed and unreffed, the signal handler will be disconnected,
14832 (unlinked): It's too difficult to disconnect from unlinked
14833 handlers, as they are on pads not elements. Just punt if the pads
14834 aren't grandkids of the bin.
14836 2005-06-02 Wim Taymans <wim@fluendo.com>
14839 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14840 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14841 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14842 * ext/theora/theoradec.c: (theora_dec_src_query),
14843 (theora_handle_data_packet):
14844 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14845 (theora_enc_chain):
14846 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14847 (vorbis_handle_data_packet):
14848 * gst/audioconvert/bufferframesconvert.c:
14849 (buffer_frames_convert_chain):
14850 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14851 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14852 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14853 (gst_ffmpegcsp_chain):
14854 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14855 (gst_videorate_getcaps), (gst_videorate_setcaps),
14856 (gst_videorate_event), (gst_videorate_chain):
14857 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14858 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14859 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14860 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14861 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14862 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14863 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14864 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14865 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14866 Cleanups and buffer alloc.
14868 2005-05-31 Wim Taymans <wim@fluendo.com>
14870 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14871 Don't try to call the delay method when the device is not
14874 2005-05-31 Wim Taymans <wim@fluendo.com>
14876 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14877 Get actual segment size and buffer size after opening
14880 2005-05-30 Wim Taymans <wim@fluendo.com>
14882 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14883 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14884 Also FLUSH upstream, makes the loop function exit faster.
14886 * ext/theora/theoradec.c: (theora_dec_src_query):
14887 Some more debug info in the query.
14889 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14890 (gst_ximagesink_setcaps):
14891 Release lock on par error, better error reporting.
14893 2005-05-26 Wim Taymans <wim@fluendo.com>
14895 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14896 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14897 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14898 Clear chains in READY
14899 Queue packets until the chain is activated.
14901 2005-05-25 Wim Taymans <wim@fluendo.com>
14903 * gst-libs/gst/audio/gstaudiosink.c:
14904 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14905 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14906 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14907 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14908 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14909 (gst_audiosink_create_ringbuffer):
14910 * gst-libs/gst/audio/gstbaseaudiosink.c:
14911 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14912 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14913 (gst_baseaudiosink_set_property), (build_linear_format),
14914 (debug_spec_caps), (debug_spec_buffer),
14915 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14916 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14917 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14918 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14919 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14920 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14921 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14922 (gst_ringbuffer_play), (gst_ringbuffer_pause),
14923 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14924 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14925 (wait_segment), (gst_ringbuffer_commit),
14926 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14927 (gst_ringbuffer_clear):
14928 Various small cleanups.
14930 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14931 (gst_audio_convert_change_state):
14932 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14933 No need to take the locks anymore.
14935 2005-05-25 Wim Taymans <wim@fluendo.com>
14937 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14938 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14939 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14941 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14942 (group_destroy), (group_commit), (queue_overrun),
14943 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14944 (mute_stream), (new_decoded_pad), (setup_substreams),
14945 (setup_source), (mute_group_type), (set_active_source),
14946 (gst_play_base_bin_change_state):
14947 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14948 (gen_video_element), (gen_text_element), (gen_audio_element),
14949 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14950 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14951 (gst_stream_info_dispose), (gst_stream_info_set_mute):
14952 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14953 Some playbin cleanups mostly refcounting sloppyness.
14955 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14957 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14958 Work with streaming input.
14960 2005-05-25 Wim Taymans <wim@fluendo.com>
14962 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14963 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14964 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14965 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14966 No need to take the STREAM lock anymore.
14968 2005-05-25 Wim Taymans <wim@fluendo.com>
14970 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14971 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14972 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14973 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14974 (gst_ogg_demux_sink_activate):
14975 * ext/theora/theoradec.c: (theora_dec_src_event),
14976 (theora_handle_comment_packet), (theora_dec_chain),
14977 (theora_dec_change_state):
14978 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14979 (vorbis_handle_data_packet), (vorbis_dec_chain),
14980 (vorbis_dec_change_state):
14981 Remove STREAM locks as they are taken in core now.
14982 Never set bogus granulepos on vorbis/theora.
14983 Fix leaks in theoradec tag parsing.
14985 2005-05-25 Wim Taymans <wim@fluendo.com>
14987 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14988 Fix memleaks, GST_BUFFER_DATA() is not freed.
14990 2005-05-25 Wim Taymans <wim@fluendo.com>
14992 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14993 Open non-blocking, set to blocking mode afterwards to avoid
14994 lockups when audio device is busy.
14996 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14998 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14999 This can't be good.
15001 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15003 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15004 (gst_audio_convert_chain), (gst_audio_convert_link_src),
15005 (gst_audio_convert_setcaps):
15006 Implement instant setup switching.
15008 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15010 * gst/playback/gstplaybasebin.c: (probe_triggered):
15011 Fix missing unlock.
15012 * gst/playback/gstplaybin.c: (add_sink):
15013 First add, then link (otherwise pad link fails).
15015 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15017 * examples/Makefile.am:
15018 fix buildbot (make distcheck)
15020 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15022 * gst/playback/gstplaybin.c: (gen_vis_element):
15023 Remove some wrong code. Doesn't work yet.
15025 2005-05-19 Wim Taymans <wim@fluendo.com>
15027 * gst-libs/gst/net/Makefile.am:
15028 * gst-libs/gst/net/README:
15029 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
15030 (gst_netbuffer_class_init), (gst_netbuffer_init),
15031 (gst_netbuffer_finalize), (gst_netbuffer_copy),
15032 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
15033 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
15034 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
15035 * gst-libs/gst/net/gstnetbuffer.h:
15036 Added buffer subclass to store extra to/from addresses for
15037 network sources/sinks.
15039 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15041 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15042 Don't lock an unassigned variable.
15044 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15046 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
15047 Increase buffer for video, decrease buffer for other media types.
15048 * gst/playback/gstplaybin.c: (gen_video_element),
15049 (gen_audio_element):
15050 Change names for debugging purposes.
15052 2005-05-18 Wim Taymans <wim@fluendo.com>
15054 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15055 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15056 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15057 (gst_ffmpegcsp_chain):
15058 Enable buffer alloc passthrough if the source and dest
15059 formats are the same.
15061 2005-05-17 Wim Taymans <wim@fluendo.com>
15063 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
15064 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15065 (gst_ogg_demux_chain_unlocked):
15066 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15067 (gst_audio_convert_caps_remove_format_info),
15068 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15069 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
15070 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15071 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15072 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
15073 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
15074 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
15075 (gst_ffmpegcsp_get_property):
15076 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15077 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15078 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15079 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
15080 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
15081 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
15082 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
15083 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
15084 Leak fixes in oggdemux.
15085 Some cleanups in audioconvert.
15086 Make passthrough work along with buffer_alloc etc.
15087 Make buffer_alloc and buffer recycling actually work in
15090 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
15092 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
15093 make the compiler happy
15095 2005-05-17 Wim Taymans <wim@fluendo.com>
15097 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
15098 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
15099 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
15100 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
15101 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15102 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
15103 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15104 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15105 (gst_xvimagesink_set_xwindow_id):
15106 * sys/xvimage/xvimagesink.h:
15107 Port xvimagesink to new MiniObject.
15109 2005-05-17 Wim Taymans <wim@fluendo.com>
15111 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15112 (gst_audiofilter_chain):
15113 * gst-libs/gst/audio/gstaudiosink.c:
15114 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15115 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15116 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15117 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15118 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15119 (gst_audiosink_create_ringbuffer):
15120 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15121 (gst_audio_convert_caps_remove_format_info),
15122 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15123 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15124 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15125 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15126 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15127 Fix passthrough in ffmpegcolorspace.
15128 Fix memset in audiosink on wrong memory.
15130 2005-05-16 David Schleef <ds@schleef.org>
15132 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15135 2005-05-16 David Schleef <ds@schleef.org>
15137 Port from GstData to GstMiniObject.
15138 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15139 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15140 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15141 (gst_ogg_mux_collected):
15142 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15143 * ext/theora/theoradec.c: (theora_handle_comment_packet),
15144 (theora_handle_data_packet):
15145 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15146 (theora_set_header_on_caps), (theora_enc_chain):
15147 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15148 (vorbis_handle_comment_packet):
15149 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15150 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15151 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15152 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15153 * gst/audioconvert/gstaudioconvert.c:
15154 (gst_audio_convert_get_buffer):
15155 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15156 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15157 (mute_stream), (silence_stream):
15158 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15159 * gst/volume/gstvolume.c: (volume_transform):
15160 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15161 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15162 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15163 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15164 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15165 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15166 (gst_ximagesink_buffer_alloc):
15167 * sys/ximage/ximagesink.h:
15169 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15171 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15172 (fill_buffer), (check_queue), (queue_threshold_reached),
15173 (queue_out_of_data):
15174 * gst/playback/gstplaybasebin.h:
15175 Post buffer-fullness on the bus.
15177 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15179 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15181 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15182 (group_commit), (probe_triggered), (setup_source),
15183 (gst_play_base_bin_change_state):
15184 * gst/playback/gstplaybasebin.h:
15185 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15186 (gst_play_bin_init), (remove_sinks), (setup_sinks),
15187 (gst_play_bin_change_state):
15188 Move setup_output_pads into a virtual function, remove
15189 group-switch (no longer needed) and redirect (handled by bus
15192 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15194 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15195 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15196 (get_active_group), (get_building_group), (group_destroy),
15197 (group_commit), (check_queue), (queue_overrun),
15198 (queue_threshold_reached), (queue_out_of_data),
15199 (gen_preroll_element), (remove_groups), (unknown_type),
15200 (add_element_stream), (no_more_pads), (probe_triggered),
15201 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15202 (setup_substreams), (setup_source), (finish_source),
15203 (prepare_output), (muted_group_change_state),
15204 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15205 (gst_play_base_bin_change_state):
15206 * gst/playback/gstplaybasebin.h:
15207 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15208 (gst_play_bin_init), (gst_play_bin_set_property),
15209 (gen_video_element), (gen_text_element), (gen_audio_element),
15210 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15211 (gst_play_bin_change_state):
15212 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15213 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15214 (stream_info_change_state), (gst_stream_info_set_mute),
15215 (gst_stream_info_get_property):
15216 * gst/playback/gststreaminfo.h:
15217 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15218 (gst_stream_selector_get_linked_pad),
15219 (gst_stream_selector_getcaps),
15220 (gst_stream_selector_get_linked_pads),
15221 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15222 * gst/playback/gststreamselector.h:
15223 Rough port of playbin. Needs some more work, but is mostly done,
15224 and uses a few locks in important places, which should make stuff
15225 like chain-switches clean. Still uses GST_STATE() in a few places,
15226 which isn't all that good an idea, subtitles/elements disabled
15227 because no elements to test with and thus probably broken, query
15228 and event handling moved to GstBin, internal thread removed
15229 alltogether because the pipeline does that for us now. Can play
15230 Ogg/Vorbis files. Haven't tested anything else yet.
15232 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15234 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15235 Do no-more-pads (needed for autoplugging).
15237 2005-05-10 Andy Wingo <wingo@pobox.com>
15239 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15240 message to the bus with the tags. Still not sent downstream tho.
15242 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15244 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15245 avoid refcounting hassles.
15247 2005-05-09 Andy Wingo <wingo@pobox.com>
15249 * gst/volume/Makefile.am:
15250 * gst/volume/demo.c
15251 * gst/volume/gstvolume.h
15252 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15253 basetransform. Probably need an audio filter base class.
15255 2005-05-09 Wim Taymans <wim@fluendo.com>
15257 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15258 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15259 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15260 (gst_vorbisenc_chain):
15261 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15262 (gst_audio_convert_caps_remove_format_info),
15263 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15264 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15265 Make caps writable before writing to it.
15266 Fix negotiation in audioconvert some more.
15268 2005-05-09 Wim Taymans <wim@fluendo.com>
15270 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15271 (gst_videorate_getcaps), (gst_videorate_setcaps),
15272 (gst_videorate_event), (gst_videorate_chain):
15273 Better negotiation.
15275 2005-05-09 Wim Taymans <wim@fluendo.com>
15277 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15278 (gst_videorate_getcaps), (gst_videorate_setcaps),
15279 (gst_videorate_blank_data), (gst_videorate_init),
15280 (gst_videorate_event), (gst_videorate_chain),
15281 (gst_videorate_change_state):
15282 Port videorate, do a better job at negotiation while we're at
15285 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
15290 * examples/Makefile.am:
15291 * gst-libs/gst/audio/Makefile.am:
15292 * gst-libs/gst/riff/Makefile.am:
15293 * gst-libs/gst/tag/Makefile.am:
15294 * gst-libs/gst/video/Makefile.am:
15295 Fixups for missing variables.
15297 2005-05-09 Wim Taymans <wim@fluendo.com>
15299 * examples/seeking/seek.c: (make_theora_pipeline),
15300 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15301 (query_rates), (query_positions_elems), (query_positions_pads),
15302 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15303 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15304 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15305 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15306 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15307 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15308 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15309 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15310 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15311 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15312 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15313 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15314 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15315 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15316 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15317 (theora_dec_src_convert), (theora_dec_sink_convert),
15318 (theora_dec_src_query), (theora_dec_sink_query),
15319 (theora_dec_src_event), (theora_dec_sink_event),
15320 (theora_handle_comment_packet), (theora_handle_type_packet),
15321 (theora_handle_header_packet), (theora_handle_data_packet),
15322 (theora_dec_chain):
15323 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15324 (vorbis_dec_convert), (vorbis_dec_src_query),
15325 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15326 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15327 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15328 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15329 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15330 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15331 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15332 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15333 (gst_play_bin_query):
15334 * gst/playback/test3.c: (update_scale):
15335 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15336 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15337 * gst/subparse/gstsubparse.c: (gst_subparse_init):
15338 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15339 (gst_videotestsrc_src_query):
15340 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15341 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15342 (paint_hline_YUV9):
15343 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15344 Port to new query API.
15346 Cleanups in x[v]imagesink
15348 2005-05-09 Andy Wingo <wingo@pobox.com>
15350 * ext/alsa/gstalsasink.h:
15351 * ext/gnomevfs/gstgnomevfssrc.c:
15352 (gst_gnomevfssrc_get_icy_metadata):
15353 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15354 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15355 * ext/theora/theoradec.c (theora_dec_src_query)
15356 (theora_dec_src_event, theora_dec_sink_event)
15357 (theora_handle_comment_packet, theora_handle_data_packet):
15358 * ext/theora/theoraenc.c (theora_enc_chain):
15359 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15360 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15361 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15362 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15364 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15365 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15366 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15367 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15368 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15369 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15370 (paint_setup_xBGR8888, paint_setup_RGBx8888)
15371 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15372 (paint_setup_RGB565, paint_setup_xRGB1555):
15373 * gst/videotestsrc/videotestsrc.h:
15374 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15375 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15376 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15379 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15380 gst_pad_query_position. Fixes oggdemux.
15382 2005-05-08 David Schleef <ds@schleef.org>
15384 * configure.ac: Require liboil.
15385 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15387 * gst/videotestsrc/videotestsrc.c:
15388 * gst/videotestsrc/videotestsrc.h:
15390 2005-05-06 Wim Taymans <wim@fluendo.com>
15392 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15393 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15394 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15395 Well, unreffing a buffer right before pushing it is asking
15398 2005-05-06 Christian Schaller <uraeus@gnome.org>
15400 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15402 2005-05-06 Wim Taymans <wim@fluendo.com>
15404 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15405 (gst_audio_convert_caps_remove_format_info),
15406 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15407 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15408 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15409 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15410 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15411 * gst/sine/Makefile.am:
15412 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15413 (gst_sinesrc_class_init), (gst_sinesrc_init),
15414 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15415 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15416 (gst_sinesrc_update_freq):
15417 * gst/sine/gstsinesrc.h:
15418 * gst/tcp/gstmultifdsink.c:
15419 * sys/xvimage/xvimagesink.c:
15420 Fixed negotiation wrt _peer_get_caps()
15424 2005-05-06 Wim Taymans <wim@fluendo.com>
15426 * gst-libs/gst/audio/gstaudiosink.c:
15427 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15428 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15429 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15430 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15431 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15432 (gst_audiosink_create_ringbuffer):
15433 * gst-libs/gst/audio/gstbaseaudiosink.c:
15434 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15435 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15436 (gst_baseaudiosink_set_property), (build_linear_format),
15437 (debug_spec_caps), (debug_spec_buffer),
15438 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15439 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15440 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15441 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15442 * gst-libs/gst/audio/gstbaseaudiosink.h:
15443 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15444 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15445 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15446 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15447 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15448 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15449 (wait_segment), (gst_ringbuffer_commit),
15450 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15451 (gst_ringbuffer_clear):
15452 * gst-libs/gst/audio/gstringbuffer.h:
15453 Make the base audiosink return an error when there is no
15454 audiobuffer negotiated.
15456 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15459 Disable cdparanoia until someone ports it!
15461 2005-05-06 Wim Taymans <wim@fluendo.com>
15463 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15464 (gst_ogg_demux_sink_activate):
15465 And revert after wingo's revert.. sigh..
15467 2005-05-05 Andy Wingo <wingo@pobox.com>
15469 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15471 * configure.ac: Return audiorate and subparse from the ghetto.
15472 Re-enable -Wall -Werror.
15473 * gst/subparse/gstsubparse.c:
15474 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15475 or chain-based. Cleaned up a bit. Not tested.
15477 2005-05-05 Christian Schaller <christian@fluendo.com>
15479 * Makefile.am: remove stuff that is not building
15480 * configure.ac: remove stuff that is not building
15481 * examples/Makefile.am: remove stuff that is not building
15482 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15483 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15484 * sys/Makefile.am: remove stuff that is not building
15485 * testsuite/Makefile.am: remove stuff that is not building
15487 2005-05-05 Andy Wingo <wingo@pobox.com>
15489 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15490 * gst-libs/gst/tag/gstvorbistag.c:
15491 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15492 * gst/adder/gstadder.h:
15493 * gst/audioconvert/gstchannelmix.c:
15494 (gst_audio_convert_fill_one_other):
15495 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15496 (gst_audiorate_init), (gst_audiorate_chain):
15497 * gst/playback/gstplaybasebin.c: (setup_source):
15498 * gst/playback/test3.c: (update_scale):
15516 2005-05-05 Wim Taymans <wim@fluendo.com>
15518 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15519 (gst_audio_convert_caps_remove_format_info),
15520 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15521 (gst_audio_convert_change_state), (gst_audio_convert_channels):
15522 * gst/videotestsrc/gstvideotestsrc.c:
15523 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15524 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15525 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15526 (gst_videotestsrc_init), (gst_videotestsrc_loop):
15527 Don't ignore _push() return values.
15528 Make sure no processing is done when shutting down.
15529 Videotestsrc pad activation fix.
15531 2005-05-05 Wim Taymans <wim@fluendo.com>
15533 * gst/adder/Makefile.am:
15534 * gst/adder/gstadder.c: (gst_adder_setcaps),
15535 (gst_adder_class_init), (gst_adder_init),
15536 (gst_adder_request_new_pad), (gst_adder_collected),
15537 (gst_adder_change_state):
15538 * gst/adder/gstadder.h:
15539 Ported adder as an example of a mixer element using
15540 collect pads. Needs more negotiation work.
15542 2005-05-05 Wim Taymans <wim@fluendo.com>
15544 * ext/theora/theoradec.c: (_inc_granulepos),
15545 (theora_dec_src_event), (theora_dec_sink_event),
15546 (theora_handle_comment_packet), (theora_handle_type_packet),
15547 (theora_handle_header_packet), (theora_handle_data_packet),
15548 (theora_dec_chain):
15549 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15550 (gst_theora_enc_init), (theora_enc_sink_setcaps),
15551 (theora_push_buffer), (theora_push_packet),
15552 (theora_enc_sink_event), (theora_enc_chain),
15553 (theora_enc_change_state), (theora_enc_set_property),
15554 (theora_enc_get_property):
15555 Added stream lock to decoder so that we can serialize
15557 More theoraenc porting, recover from errors, do clean
15560 2005-05-05 Wim Taymans <wim@fluendo.com>
15562 * ext/ogg/Makefile.am:
15564 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15565 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15567 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15568 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15569 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15570 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15571 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15572 (gst_ogg_mux_change_state):
15575 2005-05-05 Wim Taymans <wim@fluendo.com>
15577 * docs/design-audiosinks.txt:
15578 * gst-libs/gst/audio/TODO:
15579 * gst-libs/gst/audio/gstaudiosink.c:
15580 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15581 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15582 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15583 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15584 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15585 (gst_audiosink_create_ringbuffer):
15586 * gst-libs/gst/audio/gstbaseaudiosink.c:
15587 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15588 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15589 (gst_baseaudiosink_set_property), (build_linear_format),
15590 (debug_spec_caps), (debug_spec_buffer),
15591 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15592 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15593 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15594 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15595 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15596 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15597 (gst_ringbuffer_release), (gst_ringbuffer_play),
15598 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15599 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15600 (gst_ringbuffer_set_sample), (wait_segment),
15601 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15602 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15603 More work on the audiosink, mostly debugging and a race in
15606 2005-04-28 Wim Taymans <wim@fluendo.com>
15608 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15609 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15610 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15611 (vorbis_dec_src_query), (vorbis_dec_src_event),
15612 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15613 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15614 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15615 Don't crap out when seeking back to position 0.
15617 2005-04-28 Wim Taymans <wim@fluendo.com>
15619 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15620 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15621 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15622 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15623 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15624 Make audio sink configurable, use alsasink as default.
15626 2005-04-28 Wim Taymans <wim@fluendo.com>
15628 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15629 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15630 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15631 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15632 (vorbis_dec_change_state):
15633 * ext/vorbis/vorbisdec.h:
15634 Refactor, use STREAM_LOCK.
15636 2005-04-28 Wim Taymans <wim@fluendo.com>
15638 * ext/theora/theoradec.c: (_inc_granulepos),
15639 (theora_dec_sink_event), (theora_handle_comment_packet),
15640 (theora_handle_type_packet), (theora_handle_header_packet),
15641 (theora_handle_data_packet), (theora_dec_chain),
15642 (theora_dec_change_state):
15643 Refactor a bit, use STREAM_LOCK.
15645 2005-04-28 Wim Taymans <wim@fluendo.com>
15647 * ext/alsa/Makefile.am:
15648 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15649 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15650 (gst_alsa_link), (gst_alsa_close_audio):
15651 * ext/alsa/gstalsaplugin.c: (plugin_init):
15652 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15653 (gst_alsasink_dispose), (gst_alsasink_base_init),
15654 (gst_alsasink_class_init), (gst_alsasink_init),
15655 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15656 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15657 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15658 (gst_alsasink_reset):
15659 * ext/alsa/gstalsasink.h:
15660 Implement alsasink with simple open/write/close API.
15661 Make alsa dir build by disabling compilation of code.
15663 2005-04-28 Wim Taymans <wim@fluendo.com>
15665 * gst-libs/gst/audio/Makefile.am:
15666 * gst-libs/gst/audio/audio.h:
15667 * gst-libs/gst/audio/audioclock.c:
15668 * gst-libs/gst/audio/audioclock.h:
15669 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15670 (gst_audio_clock_class_init), (gst_audio_clock_init),
15671 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15672 * gst-libs/gst/audio/gstaudioclock.h:
15673 * gst-libs/gst/audio/gstaudiosink.c:
15674 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15675 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15676 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15677 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15678 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15679 (gst_audiosink_create_ringbuffer):
15680 * gst-libs/gst/audio/gstbaseaudiosink.c:
15681 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15682 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15683 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15684 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15685 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15686 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15687 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15688 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15689 * gst-libs/gst/audio/gstbaseaudiosink.h:
15690 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15691 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15692 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15693 (gst_ringbuffer_release), (gst_ringbuffer_play),
15694 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15695 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15696 (gst_ringbuffer_set_sample), (wait_segment),
15697 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15698 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15699 * gst-libs/gst/audio/gstringbuffer.h:
15700 Make ringbuffer faster and more simple by removing the locks
15701 in the playback thread.
15702 Add sample accurate playback based on buffer sample offsets.
15703 Make the baseaudiosink provide a clock.
15704 Parse caps in the base class.
15705 Correctly handle seeking, flushing and state changes.
15707 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
15710 * gst/audioconvert/Makefile.am:
15711 * gst/audioscale/Makefile.am:
15712 Fix part of the build. Come on guys, autogen didn't even work :)
15714 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15717 * gst-libs/gst/Makefile.am:
15718 * gst-libs/gst/media-info/.cvsignore:
15719 * gst-libs/gst/media-info/Makefile.am:
15720 * gst-libs/gst/media-info/README:
15721 * gst-libs/gst/media-info/media-info-priv.c:
15722 * gst-libs/gst/media-info/media-info-priv.h:
15723 * gst-libs/gst/media-info/media-info-test.c:
15724 * gst-libs/gst/media-info/media-info.c:
15725 * gst-libs/gst/media-info/media-info.h:
15726 * gst-libs/gst/media-info/media-info.vcproj:
15727 * pkgconfig/Makefile.am:
15728 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15729 * pkgconfig/gstreamer-media-info.pc.in:
15730 Remove media-info, which is also successed by playbin (see Totem
15733 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15736 * examples/Makefile.am:
15737 * examples/gstplay/.cvsignore:
15738 * examples/gstplay/Makefile.am:
15739 * examples/gstplay/player.c:
15740 * gst-libs/gst/Makefile.am:
15741 * gst-libs/gst/play/.cvsignore:
15742 * gst-libs/gst/play/Makefile.am:
15743 * gst-libs/gst/play/play.c:
15744 * gst-libs/gst/play/play.h:
15745 * gst-libs/gst/play/play.vcproj:
15746 * pkgconfig/Makefile.am:
15747 * pkgconfig/gstreamer-play-uninstalled.pc.in:
15748 * pkgconfig/gstreamer-play.pc.in:
15749 Remove libgstplay, playbin is now the official successor.
15751 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15754 * gst-libs/gst/Makefile.am:
15755 * gst-libs/gst/xwindowlistener/Makefile.am:
15756 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15757 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15758 Remove deprecated xwindowlistener (I've moved xwindowlistening
15759 in the v4l/v4l2 plugins over to serverside).
15761 2005-04-25 David Schleef <ds@schleef.org>
15763 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15764 to examples/dynparams. Examples do not belong interspersed with
15766 * examples/dynparams/demo-dparams.c:
15767 * gst/sine/Makefile.am:
15768 * gst/sine/demo-dparams.c:
15770 2005-04-25 David Schleef <ds@schleef.org>
15772 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15773 * gst-libs/gst/audio/Makefile.am:
15774 * gst-libs/gst/riff/Makefile.am:
15775 * gst-libs/gst/tag/Makefile.am:
15776 * gst-libs/gst/video/Makefile.am:
15777 * gst-libs/gst/xwindowlistener/Makefile.am:
15779 Convert to 0.9 API, seems to work:
15780 * sys/ximage/Makefile.am:
15781 * sys/ximage/ximagesink.c:
15783 2005-04-24 David Schleef <ds@schleef.org>
15785 Link plugins against libraries:
15786 * ext/alsa/Makefile.am:
15787 * gst/tcp/Makefile.am:
15789 Remove asm code that should be in liboil
15790 * gst/videoscale/Makefile.am:
15791 * gst/videoscale/videoscale_x86_asm.s:
15793 gettext wants these checked in:
15809 2005-04-24 David Schleef <ds@schleef.org>
15811 Convert gst_main() to g_main_loop_run()
15812 * gst/playback/decodetest.c: (main):
15813 * gst/playback/test2.c: (main):
15814 * gst/playback/test3.c: (main):
15815 * gst/playback/test4.c: (main):
15817 Link plugins against libraries:
15818 * ext/libvisual/Makefile.am:
15819 * sys/xvimage/Makefile.am:
15821 2005-04-24 David Schleef <ds@schleef.org>
15823 * configure.ac: Remove idct and resample libs
15824 * gst-libs/gst/Makefile.am: same
15826 Remove usage of gst_library_load():
15827 * ext/alsa/gstalsaplugin.c: (plugin_init):
15828 * ext/libvisual/visual.c: (plugin_init):
15829 * ext/ogg/gstogg.c: (plugin_init):
15830 * ext/theora/theora.c: (plugin_init):
15831 * ext/vorbis/vorbis.c: (plugin_init):
15832 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15833 * gst/audioscale/gstaudioscale.c:
15834 * gst/adder/gstadder.c: (plugin_init):
15835 * gst/audioconvert/plugin.c: (plugin_init):
15836 * sys/ximage/ximagesink.c: (plugin_init):
15837 * sys/xvimage/xvimagesink.c: (plugin_init):
15838 * gst/tcp/gsttcpplugin.c: (plugin_init):
15840 Link plugins against libraries:
15841 * ext/ogg/Makefile.am:
15842 * ext/theora/Makefile.am:
15843 * ext/vorbis/Makefile.am:
15844 * gst/audioconvert/Makefile.am:
15846 Create proper libraries:
15847 * gst-libs/gst/riff/Makefile.am:
15848 * gst-libs/gst/audio/Makefile.am:
15849 * gst-libs/gst/video/Makefile.am:
15851 Move resample library to audioscale plugin directory:
15852 * gst-libs/gst/resample/Makefile.am:
15853 * gst-libs/gst/resample/README:
15854 * gst-libs/gst/resample/dtof.c:
15855 * gst-libs/gst/resample/dtos.c:
15856 * gst-libs/gst/resample/functable.c:
15857 * gst-libs/gst/resample/private.h:
15858 * gst-libs/gst/resample/resample.c:
15859 * gst-libs/gst/resample/resample.h:
15860 * gst-libs/gst/resample/resample.vcproj:
15861 * gst-libs/gst/resample/test.c:
15862 * gst/audioscale/Makefile.am:
15863 * gst/audioscale/README:
15864 * gst/audioscale/dtof.c:
15865 * gst/audioscale/dtos.c:
15866 * gst/audioscale/functable.c:
15867 * gst/audioscale/private.h:
15868 * gst/audioscale/resample.c:
15869 * gst/audioscale/resample.h:
15870 * gst/audioscale/test.c:
15872 Move tagedit library to gst-libs:
15873 * gst-libs/gst/tag/Makefile.am:
15874 * gst-libs/gst/tag/gstid3tag.c:
15875 * gst-libs/gst/tag/gsttagediting.c:
15876 * gst-libs/gst/tag/gsttageditingprivate.h:
15877 * gst-libs/gst/tag/gstvorbistag.c:
15878 * gst/tags/Makefile.am:
15879 * gst/tags/gstid3tag.c:
15880 * gst/tags/gstvorbistag.c:
15882 Fix for core changes:
15883 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15884 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15885 (gst_sinesrc_getrange):
15887 2005-04-23 David Schleef <ds@schleef.org>
15889 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
15890 in gst-plugins in a long time, and properly belongs in liboil.
15891 * gst-libs/gst/idct/Makefile.am:
15892 * gst-libs/gst/idct/README:
15893 * gst-libs/gst/idct/dct.h:
15894 * gst-libs/gst/idct/doieee:
15895 * gst-libs/gst/idct/fastintidct.c:
15896 * gst-libs/gst/idct/floatidct.c:
15897 * gst-libs/gst/idct/idct.c:
15898 * gst-libs/gst/idct/idct.h:
15899 * gst-libs/gst/idct/idtc.vcproj:
15900 * gst-libs/gst/idct/ieeetest.c:
15901 * gst-libs/gst/idct/intidct.c:
15903 2005-04-20 Wim Taymans <wim@fluendo.com>
15905 * docs/design-audiosinks.txt:
15906 * gst-libs/gst/audio/Makefile.am:
15907 * gst-libs/gst/audio/TODO:
15908 * gst-libs/gst/audio/gstaudiosink.c:
15909 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15910 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15911 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15912 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15913 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15914 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15915 (gst_audiosink_class_init), (gst_audiosink_init),
15916 (gst_audiosink_create_ringbuffer):
15917 * gst-libs/gst/audio/gstaudiosink.h:
15918 * gst-libs/gst/audio/gstbaseaudiosink.c:
15919 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15920 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15921 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15922 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15923 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15924 (gst_baseaudiosink_create_ringbuffer),
15925 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15926 * gst-libs/gst/audio/gstbaseaudiosink.h:
15927 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15928 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15929 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15930 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15931 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15932 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15933 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15934 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15935 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15936 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15937 * gst-libs/gst/audio/gstringbuffer.h:
15938 An attempt at a set of audio base classes together with some
15941 2005-04-20 Wim Taymans <wim@fluendo.com>
15943 * gst/audioconvert/Makefile.am:
15944 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15945 (gst_audio_convert_caps_remove_format_info),
15946 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15947 (gst_audio_convert_channels):
15948 Link against audio libs.
15949 Fix audio convert plugin.
15951 2005-04-20 Wim Taymans <wim@fluendo.com>
15953 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15954 (gst_ogg_demux_sink_activate):
15955 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15956 (theora_set_header_on_caps), (theora_enc_sink_event),
15957 (theora_enc_chain):
15958 Fix theora encoder.
15960 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15962 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15963 * gst/playback/gstdecodebin.c: (find_compatibles):
15964 Work with staticpadtemplates in elementfactories.
15966 2005-04-12 Wim Taymans <wim@fluendo.com>
15968 * gst/playback/README:
15969 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15970 (compare_ranks), (print_feature), (gst_decode_bin_init),
15971 (dynamic_create), (dynamic_free), (find_compatibles),
15972 (mimetype_is_raw), (close_pad_link), (got_redirect),
15973 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15974 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15975 (gst_decode_bin_change_state):
15976 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15977 (gst_play_base_bin_init), (group_destroy), (group_commit),
15978 (check_queue), (queue_overrun), (queue_threshold_reached),
15979 (queue_out_of_data), (gen_preroll_element), (unknown_type),
15980 (new_decoded_pad), (setup_subtitle), (gen_source_element),
15981 (got_redirect), (setup_source), (play_base_eos),
15982 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15983 (gst_play_base_bin_remove_element):
15984 * gst/playback/gstplaybasebin.h:
15985 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15986 (gst_play_bin_init), (gst_play_bin_dispose),
15987 (gst_play_bin_set_property), (gen_video_element),
15988 (gen_text_element), (gen_audio_element), (remove_sinks),
15989 (gst_play_bin_send_event):
15990 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15991 (stream_info_change_state), (gst_stream_info_set_mute):
15992 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15993 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15994 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15995 (gst_stream_selector_chain):
15996 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15998 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15999 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
16000 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16001 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
16002 Raw and crude port of decodebin.
16003 Make playbin compile.
16005 2005-04-06 Wim Taymans <wim@fluendo.com>
16007 * ext/gnomevfs/Makefile.am:
16008 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
16009 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16010 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
16011 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
16012 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
16013 (gst_gnomevfssrc_stop):
16014 * ext/ogg/Makefile.am:
16015 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
16016 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
16017 * ext/theora/Makefile.am:
16018 * ext/theora/theoradec.c: (_inc_granulepos),
16019 (theora_dec_sink_event), (theora_dec_chain):
16020 * ext/vorbis/Makefile.am:
16021 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16022 (vorbis_dec_sink_event), (vorbis_dec_chain):
16023 * gst-libs/gst/audio/Makefile.am:
16024 * sys/xvimage/Makefile.am:
16025 Make gnomevfssrc extend the source base class.
16026 Fix linking against libs in various plugins.
16028 2005-04-06 Andy Wingo <wingo@pobox.com>
16030 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
16033 * configure.ac: Add check and AC_SUBST for libgstbase.
16035 2005-03-31 Wim Taymans <wim@fluendo.com>
16037 * examples/seeking/Makefile.am:
16038 * examples/seeking/cdparanoia.c: (main):
16039 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
16040 (play_cb), (pause_cb), (stop_cb), (main):
16041 * examples/seeking/playbin.c:
16042 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
16043 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
16044 (make_sid_pipeline), (make_vorbis_pipeline),
16045 (make_theora_pipeline), (make_vorbis_theora_pipeline),
16046 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
16047 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
16048 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
16049 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
16051 * examples/seeking/spider_seek.c:
16052 * examples/seeking/vorbisfile.c:
16053 * ext/gnomevfs/Makefile.am:
16054 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16055 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
16056 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16057 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
16058 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
16059 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
16060 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
16061 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
16063 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
16064 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
16065 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
16066 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
16067 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
16068 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
16069 (gst_ogg_pad_event), (gst_ogg_pad_reset),
16070 (gst_ogg_demux_factory_filter), (compare_ranks),
16071 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16072 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16073 (gst_ogg_chain_new), (gst_ogg_chain_free),
16074 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
16075 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
16076 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
16077 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
16078 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
16079 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
16080 (gst_ogg_demux_get_prev_page),
16081 (gst_ogg_demux_deactivate_current_chain),
16082 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16083 (gst_ogg_demux_bisect_forward_serialno),
16084 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
16085 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
16086 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
16087 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
16088 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
16089 (gst_ogg_demux_change_state), (gst_ogg_print):
16090 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16091 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
16092 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16093 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
16094 (gst_ogg_mux_loop):
16095 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16096 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
16097 (theora_dec_src_convert), (theora_dec_sink_convert),
16098 (theora_dec_src_query), (theora_dec_src_event),
16099 (theora_dec_sink_event), (theora_dec_chain),
16100 (theora_dec_change_state):
16101 * ext/theora/theoraenc.c: (gst_theora_enc_init),
16102 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
16103 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
16104 (theora_enc_change_state):
16105 * ext/vorbis/Makefile.am:
16106 * ext/vorbis/oggvorbisenc.c:
16107 * ext/vorbis/oggvorbisenc.h:
16108 * ext/vorbis/vorbis.c: (plugin_init):
16109 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16110 (vorbis_dec_src_query), (vorbis_dec_src_event),
16111 (vorbis_dec_sink_event), (vorbis_dec_chain),
16112 (vorbis_dec_change_state):
16113 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16114 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
16115 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16116 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16117 (gst_vorbisenc_change_state):
16118 * ext/vorbis/vorbisenc.h:
16119 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
16120 * gst-libs/gst/audio/audioclock.c:
16121 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16122 (gst_audiofilter_init), (gst_audiofilter_chain):
16123 * gst-libs/gst/audio/testchannels.c: (main):
16124 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
16125 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
16126 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
16127 (gmip_find_track_streaminfo), (gmip_find_track_format):
16128 * gst-libs/gst/media-info/media-info.c:
16129 (gst_media_info_read_idler):
16130 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16131 (gst_play_get_all_by_interface):
16132 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16133 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16134 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16135 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16136 (gst_riff_parse_info):
16137 * gst-libs/gst/riff/riff-read.h:
16138 * gst-libs/gst/riff/riff.c: (plugin_init):
16139 * gst-libs/gst/video/Makefile.am:
16140 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16141 (gst_videosink_class_init), (gst_videosink_get_type):
16142 * gst-libs/gst/video/videosink.h:
16143 * gst/audioconvert/bufferframesconvert.c:
16144 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16145 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16146 * gst/audioconvert/channelmixtest.c: (main):
16147 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16148 (gst_audio_convert_chain),
16149 (gst_audio_convert_caps_remove_format_info),
16150 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16151 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16152 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16153 (gst_audio_convert_buffer_to_default_format),
16154 (gst_audio_convert_buffer_from_default_format),
16155 (gst_audio_convert_channels):
16156 * gst/audioconvert/gstchannelmix.h:
16157 * gst/ffmpegcolorspace/avcodec.h:
16158 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16159 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16160 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16161 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16162 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16163 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16164 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16165 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16166 (mpeg_video_type_find), (mpeg_video_stream_type_find),
16168 * gst/videotestsrc/gstvideotestsrc.c:
16169 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16170 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16171 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16172 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16173 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16174 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16175 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16176 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16177 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16178 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16179 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16180 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16181 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16182 (gst_xvimagesink_navigation_send_event),
16183 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16184 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16185 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16186 * sys/xvimage/xvimagesink.h:
16187 Plugin port to 0.9, ogg/theora playback should work in the seek
16189 Removed old examples.
16190 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16191 explained in 0.9 TODO doc.
16194 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
16216 * testsuite/Makefile.am:
16217 remove a whole bunch of plugins. This module now contains a set
16218 of free reference plugins/elements as agreed.
16220 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
16223 hunting season on 0.9 is now OPEN
16225 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16227 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16228 Kick the hell out of gcc for not warning me about a symbol conflict.
16230 2005-02-22 Luca Ognibene <luogni@tin.it>
16232 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16234 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16235 Don't leak caps string (fixes #168134)
16237 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16238 (gst_jpegenc_init), (gst_jpegenc_finalize),
16239 (gst_jpegenc_change_state):
16240 Don't leak line buffers and context struct (fixes #168133).
16242 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
16245 * ext/dirac/gstdiracdec.cc:
16246 (gst_diracdec_chain):
16247 Since dirac 0.5.0 the framerate in dirac is expressed as a
16248 rational number. Fix build and up requirement to 0.5.0, and
16249 also pass parameters to gst_diracdec_link in the right order
16252 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
16254 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16255 * ext/faad/gstfaad.h:
16256 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
16257 certain invalid muxed streams, where some packets will contain
16258 junk after decoder data. Partially fixes #149158.
16260 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
16261 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16262 Make sure we only write to writable buffers
16264 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
16266 * gst-libs/gst/riff/riff-media.c:
16267 (gst_riff_create_audio_caps_with_data):
16268 Do actually fix invalid RIFF fmt header values for alaw
16269 and mulaw audio instead of just saying so.
16271 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16272 Give gst_riff_create_audio_caps_with_data() a chance to
16273 fix up broken format header fields before extracting any
16274 parameters from the header. (fixes #167633)
16276 2005-02-19 Martin Holters <martin.holters@gmx.de>
16278 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16280 * gst/audioconvert/bufferframesconvert.c:
16281 (buffer_frames_convert_link):
16282 Don't leak othercaps. (fixes #167878)
16284 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
16287 * ext/libvisual/visual.c: (gst_visual_srclink),
16288 (gst_visual_change_state):
16289 Support libvisual 0.2.0.
16291 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
16293 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16294 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16295 Use same rowstrides for I420 as used everywhere else.
16297 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
16299 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16300 Declare variables at beginning of block and make gcc-2.95 happy
16301 (fixes # 167482, patch by Gergely Nagy).
16303 * gst/tcp/gsttcpclientsrc.c:
16304 * gst/tcp/gsttcpclientsrc.h:
16305 Move some includes into the header, so that struct sockaddr_in is
16306 defined when it should be defined on FreeBSD as well (fixes
16309 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16310 Don't pass uninitialised values to setsockopt() here either.
16312 2005-02-17 Luca Ognibene <luogni at tin dot it>
16314 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16316 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16317 Don't pass uninitialised values to setsockopt(). (fixes #167704)
16319 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16321 * gst/playback/gstplaybin.c: (add_sink):
16322 Invert bin_add/link order to workaround deadlock in opt.
16324 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16326 * gst/modplug/gstmodplug.cc:
16327 Add missing break causing position queries to fail.
16329 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16331 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16332 Granpos can apparently be -1, which screws up calculations...
16334 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
16336 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16337 (gst_ximagesink_send_pending_navigation),
16338 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16339 (gst_ximagesink_init):
16340 * sys/ximage/ximagesink.h:
16341 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16342 (gst_xvimagesink_send_pending_navigation),
16343 (gst_xvimagesink_navigation_send_event),
16344 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16345 * sys/xvimage/xvimagesink.h:
16346 Use a mutex protected list to marshal navigation
16347 events into the stream thread from whichever thread
16350 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
16352 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16353 Display current position and track length; misc. clean-ups.
16355 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16356 (speed_init), (speed_chain):
16357 Add query function, so that the stream length and current position
16358 get adjusted when queried (note that current position queries may
16359 still be wrong if the audio sink returns values based on buffer
16360 timestamps instead of passing on the query).
16362 2005-02-13 Benjamin Otte <otte@gnome.org>
16364 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16365 (gst_audio_convert_channels):
16366 create channel conversion matrix when linking
16367 * gst/audioconvert/.cvsignore:
16368 * gst/audioconvert/Makefile.am:
16369 * gst/audioconvert/channelmixtest.c: (main):
16370 add (ugly) test that ensures stereo <=> mono conversion works
16373 2005-02-13 Benjamin Otte <otte@gnome.org>
16375 * gst/audioconvert/gstchannelmix.h:
16376 include missing header file
16377 * gst/audioconvert/gstchannelmix.c:
16378 (gst_audio_convert_fill_compatible):
16379 use same sign for both channels when converting to/from compatible
16380 channel. Previously used different signs made the signals cancel
16381 each other out and appear like silence. (fixes #167269)
16383 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16385 * gst/ffmpegcolorspace/avcodec.h:
16386 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16387 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16388 (gst_ffmpegcsp_avpicture_fill):
16389 * gst/ffmpegcolorspace/imgconvert.c:
16390 Convert to and from YV12 (fixes #156379).
16392 2005-02-12 Julien MOUTTE <julien@moutte.net>
16394 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16395 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16396 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16397 (gst_ximagesink_expose), (gst_ximagesink_set_property),
16398 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16399 methods from chain and negotiation and vice versa (Fixes #166142).
16400 * sys/ximage/ximagesink.h: Add stream_lock.
16401 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16402 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16403 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16404 (gst_xvimagesink_expose): Check for xcontext before trying to link.
16406 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16408 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16409 Don't send "Hey! You gave me a NULL pointer you naughty person" as
16410 error message when we can't open the DVD device (when dvdnav_open()
16411 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16412 the above). Send something more useful instead (fixes #167117).
16414 2005-02-11 Julien MOUTTE <julien@moutte.net>
16416 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16417 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16418 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16419 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16420 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16421 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16422 methods from chain and negotiation and vice versa (Fixes #166142).
16423 Fix a possible bug of images in the buffer pool being discarded because
16424 we are looking at the wrong geometry.
16425 * sys/xvimage/xvimagesink.h: Add stream_lock.
16427 2005-02-11 David Schleef <ds@schleef.org>
16429 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16430 unsigned int. (fixes #167128)
16432 2005-02-11 David Schleef <ds@schleef.org>
16434 * gst/librfb/Makefile.am: Testing stuff before committing is
16435 for wimps... and people with fast machines. Fix stupid
16438 2005-02-11 David Schleef <ds@schleef.org>
16440 * configure.ac: Pull in librfb from my CVS tree, because it is
16441 too small and annoying to be separate. Move rfbsrc plugin
16444 * ext/librfb/Makefile.am:
16445 * ext/librfb/gstrfbsrc.c:
16446 * gst/librfb/Makefile.am:
16447 * gst/librfb/gstrfbsrc.c:
16448 * gst/librfb/rfb.c:
16449 * gst/librfb/rfb.h:
16450 * gst/librfb/rfbbuffer.c:
16451 * gst/librfb/rfbbuffer.h:
16452 * gst/librfb/rfbbytestream.c:
16453 * gst/librfb/rfbbytestream.h:
16454 * gst/librfb/rfbcontext.h:
16455 * gst/librfb/rfbdecoder.c:
16456 * gst/librfb/rfbdecoder.h:
16457 * gst/librfb/rfbutil.h:
16459 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
16461 * gst/speed/Makefile.am:
16462 * gst/speed/demo-mp3.c: (main):
16463 * gst/speed/filter.func:
16464 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16465 (speed_class_init), (speed_init), (speed_chain_int16),
16466 (speed_chain_float32), (speed_chain), (speed_set_property),
16467 (speed_get_property), (speed_change_state):
16468 * gst/speed/gstspeed.h:
16469 Fix speed element and make it chain-based (fixes #156467),
16470 and make it handle more than one channel.
16472 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
16474 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16475 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16476 (gst_dtsdec_chain), (gst_dtsdec_change_state):
16477 * ext/dts/gstdtsdec.h:
16478 Don't clobber the stack constructing the channels array.
16479 Make the element chain-based. DTS tracks can now be played.
16481 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
16483 * gst-libs/gst/audio/multichannel.h:
16484 * gst-libs/gst/gconf/gconf.h:
16485 * gst-libs/gst/idct/idct.h:
16486 * gst-libs/gst/media-info/media-info-priv.h:
16487 * gst-libs/gst/play/play.h:
16488 * gst-libs/gst/resample/private.h:
16489 * gst-libs/gst/resample/resample.h:
16490 * gst-libs/gst/riff/riff-ids.h:
16491 * gst-libs/gst/video/video.h:
16492 * gst-libs/gst/video/videosink.h:
16493 Add G_BEGIN_DECLS and G_END_DECLS around headers where
16494 missing, so that they work when included from C++ code.
16496 2005-02-09 David Schleef <ds@schleef.org>
16498 * testsuite/gst-lint: Check for non-statically scoped
16499 parent_class variables. This won't be a problem once
16500 plugins are loaded with RTLD_LOCAL.
16502 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16504 * ext/mplex/gstmplexibitstream.cc:
16507 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16509 * ext/ogg/gstogmparse.c:
16510 * gst/debug/gstnavigationtest.c:
16511 Die, thou faulty symbol pollutors (non-static parent_class).
16513 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16515 * ext/mplex/gstmplexibitstream.cc:
16516 Fix event handling (#165525).
16518 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16520 * ext/mikmod/gstmikmod.c:
16521 * gst/modplug/gstmodplug.cc:
16522 Add missing endianness to template (fixes #165509).
16524 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16526 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16527 Fix wrong order of reading of optional bytes (#165290).
16529 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16531 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16532 Implement FILLER event awareness.
16534 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16536 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16537 Fix track calculations (#166208).
16539 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16541 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16543 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16544 * ext/libpng/gstpngenc.c:
16545 Fix byte-order, use proper fixed caps. Fixes #164197.
16547 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16552 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16553 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16554 Don't push buffers if the src pad isn't negotiated yet.
16556 * gst/audioconvert/gstaudioconvert.c:
16557 (gst_audio_convert_buffer_to_default_format),
16558 (gst_audio_convert_buffer_from_default_format):
16559 Add support for 24-bit width.
16561 * gst/dvdlpcmdec/.cvsignore:
16562 * gst/dvdlpcmdec/Makefile.am:
16563 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16564 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16565 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16566 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16568 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16569 New decoder for rearranging DVD LPCM into our audio/x-raw-int
16570 format. Needs support for the channels maps if someone can find
16571 a DVD LPCM track with > 2 channels.
16573 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16574 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16575 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16576 * gst/mpegstream/gstdvddemux.h:
16577 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16578 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16579 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16580 * gst/mpegstream/gstmpegdemux.h:
16581 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16582 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16583 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16584 (gst_mpeg_parse_handle_src_query),
16585 (gst_mpeg_parse_handle_src_event):
16586 Use audio/x-dvd-lpcm for LPCM output.
16589 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16591 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16593 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16594 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16595 Add BGRA handling (#165736).
16597 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
16599 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16601 * gst/law/alaw-decode.c: (alawdec_link):
16602 * gst/law/alaw-encode.c: (alawenc_link):
16603 * gst/law/mulaw-decode.c: (mulawdec_link):
16604 * gst/law/mulaw-encode.c: (mulawenc_link):
16605 Fix caps memleaks (#166600).
16607 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
16609 * ext/tarkin/mem.h:
16610 * ext/tarkin/wavelet.h:
16611 * ext/tarkin/yuv.h:
16612 * gst/ffmpegcolorspace/avcodec.h:
16613 Include "_stdint.h" instead of <stdint.h>. Fixes build on
16614 systems that don't have stdint.h, like Solaris9 (fixes #166631).
16616 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16618 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16619 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16620 (gst_xvimagesink_change_state):
16621 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16622 Xv video (and thereby regenerate Xv colourkey) in clear() so
16623 that PLAY -> READY -> PLAY works (fixes #162504).
16625 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16627 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16628 Switch to list instead of range, since MJPEG-devices really just
16629 support decimations, not any size.
16631 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16632 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16633 (gst_mpeg2dec_reset), (free_all_buffers),
16634 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16635 * ext/mpeg2dec/gstmpeg2dec.h:
16636 The libmpeg2 user-allocated buffer management is awkward,
16637 to say the least. Hopefully this fixes things.
16639 2005-02-04 Andy Wingo <wingo@pobox.com>
16641 * gst/audioconvert/bufferframesconvert.c
16642 (buffer_frames_convert_fixate): New function, fixates to 256
16643 frames per buffer by default. (Much better than 1.)
16644 (buffer_frames_convert_init): Set the fixate function for both src
16646 (buffer_frames_convert_link): After success setting nonfixed caps,
16647 get the negotiated caps so we can know how many buffer-frames it
16648 will be. No idea how this worked at all before.
16650 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16652 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16653 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16654 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16655 (handle_sequence), (handle_picture):
16656 * ext/mpeg2dec/gstmpeg2dec.h:
16657 Rearrange buffer tracking and refcounting and refactor
16658 a little for readability.
16660 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
16661 * sys/v4l/gstv4l.c: (plugin_init):
16662 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16663 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16664 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16665 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16666 * sys/v4l/gstv4ljpegsrc.h:
16667 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16668 * sys/v4l/v4l_calls.h:
16669 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16670 (gst_v4lsrc_get_fps):
16671 * sys/v4l/v4lsrc_calls.h:
16672 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16673 you jpeg inside rgb frames" driver.
16674 Don't error in the v4lsrc link function, just return
16677 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16679 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16680 (gst_qcamsrc_open):
16681 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16683 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16685 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16686 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16688 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16690 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16691 Reset negotiated state on PAUSED->READY.
16693 2005-02-02 David Schleef <ds@schleef.org>
16695 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16696 whereever possible. (Fixes #165997)
16697 * examples/capsfilter/capsfilter1.c: (main):
16698 * examples/dynparams/filter.c: (create_ui):
16699 * examples/seeking/cdparanoia.c: (get_track_info), (main):
16700 * examples/seeking/chained.c: (main):
16701 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16702 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16703 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16704 (make_mpeg_pipeline), (make_mpegnt_pipeline):
16705 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16706 * examples/switch/switcher.c: (main):
16707 * ext/dv/demo-play.c: (main):
16708 * ext/faad/gstfaad.c: (gst_faad_change_state):
16709 * ext/mad/gstmad.c: (gst_mad_chain):
16710 * ext/smoothwave/demo-osssrc.c: (main):
16711 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16712 (gst_gconf_render_bin_from_description),
16713 (gst_gconf_get_default_audio_sink),
16714 (gst_gconf_get_default_video_sink),
16715 (gst_gconf_get_default_audio_src),
16716 (gst_gconf_get_default_video_src),
16717 (gst_gconf_get_default_visualization_element):
16718 * gst/level/demo.c: (main):
16719 * gst/level/plot.c: (main):
16720 * gst/playback/gstplaybin.c: (gen_video_element),
16721 (gen_audio_element):
16722 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16723 * gst/playondemand/demo-mp3.c: (setup_pipeline):
16724 * gst/sine/demo-dparams.c: (main):
16725 * gst/spectrum/demo-osssrc.c: (main):
16726 * gst/speed/demo-mp3.c: (main):
16727 * gst/volume/demo.c: (main):
16728 * testsuite/embed/embed.c: (main):
16730 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16732 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16733 (gst_tcpclientsink_finalize):
16734 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16735 (gst_tcpclientsrc_finalize):
16736 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16737 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16738 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16739 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16740 Don't leak the hostname when shutting down.
16741 In tcpserversrc, take a copy of the default hostname.
16743 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16745 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16746 Set caps to systemstream=TRUE.
16748 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16750 * testsuite/Makefile.am:
16751 Fix more OSX buildbots.
16753 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16755 * ext/mpeg2dec/gstmpeg2dec.c:
16756 Don't send things to NULL PAD_PEERs
16758 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16759 Copy-on-write the incoming buffer.
16761 * gst/mpegstream/gstdvddemux.h:
16762 * gst/mpegstream/gstmpegclock.h:
16763 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16764 (normal_seek), (gst_mpeg_demux_handle_src_event):
16765 * gst/mpegstream/gstmpegdemux.h:
16766 * gst/mpegstream/gstmpegpacketize.h:
16767 * gst/mpegstream/gstmpegparse.c:
16768 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16769 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16770 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16771 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16772 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16773 * gst/mpegstream/gstmpegparse.h:
16774 * gst/mpegstream/gstrfc2250enc.h:
16775 Various changes to the way time is computed that make seeking and
16776 total time estimation much better here.
16777 Use G_BEGIN/END_DECLS instead of __cplusplus
16779 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16780 Use gst_buffer_stamp instead of only copying the TIMESTAMP
16782 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16784 * gst/subparse/gstsubparse.c:
16787 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16789 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16790 (theora_enc_chain), (theora_enc_change_state):
16791 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16792 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16793 (gst_vorbisenc_change_state):
16794 * ext/vorbis/vorbisenc.h:
16795 Set granulepos and timestamp correctly for streams not
16796 starting at 0, taking into account the initial delay.
16798 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16800 * gst/mpegstream/gstdvddemux.c:
16801 Add audio/x-dts to audio pad template caps
16803 2005-01-30 David Schleef <ds@schleef.org>
16805 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16806 (create_context), (gst_polypsink_link): Fix silly endianness
16807 bug. Add some debugging. Remove float from caps; it doesn't
16808 work. Attempt to get remote audio working.
16810 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16812 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16815 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16817 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16818 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16819 (gst_avi_demux_stream_data):
16820 * gst/avi/gstavidemux.h:
16821 Invert DIB images. Fixes #132341.
16823 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16825 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16826 (gst_ffmpegcsp_chain):
16827 D'oh, reference the palette data, not the palette structure.
16828 Fixes color distortion in #132341.
16830 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16832 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16833 PAR can be non-fixed when not provided as argument (#162626).
16835 2005-01-29 David Moore <dcm@acm.org>
16837 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16839 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16840 (gst_qtdemux_loop_header):
16841 Re-apply patch from #142272 that allows non-seekable sources,
16842 re-proposed by Daniel Drake <dsd@gentoo.org>.
16844 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16846 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16847 Use the src template for creating the src pad (#162330).
16849 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16852 * ext/musepack/Makefile.am:
16853 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16854 (gst_musepackdec_init), (gst_musepackdec_dispose),
16855 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16856 (gst_musepack_stream_init), (gst_musepackdec_loop),
16857 (gst_musepackdec_change_state):
16858 * ext/musepack/gstmusepackdec.cpp:
16859 * ext/musepack/gstmusepackdec.h:
16860 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16861 (gst_musepack_reader_read), (gst_musepack_reader_seek),
16862 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16863 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16864 * ext/musepack/gstmusepackreader.cpp:
16865 * ext/musepack/gstmusepackreader.h:
16866 Update to 1.1 API (#165446).
16868 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16873 2005-01-28 Andy Wingo <wingo@pobox.com>
16875 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16876 to reflect a different dubious internet source. Add a reference
16877 and some commentary.
16879 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16881 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16882 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16883 * gst/playback/gststreamselector.h:
16884 Be more selective when we're redoing caps negotiation from
16885 within the chain function on a stream change.
16887 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16891 * ext/amrnb/Makefile.am:
16892 * ext/amrnb/amrnb.c: (plugin_init):
16893 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16894 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16895 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16896 (gst_amrnbdec_state_change):
16897 * ext/amrnb/amrnbdec.h:
16898 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16899 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16900 (gst_amrnbparse_init), (gst_amrnbparse_formats),
16901 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16902 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16903 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16904 * ext/amrnb/amrnbparse.h:
16905 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16906 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16907 Add AMR-NB/-WB raw formats.
16908 * ext/alsa/gstalsa.c: (gst_alsa_link):
16909 Keep valid time when changing format.
16910 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16911 (qtdemux_parse_trak):
16912 Add some more format-specific options (#140141, #143555, #155163).
16914 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16916 * gst/matroska/matroska-demux.c:
16917 (gst_matroska_demux_parse_blockgroup):
16918 Fix logic error in timing of subtitle stream synchronization.
16919 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16920 Add skip-chunk, which is found in kodak-camera streams.
16922 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
16926 Adding Vietnamese translation (submitted by Clytie Siddall)
16928 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16930 * gst/playback/gstdecodebin.c: (try_to_link_1):
16931 Use realpad for signal.
16933 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16935 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16936 Fix category so decodebin picks it up.
16938 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16940 * ext/mad/Makefile.am:
16941 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16942 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16943 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16944 (found_type), (gst_id3demux_bin_change_state):
16945 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16946 (gst_id3_tag_init), (gst_id3_tag_handle_event),
16947 (gst_id3_tag_src_link), (gst_id3_tag_chain),
16948 (gst_id3_tag_change_state), (plugin_init):
16949 * ext/mad/gstmad.h:
16950 Add id3demuxbin (which is a simple bin consisting of id3demux
16951 and typefind), take over rank from id3demux, remove typefind
16952 code from id3demux. Makes all broken mp3s that I know of work,
16953 and thereby fixes #152688.
16955 2005-01-27 Edward Hervey <bilboed@bilboed.com>
16957 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16959 * ext/mad/gstmad.c: (gst_mad_src_event):
16960 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16961 Allow seeks on audio pad, make mad forward those (#164826).
16962 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16963 Set duration (#165335).
16965 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16967 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16968 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16969 (gst_asf_demux_process_ext_content_desc),
16970 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16971 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16972 * gst/asfdemux/gstasfdemux.h:
16973 Improve metadata display, e.g. if the metadata comes before the
16974 streams are loaded (which is perfectly valid).
16976 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16978 * tools/gst-launch-ext-m.m:
16979 Fix AVI/ASF pipelines (#165340).
16981 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
16982 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
16983 build failure on amd64
16985 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
16987 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16988 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16989 Check environment variables GST_ID3V2_TAG_ENCODING,
16990 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16991 list of character encodings to force interpretation of non-unicode
16992 strings stored in an ID3v2 tag to a particular encoding. If none
16993 is specified, try to use current locale's encoding, then fall back
16994 to ISO-8859-1 (which will always succeed). (Resolves #149274)
16995 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16996 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16997 Check environment variables GST_ID3V1_TAG_ENCODING,
16998 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16999 list of character encodings to use in case a string encountered
17000 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
17001 specified, try to use the current locale's encoding, then fall
17002 back to ISO-8859-1 (which will always succeed).
17004 2005-01-25 Benjamin Otte <otte@gnome.org>
17006 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17007 - on half framerate, compute the rate in advance so the comparisons
17008 don't compare wrong values
17009 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
17011 - don't use mad_header_decode anymore, mad_frame_decode does that
17013 - when getting rid of consumed bytes, reset the stream's skiplen
17016 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
17018 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
17019 Use 1/2 a second for default max_discont, as PES streams from DVB
17020 seem to have larger spacings in the SCR.
17023 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17025 * gst/playback/gstplaybasebin.c: (group_commit):
17026 Notify delayed stream-info availability.
17028 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
17029 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17030 (gst_a52dec_handle_event), (gst_a52dec_chain):
17031 Add some debug output. Check that a discont has a valid
17033 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17034 (gst_alsa_sink_loop):
17035 Ignore TAG events. A little extra debug for broken timestamps.
17036 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
17037 (dvdnavsrc_change_state):
17038 Ensure we send a discont to engage the link before we send any
17040 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
17041 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
17042 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
17043 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
17044 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
17045 dvd://title works in totem because typefinding sends a seek that ends
17046 up going back to chapter 1 regardless.
17047 * ext/mpeg2dec/gstmpeg2dec.c:
17048 * ext/mpeg2dec/gstmpeg2dec.h:
17049 Output correct timestamps and handle disconts.
17050 * ext/ogg/gstoggdemux.c: (get_relative):
17051 Small guard against a null dereference.
17052 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
17053 (gst_textoverlay_set_property):
17054 Free memory when done. Don't call gst_event_filler_get_duration on
17055 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
17057 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
17058 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
17059 (gst_sw_srclink), (gst_smoothwave_chain):
17060 Draw solid lines, prettier colours.
17061 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
17062 Add a default palette that'll work for some movies.
17063 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
17064 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
17065 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
17066 * gst/mpegstream/gstdvddemux.h:
17067 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
17068 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
17069 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
17070 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
17071 * gst/mpegstream/gstmpegparse.h:
17072 Use PTM/NAV events when for timestamp adjustment when connected to
17073 dvdnavsrc. Don't use many discont events where one suffices.
17074 * gst/playback/gstplaybasebin.c: (group_destroy),
17075 (gen_preroll_element), (gst_play_base_bin_add_element):
17076 * gst/playback/gstplaybasebin.h:
17077 Make sure we remove subtitles from the same bin we put them in.
17078 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
17079 (gst_subparse_buffer_format_autodetect),
17080 (gst_subparse_change_state):
17081 Fix some memleaks and invalid accesses.
17082 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
17083 (oggskel_type_find), (cmml_type_find), (plugin_init):
17084 Some typefind functions for Annodex v3.0 files
17085 * gst/wavparse/gstwavparse.h:
17086 GstRiffReadClass is the correct parent class.
17088 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17090 * gst-libs/gst/riff/riff-media.c:
17091 (gst_riff_create_video_caps_with_data):
17092 Add extradata to huffyuv (fixes #165013).
17093 * gst-libs/gst/riff/riff-read.c:
17094 (gst_riff_read_strf_vids_with_data):
17095 Fix extradata extraction if it is in the chunk size.
17097 2005-01-25 Edward Hervey <bilboed@bilboed.com>
17099 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17101 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
17102 (gst_quarktv_change_state), (gst_quarktv_dispose):
17103 Memory free'ing location fix (#164708).
17105 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17107 * gst/playback/gstplaybasebin.c: (group_commit),
17108 (gen_preroll_element), (probe_triggered), (gen_source_element),
17109 (setup_source), (gst_play_base_bin_change_state),
17110 (gst_play_base_bin_add_element):
17111 Don't block for streams.
17112 * gst/playback/gststreaminfo.c: (stream_info_change_state),
17113 (gst_stream_info_set_mute):
17114 Use gst_pad_set_active_recursive.
17116 2005-01-25 Andy Wingo <wingo@pobox.com>
17118 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
17119 for #ifndef HAVE_XVIDEO.
17121 2005-01-24 Jeffrey C. Ollie
17123 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
17125 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
17126 * ext/gsm/gstgsmdec.h:
17127 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
17128 * ext/gsm/gstgsmenc.h:
17129 Fix rate to 8kHz as per spec, removes obscure errors when no rate
17130 was given by property. Add proper buffer timestamps and offsets.
17132 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17134 * gst-libs/gst/riff/riff-media.c:
17135 (gst_riff_create_audio_caps_with_data):
17136 Audio can be <8000Hz.
17138 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17140 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17141 Explicit state change to workaround refcount bugs.
17143 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17145 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17146 (gst_avimux_riff_get_avi_header):
17149 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17151 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17152 (gst_riff_read_element_data):
17153 * gst-libs/gst/riff/riff-read.h:
17154 Add _peek version (req'ed in CDXA).
17155 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17156 (gst_cdxaparse_loop):
17157 Fix parsing in playbin.
17158 * gst/playback/gstdecodebin.c: (close_pad_link):
17159 Ignore current_ pads, they cause major annoyance.
17161 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17163 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17166 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17168 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17171 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17173 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17174 Allow for 0-sized buffers. Fixes length query problems in
17175 starwars.mkv from the testsuite.
17177 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
17179 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17180 (gst_video_box_i420), (gst_video_box_chain):
17181 Fix row strides for I420 (fixes #163159)
17183 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17185 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17186 MPEG2 has a useful rate property, so we can actually use that.
17187 For MPEG-1, continue using the bytes/time properties.
17189 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17191 * gst-libs/gst/riff/riff-media.c:
17192 (gst_riff_create_video_caps_with_data),
17193 (gst_riff_create_video_template_caps):
17196 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17198 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17199 Fail if caps negotiation fails. Should fix #162184, and should
17200 definately be in there regardless of it fixing the actual bug.
17201 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17202 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17203 (gst_avimux_riff_get_avix_header),
17204 (gst_avimux_riff_get_video_header),
17205 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17206 (gst_avimux_start_file), (gst_avimux_handle_event),
17207 (gst_avimux_change_state):
17208 * gst/avi/gstavimux.h:
17209 Refactor structure writing to use GST_WRITE_UINT macros, add
17210 metadata writing support.
17212 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17214 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17215 Elements may already be destroyed when this function is called.
17217 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17219 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17220 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17221 More memory leak fixes (#149162).
17223 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17225 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17226 (gst_qtdemux_add_stream):
17229 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17231 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17234 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17236 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17237 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17238 when fixating to six channels in Totem.
17240 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17242 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17243 Fix compile warnings on Solaris 10 buildbot
17245 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17247 * ext/dvdread/dvdreadsrc.c: (_read):
17248 Don't read beyond the last cell in a chapter (fixes
17249 invalid memory access)
17251 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17253 * ext/dvdread/stream_labels.c:
17254 (dvdreadsrc_get_audio_stream_labels):
17255 Use NULL for an empty GList instead of g_list_alloc(); fix
17256 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
17257 of GString (easier to bulk free later)
17259 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17261 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17263 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17264 (gst_ffmpeg_pixfmt_to_caps):
17265 Fix BGRA32 caps (#164209).
17267 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17269 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17271 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17272 (gst_ffmpeg_caps_to_pixfmt):
17273 alpha_mask can be RGBA/ABGR. Fixes #164265.
17275 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
17277 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17279 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17280 (gst_mpeg2dec_alloc_buffer):
17281 * ext/mpeg2dec/gstmpeg2dec.h:
17282 Crop if decoding size is not the actual image size (#163676).
17284 2005-01-17 Steve Baker <steve@stevebaker.org>
17286 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17288 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17289 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17290 Add libsndfile typefind functions (#163309).
17292 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17294 * tools/gst-launch-ext-m.m:
17295 Add .aac, fix .m1v/.m2v (#163891).
17297 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17299 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17300 Sanity check, don't wait endlessly since the clock might not
17301 actually run at this point (which is a deadlock). Fixes #164069.
17303 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17305 * gst/playback/gstplaybasebin.c: (probe_triggered):
17306 Of course, only pause if group is done...
17308 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17310 * gst/playback/gstplaybasebin.c: (probe_triggered):
17313 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
17315 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17316 Don't return state change success when the parent
17319 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17321 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17322 Free events (fix memleak in #162905).
17324 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
17326 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17328 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17329 (gst_ffmpeg_caps_to_pixfmt):
17330 Fix for depth = 15. Fixes #161675.
17332 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17334 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17335 Set FPS correctly, even for webcams and the like.
17336 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17337 Don error on setting while capturing.
17339 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17341 * ext/dv/gstdvdec.c:
17342 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17343 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17344 I'm a bad boy. using /1001. to force C to do float division
17345 and not integer division (as it did in my last commit)
17346 Thanks to David I. Lehn for pointing this mistake.
17348 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17350 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17351 Revert Johan's 1.35->1.36 since it breaks compat.
17353 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17355 * ext/dv/gstdvdec.c:
17356 * ext/libfame/gstlibfame.c:
17357 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17358 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17359 replace framerate aproximations by their real value
17360 (24000/1001, 30000/1001, 60000/1001)
17361 Finish fixing bug #164049
17363 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17365 * ext/ogg/gstoggmux.c:
17367 * gst/tcp/gstmultifdsink.c:
17368 * gst/tcp/gstmultifdsink.h:
17369 * gst/tcp/gsttcp.c:
17370 * gst/tcp/gsttcp.h:
17371 * gst/tcp/gsttcpclientsink.c:
17372 * gst/tcp/gsttcpclientsrc.c:
17373 * gst/tcp/gsttcpserversink.c:
17374 * gst/tcp/gsttcpserversrc.c:
17375 improve reusability of elements after state changes and errors
17376 make multifdsink throw away streamheaders when receiving new ones
17378 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17380 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17381 Fix for if items are already in list...
17383 2005-01-12 Benjamin Otte <otte@gnome.org>
17385 * gst/adder/gstadder.c: (gst_adder_loop):
17386 fix adder a bit so it doesn't screw up with events as much anymore
17388 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
17390 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17391 (pixbufscale_scale), (gst_pixbufscale_chain):
17392 * ext/gdk_pixbuf/pixbufscale.h:
17393 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17394 to ensure rowstrides are calculated the same way as
17396 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17397 that we pick up duration and offset also.
17399 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17401 * gst/avi/gstavimux.c: (gst_avimux_class_init),
17402 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17405 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17407 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17408 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17409 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17410 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17411 Update flags when requested.
17413 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17415 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17418 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17420 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17421 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17422 (probe_triggered), (new_decoded_pad), (gen_source_element),
17423 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17424 * gst/playback/gstplaybasebin.h:
17425 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17426 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17427 (gst_play_bin_change_state):
17428 Implement group-switch signal for use in apps to clear metadata
17429 cache, clean up subtitle, add suburi property instead of # hack,
17430 some error-out fixes.
17432 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17434 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17436 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17437 If we got a state change in the _get handler, don't return success.
17439 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17441 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17442 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17443 Make jpegdec quiet on MJPEG decoding
17444 * gst/asfdemux/README:
17445 Fix mimetypes for MJPEG and H263
17447 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17449 * ext/theora/theoradec.c: (theora_dec_chain):
17450 Fix broken code generation by gcc by swapping arguments.
17451 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17454 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17457 delete this file, it is by far outdated
17458 * ext/alsa/gstalsa.1: remove
17459 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17460 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17461 (gst_alsa_get_caps):
17462 Add HW probing for supported sample rates. Fixes #161704
17464 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17466 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17467 Don't crash, biatch! :).
17469 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17471 * ext/musepack/gstmusepackreader.cpp:
17472 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17473 Some work on tags - still doesn't work in playbin...
17474 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17477 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17479 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17480 Also shove tags on kid pads.
17482 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17484 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17485 Don't bail on unknown events.
17486 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17487 Don't crash on events before negotiation.
17488 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17489 Send tags on pads, too.
17490 * gst/playback/gststreamselector.c:
17491 (gst_stream_selector_request_new_pad):
17492 Forward events on first pad if no input was selected yet.
17494 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17496 * gst/playback/gstplaybasebin.c: (setup_substreams):
17497 Don't disable streamtype if the stream doesn't exist, since
17498 then playing a video after audio will disable both and nothing
17499 will happen. Fixes the testsuite.
17501 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17503 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17504 (gst_v4l_xoverlay_set_xwindow_id):
17505 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17506 (gst_v4l2_xoverlay_set_xwindow_id):
17507 Add debug categories, fix overlay disabling.
17509 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17511 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17512 * ext/alsa/gstalsa.h:
17513 Add HW probing for period_count/size and buffer_size MIX/MAX
17514 Adjust default/user defined value if out of bounds
17515 Should fix bug #162024
17517 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17519 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17520 Fix warning (#161191).
17522 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17524 * ext/dvdread/stream_labels.c:
17525 (dvdreadsrc_get_audio_stream_labels):
17526 Fix warning (init the good variable in switch default)
17528 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
17530 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17532 * gst/tta/gstttaparse.c: (gst_tta_src_event):
17533 Fix gcc-2.95 compile (#163485).
17535 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17538 * ext/flac/gstflacenc.c: (gst_flacenc_init),
17539 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17540 (gst_flacenc_tell_callback), (gst_flacenc_chain),
17541 (gst_flacenc_change_state):
17542 * ext/flac/gstflacenc.h:
17543 Update for API change in flac-1.1.1. Update requirement in
17544 configure.ac. Fixes #162974.
17546 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17548 * gst/playback/gstplaybasebin.c: (group_destroy):
17549 Remove hack to get rid of assert and get rid of unlinked
17552 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17554 * gst/playback/gstplaybasebin.c: (setup_source):
17555 Set source to NULL so that resources are free'ed. Fixes issues
17556 with playback of CDDA and similar device-accessing things.
17558 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17560 * testsuite/embed/Makefile.am:
17561 test->noinst, fix make test in buildbot.
17563 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17565 * ext/dvdread/stream_labels.c: new file
17566 * ext/dvdread/stream_labels.h: new file
17567 * ext/dvdread/Makefile.am:
17568 * ext/dvdread/dvdreadsrc.c: (_seek_title):
17569 Extract audio stream label from DVD IFO files.
17570 It only dump them on the console for now, still have to
17571 make playbin aware of them.
17573 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17575 * gst/playback/gstplaybasebin.c: (setup_source):
17578 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17580 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17581 (gen_preroll_element), (remove_groups), (setup_subtitle),
17582 (gen_source_element), (setup_source):
17583 * gst/playback/gstplaybasebin.h:
17584 Multiple .sub files is just a stupid idea... Fix some threading
17585 mistakes. Interestingly, external .sub files cause playbin to
17586 hang, I don't know why... Parsing fixes contributed by Fran??ois
17587 Kooman <fkooman@tuxed.net>.
17589 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17591 * testsuite/embed/Makefile.am:
17594 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17596 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17598 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17599 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17600 (gst_pngenc_set_property):
17601 * ext/libpng/gstpngenc.h:
17602 Add compression level property (#163323).
17604 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17607 * examples/capsfilter/capsfilter1.c: (main):
17608 * examples/seeking/spider_seek.c: (make_spider_pipeline):
17609 * ext/dvdread/Makefile.am:
17610 * ext/dvdread/demo-play:
17611 * ext/dvdread/demo-play.c:
17612 * gconf/gstreamer.schemas.in:
17613 * gst-libs/gst/gconf/gconf.c:
17615 * testsuite/Makefile.am:
17616 * testsuite/embed/Makefile.am:
17617 * testsuite/embed/embed.c: (cb_expose), (main):
17618 Remove all references to xvideosink, fix examples (#140845).
17619 * gst/playback/gstplaybasebin.c: (group_destroy):
17620 Apparently, disposal does not unlink - so do explicitely.
17621 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17624 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
17626 * README: fix PKG_CONFIG_PATH instructions, what was there
17627 previously was breaking default search path, not nice.
17630 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17632 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17633 (gst_audioscale_chain):
17634 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17635 when resampling - how the ^@$^!@^! is this possible?!?
17637 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17639 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17640 Reset variables on READY.
17641 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17642 (gst_matroska_mux_loop):
17643 Require data before writing header.
17645 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
17647 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17649 * ext/mad/gstmad.c: (gst_mad_chain):
17650 Don't call mad_stream_sync() directly after recovering sync.
17653 2005-01-09 Martin Eikermann <meiker@upb.de>
17655 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17657 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17658 (snapshot_handler), (gst_snapshot_sinkconnect),
17659 (gst_snapshot_chain):
17660 Allocate resources when required, fix recursive signal emission
17661 and fix caps. Fixes #161667.
17663 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17665 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17667 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17668 (gst_pngdec_chain):
17669 Handle only 8-bppc (bits-per-pixel-component) images, better
17670 error handling and correct strides. Fixes #163177.
17671 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17672 (gst_pngenc_chain):
17673 Better error handling. Fixes #163348.
17675 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17677 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17678 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17679 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17680 (dvdnavsrc_uri_handler_init):
17681 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17682 * gst/playback/gstplaybasebin.c: (gen_source_element):
17683 Add MMS to streaming URIs.
17685 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17687 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17688 * sys/xvimage/xvimagesink.c:
17689 (gst_xvimagesink_navigation_send_event):
17690 Check for pad availability before sending event.
17692 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17694 * gst-plugins.spec.in:
17697 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17700 Since we use functions from CVS, up requirement.
17702 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17704 * gst/playback/Makefile.am:
17705 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17706 (group_destroy), (group_commit), (group_is_muted),
17707 (gen_preroll_element), (add_stream), (unknown_type),
17708 (probe_triggered), (preroll_unlinked), (mute_stream),
17709 (silence_stream), (new_decoded_pad), (setup_substreams),
17710 (setup_source), (get_active_source), (mute_group_type),
17711 (muted_group_change_state), (set_active_source),
17712 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17713 (play_base_eos), (gst_play_base_bin_change_state):
17714 * gst/playback/gstplaybasebin.h:
17715 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17716 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17717 (gst_stream_info_dispose), (stream_info_mute_pad),
17718 (stream_info_change_state), (gst_stream_info_set_mute):
17719 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17720 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17721 (gst_stream_selector_init), (gst_stream_selector_dispose),
17722 (gst_stream_selector_get_linked_pad),
17723 (gst_stream_selector_get_caps), (gst_stream_selector_link),
17724 (gst_stream_selector_get_linked_pads),
17725 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17726 * gst/playback/gststreamselector.h:
17727 Adding stream selection support plus required properties for
17728 applications to use this. Fully fixes #100931.
17730 2005-01-08 Benjamin Otte <otte@gnome.org>
17732 * gst/games/gstpuzzle.c: (nav_event_handler):
17733 - handle nav events differently: forward every event no matter if it
17734 was handled or not.
17736 You can now cheat by using navigationtest ! puzzle and moving the
17737 mouse close to the edge of a tile. ;)
17739 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17742 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17743 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17744 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17745 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17746 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17747 (gst_ogm_parse_plugin_init):
17748 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17749 (gst_textoverlay_link), (gst_textoverlay_getcaps),
17750 (gst_textoverlay_event), (gst_textoverlay_video_chain),
17751 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17752 * ext/pango/gsttextoverlay.h:
17753 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17754 (gst_matroska_demux_handle_seek_event),
17755 (gst_matroska_demux_sync_streams),
17756 (gst_matroska_demux_parse_blockgroup),
17757 (gst_matroska_demux_subtitle_caps),
17758 (gst_matroska_demux_plugin_init):
17759 * gst/matroska/matroska-ids.h:
17760 * gst/playback/gstdecodebin.c: (close_pad_link):
17761 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17762 (gen_preroll_element), (remove_groups), (add_stream),
17763 (new_decoded_pad), (setup_subtitles), (gen_source_element),
17765 * gst/playback/gstplaybasebin.h:
17766 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17767 * gst/subparse/Makefile.am:
17768 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17769 (gst_subparse_base_init), (gst_subparse_class_init),
17770 (gst_subparse_init), (gst_subparse_formats),
17771 (gst_subparse_eventmask), (gst_subparse_event),
17772 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17773 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17774 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17775 (parse_mpsub_deinit), (parse_mpsub_init),
17776 (gst_subparse_buffer_format_autodetect),
17777 (gst_subparse_format_autodetect), (gst_subparse_loop),
17778 (gst_subparse_change_state), (gst_subparse_type_find),
17780 * gst/subparse/gstsubparse.h:
17781 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17783 Add subtitle support, .sub parser (supports SRT and MPsub),
17784 OGM text support, Matroska UTF-8 text support, deadlock fixes
17785 all over the place, subtitle awareness in decodebin/playbin
17786 and some fixes to textoverlay to handle subtitles in a stream
17787 correctly. Fixes #100931.
17789 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17791 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17792 Check for pad availability before doing a query on it.
17794 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17796 * ext/dv/gstdvdec.c:
17797 really fix bpp24/32 dvdec caps (classic rgba indeed)
17798 * gst/asfdemux/gstasfdemux.c:
17799 (gst_asf_demux_process_ext_content_desc):
17800 don't send text tags if they are empty (bis repetita)
17802 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17804 * ext/dv/gstdvdec.c:
17805 remove unneeded comment from dvdec
17806 (related to DV 4CC codes in AVI files)
17807 moved them in gstreamer/docs/random/mimetypes
17808 * gst/asfdemux/gstasfdemux.c:
17809 (gst_asf_demux_process_ext_content_desc):
17810 don't send text tags if they are empty
17811 fix mem leak on error path
17812 * gst/ffmpegcolorspace/avcodec.h:
17813 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17814 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17815 (gst_ffmpegcsp_avpicture_fill):
17816 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17817 * gst/ffmpegcolorspace/imgconvert_template.h:
17818 adds BGR32 and BGRA32 to ffmpegcolorspace
17819 (still bad colors, fixing it on next commit)
17820 helps with dvdec outputing BGR32
17822 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17824 * ext/dv/gstdvdec.c:
17825 Fix audio caps i just broke (missing ',')
17826 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17827 (gst_matroska_mux_reset):
17828 Fix typo + add FIXME about old "x-gst-metadata" crap
17830 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17832 * ext/dv/demo-play.c: (main):
17833 xvideosink -> xvimagesink
17834 * ext/dv/gstdvdec.c:
17835 change rgb 32/32 caps to 24/32 (no alpha)
17836 change nb of channels to be a list (2 or 4, not 2)
17837 change sample rate to be a list (32, 44.1, 48 kHz) not a range
17838 * gst/asfdemux/gstasfdemux.c:
17839 (gst_asf_demux_process_ext_content_desc):
17840 Add 'date/year' to extracted metadata list
17842 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17844 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17845 The return value of fixate_to does not imply that the requested
17846 value was set, so don't assume.
17848 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
17850 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17852 * ext/libpng/gstpngdec.c:
17853 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17854 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17855 * ext/libpng/gstpngenc.h:
17856 Alpha support (encoder; #163161), mime fixage.
17858 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
17860 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17862 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17863 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17864 (gst_faac_set_property), (gst_faac_get_property):
17865 * ext/faac/gstfaac.h:
17866 Allow for ADTS output (#153434).
17868 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17870 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17871 Fix against template (#150576).
17873 2005-01-06 Benjamin Otte <otte@gnome.org>
17875 * gst/games/gstpuzzle.c: (draw_puzzle):
17876 don't draw a puzzle if either width or height of tiles would be 0.
17878 2005-01-06 Benjamin Otte <otte@gnome.org>
17880 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17881 (gst_puzzle_class_init), (gst_puzzle_finalize):
17882 no memleaks, please
17883 (gst_puzzle_create), (gst_puzzle_init),
17884 (gst_puzzle_set_property), (gst_puzzle_setup):
17885 change initialization code around so we don't reshuffle on resize
17887 fix another stupid typo
17889 2005-01-06 Benjamin Otte <otte@gnome.org>
17891 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17892 fix stupid typo that borked copying on YUY2
17894 2005-01-06 Benjamin Otte <otte@gnome.org>
17896 * gst/games/gstpuzzle.c: (draw_puzzle):
17897 fix edges when image sizes aren't multiples of tile sizes
17899 2005-01-06 Benjamin Otte <otte@gnome.org>
17901 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17902 make RGB endianness work correctly
17903 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17904 refactor and fix race with initial shuffling
17905 (nav_event_handler):
17906 allow using the mouse to puzzle
17908 insist on tiles having width and height as multiples of 4 to get
17909 clean YUV image handling
17910 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17911 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17912 s/DEBUG/LOG/ for common messages
17913 (gst_xvimagesink_navigation_send_event):
17914 fix mouse event translation to not include screen PAR
17915 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17916 fix mouse event translation to actually work
17918 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17920 * gst/asfdemux/gstasfdemux.c:
17921 (gst_asf_demux_process_ext_content_desc):
17922 Extract TrackNumber metadata + clean up code
17923 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17924 Hope this is the good fix (var used unitialised)
17926 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17928 * ext/faad/gstfaad.c: (gst_faad_chain):
17929 Only increment timestamp if it's valid. Fixes raw AAC streams.
17931 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
17934 * gst/games/Makefile.am:
17935 * gst/games/gstpuzzle.c:
17936 add a puzzle game with...
17937 * gst/games/gstvideoimage.c:
17938 * gst/games/gstvideoimage.h:
17939 ... full colorspace support (that includes YUV9 and RGB16)) stolen
17940 from videotestsrc and made into something that would be a nice
17941 library for a lot of other plugins.
17943 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17946 don't compile faad plugin if a RC of 2.0 is found
17947 Fixes #155346 (and FC1 buildbot)
17948 * gst/asfdemux/gstasfdemux.c:
17949 (gst_asf_demux_process_ext_content_desc):
17950 try to make Solaris compiler happier
17952 2005-01-06 Paul Jack <pjack@sfaf.org>
17954 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17956 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17957 Fix segfault (#161667).
17959 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17961 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17962 Fix framerate reporting.
17964 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17966 * gst-libs/gst/riff/riff-ids.h:
17967 * gst/wavenc/riff.h:
17968 Add AMR (VBR and CBR) ids to riff.h audio codec list
17969 * gst/asfdemux/gstasfdemux.c:
17970 (gst_asf_demux_process_ext_content_desc),
17971 (gst_asf_demux_process_object):
17972 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17974 2005-01-05 Martin Eikermann <meiker@upb.de>
17976 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17978 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17979 (gst_dvd_demux_handle_discont):
17980 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17981 (gst_mpeg_demux_handle_discont):
17982 Recreate pads on new-media (#160730).
17983 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17984 Send discont even if manager changes timestamps (#161929).
17986 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
17988 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17990 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17991 Fix invalid memory access (#159211).
17993 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17995 * examples/gstplay/player.c: (main):
17997 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17998 Add visualizations.
17999 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
18000 (gst_a52dec_handle_frame):
18002 * ext/dvdnav/gst-dvd:
18003 Add audioconvert. Fixes #161325.
18004 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
18005 Explicitely case to gint64. Possible valgrind error.
18006 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
18007 (gst_play_tick_callback), (gst_play_change_state),
18008 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
18009 (gst_play_set_location), (gst_play_get_location),
18010 (gst_play_seek_to_time), (gst_play_set_data_src),
18011 (gst_play_set_video_sink), (gst_play_set_audio_sink),
18012 (gst_play_set_visualization), (gst_play_connect_visualization),
18013 (gst_play_get_framerate), (gst_play_get_all_by_interface),
18015 Use playbin. Fixes #139749 and #147744.
18016 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
18018 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18019 (audioscale_get_type), (gst_audioscale_base_init),
18020 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
18021 (gst_audioscale_getcaps), (gst_audioscale_fixate),
18022 (gst_audioscale_link), (gst_audioscale_get_buffer),
18023 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
18024 (gst_audioscale_init), (gst_audioscale_dispose),
18025 (gst_audioscale_chain), (gst_audioscale_set_property),
18026 (gst_audioscale_get_property), (plugin_init):
18028 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
18030 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
18031 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18032 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
18033 Add more metadata (fixes #162656).
18035 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
18040 === release 0.8.7 ===
18042 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
18047 releasing 0.8.7, "Hyperspace"
18049 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
18051 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18053 * gst/playback/gstplaybasebin.c:
18054 Fix for #162924 - free caps after use, not before
18056 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
18058 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18060 * gst/playback/gstplaybasebin.c:
18061 * gst/wavparse/gstwavparse.c:
18062 Fix for #154773 - fixes playback of small .wav files
18064 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
18066 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18068 * gst/audioscale/gstaudioscale.c:
18069 Fix for #162819 - make audioscale reusable
18070 Fixes playback of more than one file with playbin/totem
18072 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
18074 * gst/ffmpegcolorspace/avcodec.h:
18075 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18076 * gst/ffmpegcolorspace/imgconvert.c:
18077 clean up the mess that made me cry and avoid needless duplication
18079 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
18081 * gst/ffmpegcolorspace/imgconvert.c:
18082 give some indication of why we're segfaulting
18084 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18087 Fix indentation, fix v4l2 plugin detection.
18089 Fix libmms location (Maciej, use diff -u!).
18090 * ext/alsa/gstalsa.c: (gst_alsa_init):
18091 Initialize caps cache to NULL.
18092 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18093 Only change state on audiosink if it exists.
18095 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
18097 * gst/matroska/matroska-demux.c:
18098 * gst/matroska/matroska-ids.h:
18099 * gst/matroska/matroska-demux.h:
18100 Fix Vorbis streams failing to decode in some files, where cluster_time
18101 isn't 0, because then it doesn't send codec_priv before actual data.
18102 Remove time-based test and replace it with marker set on beginning of
18105 2004-12-28 David Schleef <ds@schleef.org>
18107 Merge patch from Ronald fixing problems with streaming
18109 * ext/cairo/gstcairo.c: (plugin_init):
18110 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18111 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18112 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18113 (gst_textoverlay_font_init), (gst_textoverlay_init),
18114 (gst_textoverlay_set_property):
18115 * ext/cairo/gsttextoverlay.h:
18117 2004-12-27 David Schleef <ds@schleef.org>
18119 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18120 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18121 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18122 (gst_textoverlay_font_init), (gst_textoverlay_init),
18123 (gst_textoverlay_set_property): Improvements to actually
18124 render text as white on black outline on video, including
18125 font selection and horizontal/vertical alignment. (Ronald's
18127 * ext/cairo/gsttextoverlay.h:
18129 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18131 * ext/ogg/gstogg.c:
18132 * ext/ogg/gstogmparse.c:
18133 fix ogm[audio/video]parse plugin registration
18134 (riff won't load if bytestream is already loaded)
18136 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18138 * gst/audioconvert/gstchannelmix.c:
18141 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18145 disable docs again until it actually passes make distcheck.
18147 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18149 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18150 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18152 Add 3GP (variables name Q3GP because they can't start with a
18153 number). Add samr audio fourcc (used in .3gp files), decoder
18154 is work in progress. Also do a GST_WARNING instead of ERROR
18155 in case of unknown nodes, to decrease output.
18157 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18162 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
18165 * ext/speex/gstspeexdec.h:
18166 * ext/speex/gstspeexenc.h:
18167 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
18168 Fix detection code in configure.ac
18170 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18172 * gst/matroska/matroska-demux.c:
18173 (gst_matroska_demux_parse_blockgroup):
18174 Save position, so that queries give proper return values. Don't
18175 know how this could ever have worked before...
18177 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
18180 Put additional LAME check inside the conditional. Fixes #152339
18182 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18184 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18185 (gst_avi_demux_stream_scan):
18186 Add some more debug. Fix logic error when setting movi offset
18187 while reading index.
18189 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18191 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18192 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18193 (gst_avi_demux_process_next_entry):
18194 Add some debugging. Better detection of broken indexes and the
18195 accompanying index recovery. No infinite loops on state changes
18196 when we're still in our loopfunction.
18198 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18203 2004-12-22 Archana Shah <archana.shah@wipro.com>
18205 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18207 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18208 Normalizing the value before setting
18209 (gst_sunaudiomixer_get_volume):
18210 Normalizing the value after getting. Fixes bug# 161980
18212 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18214 * Makefile.am: Make sure docs gets disted
18215 * docs/Makefile.am: Make sure all needed files get disted
18216 * gst-plugins.spec.in: latest updates
18218 2004-12-22 Wim Taymans <wim@fluendo.com>
18220 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18221 Revert patch 1.38 as clock distribution over schedulers does
18222 not work correcly in the core yet.
18224 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18226 * sys/oss/README: remove this file, which predates my birth
18227 (and which content is by far outdated)
18229 2004-12-20 Stefan Kost <ensonic@users.sf.net>
18233 * docs/Makefile.am:
18234 * docs/libs/Makefile.am:
18235 * docs/libs/gst-plugins-libs-docs.sgml:
18236 * docs/libs/gst-plugins-libs-sections.txt:
18237 * docs/libs/tmpl/gstgconf.sgml:
18239 * docs/version.entities.in:
18240 Added boilerplate gtk-doc files for plugin-libs documentation.
18242 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18244 * gst/auparse/gstauparse.c: fix int and float audio caps
18246 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18248 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18249 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18250 g_assert() can be a macro, don't use #ifdef inside it.
18252 2004-12-19 Edward Hervey <bilboed@bilboed.com>
18254 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18256 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18257 (gst_videorate_init), (gst_videorate_chain),
18258 (gst_videorate_change_state):
18259 Event handling (fixes #159986).
18261 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18263 * gst-libs/gst/riff/riff-media.c:
18264 (gst_riff_create_video_caps_with_data):
18265 Add BLZ0 (Blizzard's version of DivX) fourcc.
18267 2004-12-18 David Schleef <ds@schleef.org>
18269 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18272 2004-12-18 David Schleef <ds@schleef.org>
18274 * gst/tta/ttadec.h: Disable some header code that isn't used
18275 and clearly isn't portable.
18277 2004-12-18 David Schleef <ds@schleef.org>
18279 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18280 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18281 (avcodec_get_pix_fmt), (avpicture_layout),
18282 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18283 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18284 Fix code to not use GCC extensions (and c99 extensions that
18285 Forte does not like.)
18287 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
18289 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18291 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18292 (gst_deinterlace_chain):
18293 Rowstride fixes. Fixes #161039.
18294 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18295 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18296 (gst_video_crop_getcaps), (gst_video_crop_link),
18297 (gst_video_crop_i420), (gst_video_crop_chain),
18298 (gst_video_crop_change_state):
18299 Rework of negotiation. Actually works now. Fixes #158650.
18301 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18303 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18304 That was very stupid.
18306 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18308 * gst/matroska/matroska-demux.c:
18309 (gst_matroska_demux_parse_blockgroup):
18310 Fix possible crasher.
18312 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18314 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18315 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18316 Lace sizes can be zero.
18318 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18320 * ext/musepack/gstmusepackdec.cpp:
18321 Fetch error return values. Fixes #161624.
18322 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18325 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18327 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18328 Work for truncated (unfinished download etc.) files. Fixes #160514.
18330 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18332 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18333 Fix for integer overflow. Makes #156001 not crash. Probably masks
18336 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18338 * gst/ac3parse/gstac3parse.c: (plugin_init):
18339 Parsers never have ranks. Fixes #159651.
18341 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
18343 * gst/playback/gstdecodebin.c: (compare_ranks):
18344 make sure the facotries are ordered the same every time even if they
18345 have the same rank by using the name
18346 * gst/playback/gstdecodebin.c: (find_compatibles):
18347 make sure we don't add factories to the list twice
18349 2004-12-16 David Schleef <ds@schleef.org>
18351 * configure.ac: look for musepack headers as musepack/*.h
18353 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18354 * ext/musepack/gstmusepackreader.h: same
18356 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18358 * gst-libs/gst/riff/riff-read.c:
18359 (gst_riff_read_strf_auds_with_data):
18360 Read extradata correctly (fixes #155879).
18362 2004-12-16 David Schleef <ds@schleef.org>
18364 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18365 audio. does _not_ attempt or allow conversion unless channels
18368 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18370 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18372 2004-12-16 David Schleef <ds@schleef.org>
18374 * gst/audioscale/gstaudioscale.c: the resample library only
18375 handles 1 or 2 channels. Change caps to compensate.
18377 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18379 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18380 (gst_matroska_demux_audio_caps):
18381 Some MPEG-AAC hacks, because else it doesn't work...
18383 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18385 * gst-libs/gst/riff/riff-media.c:
18386 (gst_riff_create_video_caps_with_data),
18387 (gst_riff_create_video_template_caps):
18390 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18392 * gst-libs/gst/audio/Makefile.am:
18393 Try to fix buildbot.
18395 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
18397 * gst/tcp/gstmultifdsink.c:
18398 Clean up and uniformize debugging.
18400 2004-12-16 Edward Hervey <bilboed@bilboed.com>
18402 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18404 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18405 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18406 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18407 (gst_mpeg_demux_change_state):
18408 Reset on ready. Fixes 160276.
18410 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18412 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18414 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18415 (gst_ffmpegcsp_pad_link):
18416 Fix memleak (#154815).
18418 2004-12-16 James Bowes <bowes@cs.dal.ca>
18420 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18422 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18423 (gst_musicbrainz_init), (gst_musicbrainz_chain),
18424 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18425 * ext/musicbrainz/gsttrm.h:
18426 Add support for using a proxy server when getting a trm id from
18427 the MusicBrainz database (#149613).
18429 2004-12-16 Christophe Fergeau <teuf@gnome.org>
18431 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18433 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18434 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18435 Fix memleaks (#157233).
18437 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18439 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18441 * gst-libs/gst/resample/resample.c: (gst_resample_close):
18442 * gst-libs/gst/resample/resample.h:
18443 * gst/audioscale/gstaudioscale.c:
18444 Fix memleak (#159215).
18446 2004-12-16 Toni Willberg <toniw@iki.fi>
18448 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18450 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18451 * sys/oss/oss_probe.c: (main):
18452 Check for mono/stereo support (similar to samplerate probing),
18453 fixes #159433. Also add missing copyright header to oss_probe.c.
18455 2004-12-15 David Schleef <ds@schleef.org>
18457 * configure.ac: add audioresample and cairo plugins. Remove
18458 HAVE_MMX stuff, because it's not used.
18459 * ext/Makefile.am: same
18460 * ext/audioresample/Makefile.am: You are not ready for an
18461 audio resampling element based on audioresample.
18462 * ext/audioresample/gstaudioresample.c:
18463 * ext/audioresample/gstaudioresample.h:
18464 * ext/cairo/Makefile.am: You are not ready for overlay elements
18465 based on cairo. Don't look too closely, these elements kinda
18467 * ext/cairo/gstcairo.c: new
18468 * ext/cairo/gsttextoverlay.c: new
18469 * ext/cairo/gsttextoverlay.h: new
18470 * ext/cairo/gsttimeoverlay.c: new
18471 * ext/cairo/gsttimeoverlay.h: new
18472 * gst-libs/gst/media-info/media-info-priv.h: fix compile
18473 problem with compilers that don't support variadic macros.
18475 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
18477 Reviewed by: David Schleef <ds@schleef.org>
18479 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
18480 Bala, registering sunaudiosrc (oops!), and cleaning up code a
18481 bit. Also ran indent-gst.
18482 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18483 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18484 (gst_sunaudiosrc_setparams):
18486 2004-12-14 David Schleef <ds@schleef.org>
18488 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18489 output rate to 16000. Should fix #160235.
18491 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18493 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18494 Add typefinding for mpeg2 pes streams
18496 2004-12-13 David Schleef <ds@schleef.org>
18498 * configure.ac: Applied patch from bug #143659, making default
18499 sources and sinks OS-dependent (for Solaris), and added code
18501 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18503 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18505 * gst-libs/gst/riff/riff-media.c:
18506 forgot to add h2.64 to avidemux template caps
18508 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18510 * gst/wavenc/riff.h:
18511 * gst-libs/gst/riff/riff-media.c:
18512 * gst-libs/gst/riff/riff-ids.h:
18513 * gst/avi/gstavimux.c
18514 add 4CC code for VideoSoft h264 in AVI (VSSH)
18516 remove s323 from riff, it's quicktime specific :(
18518 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18520 * gst/asfdemux/README
18521 * gst/wavenc/riff.h
18522 * gst-libs/gst/riff/riff-ids.h
18523 * gst-libs/gst/riff/riff-media.c
18524 * gst/qtdemux/qtdemux.c:
18525 add new 4CC codes for h263 related codecs
18526 fixes partially bug #155163
18528 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
18530 * configure.ac: Update polyaudio requirement to 0.7
18531 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18533 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18535 * gst/interleave/deinterleave.c:
18536 fix my name's spelling! :)
18538 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18540 * AUTHORS ChangeLog
18541 * gst/auparse/gstauparse.c
18542 * gst/interleave/deinterleave.c
18544 alaw-decode.c alaw-encode.c
18545 mulaw-decode.c mulaw-encode.c
18546 * gst/oneton/gstoneton.c
18548 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18550 cocoawindow.h cocoawindow.m
18551 osxvideosink.h osxvideosink.m
18553 put the same mail address for Zaheer Abbas Merali everywhere
18555 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18557 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18558 Align by packetsize, and assert that we a packet available before
18559 playing. The first makes webstreams work (they often include
18560 trailing padding data in a packet), the second allows pausing a
18561 ASF stream in totem without getting demux errors afterwards.
18563 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18565 * ext/ogg/gstoggdemux.c: (get_relative):
18566 Check for non-NULL before accessing member (end-of-chain).
18568 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18570 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18571 (cdparanoia_set_property), (cdparanoia_get_property):
18572 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18573 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18574 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18575 (dvdreadsrc_init), (dvdreadsrc_set_property),
18576 (dvdreadsrc_get_property):
18577 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18578 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18579 Synchronize property names where not yet the case. Devices are
18580 now device=X, other versions are deprecated (but still exist).
18581 Also use g_free() unconditionally.
18582 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18583 (setup_source), (gst_play_base_bin_get_property):
18586 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
18588 * configure.ac: move GCONF macro outside conditional for the am
18589 conditional. Fixes #160439
18591 2004-12-08 David Schleef <ds@schleef.org>
18593 * tools/gst-visualise-m.m: Switch to elements that currently
18596 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18598 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18599 We love wrong commas.
18601 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18603 * gst/matroska/matroska-demux.c:
18604 (gst_matroska_demux_handle_src_query):
18605 Don't set DEFAULT, unsupported - makes length display incorrectly
18608 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18610 * gst/monoscope/README: remove blurb about files being GPL
18611 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18612 * gst/monoscope/monoscope.c: Change license to BSD with explanation
18613 monoscope is now effectively LGPL licensed
18615 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18617 * gst/monoscope/README: Update information to be more correct
18618 * gst/monoscope/convolve.c: Relicense to LGPL
18619 * gst/monoscope/convolve.h: Relicense to LGPL
18621 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
18623 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18624 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18625 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18626 set default_duration for mpeg1 audio
18628 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18630 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18631 * ext/alsa/gstalsa.h:
18632 refactor big chunks of the core caps negotiation code to make it
18633 a lot faster, because people claim it's really slow
18634 (actually, just cache the getcaps when the device is opened)
18636 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18638 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18639 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18640 (gst_a52dec_handle_frame), (gst_a52dec_chain),
18641 (gst_a52dec_change_state), (plugin_init):
18642 * ext/a52dec/gsta52dec.h:
18643 Do something useful with timestamps. Make chain-based (since
18644 there's really no reason to be loopbased).
18645 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18646 Update current_byte/frame correctly.
18648 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18650 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18651 (gst_ape_demux_stream_init):
18654 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18656 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18657 Let's make sure we're done typefinding when detecting tags.
18659 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18661 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18662 (gst_ebml_read_init), (gst_ebml_read_use_event),
18663 (gst_ebml_read_element_id), (gst_ebml_peek_id),
18664 (gst_ebml_read_seek), (gst_ebml_read_skip),
18665 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18666 (gst_ebml_read_master):
18667 * gst/matroska/ebml-read.h:
18668 * gst/matroska/matroska-demux.c:
18669 (gst_matroska_demux_parse_contents),
18670 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18671 Disgustingly evil hack for working around INTERRUPT events and
18672 their extremely annoying habit of being a pain in the ass. We
18673 simply peek a cluster before reading any of it.
18675 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18677 * ext/musepack/gstmusepackdec.cpp:
18678 There's also floating point libmusepacks.
18680 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18682 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18683 (gst_faad_chanpos_to_gst), (gst_faad_chain):
18684 Set DURATION even if source buffer didn't. Also use increasing
18686 * gst-libs/gst/riff/riff-media.c:
18687 (gst_riff_create_audio_caps_with_data):
18688 Block_align can have larger values than 8192.
18690 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18692 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18693 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18694 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18695 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18698 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18700 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18703 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18705 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18708 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18710 * ext/esd/esdsink.c: (gst_esdsink_chain):
18711 Make error actually say something useful (fixes #156798).
18712 * gst-libs/gst/riff/riff-media.c:
18713 (gst_riff_create_video_caps_with_data),
18714 (gst_riff_create_video_template_caps):
18715 Add Intel Video 5.0 fourcc (IV50).
18717 2004-12-01 Christophe Fergeau <teuf@gnome.org>
18719 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18720 detection on mono and stereo mp3 files.
18722 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18724 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18725 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18726 the contained stream).
18728 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18730 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18731 Oops, remove debug.
18733 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18735 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18737 * gst/law/alaw-decode.c: (alawdec_getcaps):
18738 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18739 Prevent warnings when negotiating caps (fixes #159338).
18741 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18743 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18744 (gst_ffmpegcsp_chain):
18745 Remove old leftover that shouldn't be there...
18747 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18749 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18751 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18752 Don't forward DISCONT events (fixes #159684).
18754 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18756 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18757 Unlink manually since sometimes bin disposal (and therefore
18758 pad unlinking) is delayed, which will cause a new media file
18759 to not be able to start playing instantly.
18761 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18763 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18764 On mute of an unlinked stream, check for pad availability so
18765 we don't crash on unlinked pad.
18767 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18769 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18770 (gst_avi_demux_massage_index):
18771 Fix quite humiliating bug in omitting 0-sized index chunks but
18772 forgetting to count them for timestamps.
18774 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18776 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18777 Actually leave the loop if we failed to sync. Don't crash.
18779 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18781 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18782 (gst_dvd_demux_process_private):
18783 * gst/mpegstream/gstdvddemux.h:
18784 Fix crash (#159759). Doesn't work, though. :-(.
18786 2004-11-28 Benjamin Otte <otte@gnome.org>
18788 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18789 more overwriting protection due to modifying channels one by one
18790 instead of all at once
18792 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18794 * gst/audioconvert/gstchannelmix.c:
18795 (gst_audio_convert_fill_normalize):
18796 Normalize using absolute values.
18798 2004-11-28 Julien MOUTTE <julien@moutte.net>
18802 * ext/directfb/Makefile.am:
18803 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18804 (gst_directfbvideosink_get_pixel_format),
18805 (gst_directfbvideosink_get_format_from_fourcc),
18806 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18807 (gst_directfbvideosink_sink_link),
18808 (gst_directfbvideosink_change_state),
18809 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18810 (gst_directfbvideosink_buffer_alloc),
18811 (gst_directfbvideosink_interface_supported),
18812 (gst_directfbvideosink_interface_init),
18813 (gst_directfbvideosink_navigation_send_event),
18814 (gst_directfbvideosink_navigation_init),
18815 (gst_directfbvideosink_set_property),
18816 (gst_directfbvideosink_get_property),
18817 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18818 (gst_directfbvideosink_base_init),
18819 (gst_directfbvideosink_class_init),
18820 (gst_directfbvideosink_get_type), (plugin_init):
18821 * ext/directfb/directfbvideosink.h: Adding a first version of
18823 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18826 2004-11-28 Benjamin Otte <otte@gnome.org>
18828 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18829 walk the samples backwards if out_channels > in_channels so we don't
18832 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18834 * gst/audioconvert/Makefile.am:
18835 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18836 (gst_audio_convert_link), (gst_audio_convert_change_state),
18837 (gst_audio_convert_channels):
18838 * gst/audioconvert/gstchannelmix.c:
18839 (gst_audio_convert_unset_matrix),
18840 (gst_audio_convert_fill_identical),
18841 (gst_audio_convert_fill_compatible),
18842 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18843 (gst_audio_convert_fill_others),
18844 (gst_audio_convert_fill_normalize),
18845 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18846 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18847 * gst/audioconvert/gstchannelmix.h:
18848 Implement a channel mixer.
18850 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
18852 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18853 * ext/alsa/gstalsa.h:
18854 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18855 Make alsasink actually honor gst_element_set_clock and use that
18856 clock instead of its internal one.
18858 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18860 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18861 (gst_play_base_bin_change_state): nullify source and decoder when
18862 going from READY to NULL so that we don't try to do weird stuff with
18863 them when going from NULL to READY
18864 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18865 instead of g_object_unref
18866 (gen_video_element), (gen_audio_element): more refcounting fixes, now
18867 it should be correct
18868 (gst_play_bin_change_state): don't call remove_sinks if we are
18869 currently disposing the object
18871 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18873 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18874 Don't forget bass if it's there. Else left channel is silent...
18876 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18878 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18879 (gst_a52dec_change_state):
18880 Don't do sample adjusting anymore, we use float audio now.
18881 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18882 Don't fixate to non-existing properties.
18884 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18886 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18887 (gst_a52dec_change_state):
18888 Advertise that we can do surround sound.
18890 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18892 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18893 Add buffer-frames=0.
18894 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18895 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18896 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18897 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18898 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18899 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18900 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18901 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18902 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18903 * ext/dvdread/dvdreadsrc.h:
18904 Add seeking, querying for bytes, sectors, title, angle and
18905 chapter. Handle multiple chapters. Relicense to LGPL because
18906 Billy agreed on that (thanks Billy!).
18908 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18910 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18911 call parent dispose method
18913 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
18915 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18916 (gst_audio_clock_get_internal_time):
18917 Fix active <-> inactive transitions: ensure time value always
18918 grows and avoid abrupt value changes.
18920 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
18923 * gst/tta/Makefile.am:
18925 * gst/tta/filters.h:
18926 * gst/tta/gsttta.c:
18927 * gst/tta/gstttadec.c:
18928 * gst/tta/gstttadec.h:
18929 * gst/tta/gstttaparse.c:
18930 * gst/tta/gstttaparse.h:
18931 * gst/tta/ttadec.h:
18932 added TTA parser and decoder
18934 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18936 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18937 (probe_triggered), (check_queue), (buffer_underrun),
18938 (buffer_running), (buffer_overrun), (gen_source_element),
18940 * gst/playback/gstplaybasebin.h:
18941 Implement buffering. Needs some more work.
18943 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18945 * ext/theora/theoradec.c: (theora_dec_chain):
18946 Fix ilog mask range overflow.
18948 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18950 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18951 Don't omit the last (which in case of dmix is the only :) )
18952 channel count. Don't set channels if <= 2.
18954 2004-11-26 Christophe Fergeau <teuf@gnome.org>
18956 * gst/playback/gstplaybin.c: (gen_video_element),
18957 (gen_audio_element): Removed 2 obsolete comments
18959 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18961 * ext/vorbis/oggvorbisenc.c
18962 * ext/vorbis/vorbisenc.c :
18963 change description fields of those plugins to differentiate them
18964 (pitivi show Encoders by description, they had the same one)
18966 2004-11-25 Christophe Fergeau <teuf@gnome.org>
18968 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18970 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18971 (gst_play_bin_set_property), (gen_video_element),
18972 (gen_audio_element):
18973 Refcounting fixes for provided audio-/videosinks.
18975 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18977 * gst/playback/gstplaybin.c: (gen_video_element),
18978 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18979 Don't reference all sinks, but only the video- and audiosinks.
18980 The vis. element should be disposed when we're done with it.
18981 We don't have any reason to keep it around. This fixes warnings
18982 when reusing playbin for playing multiple audio files with
18983 vis. enabled. Also release audio device on pause - idea stolen
18986 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18988 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18989 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18990 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18991 * ext/alsa/gstalsaplugin.c: (plugin_init):
18992 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18993 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18994 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18995 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18996 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18997 (gst_faad_change_state), (plugin_init):
18998 * ext/faad/gstfaad.h:
18999 * ext/vorbis/vorbis.c: (plugin_init):
19000 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19001 * gst-libs/gst/audio/Makefile.am:
19002 * gst-libs/gst/audio/audio.c: (plugin_init):
19003 * gst-libs/gst/audio/multichannel.c:
19004 (gst_audio_check_channel_positions),
19005 (gst_audio_get_channel_positions),
19006 (gst_audio_set_channel_positions),
19007 (gst_audio_set_structure_channel_positions_list),
19008 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
19009 (gst_audio_fixate_channel_positions):
19010 * gst-libs/gst/audio/multichannel.h:
19011 * gst-libs/gst/audio/testchannels.c: (main):
19012 * gst/audioconvert/gstaudioconvert.c:
19013 (gst_audio_convert_class_init), (gst_audio_convert_init),
19014 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
19015 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
19016 (gst_audio_convert_fixate), (gst_audio_convert_channels):
19017 * gst/audioconvert/plugin.c: (plugin_init):
19018 Surround sound support.
19020 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19022 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
19023 Fix position for discont if we're close as well. Nitpicking, but
19024 saves a few milliseconds of extra waiting or skipping.
19026 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19028 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
19029 We sometimes need parsers for playback, so add those too.
19031 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19034 * gst/apetag/Makefile.am:
19035 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
19036 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
19037 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
19038 (gst_ape_demux_get_src_query_types),
19039 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
19040 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
19041 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
19042 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
19043 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
19044 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
19045 (gst_ape_demux_change_state):
19046 * gst/apetag/apedemux.h:
19047 * gst/apetag/apetag.c: (plugin_init):
19048 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
19050 APE v1/2 tag reader plus typefind function.
19052 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19055 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19056 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19057 Remove hacks for older core. Require newer core version
19060 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19062 * gst/cdxaparse/Makefile.am:
19063 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
19064 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
19065 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
19066 * gst/cdxaparse/gstcdxaparse.h:
19067 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
19068 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
19069 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
19070 (gst_cdxastrip_get_src_query_types),
19071 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
19072 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
19073 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
19074 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
19075 * gst/cdxaparse/gstcdxastrip.h:
19076 SVCD/VCD header stripping separated from CDXA image parsing.
19077 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19079 Add VCD/SVCD header typefinding for VCD/SVCD.
19080 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
19081 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
19082 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
19083 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
19084 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
19085 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
19086 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19087 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
19088 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
19089 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
19090 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
19091 * sys/vcd/vcdsrc.h:
19092 Fix up, add seeking, querying, URI interface. Works in totem now.
19094 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
19099 === release 0.8.6 ===
19101 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
19119 releasing 0.8.6, "IOU Love"
19121 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19123 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19125 * gst/playback/gstplaybasebin.c:
19126 Fix unplayable files error handling. Fixes #158365
19128 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19130 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19132 * gst/typefind/gsttypefindfunctions.c:
19133 Fix broken mp3 typefinding. Fixes #158375
19135 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19137 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19139 * ext/ogg/gstoggdemux.c:
19140 Fix sync on broken files. Fixes #158976
19142 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19144 patch by: Edward Hervey <bilboed@bilboed.com>
19146 * ext/libpng/gstpngenc.c:
19147 Copy over buffer properties. Fixes #158832
19149 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19151 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19153 * ext/dvdread/dvdreadsrc.c:
19154 Fixes invalid reads (#158462)
19156 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19158 * sys/v4l/gstv4lsrc.c:
19159 * sys/v4l/gstv4lsrc.h:
19160 * sys/v4l/v4lsrc_calls.c:
19161 Probe less and cache it. Fixes #159187.
19163 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19165 * gst/videorate/gstvideorate.c:
19166 Handle all video formats. Fixes #159186.
19168 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
19169 * gst/synaesthesia/gstsynaesthesia.c:
19170 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19171 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19172 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19173 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19174 (gst_synaesthesia_change_state), (plugin_init):
19175 Fix up synaesthesia to work under different samplerates/ buffer sizes.
19176 Force 320x200 output, as that's the only thing the underlying
19177 synaesthesia implementation supports. Still needs to be made
19180 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19183 Fix mpeg2enc configure check (similar to mplex check below).
19185 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
19187 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19189 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19190 Fix for gcc-2.95 (fixes #158221).
19192 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19194 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19195 Re-add clock distribution hack (until new core is released).
19198 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
19200 fix mplex configure check segfaulting on some systems (bug #140994)
19202 2004-11-13 Benjamin Otte <otte@gnome.org>
19204 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19206 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19207 do a wait when we enter the loop func with no data available to
19208 write instead of getting into an 100% CPU loop by just returning and
19209 being called again by the scheduler
19211 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
19214 * ext/libvisual/visual.c: (gst_visual_get_type),
19215 (libvisual_log_handler), (gst_visual_getcaps),
19216 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19218 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19219 * ext/smoothwave/Makefile.am:
19220 * ext/smoothwave/demo-osssrc.c: (main):
19221 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19222 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19223 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19225 * ext/smoothwave/gstsmoothwave.h:
19226 Make gstsmoothwave a working element in the 20th century.
19228 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19229 Fix incorrect link function
19231 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19233 * gst/volume/gstvolume.c:
19234 Allow buffer-frames=0.
19236 2004-11-12 Iain <iaingnome@gmail.com>
19238 * configure.ac: Check for polypaudio
19240 * ext/Makefile.am: Build the polyp dir
19242 * ext/polyp: The polypsink sources.
19244 2004-10-30 Iain <iaingnome@gmail.com>
19246 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19247 caps to reflect the new number of channels.
19249 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19251 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19252 Fix for negotiation order problem. This would show when the
19253 ALSA loopfuction was called before any other function. ALSA
19254 wouldn't do anything because we're not negotiated yet, leading
19255 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19257 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
19259 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19261 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19262 No warnings (#157986).
19264 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19266 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19267 Prefer apev1/2 and id3v1 (at end of file) over musepack.
19269 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19271 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19272 Signal no-more-pads (so it works in playbin).
19274 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19276 * ext/musepack/gstmusepackreader.cpp:
19277 Workaround for older core.
19279 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19281 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19282 Actually test for odd width/height rather than testing whether
19283 a temporary variable that was 0 before we subtracted 1 is now
19284 not equal to zero (which it always is).
19286 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19288 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19289 Fix compilation if HAVE_XVIDEO is not defined
19291 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19293 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19294 Fix compilation if HAVE_XVIDEO is not defined
19296 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
19298 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19299 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19300 (gst_goom_change_state), (plugin_init):
19301 Use the bytestream adapter so goom doesn't depend on the input
19303 Add a debug category
19305 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19307 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19308 Only set hardware parameters *after* negotiation. Before
19309 negotiation, it will set ANY and that seems to cause crashes
19310 (see e.g. #151288, #153227).
19312 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19314 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19315 This seems to be antique leftover. It needs to pass error
19317 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19318 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19319 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19320 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19321 Fix GstXOverlay implementation (#151059).
19323 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19325 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19326 Don't assert (#157853).
19328 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19330 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19331 Fix bytes/samples confustion.
19332 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19333 Fix for underrun (#144389).
19335 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19337 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19338 Disable halfway-seek for pending release (since it needs a new
19341 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19343 * sys/v4l/gstv4lsrc.c:
19344 * sys/v4l/gstv4lsrc.h:
19345 * sys/v4l/v4lsrc_calls.c:
19346 add autoprobe-fps property so we can separate autoprobing parts
19348 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19350 * sys/v4l/gstv4lsrc.c:
19351 * sys/v4l/v4lsrc_calls.c:
19352 initialise fourcc to catch unset fourcc's, and debug
19354 2004-11-09 Wim Taymans <wim@fluendo.com>
19356 * gst/playback/README:
19357 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19358 * gst/playback/gstplaybin.c: (gst_play_bin_init),
19359 (gst_play_bin_dispose), (gst_play_bin_set_property),
19360 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19361 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19362 (gst_play_bin_get_formats), (gst_play_bin_convert),
19363 (gst_play_bin_get_query_types), (gst_play_bin_query):
19364 Cleanups and some more documentation.
19366 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
19368 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19369 (gst_cacasink_init), (gst_cacasink_chain):
19370 * ext/libcaca/gstcacasink.h:
19371 Cacasink inherits from VideoSink, so let that store the clock.
19373 2004-11-09 Wim Taymans <wim@fluendo.com>
19375 * gst/playback/README:
19376 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19377 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19378 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19379 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19380 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19382 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19383 (gst_stream_info_is_mute), (gst_stream_info_set_property):
19384 * gst/playback/gststreaminfo.h:
19386 Only switch groups if all streams have muted (EOSed).
19387 Send Tags in sync with the stream playback instead of in
19388 the playback/preroll phase.
19389 Some cleanups, free the fakesrc elements.
19391 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
19393 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19394 buffer-frames property was missing
19395 * ext/arts/gst_arts.c:
19396 rate missing from sinkcaps
19397 * ext/audiofile/gstafparse.c:
19398 * ext/audiofile/gstafsink.c:
19399 * ext/audiofile/gstafsrc.c:
19400 * ext/swfdec/gstswfdec.c:
19401 int audio doesn't know buffer-frames
19402 * ext/cdparanoia/gstcdparanoia.c:
19403 int audio doesn't know chunksize either
19404 * ext/nas/nassink.c:
19405 it's endianness, not endianess
19406 * gst-libs/gst/audio/audio.h:
19407 make float standard pad template caps really describe float
19408 * gst/law/mulaw.c: (linear_factory):
19409 signed only, please
19410 * gst/mpegstream/gstdvddemux.c:
19411 widths of 20 are not valid
19413 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
19415 Submitted by: Luca Ferretti <elle.uca@infinito.it>
19421 2004-11-08 Wim Taymans <wim@fluendo.com>
19423 * gst/playback/README:
19424 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19425 * gst/playback/gstplaybasebin.c: (probe_triggered),
19426 (gst_play_base_bin_change_state):
19427 Updated README, added more comments for fixmes etc..
19429 2004-11-08 Wim Taymans <wim@fluendo.com>
19431 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19432 We can remove this hack now.
19434 2004-11-08 Wim Taymans <wim@fluendo.com>
19436 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19437 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19438 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19439 Only mix AYUV for maximum quality.
19441 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19443 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19444 (gst_ogg_demux_push), (gst_ogg_pad_push):
19445 Let's act as if we're synchronized now! :).
19446 * ext/theora/theoradec.c: (theora_dec_chain):
19449 2004-11-08 Wim Taymans <wim@fluendo.com>
19451 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19452 (gst_alpha_set_property), (gst_alpha_sink_link),
19453 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19454 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19455 (gst_alpha_init_params), (gst_alpha_chain):
19456 Implement alpha functions for AYUV too, this increases
19457 accuracy quite a bit.
19459 2004-11-08 Wim Taymans <wim@fluendo.com>
19461 * gst/ffmpegcolorspace/avcodec.h:
19462 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19463 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19464 (gst_ffmpegcsp_avpicture_fill):
19465 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19466 (gst_ffmpegcsp_caps_remove_format_info):
19467 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19468 (shrink12), (img_get_alpha_info), (deinterlace_line),
19469 (deinterlace_line_inplace):
19470 * gst/ffmpegcolorspace/imgconvert_template.h:
19471 Added AYUV colorspace and handle RGBA a bit more respectful.
19473 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19475 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19476 Actually always send a discont (cornercase when resending the
19477 same serial-tagged chain twice).
19479 2004-11-08 Julien MOUTTE <julien@moutte.net>
19481 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19482 (gst_ximagesink_finalize):
19483 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19484 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19486 2004-11-08 Wim Taymans <wim@fluendo.com>
19488 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19489 Don't segfault on NULL data.
19491 2004-11-08 Wim Taymans <wim@fluendo.com>
19493 * gst/playback/gstdecodebin.c: (unlinked):
19494 * gst/playback/gstplay-marshal.list:
19495 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19496 (gst_play_base_bin_init), (group_create), (get_active_group),
19497 (get_building_group), (group_destroy), (group_commit),
19498 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19499 (add_element_stream), (no_more_pads), (probe_triggered),
19500 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19501 (state_change), (setup_source), (gst_play_base_bin_get_property),
19502 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19503 (gst_play_base_bin_link_stream),
19504 (gst_play_base_bin_get_streaminfo):
19505 * gst/playback/gstplaybasebin.h:
19506 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19507 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19508 Add support for chained ogg files. Prepare for playlist
19509 support. This patch introduces the concept of pad groups, which
19510 together compose one playable media file.
19512 2004-11-07 David Schleef <ds@schleef.org>
19514 * testsuite/gst-lint: Check for pad templates that aren't statically
19517 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19521 * ext/musepack/Makefile.am:
19522 * ext/musepack/gstmusepackdec.cpp:
19523 * ext/musepack/gstmusepackdec.h:
19524 * ext/musepack/gstmusepackreader.cpp:
19525 * ext/musepack/gstmusepackreader.h:
19526 Add musepack decoder.
19527 * ext/faad/gstfaad.c: (gst_faad_base_init):
19528 Make pad templates static.
19529 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19531 Add musepack typefinder, make mp3 typefinding work halfway stream,
19532 which doesn't actually work yet because id3demux doesn't implement
19535 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19537 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19538 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19539 Fix interrupt event handling (#144436).
19541 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19543 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19546 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19548 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19550 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19551 Fix weird caps (#157548).
19553 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19555 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19557 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19558 Add missing NULL terminator (#157543).
19560 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
19562 * gst/tcp/gsttcp.h:
19563 * gst/tcp/gsttcpclientsink.c:
19564 * gst/tcp/gsttcpclientsrc.c:
19565 * gst/tcp/gsttcpserversink.c:
19566 * gst/tcp/gsttcpserversrc.c:
19567 ports can go up to 65535. Move common defines to gsttcp.h
19569 2004-11-05 Wim Taymans <wim@fluendo.com>
19571 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19572 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19573 Added two more colorspaces.
19575 2004-11-05 Wim Taymans <wim@fluendo.com>
19577 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19578 (gst_ffmpegcsp_avpicture_fill):
19579 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19580 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19581 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19584 2004-11-05 Wim Taymans <wim@fluendo.com>
19586 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19587 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19588 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19589 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19590 (gst_videomixer_loop):
19593 2004-11-05 Benjamin Otte <otte@gnome.org>
19595 * ext/mad/gstmad.c: (gst_mad_chain):
19596 don't overflow data buffer. Flush not needed sync data when syncing
19599 2004-11-04 Wim Taymans <wim@fluendo.com>
19601 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19602 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19603 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19604 (gst_alpha_init_params), (gst_alpha_chain),
19605 (gst_alpha_change_state):
19606 Updated the chroma keying algorithm with something more
19609 2004-11-03 Wim Taymans <wim@fluendo.com>
19611 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19612 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19613 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19614 Fix stride issues. Does not completely work for odd
19617 2004-11-03 Wim Taymans <wim@fluendo.com>
19619 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19620 (gst_alpha_chroma_key), (gst_alpha_chain):
19621 Fix stride issues. Does not completely work for odd
19624 2004-11-03 Christophe Fergeau <teuf@gnome.org>
19626 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19627 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19630 2004-11-03 Wim Taymans <wim@fluendo.com>
19632 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19633 (gst_ffmpegcsp_avpicture_fill):
19634 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19636 * gst/ffmpegcolorspace/imgconvert_template.h:
19637 Use correct _fill function to get correct strides.
19639 2004-11-02 David Schleef <ds@schleef.org>
19641 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19642 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19643 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19644 Change all g_print()s to debugging. Add a bunch of consistency
19647 2004-11-02 Wim Taymans <wim@fluendo.com>
19649 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19650 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19651 (unlinked), (no_more_pads), (close_link):
19652 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19653 (unknown_type), (add_element_stream), (new_decoded_pad),
19654 (removed_decoded_pad), (setup_source):
19655 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19656 (gst_stream_info_class_init), (gst_stream_info_init),
19657 (gst_stream_info_new), (gst_stream_info_dispose),
19658 (stream_info_mute_pad), (gst_stream_info_set_property),
19659 (gst_stream_info_get_property):
19660 * gst/playback/gststreaminfo.h:
19661 Fix playback of multiple files.
19662 a slightly different approach to handling dynamic pad removals.
19663 This one only looks at pads that we have linked.
19665 2004-11-01 Christophe Fergeau <teuf@gnome.org>
19667 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19668 free" warning from libc.
19670 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19672 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19673 (get_unconnected_element), (remove_starting_from), (pad_removed),
19675 Implement support for dynamic pad changing. We listen to "live"
19676 pad removals (i.e. while playing) and re-setup autoplugging
19677 after that. Playbasebin/playbin need some more work for this
19678 to finally work, but decodebin supports (and replugs) chained
19681 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
19683 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19684 (gst_alsa_finalize):
19685 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19686 (gst_cdaudio_finalize):
19687 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19688 (cdparanoia_finalize):
19689 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19690 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19691 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19692 (dvdreadsrc_finalize):
19693 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19694 (gst_flacdec_finalize):
19695 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19696 (gst_flacenc_finalize):
19697 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19698 (gst_gnomevfssink_finalize):
19699 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19700 (gst_gnomevfssrc_finalize):
19701 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19702 (gst_fameenc_finalize):
19703 * ext/nas/nassink.c: (gst_nassink_class_init),
19704 (gst_nassink_finalize):
19705 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19706 (gst_sdlvideosink_class_init):
19707 * ext/sndfile/gstsf.c: (gst_sf_dispose):
19708 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19709 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19710 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19711 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19712 (gst_x_window_listener_dispose):
19713 * gst/audioscale/gstaudioscale.c:
19714 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19715 (play_on_demand_finalize):
19716 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19717 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19718 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19719 (cdplayer_finalize):
19720 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19721 (gst_glimagesink_class_init):
19722 * sys/oss/gstosselement.c: (gst_osselement_class_init),
19723 (gst_osselement_finalize):
19724 * sys/oss/gstosssink.c: (gst_osssink_dispose):
19725 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19726 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19727 Fixes a bunch of problems with finalize and dispose functions,
19728 either assumptions that dispose is only called once, or not calling
19729 the parent class dispose/finalize function
19731 2004-11-01 Stefan Kost <ensonic@users.sf.net>
19733 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19734 added two api precondition guards
19735 use g_strdup with getenv to fix crash when using ENVVAR
19737 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
19738 * ext/esd/esdsink.c: (gst_esdsink_class_init),
19739 (gst_esdsink_finalize):
19740 Use a finalize function, not dispose, and more importantly,
19741 call the parent class finalize function too
19743 2004-11-01 Johan Dahlin <johan@gnome.org>
19745 * ext/ogg/gstoggdemux.c:
19746 * gst/tags/gstvorbistag.c:
19749 2004-10-31 Benjamin Otte <otte@gnome.org>
19751 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19752 lotsa memleaks today. But they're all small...
19754 2004-10-31 Benjamin Otte <otte@gnome.org>
19756 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19757 another memleak crushed
19759 2004-10-31 Benjamin Otte <otte@gnome.org>
19761 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19764 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19766 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19767 Hack to prevent crash when going to READY inside signal handler
19768 while this function is active.
19770 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19772 * gst/ffmpegcolorspace/Makefile.am:
19773 * gst/ffmpegcolorspace/avcodec.h:
19774 * gst/ffmpegcolorspace/common.h:
19775 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19776 * gst/ffmpegcolorspace/dsputil.h:
19777 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19778 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19779 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19780 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19781 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19782 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19783 (gst_ffmpegcsp_avpicture_fill):
19784 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19785 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19786 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19787 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19788 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19789 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19790 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19791 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19792 * gst/ffmpegcolorspace/imgconvert.c:
19793 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19794 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19795 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19796 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19797 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19798 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19799 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19800 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19801 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19802 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19803 (grow21), (grow22), (grow41), (grow44), (conv411),
19804 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19805 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19806 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19807 (avpicture_free), (is_yuv_planar), (img_convert),
19808 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19809 (deinterlace_line_inplace), (deinterlace_bottom_field),
19810 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19811 * gst/ffmpegcolorspace/imgconvert_template.h:
19812 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19813 * gst/ffmpegcolorspace/mmx.h:
19814 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19815 (av_fast_realloc), (av_mallocz_static), (av_free_static),
19816 (av_freep), (avcodec_get_context_defaults),
19817 (avcodec_alloc_context), (avcodec_init):
19818 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19819 handling plus update from ffmpeg CVS. Large clean-up.
19821 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19823 * gst/playback/Makefile.am:
19824 We need the marshallers for decodebin, too.
19826 2004-10-30 David Schleef <ds@schleef.org>
19828 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19829 quicktime typefinding work with 64-bit offsets.
19831 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
19833 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19834 Set EOS on the element when processing an EOS event.
19835 * ext/speex/gstspeexdec.h:
19836 * ext/speex/gstspeexenc.h:
19837 Only keep a const ptr to the mode
19838 * gst-libs/gst/riff/riff-media.c:
19839 (gst_riff_create_audio_caps_with_data),
19840 (gst_riff_create_audio_template_caps):
19841 Allow WMAV3, with up to 6 channels.
19842 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19843 Don't call gst_pad_set_event_function on a sink pad.
19844 * gst/mpegstream/gstdvddemux.c:
19845 (gst_dvd_demux_get_subpicture_stream),
19846 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19847 Copy the explicit caps that were set across to the cur_* pads,
19848 instead of trying to use a possibly non-existent negotiated caps.
19849 Reset the type of subpicture pads to UNKNOWN after calling
19850 init_stream, so that the caps get set.
19852 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
19854 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19856 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19857 Don't touch buffer if it is of size 0 (fixes #151064).
19859 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19861 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19862 Synchronized discont handling.
19864 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19866 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19867 (gst_ogg_demux_push):
19868 Make seeking sort-of exact again (fixes #156387).
19870 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19872 * gst/playback/gstplaybasebin.c: (unknown_type),
19873 (add_element_stream), (new_decoded_pad),
19874 (gst_play_base_bin_change_state):
19875 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19876 (gst_stream_info_init), (gst_stream_info_new),
19877 (gst_stream_info_dispose), (gst_stream_info_get_property):
19878 * gst/playback/gststreaminfo.h:
19879 Make caps explicitely available. Makes testing for unsupported
19880 types possible. Improves error reporting.
19882 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19884 * gst/audioconvert/gstaudioconvert.c:
19885 (gst_audio_convert_buffer_to_default_format):
19886 Really don't touch read-only buffers (#156563).
19888 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
19890 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19892 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19893 Fix memleak (#155223).
19895 2004-10-29 Wim Taymans <wim@fluendo.com>
19897 * gst/tcp/.cvsignore:
19898 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19899 (gst_multifdsink_class_init), (gst_multifdsink_init),
19900 (gst_multifdsink_add), (gst_multifdsink_remove),
19901 (gst_multifdsink_remove_client_link), (is_sync_frame),
19902 (gst_multifdsink_new_client),
19903 (gst_multifdsink_handle_client_write),
19904 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19905 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19906 (gst_multifdsink_get_property):
19907 * gst/tcp/gstmultifdsink.h:
19908 Added burst on connect sync_method, deprecated sync_clients,
19909 streamlined the sync code some more.
19911 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19913 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19914 (gst_play_base_bin_change_state):
19915 Improve error reporting.
19917 2004-10-28 Wim Taymans <wim@fluendo.com>
19919 * gst/tcp/Makefile.am:
19920 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19921 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19922 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19923 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19924 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19925 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19927 Added more locks around fdset structures. Fixed/reworked
19928 the poll array resizing code.
19929 Added stress test for fdset.
19931 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19933 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19936 2004-10-28 Benjamin Otte <otte@gnome.org>
19938 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19939 fix link function to always query channels and query width for
19943 * gst/equalizer/Makefile.am:
19944 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19945 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19946 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19947 (arg_to_scale), (setup_filter),
19948 (gst_iir_equalizer_compute_frequencies),
19949 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19950 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19954 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19956 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19960 Added Norwegian Bokmaal translation
19962 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19964 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19965 Don't break on options (fixes #156488).
19967 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19970 * ext/cdaudio/Makefile.am:
19972 fix build on older automake
19974 2004-10-26 Wim Taymans <wim@fluendo.com>
19976 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19977 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19978 Allow a little margin when negotiating the framerate.
19980 2004-10-26 Stefan Kost <ensonic@users.sf.net>
19982 * gst/level/gstlevel.c:
19983 synchonised naming of pads and pad-templates
19985 2004-10-26 Wim Taymans <wim@fluendo.com>
19987 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19988 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19989 (_find_streams_check), (gst_ogg_demux_push):
19990 Fix EOS again. Needs to be done in a better way. We should not
19991 remove the pad if there is no new chained stream.
19993 2004-10-26 Iain <iaingnome@gmail.com>
19995 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19996 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19998 * gst/interleave/interleave.c (interleave_class_init): Hook up release
20000 (interleave_release_pad): Remove the pad.
20001 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
20002 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
20004 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
20006 (gst_xvimagesink_xcontext_clear): Free the xcontext.
20007 (gst_xvimagesink_finalize): Free the par.
20009 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20011 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
20012 (gst_avimux_stop_file):
20013 First calculate the rate, and only then use it. Hdr.rate is a
20014 multiple and not a derivative of hdr.scale. Scale is not the
20015 same as blockalign but is solely related to rate.
20017 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20019 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
20020 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
20023 2004-10-25 James Henstridge <james@jamesh.id.au>
20025 Reviewed by: David Schleef <ds@schleef.org>
20027 * examples/gstplay/player.c: (got_stream_length), (main):
20028 * examples/seeking/cdplayer.c: (update_scale):
20029 * examples/seeking/seek.c: (format_value), (update_scale):
20030 * examples/seeking/spider_seek.c: (format_value), (update_scale),
20032 Build fixes on AMD64.
20034 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20036 reviewed by: Ronald Bultje <rbultje at gnome dot org>
20038 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
20039 Fix for some v4l cards which hang in v4lsrc
20041 2004-10-25 Wim Taymans <wim@fluendo.com>
20043 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
20044 (gst_ogg_demux_push), (gst_ogg_chains_clear):
20045 Make sure to remove the pad when a new chain is
20046 encountered. Set some vars to NULL so we don't try
20047 to reference freed memory.
20049 2004-10-25 Wim Taymans <wim@fluendo.com>
20051 * examples/seeking/Makefile.am:
20052 * examples/seeking/cdplayer.c: (update_scale):
20053 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
20054 * examples/seeking/playbin.c: (make_playerbin_pipeline),
20055 (format_value), (update_scale), (iterate), (start_seek),
20056 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
20057 (print_usage), (main):
20058 Added some more examples, update others.
20060 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20062 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20063 * ext/speex/gstspeexdec.c: (speex_dec_chain):
20064 * ext/theora/theoradec.c: (theora_dec_chain):
20065 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20066 Add codec-name metadata.
20068 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
20070 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20072 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20073 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20074 * ext/alsa/gstalsamixertrack.h:
20076 ALSA mixer track label internationalization (#154054).
20078 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20080 * ext/theora/theoradec.c: (theora_dec_chain):
20081 Export bitrate as metadata.
20083 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20085 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20086 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20087 * ext/alsa/gstalsamixertrack.h:
20088 Fix names, fix loop.
20090 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20092 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
20093 (speex_dec_convert):
20094 sinkconvert function so oggdemux can get the file length (totem).
20096 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
20098 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20100 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20101 Don't push incomplete packets.
20102 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
20103 Fix MPEG-4 audio typefinding.
20105 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20107 * sys/v4l/Makefile.am:
20108 * sys/v4l/gstv4l.c: (plugin_init):
20109 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
20110 (gst_v4lelement_init), (gst_v4lelement_dispose),
20111 (gst_v4lelement_change_state):
20112 * sys/v4l/gstv4lelement.h:
20113 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
20114 (gst_v4l_xoverlay_close), (idle_refresh),
20115 (gst_v4l_xoverlay_set_xwindow_id):
20116 * sys/v4l/gstv4lxoverlay.h:
20117 * sys/v4l/v4l-overlay_calls.c:
20118 * sys/v4l/v4l_calls.h:
20119 * sys/v4l2/Makefile.am:
20120 * sys/v4l2/gstv4l2.c: (plugin_init):
20121 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
20122 (gst_v4l2element_init), (gst_v4l2element_dispose),
20123 (gst_v4l2element_change_state):
20124 * sys/v4l2/gstv4l2element.h:
20125 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
20126 (gst_v4l2_xoverlay_close), (idle_refresh),
20127 (gst_v4l2_xoverlay_set_xwindow_id):
20128 * sys/v4l2/gstv4l2xoverlay.h:
20129 * sys/v4l2/v4l2-overlay_calls.c:
20130 * sys/v4l2/v4l2_calls.h:
20131 Remove client-side overlay handling, use the X-server v4l plugin
20132 for that. Nicer overlay, less code. Also make the plugin
20133 compileable without X (but then without overlay, obviously).
20134 Makes xwindowlistener obsolete, should we remove that?
20136 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20138 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20139 (gst_osssrc_src_query):
20140 * sys/oss/gstosssrc.h:
20141 OK, so people want offset in DEFAULT. This time, actually fix all
20143 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20146 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20148 * gst/asfdemux/gstasfmux.c:
20149 * gst/avi/gstavimux.c:
20152 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20154 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20155 Fix properties (channel, norm, frequency).
20157 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20159 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20161 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20164 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20166 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20169 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20171 * sys/v4l2/gstv4l2element.h:
20172 Yet Another Hack (tm) for kernel header borkedness.
20173 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20174 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20175 (gst_v4l2src_link), (gst_v4l2src_getcaps),
20176 (gst_v4l2src_change_state):
20177 * sys/v4l2/gstv4l2src.h:
20178 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20179 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20180 Fix caps, keep track of state, work.
20182 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20184 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20187 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20189 * sys/oss/gstosssrc.c: (gst_osssrc_get):
20190 Don't mix bytes and samples.
20192 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20194 * ext/ogg/gstoggmux.c:
20195 Basic pad template which accepts OGM tracks, speex, flac, vorbis
20196 and theora. Any is incorrect.
20197 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20199 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20200 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20201 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20202 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20203 * sys/v4l/gstv4lmjpegsrc.h:
20204 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20205 (gst_v4lsrc_change_state):
20206 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20207 (gst_v4lmjpegsrc_capture_stop):
20208 Fix caps. Keep track of internal state. Work.
20210 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20213 Fix the build fixes.
20215 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20217 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20218 (gst_ogg_demux_src_event), (_find_chain_seek),
20219 (gst_ogg_pad_push):
20220 Check for pad availability before using it.
20221 * ext/ogg/gstoggdemux.c: (_find_chain_process):
20222 Fix parsing of chained ogg. Needs more work on the decoder side.
20224 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
20226 * gst/spectrum/Makefile.am:
20227 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20229 Fix demo and reenable it. Yes, I'm currently playing with audio
20232 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20234 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20235 We love it if files that start at zero work too...
20237 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20239 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20240 Handle files with missing EOS headers.
20242 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20244 * gst/tcp/gsttcpserversink.c:
20245 (gst_tcpserversink_handle_server_read),
20246 (gst_tcpserversink_init_send):
20247 Zero some variables first (need for accept not to return EINVAL)
20249 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20251 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20252 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20253 * ext/theora/theoradec.c: (theora_dec_sink_convert),
20254 (theora_dec_chain):
20255 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20256 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20257 Seeking and querying finetune.
20259 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
20263 * ext/raw1394/Makefile.am:
20266 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20268 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20270 * gst/playback/Makefile.am:
20271 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20272 * gst/playback/gstplay-marshal.list:
20273 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20276 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20278 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20281 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20283 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20284 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20285 (gst_ogg_pad_push):
20286 Yay for non-lineair granulepos in theora.
20288 2004-10-18 Wim Taymans <wim@fluendo.com>
20290 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20291 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20292 * ext/dv/gstdvdec.h:
20293 Make sure we renegotiate aspect ratio when the camera switches.
20295 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20297 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20298 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20300 * ext/theora/theoradec.c: (theora_dec_chain):
20301 Skip headers. Bad idea for chained ogg, but fixes seeking.
20303 2004-10-18 Wim Taymans <wim@fluendo.com>
20306 I swear, this is the last time I touch this.
20308 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20310 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20311 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20312 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20314 * ext/theora/theoradec.c: (theora_dec_sink_convert):
20315 Time-to-default conversion.
20316 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20317 Don't error on unknown packets, just skip. We should probably
20318 read them if we want to support chained ogg.
20320 2004-10-18 Wim Taymans <wim@fluendo.com>
20323 Added cdaudio to wrong list.
20325 2004-10-18 Wim Taymans <wim@fluendo.com>
20330 2004-10-18 Wim Taymans <wim@fluendo.com>
20332 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20333 (gst_dvdec_video_link), (gst_dvdec_push):
20334 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20335 (gst_smokeenc_resync), (gst_smokeenc_chain):
20336 Fix mimetype on smoke encoder.
20337 Add aspect ratio to dvdec. Not sure if these
20338 values are correct though....
20340 2004-10-18 Wim Taymans <wim@fluendo.com>
20342 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20343 Fix vorbis property descriptions and ranges.
20345 2004-10-18 Wim Taymans <wim@fluendo.com>
20347 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20348 Really do nothing when no data is available.
20349 Go to the playing state when the stream is not seekable
20350 instead of failing.
20352 2004-10-18 Wim Taymans <wim@fluendo.com>
20354 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20355 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20356 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20357 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20358 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20359 Added uri handler for cd://
20362 2004-10-18 Wim Taymans <wim@fluendo.com>
20364 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20365 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20366 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20367 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20368 (remove_prerolls), (unknown_type), (add_element_stream),
20369 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20370 (gst_play_base_bin_remove_element),
20371 (gst_play_base_bin_link_stream):
20372 * gst/playback/gstplaybin.c: (gen_video_element),
20373 (gen_vis_element), (remove_sinks), (setup_sinks):
20374 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20375 (gst_stream_info_get_type), (gst_stream_info_class_init),
20376 (gst_stream_info_init), (gst_stream_info_new),
20377 (gst_stream_info_dispose), (stream_info_mute_pad),
20378 (gst_stream_info_set_property), (gst_stream_info_get_property):
20379 * gst/playback/gststreaminfo.h:
20380 Add sink padtemplate to decodebin.
20381 Added some more comments.
20382 Make queue size configurable in playbasebin.
20383 Added possibility to use elements as sinks (ex cdaudio).
20385 2004-10-15 Wim Taymans <wim@fluendo.com>
20387 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20388 (gst_speexenc_chain):
20389 Fix speex timestamps so that it gets muxed properly.
20391 2004-10-15 Wim Taymans <wim@fluendo.com>
20393 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20394 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20395 (gst_dv1394src_init), (gst_dv1394src_dispose),
20396 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20397 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20398 (gst_dv1394src_event), (gst_dv1394src_get_formats),
20399 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20400 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20401 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20402 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20403 * ext/raw1394/gstdv1394src.h:
20404 Added conversion/query functions.
20405 Update buffer timestamps,
20407 Added uri dv:// so it might play from the firewire in playbin.
20408 Fix a possible leak.
20411 2004-10-15 Wim Taymans <wim@fluendo.com>
20413 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20414 (gst_dv1394src_init), (gst_dv1394src_set_property),
20415 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20416 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20417 * ext/raw1394/gstdv1394src.h:
20418 Added AV/C VTR control support needed for some cameras.
20419 Added automatic port detection.
20420 Added properties for selecting the channel.
20421 The configure.ac script is not yet updated to reflect the
20422 new libavc1394 and librom1394 dependencies.
20424 2004-10-15 Wim Taymans <wim@fluendo.com>
20426 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20427 (qtdemux_parse), (gst_qtdemux_handle_esds):
20428 An esds box is not a container.
20429 Fix parsing of mp4v boxes.
20430 Do not try to renegotiate fps for each frame. Need to
20431 find a better method. This should fix mp4 playback.
20433 2004-10-14 David Schleef <ds@schleef.org>
20435 * configure.ac: update for swfdec-0.3 and liboil-0.2
20436 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20437 * ext/swfdec/gstswfdec.h: same
20438 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20439 * gst/videotestsrc/videotestsrc.c: same
20441 2004-10-14 Wim Taymans <wim@fluendo.com>
20443 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20444 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20445 (is_sync_frame), (gst_multifdsink_new_client),
20446 (gst_multifdsink_handle_client_write),
20447 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20448 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20449 Turn warnings into info.
20450 Don't allow a state change in the streaming thread.
20452 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
20454 * ext/vorbis/oggvorbisenc.c:
20455 * ext/vorbis/vorbisdec.c:
20456 fix template sample rate
20458 2004-10-13 Wim Taymans <wim@fluendo.com>
20460 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20461 Decoding the header first fixes some problems in resyncing
20464 2004-10-12 Wim Taymans <wim@fluendo.com>
20466 * gst/playback/gstplaybin.c: (gen_video_element),
20467 (gen_vis_element), (remove_sinks), (setup_sinks):
20468 Added vis plugin support, need to configure the vis
20469 element to activate it.
20471 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20473 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20474 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20476 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20477 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20478 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20479 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20480 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20481 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20482 * gst/avi/gstavidemux.h:
20483 Support for openDML-2.0 indx/ix## chunks. Support for broken index
20484 recovery (where, if part of the index is broken, we will still read
20485 the rest of the index and recover the broken part by stream
20486 scanning). More broken media support. EOS workarounds. General AVI
20487 braindamage headache recovery. Aspirin included.
20489 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20491 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20492 (cdparanoia_event), (cdparanoia_query):
20493 Get rid of hideous lead-in.
20495 2004-10-11 Wim Taymans <wim@fluendo.com>
20497 * gst/playback/gstplaybasebin.c: (setup_source):
20498 Wrong var used to get g_list_next.
20500 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20502 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20503 (cdparanoia_get), (cdparanoia_open):
20504 Report discid as metadata, add duration.
20506 2004-10-11 Wim Taymans <wim@fluendo.com>
20508 * gst/playback/gstplaybasebin.c: (setup_source):
20509 Cleanup the previous pipeline a little earlier for the
20510 case that a source element provides raw data.
20512 2004-10-11 Benjamin Otte <otte@gnome.org>
20514 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20515 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20516 consuming the last 128 bytes, even though it was valid mp3 data.
20518 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20520 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20521 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20522 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20523 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20525 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20527 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20528 Fix for webcams that support only specific width or height
20530 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20532 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20534 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20535 Fix wrong discont event setup (fixes #154967).
20537 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
20539 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20541 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20542 Error out on invalid data (fixes #154807).
20544 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20546 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20548 * ext/dvdread/dvdreadsrc.c: (_read):
20549 Make titles > 0 work again (fixes #154834).
20551 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20553 * gst-libs/gst/riff/riff-media.c:
20554 (gst_riff_create_video_template_caps):
20555 WMV3 missing in template caps.
20557 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20559 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20560 OK, so the original code was too strict. It makes random AVI files
20561 hang for seconds upon opening, which is unacceptable and is far
20562 beyond the original goal of getting multiple chunks for one-chunk
20563 sounc stream files. So now do just that.
20565 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20567 * gst/playback/gstplaybasebin.c: (setup_source),
20568 (gst_play_base_bin_change_state):
20569 Actually clean up streaminfo if output fails. This would trigger
20570 if, for example, there was no CD in the drive. No preroll, so
20571 a streaminfo structure is created, but the subsequent state change
20572 of the thread fails.
20573 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20574 Don't change state if parent failed.
20576 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20578 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20579 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20580 (gen_video_element), (remove_sinks):
20581 Add small bits of code for screenshot handling.
20583 2004-10-08 Wim Taymans <wim@fluendo.com>
20585 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20586 (gen_video_element), (gen_audio_element), (setup_sinks):
20587 Don't assume the user provided sinks are named "sink"...
20589 2004-10-08 Wim Taymans <wim@fluendo.com>
20591 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20592 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20593 (gst_play_base_bin_link_stream):
20594 Do not try to autoplug sources that generate raw streams like
20596 disconnect the preroll overrun signal when we don't need it anymore.
20598 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
20600 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20601 Added reworked patch from #154903 from milosz derezynski (deadchip).
20603 2004-10-08 Wim Taymans <wim@fluendo.com>
20605 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20606 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20607 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20608 (cdparanoia_convert), (cdparanoia_uri_get_type),
20609 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20610 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20611 * ext/cdparanoia/gstcdparanoia.h:
20612 This adds the cdda://<tracknum> uri.
20614 2004-10-08 Wim Taymans <wim@fluendo.com>
20616 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20617 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20618 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20619 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20620 (unknown_type), (gst_play_base_bin_remove_element),
20621 (gst_play_base_bin_link_stream):
20622 * gst/playback/gstplaybasebin.h:
20623 * gst/playback/gstplaybin.c: (gst_play_bin_init),
20624 (gst_play_bin_set_property), (gen_video_element),
20625 (gen_audio_element), (setup_sinks):
20626 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20627 (gst_stream_info_get_type), (gst_stream_info_class_init),
20628 (gst_stream_info_init), (gst_stream_info_new),
20629 (gst_stream_info_dispose), (stream_info_mute_pad),
20630 (gst_stream_info_set_property), (gst_stream_info_get_property):
20631 * gst/playback/gststreaminfo.h:
20632 Reuse the audio and video bins.
20633 Some internal cleanups in the stream selection code.
20635 2004-10-08 Julien MOUTTE <julien@moutte.net>
20637 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20638 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20639 * sys/ximage/ximagesink.h:
20640 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20641 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20642 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20643 not coming from those elements. Moreover these elements should not keep
20644 the xid they have been given when in NULL state.
20646 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20648 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20649 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20650 * sys/ximage/ximagesink.h:
20651 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20652 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20653 * sys/xvimage/xvimagesink.h:
20654 Actually only create a new toplevel window if we're not gonna
20655 embed it right after.
20657 2004-10-07 Wim Taymans <wim@fluendo.com>
20659 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20660 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20661 * gst/playback/gstplaybin.c: (setup_sinks):
20662 Implement muting/unmuting of streams, mute streams that are not
20665 2004-10-07 Wim Taymans <wim@fluendo.com>
20667 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20669 Added lame audio/x-ac3 typefind function.
20671 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20676 === release 0.8.5 ===
20678 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20683 releasing 0.8.5, "Take You On"
20685 2004-10-06 Wim Taymans <wim@fluendo.com>
20687 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20688 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20689 (no_more_pads), (close_link), (type_found):
20690 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20691 * gst/playback/gstplaybin.c: (gen_video_element):
20692 Do not signal the no_more_pads after the first pad when
20693 we are plugging a non dynamic element with multiple
20694 output pads (like swfdec, dvdec, ...).
20696 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20699 bump for prerelease
20701 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20703 * gst/wavparse/gstwavparse.c:
20704 add ATRAC3 to STATIC CAPS to fix a warning
20706 * gst/matroska/ebml-read.c:
20707 * gst-libs/gst/riff/riff-read.c:
20710 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20712 * gst-libs/gst/riff/riff-media.c:
20713 generate caps for ATRAC3 audio streams
20715 * gst/realmedia/rmdemux.c:
20716 generate caps for ATRAC3 audio streams
20718 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20720 * gst/wavparse/Makefile.am
20721 * gst/wavparse/riff.h
20722 * gst/wavparse/wavparse.vcproj
20723 riff.h removal (unused and duplication with riff-ids.h)
20725 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20727 * gst/wavparse/gstwavparse.h
20728 remove duplicated defines for audio codec codes
20730 * gst-libs/gst/riff/riff-ids.h
20731 * gst/wavenc/riff.h:
20732 add "4CC" code for ATRAC3 audio streams
20733 add "4CC" code for ITU_G721_ADPCM (unused for now)
20735 2004-10-06 Wim Taymans <wim@fluendo.com>
20737 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20738 Actually _do_ negotiation. Pass gdouble as arg instead
20739 of guint64 for the framerate.
20741 2004-10-06 Wim Taymans <wim@fluendo.com>
20743 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20744 (find_compatibles), (close_pad_link), (try_to_link_1),
20745 (no_more_pads), (close_link), (type_found):
20746 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20747 * gst/playback/gstplaybin.c: (gen_video_element),
20748 (gen_audio_element):
20749 Set state on newly added element to READY so that negotiation
20751 Addes some more debug info.
20752 Do not try to plug pads with multiple caps structures or ANY
20753 because it is too dangerous since we do not do dynamic
20756 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20758 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20762 add Oriya translation
20764 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20766 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20767 Prevent overwrite of size member. Makes audio sound crappy.
20769 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20771 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20772 Add rmvb to the list of known RealMedia extensions
20774 2004-10-05 Wim Taymans <wim@fluendo.com>
20776 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20777 (mngdec_openstream), (mngdec_closestream),
20778 (mngdec_handle_sink_event), (mngdec_readdata),
20779 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20780 (mngdec_getcanvasline), (mngdec_refresh),
20781 (gst_mngdec_change_state):
20782 Set the framerate correctly.
20784 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20786 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20787 There was something wrong with the index massaging.
20789 2004-10-04 Wim Taymans <wim@fluendo.com>
20791 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20792 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20793 (gst_smokedec_chain):
20794 * ext/jpeg/gstsmokedec.h:
20795 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20796 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20797 * ext/jpeg/gstsmokeenc.h:
20798 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20799 (smokecodec_decode_new), (smokecodec_info_free),
20800 (smokecodec_set_quality), (smokecodec_get_quality),
20801 (smokecodec_set_threshold), (smokecodec_get_threshold),
20802 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20803 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20804 (smokecodec_encode), (smokecodec_parse_id),
20805 (smokecodec_parse_header), (smokecodec_decode):
20806 * ext/jpeg/smokecodec.h:
20807 * ext/jpeg/smokeformat.h:
20808 Updated smoke, new bitstream, allows embedding in ogg.
20810 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20812 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20813 Fix seeking in some files. All this code is no longer needed (and
20814 actually breaks stuff) because we now synchronize the full index
20815 right when reading the header.
20817 2004-10-04 Wim Taymans <wim@fluendo.com>
20820 configure update for libmng.
20822 2004-10-04 Wim Taymans <wim@fluendo.com>
20824 * ext/libmng/Makefile.am:
20825 * ext/libmng/gstmng.c: (plugin_init):
20826 * ext/libmng/gstmng.h:
20827 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20828 (gst_mngdec_base_init), (gst_mngdec_class_init),
20829 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20830 (gst_mngdec_loop), (gst_mngdec_get_property),
20831 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20832 (mngdec_closestream), (mngdec_handle_sink_event),
20833 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20834 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20835 (gst_mngdec_change_state):
20836 * ext/libmng/gstmngdec.h:
20837 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20838 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20839 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20840 (gst_mngenc_chain), (gst_mngenc_get_property),
20841 (gst_mngenc_set_property):
20842 * ext/libmng/gstmngenc.h:
20843 Added basic MNG decoder. Needs more work. The encoder does
20846 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20848 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20849 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20850 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20851 Don't hang on length=0 chunks. Some negotiation fixes. Signal
20854 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
20857 you need at least 1.0.4 of speex
20859 2004-10-04 Iain <iaingnome@gmail.com>
20861 * ext/speex/gstspeexdec.h: Revert the includes changes.
20863 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20865 2004-09-30 Iain <iaingnome@gmail.com>
20867 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20868 found during init or set as a property instead of hardcoding /dev/audio
20870 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20872 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20873 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20874 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20875 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20876 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20877 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20878 (gst_rmdemux_dump_data):
20879 Use debug category, fix EOS handling. filesrc ! rmdemux now
20882 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20884 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20885 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20886 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20887 Improve allocation, cutting and sorting of the index. How takes a
20888 few seconds instead of minutes.
20890 2004-10-03 Christophe Fergeau <teuf@gnome.org>
20892 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20895 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20897 * gst-libs/gst/riff/riff-media.c:
20898 (gst_riff_create_video_caps_with_data),
20899 (gst_riff_create_video_template_caps):
20900 Add wing commander format mimetype/fourccs.
20901 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20902 Don't crash if some value is 0.
20904 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20906 * gst-libs/gst/riff/riff-media.c:
20907 (gst_riff_create_video_caps_with_data),
20908 (gst_riff_create_video_template_caps):
20909 Add DIB fourcc (raw, palettized 8-bit RGB).
20910 * gst-libs/gst/riff/riff-read.c:
20911 (gst_riff_read_strf_vids_with_data):
20912 Oops, fix strf_data reading bug.
20913 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20914 Use a non-NULL tag.
20915 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20916 Time for hacks. Sorry Dave. At least one quicktime movie (a
20917 trailer) that I've encountered contains multiple video tracks.
20918 One of those is the actual video track, the other are one-frame
20919 tracks (images). Unfortunately, the number of frames according
20920 to the trak header is 1 for each, so that doesn't help. So
20921 instead, I look at the duration and discard tracks with a
20922 duration shorter than 20% of the length of the stream. Better
20925 2004-10-01 Christian Schaller <christian@fluendo.com>
20927 * ext/ivorbis/vorbis.c:
20928 Patch from Phil Blundell (Bug 152341)
20930 2004-10-01 Wim Taymans <wim@fluendo.com>
20932 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20933 (speex_dec_get_formats), (speex_dec_convert),
20934 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20935 (speex_dec_chain), (gst_speexdec_get_property),
20936 (gst_speexdec_set_property):
20939 2004-10-01 Wim Taymans <wim@fluendo.com>
20941 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20942 (gst_wavparse_stream_init), (gst_wavparse_fmt),
20943 (gst_wavparse_other), (gst_wavparse_loop),
20944 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20945 (gst_wavparse_srcpad_event):
20946 * gst/wavparse/gstwavparse.h:
20947 Added some more debugging info.
20948 Fix the case where the length of the file is 0.
20949 Make sure we seek to sample borders.
20951 2004-10-01 Wim Taymans <wim@fluendo.com>
20953 * gst/playback/README:
20954 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20955 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20956 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20957 Add some debug info to decodebin, update README
20959 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20961 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20962 Don't use g_print(); use GST_DEBUG().
20964 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20966 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20967 (gst_ogg_mux_queue_pads):
20968 Handle EOS properly.
20970 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20972 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20974 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20975 (gst_faad_chain), (gst_faad_change_state):
20976 * ext/faad/gstfaad.h:
20977 Allow playback of raw (unframed) MPEG AAC files (#148993).
20979 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20981 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20983 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20984 Throw error if we didn't recognize the stream. Fixes #152289.
20986 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20988 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20991 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
20993 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20995 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20998 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
21000 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21002 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
21004 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
21007 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21009 * gst-libs/gst/riff/riff-media.c:
21010 (gst_riff_create_video_caps_with_data),
21011 (gst_riff_create_audio_caps_with_data):
21012 Add codec_data handling (like asfdemux used to do).
21013 * gst/asfdemux/gstasf.c: (plugin_init):
21014 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21015 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
21016 Use riff-media for caps creation instead of our own (mostly
21017 broken) copy of its functions.
21019 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21021 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
21022 Don't actually error out if we get another return value than
21023 -EINVAL. Opposite to what I first thought, drivers have random
21024 return values for this, although -EINVAL is the expected return
21025 value. Since this is not fatal, we shouldn't use
21026 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
21028 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21030 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21031 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
21032 (dvdreadsrc_get_property), (_open), (_seek), (_read),
21033 (dvdreadsrc_get), (dvdreadsrc_open_file),
21034 (dvdreadsrc_change_state):
21035 Fix. Don't do one big huge loop around the whole DVD, that will
21036 cache all data and thus eat sizeof(dvd) (several GB) before we
21038 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21039 Actually NULL'ify event after using it.
21040 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
21041 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
21042 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21043 (gst_ebml_read_seek), (gst_ebml_read_skip):
21045 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
21046 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
21047 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
21048 Fix timing (this will probably break if I seek using menus, but
21049 I didn't get there yet). VOBs and normal DVDs should now work.
21050 Add a mpeg2-only pad with high rank so this get autoplugged for
21052 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
21053 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
21054 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
21055 (gst_mpeg_demux_get_audio_stream),
21056 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
21057 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
21058 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
21059 MPEG-1 but use dvddemux for MPEG-2.
21060 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21061 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
21062 (gst_mpeg_parse_parse_packhead):
21063 Timing. Only add pad template if it exists. Add sink template from
21064 class and not from ourselves. This means we will always use the
21065 correct sink template even if it is not the one defined in this
21068 2004-09-29 Wim Taymans <wim@fluendo.com>
21070 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
21071 (gst_mpeg_demux_parse_pes):
21072 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21073 Fix playback of mpeg again, timestamps where screwed up by
21076 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21078 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
21079 Only return true if we actually filled something in. Prevents
21080 player applications from showing a random length for flac files.
21081 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21082 (gst_riff_read_use_event), (gst_riff_read_handle_event),
21083 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
21084 (gst_riff_read_strf_vids_with_data),
21085 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
21086 OK, ok, so I implemented event handling. Apparently it's normal
21087 that we receive random events at random points without asking
21089 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
21090 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21091 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
21092 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
21093 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
21094 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
21095 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
21096 * gst/avi/gstavidemux.h:
21097 Implement non-lineair chunk handling and subchunk processing.
21098 The first solves playback of AVI files where the audio and video
21099 data of individual buffers that we read are not synchronized.
21100 This should not happen according to the wonderful AVI specs, but
21101 of course it does happen in reality. It is also a prerequisite for
21102 the second. Subchunk processing allows us to cut chunks in small
21103 pieces and process each of these pieces separately. This is
21104 required because I've seen several AVI files with incredibly large
21105 audio chunks, even some files with only one audio chunk for the
21106 whole file. This allows for proper playback including seeking.
21107 This patch is supposed to fix all AVI A/V sync issues.
21108 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
21109 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
21111 * gst/modplug/gstmodplug.cc:
21112 Proper return value setting for the query() function.
21113 * gst/playback/gstplaybasebin.c: (setup_source):
21114 Being in non-playing state (after, e.g., EOS) is not necessarily
21115 a bad thing. Allow for that. This fixes playback of short files.
21116 They don't actually playback fully now, because the clock already
21117 runs. This means that small files (<500kB) with a small length
21118 (<2sec) will still not or barely play. Other files, such as mod
21119 or flx, will work correctly, however.
21121 2004-09-28 Wim Taymans <wim@fluendo.com>
21123 * ext/speex/gstspeex.c: (plugin_init):
21124 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
21125 (gst_speex_dec_class_init), (speex_dec_get_formats),
21126 (speex_get_event_masks), (speex_get_query_types),
21127 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
21128 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
21129 (gst_speexdec_get_property), (gst_speexdec_set_property),
21130 (speex_dec_change_state):
21131 * ext/speex/gstspeexdec.h:
21132 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21133 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21134 (gst_speexenc_base_init), (gst_speexenc_class_init),
21135 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21136 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21137 (gst_speexenc_src_query), (gst_speexenc_init),
21138 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21139 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21140 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21141 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21142 (gst_speexenc_chain), (gst_speexenc_get_property),
21143 (gst_speexenc_set_property), (gst_speexenc_change_state):
21144 * ext/speex/gstspeexenc.h:
21145 Rewrote speex encoder, make sure it can be embedded in ogg.
21146 Implemented speex decoder.
21148 2004-09-28 Christian Schaller <christian@fluendo.com>
21151 Remove kioslave plugin. Markey is brewing a new working one
21152 * ext/Makefile.am: Remove kioslave plugin
21154 * gst-plugins.spec.in: remove kio plugin from spec
21156 2004-09-27 Wim Taymans <wim@fluendo.com>
21158 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21159 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21160 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21161 (gst_multifdsink_new_client),
21162 (gst_multifdsink_handle_client_write),
21163 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21164 (gst_multifdsink_handle_clients):
21165 * gst/tcp/gstmultifdsink.h:
21166 Make syncing to keyframes actually work for new clients and lagging
21169 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
21171 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21172 (gst_navigationtest_handle_src_event), (draw_box_planar411),
21173 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21174 * gst/debug/gstnavigationtest.h:
21175 make navigationtest display button-press and button-release events
21177 2004-09-26 Iain <iaingnome@gmail.com>
21179 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21180 the channels have received a new media event.
21181 (interleave_buffered_loop): Compresses a new media event on all
21184 2004-09-26 Iain <iaingnome@gmail.com>
21186 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21187 call the sinkpad's default event handler and not the srcpads. He also
21188 says this is confusing :)
21189 (gst_wavenc_stop_file): Company says that seek events only go upstream
21190 we should send a discontinuous downstream instead.
21192 2004-09-25 Christian Schaller <christian@fluendo.com>
21194 * Update SPEC file to be usable in conjunction with Fedora Core,
21195 Fedora.us and freshrpms packages
21196 * Fix typo in multifilesrc test Makefile
21198 2004-09-24 Wim Taymans <wim@fluendo.com>
21200 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21201 Only signal the no_more_pads signal when we have
21202 added the stream to our list.
21204 2004-09-24 Wim Taymans <wim@fluendo.com>
21206 * gst/playback/gstplaybasebin.c: (remove_prerolls),
21208 * gst/playback/gstplaybasebin.h:
21209 * gst/playback/gstplaybin.c: (setup_sinks):
21210 Don't try to preroll or decode more than one audio/video
21213 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21215 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21216 Throw error if we failed to find a suitable output. This should
21217 throw an error if we successfully set up a pipeline (e.g. because
21218 we recognized a media file) but found no decodable streams in it
21219 (e.g. because it contains only media stream types for which we
21220 have no decoders, or because it's not a media type).
21222 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21224 * ext/dirac/Makefile.am:
21225 * ext/dirac/gstdirac.cc:
21226 * ext/dirac/gstdiracdec.cc:
21227 * ext/dirac/gstdiracdec.h:
21228 Do something. Don't actually know if this works because I don't
21229 have a demuxer yet.
21230 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21231 Add channels=1 to caps returned from _getcaps().
21232 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21233 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21234 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21235 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21236 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21237 (gst_ogm_parse_change_state):
21238 Separate between audio/video so ogmaudioparse actually uses the
21239 audio pad templates. Both audio and video work now, including
21240 autoplugging. Also use sometimes-srcpad hack.
21241 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21242 Handle events better. Don't hang on infinite loops.
21243 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21244 (gst_avi_demux_init), (gst_avi_demux_reset),
21245 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21246 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21247 (gst_avi_demux_change_state):
21248 * gst/avi/gstavidemux.h:
21249 Improve A/V sync. Still not perfect.
21250 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21251 (gst_ebml_read_skip):
21252 Handle events better.
21253 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21254 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21255 (qtdemux_audio_caps):
21256 Add IMA4. Improve event handling. Save offset after a seek when
21257 the headers are at the end of the file so that we don't end up in
21259 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21260 Add low-priority typefind support for files with no length.
21262 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21264 * testsuite/multifilesink/Makefile.am:
21267 2004-09-22 Julien MOUTTE <julien@moutte.net>
21269 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21270 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21271 mistakes from thaytan's patches.
21273 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21275 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21276 For completeness, XSync in the destroy function as xvimage does.
21278 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21280 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21281 Correct caps negotiation
21282 * gst/volume/gstvolume.c: (volume_chain_float),
21283 (volume_chain_int16):
21284 Modify debug output to be little more informative
21285 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21286 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21287 (gst_xvimagesink_xvimage_destroy):
21288 Add XSync calls after detaching from the shared memory segment to
21291 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21293 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21294 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21295 * ext/vorbis/vorbis.c: (plugin_init):
21296 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21297 (gst_vorbisenc_chain):
21298 * ext/vorbis/vorbisenc.h:
21299 remove explicit newmedia support from oggmux and vorbisenc
21300 add debug category to vorbisenc
21301 * gst/multifilesink/gstmultifilesink.c:
21302 (gst_multifilesink_class_init), (gst_multifilesink_init),
21303 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21304 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21305 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21307 * gst/multifilesink/gstmultifilesink.h:
21308 add support for streamheader in multifilesink
21310 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21312 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21313 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21314 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21315 Prevent infinite loops. More correct error reporting.
21316 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21317 Error out if negotiation fails.
21318 * gst/playback/gstplaybasebin.c: (setup_source),
21319 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21320 (gst_play_base_bin_found_tag):
21321 Error/tag forwarding. Pre-roll fixes for source errors on state
21322 changes (e.g. "file does not exist") to prevent hangs.
21324 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21326 * testsuite/multifilesink/Makefile.am:
21327 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21328 (gst_newmedia_class_init), (gst_newmedia_init),
21329 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21330 (newfile_signal), (test_signal), (main):
21331 * testsuite/multifilesink/multifilesrc_test.c: (main):
21332 * testsuite/multifilesink/oggtheora_test.c:
21333 (gst_newmedia_base_init), (gst_newmedia_class_init),
21334 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21335 (test_format), (newfile_signal), (test_signal), (main):
21336 * testsuite/multifilesink/oggvorbis_test.c:
21337 (gst_newmedia_base_init), (gst_newmedia_class_init),
21338 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21339 (test_format), (newfile_signal), (test_signal), (main):
21340 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21341 (gst_newmedia_class_init), (gst_newmedia_init),
21342 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21343 (newfile_signal), (test_signal), (main):
21346 2004-09-20 Christian Schaller <christian@fluendo.com>
21348 * Fix mikmod license to LGPL as they have relicensed
21349 * Move Dirac and Effectv into LGPL section of README_license
21351 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21353 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21354 (gst_mad_change_state):
21355 Allow for mp3 rate/channels changes. However, only very
21356 conservatively. Reason that we *have* to enable this is smiply
21357 because the mad find_sync() function is not good enough, it will
21358 regularly sync on random data as valid frames and therefore make
21359 us provide random caps as *final* caps of the stream. The best fix
21360 I could think of is to simply require several of the same stream
21361 changes in a row before we change caps.
21362 The actual testcase that works now is #
21363 * ext/ogg/Makefile.am:
21364 * ext/ogg/gstogg.c: (plugin_init):
21365 * ext/ogg/gstogmparse.c:
21366 OGM support (video only for now; I need an audio sample file).
21367 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21368 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21369 (gst_asf_demux_add_video_stream):
21371 * gst/playback/gstplaybasebin.c: (unknown_type):
21372 Don't error out on single unknown-types after all. It's wrong.
21373 If we found type of video and audio but not of a subtitle stream,
21374 it will still error out (which is unwanted). Will find a better fix
21376 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21377 (ogmaudio_type_find), (plugin_init):
21380 2004-09-20 Johan Dahlin <johan@gnome.org>
21382 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21383 after setting caps.
21385 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21387 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21388 * gst/wavenc/gstwavenc.h:
21389 Added newmedia support to wavenc
21391 2004-09-17 Wim Taymans <wim@fluendo.com>
21393 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21394 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21395 (gst_fdset_fd_can_write), (gst_fdset_wait):
21396 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21397 (gst_multifdsink_init), (gst_multifdsink_add),
21398 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21399 (gst_multifdsink_remove_client_link),
21400 (gst_multifdsink_client_queue_buffer),
21401 (gst_multifdsink_handle_client_write),
21402 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21403 (gst_multifdsink_close), (gst_multifdsink_change_state):
21404 * gst/tcp/gstmultifdsink.h:
21405 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21406 (gst_tcpserversink_removed):
21407 Small cleanups in fdset.c
21408 Use a hastable to map fd to the client structure for faster
21409 lookup in _remove and get_stats.
21410 Added virtual function to close the fds.
21411 Handle clients even when the select/poll call was unblocked because
21413 Implement syncing to keyframe in the recovery procedure.
21415 2004-09-16 Iain <iaingnome@gmail.com>
21417 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21420 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21422 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21423 Caps are only set if the type of the stream is unknown, but this
21424 is initialized in ->init_stream(), so set to UNKNOWN after calling
21425 ->init_stream() so that capsnego starts.
21427 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21429 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21430 (gst_avi_demux_stream_data):
21431 Just hardcode for raw audio then. AVI audio sucks.
21433 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
21435 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21436 * gst/matroska/matroska-mux.c: (audiosink_templ),
21437 (gst_matroska_mux_audio_pad_link):
21438 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21439 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21441 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21443 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21444 (gst_avi_demux_stream_data):
21445 Try to fix a/v sync issues.
21447 2004-09-15 David Schleef <ds@schleef.org>
21449 * configure.ac: remove NASM check, since we don't use it. Update
21451 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21452 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21453 Initialized variables.
21454 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21455 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21456 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21459 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21461 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21462 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21463 * gst/avi/gstavidemux.h:
21464 Fix for compressed audio (mp3) timestamp generation. How did this
21467 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21469 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21470 Volume is a double not a float.
21472 2004-09-15 Wim Taymans <wim@fluendo.com>
21474 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21475 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21476 Don't close the fd in multifdsink as we didn't open it in the
21477 first place. Some cleanups.
21479 2004-09-15 Wim Taymans <wim@fluendo.com>
21481 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21482 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21483 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21484 Fix the case where the muxer would mark pages as delta
21485 frames when they are not (vorbis only ogg).
21487 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21489 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21490 (gst_play_base_bin_change_state):
21491 Handle the case where we failed to setup a clear pipeline. This
21492 will throw an error (or EOS, another nice case) and if you don't
21493 catch that, the app will wait for the signal forever (and thus
21496 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21498 * ext/gnomevfs/gstgnomevfssink.c:
21499 (gst_gnomevfssink_uri_get_protocols):
21500 * ext/gnomevfs/gstgnomevfssrc.c:
21501 (gst_gnomevfssrc_uri_get_protocols):
21502 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21503 * ext/gnomevfs/gstgnomevfsuri.h:
21504 Use _uri_new() instead of _open(), so it doesn't take as long and
21505 Christophe's computer won't hang.
21506 * gst/playback/gstplaybasebin.c: (unknown_type):
21507 Throw error on unknown media type, so apps actually display it.
21509 2004-09-14 Brian Cameron <brian.cameron@sun.com
21511 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
21512 this script to work on Solaris since bash shell handles echo
21513 differenly than bash.
21515 2004-09-17 Wim Taymans <wim@fluendo.com>
21517 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21518 (setup_source), (gst_play_base_bin_set_property),
21519 (gst_play_base_bin_add_element):
21520 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21521 Some more work on making sure seeking pauses the pipeline and
21522 that changing the uri actually does something.
21524 2004-09-17 Wim Taymans <wim@fluendo.com>
21526 * gst/tcp/gstfdset.c: (gst_fdset_wait):
21527 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21528 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21529 (gst_tcpserversink_close):
21530 Be a bit more paranoid when freeing memory.
21532 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21534 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21535 (qtdemux_parse_trak):
21536 Don't crash by dividing by zero (see sample movie in #126922).
21538 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21540 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21541 Don't touch non-existing data (fixes crash on file in #140147).
21543 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21545 * gst/playback/gstplaybasebin.c:
21546 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21547 Handle double disposals, and proper change of URIs.
21549 2004-09-13 Martin Eikermann <meiker@upb.de>
21551 * gst/mpegstream/gstmpegparse.c:
21552 fix synchronistation for streams recorded from digital PCR
21555 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21557 * ext/gnomevfs/Makefile.am:
21558 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21559 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21560 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21561 (gst_gnomevfssink_uri_get_type),
21562 (gst_gnomevfssink_uri_get_protocols),
21563 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21564 (gst_gnomevfssink_uri_handler_init),
21565 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21566 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21567 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21568 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21569 (gst_gnomevfssrc_uri_get_type),
21570 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21571 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21572 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21573 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21574 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21575 * ext/gnomevfs/gstgnomevfsuri.h:
21576 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21577 of fake URIs to see which this version of Gnome-VFS likes, and
21578 uses that for the Gst-URI interface. Makes playbin support http://
21579 streams. Also fix up some stupid behaviour in gnomevfssrc.
21581 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21583 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21584 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21585 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21586 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21587 Update mixer (to sync with other sessions) if we try to obtain
21588 a new value. This makes alsamixer work accross applications.
21589 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21590 Only call sync functions if we're running, else alsalib asserts.
21591 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21592 Sometimes fails to compile. Possibly a gcc bug.
21593 * gst/playback/gstplaybin.c: (gen_video_element),
21594 (gen_audio_element):
21595 Add a reference to an application-provided object, because we lose
21596 this same reference if we add it to the bin. If we don't do this,
21597 we can only use this object once and thus crash if we go from
21598 ready to playing, back to ready and back to playing again.
21599 Also add an audioscale element because several cheap soundcards -
21600 like mine - don't support all samplerates.
21601 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21602 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21603 Fix wrong order or PAR calls. Makes automatically obtained PAR
21604 from the X server atually being used.
21606 2004-09-12 David Schleef <ds@schleef.org>
21608 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21609 #151887, #152102, #152247.
21610 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21611 * examples/seeking/cdparanoia.c: same
21612 * examples/seeking/cdplayer.c: same
21613 * examples/seeking/seek.c: same
21614 * examples/seeking/spider_seek.c: same
21615 * examples/seeking/vorbisfile.c: same
21616 * examples/stats/mp2ogg.c: same
21617 * ext/esd/esdsink.c: (gst_esdsink_class_init),
21618 (gst_esdsink_dispose): Dispose of element properly.
21619 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21621 * ext/nas/nassink.c: (gst_nassink_class_init),
21622 (gst_nassink_dispose): Dispose of element correctly.
21623 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21624 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21625 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21626 Fix 64-bit warning.
21627 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21628 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21629 Fix 64-bit warning.
21631 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21633 * configure.ac : change speex detection as 1.1.6 now uses
21634 .pc/pkg-config and they changed their headers location.
21636 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
21638 * gst/matroska/matroska-mux.h:
21639 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21640 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21641 (gst_matroska_mux_write_data):
21642 Write multiple blocks/frames per cluster.
21643 Write meta-seek information (seek heads).
21645 2004-09-09 Scott Wheeler <wheeler@kde.org>
21647 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21648 (gst_play_bin_set_property), (gst_play_bin_get_property),
21649 (gen_audio_element), (gen_audio_element):
21650 Add a volume element / property to the pipeline.
21652 2004-09-07 Wim Taymans <wim@fluendo.com>
21654 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21655 Copy timestamps from the master pad to the output buffers.
21657 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21659 * ext/raw1394/gstdv1394src.c:
21660 throw errors when applicable
21662 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
21664 * gst/matroska/ebml-ids.h:
21665 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21666 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21667 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21668 automatically convert unix time <-> ebml time when reading/writing
21669 a date, use gst_ebml_write_uint to write CUETIME,
21670 not gst_ebml_write_date.
21671 * gst/matroska/matroska-ids.h:
21672 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21673 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21674 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21675 (gst_matroska_mux_write_data):
21676 Write track and segment UIDs, write muxing date, write
21677 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21678 Create cues for audio only files.
21680 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21682 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21683 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21684 Re-commit ALSA switches.
21685 * gst/adder/gstadder.c: (gst_adder_loop):
21686 64-bit fix (#151416).
21687 * gst/debug/progressreport.c: (gst_progressreport_report):
21688 64-bit fix (#151419).
21689 * gst/matroska/matroska-demux.c:
21690 (gst_matroska_demux_parse_contents):
21691 64-bit fix (#151420).
21692 * gst/playback/test3.c: (update_scale):
21693 64-bit fix (#151421).
21695 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21700 === release 0.8.4 ===
21702 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21704 * configure.ac: releasing 0.8.4, "Alias"
21706 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21708 * ext/theora/Makefile.am:
21709 fix makefile. Fixes #151462.
21711 2004-08-30 Wim Taymans <wim@fluendo.com>
21713 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21714 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21715 (gst_multifdsink_remove_client_link),
21716 (gst_multifdsink_client_queue_buffer),
21717 (gst_multifdsink_handle_client_write):
21718 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21719 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21720 Fix some memory leaks.
21722 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21724 Patch by: David Schleef
21728 rename our detection macro for V4L2. Fixes #151236.
21730 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21732 Patch by: David Schleef
21735 check to define LAMEPRESET. Fixes #151232.
21737 2004-08-27 David Schleef <ds@schleef.org>
21739 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21740 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21741 (gst_glimagesink_fixate): Move local variable declarations to
21742 make gcc-2.95 happy.
21744 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21747 bump nano for prerelease
21749 2004-08-27 David Schleef <ds@schleef.org>
21751 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21752 * sys/sunaudio/gstsunaudiosrc.c:
21753 * sys/sunaudio/gstsunaudiosrc.h:
21755 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21757 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21758 handle EOS correctly
21759 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21760 * gst/matroska/matroska-mux.h:
21761 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21762 VFW compatibility mode
21764 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21766 patch by: Zaheer Abbas Merali
21768 * ext/ogg/gstoggmux.c:
21769 * ext/vorbis/vorbisenc.c:
21770 * ext/vorbis/vorbisenc.h:
21773 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21775 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21776 fix byte order reversion on little endian machines.
21777 * gst/matroska/matroska-mux.c: (audiosink_templ),
21778 (gst_matroska_mux_audio_pad_link):
21779 add TTA codec to the list of supported codecs.
21780 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21781 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21782 (gst_matroska_mux_write_data):
21783 * gst/matroska/matroska-mux.h:
21784 write segment duration correctly, write muxing app string, fixes bugs
21785 #140897 and #140898.
21786 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21787 wait for all pads to be negotiated before starting to mux.
21789 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21791 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21792 * ext/lame/gstlame.h:
21793 Added new media support to lame
21795 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21797 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21798 send vorbis headers at the beginning of a stream, fixes bug #141554.
21799 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21801 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21802 (gst_matroska_demux_plugin_init):
21803 * gst/matroska/matroska-ids.h:
21804 enable demuxing of TTA audio streams, fixes bug #148951.
21805 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21806 enable typefinding for TTA audio files, fixes bug #148711.
21807 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21808 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21809 fixes playback of packed bitstream and xvid with bframes, bug #135407.
21811 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
21813 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21814 (gst_riff_read_element_data), (gst_riff_read_seek),
21815 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21816 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21819 2004-08-23 Iain <iaingnome@gmail.com>
21821 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21822 tags. They appear to be handled differently to normal.
21823 (tag_list_to_id3_tag_foreach): Ditto.
21825 2004-08-22 Wim Taymans <wim@fluendo.com>
21827 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21828 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21829 Make sure we never send -1 granulepos.
21831 2004-08-20 Wim Taymans <wim@fluendo.com>
21833 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21834 (gst_ogg_mux_loop):
21835 I will accept bitchslappings with non sharp objects.
21837 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21840 Clean up the test for lame presets
21842 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21845 * ext/lame/Makefile.am:
21846 * ext/lame/gstlame.c: (gst_lame_class_init),
21847 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21848 Only enable lame presets if version of lame has presets in API
21850 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
21851 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21852 * gst/udp/gstudpsrc.h:
21853 Don't call gst_pad_push in a get function. Fixes #150449
21855 2004-08-18 Wim Taymans <wim@fluendo.com>
21857 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21858 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21859 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21860 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21861 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21863 * gst/tcp/gstfdset.h:
21864 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21865 (gst_multifdsink_client_queue_buffer),
21866 (gst_multifdsink_handle_client_write):
21867 * gst/tcp/gstmultifdsink.h:
21868 Some extra checks in gstfdset.
21869 Only use send() when the fd is a socket. Don't try to
21870 read from write only fds.
21872 2004-08-18 Wim Taymans <wim@fluendo.com>
21874 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21875 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21876 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21877 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21879 Add more locking and bounds checking.
21881 2004-08-18 Wim Taymans <wim@fluendo.com>
21883 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21884 Realloc test fdset in the lock and right before starting
21885 the poll call. Bump the limit to 4096.
21887 2004-08-17 David Schleef <ds@schleef.org>
21889 * sys/sunaudio/Makefile.am:
21890 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21891 of rates and channels. Make debugging less obnoxious.
21893 Patch from Balamurali Viswanathan implementing a mixer for
21894 Sun audio. (bug #144091):
21895 * sys/sunaudio/gstsunelement.c:
21896 * sys/sunaudio/gstsunelement.h:
21897 * sys/sunaudio/gstsunmixer.c:
21898 * sys/sunaudio/gstsunmixer.h:
21900 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21902 * gst/audioscale/gstaudioscale.c:
21903 * gst/audioscale/gstaudioscale.h:
21904 made audioscale resample from any sample rate to any sample rate
21906 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21908 * ext/libpng/gstpngdec.c:
21909 error out on unsupported types
21911 2004-08-17 Iain <iaingnome@gmail.com>
21913 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21914 mid_side and loose_mid_side properties if its a stereo stream.
21916 2004-08-17 Wim Taymans <wim@fluendo.com>
21918 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21919 (theora_get_formats), (theora_dec_src_convert),
21920 (theora_dec_sink_convert), (theora_dec_src_query),
21921 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21924 2004-08-17 Wim Taymans <wim@fluendo.com>
21926 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21927 (gst_ogg_pad_push):
21928 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21929 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21930 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21931 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21932 Mark delta units in the muxer.
21933 Try to decode the packet after an out-of-sync error from
21936 2004-08-17 Wim Taymans <wim@fluendo.com>
21938 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21939 (gst_multifdsink_init), (gst_multifdsink_add),
21940 (gst_multifdsink_client_queue_buffer),
21941 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21942 * gst/tcp/gstmultifdsink.h:
21943 Added option to send a keyframe to clients as the first buffer.
21944 Make timeout property writable.
21946 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21948 patch by: Wim Taymans
21950 * gst/tcp/gstfdset.c:
21951 * gst/tcp/gstmultifdsink.c:
21952 fix index comparison, should include 0
21954 2004-08-16 Wim Taymans <wim@fluendo.com>
21956 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21957 (gst_fdset_add_fd), (gst_fdset_remove_fd),
21958 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21959 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21961 copy when reallocing for poll so the select arguments don't get
21962 changed during the call
21964 2004-08-16 Wim Taymans <wim@fluendo.com>
21966 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21967 (gst_theora_enc_class_init), (theora_enc_sink_link),
21968 (theora_buffer_from_packet), (theora_enc_chain):
21969 Fix bug where buffers were not marked as keyframes
21972 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21974 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21975 (gst_lame_preset_get_type), (gst_lame_class_init):
21976 describe the enum values for vbr mode and presets more verbosely
21978 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21980 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21981 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21982 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21983 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21984 * ext/lame/gstlame.h:
21985 add preset property to lame so it can use lame presets
21987 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21989 * ext/lame/gstlame.c: (gst_lame_get_property):
21990 whoops forgot break, thanks teuf
21992 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21994 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21995 (gst_lame_class_init), (gst_lame_src_getcaps),
21996 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21997 (gst_lame_get_property), (gst_lame_setup):
21998 * ext/lame/gstlame.h:
21999 fix lame's broken vbr stuff, allow it to resample if need be, and also
22000 make xing header optional
22002 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22004 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
22005 added getcaps function so samplerate doesnt get fixated to silly values
22007 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22009 * ext/lame/gstlame.c: (gst_lame_src_link):
22010 revert previous fix
22012 2004-08-12 Johan Dahlin <johan@gnome.org>
22014 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
22015 checks. Doesn't matter what state we are in. Interfaces are a
22016 compile time thing, not runtime. It also broke the python bindings.
22018 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22020 * ext/lame/gstlame.c: (gst_lame_src_link):
22021 made source pad link function check if sinkpad is ok..fixes the problem
22022 where core fixates the output rate of lame stupidly
22024 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
22026 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
22027 * sys/v4l/v4l_calls.c:
22028 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
22029 fix fixate function to handle nonsimple caps.
22030 remove bogus check in _link
22033 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22035 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
22036 set default compression ratio parameter to 0.0 so bitrate parameter
22039 2004-08-11 David Schleef <ds@schleef.org>
22041 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
22043 2004-08-11 David Schleef <ds@schleef.org>
22045 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
22048 2004-08-11 David Schleef <ds@schleef.org>
22050 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
22052 2004-08-11 David Schleef <ds@schleef.org>
22054 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
22056 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
22057 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
22059 * gst/auparse/gstauparse.c: Fix plugin license field.
22060 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
22061 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
22062 * gst/rtp/gstrtp.c: Fix plugin license field.
22064 2004-08-11 Wim Taymans <wim@fluendo.com>
22066 * gst/tcp/Makefile.am:
22067 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
22068 (ensure_size), (gst_fdset_new), (gst_fdset_free),
22069 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
22070 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
22071 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
22072 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
22073 (gst_fdset_fd_can_write), (gst_fdset_wait):
22074 * gst/tcp/gstfdset.h:
22075 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22076 (gst_multifdsink_class_init), (gst_multifdsink_init),
22077 (gst_multifdsink_add), (gst_multifdsink_remove),
22078 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22079 (gst_multifdsink_remove_client_link),
22080 (gst_multifdsink_handle_client_read),
22081 (gst_multifdsink_client_queue_data),
22082 (gst_multifdsink_client_queue_caps),
22083 (gst_multifdsink_client_queue_buffer),
22084 (gst_multifdsink_handle_client_write),
22085 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22086 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22087 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
22088 (gst_multifdsink_close):
22089 * gst/tcp/gstmultifdsink.h:
22090 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
22091 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
22092 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
22093 (gst_tcpserversink_close):
22094 * gst/tcp/gsttcpserversink.h:
22095 Abstracted away the select call, implemented poll (yes we ran into
22096 the 1024 limit in production).
22098 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
22100 * gst/tcp/gsttcp.c:
22101 * gst/tcp/gsttcpplugin.c:
22102 improve debuggging, remove assert
22104 2004-08-10 Wim Taymans <wim@fluendo.com>
22106 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22107 (gst_client_status_get_type), (gst_multifdsink_class_init),
22108 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22109 (gst_multifdsink_handle_client_read),
22110 (gst_multifdsink_handle_client_write),
22111 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22112 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22113 (gst_multifdsink_get_property):
22114 * gst/tcp/gstmultifdsink.h:
22115 * gst/tcp/gsttcp-marshal.list:
22116 Starting to prepare for specifying buffer time in other units
22117 than buffers. Expose remove reason in signal.
22119 2004-08-10 Wim Taymans <wim@fluendo.com>
22121 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22122 (gst_multifdsink_remove), (gst_multifdsink_clear),
22123 (gst_multifdsink_remove_client_link),
22124 (gst_multifdsink_handle_client_read),
22125 (gst_multifdsink_client_queue_data),
22126 (gst_multifdsink_client_queue_buffer),
22127 (gst_multifdsink_handle_client_write),
22128 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22129 (gst_multifdsink_chain), (gst_multifdsink_close):
22130 * gst/tcp/gstmultifdsink.h:
22131 Added more debugging info. Changed the way clients are
22132 removed from the lists. Fixed a bug where a bad file descriptor
22133 could cause many clients to be removed.
22135 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
22137 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22138 allow all pixel-aspect-ratios, not just 1:1
22140 2004-08-09 David Schleef <ds@schleef.org>
22142 * sys/glsink/ARB_multitexture.h: Remove old files.
22143 * sys/glsink/EXT_paletted_texture.h:
22144 * sys/glsink/NV_register_combiners.h:
22145 * sys/glsink/gstgl_nvimage.c:
22146 * sys/glsink/gstgl_pdrimage.c:
22147 * sys/glsink/gstgl_rgbimage.c:
22148 * sys/glsink/gstglsink.c:
22149 * sys/glsink/gstglsink.h:
22150 * sys/glsink/gstglxwindow.c:
22151 * sys/glsink/regcomb_yuvrgb.c:
22153 2004-08-09 David Schleef <ds@schleef.org>
22155 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22156 GL sink plugin. (Bug #147302)
22158 * configure.ac: Test for OpenGL
22159 * sys/Makefile.am: Use test for OpenGL
22160 * sys/glsink/Makefile.am:
22161 * sys/glsink/glimagesink.c: rewrite
22162 * sys/glsink/glimagesink.h: rewrite
22164 2004-08-09 David Schleef <ds@schleef.org>
22166 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
22168 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22169 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22170 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22172 2004-08-09 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 Do a bit more logging, make the client_read code more robust.
22182 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22184 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22185 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22186 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22187 (gst_jpegdec_init), (gst_jpegdec_chain):
22188 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22189 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22190 cleanups, debugging fixes and memleak plugging
22192 2004-08-09 Wim Taymans <wim@fluendo.com>
22194 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22195 (theora_get_formats), (theora_dec_src_convert),
22196 (theora_dec_sink_convert), (theora_dec_src_query),
22197 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22198 (theora_dec_change_state):
22199 Don't crash on missing header packets.
22201 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22205 Added Albanian translation (Laurent Dhima)
22209 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22211 * ext/lame/gstlame.c:
22214 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22216 * sys/ximage/ximagesink.c:
22217 * sys/xvimage/xvimagesink.c:
22218 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
22220 2004-08-06 Wim Taymans <wim@fluendo.com>
22222 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22223 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22224 (gst_multifdsink_client_remove),
22225 (gst_multifdsink_handle_client_read),
22226 (gst_multifdsink_handle_client_write),
22227 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22228 Make sure we don't try to read more from a client that what
22229 ioctl says us or we deadlock.
22231 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22233 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22234 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22235 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22236 decouple running_time and n_frames so it can handle changing
22237 framerate while running
22239 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22243 updated translations
22245 2004-08-04 Benjamin Otte <otte@gnome.org>
22247 * gst/videotestsrc/gstvideotestsrc.c:
22248 (gst_videotestsrc_get_capslist), (generate_capslist),
22250 generate the list of supported caps at startup and reuse it instead
22251 of always generating it
22253 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
22255 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22256 whoops, last checkin broke normal build
22258 2004-08-03 Benjamin Otte <otte@gnome.org>
22260 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22261 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22262 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22263 (gst_alsa_mixer_get_option):
22264 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22265 (dvdnavsrc_print_event):
22266 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22267 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22268 (gst_ogg_mux_pad_unlink):
22269 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22270 (gst_multipart_mux_pad_unlink):
22271 * gst/videofilter/gstvideobalance.c:
22272 (gst_videobalance_colorbalance_set_value):
22273 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22274 (gst_videomixer_pad_unlink):
22276 * sys/oss/gstossmixer.c:
22277 * sys/v4l/gstv4lcolorbalance.c:
22278 * sys/v4l/gstv4ltuner.c:
22279 * sys/v4l/v4lsrc_calls.c:
22280 * sys/v4l2/gstv4l2colorbalance.c:
22281 * sys/v4l2/gstv4l2tuner.c:
22282 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22284 2004-08-03 Benjamin Otte <otte@gnome.org>
22286 * examples/dynparams/filter.c: (ui_control_create):
22287 * examples/gstplay/player.c: (print_tag):
22288 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22289 * ext/gdk_pixbuf/gstgdkanimation.c:
22290 (gst_gdk_animation_iter_may_advance):
22291 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22292 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22293 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22294 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22295 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22296 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22297 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22298 * gst/sine/demo-dparams.c: (main):
22299 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22300 * testsuite/alsa/formats.c: (create_pipeline):
22301 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22302 fixes for G_DISABLE_ASSERT and friends
22303 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22304 (mp3_type_frame_length_from_header), (mp3_type_find),
22306 require mp3 typefinding to have at least MIN_HEADERS valid headers
22307 add typefinding for AAC adts files
22309 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
22311 * sys/ximage/ximagesink.c:
22312 (gst_ximagesink_calculate_pixel_aspect_ratio):
22313 * sys/xvimage/xvimagesink.c:
22314 (gst_xvimagesink_calculate_pixel_aspect_ratio):
22315 Make sure we calculate pixel-aspect-ratio using floating point maths
22317 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22320 updated translation
22322 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22324 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22325 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22326 add debugging for display PAR calculation
22328 2004-08-02 David Schleef <ds@schleef.org>
22330 * configure.ac: Fix mikmod CFLAGS.
22332 2004-07-27 Benjamin Otte <otte@gnome.org>
22334 * gst/audioscale/gstaudioscale.c:
22335 - fix templates to only support S16, it's the only format that works
22336 - make caps nego code use try_set_caps_nonfixed and fixation instead
22337 of try_set_caps twice, which is not nice for autopluggers
22338 - change rank to secondary, so autopluggers can pick it up after
22341 2004-08-02 Iain <iain@prettypeople.org>
22343 * gst/interleave/interleave.c (interleave_init),
22344 (interleave_request_new_pad),
22345 (interleave_pad_removed),
22346 (interleave_buffered_loop): Use the real pad count, not the artificial
22349 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22351 * configure.ac: bump nano back to development
22353 === release 0.8.3 ===
22355 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22357 * configure.ac: releasing 0.8.3, "Water"
22359 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22361 * sys/xvimage/xvimagesink.c:
22362 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22363 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22364 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22365 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22366 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22367 * sys/xvimage/xvimagesink.h:
22368 apply similar PAR fixes as to ximagesink
22370 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22372 patch from: Benjamin Otte
22374 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22375 add link function to lame. Fixes #148986.
22377 2004-08-02 Johan Dahlin <johan@gnome.org>
22379 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22382 2004-07-30 David Schleef <ds@schleef.org>
22384 * gst/videomixer/Makefile.am: Fix things that should have been
22385 fixed in the last checkin.
22387 2004-07-30 David Schleef <ds@schleef.org>
22389 * gst/multipart/Makefile.am: Fix things that should have been
22390 fixed in the last checkin.
22392 2004-07-30 David Schleef <ds@schleef.org>
22394 * testsuite/multifilesink/Makefile.am: Fix unused variable.
22396 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22399 bump nano for prerelease
22411 2004-07-30 Wim Taymans <wim@fluendo.com>
22413 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22414 (gst_multifdsink_add), (gst_multifdsink_remove),
22415 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22416 (gst_multifdsink_client_remove),
22417 (gst_multifdsink_handle_client_write),
22418 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22419 * gst/tcp/gstmultifdsink.h:
22420 Recover from a select with a bad file descriptor by removing
22423 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22426 fix requirement of core
22427 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22428 (gst_play_pipeline_setup):
22429 don't use colorspace element. do use hermescolorspace element.
22430 make macro to get a colorspace element.
22431 mark strings for translation.
22443 update translations
22445 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22447 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22448 fix default for newmedia flag
22450 2004-07-30 Wim Taymans <wim@fluendo.com>
22452 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22453 (gst_theora_dec_init), (theora_get_formats),
22454 (theora_dec_src_convert), (theora_dec_sink_convert),
22455 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22456 (theora_dec_chain), (theora_dec_set_property),
22457 (theora_dec_get_property):
22458 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22459 (gst_theora_enc_class_init), (gst_theora_enc_init),
22460 (theora_enc_sink_link), (theora_enc_chain),
22461 (theora_enc_set_property), (theora_enc_get_property):
22462 Added cropping option to theora decoder.
22463 Added border option to theora encoder.
22465 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22467 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22468 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22469 (gst_pngenc_set_property):
22470 * ext/libpng/gstpngenc.h:
22471 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
22473 2004-07-30 Wim Taymans <wim@fluendo.com>
22475 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22476 (theora_enc_sink_link), (theora_enc_chain),
22477 (theora_enc_set_property), (theora_enc_get_property):
22478 Fix encoding of non-multiple-of-16 video.
22480 2004-07-29 David Schleef <ds@schleef.org>
22482 * configure.ac: make test for audiofile more strict
22484 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
22486 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22487 give different names to typefind functions
22489 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22491 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22492 (gst_ximagesink_calculate_pixel_aspect_ratio),
22493 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22494 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22495 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22496 (gst_ximagesink_get_property), (gst_ximagesink_init):
22497 * sys/ximage/ximagesink.h:
22498 allocate PAR's dynamically.
22499 use autodetected PAR if no object-set PAR is given.
22500 add workaround for directfb's X not setting physical size.
22501 fix to xvimagesink will follow tomorrow.
22503 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22505 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22506 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22507 (gst_shout2send_get_type), (gst_shout2send_set_clock),
22508 (gst_shout2send_class_init), (gst_shout2send_init),
22509 (set_shout_metadata), (gst_shout2send_set_metadata),
22510 (gst_shout2send_chain), (gst_shout2send_set_property),
22511 (gst_shout2send_get_property), (gst_shout2send_connect),
22512 (gst_shout2send_change_state):
22513 * ext/shout2/gstshout2.h:
22514 - fix for sending mp3 audio to icecast2 server, if pad link function not
22515 called before PAUSED state
22516 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22517 - added tagging support for mp3 audio broadcasted
22518 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22521 2004-07-28 Wim Taymans <wim@fluendo.com>
22523 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22524 (gst_ogg_demux_push):
22525 Return query failure when we don't know the length of
22526 an ogg stream insteda of returning TRUE with a bogus value.
22528 2004-07-28 Wim Taymans <wim@fluendo.com>
22530 * ext/theora/theoradec.c: (theora_get_formats),
22531 (theora_dec_src_convert), (theora_dec_sink_convert),
22532 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22533 (theora_dec_chain):
22534 Don't screw up the 1 Chroma for 1 luma sample situation when we
22535 have an odd offset/width by adding a black border in those cases.
22537 2004-07-28 Wim Taymans <wim@fluendo.com>
22539 * ext/theora/theoradec.c: (theora_get_formats),
22540 (theora_dec_src_convert), (theora_dec_sink_convert),
22541 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22542 (theora_dec_chain):
22543 * ext/theora/theoraenc.c: (theora_enc_sink_link):
22544 Added first attempt at cropping of the image as required by the
22545 theora spec. We need more properties in the caps (offset_x,
22546 offset_y,stride) to implement this correctly.
22548 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
22550 * ext/dvdnav/README:
22551 Update the README to use dvddemux
22552 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22553 Ensure getcaps returns a subset of the template caps
22554 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22555 (gst_mpeg2subt_init):
22556 Ensure getcaps returns a subset of the template caps
22557 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22558 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22559 (gst_dvd_demux_get_subpicture_stream),
22560 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22561 * gst/mpegstream/gstdvddemux.h:
22562 Set the explicit caps on the current_video pad before pushing
22564 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22565 (gst_mpeg_demux_get_audio_stream):
22566 Free caps used to gst_pad_set_explicit_caps, which takes a const
22569 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22571 * configure.ac: update GStreamer requirement to 0.8.4 because of
22574 2004-07-28 Wim Taymans <wim@fluendo.com>
22576 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22577 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22578 Add the pad to the element after setting up the caps. This
22579 makes it a lot easier to autoplug.
22581 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22583 * gst/median/gstmedian.c:
22584 * gst/mpeg2subt/gstmpeg2subt.c:
22585 * gst/mpegaudioparse/gstmpegaudioparse.c:
22586 * gst/mpegstream/gstdvddemux.c:
22587 * gst/mpegstream/gstmpegdemux.c:
22588 * gst/mpegstream/gstmpegpacketize.c:
22589 * gst/rtjpeg/gstrtjpeg.c:
22590 * gst/rtjpeg/gstrtjpegdec.c:
22591 * gst/rtjpeg/gstrtjpegenc.c:
22592 * gst/sine/gstsinesrc.c:
22593 * gst/smooth/gstsmooth.c:
22594 * gst/smpte/gstsmpte.c:
22595 * gst/smpte/gstsmpte.h:
22596 * gst/stereo/gststereo.c:
22597 * gst/videofilter/gstgamma.c:
22598 * gst/videofilter/gstvideobalance.c:
22599 * gst/videofilter/gstvideofilter.c:
22600 * gst/videofilter/gstvideoflip.c:
22601 * gst/videoscale/gstvideoscale.c:
22602 * gst/videoscale/videoscale.c:
22603 * gst/videotestsrc/gstvideotestsrc.c:
22604 * gst/videotestsrc/videotestsrc.c:
22605 * gst/wavenc/gstwavenc.c:
22606 * gst/wavparse/gstwavparse.c:
22607 fix local includes and 64 bits constants
22609 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22612 * gst-libs/gst/*/*.vcproj:
22614 more working plugins
22616 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22618 * testsuite/alsa/Makefile.am:
22619 * testsuite/alsa/srcstate.c:
22620 add test for alsasrc changing state
22622 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22624 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22626 * gst/silence/gstsilence.h:
22627 fix silence generation for 16bit raw audio
22629 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22631 * gst/matroska/matroska-demux.c:
22632 (gst_matroska_demux_parse_metadata),
22633 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22634 * gst/mpegaudio/common.c:
22635 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22636 (gst_videoscale_getcaps), (gst_videoscale_link),
22637 (gst_videoscale_src_fixate), (gst_videoscale_init),
22638 (gst_videoscale_finalize):
22639 * gst/videoscale/gstvideoscale.h:
22640 * gst/videotestsrc/gstvideotestsrc.c:
22641 (gst_videotestsrc_get_capslist):
22642 * gst/wavenc/gstwavenc.c:
22643 * sys/oss/gstossmixer.c: (fill_labels):
22644 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22645 (gst_ximagesink_handle_xevents),
22646 (gst_ximagesink_calculate_pixel_aspect_ratio),
22647 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22648 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22649 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22650 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22651 (gst_ximagesink_init), (gst_ximagesink_class_init):
22652 * sys/ximage/ximagesink.h:
22653 * sys/xvimage/xvimagesink.c:
22654 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22655 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22656 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22657 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22658 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22659 * sys/xvimage/xvimagesink.h:
22660 first batch of pixel aspect ratio commits.
22662 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22664 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22665 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22666 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22667 handle stride, needs work if we want to move stride handling
22668 upstream, but works correctly for our purposes.
22670 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22672 * gst/videoscale/README:
22673 add testing examples
22674 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22675 (gst_videoscale_chain):
22676 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22677 (gst_videoscale_get_size):
22678 add get_size function that handles stride like videotestsrc.
22679 fixes conversion for YUV formats for as much as I can test them.
22681 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22683 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22684 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22685 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22686 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22687 (gst_xvimagesink_xvimage_put):
22688 further cleanups, logging, error handling and synchronizing
22690 2004-07-27 Wim Taymans <wim@fluendo.com>
22692 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22693 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22694 (gst_videomixer_pad_set_property),
22695 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22696 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22697 (gst_videomixer_class_init), (gst_videomixer_init),
22698 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22699 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22700 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22701 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22702 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22703 (gst_videomixer_loop), (plugin_init):
22704 Be a nicer negotiation citizen and provide a getcaps function on
22705 the srcpad. This also fixes a crash when resizing.
22707 2004-07-27 Julien MOUTTE <julien@moutte.net>
22709 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22710 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22712 2004-07-27 Wim Taymans <wim@fluendo.com>
22714 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22715 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22716 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22717 (gst_pngenc_set_property):
22718 * ext/libpng/gstpngenc.h:
22719 Added snapshot property to pngenc.
22720 removed g_print from pngdec
22722 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22724 * gst/ac3parse/ac3parse.vcproj
22725 * gst/adder/adder.vcproj
22726 * gst/alpha/alpha.vcproj
22727 * gst/alpha/alphacolor.vcproj
22728 * gst/asfdemux/asf.vcproj
22729 * gst/audioconvert/audioconvert.vcproj
22730 * gst/audiorate/audiorate.vcproj
22731 * gst/audioscale/audioscale.vcproj
22732 * gst/auparse/auparse.vcproj
22733 * gst/avi/avi.vcproj
22734 * gst/cdxaparse/cdxaparse.vcproj
22735 * gst/chart/chart.vcproj
22736 * gst/colorspace/colorspace.vcproj
22737 * gst/cutter/cutter.vcproj
22738 * gst/debug/debug.vcproj
22739 * gst/debug/efence.vcproj
22740 * gst/debug/navigationtest.vcproj
22741 * gst/deinterlace/deinterlace.vcproj
22742 * gst/effectv/effectv.vcproj
22743 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22744 * gst/filter/filter.vcproj
22745 * gst/flx/flxdec.vcproj
22746 * gst/goom/goom.vcproj
22747 * gst/interleave/interleave.vcproj
22748 * gst/law/alaw.vcproj
22749 * gst/law/mulaw.vcproj
22750 * gst/matroska/matroska.vcproj
22751 * gst/median/median.vcproj
22752 * gst/mixmatrix/mixmatrix.vcproj
22753 * gst/mpeg1sys/mpeg1systemencode.vcproj
22754 * gst/mpeg1videoparse/mp1videoparse.vcproj
22755 * gst/mpeg2sub/mpeg2subt.vcproj
22756 * gst/mpegaudio/mpegaudio.vcproj
22757 * gst/mpegaudioparse/mpegaudioparse.vcproj
22758 * gst/mpegstream/mpegstream.vcproj
22759 * gst/multifilesink/multifilesink.vcproj
22760 * gst/multipart/multipart.vcproj
22761 * gst/oneton/oneton.vcproj
22762 * gst/overlay/overlay.vcproj
22763 * gst/passthrough/passthrough.vcproj
22764 * gst/qtdemux/qtdemux.vcproj
22765 * gst/realmedia/rmdemux.vcproj
22766 * gst/rtjpeg/rtjpeg.vcproj
22767 * gst/rtp/rtp.vcproj
22768 * gst/silence/silence.vcproj
22769 * gst/sine/sinesrc.vcproj
22770 * gst/smooth/smooth.vcproj
22771 * gst/smpte/smpte.vcproj
22772 * gst/spectrum/spectrum.vcproj
22773 * gst/speed/speed.vcproj
22774 * gst/stereo/stereo.vcproj
22775 * gst/switch/switch.vcproj
22776 * gst/tags/tagedit.vcproj
22777 * gst/tcp/tcp.vcproj
22778 * gst/typefind/typefindfunctions.vcproj
22779 * gst/udp/udp.vcproj
22780 * gst/videobox/videobox.vcproj
22781 * gst/videocrop/videocrop.vcproj
22782 * gst/videodrop/videodrop.vcproj
22783 * gst/videofilter/gamma.vcproj
22784 * gst/videofilter/videobalance.vcproj
22785 * gst/videofilter/videofilter.vcproj
22786 * gst/videofilter/videoflip.vcproj
22787 * gst/videoflip/videoflip.vcproj
22788 * gst/videomixer/videomixer.vcproj
22789 * gst/videorate/videorate.vcproj
22790 * gst/videoscale/videoscale.vcproj
22791 * gst/videotestsrc/videotestsrc.vcproj
22792 * gst/virtualdub/virtualdub.vcproj
22793 * gst/volenv/volenv.vcproj
22794 * gst/volume/volume.vcproj
22795 * gst/wavenc/wavenc.vcproj
22796 * gst/wavparse/wavparse.vcproj
22797 * gst/y4m/y4menc.vcproj
22798 * gst-libs/gst/audio/audio.vcproj
22799 * gst-libs/gst/audio/audiofilter.vcproj
22800 * gst-libs/gst/colorbalance/colorbalance.vcproj
22801 * gst-libs/gst/idct/idtc.vcproj
22802 * gst-libs/gst/media-info/media-info.vcproj
22803 * gst-libs/gst/mixer/mixer.vcproj
22804 * gst-libs/gst/navigation/navigation.vcproj
22805 * gst-libs/gst/play/play.vcproj
22806 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22807 * gst-libs/gst/resample/resample.vcproj
22808 * gst-libs/gst/riff/riff.vcproj
22809 * gst-libs/gst/tuner/tuner.vcproj
22810 * gst-libs/gst/video/video.vcproj
22811 * gst-libs/gst/xoverlay/xoverlay.vcproj
22812 avoid problems with math.h, fix release dependancy
22813 rename GStreamer-0.8.lib to libgstreamer.lib
22815 2004-07-27 Julien MOUTTE <julien@moutte.net>
22817 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22818 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22819 the atom is not available we have to unlock the mutex. Fixes #148023
22821 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22823 * gst-libs/gst/media-info/media-info.h:
22824 issue for a vararg macro with MSVC
22826 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22828 * gst/effectv/effectv.vcproj
22829 * gst-libs/gst/idct/idct.vcproj:
22830 * gst-libs/gst/media-info/media-info.vcproj:
22831 * gst-libs/gst/navigation/navigation.vcproj:
22832 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22833 * gst-libs/gst/video/video.vcproj:
22834 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22835 fixes for build problems
22837 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22839 * gst-libs/gst/audio/audio.def:
22840 * gst-libs/gst/audio/riff.def:
22841 add some definitions needed by plugins
22843 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22845 * gst/asfdemux/gstasfmux.c
22846 Fix some 64 bits constants to be glib friendly
22848 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22850 * gst/ac3parse/gstac3parse.c
22851 * gst/audioscale/gstaudioscale.c
22852 * gst/auparse/gstauparse.c
22853 * gst/colorspace/gstcolorspace.c
22854 * gst/colorspace/yuv2rgb.h
22855 local include fixes
22857 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22860 add more plugins to the build
22862 2004-07-26 Julien MOUTTE <julien@moutte.net>
22864 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22865 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22867 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22869 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22870 (gst_level_set_property), (gst_level_get_property),
22871 (gst_level_base_init), (gst_level_class_init):
22872 add debugging categories. cleanups.
22874 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22876 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22877 (gst_videoscale_planar411), (gst_videoscale_planar400),
22878 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22879 (gst_videoscale_scale_nearest_str1),
22880 (gst_videoscale_scale_nearest_str2),
22881 (gst_videoscale_scale_nearest_str4),
22882 (gst_videoscale_scale_nearest_16bit),
22883 (gst_videoscale_scale_nearest_24bit):
22884 fixed stride issues
22885 tested with 320x240 -> 321, 322, 324 x240
22886 tested with YV12, I420, YUY2, UYVY
22887 fixed packed422rev (don't think it could have worked before)
22888 by testing with UYVY
22890 2004-07-26 Benjamin Otte <otte@gnome.org>
22892 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22893 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22895 add debugging category, add error checks like checking return values
22896 of setup calls, make sure it still works after
22897 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22899 2004-07-26 Wim Taymans <wim@fluendo.com>
22901 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22902 (gst_mpeg_demux_get_audio_stream),
22903 (gst_mpeg_demux_process_private):
22904 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22905 Check for error codes from the negotiation functions. Make sure
22906 we really set the pad caps when a new pad is created.
22908 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22910 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22911 (gst_ffmpeg_caps_to_pix_fmt):
22912 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22913 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22914 (gst_ffmpegcolorspace_pad_link):
22915 don't make function do two things at the same time without reason.
22917 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22919 * gst/ac3parse/ac3parse.vcproj
22920 * gst/adder/adder.vcproj
22921 * gst/alpha/alpha.vcproj
22922 * gst/alpha/alphacolor.vcproj
22923 * gst/asfdemux/asf.vcproj
22924 * gst/audioconvert/audioconvert.vcproj
22925 * gst/audiorate/audiorate.vcproj
22926 * gst/audioscale/audioscale.vcproj
22927 * gst/auparse/auparse.vcproj
22928 * gst/avi/avi.vcproj
22929 * gst/cdxaparse/cdxaparse.vcproj
22930 * gst/chart/chart.vcproj
22931 * gst/colorspace/colorspace.vcproj
22932 * gst/cutter/cutter.vcproj
22933 * gst/debug/debug.vcproj
22934 * gst/debug/efence.vcproj
22935 * gst/debug/navigationtest.vcproj
22936 * gst/deinterlace/deinterlace.vcproj
22937 * gst/effectv/effectv.vcproj
22938 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22939 * gst/filter/filter.vcproj
22940 * gst/flx/flxdec.vcproj
22941 * gst/goom/goom.vcproj
22942 * gst/interleave/interleave.vcproj
22943 * gst/law/alaw.vcproj
22944 * gst/law/mulaw.vcproj
22945 * gst/matroska/matroska.vcproj
22946 * gst/median/median.vcproj
22947 * gst/mixmatrix/mixmatrix.vcproj
22948 * gst/mpeg1sys/mpeg1systemencode.vcproj
22949 * gst/mpeg1videoparse/mp1videoparse.vcproj
22950 * gst/mpeg2sub/mpeg2subt.vcproj
22951 * gst/mpegaudio/mpegaudio.vcproj
22952 * gst/mpegaudioparse/mpegaudioparse.vcproj
22953 * gst/mpegstream/mpegstream.vcproj
22954 * gst/multifilesink/multifilesink.vcproj
22955 * gst/multipart/multipart.vcproj
22956 * gst/oneton/oneton.vcproj
22957 * gst/overlay/overlay.vcproj
22958 * gst/passthrough/passthrough.vcproj
22959 * gst/qtdemux/qtdemux.vcproj
22960 * gst/realmedia/rmdemux.vcproj
22961 * gst/rtjpeg/rtjpeg.vcproj
22962 * gst/rtp/rtp.vcproj
22963 * gst/silence/silence.vcproj
22964 * gst/sine/sinesrc.vcproj
22965 * gst/smooth/smooth.vcproj
22966 * gst/smpte/smpte.vcproj
22967 * gst/spectrum/spectrum.vcproj
22968 * gst/speed/speed.vcproj
22969 * gst/stereo/stereo.vcproj
22970 * gst/switch/switch.vcproj
22971 * gst/tags/tagedit.vcproj
22972 * gst/tcp/tcp.vcproj
22973 * gst/typefind/typefindfunctions.vcproj
22974 * gst/udp/udp.vcproj
22975 * gst/videobox/videobox.vcproj
22976 * gst/videocrop/videocrop.vcproj
22977 * gst/videodrop/videodrop.vcproj
22978 * gst/videofilter/gamma.vcproj
22979 * gst/videofilter/videobalance.vcproj
22980 * gst/videofilter/videofilter.vcproj
22981 * gst/videofilter/videoflip.vcproj
22982 * gst/videoflip/videoflip.vcproj
22983 * gst/videomixer/videomixer.vcproj
22984 * gst/videorate/videorate.vcproj
22985 * gst/videoscale/videoscale.vcproj
22986 * gst/videotestsrc/videotestsrc.vcproj
22987 * gst/virtualdub/virtualdub.vcproj
22988 * gst/volenv/volenv.vcproj
22989 * gst/volume/volume.vcproj
22990 * gst/wavenc/wavenc.vcproj
22991 * gst/wavparse/wavparse.vcproj
22992 * gst/y4m/y4menc.vcproj
22993 more plugins supported under windows
22995 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22997 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22998 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22999 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
23000 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23001 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
23002 Add debugging statements. Use the sizes as returned by the
23003 *CreateImage calls.
23005 2004-07-26 Johan Dahlin <johan@gnome.org>
23007 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
23008 the pad is negotiated.
23010 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
23012 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23014 * gst-libs/gst/colorbalance/colorbalance.vcproj:
23015 * gst-libs/gst/idct/idct.vcproj:
23016 * gst-libs/gst/media-info/media-info.vcproj:
23017 * gst-libs/gst/mixer/mixer.vcproj:
23018 * gst-libs/gst/navigation/navigation.vcproj:
23019 * gst-libs/gst/play/play.vcproj:
23020 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
23021 * gst-libs/gst/resample/resample.vcproj:
23022 * gst-libs/gst/tuner/tuner.vcproj:
23023 * gst-libs/gst/video/video.vcproj:
23024 * gst-libs/gst/xoverlay/xoverlay.vcproj:
23025 more plugins supported under windows
23027 2004-07-25 Iain <iain@prettypeople.org>
23029 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
23030 pad now rather than when the pad is created because state changes wipe
23031 explicit caps (fixes #148043).
23033 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
23035 reviewed by Benjamin Otte <otte@gnome.org>
23037 * ext/mad/gstmad.c:
23038 fix mad plugin crashing on Sun (fixes #148289)
23040 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23043 * gst/avi/avi.vcproj:
23044 * gst/matroska/matroska.def:
23045 * gst/matroska/matroska.vcproj:
23046 remove unused .def files
23048 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23050 * gst-libs/gst/audio/gstaudiofilter.c:
23051 Clean the local include
23053 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23056 * gst-libs/gst/audio/audio.def:
23057 * gst-libs/gst/audio/audio.vcproj:
23058 * gst-libs/gst/audio/audiofilter.vcproj:
23059 * gst-libs/gst/audio/riff.def:
23060 * gst-libs/gst/audio/riff.vcproj:
23061 * gst-libs/gst/gst-libs.def:
23062 * gst-libs/gst/gst-libs.vcproj:
23063 * gst/avi/avi.vcproj:
23064 * gst/avi/avi.vcproj:
23065 Copy the files where needed after building, cleaner projects
23067 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23069 * gst/matroska/ebml-write.c:
23070 Fix some 64 bits constants to be glib friendly
23072 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
23075 * gst-libs/gst/gst-libs.def:
23076 * gst-libs/gst/gst-libs.vcproj:
23077 * gst/matroska/matroska.def:
23078 * gst/matroska/matroska.vcproj:
23079 Add the preliminary canvas to build plugins on Win32
23081 2004-07-23 Benjamin Otte <otte@gnome.org>
23083 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23084 don't enfore negotiation from source side, it breaks
23085 sinesrc ! audioconvert ! osssink
23087 2004-07-22 David Schleef <ds@schleef.org>
23089 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
23090 for ELF files, since they can easily be recognized as audio/mpeg.
23093 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23095 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23096 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
23097 (gst_videoscale_scale_nearest_24bit),
23098 (gst_videoscale_scale_nearest_16bit):
23099 fix 16bit and 24bit for stride (24bit might need testing)
23100 don't pretend we do more than one algorithm
23102 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23106 * gst/multifilesink/Makefile.am:
23107 * gst/multifilesink/gstmultifilesink.c:
23108 (gst_multifilesink_get_formats),
23109 (gst_multifilesink_get_query_types), (_do_init),
23110 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
23111 (gst_multifilesink_init), (gst_multifilesink_dispose),
23112 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
23113 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
23114 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
23115 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
23116 (gst_multifilesink_chain), (gst_multifilesink_change_state),
23117 (gst_multifilesink_uri_get_type),
23118 (gst_multifilesink_uri_get_protocols),
23119 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
23120 (gst_multifilesink_uri_handler_init), (plugin_init):
23121 * gst/multifilesink/gstmultifilesink.h:
23122 * testsuite/Makefile.am:
23123 * testsuite/multifilesink/Makefile.am:
23124 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
23125 (gst_newmedia_class_init), (gst_newmedia_init),
23126 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23127 (newfile_signal), (test_signal), (main):
23128 multifilesink plugin for creating new files every time a new media
23129 discontinuity event occurs
23131 2004-07-22 Wim Taymans <wim@fluendo.com>
23133 * gst/alpha/Makefile.am:
23134 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23135 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23136 (gst_alpha_color_init), (gst_alpha_color_set_property),
23137 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23138 (transform), (gst_alpha_color_chain),
23139 (gst_alpha_color_change_state), (plugin_init):
23140 Stupid plugin to to RGBA to AYUV conversion because none of
23141 the colorspace plugins can handle that yet.
23143 2004-07-22 Wim Taymans <wim@fluendo.com>
23145 * examples/seeking/seek.c: (update_scale), (main):
23146 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23147 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23148 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23149 (gst_decode_bin_init), (gst_decode_bin_dispose),
23150 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23151 (no_more_pads), (close_link), (type_found),
23152 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23154 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23155 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23156 (gst_play_base_bin_dispose), (queue_overrun),
23157 (gen_preroll_element), (remove_prerolls), (unknown_type),
23158 (no_more_pads), (new_stream), (setup_source),
23159 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23160 (play_base_eos), (gst_play_base_bin_change_state),
23161 (gst_play_base_bin_add_element),
23162 (gst_play_base_bin_remove_element),
23163 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23164 (gst_play_base_bin_unlink_stream),
23165 (gst_play_base_bin_get_streaminfo):
23166 * gst/playback/gstplaybin.c: (gen_video_element),
23167 (gen_audio_element):
23168 * gst/playback/gststreaminfo.h:
23169 More playback updates, attempt to fix things after the state change
23172 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23174 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23175 (gst_videoscale_scale_nearest_16bit):
23178 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23180 * gst/videotestsrc/gstvideotestsrc.c:
23181 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23182 (gst_videotestsrc_init), (gst_videotestsrc_get),
23183 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23184 (gst_videotestsrc_get_property):
23185 * gst/videotestsrc/gstvideotestsrc.h:
23186 * gst/videotestsrc/videotestsrc.c:
23187 * gst/videotestsrc/videotestsrc.h:
23188 cleanup and commenting
23190 2004-07-21 Wim Taymans <wim@fluendo.com>
23192 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23193 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23194 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23195 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23196 (_find_chain_get_unknown_part), (_find_streams_check),
23197 (gst_ogg_demux_push), (gst_ogg_pad_push):
23198 * ext/theora/theoradec.c: (theora_get_formats),
23199 (theora_dec_src_convert), (theora_dec_sink_convert),
23200 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23201 (theora_dec_chain):
23202 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23203 (vorbis_dec_convert), (vorbis_dec_src_query),
23204 (vorbis_dec_src_event), (vorbis_dec_event):
23205 More seeking fixes, oggdemux now supports seeking to time and
23206 uses the downstream element to convert granulepos to time.
23207 Seeking in theora-only ogg files now works.
23209 2004-07-21 Wim Taymans <wim@fluendo.com>
23211 * ext/theora/theoradec.c: (gst_theora_dec_init),
23212 (theora_get_formats), (theora_get_event_masks),
23213 (theora_get_query_types), (theora_dec_src_convert),
23214 (theora_dec_sink_convert), (theora_dec_src_query),
23215 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23216 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23217 (vorbis_get_event_masks), (vorbis_get_query_types),
23218 (gst_vorbis_dec_init), (vorbis_dec_convert),
23219 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23220 Added query/convert/formats functions to vorbis and theora decoders
23221 so that the outside world can use them too. Fixed seeking on an
23222 ogg/theora/vorbis file by disabling the seeking seeking on the
23225 2004-07-21 Julien MOUTTE <julien@moutte.net>
23227 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23228 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23229 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23230 images creation for both elements. We don't create the image on caps
23231 nego or renego, we just destroy the internal one if present if it does
23232 not match the needs. The chain function takes care of creating a new
23234 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23235 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23236 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23237 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23238 the image format information. The buffer pool checks for the context
23239 image format and discard images with different formats.
23240 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23242 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
23244 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23245 (gst_ffmpegcolorspace_chain):
23246 no point in doing any chaining if the pad we want to push from
23249 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
23251 * gst-libs/gst/riff/riff-media.c:
23252 (gst_riff_create_audio_caps_with_data):
23253 Fix double end-to-native symbol conversion (#148021).
23255 2004-07-20 David Schleef <ds@schleef.org>
23257 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23258 Don't use an Atom that doesn't exist.
23260 2004-07-20 Wim Taymans <wim@fluendo.com>
23262 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23263 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23264 (gst_multifdsink_client_remove),
23265 (gst_multifdsink_handle_client_write),
23266 (gst_multifdsink_queue_buffer):
23267 * gst/tcp/gstmultifdsink.h:
23268 More multifdsink stats. Avoid deadlock by releasing locks
23269 before sending out a signal.
23271 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
23275 added Hungarian translation (Laszlo Dvornik)
23277 2004-07-20 Wim Taymans <wim@fluendo.com>
23279 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23280 (gst_multifdsink_add), (gst_multifdsink_client_remove),
23281 (gst_multifdsink_handle_client_write),
23282 (gst_multifdsink_queue_buffer):
23283 * gst/tcp/gsttcp-marshal.list:
23284 Fixed the stupid marshal definition.
23286 2004-07-20 Wim Taymans <wim@fluendo.com>
23288 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23289 (gst_multifdsink_init), (gst_multifdsink_add),
23290 (gst_multifdsink_client_remove),
23291 (gst_multifdsink_handle_client_write),
23292 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23293 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23294 (gst_multifdsink_init_send):
23295 * gst/tcp/gstmultifdsink.h:
23296 Added more stats, added timeout for a client, fixed some typos
23297 and added some comments.
23299 2004-07-20 Wim Taymans <wim@fluendo.com>
23301 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23302 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23303 (gst_multifdsink_client_remove),
23304 (gst_multifdsink_handle_client_write):
23305 * gst/tcp/gstmultifdsink.h:
23306 * gst/tcp/gsttcp-marshal.list:
23307 Added get_stats method that returns a GValueArray of
23310 2004-07-19 Benjamin Otte <otte@gnome.org>
23312 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23313 make sure longname, description and author are valid UTF-8
23315 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
23317 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23318 (gst_ximagesink_set_property):
23319 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23320 (gst_xvimagesink_set_property):
23321 make sure SYNCHRONOUS is respected after getting the X context
23323 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23325 * gst/matroska/matroska-demux.c:
23326 (gst_matroska_demux_handle_src_event),
23327 (gst_matroska_demux_parse_blockgroup):
23328 * gst/matroska/matroska-ids.h:
23329 add BlockReference tag and ignore it to clear out log.
23330 ignore NAVIGATION events to clear out log.
23332 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23334 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23335 (gst_matroska_demux_add_stream):
23336 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23337 add debug categories
23339 2004-07-16 Wim Taymans <wim@fluendo.com>
23341 * ext/libpng/Makefile.am:
23342 * ext/libpng/gstpng.c: (plugin_init):
23343 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23344 (gst_pngdec_get_type), (gst_pngdec_base_init),
23345 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23346 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23347 * ext/libpng/gstpngdec.h:
23350 2004-07-16 Julien MOUTTE <julien@moutte.net>
23352 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23353 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23354 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23355 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23356 (gst_ximagesink_buffer_alloc):
23357 * sys/ximage/ximagesink.h:
23358 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23359 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23360 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23361 (gst_xvimagesink_buffer_alloc):
23362 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23363 again. Using internal data pointer of the x(v)image to store image's
23364 data to be coherent with the buffer alloc mechanism. Investigated the
23365 image destruction code to be sure that everything gets freed correctly.
23367 2004-07-16 Wim Taymans <wim@fluendo.com>
23369 * gst-libs/gst/riff/riff-read.c:
23370 (gst_riff_read_strf_vids_with_data),
23371 (gst_riff_read_strf_auds_with_data):
23372 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23373 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23374 Make sure we don't create 0 sized subbuffers in riff-read.
23375 Signal the no more pads signal after reading the avi header.
23377 2004-07-16 Wim Taymans <wim@fluendo.com>
23379 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23380 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23381 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23382 (gst_decode_bin_init), (gst_decode_bin_dispose),
23383 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23384 (no_more_pads), (close_link), (type_found),
23385 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23386 (gst_decode_bin_change_state), (plugin_init):
23387 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23388 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23389 (gst_play_base_bin_dispose), (queue_overrun),
23390 (gen_preroll_element), (remove_prerolls), (unknown_type),
23391 (no_more_pads), (new_stream), (setup_source),
23392 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23393 (play_base_eos), (gst_play_base_bin_change_state),
23394 (gst_play_base_bin_add_element),
23395 (gst_play_base_bin_remove_element),
23396 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23397 (gst_play_base_bin_unlink_stream),
23398 (gst_play_base_bin_get_streaminfo):
23399 * gst/playback/gstplaybasebin.h:
23400 Better error recovery. Added configurable preroll queue size. Faster
23401 detection of no-more-pads.
23403 2004-07-16 Wim Taymans <wim@fluendo.com>
23405 * gst-libs/gst/video/video.h:
23406 Added 32 bits RGBA. Not sure if we should use another mime-type
23407 for alpha rgb. Currently the presence of the alpha_mask property
23408 signals an alpha channel.
23410 2004-07-16 Wim Taymans <wim@fluendo.com>
23412 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23413 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23414 FPS seems to be 0.0 to MAX everywhere else.
23416 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23418 * gst-libs/gst/riff/riff-media.c:
23419 (gst_riff_create_video_caps_with_data):
23420 mp42/mp43 (no caps) exist too.
23421 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23422 Set pixel_width/height; we've got them in-caps.
23423 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23424 * gst/wavparse/gstwavparse.c: (plugin_init):
23425 Both are valid primary.
23426 * sys/oss/gstossmixer.c:
23427 Remove i18n hack and enable translations.
23429 2004-07-15 Benjamin Otte <otte@gnome.org>
23431 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23432 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23433 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23435 2004-07-15 Benjamin Otte <otte@gnome.org>
23437 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23438 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23439 (gst_alsa_close_audio):
23440 disable some of the debugging code for now. Writing debugging to a
23441 buffer is broken in current alsalib releases.
23443 2004-07-12 Benjamin Otte <otte@gnome.org>
23445 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23448 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23450 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23451 (theora_dec_src_query), (theora_dec_event):
23452 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23453 add debugging categories. Remove \n's.
23455 2004-07-13 Johan Dahlin <johan@gnome.org>
23457 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23458 (gst_play_bin_get_property): Impl.
23460 2004-07-13 Wim Taymans <wim@fluendo.com>
23462 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23463 When trying to find the stream length, seek back N pages
23464 instead of just one, where N is the number of streams in
23467 2004-07-13 Wim Taymans <wim@fluendo.com>
23469 * gst-libs/gst/riff/riff-media.c:
23470 (gst_riff_create_audio_caps_with_data),
23471 (gst_riff_create_audio_caps),
23472 (gst_riff_create_audio_template_caps):
23473 * gst-libs/gst/riff/riff-media.h:
23474 * gst-libs/gst/riff/riff-read.c:
23475 (gst_riff_read_strf_vids_with_data),
23476 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23477 * gst-libs/gst/riff/riff-read.h:
23478 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23479 (gst_avi_demux_add_stream):
23480 Set codec_data on caps for avidemuxer.
23482 2004-07-12 David Schleef <ds@schleef.org>
23484 * configure.ac: Fix test for Objective C
23486 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
23487 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23488 (gst_gdk_pixbuf_chain):
23489 Add svg and pcx to template caps, and ensure that getcaps returns a
23490 subset of the template caps.
23491 Copy each row manually for output, as gdkpixbuf may pad the
23492 rowstride to a 32-bit word boundary.
23494 2004-07-12 Wim Taymans <wim@fluendo.com>
23496 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23497 (gst_riff_create_video_template_caps):
23498 Fix the template caps to include some more media types.
23500 2004-07-12 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 More fixes on reusing of the element.
23533 2004-07-11 Benjamin Otte <otte@gnome.org>
23535 * ext/mad/gstmad.c: (normal_seek):
23536 allow seeking for other methods than just SET
23538 2004-07-11 Andy Wingo <wingo@pobox.com>
23540 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23541 float, "any" caps -> buffer_frames=[0,MAX].
23543 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23544 doesn't intersect our caps with the template any more. Do it
23546 (interleave_buffered_loop): Use g_newa instead of malloc/free.
23548 2004-07-09 Wim Taymans <wim@fluendo.com>
23550 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23551 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23552 (compare_ranks), (print_feature), (gst_decode_bin_init),
23553 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23554 (try_to_link_1), (new_pad), (close_link), (type_found),
23555 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23556 (gst_decode_bin_change_state), (plugin_init):
23557 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23558 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23559 (gst_play_base_bin_dispose), (queue_overrun),
23560 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23561 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23562 (gst_play_base_bin_get_property), (play_base_eos),
23563 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23564 (gst_play_base_bin_remove_element),
23565 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23566 (gst_play_base_bin_unlink_stream),
23567 (gst_play_base_bin_get_streaminfo):
23568 * gst/playback/gstplaybasebin.h:
23569 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23570 (gst_play_bin_class_init), (gst_play_bin_init),
23571 (gst_play_bin_dispose), (gst_play_bin_set_property),
23572 (gst_play_bin_get_property), (gen_video_element),
23573 (gen_audio_element), (remove_sinks), (setup_sinks),
23574 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23575 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23576 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23577 (gst_play_bin_query), (plugin_init):
23578 * gst/playback/test4.c: (main):
23579 Work on object reuse and seeking.
23581 2004-07-09 Wim Taymans <wim@fluendo.com>
23583 * examples/seeking/seek.c: (iterate):
23584 Don't consume all CPU in the idle loop.
23586 2004-07-09 Wim Taymans <wim@fluendo.com>
23588 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23589 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23590 Add pad to element *after* setting the pad functions so that
23591 the scheduler can use the correct ones.
23593 2004-07-09 Wim Taymans <wim@fluendo.com>
23595 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23596 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23597 Sync to keyframe after seek
23599 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23601 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23602 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23603 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23604 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23605 * ext/libvisual/visual.c: (gst_visual_change_state):
23606 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23607 * ext/theora/theoradec.c: (theora_dec_change_state):
23608 * ext/theora/theoraenc.c: (theora_enc_change_state):
23609 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23610 * gst-libs/gst/navigation/navigation.c:
23611 * gst/adder/gstadder.c: (gst_adder_change_state):
23612 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23613 (gst_audio_convert_get_buffer):
23614 * gst/multipart/multipartdemux.c:
23615 (gst_multipart_demux_change_state):
23616 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23617 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23618 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23619 * gst/videoscale/gstvideoscale.c:
23620 (gst_videoscale_handle_src_event):
23621 * gst/volume/gstvolume.c: (volume_chain_int16):
23622 don't assert in state change, this should be done by the base
23624 various debugging fixes.
23626 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23629 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23630 (gst_play_dispose), (gst_play_set_location),
23631 (gst_play_set_data_src), (gst_play_set_video_sink),
23632 (gst_play_set_audio_sink), (gst_play_set_visualization),
23633 (gst_play_connect_visualization), (gst_play_get_sink_element),
23634 (gst_play_get_all_by_interface):
23635 * gst-libs/gst/play/play.h:
23636 add new method to get elements implementing an interface.
23637 add various error logging
23639 2004-07-08 Wim Taymans <wim@fluendo.com>
23641 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23642 (make_mpeg_pipeline), (make_mpegnt_pipeline),
23643 (make_playerbin_pipeline), (query_durations_elems),
23644 (query_durations_pads), (query_positions_elems),
23645 (query_positions_pads), (update_scale), (iterate), (stop_seek),
23647 Added playbin seeking example.
23649 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23651 * gst-libs/gst/play/play.c: (gst_play_set_location),
23652 (gst_play_set_data_src), (gst_play_set_video_sink),
23653 (gst_play_set_audio_sink), (gst_play_set_visualization),
23654 (gst_play_connect_visualization), (gst_play_get_framerate):
23655 use a macro to look up elements from hash table
23657 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23659 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23660 (gst_play_get_length_callback), (gst_play_set_location),
23661 (gst_play_seek_to_time), (gst_play_set_data_src),
23662 (gst_play_set_video_sink), (gst_play_set_audio_sink),
23663 (gst_play_set_visualization), (gst_play_connect_visualization),
23664 (gst_play_get_sink_element):
23665 - add debugging info
23666 - fix looking up sink elements by iterating over complete caps
23667 - put everything except for source and autoplugger in a complete bin
23669 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23671 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23672 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23673 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23674 (gst_alsa_sink_write), (gst_alsa_sink_loop):
23675 * ext/alsa/gstalsasink.h:
23676 - add debugging info
23677 - clean up schizophrenia of data/buffer/event
23678 - fix double event unref error
23680 2004-07-08 Wim Taymans <wim@fluendo.com>
23682 * gst/playback/Makefile.am:
23683 Add headers to noinst
23685 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23687 * tools/gst-launch-ext-m.m:
23688 * tools/gst-launch-ext.1.in:
23689 convert to the third millenium
23691 2004-07-07 David Schleef <ds@schleef.org>
23693 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23695 2004-07-07 Wim Taymans <wim@fluendo.com>
23697 * gst/playback/Makefile.am:
23698 * gst/playback/README:
23699 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23700 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23701 (compare_ranks), (print_feature), (gst_decode_bin_init),
23702 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23703 (try_to_link_1), (new_pad), (close_link), (type_found),
23704 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23706 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23707 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23708 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23709 (gen_preroll_element), (no_more_pads), (new_stream),
23710 (setup_source), (gst_play_base_bin_set_property),
23711 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23712 (gst_play_base_bin_add_element),
23713 (gst_play_base_bin_remove_element),
23714 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23715 (gst_play_base_bin_unlink_stream),
23716 (gst_play_base_bin_get_streaminfo):
23717 * gst/playback/gstplaybasebin.h:
23718 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23719 (gst_play_bin_class_init), (gst_play_bin_init),
23720 (gst_play_bin_dispose), (gst_play_bin_set_property),
23721 (gst_play_bin_get_property), (gen_video_element),
23722 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23723 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23724 (gst_play_bin_get_formats), (gst_play_bin_convert),
23725 (gst_play_bin_get_query_types), (gst_play_bin_query),
23727 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23728 (gst_stream_info_get_type), (gst_stream_info_class_init),
23729 (gst_stream_info_init), (gst_stream_info_new),
23730 (gst_stream_info_dispose), (gst_stream_info_set_property),
23731 (gst_stream_info_get_property):
23732 * gst/playback/gststreaminfo.h:
23733 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23735 * gst/playback/test2.c: (main):
23736 * gst/playback/test3.c: (update_scale), (main):
23737 More playbin fixes. Added README. Do better element filtering.
23738 Added base class to preroll media. Added test apps.
23740 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23742 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23743 * ext/mpeg2dec/gstmpeg2dec.h:
23744 various debugging improvements. Reset stream to next picture
23745 instead of sequence header, otherwise seeks cannot work.
23747 2004-07-07 Wim Taymans <wim@fluendo.com>
23749 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23750 (gst_video_box_class_init), (gst_video_box_set_property),
23751 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23752 Use pad_alloc where possible.
23754 2004-07-07 Wim Taymans <wim@fluendo.com>
23756 * sys/oss/gstosselement.c: (gst_osselement_reset),
23757 (gst_osselement_parse_caps):
23758 * sys/oss/gstosselement.h:
23759 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23760 Fix offset on osssrc.
23762 2004-07-07 Wim Taymans <wim@fluendo.com>
23764 * ext/theora/theora.c: (plugin_init):
23765 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23766 (theora_dec_src_query), (theora_dec_chain):
23767 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23768 (theora_enc_sink_link), (theora_buffer_from_packet),
23769 (theora_push_packet), (theora_enc_chain):
23770 Fix theora granulepos calculation.
23771 Fix overflow in duration/position calculation.
23772 Bump rank to PRIMARY for theoradec.
23773 Use granulepos of last packet to calculate position.
23774 Set keyframe flag on buffers when needed.
23776 2004-07-06 David Schleef <ds@schleef.org>
23778 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
23779 serious? (Fixed, obviously.)
23781 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
23785 added Czech translation (Miloslav Trmac)
23787 2004-07-05 Wim Taymans <wim@fluendo.com>
23789 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23790 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23791 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23792 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23793 (close_link), (type_found), (gst_decode_bin_set_property),
23794 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23795 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23796 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23797 (gst_decode_bin_query), (plugin_init):
23798 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23799 (gst_play_bin_class_init), (gst_play_bin_init),
23800 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23801 (get_video_element), (new_pad), (setup_source),
23802 (gst_play_bin_set_property), (gst_play_bin_get_property),
23803 (gst_play_bin_change_state), (gst_play_bin_add_element),
23804 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23805 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23806 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23807 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23808 * gst/playback/test.c: (main):
23809 More fixes, cleaned up playbin, make it use decodebin. Added
23810 threaded property to playbin.
23812 2004-07-05 Wim Taymans <wim@fluendo.com>
23815 * gst/playback/Makefile.am:
23816 * gst/playback/decodetest.c: (main):
23817 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23818 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23819 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23820 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23821 (close_link), (type_found), (gst_decode_bin_set_property),
23822 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23823 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23824 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23825 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23827 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23828 (gst_play_bin_class_init), (gst_play_bin_init),
23829 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23830 (collect_sink_pads), (find_compatibles), (close_pad_link),
23831 (try_to_link_1), (new_pad), (close_link), (type_found),
23832 (setup_source), (gst_play_bin_set_property),
23833 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23834 (compare_ranks), (gst_play_bin_collect_factories),
23835 (gst_play_bin_change_state), (gst_play_bin_add_element),
23836 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23837 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23838 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23839 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23840 * gst/playback/test.c: (main):
23841 Added some playback helper elements and some test apps, very alpha
23844 2004-07-04 Benjamin Otte <otte@gnome.org>
23846 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23847 only restart audio when we indeed have an xrun to fix repeated
23848 xruns. Fix suggested by Giuliano Pochini.
23850 2004-07-03 David Schleef <ds@schleef.org>
23852 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23853 call to gst_debug_log() if debugging is disabled (bug #145118)
23855 2004-07-03 Benjamin Otte <otte@gnome.org>
23857 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23858 use our own functions for restarting the alsa device.
23859 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23860 I should apply patches myself - use MIN for the third argument, not
23861 the second, this fixes seeking
23863 2004-07-02 David Schleef <ds@schleef.org>
23865 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23866 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
23869 2004-07-02 David Schleef <ds@schleef.org>
23871 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
23872 output buffers. Fix logic mistake. (bug #144866)
23874 2004-07-02 David Schleef <ds@schleef.org>
23876 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23877 on X. (bug #144753)
23879 2004-07-02 David Schleef <ds@schleef.org>
23881 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23882 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23884 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23885 (gst_osselement_rate_probe_check): Add another workaround for
23886 buggy drivers (bug #145336)
23888 2004-07-02 David Schleef <ds@schleef.org>
23890 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23891 Most systems don't have MSG_NOSIGNAL.
23893 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
23896 * gst-libs/gst/colorbalance/Makefile.am:
23897 * gst-libs/gst/mixer/Makefile.am:
23898 * gst-libs/gst/play/Makefile.am:
23899 * gst-libs/gst/tuner/Makefile.am:
23900 (hopefully) fix both install and dist and make error message useful.
23901 needs testing across automakes.
23903 2004-07-02 Benjamin Otte <otte@gnome.org>
23905 * ext/ogg/gstogg.c: (plugin_init):
23906 we require bytestream now
23907 * ext/ogg/gstoggdemux.c:
23908 huge diff to implement chain setup in a fast and generic way. This
23909 improves tag reading and startup of huge files (read: Theora videos)
23910 quite a bit. It probably contains bugs, too, so please test.
23911 Seeking is not improved to the fast method.
23913 2004-06-29 Wim Taymans <wim@fluendo.com>
23915 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23916 * ext/ogg/gstoggmux.c:
23917 Fix memleak in oggdemux when running unconnected pads.
23918 doc update in mux, start working on keyframe mode.
23920 2004-06-29 Benjamin Otte <otte@gnome.org>
23922 * sys/oss/gstosssink.c:
23923 * sys/oss/gstosssrc.c:
23924 advertise correct template caps - we indeed do non-native endianness
23925 and 8bit audio has no endianness
23926 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23927 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23928 avoid (wrong) duplications in getcaps function and return
23931 2004-06-29 Wim Taymans <wim@fluendo.com>
23933 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23934 (gst_multifdsink_class_init), (gst_multifdsink_add),
23935 (gst_multifdsink_remove), (gst_multifdsink_clear),
23936 (gst_multifdsink_client_remove),
23937 (gst_multifdsink_handle_client_read),
23938 (gst_multifdsink_client_queue_data),
23939 (gst_multifdsink_client_queue_caps),
23940 (gst_multifdsink_client_queue_buffer),
23941 (gst_multifdsink_handle_client_write),
23942 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23943 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23944 (gst_multifdsink_init_send), (gst_multifdsink_close):
23945 Fix wrong GList iteration that could crash the server when
23946 more then 2 clients disconnect at the same time. Read all the
23947 pending commands in one batch to recover from command storms under
23950 2004-06-28 Wim Taymans <wim@fluendo.com>
23952 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23953 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23954 (gst_videomixer_pad_set_property),
23955 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23956 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23957 (gst_videomixer_class_init), (gst_videomixer_init),
23958 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23959 (pad_zorder_compare), (gst_videomixer_sort_pads),
23960 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23961 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23962 (gst_videomixer_update_queues), (gst_videomixer_loop),
23964 Avoid divide by zero, choose masterpad as the pad with the highest
23967 2004-06-27 Julien Moutte <julien@moutte.net>
23969 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23970 (gst_ximagesink_xwindow_new):
23971 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23972 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23973 function directly. We might want to call it from somewhere else one day.
23975 2004-06-27 Julien Moutte <julien@moutte.net>
23977 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23978 (gst_ximagesink_xwindow_new):
23979 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23980 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23981 window decorations.
23983 2004-06-27 Wim Taymans <wim@fluendo.com>
23985 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23986 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23987 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23988 (gst_dvdec_set_property), (gst_dvdec_get_property):
23989 * ext/dv/gstdvdec.h:
23990 Implement drop_factor property to lower the framerate with
23993 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
23995 * gst-libs/gst/colorbalance/Makefile.am:
23996 * gst-libs/gst/mixer/Makefile.am:
23997 * gst-libs/gst/play/Makefile.am:
23998 * gst-libs/gst/tuner/Makefile.am:
23999 unbreak Company's fix that didn't install the -enum.h files
24001 2004-06-27 Wim Taymans <wim@fluendo.com>
24003 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
24004 (gst_dvdec_change_state):
24005 * ext/dv/gstdvdec.h:
24006 Fix timestamp, duration and offset of the buffers.
24008 2004-06-27 Wim Taymans <wim@fluendo.com>
24010 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24011 (gst_multifdsink_class_init), (gst_multifdsink_add),
24012 (gst_multifdsink_remove), (gst_multifdsink_clear),
24013 (gst_multifdsink_client_remove),
24014 (gst_multifdsink_handle_client_read),
24015 (gst_multifdsink_client_queue_data),
24016 (gst_multifdsink_client_queue_caps),
24017 (gst_multifdsink_client_queue_buffer),
24018 (gst_multifdsink_handle_client_write),
24019 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24020 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24021 (gst_multifdsink_init_send), (gst_multifdsink_close):
24022 * gst/tcp/gstmultifdsink.h:
24023 * gst/tcp/gsttcpserversink.c:
24024 (gst_tcpserversink_handle_server_read),
24025 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
24026 More multifdsink fixes, more recovery policy fixes.
24027 Removed stupid g_print
24029 2004-06-26 Wim Taymans <wim@fluendo.com>
24031 * gst/tcp/Makefile.am:
24032 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24033 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
24034 (gst_multifdsink_class_init), (gst_multifdsink_init),
24035 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
24036 (gst_multifdsink_handle_client_read),
24037 (gst_multifdsink_client_queue_data),
24038 (gst_multifdsink_client_queue_caps),
24039 (gst_multifdsink_client_queue_buffer),
24040 (gst_multifdsink_handle_client_write),
24041 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24042 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24043 (gst_multifdsink_chain), (gst_multifdsink_set_property),
24044 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24045 (gst_multifdsink_close), (gst_multifdsink_change_state):
24046 * gst/tcp/gstmultifdsink.h:
24047 * gst/tcp/gsttcpplugin.c: (plugin_init):
24048 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
24049 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
24050 (gst_tcpserversink_handle_server_read),
24051 (gst_tcpserversink_handle_select),
24052 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
24053 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24054 * gst/tcp/gsttcpserversink.h:
24055 Added multifdsink, made tcpserversink a subclass of fdsink, removed
24056 one of the locks, added recovery policy to multifdsink.
24058 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
24060 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24061 fix decision for when getting frames with same timestamp
24062 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24063 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24064 (gst_v4lsrc_get_property):
24065 * sys/v4l/gstv4lsrc.h:
24066 add latency offset property
24068 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
24070 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
24072 fix debugging. add category.
24074 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
24076 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24079 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
24081 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24082 (gst_alsa_src_get_time), (gst_alsa_src_loop),
24083 (gst_alsa_src_change_state):
24084 return a time that is in sync with the element's processing
24086 2004-06-25 Wim Taymans <wim@fluendo.com>
24088 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24089 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24090 (gst_tcpserversink_client_remove),
24091 (gst_tcpserversink_handle_client_read),
24092 (gst_tcpserversink_client_queue_data),
24093 (gst_tcpserversink_client_queue_caps),
24094 (gst_tcpserversink_client_queue_buffer),
24095 (gst_tcpserversink_handle_client_write),
24096 (gst_tcpserversink_queue_buffer),
24097 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
24098 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
24099 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
24100 (gst_tcpserversink_close):
24101 * gst/tcp/gsttcpserversink.h:
24102 Serversink rewrite. Really do non blocking writes to clients and
24103 maintain an internal queue to handle slower clients while not
24104 disturbing fast clients.
24106 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
24108 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24109 better debug, don't override OFFSET and OFFSET_END
24111 2004-06-25 Iain <iain@prettypeople.org>
24113 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
24114 name=source for the wavparse pipeline.
24116 2004-06-24 Johan Dahlin <johan@gnome.org>
24118 * ext/theora/theoraenc.c (theora_enc_chain): Call
24119 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
24120 streamheader caps are set correctly.
24122 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24124 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24125 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
24126 respect minimum bitrate; same could be done for max bitrate
24128 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24130 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24131 (gst_vorbisenc_setup):
24132 fix sample rate range
24134 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24136 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24137 (gst_oggvorbisenc_setup):
24138 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24139 (gst_vorbisenc_setup):
24140 resolve ambiguities in code and description
24142 2004-06-24 Wim Taymans <wim@fluendo.com>
24144 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24145 * ext/alsa/gstalsa.h:
24146 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24147 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24148 Use alsa trigger_tstamp to get the timestamp of the first
24149 sample in the buffer for more precise sync. Some cleanups.
24151 2004-06-24 Wim Taymans <wim@fluendo.com>
24153 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24154 (gst_audiorate_init), (gst_audiorate_chain),
24155 (gst_audiorate_set_property), (gst_audiorate_get_property):
24156 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24157 (gst_videorate_chain):
24158 Added some logging, fixed an overflow bug in videorate.
24160 2004-06-24 Benjamin Otte <otte@gnome.org>
24162 * ext/kio/Makefile.am:
24163 fix for builddir != srcdir and distcheck
24165 2004-06-24 Benjamin Otte <otte@gnome.org>
24167 * gst-libs/gst/colorbalance/Makefile.am:
24168 * gst-libs/gst/mixer/Makefile.am:
24169 * gst-libs/gst/play/Makefile.am:
24170 * gst-libs/gst/tuner/Makefile.am:
24171 * gst/tcp/Makefile.am:
24172 * sys/dxr3/Makefile.am:
24173 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24175 Also add all *.list files that were missing.
24177 add a distcheck hook to ensure the above doesn't happen again.
24179 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
24181 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24183 2004-06-23 Colin Walters <walters@redhat.com>
24185 * m4/Makefile.am: Distribute gst-fionread.m4.
24187 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
24189 * configure.ac: back to dev
24191 2004-06-23 Wim Taymans <wim@fluendo.com>
24193 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24194 (gst_alsa_xrun_recovery):
24195 * ext/alsa/gstalsa.h:
24196 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24197 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24198 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24199 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24200 (gst_alsa_src_loop):
24201 Add clock to alsasrc. Take new capture timestamp when
24202 restarting after an overrun. Split up some functions between
24203 alsasrc and alsasink.
24205 === release 0.8.2 ===
24207 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
24209 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24210 (gst_alsa_change_state), (gst_alsa_update_avail),
24211 (gst_alsa_xrun_recovery):
24212 * ext/alsa/gstalsa.h:
24213 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24214 merge back changes from release
24216 2004-06-23 Wim Taymans <wim@fluendo.com>
24218 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24219 (gst_audiorate_init), (gst_audiorate_chain),
24220 (gst_audiorate_set_property), (gst_audiorate_get_property):
24221 Implement sample dropping and notify
24223 2004-06-22 Wim Taymans <wim@fluendo.com>
24225 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24226 (theora_enc_sink_link), (theora_buffer_from_packet),
24227 (theora_push_packet), (theora_enc_chain):
24228 Some cleanups, make sure the timestamps are correct.
24230 2004-06-22 Wim Taymans <wim@fluendo.com>
24232 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24233 (gst_alsa_change_state), (gst_alsa_update_avail),
24234 (gst_alsa_xrun_recovery):
24235 * ext/alsa/gstalsa.h:
24236 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24237 Cleanups, take queued samples into account when reporting
24240 2004-06-22 Wim Taymans <wim@fluendo.com>
24242 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24243 (gst_videorate_init):
24244 Initialize the property as well.
24246 2004-06-22 Wim Taymans <wim@fluendo.com>
24248 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24249 (gst_videorate_init), (gst_videorate_chain),
24250 (gst_videorate_set_property), (gst_videorate_get_property):
24251 Add property to make videorate silent.
24252 Add property to prefer new frames over old ones.
24254 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24256 * sys/osxvideo/Makefile.am:
24257 Workaround so that the osxvideo .so file gets linked with the
24258 Cocoa, OpenGL and QuickTime frameworks
24260 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24262 * sys/osxaudio/Makefile.am:
24263 Workaround so that the osxaudio .so file gets linked with the
24264 CoreAudio framework
24266 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24269 Whoops, my fault...fixed build issues
24271 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24274 Add objective-c support if running in Darwin/Mac OS X
24277 * sys/osxvideo/Makefile.am:
24278 * sys/osxvideo/osxvideosink.h:
24279 * sys/osxvideo/osxvideosink.m:
24280 * sys/osxvideo/cocoawindow.h:
24281 * sys/osxvideo/cocoawindow.m:
24282 Add osxvideosink, a cocoa-based osx video sink
24285 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
24286 * ext/dvdnav/gst-dvd:
24287 Grab the gconf key from the right spot
24288 * gst/debug/gstnavseek.c: (gst_navseek_init),
24289 (gst_navseek_segseek), (gst_navseek_handle_src_event),
24290 (gst_navseek_chain):
24291 * gst/debug/gstnavseek.h:
24292 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24293 and loop parameters of a segment seek.
24294 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24295 (gst_videotestsrc_get_event_masks),
24296 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24297 * gst/videotestsrc/gstvideotestsrc.h:
24298 Add seeking support to videotestsrc
24299 Initialise the timestamp_offset variable.
24301 2004-06-18 Wim Taymans <wim@fluendo.com>
24303 * ext/sidplay/gstsiddec.cc:
24304 Fix negotiation and set correct end offset.
24306 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
24308 * configure.ac: branch and prerelease
24310 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24312 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24313 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24314 (gst_tcpclientsrc_init_receive):
24315 * gst/tcp/gsttcpclientsrc.h:
24316 read caps when connecting to server for GDP so we set them correctly
24318 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24320 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24321 notify drops and duplicates
24322 * gst/videoscale/videoscale.c: (videoscale_get_structure):
24323 no good reason to limit ourselves to 100x100
24325 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24327 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24328 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24329 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24330 (gst_v4lsrc_get_property):
24331 * sys/v4l/gstv4lsrc.h:
24332 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24333 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24334 (gst_v4l_set_audio):
24335 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24336 (gst_v4lsrc_try_capture):
24337 * sys/v4l/v4lsrc_calls.h:
24338 change try_palette to more general try_capture
24339 add autoprobe option so we can turn off autoprobing
24342 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24346 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24347 (gst_ximagesink_class_init):
24348 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24349 (gst_xvimagesink_class_init):
24350 run them as finalize, not dispose, since dispose can be invoked
24353 2004-06-17 Wim Taymans <wim@fluendo.com>
24355 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24356 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24357 * ext/alsa/gstalsa.h:
24358 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24359 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24360 (gst_alsa_src_change_state):
24361 * ext/alsa/gstalsasrc.h:
24362 Make the xrun code timestamp and offset the buffers correctly.
24363 moved the clock to the base class, use alsa methods to get time.
24364 Do correct timestamping on outgoing buffers.
24366 2004-06-17 Wim Taymans <wim@fluendo.com>
24368 * gst/audiorate/Makefile.am:
24369 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24370 (gst_audiorate_base_init), (gst_audiorate_class_init),
24371 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24372 (gst_audiorate_set_property), (gst_audiorate_get_property),
24373 (gst_audiorate_change_state), (plugin_init):
24374 Added an audiorate converter that fills in gaps.
24376 2004-06-17 Johan Dahlin <johan@gnome.org>
24378 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24380 2004-06-16 Wim Taymans <wim@fluendo.com>
24382 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24383 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24384 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24385 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24386 (gst_v4lsrc_get_property):
24387 * sys/v4l/gstv4lsrc.h:
24388 Added a copy mode to v4lsrc where it will output a copied version
24389 of its internal hardware buffer.
24390 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24393 2004-06-16 Wim Taymans <wim@fluendo.com>
24395 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24398 2004-06-16 Wim Taymans <wim@fluendo.com>
24400 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24401 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24402 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24403 (gst_v4lsrc_get_property):
24404 * sys/v4l/gstv4lsrc.h:
24405 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24406 Added a sync mode enum property to control v4lsrc timestamp method
24407 Removed the use-fixed-fps property and moved functionality in
24409 Don't error on an error value from v4l-conf, it might not always
24412 2004-06-16 Wim Taymans <wim@fluendo.com>
24414 * gst/videorate/Makefile.am:
24415 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24416 (gst_videorate_base_init), (gst_videorate_class_init),
24417 (gst_videorate_getcaps), (gst_videorate_link),
24418 (gst_videorate_init), (gst_videorate_chain),
24419 (gst_videorate_set_property), (gst_videorate_get_property),
24420 (gst_videorate_change_state), (plugin_init):
24421 Added a video timestamp corrector.
24423 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24425 fixed a potential leak with previous commit
24427 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24429 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24431 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24432 Added missing refcount, fixes bug #144425
24433 Cheers Tim for finding the bug
24435 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
24437 * sys/v4l/gstv4l.c: (plugin_init):
24438 * sys/v4l/gstv4lcolorbalance.c:
24439 * sys/v4l/gstv4lcolorbalance.h:
24440 * sys/v4l/gstv4lelement.c:
24441 * sys/v4l/gstv4lelement.h:
24442 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24443 * sys/v4l/gstv4lmjpegsink.h:
24444 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24445 * sys/v4l/gstv4lmjpegsrc.h:
24446 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24447 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24448 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24449 * sys/v4l/gstv4lsrc.h:
24450 * sys/v4l/gstv4ltuner.c:
24451 * sys/v4l/gstv4ltuner.h:
24452 * sys/v4l/gstv4lxoverlay.c:
24453 * sys/v4l/gstv4lxoverlay.h:
24454 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24455 (gst_v4l_set_window), (gst_v4l_enable_overlay):
24456 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24457 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24458 (gst_v4l_set_audio):
24459 * sys/v4l/v4l_calls.h:
24460 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24461 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24462 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24463 (gst_v4lmjpegsink_playback_init),
24464 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24465 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24466 (gst_v4lmjpegsink_playback_stop),
24467 (gst_v4lmjpegsink_playback_deinit):
24468 * sys/v4l/v4lmjpegsink_calls.h:
24469 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24470 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24471 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24472 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24473 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24474 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24475 * sys/v4l/v4lmjpegsrc_calls.h:
24476 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24477 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24478 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24479 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24480 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24481 (gst_v4lsrc_try_palette):
24482 * sys/v4l/v4lsrc_calls.h:
24483 bunch of paranoia cleanups
24485 2004-06-14 David Schleef <ds@schleef.org>
24487 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24488 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24489 Send discont events and change timestamps appropriately when
24490 we get a seek event. (bug #144240)
24491 * ext/cdparanoia/gstcdparanoia.h:
24493 2004-06-14 Benjamin Otte <otte@gnome.org>
24495 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24496 snd_pcm_hw_params_set_rate since the latter fails for no good
24497 reason on some setups.
24499 2004-06-14 David Schleef <ds@schleef.org>
24501 * gst/volume/demo.c: (value_changed_callback): exp10() is not
24502 standard. Thank you for playing.
24504 2004-06-14 Wim Taymans <wim@fluendo.com>
24506 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24507 Patch 1.3 broke the ordering of the colorspace info and
24508 made the plugin basically work by coincidence, reordered
24511 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24513 * ext/lame/gstlame.c:
24514 * ext/mad/gstmad.c:
24515 sync caps. Make sure mad can only output a list of rates, not
24516 a full range. In the future, have three caps lists for each of the
24517 mpeg versions. Change mpegversion to a double as well.
24519 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24521 * gst/volume/.cvsignore:
24522 * gst/volume/Makefile.am:
24523 * gst/volume/demo.c: (value_changed_callback), (idler),
24524 (setup_gui), (main):
24525 added small demo app
24527 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
24528 * ext/esd/esdsink.c: (gst_esdsink_change_state):
24529 * ext/esd/esdsink.h:
24530 Close the esd connection on pause, because esd will just wait -
24531 blocking all other esd clients indefinitely.
24533 2004-06-12 Christophe Fergeau <teuf@gnome.org>
24535 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24536 previous commit with GST_DEBUG
24538 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
24541 add a header check for a dvdread header in dvdnav. Fixes #133002
24543 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24545 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24546 * gst/tcp/gsttcpclientsink.h:
24547 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24548 * gst/tcp/gsttcpclientsrc.h:
24549 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24550 (gst_tcpserversink_handle_server_read),
24551 (gst_tcpserversink_init_send):
24552 * gst/tcp/gsttcpserversink.h:
24553 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24554 * gst/tcp/gsttcpserversrc.h:
24555 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24558 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24561 Added ogg library so that OSX detects libtheora properly
24563 2004-06-11 Wim Taymans <wim@fluendo.com>
24565 * ext/theora/theoradec.c: (theora_dec_chain),
24566 (theora_dec_change_state):
24567 Don't try to decode frames before we received a keyframe.
24569 2004-06-11 Wim Taymans <wim@fluendo.com>
24571 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24572 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24573 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24574 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24575 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24576 Added property to set the maximum delay of a page.
24578 2004-06-10 Wim Taymans <wim@fluendo.com>
24580 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24581 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24582 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24583 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24584 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24585 Added max-delay property to control the maximum amount
24586 of data to put in one page.
24588 2004-06-10 Wim Taymans <wim@fluendo.com>
24590 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24591 (gst_theora_enc_init), (theora_enc_sink_link),
24592 (theora_buffer_from_packet), (theora_enc_set_property),
24593 (theora_enc_get_property):
24594 Set duration on encoded buffer, added some more properties
24596 2004-06-10 Wim Taymans <wim@fluendo.com>
24598 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24599 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24600 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24601 * ext/theora/theoraenc.c: (theora_enc_chain):
24602 Fix refcounting bugs
24604 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
24606 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24607 (gst_asf_demux_loop), (gst_asf_demux_process_file),
24608 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24609 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24610 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24611 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24612 (gst_asf_demux_change_state):
24613 * gst/asfdemux/gstasfdemux.h:
24614 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24615 feels like. I think we should set a new requirement for demuxers
24616 from now on to implement sane loop functions, data loops, query
24617 and seek functions before first commit into CVS. And this commit
24618 fixes all of the above.
24620 2004-06-10 Christophe Fergeau <teuf@gnome.org>
24622 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24623 vorbis comments are properly encoded in UTF-8 before adding them
24626 2004-06-09 Benjamin Otte <otte@gnome.org>
24628 * ext/alsa/gstalsa.c: (add_channels):
24629 handle min <= max correctly
24630 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24631 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24632 add fixation functions so we fixate correctly. No preferring of alaw
24633 anymore because it's the first structure.
24634 * ext/alsa/gstalsa.h:
24635 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24636 (gst_alsa_hw_params_dump):
24637 add functions to ease debugging in alsalib
24638 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24639 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24640 (gst_alsa_start_audio):
24641 only specify hw params if we really setup a format (fixes #134007 -
24642 or at least works around it)
24644 2004-06-09 Wim Taymans <wim@fluendo.com>
24646 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24647 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24648 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24649 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24650 (gst_ogg_mux_loop):
24651 Use stream caps to setup the initial pages in the ogg stream.
24652 Correctly set the streamheader caps on the srcpad.
24654 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
24656 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24657 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24658 (gst_v4lsrc_getcaps):
24659 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24660 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24661 add querying of fps lists for webcams. Negotiating to a framerate
24664 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24666 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24667 (theora_push_buffer), (theora_push_packet),
24668 (theora_set_header_on_caps), (theora_enc_chain):
24669 mark buffers and put on streamheader, raw theora streaming
24670 now works too, whee
24672 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24674 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24675 (gst_tcp_gdp_read_caps):
24676 do a looping read for caps and GDP headers too
24678 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24680 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24681 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24682 return EOS instead of NULL in _get
24684 2004-06-08 Wim Taymans <wim@fluendo.com>
24686 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24687 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24688 (gst_tcp_gdp_write_caps):
24689 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24690 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24691 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24694 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24696 * ext/vorbis/Makefile.am:
24697 * ext/vorbis/vorbis.c: (plugin_init):
24698 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24699 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24700 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24701 (vorbis_parse_change_state):
24702 * ext/vorbis/vorbisparse.h:
24703 adding a vorbisparse element that marks the buffers, streaming
24704 raw vorbis using GDP now works, whee
24706 2004-06-08 Wim Taymans <wim@fluendo.com>
24708 * ext/jpeg/Makefile.am:
24710 * ext/jpeg/gstjpeg.c: (plugin_init):
24711 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24712 (gst_smokedec_base_init), (gst_smokedec_class_init),
24713 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24714 * ext/jpeg/gstsmokedec.h:
24715 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24716 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24717 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24718 (gst_smokeenc_resync), (gst_smokeenc_chain),
24719 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24720 * ext/jpeg/gstsmokeenc.h:
24721 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24722 (smokecodec_flush_destination), (smokecodec_term_destination),
24723 (smokecodec_init_source), (smokecodec_fill_input_buffer),
24724 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24725 (smokecodec_term_source), (smokecodec_encode_new),
24726 (smokecodec_decode_new), (smokecodec_info_free),
24727 (smokecodec_set_quality), (smokecodec_get_quality),
24728 (smokecodec_set_threshold), (smokecodec_get_threshold),
24729 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24730 (find_best_size), (abs_diff), (put), (smokecodec_encode),
24731 (smokecodec_parse_header), (smokecodec_decode):
24732 * ext/jpeg/smokecodec.h:
24733 Added a new simple jpeg based codec
24735 2004-06-08 Wim Taymans <wim@fluendo.com>
24737 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24738 (gst_multipart_mux_loop):
24741 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24743 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24744 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24745 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24746 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24747 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24748 * gst/tcp/gsttcpserversink.h:
24749 take streamheader into account
24751 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24753 * gst/level/Makefile.am:
24754 * gst/level/gstlevel.c: (gst_level_class_init):
24755 clean up marshal generation
24757 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24759 * gst/tcp/Makefile.am:
24760 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24761 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24762 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24763 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24764 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24765 (gst_tcpclientsrc_get_property):
24766 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24767 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24768 (gst_tcpserversink_handle_client_read),
24769 (gst_tcpserversink_handle_client_write),
24770 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24771 * gst/tcp/gsttcpserversink.h:
24772 add signals client-added and client-removed
24773 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24774 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24775 (gst_tcpserversrc_get_property):
24776 uniformized, change default protocol to NONE
24777 * gst/tcp/gsttcp-marshal.list: added
24778 2004-06-07 Benjamin Otte <otte@gnome.org>
24780 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24781 handle discont events if they happen before caps nego
24783 2004-06-07 Wim Taymans <wim@fluendo.com>
24785 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24786 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24787 (gst_multipart_demux_plugin_init):
24788 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24789 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24790 (gst_multipart_mux_change_state):
24791 Small updates, fix a memleak
24793 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24795 * configure.ac: OSS portability
24796 * ext/arts/gst_arts.c: idem
24797 * sys/oss/gstosselement.c: idem
24798 * sys/oss/gstossmixer.c: idem
24799 * sys/oss/gstosssink.c: idem
24800 * sys/oss/gstosssrc.c: idem
24801 * sys/oss/oss_probe.c: idem
24802 - check for soundcard.h in different places for some BSD
24804 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
24807 Add me to the authors file
24809 Increase the libdv requirement to >= version 0.100
24810 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24811 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24812 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24813 * ext/dv/gstdvdec.h:
24814 Add support for the new_media flag when sending DISCONT events
24815 Make the querying work when video pad is not linked
24817 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24819 reviewed by Benjamin Otte <otte@gnome.org>
24821 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24822 create a NULL-initialized array of pads, so we don't think they
24823 exist already. (fixes #143130)
24825 2004-06-07 Benjamin Otte <otte@gnome.org>
24827 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24828 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24829 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24830 don't use // coments
24832 2004-06-07 Benjamin Otte <otte@gnome.org>
24834 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24835 cast to GstClockTime to get higher granularity
24836 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24837 use gst_element_set_time_delay to get the exact time
24838 * ext/mad/gstmad.c: (gst_mad_chain):
24839 use the negotiated rate instead of the current frame's rate which
24840 might be wrong because of bit errors. This avoids emitting totally
24841 bogus timestamps and screwing sync.
24844 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24846 reviewed by Benjamin Otte <otte@gnome.org>
24848 * gst/adder/gstadder.c: (gst_adder_loop):
24849 properly error out when no negotiation has happened yet. (fixes
24852 2004-06-06 Benjamin Otte <otte@gnome.org>
24854 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24855 forward correctly transformed offset in discont events. Based on
24856 patch by Arwed v. Merkatz. (fixes #142851)
24858 2004-06-06 David Schleef <ds@schleef.org>
24860 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24861 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
24862 problems on several systems.
24864 2004-06-06 Benjamin Otte <otte@gnome.org>
24866 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24867 use explicit caps on the srcpad
24868 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24869 properly error out if caps couldn't be set (fixes #142764)
24871 2004-06-06 Benjamin Otte <otte@gnome.org>
24873 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24874 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24875 (gst_alsa_start_audio):
24876 - don't call set_periods_integer anymore, it breaks the
24877 configuration randomly
24878 - call snd_pcm_hw_params_set_access directly instead of using masks
24879 - don't fail if the sw_params can't be set, just use the default
24880 params and hope it works. Alsalib has weird issues when you touch
24881 sw_params and does no proper error reporting about what failed.
24882 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24883 (gst_alsa_close_audio):
24884 make our alsa debugging go via gst debugging and not conditionally
24886 * ext/alsa/gstalsa.h:
24887 add ALSA_DEBUG_FLUSH macro
24888 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24890 wrap alsa errors to be printed via the gst debugging system and not
24893 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24895 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24896 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24897 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24898 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24899 (qtdemux_parse_trak):
24900 * gst/qtdemux/qtdemux.h:
24901 Bitch. Also known as seeking, querying & co.
24902 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24903 (gst_osssink_change_state):
24904 * sys/oss/gstosssink.h:
24905 Resyncing is for weenies, this hack is no longer needed and was
24906 broken anyway (since it - unintendedly - always leaves resync to
24909 2004-06-05 Andrew Turner <zxombie@hotpop.com>
24911 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24912 * gst/tcp/gsttcpclientsrc.h: idem
24913 - define MSG_NOSIGNAL if not done
24914 - include unistd.h for off_t
24917 2004-06-05 Benjamin Otte <otte@gnome.org>
24920 * ext/kio/Makefile.am:
24921 check for qt's moc preprocessor explicitly and use it
24923 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24925 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24926 don't get a signal for EPIPE on socket writes
24927 (somebody check if this works on other platforms)
24929 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24931 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24932 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24933 check error condition on available samples correctly
24935 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24937 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24939 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24940 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24941 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24942 (gst_tcpserversrc_gdp_read_header):
24943 use ssize_t over size_t since the former is signed and thus the
24944 check for error codes can work
24946 2004-06-02 Wim Taymans <wim@fluendo.com>
24950 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24951 (gst_multipart_mux_loop):
24954 2004-06-02 Wim Taymans <wim@fluendo.com>
24956 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24957 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24958 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24959 (gst_multipart_mux_change_state):
24960 Added configurable boundary specifier, added the value as a
24961 caps field as well.
24963 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24965 * gst/tcp/gsttcp.c:
24966 * gst/tcp/gsttcpclientsrc.c:
24967 * gst/tcp/gsttcpclientsrc.h:
24968 * gst/tcp/gsttcpserversrc.c:
24969 - portability fix, to compile on OSX
24972 * sys/osxaudio/gstosxaudioelement.c:
24973 * sys/osxaudio/gstosxaudiosink.c:
24974 * sys/osxaudio/gstosxaudiosrc.c:
24975 - compilation warnings on OSX
24978 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24980 * ext/vorbis/vorbisdec.c : sign warning fixes
24982 * gst-libs/gst/mixer/mixertrack.c :
24983 do no use defines which are glib 2.4 specific
24985 2004-06-01 Christophe Fergeau <teuf@gnome.org>
24987 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24988 buffer since libflac doesn't expect it (reports a sync error when
24989 it encounters that)
24992 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
24994 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24995 * gst-libs/gst/mixer/mixertrack.c:
24996 (gst_mixer_track_get_property), (get_mixer_track_init),
24997 (get_mixer_track_get_property): Added property accessors
24998 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24999 * gst-libs/gst/mixer/mixeroptions.c:
25000 (gst_mixer_options_get_values): Added
25001 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
25002 * gst-libs/gst/mixer/mixer.c: Fixed comment
25005 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25007 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
25008 improve error messages on open
25011 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
25013 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
25014 check if v4l-conf is in path
25016 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
25018 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
25019 change assert to a more readable error message
25021 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25023 * gst-libs/gst/tuner/tunerchannel.h:
25024 - add a freq_multiplicator field to make the conversion
25025 between internal frequency unit and Hz
25026 * sys/v4l/gstv4lelement.c:
25027 * sys/v4l2/gstv4l2element.c:
25028 - change default video device to /dev/video0
25029 * sys/v4l/v4l_calls.c:
25030 * sys/v4l2/v4l2_calls.c:
25031 - we only expose frequency to the user in Hz instead of
25032 bastard v4lX unit (either 62.5kHz or 62.5Hz)
25034 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
25035 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25036 Initialise b_o_s and e_o_s variables
25037 * gst-libs/gst/riff/riff-media.c:
25038 (gst_riff_create_video_caps_with_data):
25039 Add some unusual fourcc's from mplayer avi's
25040 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
25041 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
25044 2004-05-28 Wim Taymans <wim@fluendo.com>
25047 * gst/alpha/Makefile.am:
25048 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
25049 (gst_alpha_get_type), (gst_alpha_base_init),
25050 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
25051 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
25052 (gst_alpha_chroma_key), (gst_alpha_chain),
25053 (gst_alpha_change_state), (plugin_init):
25054 A plugin to add an alpha channel to I420 video. Can optionally do
25056 * gst/multipart/Makefile.am:
25057 * gst/multipart/multipart.c: (plugin_init):
25058 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
25059 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
25060 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
25061 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
25062 (gst_multipart_demux_change_state),
25063 (gst_multipart_demux_plugin_init):
25064 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
25065 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
25066 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
25067 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
25068 (gst_multipart_mux_pad_unlink),
25069 (gst_multipart_mux_request_new_pad),
25070 (gst_multipart_mux_handle_src_event),
25071 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
25072 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
25073 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25074 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
25075 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
25076 send multipart jpeg images to a browser.
25077 * gst/videobox/Makefile.am:
25078 * gst/videobox/README:
25079 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
25080 (gst_video_box_get_type), (gst_video_box_base_init),
25081 (gst_video_box_class_init), (gst_video_box_init),
25082 (gst_video_box_set_property), (gst_video_box_get_property),
25083 (gst_video_box_sink_link), (gst_video_box_i420),
25084 (gst_video_box_ayuv), (gst_video_box_chain),
25085 (gst_video_box_change_state), (plugin_init):
25086 Crops or adds borders around an image. can do alpha channel
25088 * gst/videomixer/Makefile.am:
25089 * gst/videomixer/README:
25090 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25091 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
25092 (gst_videomixer_pad_get_sink_event_masks),
25093 (gst_videomixer_pad_get_property),
25094 (gst_videomixer_pad_set_property),
25095 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
25096 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
25097 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25098 (gst_videomixer_base_init), (gst_videomixer_class_init),
25099 (gst_videomixer_init), (gst_videomixer_request_new_pad),
25100 (gst_videomixer_handle_src_event),
25101 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
25102 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25103 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25104 (gst_videomixer_loop), (gst_videomixer_get_property),
25105 (gst_videomixer_set_property), (gst_videomixer_change_state),
25107 Generic video mixer plugin, can handle multiple inputs all with
25108 different framerates and video sizes. Is fully alpha channel
25111 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
25113 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25114 Select first track as master track. Not sure how else to handle
25116 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
25117 Discard discont events. Should fix #142962.
25119 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
25121 * ext/alsa/Makefile.am:
25122 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
25123 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
25124 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25125 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25126 (gst_alsa_mixer_get_option):
25127 * ext/alsa/gstalsamixer.h:
25128 * ext/alsa/gstalsamixeroptions.c:
25129 (gst_alsa_mixer_options_get_type),
25130 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25131 (gst_alsa_mixer_options_new):
25132 * ext/alsa/gstalsamixeroptions.h:
25133 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25134 * ext/alsa/gstalsamixertrack.h:
25135 Add enumerations (as GstMixerOptions). Make correct distinction
25136 between input/output tracks. Add capture/playback private flag.
25137 Use flag to decide on whether to set capture or playback volumes
25138 or switches. Use playback and record switches.
25139 * gst-libs/gst/mixer/Makefile.am:
25140 * gst-libs/gst/mixer/mixer-marshal.list:
25141 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25142 (gst_mixer_set_option), (gst_mixer_get_option),
25143 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25144 (gst_mixer_volume_changed), (gst_mixer_option_changed):
25145 * gst-libs/gst/mixer/mixer.h:
25146 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25147 (gst_mixer_options_class_init), (gst_mixer_options_init),
25148 (gst_mixer_options_dispose):
25149 * gst-libs/gst/mixer/mixeroptions.h:
25150 Add GstMixerOptions.
25151 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25152 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25153 broken device detection on computers with multiple OSS sound
25156 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
25158 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25159 fixate nicely even when the peer is not negotiating
25161 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
25163 * gst/audioconvert/gstaudioconvert.c:
25164 (gst_audio_convert_parse_caps):
25165 make sure we don't allow depth > width
25166 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25167 fixate endianness to G_BYTE_ORDER as default
25168 * gst/audioscale/gstaudioscale.c:
25169 we don't handle another endianness as host-endianness
25171 2004-05-25 David Schleef <ds@schleef.org>
25173 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
25175 2004-05-24 Benjamin Otte <otte@gnome.org>
25177 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25178 (gst_oggvorbisenc_setup):
25179 properly fail when we can't setup the vorbis encoder due to
25180 unsupported settings
25181 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25182 (gst_vorbisenc_setup):
25184 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25185 fix case where warnings occured when one pad was unlinked while the
25186 other's link function was called
25188 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
25190 * gst/tcp/Makefile.am:
25193 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25195 * gst-libs/gst/resample/private.h:
25196 don't use optimizations that are #if 0'ed
25198 2004-05-24 Wim Taymans <wim@fluendo.com>
25200 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25201 Fix potential division by zero error and hopefully get
25202 the position query right to get correct timestamps on avi
25205 2004-05-24 Wim Taymans <wim@fluendo.com>
25207 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25208 (gst_videoscale_scale_nearest_str2),
25209 (gst_videoscale_scale_nearest_str4),
25210 (gst_videoscale_scale_nearest_32bit),
25211 (gst_videoscale_scale_nearest_24bit),
25212 (gst_videoscale_scale_nearest_16bit):
25213 Fix the scaling algorithm and avoid a buffer overflow.
25214 removed the while loop in the scaling function as it
25215 was used for point sampling only.
25217 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25219 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25220 (gst_id3_tag_class_init), (gst_id3_tag_init),
25221 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25222 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25223 (gst_id3_tag_send_tag_event):
25224 lots of fixes to make id3mux work and id3demux work correctly
25226 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25229 add rules to build shout2send (was removed by accident
25230 when this module was no more marked experimental/broken)
25232 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25234 * ext/shout2/gstshout2.c:
25235 * ext/shout2/gstshout2.h:
25236 adding a "connection problem" signal to shout2send
25239 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
25241 * ext/kio/kioreceiver.cpp:
25242 * ext/kio/kioreceiver.h:
25243 fix sign comparison issues
25245 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25247 * gst/cdxaparse/gstcdxaparse.c:
25248 * gst/cdxaparse/gstcdxaparse.h:
25250 add some checks/sanity
25251 prepare for seek addition
25253 * sys/sunaudio/gstsunaudio.c:
25254 remove exported dupe init function
25256 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
25258 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25259 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25260 Fix format conversion and position querying.
25261 * gst/debug/progressreport.c: (gst_progressreport_report):
25262 Don't output a bogus total value that we didn't query.
25263 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25264 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25265 only a blank window after xine has been used.
25267 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25270 sync with upstream version to fix test on FC2
25271 readd with -ko to preserve Id header
25273 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25276 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25277 * gst/tcp/gsttcpclientsrc.c: idem
25278 * gst/tcp/gsttcpserversink.c: idem
25279 * gst/tcp/gsttcpserversrc.c: idem
25280 * m4/gst-fionread.m4: idem
25282 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25284 * configure.ac: enable speex plugin for speex 1.1.5+
25285 * ext/speex/gstspeexenc.c: fix cast warning
25287 * ext/esd/README: fix typo
25289 2004-05-20 David Schleef <ds@schleef.org>
25291 * configure.ac: Minor cosmetic change to convince the buildbot to
25293 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25294 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25295 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25296 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25297 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25298 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25299 More hacking. Plays audio now.
25301 2004-05-20 David Schleef <ds@schleef.org>
25306 2004-05-20 David Schleef <ds@schleef.org>
25308 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
25309 * sys/osxaudio/gstosxaudio.c:
25310 * sys/osxaudio/gstosxaudioelement.c:
25311 * sys/osxaudio/gstosxaudioelement.h:
25312 * sys/osxaudio/gstosxaudiosink.c:
25313 * sys/osxaudio/gstosxaudiosink.h:
25314 * sys/osxaudio/gstosxaudiosrc.c:
25315 * sys/osxaudio/gstosxaudiosrc.h:
25317 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25319 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25320 (gst_vorbisenc_chain):
25321 put the codec headers on the caps as streamheader as well as
25324 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25326 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25327 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25328 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25329 split up push_packet into two functions
25331 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25333 * gst/tcp/.cvsignore:
25335 * gst/tcp/Makefile.am:
25337 * gst/tcp/gsttcp.c:
25338 * gst/tcp/gsttcp.h:
25339 * gst/tcp/gsttcpclientsink.c:
25340 * gst/tcp/gsttcpclientsink.h:
25341 * gst/tcp/gsttcpclientsrc.c:
25342 * gst/tcp/gsttcpclientsrc.h:
25343 * gst/tcp/gsttcpplugin.c:
25344 * gst/tcp/gsttcpserversink.c:
25345 * gst/tcp/gsttcpserversink.h:
25346 * gst/tcp/gsttcpserversrc.c:
25347 * gst/tcp/gsttcpserversrc.h:
25348 add new tcp elements
25350 2004-05-19 Wim Taymans <wim@fluendo.com>
25352 * gst/law/mulaw-conversion.c: (mulaw_encode):
25353 Fix overflow bug in ulaw encoding.
25355 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25357 * ext/mad/gstmad.c: (gst_mad_handle_event):
25358 don't unref the event twice
25360 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25363 remove -Wno-sign-compare
25365 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25368 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25369 if you want to work against glib 2.2 and 2.4
25371 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
25373 * gst/tcp/Makefile.am:
25374 * gst/tcp/gsttcp.c:
25375 * gst/tcp/gsttcp.h:
25376 * gst/tcp/gsttcpsink.h:
25377 * gst/tcp/gsttcpsrc.h:
25378 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25380 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25382 * gst/debug/tests.c: (md5_get_value):
25383 fix segfault on gst-inspect
25385 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25387 * gst/debug/testplugin.c:
25388 * gst/debug/tests.c:
25389 * gst/debug/tests.h:
25390 add new extensible and configurable testing element. Current tests
25391 include buffer count, stream length, timestamp/duration matching and
25393 * gst/debug/Makefile.am:
25394 * gst/debug/gstdebug.c: (plugin_init):
25395 add infrastructure for new element
25397 2004-05-19 Johan Dahlin <johan@gnome.org>
25399 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25400 ending of the array. Fixes gst-inspect segfault on ppc.
25402 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25404 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25406 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25408 2004-05-18 David Schleef <ds@schleef.org>
25410 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25411 warnings (bugs, actually) noticed by gcc but not forte.
25413 2004-05-18 David Schleef <ds@schleef.org>
25415 * sys/sunaudio/Makefile.am:
25416 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25418 2004-05-18 David Schleef <ds@schleef.org>
25420 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25421 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
25422 to allow qtdemux to use non-seekable streams. (bug #142272)
25424 2004-05-18 David Schleef <ds@schleef.org>
25426 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25427 (gst_resample_sinc_ft_float): Remove use of static temporary
25428 buffer. This code was obviously not supposed to last long, but
25429 it's stuck in our ABI, so it required a little hack to make it
25430 ABI-compatible. Fixes #142585.
25431 * gst-libs/gst/resample/resample.h: same.
25433 2004-05-18 David Schleef <ds@schleef.org>
25435 * configure.ac: Add sunaudio
25436 * examples/Makefile.am: make gstplay depend on gconf
25437 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25438 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25439 (convert_table_lookup), (img_convert): remove c99-isms
25440 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25441 unsigned, to fix a warning on Solaris
25442 * gst/mpeg1sys/systems.c: bcopy->memcpy
25443 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25444 * sys/Makefile.am: Add sunaudio
25446 2004-05-18 Wim Taymans <wim@fluendo.com>
25448 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25449 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25450 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25451 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25452 (gst_ogg_mux_loop):
25453 Fix an ugly memleak where the muxer didn't flush enough ogg
25454 pages. This also resulted in badly muxed ogg files.
25456 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25458 * gst/asfdemux/asfheaders.c :
25459 * gst/asfdemux/asfheaders.h :
25460 * gst/asfdemux/gstasfdemux.c :
25461 - fix ASF_OBJ_PADDING guid
25462 - add 3 new object guids (language list, metadata,
25463 extended stream properties)
25464 - add a function to parse extended header objects
25466 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
25468 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25469 remove leftover debugging g_print
25471 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
25473 * ext/mad/gstmad.c: (gst_mad_handle_event):
25474 Fix for when the first format in a discont event is not a
25475 byte-based one. Should fix #137710.
25477 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25479 * m4/a52.m4 : fix compilation with -Wall -Werror
25480 * m4/libfame.m4 : idem
25481 * m4/libmikmod.m4 : idem
25483 2004-05-17 Benjamin Otte <otte@gnome.org>
25485 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25486 signal the new tags before giving up the reference
25488 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25490 * ext/shout2/gstshout2.c:
25491 use application/ogg instead of application/x-ogg (patch by Patrick
25492 Guimond, fixes #142432)
25493 * sys/oss/gstosselement.c: (gst_osselement_reset),
25494 (gst_osselement_sync_parms):
25495 don't set fragment size unless specified (fixes #142493)
25497 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25499 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25502 2004-05-17 Benjamin Otte <otte@gnome.org>
25504 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25505 compute offsets correctly for internal buffers so timestamps are set
25506 correctly when we can't seek. Also handle cases where there are no
25507 offsets. (based on a patch by David Moore, fixes #142507)
25509 2004-05-17 Benjamin Otte <otte@gnome.org>
25511 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25512 use correct variable when determining amount of data to skip so we
25513 don't skip into the void and segfault
25515 2004-05-16 Benjamin Otte <otte@gnome.org>
25517 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25520 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25522 * gst/asfdemux/gstasfdemux.c:
25523 - fix a mem leak and always propagate tags
25524 - add WMV3 to known video codecs (but no decoder yet)
25525 - replace "surplus data" at end of audio header for what
25526 it is : codec specific data
25529 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
25531 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25533 * gst-libs/gst/audio/audioclock.c:
25534 Fix wrong return type (#142205).
25536 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25538 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25539 Ignore CRCs by default (fixes #142566).
25541 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25543 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25544 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25545 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25546 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25547 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25548 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25549 Fix for cases where we fail to attach to a mixer.
25551 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25553 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25554 Don't touch events after not owning them anymore.
25555 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25556 (gst_wavparse_fmt), (gst_wavparse_other),
25557 (gst_wavparse_handle_seek), (gst_wavparse_loop),
25558 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25559 (gst_wavparse_srcpad_event):
25560 * gst/wavparse/gstwavparse.h:
25561 Add seeking, fix querying.
25563 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25565 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25566 - process comments even if they don't end with \0\0
25567 g_convert would ignore them if present and works well without them
25569 2004-05-16 Benjamin Otte <otte@gnome.org>
25571 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25574 2004-05-16 Benjamin Otte <otte@gnome.org>
25576 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25577 don't write to memory we might not write to - g_convert does that
25578 for us anyway (fixes #142613)
25579 (gst_asf_demux_audio_caps):
25580 comment out gst_util_dump_mem
25582 2004-05-16 Benjamin Otte <otte@gnome.org>
25584 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25585 compute correct expected timestamps after seek (broken since
25587 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25588 rename element and debugging category to gdkpixbufscale
25590 2004-05-16 Benjamin Otte <otte@gnome.org>
25592 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25593 add error checking to snd_pcm_delay and remove duplicate call to
25594 snd_pcm_delay that caused issues (see inline code comments)
25595 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25596 make more readable and fix return value when snd_pcm_delay fails
25599 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
25600 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25601 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25602 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25603 (gst_pixbufscale_link), (gst_pixbufscale_init),
25604 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25605 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25606 (gst_pixbufscale_get_property), (pixbufscale_init):
25607 * ext/gdk_pixbuf/pixbufscale.h:
25608 Add these files I forgot earlier
25610 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
25611 * ext/gdk_pixbuf/Makefile.am:
25612 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25613 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25614 Add new pixbufscale element to scale RGB video
25615 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25616 and HYPER interpolation correctly.
25617 * ext/theora/theoraenc.c: (theora_enc_chain),
25618 Discard buffer and return if explicit caps could not be set
25619 (theora_enc_get_property):
25620 Make _get return kbps for the bitrate consistent with
25624 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25626 * ext/libvisual/visual.c: (gst_visual_chain):
25627 add missing visual_audio_analyze
25629 2004-05-14 David Schleef <ds@schleef.org>
25631 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25632 is killed while we're playing.
25633 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25634 gst_element_no_more_pads().
25636 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25638 * gst-libs/gst/riff/riff-read.c :
25639 - fix INFO tag extraction in RIFF/AVI files
25640 because gst_event_unref (event) also freed taglist
25643 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25645 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25646 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25648 * gst/auparse/gstauparse.c :
25649 - add code (commented for now) to support audio/x-adpcm on src pad
25650 (we have no decoder for those layout yet)
25652 * gst/cdxaparse/gstcdxaparse.c :
25653 * gst/cdxaparse/gstcdxaparse.h :
25654 - partial rewrite using RiffRead (ripped iain's wavparse code)
25656 * gst/rtp/gstrtpL16enc.c : typo
25657 * gst/rtp/gstrtpgsmenc.c : typo
25659 2004-05-13 Benjamin Otte <otte@gnome.org>
25662 check for exact version of libvisual, it's not supposed to be
25665 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
25667 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25668 signal no-more-pads
25670 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25672 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25673 Report which format was used for GST_FORMAT_DEFAULT
25674 * gst/debug/Makefile.am:
25675 * gst/debug/gstdebug.c: (plugin_init):
25676 * gst/debug/progressreport.c: (gst_progressreport_base_init),
25677 (gst_progressreport_class_init), (gst_progressreport_init),
25678 (gst_progressreport_report), (gst_progressreport_set_property),
25679 (gst_progressreport_get_property), (gst_progressreport_chain),
25680 (gst_progressreport_plugin_init):
25681 Add progressreport element for testing.
25683 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
25685 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25686 * sys/v4l/gstv4lsrc.h:
25687 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25688 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25689 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25690 (gst_v4lsrc_grab_frame):
25692 send a discont at start
25694 2004-05-12 Colin Walters <walters@redhat.com>
25696 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25697 inflooping if we can't find a chunk. Or in other words, don't blow
25698 chunks if we don't have a chunk to blow.
25700 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25701 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25702 Remove old debug output
25703 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25704 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25705 (gst_dvdec_set_property), (gst_dvdec_get_property):
25706 Change the quality setting to an enum, so it works from gst-launch
25707 Don't renegotiate a non-linked pad. Allows audio only decoding.
25708 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25709 (gst_deinterlace_link), (gst_deinterlace_init):
25710 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25711 (gst_videodrop_link):
25712 Some caps negotiation fixes
25714 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25716 * ext/tarkin/gsttarkin.c :
25717 - Change RANK from NONE to PRIMARY
25718 * ext/gdk_pixbuf/gstgdkpixbuf.c :
25719 - Change RANK from NONE to MARGINAL
25720 * ext/divx/gstdivxenc.c :
25721 - Change RANK from PRIMARY to NONE (encoder/spider issue)
25723 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
25725 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25726 (gst_vorbisenc_push_packet):
25727 copy a function that was added between 1.0 and 1.0.1 until we
25728 depend on worthwhile features of post-1.0
25730 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25733 enable shout2 by default
25734 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25735 (gst_shout2send_base_init), (gst_shout2send_init),
25736 (gst_shout2send_connect), (gst_shout2send_change_state):
25737 * ext/shout2/gstshout2.h:
25738 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25740 * ext/theora/theora.c: (plugin_init):
25741 don't set rank on encoders
25743 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
25745 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25746 Use codec_data property instead of flag1 and flag2 for wma
25748 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25750 * gst/cdxaparse/gstcdxaparse.c :
25751 - Add mpegversion to CAPS to make it link
25752 - Rank is as GST_RANK_SECONDARY instead of NONE
25753 * gst/auparse/gstauparse.c :
25754 - Document all audio encoding we can encounter from Solaris 9
25755 headers and libsndfile information.
25756 - Increase max. rate from 48000 to 192000 (to match other elements)
25757 - Don't try to play junk data between header and samples
25759 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25761 * ext/libvisual/visual.c: (gst_visual_getcaps):
25762 use the right caps depending on endianness (I hope)
25763 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25764 use GST_RANK_NONE for all non-decoding elements or spider gets
25767 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
25769 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25770 Fix some odd cases and fix BE metadata parsing of unicode16 text.
25772 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25774 * gst/switch/gstswitch.c: (gst_switch_release_pad),
25775 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25776 (gst_switch_loop), (gst_switch_get_type):
25777 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25778 HEADERS. Had to be said.
25780 2004-05-10 David Schleef <ds@schleef.org>
25782 * configure.ac: Add prototype Dirac support.
25784 * ext/dirac/Makefile.am:
25785 * ext/dirac/gstdirac.cc:
25786 * ext/dirac/gstdiracdec.cc:
25788 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25790 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25791 (gst_auparse_init), (gst_auparse_chain),
25792 (gst_auparse_change_state):
25793 Hack around spider. Remove me some day please.
25795 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25797 * gst/auparse/gstauparse.c: (gst_auparse_chain):
25798 Fix for some uninitialized variables in previous patch, also
25799 makes it work. Fixes #142286 while we're at it.
25801 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25803 * gst/auparse/gstauparse.c:
25804 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25805 only unsupported formats are ADPCM/CCITT G.72x
25807 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25809 2004-05-10 Wim Taymans <wim@fluendo.com>
25811 * ext/vorbis/Makefile.am:
25812 * ext/vorbis/README:
25813 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25814 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25815 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25816 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25817 (gst_oggvorbisenc_convert_sink),
25818 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25819 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25820 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25821 (get_constraints_string), (update_start_message),
25822 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25823 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25824 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25825 * ext/vorbis/oggvorbisenc.h:
25826 * ext/vorbis/vorbis.c: (plugin_init):
25827 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25828 (raw_caps_factory), (gst_vorbisenc_class_init),
25829 (gst_vorbisenc_init), (gst_vorbisenc_setup),
25830 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25831 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25832 * ext/vorbis/vorbisenc.h:
25833 Added a raw vorbis encoder to be used with the oggmuxer.
25834 We still need the old encoder for some gnome applications,
25835 read the README to find out how that works.
25836 The raw encoder is called "rawvorbisenc" until 0.9.
25838 2004-05-10 Wim Taymans <wim@fluendo.com>
25840 * ext/ogg/gstogg.c: (plugin_init):
25841 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25843 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25844 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25845 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25846 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25847 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25848 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25849 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25850 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25851 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25852 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25853 Added an ogg muxer.
25854 Small typo fixes in the demuxer.
25856 2004-05-10 Wim Taymans <wim@fluendo.com>
25858 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25859 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25860 (theora_enc_change_state), (theora_enc_set_property),
25861 (theora_enc_get_property):
25862 Mark the last packet with an EOS flag which is not really needed
25864 Do some better video framerate initialisation.
25865 Update the buffer timestamp.
25867 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
25869 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25870 Return the result of the parent state change call
25872 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25874 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25875 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25876 * gst/law/alaw-encode.c : (idem)
25877 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25878 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25879 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25881 2004-05-09 Benjamin Otte <otte@gnome.org>
25883 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25884 don't use a fixed buffer size when writing variable length data to
25885 it. Fixes memory corruption and makes alsasrc work
25887 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25889 * ext/gnomevfs/gstgnomevfssink.c:
25890 (_gst_boolean_allow_overwrite_accumulator),
25891 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25892 Run glib's default signal handler (??) in RUN_CLEANUP rather than
25893 RUN_LAST, and don't use that to set the accumulator value because
25894 then it's always FALSE.
25896 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25898 * gst-libs/gst/riff/riff-media.c:
25899 (gst_riff_create_video_caps_with_data),
25900 (gst_riff_create_audio_caps),
25901 (gst_riff_create_audio_template_caps):
25902 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25903 Fix for unaligned RIFF files (i.e. where all the chunks together
25904 in a LIST chunk are not of the same size as the size given in
25905 the LIST chunk header). Fixes several odd WAVE files. Also fix
25906 ADPCM (block_align property) in audio, so that wavparse based
25907 on this works now as it used to stand-alone.
25909 2004-05-09 Edward Hervey <bilboed@bilboed.com>
25911 reviewed by Benjamin Otte <otte@gnome.org>
25913 * ext/a52dec/gsta52dec.c:
25914 * ext/divx/gstdivxdec.c:
25915 * ext/divx/gstdivxenc.c:
25916 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25917 * ext/faac/gstfaac.c: (gst_faac_base_init):
25918 * ext/faad/gstfaad.c: (gst_faad_base_init):
25919 * ext/ivorbis/vorbisfile.c:
25920 * ext/lame/gstlame.c:
25921 * ext/libfame/gstlibfame.c:
25922 * ext/mpeg2enc/gstmpeg2enc.cc:
25923 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25924 * ext/sidplay/gstsiddec.cc:
25925 * ext/speex/gstspeexdec.c:
25926 * ext/speex/gstspeexenc.c:
25927 * ext/xvid/gstxviddec.c:
25928 * ext/xvid/gstxvidenc.c:
25929 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25932 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
25934 * ext/alsa/gstalsa.c: (device_list),
25935 (gst_alsa_class_probe_devices):
25936 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25937 Fix alsa oddness in mixer after the combination of using mixer
25938 in source/sink elements and using hw:x,y instead of just hw:x.
25940 2004-05-09 Benjamin Otte <otte@gnome.org>
25942 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25943 (gst_wavparse_create_sourcepad):
25944 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25947 2004-05-09 Benjamin Otte <otte@gnome.org>
25949 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25950 allow discont events before caps nego
25952 2004-05-08 Benjamin Otte <otte@gnome.org>
25954 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25957 2004-05-08 Benjamin Otte <otte@gnome.org>
25959 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25960 (gst_level_change_state), (gst_level_init):
25961 * gst/level/gstlevel.h:
25962 figure out if we're initialized directly instead of keeping a
25963 variable that's wrong in 90% of cases
25964 don't initialize pads and then leak them and use a new unitialized
25965 pad. (fixes #142084)
25966 these were bugs so n00bish I didn't find them for an hour :/
25968 2004-05-08 Iain <iain@prettypeople.org>
25970 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25971 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25972 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25973 return the length that was read.
25974 (gst_riff_read_strf_auds): Allow fmt tags as well.
25976 2004-05-07 David Schleef <ds@schleef.org>
25978 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25979 signed char assumption in faad.h.
25981 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25983 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25984 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25986 2004-05-07 Colin Walters <walters@redhat.com>
25988 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25989 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25991 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25992 Add dispose function.
25994 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
25995 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25996 Fix caps nego and pad templates. RGB mode caps should
25998 * ext/dvdnav/gst-dvd:
25999 Move mpeg2dec inside the thread because otherwise the
26000 queue rejects cap changes mid-stream
26001 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26002 (gst_mpeg2dec_flush_decoder):
26003 For mpeg2dec > 0.4.0, call the flush function instead of
26004 manually extracting all in-flight frames.
26005 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
26006 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
26007 Change mime type video/dv go video/x-dv to match the
26008 rest of gst-plugins
26010 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
26012 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
26013 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
26014 (gst_alsa_sink_class_init):
26015 * ext/alsa/gstalsasink.h:
26016 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
26017 (gst_alsa_src_class_init):
26018 * ext/alsa/gstalsasrc.h:
26019 Make alsasink/src a subclass of alsamixer so that mixer stuff
26020 shows up in gst-rec. Needs some finetuning.
26022 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
26024 * ext/lame/gstlame.c: (gst_lame_chain):
26026 * ext/mad/gstmad.c: (gst_mad_handle_event):
26028 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
26029 be able to detect mp3 files < 4096 bytes
26031 2004-05-06 Wim Taymans <wim@fluendo.com>
26033 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26034 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
26035 (theora_enc_set_property), (theora_enc_get_property):
26036 Also encode the first frame, cleanup some code.
26038 2004-05-06 Wim Taymans <wim@fluendo.com>
26040 * ext/mpeg2enc/gstmpeg2enc.cc:
26041 Forward events first before deciding that negotiation was
26044 2004-05-06 Wim Taymans <wim@fluendo.com>
26046 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
26047 First process the events before deciding that negotiation
26050 2004-05-06 Wim Taymans <wim@fluendo.com>
26052 * ext/theora/Makefile.am:
26053 * ext/theora/theora.c: (plugin_init):
26054 * ext/theora/theoradec.c: (theora_dec_change_state):
26055 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
26056 (gst_theora_enc_class_init), (gst_theora_enc_init),
26057 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
26058 (theora_enc_chain), (theora_enc_change_state),
26059 (theora_enc_set_property), (theora_enc_get_property):
26060 Added a theora encoder, grouped the encoder and decoder into the
26063 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
26065 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26066 (gst_jpegenc_chain):
26067 fix DURATION on outgoing buffers
26068 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
26069 debug using time formats
26070 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26071 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26072 (gst_xvimagesink_sink_link):
26073 windows with width/height 0 generate X errors, so don't allow them
26075 2004-05-05 Wim Taymans <wim@fluendo.com>
26077 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
26078 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
26079 (gst_mpeg2dec_negotiate_format):
26080 * ext/mpeg2dec/gstmpeg2dec.h:
26081 removed the static pad template so that we can add the
26082 more accurate framerate value to the caps.
26085 2004-05-04 Benjamin Otte <otte@gnome.org>
26088 check for kdemacros.h, too (should fix #141821)
26089 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
26090 don't crash if no header was sent, but nicely error out (fixes part
26093 2004-05-04 Wim Taymans <wim@fluendo.com>
26095 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
26096 parent dispose function to avoid segfault on destroy.
26098 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
26100 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
26102 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26103 (gst_xvimagesink_sink_link):
26104 clean up debugging caps
26105 also recreate xvimage when format has changed
26107 2004-05-04 Benjamin Otte <otte@gnome.org>
26109 * ext/libvisual/Makefile.am:
26110 * ext/libvisual/visual.c: (gst_visual_class_init),
26111 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
26112 (gst_visual_srclink), (gst_visual_chain),
26113 (gst_visual_change_state), (plugin_init):
26114 use a GstAdapter to correctly adapt buffer sizes - allows using a
26117 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26119 * sys/v4l/gstv4lelement.h:
26120 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26121 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
26122 (gst_v4lsrc_buffer_free):
26123 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
26124 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26125 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
26126 (gst_v4lsrc_requeue_frame):
26127 move some debugging categories around
26128 query for fps index and set accordingly if found
26130 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26132 * ext/lame/gstlame.c:
26133 correct defaults that lame_init puts out of range
26135 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26137 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26138 (gst_divxenc_class_init):
26139 fix range since -1 is the default
26140 * gst/mpeg1sys/gstmpeg1systemencode.c:
26141 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26142 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26143 (gst_rtjpegdec_chain):
26144 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26145 (gst_rtjpegenc_chain):
26146 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26147 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26148 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26149 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26150 * sys/v4l/gstv4lsrc.c:
26151 * sys/v4l/v4l_calls.c: (gst_v4l_open):
26152 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26153 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26154 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26155 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26156 remove gst_info calls
26158 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26167 Updated translations
26169 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26171 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26172 refactor/comment code
26174 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
26176 * gst/asfdemux/Makefile.am:
26177 * gst/asfdemux/asfheaders.c:
26178 * gst/asfdemux/asfheaders.h:
26179 * gst/asfdemux/gstasf.c: (plugin_init):
26180 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26181 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26182 (gst_asf_demux_setup_pad):
26183 * gst/asfdemux/gstasfdemux.h:
26184 * gst/asfdemux/gstasfmux.c:
26185 * gst/asfdemux/gstasfmux.h:
26186 Add tagging support to demuxer, split out registration in its own
26187 file instead of in demux (hacky), and prevent having some tables
26188 in our memory multiple times (in asfheaders.h).
26190 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
26192 * gst/matroska/matroska-demux.c:
26193 (gst_matroska_demux_parse_metadata):
26194 * gst/matroska/matroska-ids.h:
26195 Basic tag reading support.
26197 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
26199 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26200 Really detect ac-3 audio.
26201 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26202 really detect matroska files (off-by-1).
26204 2004-04-30 David Schleef <ds@schleef.org>
26206 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26207 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26208 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26209 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26210 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26211 hackage -- parse a lot more atoms, extract a few tags. One might even
26212 mistake this for tag support. Maybe it is.
26213 * gst/qtdemux/qtdemux.h:
26215 2004-04-30 Colin Walters <walters@verbum.org>
26217 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26219 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
26221 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26222 (gst_ffmpegcolorspace_getcaps):
26223 remove broken nego fix
26225 2004-04-30 Benjamin Otte <otte@gnome.org>
26229 * ext/libvisual/Makefile.am:
26230 * ext/libvisual/visual.c:
26231 add initial support for libvisual (http://libvisual.sourceforge.net)
26232 libvisual is still quite alpha, so expect crashes in there :)
26234 2004-04-29 David Schleef <ds@schleef.org>
26236 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26237 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26238 up qtdemux to make it spit out codec_data. Do _not_ look at this
26239 code; you will no longer respect me.
26241 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26243 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26244 * ext/alsa/gstalsa.h :
26245 change alsa pcm device discovery to find more than 1 device
26246 per card. code review by Ronald.
26248 2004-04-29 David Schleef <ds@schleef.org>
26250 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26251 Add a check for a driver bug on FreeBSD. (bug #140565)
26253 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
26255 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26256 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26257 (gst_jpegenc_getcaps):
26258 move format setting to inner loop
26259 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26260 (gst_ffmpegcolorspace_getcaps):
26261 use GST_PAD_CAPS if available so that we use already negotiated
26263 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26264 (qtdemux_parse_moov), (qtdemux_parse):
26266 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26267 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26268 move hardcoded path to DEFINE
26270 2004-04-28 David Schleef <ds@schleef.org>
26272 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
26275 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26277 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26278 Don't probe for playback device if we're a source element. Fixes
26281 2004-04-29 Benjamin Otte <otte@gnome.org>
26283 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26284 (gst_id3_tag_chain):
26285 rewrite buffer offset
26287 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26291 * ext/dts/Makefile.am:
26292 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26293 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26294 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26295 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26296 (gst_dtsdec_loop), (gst_dtsdec_change_state),
26297 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26299 * ext/dts/gstdtsdec.h:
26301 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26302 (gst_faad_srcconnect):
26303 Add ESDS atom handling (.m4a).
26305 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
26307 * ext/divx/gstdivxdec.c: (plugin_init):
26308 Remove comment that makes no sense.
26309 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26310 Fix for obvious typo that resulted in warnings during gst-register.
26311 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26312 (gst_xviddec_sink_link):
26313 Fix caps negotiation a bit better.
26314 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26315 We call this 'codec_data', not 'esds'.
26317 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26319 * gst/monoscope/gstmonoscope.c:
26320 make sure we only provide 256x128
26321 * gst/monoscope/monoscope.c: (monoscope_init):
26322 assert size of 256x128
26324 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26327 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26328 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26329 fixate to max width and height of device
26331 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26334 * sys/v4l/gstv4l.c:
26335 * sys/v4l/gstv4lsrc.c:
26336 * sys/v4l/v4l_calls.c:
26337 * sys/v4l/v4lsrc_calls.c:
26338 fix for qc-usb driver which fakes having more than one buffer
26339 by handing the same buffer twice, which confused GStreamer's/v4lsrc
26340 buffer_free override
26343 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26346 * gst/videotestsrc/gstvideotestsrc.c:
26347 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26348 (gst_videotestsrc_init), (gst_videotestsrc_get),
26349 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26350 * gst/videotestsrc/gstvideotestsrc.h:
26351 add num-buffers property
26353 2004-04-26 Benjamin Otte <otte@gnome.org>
26355 * ext/mad/gstid3tag.c: (plugin_init):
26356 set id3mux rank to NONE so it doesn't confuse spider
26357 require audio/mpeg,mpegversion=1 in id3mux
26359 2004-04-26 Benjamin Otte <otte@gnome.org>
26362 detect faad correctly as non-working if it's indeed non-working
26364 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
26367 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26368 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26369 fix _getcaps so it only negotiates to its supported format
26371 2004-04-25 Benjamin Otte <otte@gnome.org>
26373 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26376 2004-04-23 Benjamin Otte <otte@gnome.org>
26378 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26379 audio/x-raw-int with height rules! not. Now it's depth.
26381 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
26383 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26384 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26385 (gst_wavparse_loop):
26386 Missing variable initialization. Add handling of DVI ADPCM. Fix
26387 mis-parsing of LIST chunks. This works around a bug where we mis-
26388 parse non-aligning LIST chunks (so LIST chunks where the contents
26389 don't align with the actual LIST size). The correct fix is to use
26390 rifflib, I'm not going to fix wavparse - too much work. All this
26393 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26395 reviewed by Benjamin Otte <otte@gnome.org>
26397 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26398 fix shoutcast not working (fixes #140844)
26400 2004-04-22 Benjamin Otte <otte@gnome.org>
26402 * ext/hermes/gsthermescolorspace.c:
26403 (gst_hermes_colorspace_caps_remove_format_info):
26404 * gst/colorspace/gstcolorspace.c:
26405 (gst_colorspace_caps_remove_format_info):
26406 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26407 (gst_ffmpegcolorspace_caps_remove_format_info):
26408 s/gst_caps_simplify/gst_caps_do_simplify/
26410 2004-04-22 Benjamin Otte <otte@gnome.org>
26412 * gst-libs/gst/riff/riff-media.c:
26413 (gst_riff_create_video_caps_with_data):
26414 mpegversion is an int
26415 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26416 don't try to create pad templates with NULL caps, use any caps
26419 2004-04-20 David Schleef <ds@schleef.org>
26421 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26422 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
26425 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26427 reviewed by David Schleef
26429 * ext/mad/gstid3tag.c: Add stdlib.h
26430 * gst/rtp/gstrtpgsmenc.c: same
26431 * gst/tags/gstid3tag.c: same
26432 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26433 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26434 GST_DISABLE_LOADSAVE use.
26435 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26436 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26437 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26439 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26440 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26442 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26443 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26445 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26448 2004-04-20 David Schleef <ds@schleef.org>
26450 * gst/realmedia/rmdemux.c: This was supposed to part of the
26451 last checkin. Same idea.
26453 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26455 reviewed by David Schleef
26457 * configure.ac: bump required gstreamer version to 0.8.1.1
26458 because of following changes [--ds]
26460 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
26461 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26462 (gst_riff_read_header): Use GST_READ_UINT*
26463 macros to access possibly unaligned memory.
26465 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26466 (mp3_type_find): Use GST_READ_UINT*
26467 macros to access possibly unaligned memory.
26468 (mp3_type_find, mpeg1_parse_header, qt_type_find)
26469 (speex_type_find): Likewise
26471 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26473 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26474 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26475 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26476 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26477 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26478 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
26479 macros to access possibly unaligned memory.
26481 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26484 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26485 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26487 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26490 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26491 (gst_mpeg2subt_chain_subtitle): Likewise.
26493 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26494 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26497 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26500 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26503 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26506 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26509 update required version of GStreamer because of GST_TIME_FORMAT
26511 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
26513 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26514 remove leftover g_print
26515 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26516 don't try setting only a subset of the caps. We don't want to kill
26517 autoplugging on purpose
26519 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26521 * sys/ximage/ximagesink.c: (plugin_init):
26522 * sys/xvimage/xvimagesink.c: (plugin_init):
26523 add debugging categories
26525 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26529 Adding en_GB translation (Gareth Owen)
26531 2004-04-20 David Schleef <ds@schleef.org>
26533 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26534 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26535 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26536 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26537 A number of new features and hacks to extract the esds atom and
26538 put it into the caps. (bug #137724)
26540 2004-04-19 David Schleef <ds@schleef.org>
26542 * gconf/Makefile.am: Fix for non-GNU make
26543 * gst-libs/gst/Makefile.am: Change directory order to handle
26544 GstPlay linking with gstinterfaces
26545 * gst-libs/gst/audio/make_filter: make use of tr portable
26546 * gst-libs/gst/play/Makefile.am: Add intended \
26547 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26548 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26549 function prototype instead of void *.
26550 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26552 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26553 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26554 * gst/videofilter/make_filter: make use of tr portable
26555 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26557 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
26561 Added Ukrainian translation (Maxim V. Dziumanenko)
26563 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26565 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26566 (gst_gsmdec_link), (gst_gsmdec_chain):
26567 Fix capsnego, simplify chain function slightly.
26568 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26571 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26573 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26574 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26575 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26576 Hack to make wavparse work with spider (always -> sometimes pad).
26577 Fixes #135862 && #140411.
26579 2004-04-18 Benjamin Otte <otte@gnome.org>
26581 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26582 (gst_osselement_rate_probe_check),
26583 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26584 get rid of \n in debug output
26586 2004-04-17 Iain <iain@prettypeople.org>
26588 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26591 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26593 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26594 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26595 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26596 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26597 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26598 (gst_id3_tag_change_state), (plugin_init):
26599 deprecate id3tag element and replace with id3demux/id3mux.
26600 great side effect: this ugly file is now even uglier, yay!
26601 * ext/mad/gstmad.h:
26602 remove non-available function
26603 update for new get_type
26605 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26608 require mpeg2dec >= 0.4.0
26610 2004-04-17 Benjamin Otte <otte@gnome.org>
26612 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26613 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26614 (gst_xvimagesink_set_xwindow_id):
26615 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26616 assorted cleanup fixes.
26618 2004-04-16 David Schleef <ds@schleef.org>
26620 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26621 * sys/xvimage/xvimagesink.h: same
26623 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
26625 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26626 Fix GST_ELEMENT_ERROR with (NULL)
26628 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26630 * gst-libs/gst/riff/riff-media.c:
26631 (gst_riff_create_video_caps_with_data):
26632 Add div[3456] as fourccs for DivX 3 (fixes #140137).
26634 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26636 * gst-libs/gst/riff/riff-media.c:
26637 (gst_riff_create_video_caps_with_data),
26638 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26639 (gst_riff_create_video_template_caps),
26640 (gst_riff_create_audio_template_caps):
26641 * gst-libs/gst/riff/riff-media.h:
26642 * gst-libs/gst/riff/riff-read.c:
26643 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26644 * gst-libs/gst/riff/riff-read.h:
26645 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26646 Add MS RLE support. I added some functions to read out strf chunks
26647 into strf chunks and the data behind it. This is usually color
26648 palettes (as in RLE, but also in 8-bit RGB). Also use those during
26649 caps creation. Lastly, add ADPCM (similar to wavparse - which
26650 should eventually be rifflib based).
26651 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26652 (gst_matroska_demux_init), (gst_matroska_demux_reset):
26653 * gst/matroska/matroska-demux.h:
26654 Remove placeholders for some prehistoric tagging system. Didn't add
26655 support for any tag system really anyway.
26656 * gst/qtdemux/qtdemux.c:
26657 Add support for audio/x-m4a (MPEG-4) through spider.
26658 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26659 (gst_wavparse_loop):
26660 ADPCM support (#135862). Increase max. buffer size because we
26661 cannot split buffers for ADPCM (screws references) and I've seen
26662 files with 2048 byte chunks. 4096 seems safe for now.
26664 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26666 * configure.ac: bump nano to 1
26668 === release 0.8.1 ===
26670 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26672 * configure.ac: releasing 0.8.1, "Comforting Sounds"
26674 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26676 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26677 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26680 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26682 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26683 lower rank of dvddemux so that it's not used for mpeg playback.
26685 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26688 save libs correctly when checking mad
26690 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26692 * ext/mad/gstid3tag.c: (plugin_init):
26693 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
26695 2004-04-13 David Schleef <ds@schleef.org>
26697 * common/m4/gst-feature.m4: Call -config scripts with
26698 --plugin-libs if it is supported.
26699 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26700 JPEG images are image/jpeg.
26701 * gst/debug/Makefile.am:
26702 * gst/debug/negotiation.c: (gst_negotiation_class_init),
26703 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26704 (gst_negotiation_update_caps), (gst_negotiation_get_property),
26705 (gst_negotiation_plugin_init): Add a property that acts like
26707 * testsuite/gst-lint: Move license checking to be a standard
26710 2004-04-13 David Schleef <ds@schleef.org>
26712 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26713 patch from Sebastien Cote (bug #139958)
26715 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26717 * examples/gstplay/Makefile.am:
26718 * examples/gstplay/player.c: (main):
26719 make the commandline player example use gconf settings
26721 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26723 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26724 (gst_cacasink_sinkconnect), (gst_cacasink_init),
26725 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26726 init/end library during state transition, not object
26727 creation/disposal. get rid of custom dispose handler.
26730 2004-04-12 Christian Schaller <Uraeus@gnome.org>
26732 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26735 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26737 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26738 Handle JUNK chunks inside data section. Prevents warnings.
26740 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26742 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26743 (gst_riff_create_video_template_caps):
26745 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26746 (gst_avi_demux_stream_data):
26747 Add support for "rec-list" chunks.
26749 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26751 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26752 Fix another codecname mismatch.
26754 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26756 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26757 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26758 so that MJPEG plays back.
26760 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26762 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26763 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26764 * gst/mpeg1videoparse/gstmp1videoparse.h:
26765 Fix for some slight mis-cuts in buffer parsing, and for some
26766 potential overflows or faults-causers. Adds disconts. Also fixes
26767 #139105 while we're at it.
26769 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26772 * sys/v4l2/gstv4l2element.h:
26773 Workaround for missing struct v4l2_buffer declaration in Suse 9
26774 and Mandrake 10 linux/videodev2.h header file (#135919).
26776 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26778 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26779 Bail out if no filename was given.
26781 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26783 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26784 (gst_v4l2_fourcc_from_structure):
26785 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26788 2004-04-09 Benjamin Otte <otte@gnome.org>
26790 * ext/gnomevfs/gstgnomevfssink.c:
26791 (_gst_boolean_allow_overwrite_accumulator),
26792 (gst_gnomevfssink_class_init):
26793 fix erase signal - if any handler returns false the file will not be
26794 overwritten. If no handler is connected, the file will not be
26795 overwritten either.
26796 renamed signal to "allow-overwrite"
26797 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26798 free string when adding it to ID3 failed
26799 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26800 unref event when done
26801 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26803 * gst/typefind/gsttypefindfunctions.c:
26804 (mpeg_video_stream_type_find):
26807 2004-04-08 David Schleef <ds@schleef.org>
26809 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26810 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26812 2004-04-08 David Schleef <ds@schleef.org>
26814 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26815 we don't support (bug #139532)
26817 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
26819 * ext/mad/gstmad.c: (gst_mad_handle_event),
26820 (gst_mad_check_caps_reset), (gst_mad_chain),
26821 (gst_mad_change_state):
26822 only set explicit caps if they haven't been set before for
26823 this stream. MPEG-audio sample rate/channels aren't allowed
26824 to change in-stream.
26827 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26829 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26830 (_gst_boolean_did_something_accumulator),
26831 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26832 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26833 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26834 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26835 (gst_gnomevfssink_change_state):
26836 Fix erase signal. Don't erase by default. Remove handoff signal.
26837 Remove erase property. Don't segfault. General cleanup.
26839 2004-04-07 Benjamin Otte <otte@gnome.org>
26841 * gst-libs/gst/gconf/test-gconf.c: (main):
26842 add missing gst_init
26844 2004-04-07 Benjamin Otte <otte@gnome.org>
26846 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26847 free the mutexes, too
26849 2004-04-07 Benjamin Otte <otte@gnome.org>
26851 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26852 actually free the URI string
26853 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26854 compute offset correctly when passing discont events
26855 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26856 don't leak discont events
26857 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26858 add some missing breaks so caps aren't copied randomly
26859 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26860 if we realloc memory, we better use it
26862 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
26864 * ext/mad/gstmad.c: (normal_seek):
26865 fix GST_FORMAT_TIME usage
26867 2004-04-05 David Schleef <ds@schleef.org>
26869 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
26870 a deprecated function (hack!)
26872 2004-04-05 Benjamin Otte <otte@gnome.org>
26874 * ext/esd/esdmon.c: (gst_esdmon_get):
26875 fix nonterminated vararg and memleak
26877 2004-04-05 Benjamin Otte <otte@gnome.org>
26879 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26880 (gst_ladspa_init), (gst_ladspa_force_src_caps),
26881 (gst_ladspa_set_property), (gst_ladspa_get_property),
26882 (gst_ladspa_instantiate), (gst_ladspa_activate),
26883 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26886 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
26888 reviewed by Benjamin Otte <otte@gnome.org>
26890 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26891 check for broken LADSPA parameters (fixes #138635)
26893 2004-04-05 Benjamin Otte <otte@gnome.org>
26895 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26896 advertise buffer-frames correctly on sinkpads
26898 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26900 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26901 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26902 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26903 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26904 (gst_mad_check_caps_reset), (gst_mad_chain):
26905 add more debugging, only reset caps when we're not in error state
26907 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26909 * ext/mad/gstmad.c: add debugging category, comment + cleanups
26911 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26913 reviewed by Benjamin Otte <otte@gnome.org>
26916 fix == in test(1) operator
26918 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26920 reviewed by Benjamin Otte <otte@gnome.org>
26923 fix --export-symblos-regex to a working regex.
26925 2004-04-04 Benjamin Otte <otte@gnome.org>
26927 * sys/oss/.cvsignore:
26930 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
26932 reviewed by Benjamin Otte <otte@gnome.org>
26934 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26935 add missing 'new_media' argument (fixes #138168)
26936 * gst/matroska/matroska-demux.c:
26937 (gst_matroska_demux_handle_seek_event):
26938 add vararg terminator (fixes #138169)
26940 2004-04-02 David Schleef <ds@schleef.org>
26942 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
26943 disted (bug #138914)
26945 2004-04-01 Benjamin Otte <otte@gnome.org>
26947 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26948 (gst_alsa_close_audio):
26949 handle case better where a soundcard can't pause
26950 * ext/ogg/gstoggdemux.c:
26951 don't crash when we get events but don't have pads yet
26953 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26955 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26956 throw an error if we couldn't probe any caps.
26958 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26960 * ext/dvdnav/gst-dvd:
26961 Add a really simple sample DVD player
26963 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26965 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26966 (gst_a52dec_push), (gst_a52dec_handle_event),
26967 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26968 (gst_a52dec_change_state):
26969 * ext/a52dec/gsta52dec.h:
26970 Use a debug category, Output timestamps correctly
26971 Emit tag info, Handle events, tell liba52dec about cpu
26972 capabilities so it can use MMX etc.
26973 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26974 Fix a crasher accessing invalid memory
26975 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26976 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26977 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26978 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26980 Some support for byte-format seeking.
26981 Small fixes for still frames and menu button overlays
26982 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26983 (gst_mpeg2dec_alloc_buffer):
26984 Use a debug category. Adjust the report level of several items to
26985 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26986 so it doesn't lose the GstBuffer pointer
26987 * gst/debug/Makefile.am:
26988 * gst/debug/gstdebug.c: (plugin_init):
26989 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26990 (gst_navseek_base_init), (gst_navseek_class_init),
26991 (gst_navseek_init), (gst_navseek_seek),
26992 (gst_navseek_handle_src_event), (gst_navseek_set_property),
26993 (gst_navseek_get_property), (gst_navseek_chain),
26994 (gst_navseek_plugin_init):
26995 * gst/debug/gstnavseek.h:
26996 Add the navseek debug element for seeking back and forth in a
26997 video stream using arrow keys.
26998 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26999 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
27000 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
27001 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
27002 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
27003 (gst_mpeg2subt_parse_header), (gst_get_nibble),
27004 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
27005 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
27006 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
27007 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
27008 * gst/mpeg2sub/gstmpeg2subt.h:
27009 Pretty much a complete rewrite. Now a loopbased element. May still
27010 require work to properly synchronise subtitle buffers.
27011 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
27012 (gst_dvd_demux_send_subbuffer):
27013 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
27014 Don't attempt to create subbuffers of size 0
27015 Reduce a couple of error outputs to warnings.
27016 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
27017 (gst_y4mencode_chain):
27018 Output the y4m frame header correctly.
27020 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
27022 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27023 throw errors instead of allowing SIGFPE
27025 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
27027 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
27028 (gst_gconf_render_bin_from_key):
27029 leak plugging and style fixing
27031 2004-03-31 David Schleef <ds@schleef.org>
27033 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
27034 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
27036 * gst/debug/Makefile.am:
27037 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
27038 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
27040 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
27041 (gst_negotiation_base_init), (gst_negotiation_class_init),
27042 (gst_negotiation_init), (gst_negotiation_getcaps),
27043 (gst_negotiation_pad_link), (gst_negotiation_chain),
27044 (gst_negotiation_set_property), (gst_negotiation_get_property),
27045 (gst_negotiation_plugin_init): New element to talk about random
27046 negotiation things happening in a pipeline.
27048 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
27050 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27051 fix integer addition with help of Stefan Kost
27053 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
27055 * po/nl.po: updated Dutch translation (Elros Cyriatan)
27057 2004-03-30 David Schleef <ds@schleef.org>
27059 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
27060 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
27061 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
27063 * ext/mpeg2dec/gstmpeg2dec.h:
27065 2004-03-30 David Schleef <ds@schleef.org>
27067 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
27069 2004-03-30 David Schleef <ds@schleef.org>
27071 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
27072 Michael Petullo) to handle .mov
27074 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27076 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
27077 (gst_osselement_rate_check_rate):
27078 probe caps correctly for sound cards that only support one format
27080 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27082 * ext/kio/kiosrc.cpp: (process_events):
27083 update handling event processing if inside KDE - untested
27085 2004-03-29 David Schleef <ds@schleef.org>
27087 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
27088 by 2 to not interfere with other colorspaces.
27089 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
27090 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
27091 one to not interfere with ffmpeg_colorspace.
27093 2004-03-29 David Schleef <ds@schleef.org>
27095 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
27096 aren't in the caps.
27097 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
27098 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
27100 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27102 * gst-libs/gst/riff/riff-media.c:
27103 fail on error, don't try to set stuff on NULL caps
27105 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27109 * ext/kio/Makefile.am:
27110 * ext/kio/kioreceiver.cpp:
27111 * ext/kio/kioreceiver.h:
27112 * ext/kio/kiosrc.cpp:
27113 * ext/kio/kiosrc.h:
27114 add experimental kiosrc plugin
27115 * ext/alsa/gstalsaplugin.c: (plugin_init):
27116 initialize debugging category only when we're sure registering the
27119 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
27121 * examples/gstplay/player.c: (main):
27122 * gst-libs/gst/play/play.c: (gst_play_class_init),
27123 (gst_play_set_location), (gst_play_set_data_src),
27124 (gst_play_set_video_sink), (gst_play_set_audio_sink),
27125 (gst_play_set_visualization), (gst_play_connect_visualization):
27126 check return values of element_set_state and return FALSE where
27129 2004-03-29 Benjamin Otte <otte@gnome.org>
27131 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27132 try harder to check if an event is really a discont
27134 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
27136 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27139 2004-03-28 Benjamin Otte <otte@gnome.org>
27141 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27142 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27143 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27144 get rid of non-standard "..." ranges in case statements.
27146 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
27148 * gst/mpegstream/gstmpegdemux.c:
27149 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27150 specific functionality split to the new dvddemux element.
27151 * gst/mpegstream/gstdvddemux.c:
27152 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27153 streams, derived from mpegdemux.
27154 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27155 up. SCR based timestamp rewriting can be turned off (will probably
27156 completely disappear soon).
27157 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27158 hacking. General cleanup. All printf statements replaced by
27159 debugging messages. Almost complete libdvdnav support.
27160 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27161 by events. New properties for audio and subpicture languages.
27162 (dvdnavsrc_update_highlight): Now uses events.
27163 (dvdnavsrc_user_op): Cleaned up.
27164 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27165 based). Lots of cleanup, and propper support for most libdvdnav
27167 (dvdnavsrc_make_dvd_event): New function.
27168 (dvdnavsrc_make_dvd_nav_packet_event): New function.
27169 (dvdnavsrc_make_clut_change_event): New function.
27171 2004-03-26 Benjamin Otte <otte@gnome.org>
27173 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27174 fix bug where typefinding would claim it's theora whenever less then
27175 7 bytes of data were available
27177 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
27179 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27180 (gst_alawdec_base_init), (gst_alawdec_class_init),
27181 (gst_alawdec_init), (gst_alawdec_chain):
27182 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27183 (gst_alawenc_base_init), (gst_alawenc_class_init),
27184 (gst_alawenc_init), (gst_alawenc_chain):
27185 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27186 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27187 (gst_mulawdec_init), (gst_mulawdec_chain):
27188 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27189 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27190 (gst_mulawenc_init), (gst_mulawenc_chain):
27191 Fix capsnego in all four, remove the unused property functions and
27192 simplify the chain functions slightly. I guess we could use macros
27193 or something similar for those, since the code is so similar, but
27194 I'm currently too lazy...
27196 2004-03-24 David Schleef <ds@schleef.org>
27198 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27199 (gst_osselement_close_audio), (gst_osselement_probe_caps),
27200 (gst_osselement_get_format_structure),
27201 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27202 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27203 (gst_osselement_rate_int_compare): Add code to handle rate probing
27205 * sys/oss/gstosselement.h: same
27206 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27207 Use rate probing provided by osselement.
27208 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27210 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
27212 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27213 (gst_xvidenc_get_property):
27216 2004-03-24 David Schleef <ds@schleef.org>
27218 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27219 (gst_speexdec_init):
27220 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27221 (gst_speexenc_init): Create the pad template correctly (from
27222 the static pad template, not a NULL pointer.)
27224 2004-03-25 Benjamin Otte <otte@gnome.org>
27226 * gst/debug/Makefile.am:
27227 * gst/debug/breakmydata.c:
27228 add element that quasi-randomly changes bytes in the stream.
27229 Intended use is robustness checking of demuxers and decoders in
27232 2004-03-24 Benjamin Otte <otte@gnome.org>
27234 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27235 (gst_alsa_probe_hw_params):
27236 * ext/alsa/gstalsa.h:
27237 debugging output fixes
27239 2004-03-24 Benjamin Otte <otte@gnome.org>
27241 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27242 don't g_return_if_fail if element is PLAYING, fail silently as every
27244 * gst/effectv/gstquark.c: (gst_quarktv_chain):
27245 only fix needed for cast lvalue issues in gst-plugins
27246 * gst/volenv/gstvolenv.c: (gst_volenv_init):
27249 2004-03-24 Benjamin Otte <otte@gnome.org>
27251 * gst/level/gstlevel.c: (gst_level_init):
27252 add proxying getcaps function, so level doesn't advertise impossible
27255 2004-03-24 David Schleef <ds@schleef.org>
27257 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27258 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27259 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27260 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27261 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27262 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27263 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27264 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27265 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
27266 messages. Divide the chunk size by the compression ratio
27267 (needed for MACE audio)
27269 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27271 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27272 Fix buffer overflow read error.
27274 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27276 * ext/alsa/gstalsa.h:
27277 Remove unused entry.
27278 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27280 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27281 (gst_videodrop_link), (gst_videodrop_chain):
27282 Fix, sort of. Was horribly broken with new capsnego. Bah...
27284 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
27286 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27288 Add a monkeysaudio typefind function
27290 2004-03-23 Johan Dahlin <johan@gnome.org>
27292 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27293 (gst_play_video_fixate): Check so the structure has the field
27294 before trying to fixate them, this makes it possible to have
27295 fakesinks for video and audio output without printing errors on
27296 the output console.
27298 2004-03-22 David Schleef <ds@schleef.org>
27300 * sys/oss/Makefile.am:
27301 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27302 (check_rate), (add_rate): Rate probing test app.
27304 2004-03-21 Benjamin Otte <otte@gnome.org>
27306 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27307 (_fixate_caps_to_int), (gst_audio_convert_fixate):
27308 add a fixation function that pretty much does the right thing (fixes
27311 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
27313 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27315 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
27317 reviewed by: Benjamin Otte <otte@gnome.org>
27319 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27320 terminate gst_event_new_discontinuous correctly (fixes parts of
27323 2004-03-19 David Schleef <ds@schleef.org>
27325 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
27326 since it doesn't depend on X, and it's part of our ABI.
27328 2004-03-19 Iain <iain@prettypeople.org>
27330 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27331 is_int in the structure, not the local variable.
27333 2004-03-19 David Schleef <ds@schleef.org>
27335 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27336 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27337 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27338 Improvements in caps negotiation.
27340 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27344 adding Afrikaans (Petri Jooste)
27346 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27348 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27349 (gst_ffmpegcolorspace_chain):
27350 throw error instead of g_critical (#137588)
27352 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27356 dist common and m4 correctly
27359 2004-03-17 David Schleef <ds@schleef.org>
27361 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
27364 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27368 adding Swedish translation (Christian Rose)
27370 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27372 * Makefile.am: use release.mak
27374 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27376 * common/ChangeLog:
27377 * common/gst-autogen.sh:
27378 add some explanation about the version detection
27382 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27384 * configure.ac: bump nano to 1
27386 === release 0.8.0 ===
27388 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27390 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27392 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27395 update libtool version
27396 * gst-libs/gst/media-info/Makefile.am:
27397 actually use libtool version
27399 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27401 * configure.ac: fix speex detection to work with 1.0 but not 1.1
27403 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27406 * gst-plugins.spec.in:
27407 * pkgconfig/Makefile.am:
27408 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27409 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27410 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27411 * pkgconfig/gstreamer-libs.pc.in:
27412 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27413 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27414 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27415 * pkgconfig/gstreamer-plugins.pc.in:
27416 remove @VERSION@ from some of the pc files since core and plugins
27418 created gstreamer-plugins.pc as it's a better name, but keeping
27419 -libs around for now to get fixes upstream done first.
27421 2004-03-15 Julien MOUTTE <julien@moutte.net>
27423 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27424 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27425 * gst-libs/gst/play/play.h:
27427 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27429 * *.c, *.cc: don't mix tabs and spaces
27431 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27433 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27434 use the new ffmpegcolorspace
27435 * gst-plugins.spec.in:
27436 package new colorspace and media-info
27438 * pkgconfig/Makefile.am:
27439 fix some more disting issues
27440 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27441 * pkgconfig/gstreamer-media-info.pc.in:
27442 generate media-info pc files
27444 2004-03-15 Johan Dahlin <johan@gnome.org>
27446 * *.h: Revert indenting
27448 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27451 adding ffmpegcolorspace element
27452 * gst/ffmpegcolorspace/Makefile.am:
27453 * gst/ffmpegcolorspace/avcodec.h:
27454 * gst/ffmpegcolorspace/common.h:
27455 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27456 * gst/ffmpegcolorspace/dsputil.h:
27457 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27458 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27459 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27460 (gst_ffmpeg_caps_to_pix_fmt):
27461 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27462 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27463 (gst_ffmpegcolorspace_caps_remove_format_info),
27464 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27465 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27466 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27467 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27468 (gst_ffmpegcolorspace_set_property),
27469 (gst_ffmpegcolorspace_get_property),
27470 (gst_ffmpegcolorspace_register):
27471 * gst/ffmpegcolorspace/imgconvert.c:
27472 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27473 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27474 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27475 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27476 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27477 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27478 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27479 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27480 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27481 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27482 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27483 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27484 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27485 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27486 (img_get_alpha_info), (deinterlace_line),
27487 (deinterlace_line_inplace), (deinterlace_bottom_field),
27488 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27489 * gst/ffmpegcolorspace/imgconvert_template.h:
27490 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27491 * gst/ffmpegcolorspace/mmx.h:
27492 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27493 adding ffmpegcolorspace element supplied by Ronald after cleaning
27494 up and pulling in the right bits of upstream source.
27495 I'm sure a better C/compiler wizard could do some cleaning up (for
27496 example use GLIB's malloc stuff), but as a first pass this
27499 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27501 * ext/alsa/gstalsa.h:
27502 I assume Ronald forgot to commit the change to have cardname
27503 as a struct member. Expect some public spanking at the next
27506 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
27508 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27509 (gst_alsa_open_audio), (gst_alsa_close_audio):
27510 * ext/alsa/gstalsa.c:
27511 Don't open the device if we're a mixer (= padless).
27512 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27513 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27514 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27515 Open mixer during state change rather than during object
27516 initialization. Also, get a device name. Currently in a somewhat
27517 hackish fashion, but I didn't really find something better.
27519 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
27521 * *.c, *.h: run gst-indent
27523 2004-03-14 Benjamin Otte <otte@gnome.org>
27525 * gst/modplug/gstmodplug.cc:
27526 * gst/modplug/gstmodplug.h:
27527 set correct timestamps on outgoing buffers
27529 2004-03-14 Benjamin Otte <otte@gnome.org>
27531 * gst/modplug/gstmodplug.cc:
27532 handle events - don't do crap when a discont arrives that's not
27534 This allows correct loading and playback of mods in Rhythmbox
27536 2004-03-14 Benjamin Otte <otte@gnome.org>
27539 * gst-libs/gst/gconf/Makefile.am:
27540 * pkgconfig/Makefile.am:
27541 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27542 they get rebuilt properly
27544 when checking for vorbis, try pkgconfig first.
27545 * gst/modplug/gstmodplug.cc:
27546 add fixate function
27548 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
27550 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27551 Fix for obvious mistake, where we first shift the offset and then
27552 read a samplesize element assuming the old offset. Note that this
27553 part still has something weird, i.e. my movies containing those
27554 don't actually play well, but at least there's something that looks
27557 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
27558 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27560 Add a typefind function for speex format
27562 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27564 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27565 (gst_asf_demux_setup_pad):
27566 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27567 instead of 0. Reason is simple: some elements have a fps range
27568 of 1-max instead of 0-max. So now ASF video actually works.
27570 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
27574 adding serbian as a language
27576 2004-03-13 Benjamin Otte <otte@gnome.org>
27578 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27579 return taglist correctly from _get function, don't gst_pad_push it.
27582 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27583 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27585 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27587 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27588 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27589 (gst_alsa_mixer_track_new):
27590 * ext/alsa/gstalsamixertrack.h:
27591 Fix ancient leftovers... MixerTrack is a GObject.
27593 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27595 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27596 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27597 Don't block during probing...
27599 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
27601 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27602 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27603 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27604 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27605 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27606 (gst_alsa_open_audio), (gst_alsa_close_audio):
27607 * ext/alsa/gstalsa.h:
27608 Add propertyprobe interface implementation, add some device-name
27609 property, all this so that it looks good in gnome-volume-control.
27611 2004-03-12 David Schleef <ds@schleef.org>
27613 * configure.ac: the Hermes library controls hermescolorspace, not
27615 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27616 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27618 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27619 * ext/sdl/sdlvideosink.h: ditto.
27620 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27622 2004-03-12 Benjamin Otte <otte@gnome.org>
27624 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27625 (gst_x_overlay_got_xwindow_id):
27626 * gst-libs/gst/xoverlay/xoverlay.h:
27627 replace XID with unsigned long to get rid of the xlibs dependency in
27628 XOverlay (fixes #137004)
27630 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27631 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27632 (gst_agingtv_setup):
27633 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27634 (gst_dicetv_base_init), (gst_dicetv_class_init),
27635 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27636 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27637 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27638 (gst_edgetv_setup), (gst_edgetv_rgb32):
27639 * gst/effectv/gsteffectv.c:
27640 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27641 (gst_quarktv_set_property):
27642 * gst/effectv/gstrev.c: (gst_revtv_get_type),
27643 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27644 (gst_revtv_setup), (gst_revtv_rgb32):
27645 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27646 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27647 (gst_shagadelictv_init), (gst_shagadelictv_setup),
27648 (gst_shagadelictv_rgb32):
27649 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27650 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27651 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27652 * gst/effectv/gstwarp.c:
27653 Port everything that can be ported to videofilter and fix up the caps.
27654 Can someone with a big-endian machine please check these?
27656 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27658 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27659 (gst_osssink_chain), (gst_osssink_change_state):
27660 Latest fixes for A/V sync, audio playback and such. This is about
27661 all... MPEG playback issues are mostly related to the async build-
27662 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27664 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27666 patch from: Stephane Loeuillet
27669 use pkg-config for some libraries, falling back to the old .m4 way
27674 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27677 * tools/Makefile.am:
27678 * tools/Makefile.in:
27679 * tools/gst-launch-ext-m.m:
27680 * tools/gst-launch-ext.1.in:
27681 * tools/gst-visualise-m.m:
27682 * tools/gst-visualise.1:
27683 * tools/gst-visualise.1.in:
27684 reorganizing generation of script tools
27686 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27688 * ext/divx/gstdivxdec.c:
27689 Downgrade priority. We prefer ffdec_mpeg4.
27690 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27691 (gst_faad_chain), (gst_faad_change_state):
27692 Fix capsnego. Doesn't work for some sounds because we don't have
27693 a 5:1 to stereo element.
27694 * ext/xvid/gstxvid.c: (plugin_init):
27696 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27697 (gst_osssink_change_state):
27698 Add discont handling.
27700 2004-03-09 Colin Walters <walters@verbum.org>
27702 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27705 2004-03-09 Benjamin Otte <otte@gnome.org>
27707 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27708 the signals take 2 arguments
27710 2004-03-09 David Schleef <ds@schleef.org>
27712 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27713 (gst_alsa_fixate): Add fixate function. (bug #136686)
27714 * ext/alsa/gstalsa.h:
27715 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27717 2004-03-09 Benjamin Otte <otte@gnome.org>
27719 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27720 (gst_mikmod_change_state):
27721 * ext/mikmod/gstmikmod.h:
27722 make mikmod's loop function not loop infinitely and call
27723 gst_element_yield anymore
27724 * gst/modplug/gstmodplug.cc:
27725 fix pad negotiation (fixes #136590)
27727 2004-03-09 David Schleef <ds@schleef.org>
27729 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
27730 doesn't conflict with the internal colorspace plugin.
27731 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
27732 satisfy the crappy-ass shell shipped by a certain vendor.
27733 * gst/videofilter/make_filter: same (bug #135299)
27735 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27737 * configure.ac: bump nano to 1
27739 === release 0.7.6 ===
27741 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27743 * configure.in: releasing 0.7.6, "There"
27745 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27747 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27748 * pkgconfig/gstreamer-play.pc.in:
27749 synchronize the two
27751 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27753 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27754 (cdparanoia_open), (cdparanoia_event):
27755 fix/add error handling
27757 add cdparanoia source
27758 * tools/Makefile.am:
27759 make scripts executable
27761 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27764 * ext/vorbis/Makefile.am:
27766 remove id3types, vorbisfile and xvideosink from the build (#133783)
27768 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
27770 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27771 Fix metadata read crash (#136537).
27773 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27775 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27776 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27777 adding mime types, fixing the one-stop function
27779 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27781 * ext/nas/nassink.c and /ext/nas/nassink.h:
27782 More NAS love from Arwed von Merkatz
27783 So lets all sing 'Can you feel the NAS tonight'
27785 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27787 * tools/gst-launch-ext.in:
27788 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27790 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27792 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27793 (gst_mpeg2dec_init):
27794 remove the user_data pad for now, because it is being used in
27795 fixating causing MPEG playback to fixate on 1000 Hz for playback.
27796 If someone knows how to fix this properly, please do.
27798 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27800 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27801 (gst_osssink_get_time):
27802 add a warning, IMO this won't get triggered anymore, remove later
27804 2004-03-07 David Schleef <ds@schleef.org>
27806 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
27807 format (bug #136470)
27809 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
27811 * gst-libs/Makefile.am:
27812 * gst-libs/gst/media-info/Makefile.am:
27813 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27814 (error_callback), (gst_media_info_error_create),
27815 (gst_media_info_error_element), (gmip_init), (gmip_reset),
27816 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27817 * gst-libs/gst/media-info/media-info-priv.h:
27818 * gst-libs/gst/media-info/media-info-test.c: (main):
27819 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27820 (gst_media_info_class_init), (gst_media_info_instance_init),
27821 (gst_media_info_set_source), (gst_media_info_read_with_idler),
27822 (gst_media_info_read_idler), (gst_media_info_read):
27823 * gst-libs/gst/media-info/media-info.h:
27824 fixed, should work now
27826 2004-03-07 Christian Schaller <Uraeus@gnome.org>
27828 * ext/nas/nassink.c:
27829 A bunch of NAS fixes from Arwed von Merkatz
27831 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27833 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27834 (qtdemux_parse_trak):
27835 Fix crash (j might be greater than n_samples, in which case we're
27836 writing outside the allocated space for the array) and memleak.
27838 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27840 * sys/oss/gstosssink.c: (gst_osssink_chain):
27841 And another caller that couldn't handle delay < 0 (unsigned
27842 integer overflow). Video now continues playing on an audio
27843 buffer underrun, and the clock continues working. Audio still
27846 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27848 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27849 (gst_osssink_get_time):
27850 get_delay() may return values lower than 0. In those cases, we
27851 should not actually cast to *unsigned* int64, that will break
27852 stuff horribly. In my case, it screwed up A/V sync in movies
27853 in totem rather badly.
27855 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27857 * ext/faac/gstfaac.c: (gst_faac_chain):
27858 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27859 * ext/libpng/gstpngenc.c: (user_write_data):
27860 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27861 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27862 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27863 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27864 Fix several misuse of gst_buffer_merge (it doesn't take ownership
27865 of any buffer), should fix some leaks. I hope I didn't unref buffers
27866 that shouldn't be...
27868 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27870 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27871 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27872 (error_callback), (gmi_reset), (gmi_seek_to_track),
27873 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27874 (gmip_find_type_post), (gmip_find_stream_post),
27875 (gmip_find_track_streaminfo_post):
27876 * gst-libs/gst/media-info/media-info-priv.h:
27877 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27878 (info_print), (main):
27879 * gst-libs/gst/media-info/media-info.c:
27880 (gst_media_info_error_create), (gst_media_info_error_element),
27881 (gst_media_info_instance_init), (gst_media_info_get_property),
27882 (gst_media_info_new), (gst_media_info_set_source),
27883 (gst_media_info_read_idler), (gst_media_info_read):
27884 * gst-libs/gst/media-info/media-info.h:
27885 first pass at making this work again. This seems to work on
27886 tagged ogg/vorbis and mp3 files.
27888 2004-03-06 Benjamin Otte <otte@gnome.org>
27890 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27891 fix huge leak: gst_buffer_merge doesn't unref the first argument
27894 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27896 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27897 report layer/mode/emphasis
27899 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27901 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27903 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27905 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27908 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27910 * ext/vorbis/vorbis.c: (plugin_init):
27911 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27912 (gst_vorbis_dec_init), (vorbis_dec_event):
27914 make vorbisdec handle _BYTE and _TIME queries
27916 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27918 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27919 from the xing header
27921 2004-03-06 Benjamin Otte <otte@gnome.org>
27923 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27924 (gst_audio_convert_link), (gst_audio_convert_change_state),
27925 (gst_audio_convert_buffer_from_default_format):
27926 do conversions from/to float correctly, fix some caps nego errors,
27927 export correct supported caps in template and getcaps, use correct
27928 caps in try_set_caps functions
27930 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27932 For some reason, I only committed a ChangeLog entry yesterday and
27933 not the corresponding code...
27934 * ext/mad/gstmad.c: Fix detection of Xing headers
27935 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27937 2004-03-06 Benjamin Otte <otte@gnome.org>
27939 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27940 (gst_ogg_demux_src_query):
27941 make sure to handle the case where there's no current chain
27944 2004-03-05 David Schleef <ds@schleef.org>
27946 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27947 Add fixate function. (bug #131128)
27948 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27949 (gst_sdlvideosink_fixate): Add fixate function.
27950 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27951 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27952 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27953 Fix missing break that was causing ulaw to be interpreted as
27956 2004-03-05 David Schleef <ds@schleef.org>
27958 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27959 Fix code that ignores return value of gst_buffer_merge().
27961 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27962 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27963 * testsuite/gst-lint: Check for above.
27965 2004-03-05 David Schleef <ds@schleef.org>
27967 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
27968 caps and throw an element error. (bug #136334)
27970 2004-03-05 David Schleef <ds@schleef.org>
27972 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27973 (gst_faad_chain): Fix negotiation.
27974 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27975 key and button events.
27976 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27978 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27980 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27981 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27982 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27983 function to encourage better negotiation, particularly between
27984 audioconvert and osssink.
27985 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27986 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
27988 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
27990 * gst/vbidec/vbiscreen.c: Add glib header
27991 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
27993 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
27995 * ext/mad/gstmad.c: Fix detection of Xing headers
27996 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27998 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
28000 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28001 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
28004 2004-03-06 Christophe Fergeau <teuf@gnome.org>
28006 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28007 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
28008 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
28009 files, and report the parsed length as a GST_TAG_DURATION tag.
28010 * gst/tags/gstid3tag.c: support TLEN (duration) tag
28012 2004-03-05 Benjamin Otte <otte@gnome.org>
28014 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
28015 convert channels correctly. convert correctly to unsigned.
28017 2004-03-05 Julien MOUTTE <julien@moutte.net>
28019 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
28020 we have a window before clearing it.
28022 2004-03-05 Julien MOUTTE <julien@moutte.net>
28024 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
28025 have a window before clearing it.
28027 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
28029 * gconf/gstreamer.schemas.in:
28030 * gst-libs/gst/gconf/Makefile.am:
28031 version installation path the same way as for 0.6
28032 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28033 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28034 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28035 remove comment that was fixed
28037 2004-03-05 David Schleef <ds@schleef.org>
28039 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
28040 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
28041 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
28042 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
28043 Add prototype code for handling seeking and querying.
28045 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
28047 * examples/gstplay/player.c: (main):
28048 Initialize variables to NULL. Prevents a segfault because the
28049 (uninitialized) variable is not NULL, resulting in a crash on
28050 trying to reach error->message.
28052 2004-03-05 Benjamin Otte <otte@gnome.org>
28054 * gst/audioconvert/gstaudioconvert.c:
28055 (gst_audio_convert_buffer_to_default_format):
28056 make float=>int conversion work correctly even in cornercases.
28058 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
28060 * debian/README.Debian:
28061 * debian/build-deps:
28062 * debian/changelog:
28064 * debian/control.in:
28065 * debian/copyright:
28066 * debian/gstreamer-a52dec.files:
28067 * debian/gstreamer-aa.files:
28068 * debian/gstreamer-alsa.files:
28069 * debian/gstreamer-alsa.manpages:
28070 * debian/gstreamer-arts.files:
28071 * debian/gstreamer-artsd.files:
28072 * debian/gstreamer-audiofile.files:
28073 * debian/gstreamer-avifile.files:
28074 * debian/gstreamer-cdparanoia.files:
28075 * debian/gstreamer-colorspace.files:
28076 * debian/gstreamer-doc.files:
28077 * debian/gstreamer-dv.files:
28078 * debian/gstreamer-dvd.files:
28079 * debian/gstreamer-esd.files:
28080 * debian/gstreamer-festival.files:
28081 * debian/gstreamer-flac.files:
28082 * debian/gstreamer-gconf.conffiles:
28083 * debian/gstreamer-gconf.files:
28084 * debian/gstreamer-gconf.postinst:
28085 * debian/gstreamer-gnomevfs.files:
28086 * debian/gstreamer-gsm.files:
28087 * debian/gstreamer-http.files:
28088 * debian/gstreamer-jack.files:
28089 * debian/gstreamer-jpeg.files:
28090 * debian/gstreamer-mad.files:
28091 * debian/gstreamer-mikmod.files:
28092 * debian/gstreamer-misc.files:
28093 * debian/gstreamer-mpeg2dec.files:
28094 * debian/gstreamer-oss.files:
28095 * debian/gstreamer-plugin-apps.files:
28096 * debian/gstreamer-plugin-apps.manpages:
28097 * debian/gstreamer-plugin-libs-dev.files:
28098 * debian/gstreamer-plugin-libs.files:
28099 * debian/gstreamer-plugin-template.postinst:
28100 * debian/gstreamer-plugin-template.postrm:
28101 * debian/gstreamer-sdl.files:
28102 * debian/gstreamer-sid.files:
28103 * debian/gstreamer-vorbis.files:
28104 * debian/gstreamer-x.files:
28105 * debian/mk.control:
28107 Debian package info not maintained here.
28109 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
28111 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
28112 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
28113 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
28114 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
28115 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
28116 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
28117 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
28118 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
28119 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
28120 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
28121 * gst-libs/gst/colorbalance/colorbalance.c:
28122 (gst_color_balance_class_init):
28123 * gst-libs/gst/colorbalance/colorbalancechannel.c:
28124 (gst_color_balance_channel_class_init):
28125 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
28126 * gst-libs/gst/play/play.c: (gst_play_class_init):
28127 * gst-libs/gst/propertyprobe/propertyprobe.c:
28128 (gst_property_probe_iface_init):
28129 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28130 * gst-libs/gst/tuner/tunerchannel.c:
28131 (gst_tuner_channel_class_init):
28132 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28133 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28134 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28135 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28136 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28137 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28138 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28139 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28140 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28141 fix signals to use - instead of _
28142 * ext/libcaca/gstcacasink.h:
28143 * ext/sdl/sdlvideosink.h:
28146 2004-03-04 David Schleef <ds@schleef.org>
28148 * testsuite/gst-lint: Add a check for bad signal names.
28150 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
28152 reviewed by David Schleef
28154 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28155 modified the alpha channel and caused a warning. (bug #136192)
28157 2004-04-03 Christian Schaller <Uraeus@gnome.org>
28159 * gst-plugins.spec.in:
28160 Change names of plugins to actually be correct. Try to keep things
28161 alphabetical to avoid getting beat up by Thomas
28163 2004-03-03 Julien MOUTTE <julien@moutte.net>
28165 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28166 Using ximagesink as a default if no gconf key found. We should
28167 probably consider using alsasink instead of osssink for the audio
28170 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
28173 fix --with-plugins, don't think it ever worked before
28174 * gst-plugins.spec.in:
28177 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
28179 * ext/sdl/sdlvideosink.h:
28180 * sys/ximage/ximagesink.h:
28181 * sys/xvideo/xvideosink.h:
28182 * sys/xvimage/xvimagesink.h:
28183 Fix for move of gstvideosink.h -> videosink.h.
28185 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
28187 * gst-libs/gst/xwindowlistener/Makefile.am:
28188 this is a plugin library, not a library
28190 2004-03-01 David Schleef <ds@schleef.org>
28192 * AUTHORS: Added some names. Add yourself if you're still
28195 2004-03-01 David Schleef <ds@schleef.org>
28199 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28201 * gst-plugins.spec.in: clean up spec file
28203 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28205 * gst-libs/gst/video/Makefile.am:
28206 * gst-libs/gst/video/gstvideosink.c:
28207 * gst-libs/gst/video/gstvideosink.h:
28208 rename gstvideosink.h to videosink.h to match other headers
28209 * gst/mixmatrix/Makefile.am:
28210 fix plugin filename
28211 * gst/tags/Makefile.am: fix plugin filename
28213 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28215 * gst/tags/Makefile.am: fix plugin filename
28217 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28219 * examples/gstplay/player.c: (got_time_tick), (main):
28221 display time_tick more readably
28222 * gst/mixmatrix/Makefile.am:
28223 fix plugin file name
28225 2004-02-29 Christophe Fergeau <teuf@gnome.org>
28227 * sys/oss/gstosselement.c: (gst_osselement_probe),
28228 (device_combination_append), (gst_osselement_class_probe_devices):
28229 * sys/oss/gstosselement.h:
28230 Reworked enumeration of oss dsps and mixers so that gst-mixer works
28231 on my system using alsa oss emulation, fixes bug #135597
28233 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
28235 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28236 (gst_videodrop_chain), (gst_videodrop_change_state):
28237 * gst/videodrop/gstvideodrop.h:
28238 Work based on timestamp of input data, not based on the expected
28239 framerate from the input. The consequence is that this element now
28240 not only scales framerates, but also functions as a framerate
28241 corrector or framerate stabilizer/constantizer.
28243 2004-02-27 David Schleef <ds@schleef.org>
28245 patches from jmmv@menta.net (Julio M. Merino Vidal)
28247 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28248 GST_ELEMENT_ERROR call (bug #135634)
28249 * gst/interleave/interleave.c: (interleave_buffered_loop),
28250 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28251 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28252 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28253 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28254 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28255 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28256 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28257 Fix GST_ELEMENT_ERROR call.
28258 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28259 GST_ELEMENT_ERROR call.
28261 2004-02-27 Benjamin Otte <otte@gnome.org>
28263 * gst-libs/gst/audio/audio.h:
28264 add macro to make sure header isn't included twice
28265 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28266 don't use gst_buffer_free
28267 * gst/playondemand/filter.func:
28268 don't use gst_data_free. Free data only once.
28270 2004-02-26 David Schleef <ds@schleef.org>
28272 * gst-libs/gst/colorbalance/Makefile.am:
28273 * gst-libs/gst/mixer/Makefile.am:
28274 * gst-libs/gst/tuner/Makefile.am:
28275 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28276 should not be disted, -marshal.h files should not be installed,
28277 and -enum.h files _should_ be installed. Fix to make this the
28280 === release 0.7.5 ===
28282 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
28284 * configure.ac: release 0.7.5, "Under The Sea"
28286 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28288 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28289 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28290 * gst/videoscale/gstvideoscale.c:
28291 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28292 assorted debug/warning fixes
28294 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28296 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28297 (gst_videoscale_init), (gst_videoscale_chain),
28298 (gst_videoscale_set_property), (plugin_init):
28299 * gst/videoscale/gstvideoscale.h:
28300 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28301 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28302 (gst_videoscale_planar400), (gst_videoscale_packed422),
28303 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28304 (gst_videoscale_24bit), (gst_videoscale_16bit),
28305 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28306 (gst_videoscale_scale_plane_slow),
28307 (gst_videoscale_scale_point_sample),
28308 (gst_videoscale_scale_nearest),
28309 (gst_videoscale_scale_nearest_str2),
28310 (gst_videoscale_scale_nearest_str4),
28311 (gst_videoscale_scale_nearest_32bit),
28312 (gst_videoscale_scale_nearest_24bit),
28313 (gst_videoscale_scale_nearest_16bit):
28314 add debugging category and use it properly
28315 fix use of GST_PTR_FORMAT
28317 2004-02-25 Andy Wingo <wingo@pobox.com>
28319 * gst/interleave/interleave.c (interleave_buffered_loop): Always
28320 push only when channel->buffer is NULL. Prevents segfaults doing
28321 the state change after a nonlocal exit, like a scheme exception.
28323 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28324 Handle the case where the intersected caps is empty.
28326 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28328 * gst/law/mulaw-decode.c: (mulawdec_link):
28329 * gst/law/mulaw.c: (plugin_init):
28330 fix mulawdec so it actually works again
28332 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
28334 reviewed by: David Schleef <ds@schleef.org>
28336 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28337 (gst_gamma_init), (gst_gamma_set_property),
28338 (gst_gamma_get_property), (gst_gamma_calculate_tables),
28339 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
28340 for RGB, with separate r g and b correction factors. (#131167)
28342 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
28344 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28345 only signal tags for bitrate if they're > 0 (#134894)
28347 2004-02-24 David Schleef <ds@schleef.org>
28349 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28350 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28351 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28352 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28353 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28354 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28355 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28356 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28357 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
28358 category. Attempt to fix timestamp calculation.
28360 2004-02-24 Johan Dahlin <johan@gnome.org>
28362 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28364 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
28367 * gconf/Makefile.am:
28368 * gconf/gstreamer.schemas:
28369 * gst-libs/gst/gconf/Makefile.am:
28370 * gst-libs/gst/gconf/gconf.c:
28371 version gconf schemas and install locations
28373 2004-02-23 Benjamin Otte <otte@gnome.org>
28375 * ext/xine/xineinput.c: (gst_xine_input_dispose):
28376 (gst_xine_input_subclass_init):
28377 call parent dispose.
28378 change pad template for CD reader correctly
28379 * ext/xine/Makefile.am:
28380 * ext/xine/gstxine.h:
28381 * ext/xine/xine.c: (plugin_init):
28382 * ext/xine/xineaudiosink.c:
28383 wrap audio sinks, too
28384 * gst-libs/gst/resample/private.h:
28385 * gst-libs/gst/resample/resample.c: (gst_resample_init),
28386 (gst_resample_reinit), (gst_resample_scale),
28387 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28388 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28389 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28390 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28391 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28392 * gst-libs/gst/resample/resample.h:
28393 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28394 (gst_audioscale_class_init), (gst_audioscale_link),
28395 (gst_audioscale_get_buffer), (gst_audioscale_init),
28396 (gst_audioscale_chain), (gst_audioscale_set_property),
28397 (gst_audioscale_get_property):
28398 * gst/audioscale/gstaudioscale.h:
28399 s/resample_*/gst_resample_*/i to not clobber namespaces
28401 2004-02-23 Julien MOUTTE <julien@moutte.net>
28403 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28404 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28405 (gst_riff_create_video_template_caps),
28406 (gst_riff_create_audio_template_caps),
28407 (gst_riff_create_iavs_template_caps):
28408 * gst-libs/gst/riff/riff-media.h:
28409 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28410 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28411 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28412 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28413 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28414 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28415 (gst_matroska_demux_plugin_init): First batch implementing audio and
28416 video codec tags in demuxers.
28418 2004-02-22 Benjamin Otte <otte@gnome.org>
28420 * ext/xine/Makefile.am:
28421 * ext/xine/gstxine.h:
28422 * ext/xine/xine.c: (plugin_init):
28423 * ext/xine/xineinput.c:
28424 add input plugin wrapper. Playback from files, http, mms and cdda
28426 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28427 remove leftover G_GNUC_UNUSED
28428 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28429 (gst_asf_demux_identify_guid):
28430 improve debugging output
28432 2004-02-22 Benjamin Otte <otte@gnome.org>
28434 reported by: Padraig O'Briain <padraig.obriain@sun.com>
28437 replace test -e with test -x for mkinstalldirs to be more portable.
28440 2004-02-22 Benjamin Otte <otte@gnome.org>
28442 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28444 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28445 set rank to PRIMARY
28446 * gst/volume/gstvolume.c: (plugin_init):
28450 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
28452 reviewed by Benjamin Otte <otte@gnome.org>
28454 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28455 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28457 2004-02-22 Benjamin Otte <otte@gnome.org>
28460 export [_]*{gst,Gst,GST}.* symbols from plugins
28462 2004-02-22 Christophe Fergeau <teuf@gnome.org>
28464 reviewed by: Benjamin Otte <otte@gnome.org>
28466 * ext/lame/gstlame.c: (add_one_tag):
28467 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28468 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28469 (gst_vorbisenc_metadata_set1):
28470 * gst/tags/gstid3tag.c:
28471 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28472 apply fixes from bugs #135042 (lame can't write tags) and #133817
28473 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28475 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28477 * configure.ac: Export only gst_plugin_desc from plugins.
28478 Note that this change only makes any effect with Linux using libtool
28479 1.5.2 or higher. Otherwise it is silently ignored, but it would build
28480 fine. And don't try to have several versions of libtool in different
28483 2004-02-20 Andy Wingo <wingo@pobox.com>
28485 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28486 interleave respectively.
28488 * gst/interleave/deinterleave.c: New plugin: deinterleave
28489 (replaces on oneton).
28490 * gst/interleave/interleave.c: New plugin: interleave.
28491 * gst/interleave/plugin.h: Support file.
28492 * gst/interleave/plugin.c: Support file.
28494 * configure.ac: Remove intfloat and oneton, add interleave.
28496 * ext/sndfile/gstsf.c: Handle events better.
28498 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28499 and float2int operation. int2float has scheduling problems as
28500 noted in in2float_chain.
28502 2004-02-20 Benjamin Otte <otte@gnome.org>
28504 * ext/xine/Makefile.am:
28505 * ext/xine/gstxine.h:
28507 * ext/xine/xineaudiodec.c:
28508 * ext/xine/xinecaps.c:
28509 add first version of xine plugin wrapper. Currently only wraps the
28510 QDM2 win32 DLL, and even that only in proof-of-concept quality.
28513 add xine plugin wrapper, disabled by default. Use --enable-xine to
28514 build. Note that it'll segfault on gst-register if you don't remove
28515 the goom and tvtime post plugins from xine.
28516 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28517 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28518 add extradata parsing for QDM2.
28519 change around debugging prints.
28521 2004-02-19 Benjamin Otte <otte@gnome.org>
28523 * ext/lame/gstlame.c: (gst_lame_chain):
28524 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28525 use gst_tag_list_insert when you want to insert tags
28527 2004-02-18 David Schleef <ds@schleef.org>
28529 * configure.ac: Move massink to gst-rotten
28531 * ext/mas/Makefile.am:
28532 * ext/mas/massink.c:
28533 * ext/mas/massink.h:
28535 2004-02-18 David Schleef <ds@schleef.org>
28537 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28538 typefinding, since it seems to be worse than nothing.
28539 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
28540 atom to recognize .mp4 and .m4a files as video/quicktime.
28542 2004-02-18 David Schleef <ds@schleef.org>
28544 * gst/sine/demo-dparams.c: (quit_live),
28545 (dynparm_log_value_changed), (dynparm_value_changed), (main):
28546 Use double dparams, not float.
28547 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28548 (gst_sinesrc_init): Change sync default to FALSE, since multiple
28549 sync'd elements don't really work correctly.
28550 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28551 (volume_update_volume), (volume_get_property): Change dparam
28554 2004-02-18 Julien MOUTTE <julien@moutte.net>
28556 * sys/ximage/ximagesink.c:
28557 (gst_ximagesink_xwindow_update_geometry),
28558 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28559 (gst_ximagesink_change_state), (gst_ximagesink_expose),
28560 (gst_ximagesink_init): Rework the way software video scaling works. So
28561 now we check on each chain call if the video frames are feeling the
28562 window. If not we try to renegotiate caps. On failure we memorize that
28563 and we won't try again for that PLAYING sessions.
28564 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28566 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28569 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28571 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28572 break up _link so we can give a better debug message for errors
28574 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28576 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28577 set up debug category
28579 2004-02-18 Julien MOUTTE <julien@moutte.net>
28581 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28582 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28583 the way renegotiation work. The event handling function is not taking
28584 care of external windows and renegotiate method check for pad flags
28585 NEGOTIATING. Should fix : #133209
28587 2004-02-17 Julien MOUTTE <julien@moutte.net>
28589 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28590 pad is negotiating before trying renegotiation.
28592 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
28594 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28595 pass on all possible mime types as typefind hints
28597 2004-02-17 Julien MOUTTE <julien@moutte.net>
28599 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28600 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28601 possible SHM leak if we crash. All other apps using XShm are doing
28604 2004-02-17 Julien MOUTTE <julien@moutte.net>
28606 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28607 (gst_ximagesink_expose): Renegotiate size on expose.
28608 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28611 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
28613 * testsuite/alsa/sinesrc.c:
28614 cosmetic fix to fix compile issue with gcc 2.95.4
28616 2004-02-16 Julien MOUTTE <julien@moutte.net>
28618 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28619 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28620 failed opening the audio device.
28621 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28622 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28623 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28624 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28625 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28626 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28627 (gst_ximagesink_change_state), (gst_ximagesink_chain),
28628 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28629 Removing some useless g_return_if_fail like wingo suggested.
28630 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28631 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28632 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28633 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28634 (gst_xvimagesink_update_colorbalance),
28635 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28636 (gst_xvimagesink_xcontext_clear),
28637 (gst_xvimagesink_get_fourcc_from_caps),
28638 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28639 (gst_xvimagesink_set_xwindow_id),
28640 (gst_xvimagesink_colorbalance_list_channels),
28641 (gst_xvimagesink_colorbalance_set_value),
28642 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28643 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28645 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
28647 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28648 throw error when not negotiated instead of asserting
28650 2004-02-15 Julien MOUTTE <julien@moutte.net>
28652 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28653 correct data refcounting.
28655 2004-02-15 Julien MOUTTE <julien@moutte.net>
28657 * gst/switch/gstswitch.c: (gst_switch_change_state),
28658 (gst_switch_class_init): Cleaning the sinkpads correctly on state
28659 change, mostly the EOS flag.
28661 2004-02-15 Julien MOUTTE <julien@moutte.net>
28663 * examples/gstplay/player.c: (got_eos), (main): Adding some
28664 output for debugging.
28665 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28666 timeouts if we go to any state different from PLAYING.
28667 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28668 more EOS bugs in riff lib.
28670 2004-02-14 Julien MOUTTE <julien@moutte.net>
28672 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28673 visualization until i find a way to fix switch correctly.
28674 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28676 * gst/switch/gstswitch.c: (gst_switch_release_pad),
28677 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28678 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28679 Reworked switch to get a more correct behaviour with events and refing
28680 of data stored in sinkpads.
28681 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28682 we don't pull from a pad in EOS.
28684 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28686 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28687 remove v1 tag even if we can't read it (makes sure we don't detect
28690 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28692 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28693 (gst_alsa_xrun_recovery):
28694 * ext/alsa/gstalsa.h:
28695 try xrun recovery when wait failed. Make xrun recovery function
28696 return TRUE/FALSE to indicate success. (might fix #134354)
28698 2004-02-13 David Schleef <ds@schleef.org>
28700 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28701 (dynparm_value_changed), (main): Convert from float to double.
28702 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28704 2004-02-13 David Schleef <ds@schleef.org>
28706 * gst/silence/gstsilence.c: (gst_silence_class_init),
28707 (gst_silence_set_clock), (gst_silence_get),
28708 (gst_silence_set_property), (gst_silence_get_property):
28709 * gst/silence/gstsilence.h: Add sync property.
28710 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28711 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28712 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28713 * gst/sine/gstsinesrc.h: Add sync property.
28715 2004-02-13 David Schleef <ds@schleef.org>
28717 * gst/intfloat/gstint2float.c: (conv_f32_s16),
28718 (gst_int2float_chain_gint16): Change stdint usage to glib types.
28720 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28724 * gst-libs/ext/Makefile.am:
28725 move ffmpeg plugin to gst-ffmpeg module
28727 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28729 * configure.ac: use GST_ARCH to detect architecture
28731 2004-02-12 Julien MOUTTE <julien@moutte.net>
28733 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28735 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
28737 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28738 classify LADSPA plugins based on number of src/sink pads
28739 (#133663, Stefan Kost)
28740 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28741 fix dparams registration
28742 (#133528, Stefan Kost)
28743 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28744 fix use of isprint and use g_ascii_isprint instead
28745 (#133316, Stefan Kost)
28747 2004-02-11 David Schleef <ds@schleef.org>
28749 Convert a few inner loops to use liboil. This is currently
28750 optional, and is only enabled if liboil is present (duh!).
28751 * configure.ac: Check for liboil-0.1
28752 * gst/intfloat/Makefile.am:
28753 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28754 (gst_int2float_chain_gint16):
28755 * gst/videofilter/Makefile.am:
28756 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28757 (tablelookup_u8), (gst_videobalance_planar411):
28758 * gst/videotestsrc/Makefile.am:
28759 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28760 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28761 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28762 (paint_hline_RGB565), (paint_hline_xRGB1555):
28764 2004-02-11 David Schleef <ds@schleef.org>
28766 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28767 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28768 (gst_colorspace_getcaps), (gst_colorspace_link),
28769 (gst_colorspace_base_init), (gst_colorspace_init),
28770 (gst_colorspace_chain), (gst_colorspace_change_state),
28771 (plugin_init): Merge Ronald's patch (bug #117897) and update
28772 for new caps and negotiation. Seems to work, although it
28773 shows off bugs in lcs.
28775 2004-02-11 David Schleef <ds@schleef.org>
28777 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28778 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28780 2004-02-11 David Schleef <ds@schleef.org>
28782 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28783 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28784 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28785 Add server and port properties
28787 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28792 * m4/as-liblame.m4:
28793 * m4/as-slurp-ffmpeg.m4:
28794 * m4/check-libheader.m4:
28801 * m4/gst-ivorbis.m4:
28802 * m4/gst-matroska.m4:
28804 * m4/gst-shout2.m4:
28812 fix underquotedness of macros (#133800)
28813 * m4/as-avifile.m4:
28815 removed because no longer used
28817 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28820 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28821 by autopoint (fixes #132996)
28823 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
28825 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28826 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28827 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28828 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28831 2004-02-11 David Schleef <ds@schleef.org>
28833 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28834 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28835 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28836 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28837 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28838 (gst_jpegenc_class_init), (gst_jpegenc_init),
28839 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28840 (gst_jpegenc_chain), (gst_jpegenc_set_property),
28841 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
28842 * ext/jpeg/gstjpegenc.h: Fix negotiation.
28844 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
28846 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28847 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28848 * ext/mikmod/gstmikmod.h:
28849 fix caps negotiation in mikmod
28850 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28851 output debug information
28853 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
28855 * gst-libs/gst/colorbalance/Makefile.am:
28856 * gst-libs/gst/navigation/Makefile.am:
28857 * gst-libs/gst/xoverlay/Makefile.am:
28858 remove unused GST_OPT_CFLAGS from Makefiles
28859 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28861 2004-02-07 David Schleef <ds@schleef.org>
28863 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28864 push events to pads that haven't been created (#133508)
28866 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
28868 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28869 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28870 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28871 (gst_dvdec_loop), (gst_dvdec_change_state):
28872 Second attempt at committing a working dvdec element.
28874 2004-02-06 David Schleef <ds@schleef.org>
28876 Build fixes for OS X: (see #129600)
28877 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28878 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28879 (gst_riff_read_strf_iavs):
28880 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28881 (gst_avi_demux_stream_odml):
28882 * gst/playondemand/Makefile.am:
28883 * gst/rtp/rtp-packet.c:
28885 2004-02-05 David Schleef <ds@schleef.org>
28887 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28888 last change, because it Just Doesn't Compile.
28890 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28892 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28893 skip undecodable id3v2 tag instead of keeping it
28895 2004-02-05 David Schleef <ds@schleef.org>
28897 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28898 Unref leaked buffer. (Noticed by Ronald)
28900 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
28902 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28903 Sync requires with other checks. >= vs =.
28905 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
28907 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28908 (gst_dvdec_video_link), (gst_dvdec_loop):
28909 * ext/dv/gstdvdec.h:
28910 rework the caps negotiation so that dvdec works again instead
28911 of just segfaulting.
28913 === release 0.7.4 ===
28915 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
28917 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28918 * configure.ac: changed for release
28920 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
28922 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28923 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28924 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28925 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28926 reworked patch by David Lehn to fix libdir and includedir for
28927 uninstalled libraries
28928 removed play and gconf from gstreamer-libs since they have their
28929 own pkgconfig files
28931 2004-02-04 David Schleef <ds@schleef.org>
28933 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28936 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28938 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28939 use correct GST_TAG_ENCODER tag
28941 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28943 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28944 be sure to stop the clock when going to paused
28945 * sys/oss/gstosssink.c: (gst_osssink_change_state):
28946 reset number of transmitted when going to ready.
28949 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
28951 reviewed by Benjamin Otte
28953 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28954 extract track count (fixes #133410)
28956 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28958 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28959 that should be !=, not == (fixes #132519)
28961 2004-02-04 David Schleef <ds@schleef.org>
28963 Make sure set_explicit_caps() is called before adding pad.
28964 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28965 * gst/id3/gstid3types.c: (gst_id3types_loop):
28966 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28967 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28969 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28972 bump nano to 2, first prerelease
28973 put back AM_PROG_LIBTOOL
28975 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28977 * testsuite/alsa/Makefile.am:
28978 these are user test apps, not automatic testsuite tests
28980 2004-02-04 David Schleef <ds@schleef.org>
28982 Convert GST_DEBUG_CAPS() to GST_DEBUG():
28983 * gst/mpeg1videoparse/gstmp1videoparse.c:
28984 (mp1videoparse_parse_seq):
28985 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28986 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28987 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28988 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28989 (gst_xvideosink_getcaps):
28990 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28991 * testsuite/gst-lint: more tests
28993 2004-02-04 David Schleef <ds@schleef.org>
28995 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28996 with the code that they would expand to.
28997 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28998 (gst_flacdec_get_src_query_types),
28999 (gst_flacdec_get_src_event_masks):
29000 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
29001 (gst_gnomevfssrc_get_query_types),
29002 (gst_gnomevfssrc_get_event_mask):
29004 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
29006 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
29007 (gst_sinesrc_dispose):
29008 fix memleak by properly disposing sinesrc
29010 2004-02-04 Julien MOUTTE <julien@moutte.net>
29012 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
29013 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
29014 an overlay to redraw the image because it has been exposed.
29015 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
29016 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
29017 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
29018 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
29020 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
29021 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
29022 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
29023 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
29026 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29028 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
29029 more memleak fixage
29031 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29033 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
29034 * gst/typefind/gsttypefindfunctions.c:
29035 fix memleaks shown by gst-typefind
29037 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
29039 * common/glib-gen.mak:
29040 add hack rule to touch .Plo files
29041 * gst-libs/gst/colorbalance/Makefile.am:
29042 * gst-libs/gst/mixer/Makefile.am:
29043 * gst-libs/gst/play/Makefile.am:
29044 * gst-libs/gst/tuner/Makefile.am:
29045 remove glib_root variable
29047 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29049 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
29050 set explicit caps before adding the element, so the autopluggers can
29052 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29053 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
29054 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29056 fix memleaks in typefind functions. gst_type_find_suggest takes a const
29059 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
29061 * gst-libs/gst/colorbalance/Makefile.am:
29062 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
29063 * gst-libs/gst/colorbalance/colorbalance.c:
29064 * gst-libs/gst/colorbalance/colorbalance.h:
29065 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
29066 * gst-libs/gst/mixer/Makefile.am:
29067 * gst-libs/gst/mixer/mixer-marshal.list:
29068 * gst-libs/gst/mixer/mixer.c:
29069 * gst-libs/gst/mixer/mixer.h:
29070 * gst-libs/gst/mixer/mixermarshal.list:
29071 * gst-libs/gst/play/Makefile.am:
29072 * gst-libs/gst/play/play.h:
29073 * gst-libs/gst/tuner/Makefile.am:
29074 * gst-libs/gst/tuner/tuner-marshal.list:
29075 * gst-libs/gst/tuner/tuner.c:
29076 * gst-libs/gst/tuner/tuner.h:
29077 * gst-libs/gst/tuner/tunermarshal.list:
29078 use new glib-gen.mak snippet to clean up Makefile.am
29079 fix various bugs in Makefile.am's
29081 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29083 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29084 handle chain parsing correctly in the multichain case
29085 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
29086 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
29087 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
29088 (theora_dec_chain):
29089 handle events and queries correctly
29091 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29094 Ignore generated file _stdint.h.
29096 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29098 * gst-libs/gst/colorbalance/Makefile.am:
29099 * gst-libs/gst/colorbalance/colorbalance.h:
29100 * gst-libs/gst/mixer/Makefile.am:
29101 * gst-libs/gst/mixer/mixer.h:
29102 * gst-libs/gst/play/Makefile.am:
29103 * gst-libs/gst/play/play.h:
29104 * gst-libs/gst/tuner/Makefile.am:
29105 * gst-libs/gst/tuner/tuner.h:
29106 Generate enum type code with glib-mkenums.
29107 * gst-libs/gst/colorbalance/.cvsignore:
29108 * gst-libs/gst/mixer/.cvsignore:
29109 * gst-libs/gst/play/.cvsignore:
29110 * gst-libs/gst/tuner/.cvsignore:
29111 Ignore generated files.
29113 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29115 * gst-libs/gst/audio/.cvsignore:
29116 Ignore generated file.
29117 * gst-libs/gst/audio/Makefile.am:
29118 Do not install example filter.
29120 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29122 * examples/switch/.cvsignore:
29123 Ignore generated file.
29125 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29127 * common/m4/ax_create_stdint_h.m4:
29129 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29132 remove generated _stdint.h in DISTCLEANFILES
29133 * ext/a52dec/gsta52dec.c:
29134 include _stdint.h for a52dec. (should fix #133064)
29136 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
29138 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29139 (gst_tag_to_vorbis_comments):
29140 Add replaygain support to vorbistag
29142 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
29143 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29144 (gst_ffmpeg_caps_to_extradata):
29145 Fix SVQ3 caps flag properties
29146 Use glib macro for bytes swap
29148 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29150 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29151 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29152 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29153 * ext/sndfile/gstsf.c: (plugin_init):
29154 * gst/avi/gstavi.c: (plugin_init):
29155 * sys/dxr3/dxr3init.c: (plugin_init):
29156 * sys/oss/gstossaudio.c: (plugin_init):
29157 * sys/v4l/gstv4l.c: (plugin_init):
29158 * sys/v4l2/gstv4l2.c: (plugin_init):
29159 remove textdomain calls
29161 update Dutch translation
29163 2004-02-02 Julien MOUTTE <julien@moutte.net>
29165 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29166 (gst_play_set_audio_sink): Moving volume in the audio thread for
29167 instantaneous volume change. Maybe i will add another volume in front
29168 of visualization later, not sure yet though.
29170 2004-02-02 Julien MOUTTE <julien@moutte.net>
29172 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29173 (gst_ximagesink_handle_xevents): Better X events handling, only take
29174 the latest events for configure and motion.
29175 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29177 2004-02-02 Jon Trowbridge <trow@gnu.org>
29179 reviewed by: David Schleef <ds@schleef.org>
29182 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29183 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29185 2004-02-02 David Schleef <ds@schleef.org>
29187 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
29189 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29190 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29191 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29192 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29193 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29194 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29195 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29196 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29197 (gst_float2_2_int_link):
29198 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29199 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29200 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29201 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29202 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29203 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29204 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29205 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29206 * testsuite/gst-lint: Add tests for bzero and ;;
29208 2004-02-02 David Schleef <ds@schleef.org>
29210 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29212 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29214 * ext/aalib/gstaasink.c: (gst_aasink_open):
29215 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29216 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29217 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29218 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29219 (gst_afsink_close_file):
29220 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29221 (gst_afsrc_close_file):
29222 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29223 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29224 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29225 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29226 * ext/esd/esdmon.c: (gst_esdmon_get):
29227 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29228 * ext/faac/gstfaac.c: (gst_faac_chain):
29229 * ext/faad/gstfaad.c: (gst_faad_chain):
29230 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29231 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29232 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29233 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29234 (gst_flacdec_loop):
29235 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29236 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29237 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29238 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29239 (gst_gnomevfssink_close_file):
29240 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29241 (gst_gnomevfssrc_open_file):
29242 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29243 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29244 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29245 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29246 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29247 * ext/mad/gstmad.c: (gst_mad_chain):
29248 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29249 * ext/mpeg2dec/gstmpeg2dec.c:
29250 * ext/mpeg2enc/gstmpeg2enc.cc:
29251 * ext/mplex/gstmplex.cc:
29252 * ext/mplex/gstmplexibitstream.cc:
29253 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29254 (gst_ogg_demux_push):
29255 * ext/raw1394/gstdv1394src.c:
29256 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29257 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29258 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29260 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29261 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29262 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29263 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29264 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29265 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29266 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29267 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29268 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29269 (gst_riff_read_element_data), (gst_riff_read_seek),
29270 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29271 * gst/adder/gstadder.c: (gst_adder_loop):
29272 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29273 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29274 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29275 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29276 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29277 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29278 * gst/goom/gstgoom.c: (gst_goom_chain):
29279 * gst/id3/gstid3types.c: (gst_id3types_loop):
29280 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29281 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29282 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29283 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29284 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29285 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29286 (gst_ebml_read_float), (gst_ebml_read_header):
29287 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29288 (gst_matroska_demux_parse_blockgroup):
29289 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29290 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29291 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29292 * gst/silence/gstsilence.c: (gst_silence_get):
29293 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29294 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29295 * gst/speed/gstspeed.c: (speed_loop):
29296 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29297 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29298 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29299 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29300 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29301 (gst_wavparse_loop):
29302 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29303 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29304 (dxr3audiosink_close):
29305 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29306 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29307 (dxr3videosink_close), (dxr3videosink_write_data):
29308 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29309 * sys/oss/gstosssink.c: (gst_osssink_chain):
29310 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29311 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29312 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29313 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29314 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29315 (gst_v4l_set_window), (gst_v4l_enable_overlay):
29316 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29317 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29318 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29319 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29320 (gst_v4l_set_audio):
29321 * sys/v4l/v4l_calls.h:
29322 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29323 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29324 (gst_v4lmjpegsink_playback_init),
29325 (gst_v4lmjpegsink_playback_start):
29326 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29327 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29328 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29329 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29330 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29331 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29332 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29333 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29334 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29335 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29336 (gst_v4l2_get_output), (gst_v4l2_set_output),
29337 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29338 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29339 (gst_v4l2_set_attribute):
29340 * sys/v4l2/v4l2_calls.h:
29341 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29342 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29343 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29344 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29345 (gst_v4l2src_capture_stop):
29346 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29347 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29348 (gst_ximagesink_chain):
29349 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29350 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29351 (gst_xvideosink_xwindow_new):
29352 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29353 (gst_xvimagesink_chain):
29355 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29357 * gst/volume/gstvolume.c: (gst_volume_set_volume),
29358 (gst_volume_get_volume), (volume_class_init), (volume_init),
29359 (volume_chain_int16), (volume_update_volume):
29360 * gst/volume/gstvolume.h:
29361 make code more readable by removing magic numbers
29362 make mixer interface export 0-100 range
29363 make it internally map to 0.0-1.0 range so users don't distort
29364 output by putting the sliders at full volume
29366 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29368 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29369 (gst_play_state_change), (gst_play_seek_to_time):
29370 block the tick callback for 0.5 secs after doing a seek
29372 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29374 * gst-libs/gst/play/play.c: (gst_play_new):
29377 2004-02-01 Julien MOUTTE <julien@moutte.net>
29379 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29380 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29381 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29382 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29383 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29384 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29386 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
29389 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29390 check for a function added in vorbis 1.1
29392 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29394 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29395 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29396 really start/stop clock only on PLAYING <=> PAUSED
29397 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29398 remove \n from debugging lines
29399 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29400 make it work when seeking does not
29401 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29404 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29406 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29407 start clock on PAUSED=>PLAYING, not later
29408 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29409 extract correct time for different discont formats
29410 (gst_alsa_sink_get_time):
29411 don't segfault when no format is negotiated yet, just return 0
29412 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29413 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29414 (gst_ogg_pad_push):
29415 handle flush and discont events correctly
29416 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29417 handle discont events correctly
29419 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
29421 * gst-libs/gst/play/play.c: (gst_play_error_quark),
29422 (gst_play_error_create), (gst_play_error_plugin),
29423 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29424 * gst-libs/gst/play/play.h:
29425 add error handling during creation
29426 * examples/gstplay/player.c: (main):
29427 use new gst_play_new
29430 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29432 * ext/theora/theoradec.c: (theora_dec_chain):
29434 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29435 (vorbis_dec_src_event), (vorbis_dec_chain):
29436 add encoder tag, fix tag reading to be more error tolerant, change
29437 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29438 gst_pad_event_default.
29439 * gst/tags/gstvorbistag.c:
29440 (gst_tag_list_from_vorbiscomment_buffer):
29441 undefine function specific define at end of function
29443 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
29445 * ext/flac/gstflac.c: (plugin_init):
29446 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29447 * ext/flac/gstflacdec.h:
29448 * ext/flac/gstflacenc.h:
29451 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
29453 * examples/gstplay/player.c: s/gstplay.h/play.h/
29455 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29457 * gst-libs/gst/play/Makefile.am:
29458 * gst-libs/gst/play/gstplay.c:
29459 * gst-libs/gst/play/gstplay.h:
29460 * gst-libs/gst/play/play.c:
29461 more surgery, operation complete
29463 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29465 * gst-libs/gst/play/play.old.c:
29466 * gst-libs/gst/play/play.old.h:
29467 after CVS surgery by moving, remove
29468 * gst-libs/gst/play/playpipelines.c:
29471 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29472 add negotiation error
29474 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29476 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29477 (gst_ogg_demux_push):
29478 add some seeking debug info
29479 send a flush when seeking
29481 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29487 * ext/theora/Makefile.am:
29488 * ext/theora/theoradec.c:
29489 add theora video decoder. Does just do simple decoding for now and
29490 has been tested against Theora cvs only. It only works when theora
29491 is compiled with --enable-static.
29492 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29493 always reset packetno on DISCONT
29495 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29497 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29500 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29502 * gst/mpegaudioparse/gstmpegaudioparse.c:
29503 (mp3_type_frame_length_from_header):
29504 Fix header parsing - stolen from ffmpeg (thank you! :) ).
29506 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29508 * ext/esd/esdsink.c: (gst_esdsink_init):
29509 Since we have static pad template caps, we don't need to negotiate;
29510 either the core errors out or we know the format.
29512 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29514 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29515 (gst_riff_read_seek):
29516 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29517 (gst_ebml_read_seek):
29518 Fix event handling.
29520 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29522 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29523 removee video/x-theora from vp3 decoder, it doesn't handle raw
29525 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29526 fix bug with finalizing element that never went to PAUSED
29527 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29528 length and position queries were swapped
29529 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29530 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29531 (vorbis_dec_src_event):
29532 implement querying time and bytes
29534 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29536 * just about every source file:
29537 gst_element_error -> GST_ELEMENT_ERROR
29539 2004-01-29 Julien MOUTTE <julien@moutte.net>
29541 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29542 emiting FLUSH and even before DISCONT.
29543 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29544 get the best instant seeking as possible yay!
29546 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
29548 * gst/mpeg1videoparse/gstmp1videoparse.c:
29549 (gst_mp1videoparse_real_chain):
29550 Committed wrong version last week... Grr... Didn't notice until now.
29552 2004-01-29 Julien MOUTTE <julien@moutte.net>
29554 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29555 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29556 have_xwindow_id signal in xwindow_create.
29558 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
29560 * ext/ogg/gstoggdemux.c:
29561 lots of changes - mainly support for chained bitstreams, seeking,
29562 querying and bugfixes of course
29563 * ext/vorbis/Makefile.am:
29564 * ext/vorbis/vorbisdec.c:
29565 * ext/vorbis/vorbisdec.h:
29566 add vorbisdec raw vorbis decoder
29567 * ext/vorbis/vorbis.c: (plugin_init):
29568 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29569 * gst/intfloat/Makefile.am:
29570 * gst/intfloat/float22int.c:
29571 * gst/intfloat/float22int.h:
29572 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29573 add float2intnew plugin. It converts multichannel interleaved float to
29574 multichannel interleaved int. The name should probably be changed.
29575 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29577 add typefinding for raw theora video so oggdemux can detect it.
29579 2004-01-28 Julien MOUTTE <julien@moutte.net>
29581 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29582 sink element first.
29583 * gst/videoscale/gstvideoscale.c:
29584 (gst_videoscale_handle_src_event): Fixing src event handler.
29586 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
29588 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29589 (gst_v4lsrc_open), (gst_v4lsrc_close),
29590 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29591 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29592 * sys/v4l/gstv4lsrc.h:
29593 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29594 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29595 Implement resizing... Hack. But that's why v4l is b0rked...
29597 2004-01-28 Julien MOUTTE <julien@moutte.net>
29599 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29600 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29601 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29602 (gst_ximagesink_xwindow_destroy):
29603 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29604 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29605 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29606 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29607 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29608 correctly cleaning the image created to check xshm calls on succes,
29609 added a lot of XSync calls in X11 functions, and fixed a segfault when
29610 no image format was defined before negotiation happened.
29612 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
29614 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29615 use gst_element_get_time to get correct time
29617 2004-01-28 Julien MOUTTE <julien@moutte.net>
29619 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29620 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29621 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29622 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29623 (gst_xvimagesink_check_xshm_calls),
29624 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29625 X plugins are now able to detect that XShm calls will fail even if the
29626 server claims that it has XShm support (remote displays most of the
29627 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29628 so that we use non XShm functions. This feature is almost useless for
29629 xvimagesink as Xv is not supported on remote displays anyway, but
29630 it might happen than even on the local display XShm calls fail.
29632 2004-01-27 David Schleef <ds@schleef.org>
29634 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29635 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29636 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
29637 changed esdsink to only use 44100,16,2, since esd sucks at rate
29638 conversion and esdsink has had difficulty negotiating.
29640 2004-01-27 Julien MOUTTE <julien@moutte.net>
29642 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29643 (gst_play_seek_to_time): Fixing the way to get current position.
29645 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29647 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29648 use gst_element_get_time to get correct time
29650 2004-01-27 Julien MOUTTE <julien@moutte.net>
29652 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29653 fix ever... Inverting 2 lines of code make spider autoplug correctly
29656 2004-01-27 David Schleef <ds@schleef.org>
29658 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29659 Use gst_pad_try_set_caps_nonfixed().
29661 2004-01-27 David Schleef <ds@schleef.org>
29663 * gst/ac3parse/gstac3parse.c: update to checklist 5
29664 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
29665 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29666 * gst/audioscale/gstaudioscale.c: same
29667 * gst/auparse/gstauparse.c: same
29668 * gst/avi/gstavidemux.c: same
29670 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29672 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29673 stop processing after EOS
29675 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29677 * gst/asfdemux/asfheaders.h:
29678 * gst/asfdemux/gstasfdemux.c:
29679 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29680 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29681 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29682 lot's of fixes to make data extraction simpler and get the code
29683 architecture and compiler independant. Add debugging category
29684 * gst/goom/gstgoom.c: (gst_goom_change_state):
29685 reset channel count on PAUSED=>READY, not READY=>PAUSED
29687 2004-01-26 Colin Walters <walters@verbum.org>
29689 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29690 code to pull a bigger buffer in iradio mode. This as a side effect
29691 makes typefinding work.
29693 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29695 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29696 Fix SVQ3 decoding on PPC
29698 2004-01-26 Julien MOUTTE <julien@moutte.net>
29700 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29701 that one managed to stay there... Fixed.
29703 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29705 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29706 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29707 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29708 (qtdemux_video_caps):
29709 * gst/qtdemux/qtdemux.h:
29710 Add SVQ3 specific flags to qtdemux and ffmpeg
29712 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29714 * gst-libs/gst/audio/audio.h:
29715 remove buffer-frames from audio caps
29716 * gst/audioconvert/gstaudioconvert.c:
29717 fix plugin to really work.
29719 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29721 * gst-libs/gst/mixer/mixer.c:
29722 * gst-libs/gst/propertyprobe/propertyprobe.c:
29723 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29724 (gst_tuner_find_channel_by_name):
29725 * gst-libs/gst/tuner/tuner.h:
29726 Add gtk-doc style comments. Also fix a function name.
29728 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29730 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29731 (gst_divxdec_negotiate):
29732 Fix for new capsnego - also fixes gst-player with divxdec.
29734 2004-01-25 Julien MOUTTE <julien@moutte.net>
29736 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29737 (gst_play_identity_handoff), (gst_play_set_location),
29738 (gst_play_set_visualization), (gst_play_connect_visualization): Another
29739 try in visualization implementation. Still have an issue with switch
29740 blocking when pulling from video_queue and only audio comes out of
29742 * gst/switch/gstswitch.c: (gst_switch_release_pad),
29743 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29744 release method. And check if the pad is usable before pulling.
29746 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29748 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29749 (gst_videobalance_init),
29750 (gst_videobalance_colorbalance_list_channels),
29751 (gst_videobalance_colorbalance_set_value),
29752 (gst_videobalance_colorbalance_get_value),
29753 (gst_videobalance_update_properties),
29754 (gst_videobalance_update_tables_planar411),
29755 (gst_videobalance_planar411):
29756 * gst/videofilter/gstvideobalance.h:
29757 Implement lookup-tables. +/- 10x faster.
29759 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29761 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29762 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29763 The index reading was broken. The rest worked fine, but the whole
29764 goal of my rewrite was to make avidemux readable, and this was
29765 not at all readable. Please use typed variables.
29767 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29769 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29770 Additional pad usability check.
29771 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29772 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29773 (gst_mp1videoparse_real_chain):
29774 Fix MPEG video stream parsing. The original plugin had several
29775 issues, including not timestamping streams where the source was
29776 not timestamped (this happens with PTS values in mpeg system
29777 streams, but MPEG video is also a valid stream on its own so
29778 that needs timestamps too). We use the display time code for that
29779 for now. Also, if one incoming buffer contains multiple valid
29780 frames, we push them all on correctly now, including proper EOS
29781 handling. Lastly, several potential segfaults were fixed, and we
29782 properly sync on new sequence/gop headers to include them in next,
29783 not previous frames (since they're header for the next frame, not
29784 the previous). Also see #119206.
29785 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29787 Move caps setting so we only do it after finding several valid
29788 MPEG-1 fraes sequentially, not right after the first one (which
29789 might be coincidental).
29790 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29791 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29793 Add unsynced MPEG video stream typefinding, and change some
29794 probability values so we detect streams rightly. The idea is as
29795 follows: I can have an unsynced system stream which contains
29796 video. In the current code, I would randomly get a type for either
29797 system or video stream type found, because the probabilities are
29798 being calculated rather randomly. I now use fixed values, so we
29799 always prefer system stream if that was found (and that is how it
29800 should be). If no system stream was found, we can still identity the stream as video-only.
29802 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29804 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29805 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29806 don't write to buffer. Extract data without the need of
29807 __attribute__ ((packed))
29809 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29811 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29812 (mpeg1_sys_type_find):
29813 Fix MPEG-1 stream typefinding.
29815 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29817 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29818 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29820 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29822 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29823 * ext/esd/gstesd.c: (plugin_init):
29824 private debugging, better error reporting
29826 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29828 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29829 (gst_riff_read_init), (gst_riff_read_change_state):
29830 * gst-libs/gst/riff/riff-read.h:
29831 Remove stuff fromold metadata system.
29833 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29835 * ext/ogg/gstoggdemux.c:
29836 Fix wrong file comment.
29837 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29838 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29839 Add metadata reading properly.
29841 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29844 Fix nas DIST_SUBDIRS
29846 Fix bug where make distcheck doesn't get run on adding stuff to
29849 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29851 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29852 * ext/divx/gstdivxdec.h:
29853 Fix divx3 ("msmpeg4") playback using divxdec.
29855 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29857 * gst/typefind/gsttypefindfunctions.c:
29858 (mp3_type_frame_length_from_header): fix bug in length computation
29859 (mp3_type_find): improve debugging output
29861 2004-01-23 Julien MOUTTE <julien@moutte.net>
29863 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29864 (gst_play_set_location), (gst_play_seek_to_time),
29865 (gst_play_set_audio_sink), (gst_play_set_visualization),
29866 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29867 the pipeline from scratch. Visualization is back and switch went out as
29868 i realized it was not possible to use the way i wanted.
29869 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29870 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29871 clearing in state change from READY to NULL. So that one can clean the
29872 X ressources keeping the element.
29873 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29874 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29875 (gst_xvimagesink_colorbalance_set_value),
29876 (gst_xvimagesink_colorbalance_get_value),
29877 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29878 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29879 change from READY to NULL and fixed some stupid bugs in colorbalance
29880 get/set values. Also added the following feature : when nobody tries to
29881 set some values to the colorbalance levels before the xcontext is
29882 grabbed, then when creating channels list from Xv attributes we set the
29883 internal values to the Xv defaults. This way we handle buggy Xv drivers
29884 that set default hue values far from the middle of the range (Thanks
29885 to Jon Trowbridge for pointing that issue).
29886 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29887 colorbalance levels have been set before xcontext is grabbed.
29889 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
29891 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29892 Fix the ossmixer case where we shouldn't open /dev/dsp* because
29893 it might block operations (which is bad for a mixer).
29895 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29897 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29898 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29899 (gmip_find_type_pre):
29900 * gst-libs/gst/media-info/media-info-priv.h:
29901 * gst-libs/gst/media-info/media-info.c:
29902 (gst_media_info_instance_init), (gst_media_info_read_idler):
29903 add fakesink to get caps on decoder src pad again
29904 fix callback prototype to match new have_type signal signature
29906 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29908 * gst/adder/gstadder.c: (gst_adder_link):
29909 fix non-compile and cut-n-paste code
29911 2004-01-21 David Schleef <ds@schleef.org>
29913 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29914 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29915 (gst_swfdec_init), (gst_swfdec_change_state):
29916 * ext/swfdec/gstswfdec.h:
29918 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29919 (gst_adder_request_new_pad): Fix negotiation.
29920 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29921 Add a fixate function.
29922 * gst/intfloat/gstfloat2int.c:
29923 * gst/intfloat/gstfloat2int.h:
29924 * gst/intfloat/gstint2float.c:
29925 * gst/intfloat/gstint2float.h:
29926 Completely rewrite the negotiation. Doesn't quite work yet,
29927 due to some buffer-frames problem.
29929 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
29931 * ext/gnomevfs/gstgnomevfssrc.c:
29932 * sys/v4l2/v4l2_calls.h:
29933 fix includes for distcheck
29935 2004-01-21 Christian Schaller <uraeus@gnome.org>
29938 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29939 based on earlier patch from Laurent Vivier
29941 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
29943 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29944 Fix wma caps property
29945 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29946 Fix typo (flags1 and flags2)
29948 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29950 * gst-libs/gst/media-info/media-info-priv.c:
29951 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29952 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29953 (gmip_find_stream), (gmip_find_track_metadata),
29954 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29955 (gmip_find_track_format):
29956 * gst-libs/gst/media-info/media-info-priv.h:
29957 * gst-libs/gst/media-info/media-info-test.c: (main):
29958 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29959 (gst_media_info_read_idler), (gst_media_info_read):
29960 * gst-libs/gst/media-info/media-info.h:
29961 register debugging category and use it for debugging
29963 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29965 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29966 (gst_vorbisfile_new_link):
29967 signal streaminfo through tags
29969 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29971 * ext/mplex/gstmplex.cc:
29972 * ext/mplex/gstmplexibitstream.cc:
29973 g++ doesn't like NULL in our i18n/error macros, should be
29974 either (NULL) or ("").
29976 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29978 * sys/dxr3/dxr3audiosink.c:
29979 * sys/dxr3/dxr3init.c:
29980 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29981 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29982 Fix more error error error errors (missing includes here).
29984 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29986 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29987 fix thomas' error errors.
29989 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29991 * ext/mpeg2enc/gstmpeg2enc.cc:
29994 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29996 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29997 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29998 Fix for new error system.
30000 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
30002 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30003 fix for new error reporting
30005 2004-01-20 David Schleef <ds@schleef.org>
30007 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30008 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
30009 (gst_ximagesink_set_xwindow_id): Change to using a framerate
30010 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
30011 and neither is 100+, most likely.
30012 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30013 (gst_xvimagesink_getcaps): same
30015 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
30018 Up version requirement to 2.0.3 (not yet released) to avoid symbol
30019 clashes with ffmpeg.
30021 2004-01-20 Julien MOUTTE <julien@moutte.net>
30023 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30024 (gst_switch_init): Fixed switch element : proxying link and setting
30025 caps from src to sink on request.
30027 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30029 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30030 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
30031 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
30034 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30036 * sys/v4l/v4l_calls.h:
30037 * sys/v4l2/v4l2_calls.h:
30038 element_error fixes
30040 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30042 * gst-libs/gst/gst-i18n-plugin.h:
30044 remove config.h inclusion
30046 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30049 adding autopoint invocation
30052 * gst-libs/gst/gettext.h:
30053 adding gettext bits
30054 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
30055 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
30056 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30057 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30058 (gst_gnomevfssink_close_file):
30059 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
30060 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
30061 * gst-libs/gst/gst-i18n-plugin.h:
30062 * gst/avi/gstavi.c: (plugin_init):
30063 * sys/dxr3/dxr3init.c: (plugin_init):
30064 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
30065 * sys/oss/gstossaudio.c: (plugin_init):
30066 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30067 * sys/v4l/gstv4l.c: (plugin_init):
30068 * sys/v4l/v4l_calls.c: (gst_v4l_open):
30069 * sys/v4l2/gstv4l2.c: (plugin_init):
30070 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30071 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
30072 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
30073 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
30074 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
30075 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
30076 make sure locale and translation domain are set
30077 fix translated strings
30083 put translation files into place
30084 * sys/xvideo/imagetest.c: (main):
30085 * ext/dv/demo-play.c: (main):
30086 fix unnecessary translations
30088 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
30090 * ext/sndfile/gstsf.c:
30091 * gst/avi/gstavimux.c:
30092 * ext/audiofile/gstafsink.c:
30093 * ext/audiofile/gstafsrc.c:
30094 * ext/gnomevfs/gstgnomevfssink.c:
30095 * ext/gnomevfs/gstgnomevfssrc.c:
30096 * sys/oss/gstosselement.c:
30097 * sys/v4l/v4l_calls.h:
30100 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30102 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30103 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
30104 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
30105 (gst_v4l2_get_output), (gst_v4l2_set_output),
30106 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
30107 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
30108 (gst_v4l2_set_attribute):
30109 update to new error handling
30111 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30113 * ext/sidplay/gstsiddec.cc:
30114 * gst/modplug/gstmodplug.cc:
30115 parenthese NULL because C++ seems angry about it
30117 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30119 * gst-libs/gst/gst-i18n-plugin.h:
30120 add skeleton i18n stuff, but needs to be further implemented
30122 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
30124 * examples/gstplay/player.c: (main):
30125 * ext/aalib/gstaasink.c: (gst_aasink_open):
30126 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
30127 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30128 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30129 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30130 (gst_afsink_close_file):
30131 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30132 (gst_afsrc_close_file):
30133 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30134 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30135 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30136 * ext/esd/esdmon.c: (gst_esdmon_get):
30137 * ext/esd/esdsink.c: (gst_esdsink_chain):
30138 * ext/faac/gstfaac.c: (gst_faac_chain):
30139 * ext/faad/gstfaad.c: (gst_faad_chain):
30140 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30141 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30142 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30143 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30144 (gst_flacdec_loop):
30145 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30146 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30147 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30148 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30149 (gst_gnomevfssink_close_file):
30150 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30151 (gst_gnomevfssrc_open_file):
30152 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30153 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30154 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30155 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30156 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30157 * ext/mad/gstmad.c: (gst_mad_chain):
30158 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30159 * ext/mpeg2dec/gstmpeg2dec.c:
30160 * ext/mpeg2enc/gstmpeg2enc.cc:
30161 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30162 * ext/mplex/gstmplex.cc:
30163 * ext/mplex/gstmplexibitstream.cc:
30164 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30165 (gst_ogg_demux_push), (gst_ogg_pad_push):
30166 * ext/raw1394/gstdv1394src.c:
30167 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30168 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30169 * ext/sidplay/gstsiddec.cc:
30170 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30172 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30173 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30174 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30175 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30176 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30177 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30178 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30179 * gst-libs/gst/Makefile.am:
30180 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30181 (gst_riff_read_element_data), (gst_riff_read_seek),
30182 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30183 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30184 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30185 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30186 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30187 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30188 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30189 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30190 * gst/goom/gstgoom.c: (gst_goom_chain):
30191 * gst/id3/gstid3types.c: (gst_id3types_loop):
30192 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30193 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30194 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30195 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30196 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30197 (gst_ebml_read_float), (gst_ebml_read_header):
30198 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30199 (gst_matroska_demux_parse_blockgroup):
30200 * gst/modplug/gstmodplug.cc:
30201 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30202 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30203 * gst/oneton/gstoneton.c: (gst_oneton_chain):
30204 * gst/silence/gstsilence.c: (gst_silence_get):
30205 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30206 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30207 * gst/speed/gstspeed.c: (speed_loop):
30208 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30209 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30210 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30211 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30212 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30213 (gst_wavparse_loop):
30214 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30215 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30216 (dxr3audiosink_close):
30217 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30218 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30219 (dxr3videosink_close), (dxr3videosink_write_data):
30220 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30221 * sys/oss/gstosselement.h:
30222 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30223 (gst_osssink_chain):
30224 * sys/oss/gstosssrc.c: (gst_osssrc_get):
30225 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30226 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30227 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30228 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30229 (gst_v4l_enable_overlay):
30230 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30231 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30232 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30233 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30234 (gst_v4l_set_audio):
30235 * sys/v4l/v4l_calls.h:
30236 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30237 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30238 (gst_v4lmjpegsink_playback_init),
30239 (gst_v4lmjpegsink_playback_start):
30240 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30241 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30242 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30243 (gst_v4lmjpegsrc_requeue_frame):
30244 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30245 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30246 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30247 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30248 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30249 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30250 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30251 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30252 (gst_v4l2src_capture_stop):
30253 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30254 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30255 (gst_ximagesink_chain):
30256 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30257 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30258 (gst_xvideosink_xwindow_new):
30259 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30260 (gst_xvimagesink_chain):
30261 use new error signal, function and categories
30263 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
30267 * ext/musicbrainz/gsttrm.c:
30268 * ext/musicbrainz/gsttrm.h:
30269 * ext/musicbrainz/Makefile.am:
30272 2004-01-18 Julien MOUTTE <julien@moutte.net>
30274 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30275 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30276 synchronous property for debugging.
30277 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30278 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30279 (gst_xvimagesink_set_property): Moving a pointer declaration to a
30280 smaller block, fixing indent.
30282 2004-01-16 David Schleef <ds@schleef.org>
30284 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30285 property affects the video stream.
30286 * sys/xvimage/xvimagesink.c:
30287 * sys/xvimage/xvimagesink.h:
30288 Add synchronous property for debugging. Should probably be
30289 disabled in non-CVS builds. Make sure that the Xv attribute
30290 exists before we set it (crash!). Fix a silly float bug that
30291 caused colorbalance to just not work.
30293 2004-01-17 Christian Schaller <Uraeus@gnome.org>
30295 * tools/gst-launch-ext.in - update for new plugins
30297 2004-01-16 David Schleef <ds@schleef.org>
30299 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30300 already-freed caps.
30302 2994-01-16 Christian Schaller <Uraeus@gnome.org>
30304 * Update spec for new colorspace plugin and libcaca plugin
30305 * Fix compilation of libcaca plugin (clock -> id)
30307 2004-01-16 Julien MOUTTE <julien@moutte.net>
30309 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30310 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30311 (gst_xvimagesink_set_xwindow_id),
30312 (gst_xvimagesink_colorbalance_set_value),
30313 (gst_xvimagesink_colorbalance_get_value),
30314 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30315 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30316 correct colorbalance properties. They can now be set when the element
30317 is still in NULL state. The values will be committed to the Xv Port
30318 when xcontext is initialized.
30319 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30320 brightness int values in the GstXvImagesink structure.
30322 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30324 * gst-libs/gst/Makefile.am:
30325 restructure so having local patches works easier.
30327 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30329 * ext/mpeg2enc/Makefile.am:
30330 * ext/mpeg2enc/gstmpeg2enc.cc:
30331 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30332 Bugfix with respect to EOS handling.
30334 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30336 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30337 Link with right caps (else, it segfaults).
30338 * ext/mplex/gstmplexjob.cc:
30339 Fix for slight API change in 1.6.1.93 release of mjpegtools.
30341 2004-01-15 David Schleef <ds@schleef.org>
30343 * gst-libs/gst/audio/Makefile.am:
30344 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30346 * gst-libs/gst/audio/gstaudiofilter.c:
30347 * gst-libs/gst/audio/gstaudiofilter.h:
30348 Add bytes_per_sample and size and n_samples calculation.
30349 * gst-libs/gst/audio/gstaudiofilterexample.c:
30350 Remove, now autogenerated.
30351 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30352 Moved from gstaudiofilterexample, object name changed, code added
30353 so that it actually works.
30354 * gst-libs/gst/audio/make_filter:
30355 Script to build an audiofilter subclass from the template.
30356 * gst/colorspace/Makefile.am:
30357 * gst/colorspace/yuv2yuv.c:
30358 Remove file, since it's GPL, and we don't use it.
30360 2004-01-15 Julien MOUTTE <julien@moutte.net>
30362 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30363 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30364 them use the buffer free function to test how the buffer was allocated.
30366 2004-01-15 David Schleef <ds@schleef.org>
30368 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30369 that handles osssink fallback.
30370 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30371 (gst_audio_convert_getcaps):
30372 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30373 Add audio/x-qdm2 for QDM2 audio.
30374 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30375 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30376 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30377 Decrease minimum size to 16x16.
30378 * gst/wavparse/gstwavparse.c:
30379 Convert disabled pad template caps to new caps.
30380 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30381 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30382 (gst_xvimagesink_chain): Throw element error when display cannot
30383 be opened. Increase minimum framerate to 1.0. Check the data
30384 free function on a buffer to make sure it is the type we expect
30385 before manipulating it.
30387 2004-01-15 Julien MOUTTE <julien@moutte.net>
30389 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30390 (gst_videobalance_colorbalance_set_value): Implement passthru if
30391 settings are in the middle.
30392 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30394 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30396 * gst/videofilter/Makefile.am:
30397 * gst/volume/Makefile.am:
30398 Since we use videofilter symbols, link to it.
30400 2004-01-15 Julien MOUTTE <julien@moutte.net>
30402 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30403 mixer interface type to HARDWARE.
30404 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30406 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30407 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30408 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30409 (gst_volume_interface_init), (gst_volume_list_tracks),
30410 (gst_volume_set_volume), (gst_volume_get_volume),
30411 (gst_volume_set_mute), (gst_volume_mixer_init),
30412 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30413 (volume_init): Implementing mixer interface.
30414 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30415 * sys/oss/gstosselement.c: (gst_osselement_get_type),
30416 (gst_osselement_change_state): Removing some trailing commas in
30418 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30419 interface type to HARDWARE.
30420 * sys/v4l/gstv4lcolorbalance.c:
30421 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30423 * sys/v4l2/gstv4l2colorbalance.c:
30424 (gst_v4l2_color_balance_interface_init): Setting colorbalance
30425 interface type to HARDWARE.
30426 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30427 same code than ximagesink for event handling.
30429 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30431 * ext/snapshot/Makefile.am:
30432 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30433 (gst_snapshot_chain):
30434 * ext/snapshot/gstsnapshot.h:
30435 This has to be a joke... Snapshot should be connected to a tee,
30436 colorspace element before it and EOS after that, where the other
30437 src of the tee receives normal data.
30438 The current way is *wrong*.
30440 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30442 * ext/hermes/gsthermescolorspace.c:
30443 Fix another compile error. Same as below.
30445 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30447 * gst/colorspace/gstcolorspace.c:
30448 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30449 (gst_colorspace_i420_to_yv12):
30450 Fix compiling... Didn't test if it actually works.
30452 2004-01-15 David Schleef <ds@schleef.org>
30455 * gst/colorspace/Makefile.am:
30456 * gst/colorspace/gstcolorspace.c:
30457 * gst/colorspace/gstcolorspace.h:
30458 * gst/colorspace/yuv2rgb.c:
30459 * gst/colorspace/yuv2rgb.h:
30460 Duplicate the ext/hermes colorspace plugin, and remove Hermes
30461 code and GPL code. Fix for new caps negotiation. Rewrite
30462 much of the format handling code, and some of the conversion
30463 code. Basically, rewrote almost everything. This element
30464 handles I420, YV12 to RGB conversions.
30465 * ext/hermes/Makefile.am:
30466 * ext/hermes/gsthermescolorspace.c:
30467 Rename colorspace to hermescolorspace. Fix negotiation issues.
30468 Remove non-Hermes related code. This element handles lots of
30469 RGB to RGB conversions, but no YUV.
30470 * ext/hermes/gstcolorspace.c:
30471 * ext/hermes/gstcolorspace.h:
30472 * ext/hermes/rgb2yuv.c:
30473 * ext/hermes/yuv2rgb.c:
30474 * ext/hermes/yuv2rgb.h:
30475 * ext/hermes/yuv2rgb_mmx16.s:
30476 * ext/hermes/yuv2yuv.c:
30477 * ext/hermes/yuv2yuv.h:
30480 2004-01-14 Colin Walters <walters@verbum.org>
30482 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30483 they've already been.
30485 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30487 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30488 assume tag mode when pad is not connected
30490 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30492 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30493 Don't update the time of the clock
30494 (gst_alsa_sink_loop):
30495 sync to the clock given to alsasink, not the own clock
30496 * sys/oss/gstosssink.c: (gst_osssink_chain):
30498 (gst_osssink_change_state):
30500 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30501 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30502 remove bogus code that made DISCONT events unhandled
30503 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30504 explicitly case to double in _set_simple. (fixes 2nd warning in bug
30506 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30507 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30508 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30509 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30510 2nd warning in bug #131502)
30512 2004-01-14 Julien MOUTTE <julien@moutte.net>
30514 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30515 (gst_videobalance_colorbalance_set_value),
30516 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30517 for colorbalance interface implementation.
30518 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30519 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30520 (gst_ximagesink_dispose), (gst_ximagesink_init),
30521 (gst_ximagesink_class_init): Adding DISPLAY property.
30522 * sys/ximage/ximagesink.h: Adding display_name to store display.
30523 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30524 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30525 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30526 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30527 properties (they still need polishing though for gst-launch use : no
30528 xcontext yet, i ll do that tomorrow).
30529 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30531 2004-01-14 Julien MOUTTE <julien@moutte.net>
30533 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30534 (gst_play_set_location), (gst_play_set_visualization): Preparing
30535 switch integration, adding videobalance in the pipeline.
30537 2004-01-14 Julien MOUTTE <julien@moutte.net>
30539 * gst-libs/gst/colorbalance/colorbalance.c:
30540 (gst_color_balance_class_init): Adding a default type.
30541 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30543 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30544 (gst_videobalance_dispose), (gst_videobalance_class_init),
30545 (gst_videobalance_init), (gst_videobalance_interface_supported),
30546 (gst_videobalance_interface_init),
30547 (gst_videobalance_colorbalance_list_channels),
30548 (gst_videobalance_colorbalance_set_value),
30549 (gst_videobalance_colorbalance_get_value),
30550 (gst_videobalance_colorbalance_init): Implementing colorbalance
30552 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30554 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30555 bug which was triggering a BadAccess X error when setting an overlay
30556 before pad was really negotiated.
30557 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30558 Using the colorbalance type macro.
30560 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30562 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30563 (gst_flacenc_chain):
30564 handle tags correctly
30565 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30566 extract ID3v1 tags correctly
30568 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30570 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30572 Improve matroska typefinding for odd-typed headers...
30574 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30576 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30577 Fix for using incremental number on padnames.
30579 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30581 * ext/divx/gstdivxdec.c:
30582 * ext/divx/gstdivxenc.c:
30583 Set category to divx4linux instead of divx (too generic).
30584 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30585 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30586 (gst_wavparse_loop), (gst_wavparse_change_state):
30587 * gst/wavparse/gstwavparse.h:
30588 fix parsing of WAV files with non-standard fmt-tag size and fix
30589 skipping of unrecognized chunks... Someone please fix this thing
30590 to use rifflib so all this is automated.
30591 * sys/v4l/Makefile.am:
30592 * sys/v4l2/Makefile.am:
30593 Add X_CFLAGS because we depend on X (for overlay).
30595 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
30597 * ext/mpeg2dec/gstmpeg2dec.c:
30598 Don't issue a timestamp unless we tagged the frame
30601 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30603 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30604 Query the audio element to get the time, not the clock. We're
30605 interested in the element's time here.
30607 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30609 * ext/aalib/gstaasink.c: (gst_aasink_chain):
30610 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30611 * ext/esd/esdsink.c: (gst_esdsink_chain):
30612 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30613 * ext/mas/massink.c: (gst_massink_chain):
30614 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30615 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30616 (gst_matroska_demux_parse_metadata):
30617 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30618 (gst_mpeg_parse_release_locks):
30619 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30620 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30621 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30622 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30623 (gst_osssink_change_state):
30624 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30625 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30626 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30627 (gst_xvideosink_release_locks):
30628 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30630 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30631 (gst_alsa_clock_stop):
30632 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30633 (gst_audio_clock_get_internal_time):
30634 simplify for use with new clocking code.
30635 * testsuite/alsa/Makefile.am:
30636 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30637 fix testsuite for new caps system
30639 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30641 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30642 * ext/flac/gstflacenc.c: (add_one_tag):
30643 length is already host endian, no need to convert. Fixes playback of
30644 tagged files on PPC. (bug #128384)
30646 2004-01-13 Julien MOUTTE <julien@moutte.net>
30648 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30649 colorbalance interface stating if it is hardware based or software
30651 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30652 Removing a trailing comma.
30653 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30654 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30655 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30656 the documentation seems to be wrong on the -1000 to 1000 interval.
30658 2004-01-12 David Schleef <ds@schleef.org>
30660 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30661 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30662 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30663 Fix negotiation. Add a bufferalloc function for the sink pad,
30664 and generally clean up some of the code.
30666 2004-01-12 Julien MOUTTE <julien@moutte.net>
30668 * gst-libs/gst/colorbalance/colorbalancechannel.c:
30669 (gst_color_balance_channel_dispose): Adding safety check in dispose
30671 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30672 (gst_xvimagesink_xcontext_clear),
30673 (gst_xvimagesink_interface_supported),
30674 (gst_xvimagesink_colorbalance_list_channels),
30675 (gst_xvimagesink_colorbalance_set_value),
30676 (gst_xvimagesink_colorbalance_get_value),
30677 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30678 Adding colorbalance interface support to set XV parameters such as
30679 HUE, BRIGHTNESS, CONTRAST, SATURATION.
30680 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30683 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30685 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30686 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30687 (gst_audio_convert_init), (gst_audio_convert_set_property),
30688 (gst_audio_convert_get_property), (gst_audio_convert_chain),
30689 (gst_audio_convert_link),
30690 (gst_audio_convert_buffer_to_default_format),
30691 (gst_audio_convert_buffer_from_default_format), (plugin_init):
30692 - implement _getcaps and use it
30694 - remove float caps since no float conversion is actually done
30695 - remove properties and arguments that were to be used for rate
30698 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30700 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30701 (gst_audio_structure_set_int):
30702 * gst-libs/gst/audio/audio.h:
30703 add helper functions for _getcaps matching the standard audio
30706 2004-01-12 David Schleef <ds@schleef.org>
30708 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30709 Test that pad is negotiated before getting its caps.
30711 2004-01-12 Julien MOUTTE <julien@moutte.net>
30713 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30714 analyzing the pads of an element the bin is mostly in READY state so
30715 no caps were negotiated. This helper function needs to work with
30716 _get_caps directly then. I was not freeing them though, added that to
30719 2004-01-12 Julien MOUTTE <julien@moutte.net>
30721 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30722 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30723 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30724 than the free_func.
30726 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30728 * sys/oss/gstossaudio.c: (plugin_init):
30729 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30730 * sys/oss/gstosselement.h:
30731 make an oss debugging category
30732 make failure more descriptive
30734 2004-01-11 David Schleef <ds@schleef.org>
30736 * ext/ffmpeg/gstffmpeg.c:
30737 * ext/ffmpeg/gstffmpegcodecmap.c:
30738 * ext/ffmpeg/gstffmpegdec.c:
30739 * ext/ffmpeg/gstffmpegenc.c:
30740 * ext/ffmpeg/gstffmpegprotocol.c:
30741 * ext/gdk_pixbuf/gstgdkanimation.c:
30742 * ext/jpeg/gstjpeg.c:
30743 * ext/libpng/gstpng.c:
30744 * ext/mpeg2dec/perftest.c:
30745 * ext/speex/gstspeex.c:
30746 * gst-libs/gst/resample/dtos.c:
30747 * gst/intfloat/gstintfloatconvert.c:
30748 * gst/oneton/gstoneton.c:
30749 * gst/rtjpeg/RTjpeg.c:
30750 * gst/rtp/gstrtp.c:
30751 * sys/dxr3/dxr3init.c:
30752 * sys/glsink/gstgl_nvimage.c:
30753 * sys/glsink/gstgl_pdrimage.c:
30754 * sys/glsink/gstglsink.c:
30755 * testsuite/gst-lint:
30756 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30758 2004-01-11 David Schleef <ds@schleef.org>
30760 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30761 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30762 * ext/gdk_pixbuf/gstgdkanimation.c:
30763 (gst_gdk_animation_iter_create_pixbuf):
30764 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30765 (gst_gdk_pixbuf_chain):
30766 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30767 * ext/jack/gstjack.c: (gst_jack_change_state):
30768 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30769 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30770 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30771 * gst/videofilter/gstvideofilter.c:
30772 (gst_videofilter_set_output_size):
30773 Remove all usage of gst_pad_get_caps(), and replace it with
30774 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30776 2004-01-11 David Schleef <ds@schleef.org>
30779 * ext/Makefile.am: Fixes to make ext/libcaca compile.
30780 * ext/divx/gstdivxdec.c:
30781 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30782 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30783 handle images that span multiple buffers. Now work with both
30784 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30785 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30786 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30787 video/video.h changes
30788 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30789 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30790 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30791 of GstData free function.
30792 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30795 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30797 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30798 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30799 (gst_v4l2element_get_property):
30800 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30801 add norm, channel and frequency properties.
30802 * sys/v4l2/gstv4l2tuner.c:
30803 fixes for tuner interface changes
30804 * sys/v4l2/gstv4l2element.h:
30805 * sys/v4l2/gstv4l2src.c:
30806 * sys/v4l2/gstv4l2src.h:
30807 * sys/v4l2/v4l2src_calls.c:
30808 * sys/v4l2/v4l2src_calls.h:
30809 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30811 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30813 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30814 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30815 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30816 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30817 * gst-libs/gst/tuner/tuner.h:
30818 GObjects aren't const.
30819 Add find_by_name functions.
30820 Add checks to _changed functions.
30821 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30822 (gst_v4l_tuner_get_norm):
30825 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30827 * gst-libs/gst/video/video.h:
30828 Fix caps template names to be understandable.
30829 Prefix everything with GST_VIDEO.
30830 * ext/aalib/gstaasink.c:
30831 * ext/divx/gstdivxdec.c:
30832 * ext/divx/gstdivxenc.c:
30833 * ext/gdk_pixbuf/gstgdkpixbuf.c:
30834 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30835 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30836 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30837 * ext/libcaca/gstcacasink.c:
30838 * ext/libpng/gstpngenc.c: (raw_caps_factory):
30839 * ext/snapshot/gstsnapshot.c:
30840 * ext/swfdec/gstswfdec.c:
30841 * ext/xvid/gstxviddec.c:
30842 * ext/xvid/gstxvidenc.c:
30843 * gst/chart/gstchart.c:
30844 * gst/deinterlace/gstdeinterlace.c:
30845 * gst/effectv/gsteffectv.c:
30846 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30847 * gst/goom/gstgoom.c:
30848 * gst/median/gstmedian.c:
30849 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30850 (gst_monoscope_srcconnect), (gst_monoscope_chain):
30851 * gst/overlay/gstoverlay.c:
30852 * gst/smooth/gstsmooth.c:
30853 * gst/smpte/gstsmpte.c:
30854 * gst/synaesthesia/gstsynaesthesia.c:
30855 * gst/videocrop/gstvideocrop.c:
30856 * gst/videodrop/gstvideodrop.c:
30857 * gst/y4m/gsty4mencode.c:
30858 * sys/qcam/gstqcamsrc.c:
30859 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30860 Make them work with new video.h file.
30861 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30862 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30863 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30864 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30865 Make it work with new buffer allocation system.
30867 2004-01-11 Julien MOUTTE <julien@moutte.net>
30869 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30870 pad_alloc_buffer implementation to use ->srcpad
30871 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30872 pad_alloc_buffer implementation to use ->srcpad
30873 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
30874 pad_alloc_buffer implementation to use ->srcpad
30875 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30876 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30877 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30878 a reference to everything we need.
30879 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30880 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30881 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30882 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30883 a reference to everything we need.
30884 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30886 2004-01-11 David Schleef <ds@schleef.org>
30888 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30889 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30890 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30892 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30893 value during a resize/renegotiation.
30894 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30895 gst_pad_alloc_buffer();
30896 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30897 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30899 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30900 Fix for rename of buffer private structure members.
30901 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30902 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30903 Fix for rename of buffer private structure members.
30904 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30905 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30906 Fix for rename of buffer private structure members.
30908 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
30910 reviewed by: David Schleef <ds@schleef.org>
30912 * gst/videofilter/Makefile.am:
30913 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
30914 from the patch by ds to fit in with recent make_filter changes.
30916 2004-01-11 Julien MOUTTE <julien@moutte.net>
30918 * configure.ac: Adding examples/switch/Makefile
30919 * examples/Makefile.am: Adding examples/switch
30920 * examples/switch/Makefile.am: Adding switcher example.
30921 * examples/switch/switcher.c: (got_eos), (idle_iterate),
30922 (switch_timer), (main): Adding an example demonstrating switch usage
30923 with 2 videotestsrc showing different patterns.
30924 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30925 (gst_switch_init): Fixing switch with the new caps system.
30927 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30929 * gst-libs/gst/video/video.h:
30930 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30931 They should probably be like
30932 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30934 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30936 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30937 (qtdemux_parse_trak):
30938 fix audio chunk size/timestamp calculation
30940 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30942 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30945 2004-01-11 Steve Baker <steve@stevebaker.org>
30947 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30948 (gst_agingtv_base_init), (gst_agingtv_class_init),
30949 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30950 (gst_agingtv_set_property), (gst_agingtv_get_property):
30951 Port agingTV to videofilter
30953 2004-01-09 Julien MOUTTE <julien@moutte.net>
30955 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30956 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30958 2004-01-09 Julien MOUTTE <julien@moutte.net>
30960 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30961 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30962 * gst-libs/gst/xoverlay/xoverlay.c:
30963 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30964 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30965 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30966 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30967 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30968 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30969 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30970 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30971 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30972 interface implementation to handle xid being 0 and fix some bugs
30973 triggered by Benjamin's testcase.
30974 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30975 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30976 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30977 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30978 interface implementation to handle xid being 0 and fix some bugs
30979 triggered by Benjamin's testcase.
30981 2004-01-09 David Schleef <ds@schleef.org>
30983 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
30984 mouse pointer events. It works.
30986 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
30988 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30989 Use explicit caps - fix capsnego.
30990 * ext/xvid/gstxviddec.c:
30991 * ext/xvid/gstxvidenc.c:
30992 Remove macro-inside-macro which caused compile errors.
30993 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30994 Error out if it's not a RIFF file. Else we error out without
30995 gst_element_error() which is not good...
30997 2004-01-08 David Schleef <ds@schleef.org>
30999 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
31000 Fix pad_link function to handle formats that ffmpeg returns
31001 as multiple caps structures.
31002 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
31003 Only complain if source buffer is _smaller_ than expected.
31004 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
31005 (gst_videoscale_handle_src_event): Resize navigation events
31006 when passing them upstream.
31007 * gst/videotestsrc/gstvideotestsrc.c:
31008 * gst/videotestsrc/gstvideotestsrc.h:
31009 * gst/videotestsrc/videotestsrc.c:
31010 * gst/videotestsrc/videotestsrc.h:
31011 Rewrite many of the buffer painting functions to handle odd
31012 sizes (for many formats, size%4!=0 or size%8!=0). Most have
31013 been verified to work with my video card.
31014 * testsuite/gst-lint: Add check for elements calling
31015 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
31017 2004-01-08 David Schleef <ds@schleef.org>
31019 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
31020 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
31022 2004-01-08 Julien MOUTTE <julien@moutte.net>
31024 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
31025 configure event is not emiting the desired size signal. That fixes
31026 aspect ratio issues with gst-player.
31028 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
31030 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
31033 2004-01-08 Julien MOUTTE <julien@moutte.net>
31035 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
31036 public method to fire size signal.
31038 2004-01-07 Julien MOUTTE <julien@moutte.net>
31040 * examples/gstplay/Makefile.am: Adding the interface library.
31041 * gst-libs/gst/play/Makefile.am: Adding the interface library.
31042 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
31043 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
31044 GST_IS_X_OVERLAY before signal connect.
31045 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
31046 Removing the have_video_size signal.
31047 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
31048 and associated public method.
31049 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31050 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
31052 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31053 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
31055 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
31056 Using XOverlay public method to fire size signal.
31058 2004-01-07 David Schleef <ds@schleef.org>
31060 * gst/videofilter/Makefile.am:
31061 * gst/videofilter/gstvideotemplate.c:
31062 * gst/videofilter/make_filter:
31063 Create gstvideoexample.c in a srcdir!=builddir friendly way.
31064 Convert make_filter to /bin/sh script.
31066 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
31068 * gst/modplug/gstmodplug.cc: fix element description
31070 2004-01-07 Julien MOUTTE <julien@moutte.net>
31072 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31073 (got_video_size): Adding some new lines in g_print calls.
31074 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31075 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
31076 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
31077 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
31078 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
31079 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
31080 Complete code review, reverting some stuff i disagree with, adding
31081 some fixes : time synchronization on invalid timestamps, renegotiation
31083 * sys/ximage/ximagesink.h:
31084 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
31085 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
31086 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
31087 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
31088 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31089 (gst_xvimagesink_buffer_new),
31090 (gst_xvimagesink_navigation_send_event),
31091 (gst_xvimagesink_set_xwindow_id),
31092 (gst_xvimagesink_get_desired_size),
31093 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
31094 stuff i disagree with, adding some fixes : Renegotiation of private
31095 window, implementing get_desired_size.
31097 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
31099 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
31100 (gst_afsink_handle_event):
31101 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
31102 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
31103 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
31104 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
31105 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
31106 Fix for instantiate-test (see core). Also remove dead code from
31107 jpegenc (which still needs fixing, but that's lower on my TODO
31109 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
31110 Never return NULL as caps.
31112 2004-01-07 David Schleef <ds@schleef.org>
31116 * ext/librfb/Makefile.am:
31117 * ext/librfb/gstrfbsrc.c:
31118 New source plugin based on librfb-0.1. RFB (remote framebuffer)
31119 is the protocol used by VNC.
31121 2004-01-07 David Schleef <ds@schleef.org>
31123 * gst/videofilter/gstvideotemplate.c:
31124 * gst/videofilter/gstvideotemplate.h:
31125 * gst/videofilter/make_filter:
31126 Merge videotemplate header into source file.
31127 * gst/effectv/Makefile.am:
31128 * gst/effectv/gsteffectv.c: (plugin_init):
31129 * gst/effectv/gstwarp.c:
31130 Make warpTV a subclass of videofilter.
31132 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
31134 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31135 Add guard against invalid utf-8 conversions in mad. Just in case.
31137 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
31139 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31140 Fix for bug shown by poisoning
31142 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31144 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31145 (gst_v4lmjpegsrc_buffer_free):
31146 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31147 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31148 (gst_v4lsrc_buffer_free):
31149 Fix for removed bufferpools.
31151 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
31153 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31154 Fix caps negotiation.
31156 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31157 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31158 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31160 * ext/mpeg2dec/gstmpeg2dec.c:
31161 * gst-libs/gst/navigation/navigation.c:
31162 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31163 * gst-libs/gst/navigation/navigation.h:
31164 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31165 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31166 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31167 Super-simple first version of mouse and keyboard events. Clicking
31168 on a DVD menu now works, although it may not take you where you
31171 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31172 * gst/videotestsrc/gstvideotestsrc.c:
31173 (gst_videotestsrc_src_fixate):
31174 These fixate functions were broken - they never actually
31177 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31179 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31180 (gst_icecastsend_init):
31181 fix for new caps system.
31182 * gst-libs/gst/mixer/mixertrack.h:
31183 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31184 Add 'master track' flag (for tools like ACME that only want to
31185 change the main volume).
31187 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
31189 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31190 (gst_xvid_csp_to_caps):
31191 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31192 * ext/xvid/gstxvidenc.c:
31193 ifdef out ARGB type when it isn't available
31194 in xvidcore 1.0.0beta2
31196 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31198 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31199 When we have received a new SCR right in the first buffer after
31200 a seek (so in the same cycle that handles the discont), we should
31201 handle the buffer instead of unreffing it, else we lose data.
31203 2004-01-06 Iain <iain@prettypeople.org>
31205 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31206 buffer-frames caps too.
31208 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31209 caps that we need, don't destroy them all and rebuild them. And when
31210 creating src pads, use the src pad template rather than the sink...
31212 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
31214 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31215 Add pad to element *after* setting functions such as event handler.
31216 Without this, the scheduler (opt) will link pads, set the event
31217 handler from the default event function (dispatcher in gstpad.c)
31218 and *after* that, we will set our own event function, which will
31219 thus never be used (and thus mpegdemux doesn't handle events).
31221 2004-01-04 David Schleef <ds@schleef.org>
31223 Fix the fixate functions to handle new prototype:
31224 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31225 * gst/videotestsrc/gstvideotestsrc.c:
31226 (gst_videotestsrc_src_fixate):
31227 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31228 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31229 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31231 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31233 * sys/ximage/ximagesink.h:
31234 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31235 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31236 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31237 (gst_ximagesink_xoverlay_init):
31238 assorted fixes to make (re)embedding work
31239 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31240 (gst_ximagesink_get_desired_size):
31241 implement desired size additions to XOverlay
31243 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31245 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31246 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31247 (gst_x_overlay_got_desired_size):
31248 * gst-libs/gst/xoverlay/xoverlay.h:
31249 Add optional "desired size" signal and querying.
31251 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31253 * gst/matroska/matroska-demux.c:
31254 (gst_matroska_demux_parse_blockgroup):
31255 Fix EBML-laced block parsing. Diffs are relative to previous
31256 lace, not the first lace. Thanks to Mosu from the Matroska
31257 team for detecting this.
31258 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31259 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31260 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31261 (gst_wavparse_change_state):
31262 * gst/wavparse/gstwavparse.h:
31263 Quickfix for capsnego.
31265 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31267 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31268 Fix indenting, fix pad creation.
31270 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31272 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31273 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31274 (gst_xviddec_sink_link):
31275 Implement src_getcaps() so proper size caps is negotiated.
31277 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31279 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31280 Finish flac decoder on EOS. See #116178.
31282 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31284 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31285 (gst_matroska_demux_add_stream):
31286 * gst/matroska/matroska-ids.h:
31287 Add getcaps() function to fix capsnego...
31289 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31291 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31292 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31293 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31294 Fix more integer overflows. Again, see #126967.
31296 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31298 * ext/mpeg2dec/gstmpeg2dec.c:
31299 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31302 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31305 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31306 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31307 * ext/xvid/gstxvid.h:
31308 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31309 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31310 (gst_xviddec_src_link), (gst_xviddec_sink_link),
31311 (gst_xviddec_change_state):
31312 * ext/xvid/gstxviddec.h:
31313 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31314 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31315 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31316 (gst_xvidenc_link), (gst_xvidenc_set_property),
31317 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31318 * ext/xvid/gstxvidenc.h:
31319 Update xvid plugin to latest xvid (1.0.0-beta3) API.
31321 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31323 * gst/rtp/rtp-packet.c:
31324 Add sys/types.h include, since OS X doesn't define in_addr_t
31325 in netinet/in.h, like it does on Linux (see #129600).
31327 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
31329 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
31331 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31332 Correct logic of dispose function (see #129306).
31334 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31336 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31337 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31338 (gst_mpeg_parse_init):
31339 * gst/mpegstream/gstmpegparse.h:
31340 Remove clock (which was never provided, i.e. dead code), and
31341 also fix integer overflows at high PTS values (see #126967).
31343 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31345 * ext/flac/gstflacdec.c:
31346 * ext/libpng/gstpngenc.h:
31347 * ext/mikmod/gstmikmod.h:
31348 OS X fixes (see #126628).
31350 2004-01-02 David Schleef <ds@schleef.org>
31352 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31353 (gst_alsa_src_base_init): Remove bogus "src" request pad.
31354 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31355 (gst_mpeg_parse_class_init): Move pad template registration
31356 to class_init, since the derived class (mpegdemux) doesn't
31359 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31361 * sys/ximage/Makefile.am:
31362 * sys/xvideo/Makefile.am:
31363 * sys/xvimage/Makefile.am:
31364 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31365 after installation (see #127664).
31367 2004-01-02 David Schleef <ds@schleef.org>
31369 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31370 (gst_ffmpegenc_connect): Negotiation fixes.
31371 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31372 Remove inappropriate gst_caps_free().
31373 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31374 Reenable Ronald's internal resize code, since the core handles
31377 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31379 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31380 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31381 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31382 Fix pad template stuff.
31384 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31386 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31387 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31388 fix signed integer reading/writing.
31390 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
31393 Remove outdated document
31395 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
31397 * gst/cutter/gstcutter.c: (gst_cutter_init):
31398 src pad was being created twice - oops.
31400 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31402 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31403 Comment out internal resize. It doesn't handle the resulting
31404 XEvent internally, does another try_set_caps() which leads to
31405 a really nice loop.
31406 Real fix will come when Julien and Dave are awake. ;).
31408 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31410 * ext/mpeg2enc/gstmpeg2enc.cc:
31411 fix const/nonconst compile issue.
31413 2004-01-02 David Schleef <ds@schleef.org>
31415 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31416 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31417 Add fixate function and a check for bad formats.
31419 2004-01-01 David Schleef <ds@schleef.org>
31422 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31423 (gst_audiofilter_init):
31424 * gst/debug/efence.c: (gst_efence_init):
31425 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31426 (gst_deinterlace_init):
31427 * gst/volume/gstvolume.c: (volume_connect):
31429 2004-01-01 David Schleef <ds@schleef.org>
31431 Convert elements to use gst_pad_use_explicit_caps() where
31433 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31434 * ext/audiofile/gstafparse.c: (gst_afparse_init),
31435 (gst_afparse_open_file):
31436 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31437 (gst_afsrc_open_file):
31438 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31439 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31440 (gst_ffmpegdec_chain):
31441 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31442 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31443 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31444 (gst_gdk_pixbuf_chain):
31445 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31446 (gst_jpegdec_chain):
31447 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31448 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31449 (gst_mikmod_negotiate):
31450 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31451 (gst_mpeg2dec_negotiate_format):
31452 * ext/mpeg2enc/gstmpeg2enc.cc:
31453 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31454 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31455 (gst_speexdec_sinkconnect):
31456 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31457 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31458 (gst_vorbisfile_new_link):
31459 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31460 (gst_ac3parse_chain):
31461 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31462 (gst_asf_demux_setup_pad):
31463 * gst/auparse/gstauparse.c: (gst_auparse_init),
31464 (gst_auparse_chain):
31465 * gst/id3/gstid3types.c: (gst_id3types_loop):
31466 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31467 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31468 (mp1videoparse_parse_seq):
31469 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31471 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31472 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31473 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31474 (gst_mpeg_parse_send_data):
31475 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31476 (gst_qtdemux_add_stream):
31477 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31478 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31479 (gst_wavparse_parse_fmt):
31481 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
31484 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31485 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31486 it therefore uses the wrong include paths. Too bad... Note
31487 that 1.6.1.93 is not release yet. ;).
31488 Also add a check for mplex, which is now using the lib'ified
31489 mplex from mjpegtools, too.
31490 * ext/ffmpeg/gstffmpegcodecmap.c:
31491 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31492 issues. I don't think ffmpeg handles 3ivx correctly, so this
31493 probably won't work. But it won't hurt either.
31494 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31495 (gst_ffmpegdec_chain):
31496 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31497 (gst_ffmpegenc_chain_audio):
31498 Fix memleak in audio encoding. Close codec if open fails, this
31499 calls the cleanup routines so we can re-use the context.
31500 * ext/mpeg2enc/gstmpeg2enc.cc:
31501 Fix pad template names/types, fix memory issue with getcaps().
31502 * ext/mpeg2enc/gstmpeg2encoder.cc:
31503 * ext/mpeg2enc/gstmpeg2encoder.hh:
31504 Fix compile issue with new caps system (const thingy).
31505 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31506 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31507 We read a first frame right on initing, so that we have a caps
31508 when we init the output. This caps is cached in padprivate and
31509 read as first frame.
31510 * ext/mplex/Makefile.am:
31511 * ext/mplex/gstmplex.cc:
31512 * ext/mplex/gstmplex.h:
31513 * ext/mplex/gstmplex.hh:
31514 * ext/mplex/gstmplexibitstream.cc:
31515 * ext/mplex/gstmplexibitstream.hh:
31516 * ext/mplex/gstmplexjob.cc:
31517 * ext/mplex/gstmplexjob.hh:
31518 * ext/mplex/gstmplexoutputstream.cc:
31519 * ext/mplex/gstmplexoutputstream.hh:
31520 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31521 had issues, didn't do capsnego, supported only a subset of the
31522 mplex features and required a mplex fork in our local CVS. Plus
31523 that it worked agaist a very old mplex version. Rewriting was
31524 faster than updating it.
31525 * gst-libs/ext/Makefile.am:
31526 * gst-libs/ext/mplex/INSTRUCT:
31527 * gst-libs/ext/mplex/Makefile.am:
31528 * gst-libs/ext/mplex/README:
31529 * gst-libs/ext/mplex/TODO:
31530 * gst-libs/ext/mplex/ac3strm_in.cc:
31531 * gst-libs/ext/mplex/audiostrm.hh:
31532 * gst-libs/ext/mplex/audiostrm_out.cc:
31533 * gst-libs/ext/mplex/aunit.hh:
31534 * gst-libs/ext/mplex/bits.cc:
31535 * gst-libs/ext/mplex/bits.hh:
31536 * gst-libs/ext/mplex/buffer.cc:
31537 * gst-libs/ext/mplex/buffer.hh:
31538 * gst-libs/ext/mplex/fastintfns.h:
31539 * gst-libs/ext/mplex/format_codes.h:
31540 * gst-libs/ext/mplex/inputstrm.cc:
31541 * gst-libs/ext/mplex/inputstrm.hh:
31542 * gst-libs/ext/mplex/lpcmstrm_in.cc:
31543 * gst-libs/ext/mplex/mjpeg_logging.cc:
31544 * gst-libs/ext/mplex/mjpeg_logging.h:
31545 * gst-libs/ext/mplex/mjpeg_types.h:
31546 * gst-libs/ext/mplex/mpastrm_in.cc:
31547 * gst-libs/ext/mplex/mpegconsts.cc:
31548 * gst-libs/ext/mplex/mpegconsts.h:
31549 * gst-libs/ext/mplex/mplexconsts.hh:
31550 * gst-libs/ext/mplex/multplex.cc:
31551 * gst-libs/ext/mplex/outputstream.hh:
31552 * gst-libs/ext/mplex/padstrm.cc:
31553 * gst-libs/ext/mplex/padstrm.hh:
31554 * gst-libs/ext/mplex/stillsstream.cc:
31555 * gst-libs/ext/mplex/stillsstream.hh:
31556 * gst-libs/ext/mplex/systems.cc:
31557 * gst-libs/ext/mplex/systems.hh:
31558 * gst-libs/ext/mplex/vector.cc:
31559 * gst-libs/ext/mplex/vector.hh:
31560 * gst-libs/ext/mplex/videostrm.hh:
31561 * gst-libs/ext/mplex/videostrm_in.cc:
31562 * gst-libs/ext/mplex/videostrm_out.cc:
31563 * gst-libs/ext/mplex/yuv4mpeg.cc:
31564 * gst-libs/ext/mplex/yuv4mpeg.h:
31565 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31566 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31567 We don't fork mjpegtools' mplex in our CVS anymore.
31568 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31569 (gst_avi_demux_add_stream):
31570 * gst/avi/gstavidemux.h:
31571 Add getcaps() function for proper caps nego. This makes some
31572 parts of AVI playback/reading work.
31573 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31574 Resize window on new capsnego. This is probably wrong, but
31575 I'm still committing it because with current capsnego, the
31576 first successfull capsnego is auto-fixated, therefore rounded
31577 down to the lowest values in the caps. this results in a 16x16
31578 XWindow that is not reized when real capsnego finishes.
31579 Dave, I see more cases of this, do you know a proper solution?
31580 * tools/gst-launch-ext.in:
31581 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31583 2003-12-31 David Schleef <ds@schleef.org>
31585 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31586 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31587 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31589 2003-12-30 David Schleef <ds@schleef.org>
31591 * ext/ffmpeg/gstffmpegcolorspace.c:
31592 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31593 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31594 (gst_ffmpegcsp_chain): Negotiation fixes
31595 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31596 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31597 (gst_audio_convert_link), (gst_audio_convert_channels):
31598 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31599 (gst_audioscale_link), (gst_audioscale_get_buffer),
31600 (gst_audioscale_chain): Negotiation fixes
31601 * gst/audioscale/gstaudioscale.h:
31602 * gst/videofilter/gstvideofilter.c:
31603 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31604 (gst_videofilter_link), (gst_videofilter_init),
31605 (gst_videofilter_set_output_size), (gst_videofilter_setup),
31606 (gst_videofilter_find_format_by_structure):
31607 * gst/videofilter/gstvideofilter.h: Negotiation fixes
31608 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31609 (gst_videoscale_link):
31610 * gst/videoscale/videoscale.c: (videoscale_get_structure),
31611 (videoscale_find_by_structure), (gst_videoscale_setup):
31612 * gst/videoscale/videoscale.h: Negotiation fixes
31613 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31614 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31615 function, restrict resizing to a multiple of 4 (hack until
31616 everyone supports odd sizes correctly).
31618 2003-12-29 Colin Walters <walters@verbum.org>
31620 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31623 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
31625 * ext/sndfile/gstsf.c: (gst_sf_loop):
31626 Fix warning about discarding const qualifier
31628 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
31630 * gst/cutter/gstcutter.c:
31631 * gst/videoscale/gstvideoscale.c:
31632 * gst/volenv/gstvolenv.c:
31633 * gst-libs/gst/audio/audio.c:
31634 * gst-libs/gst/video/video.c:
31637 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31639 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31640 Don't send ALSA debugging to stderr.
31641 * ext/alsa/gstalsa.h:
31642 Use GST_WARNING instead of g_warning when ALSA functions fail.
31644 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31646 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31647 Free XVAdapterInfo correctly.
31649 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31651 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31652 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31653 Make id3tag use correct caps nego.
31655 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
31657 * ext/ivorbis/vorbis.c:
31658 * ext/ivorbis/vorbisenc.h:
31659 * ext/ivorbis/vorbisfile.c:
31660 Modify so that it uses the new caps things
31662 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31664 * testsuite/spider/spider1.c: (main):
31665 * testsuite/spider/spider2.c: (main):
31666 * testsuite/spider/spider3.c: (main):
31667 Make tests compile again. They probably don't work.
31669 2003-12-24 Colin Walters <walters@verbum.org>
31671 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31672 we can't fixate the caps anymore.
31674 2003-12-23 David Schleef <ds@schleef.org>
31676 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31677 * sys/oss/gstosssink.c: (gst_osssink_init),
31678 (gst_osssink_sink_fixate): Add fixate function.
31680 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
31682 * ext/ffmpeg/gstffmpegcodecmap.c:
31683 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31684 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31685 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31686 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31687 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31688 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31689 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31690 fix typo in RGB masks, and move back to "old" colorspace
31691 capsnego code until whoever wrote this new crap has actually
31692 tested it so that it works.
31693 And yes, this works, keep it that way please.
31695 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31697 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31698 (gst_divxdec_init), (gst_divxdec_negotiate):
31699 * ext/divx/gstdivxdec.h:
31700 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31701 (gst_divxenc_init):
31702 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31703 (gst_faac_sinkconnect), (gst_faac_srcconnect):
31704 * ext/mpeg2enc/gstmpeg2enc.cc:
31705 * ext/mpeg2enc/gstmpeg2encoder.cc:
31706 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31707 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31708 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31709 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31710 (dxr3spusink_init):
31711 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31712 (dxr3videosink_init):
31713 Fix caps breakage after Dave's caps branch merge.
31715 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31717 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31718 Fix for 24bpp display.
31720 2003-12-23 Colin Walters <walters@verbum.org>
31722 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31723 a GnomeVFSHandle directly.
31725 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31727 * gst/volume/Makefile.am:
31728 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31729 (volume_base_init), (volume_init):
31730 Reenable volume element and fix to work with new caps stuff.
31731 Rhythmbox needs this.
31733 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31735 * gst/qtdemux/qtdemux.c: (plugin_init):
31736 qtdemux requires bytestream
31738 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31740 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31741 Fix remaining caps handling errors due to CAPS merge.
31743 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31745 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31746 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31747 (gst_faad_srcconnect):
31748 Port to new caps system.
31750 2003-12-21 Julien MOUTTE <julien@moutte.net>
31752 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31753 (got_video_size), (main): using g_print instead of g_message.
31754 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31755 signal which was not emitted because of "switch" element added to the
31756 bin but not connected. (Removing from the bin temporarily)
31758 2003-12-21 Julien MOUTTE <julien@moutte.net>
31760 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31761 find X development files. I don't understand the previous tests and
31762 they fail on my debian/ppc unstable. This one works.
31763 * examples/gstplay/player.c: (main): Set the pipeline to READY before
31765 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31766 (gst_play_set_video_sink), (gst_play_set_audio_sink),
31767 (gst_play_set_visualization): Add some safety checks in set_ methods
31768 and state_change. This was throwing some ugly CRITICAL messages when
31769 pipeline was getting disposed and casts were failing.
31771 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
31774 Improve mpeg2enc detection. This is for distributions that do
31775 ship mjpegtools, but without mpeg2enc. Also does object check
31776 for might there ever be ABI incompatibility.
31777 * ext/mpeg2enc/gstmpeg2enc.cc:
31778 Add Andrew as second maintainer (he's helping me), and also add
31779 an error if no caps was set. This happens if I pull before capsnego
31780 and that's something I should solve sometime else.
31781 * gst/matroska/matroska-demux.c:
31782 (gst_matroska_demux_parse_blockgroup):
31784 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31785 (gst_matroska_mux_track_header):
31786 Add caps to templates.
31787 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31788 Add mpegversion=1 to prevent confusion with MPEG/AAC.
31789 * gst/mpegstream/gstmpegdemux.c:
31790 Remove layer since it causes warnings about unfixed caps.
31791 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31792 Fix obvious typo (we error out if caps were set, we should of
31793 course error out if *no* caps were set).
31794 * sys/oss/gstosselement.c: (gst_osselement_convert):
31795 Fix format conversion, we confused bits/bytes.
31796 * sys/oss/gstosselement.h:
31797 Improve documentation for 'bps'.
31799 Remove stuff about plugins that need removing - this was done
31801 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31802 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31803 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31804 (gst_v4lsrc_src_query):
31805 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31806 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31807 Add get_query_types(), get_formats() and query() functions.
31809 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
31811 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31812 * moved CVS to freedesktop.org